|
|
|
1 | 2024-10-31T19:20:56.139Z | job assigned to worker 01JBJ09Y7CN4FHHN91V6Q0D3QS (queued for 3 m 12 s) |
|
2 | 2024-10-31T19:21:04.358Z | starting task 0: "setup" |
3 | 2024-10-31T19:21:04.368Z | ++ uname -s |
4 | 2024-10-31T19:21:04.371Z | + kern=SunOS |
5 | 2024-10-31T19:21:04.371Z | + case "$kern" in |
6 | 2024-10-31T19:21:04.371Z | + [[ 0 == 12345 ]] |
7 | 2024-10-31T19:21:04.371Z | + groupadd -g 12345 build |
8 | 2024-10-31T19:21:04.373Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-31T19:21:06.386Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-31T19:21:06.524Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-31T19:21:06.528Z | + home_fs=zfs |
12 | 2024-10-31T19:21:06.528Z | + [[ zfs == autofs ]] |
13 | 2024-10-31T19:21:06.528Z | + mkdir -p /home/build |
14 | 2024-10-31T19:21:06.530Z | + chown build:build /home/build /work |
15 | 2024-10-31T19:21:08.531Z | + chmod 0700 /home/build /work |
16 | 2024-10-31T19:21:08.533Z | process exited: duration 4175 ms, exit code 0 |
|
17 | 2024-10-31T19:21:08.539Z | starting task 1: "rust-toolchain" |
18 | 2024-10-31T19:21:08.544Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-31T19:21:08.544Z | ' 1.82.0 |
20 | 2024-10-31T19:21:08.544Z | * toolchain channel = "1.82.0" |
21 | 2024-10-31T19:21:08.544Z | * toolchain profile = "default" |
22 | 2024-10-31T19:21:08.544Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-31T19:21:08.544Z | ' default |
24 | 2024-10-31T19:21:08.546Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-31T19:21:08.546Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-10-31T19:21:08.669Z | info: downloading installer |
27 | 2024-10-31T19:21:09.959Z | info: profile set to 'default' |
28 | 2024-10-31T19:21:09.959Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-31T19:21:09.961Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-10-31T19:21:10.143Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-31T19:21:10.143Z | info: downloading component 'cargo' |
32 | 2024-10-31T19:21:11.208Z | info: downloading component 'clippy' |
33 | 2024-10-31T19:21:11.604Z | info: downloading component 'rust-docs' |
34 | 2024-10-31T19:21:13.096Z | info: downloading component 'rust-std' |
35 | 2024-10-31T19:21:15.456Z | info: downloading component 'rustc' |
36 | 2024-10-31T19:21:25.563Z | info: downloading component 'rustfmt' |
37 | 2024-10-31T19:21:26.081Z | info: installing component 'cargo' |
38 | 2024-10-31T19:21:26.990Z | info: installing component 'clippy' |
39 | 2024-10-31T19:21:27.438Z | info: installing component 'rust-docs' |
40 | 2024-10-31T19:21:29.271Z | info: installing component 'rust-std' |
41 | 2024-10-31T19:21:31.233Z | info: installing component 'rustc' |
42 | 2024-10-31T19:21:37.773Z | info: installing component 'rustfmt' |
43 | 2024-10-31T19:21:38.313Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-10-31T19:21:38.313Z | |
45 | 2024-10-31T19:21:38.689Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-31T19:21:38.689Z | |
47 | 2024-10-31T19:21:38.694Z | |
48 | 2024-10-31T19:21:38.694Z | Rust is installed now. Great! |
49 | 2024-10-31T19:21:38.694Z | |
50 | 2024-10-31T19:21:38.694Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-31T19:21:38.694Z | environment variable. This has not been done automatically. |
52 | 2024-10-31T19:21:38.694Z | |
53 | 2024-10-31T19:21:38.694Z | To configure your current shell, you need to source |
54 | 2024-10-31T19:21:38.694Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-31T19:21:38.694Z | |
56 | 2024-10-31T19:21:38.694Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-31T19:21:38.694Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-31T19:21:38.694Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-31T19:21:38.767Z | + rustc --version |
60 | 2024-10-31T19:21:38.832Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-31T19:21:38.835Z | process exited: duration 30294 ms, exit code 0 |
|
62 | 2024-10-31T19:21:38.840Z | starting task 2: "authentication" |
63 | 2024-10-31T19:21:38.861Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-31T19:21:38.866Z | starting task 3: "clone repository" |
65 | 2024-10-31T19:21:38.872Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-31T19:21:38.875Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-31T19:21:40.833Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-31T19:21:48.360Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-31T19:21:48.362Z | + git fetch origin 2a5038591e4234aed34a81fa8bfdaf95d9753e3f |
70 | 2024-10-31T19:21:48.648Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-31T19:21:48.651Z | * branch 2a5038591e4234aed34a81fa8bfdaf95d9753e3f -> FETCH_HEAD |
72 | 2024-10-31T19:21:48.657Z | + [[ -n '' ]] |
73 | 2024-10-31T19:21:48.658Z | + git reset --hard 2a5038591e4234aed34a81fa8bfdaf95d9753e3f |
74 | 2024-10-31T19:21:48.823Z | HEAD is now at 2a5038591 hakariiiii |
75 | 2024-10-31T19:21:48.826Z | process exited: duration 9957 ms, exit code 0 |
|
76 | 2024-10-31T19:21:48.833Z | starting task 4: "build" |
77 | 2024-10-31T19:21:48.837Z | + source .github/buildomat/ci-env.sh |
78 | 2024-10-31T19:21:48.837Z | ++ export CARGO_TERM_COLOR=always |
79 | 2024-10-31T19:21:48.837Z | ++ CARGO_TERM_COLOR=always |
80 | 2024-10-31T19:21:48.840Z | + cargo --version |
81 | 2024-10-31T19:21:48.893Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
82 | 2024-10-31T19:21:48.895Z | + rustc --version |
83 | 2024-10-31T19:21:48.954Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
84 | 2024-10-31T19:21:48.957Z | + cargo tree --locked |
85 | 2024-10-31T19:21:49.198Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
86 | 2024-10-31T19:21:49.502Z | Updating crates.io index |
87 | 2024-10-31T19:21:49.573Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
88 | 2024-10-31T19:21:50.384Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
89 | 2024-10-31T19:21:50.623Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
90 | 2024-10-31T19:21:50.842Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
91 | 2024-10-31T19:21:51.093Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
92 | 2024-10-31T19:21:51.929Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
93 | 2024-10-31T19:21:54.419Z | Updating git repository `https://github.com/oxidecomputer/opte` |
94 | 2024-10-31T19:21:55.363Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
95 | 2024-10-31T19:21:56.130Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
96 | 2024-10-31T19:21:56.409Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
97 | 2024-10-31T19:21:56.681Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
98 | 2024-10-31T19:21:57.274Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
99 | 2024-10-31T19:21:57.581Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
100 | 2024-10-31T19:21:57.969Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
101 | 2024-10-31T19:21:58.219Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
102 | 2024-10-31T19:21:58.451Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
103 | 2024-10-31T19:21:58.746Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
104 | 2024-10-31T19:21:59.007Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
105 | 2024-10-31T19:21:59.315Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
106 | 2024-10-31T19:21:59.621Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
107 | 2024-10-31T19:21:59.967Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
108 | 2024-10-31T19:22:00.400Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
109 | 2024-10-31T19:22:00.803Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
110 | 2024-10-31T19:22:01.147Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
111 | 2024-10-31T19:22:01.723Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
112 | 2024-10-31T19:22:02.009Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
113 | 2024-10-31T19:22:02.266Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
114 | 2024-10-31T19:22:03.581Z | Downloading crates ... |
115 | 2024-10-31T19:22:03.691Z | Downloaded addr2line v0.24.2 |
116 | 2024-10-31T19:22:03.694Z | Downloaded anstyle-parse v0.2.5 |
117 | 2024-10-31T19:22:03.701Z | Downloaded async-object-pool v0.1.5 |
118 | 2024-10-31T19:22:03.706Z | Downloaded async-stream-impl v0.3.6 |
119 | 2024-10-31T19:22:03.714Z | Downloaded approx v0.5.1 |
120 | 2024-10-31T19:22:03.716Z | Downloaded anstream v0.6.15 |
121 | 2024-10-31T19:22:03.718Z | Downloaded float-ord v0.3.2 |
122 | 2024-10-31T19:22:03.721Z | Downloaded http-body v1.0.1 |
123 | 2024-10-31T19:22:03.721Z | Downloaded foreign-types-shared v0.3.1 |
124 | 2024-10-31T19:22:03.724Z | Downloaded async-signal v0.2.10 |
125 | 2024-10-31T19:22:03.724Z | Downloaded castaway v0.2.3 |
126 | 2024-10-31T19:22:03.727Z | Downloaded headers-core v0.3.0 |
127 | 2024-10-31T19:22:03.727Z | Downloaded assert_cmd v2.0.16 |
128 | 2024-10-31T19:22:03.729Z | Downloaded ciborium-ll v0.2.2 |
129 | 2024-10-31T19:22:03.732Z | Downloaded cfg-if v1.0.0 |
130 | 2024-10-31T19:22:03.732Z | Downloaded bitfield-struct v0.6.2 |
131 | 2024-10-31T19:22:03.735Z | Downloaded ident_case v1.0.1 |
132 | 2024-10-31T19:22:03.735Z | Downloaded hex v0.4.3 |
133 | 2024-10-31T19:22:03.737Z | Downloaded cexpr v0.6.0 |
134 | 2024-10-31T19:22:03.737Z | Downloaded ghash v0.5.1 |
135 | 2024-10-31T19:22:03.740Z | Downloaded hostname v0.3.1 |
136 | 2024-10-31T19:22:03.743Z | Downloaded blake2b_simd v1.0.2 |
137 | 2024-10-31T19:22:03.745Z | Downloaded heck v0.3.3 |
138 | 2024-10-31T19:22:03.745Z | Downloaded assert_matches v1.5.0 |
139 | 2024-10-31T19:22:03.745Z | Downloaded group v0.13.0 |
140 | 2024-10-31T19:22:03.748Z | Downloaded generic-array v0.14.7 |
141 | 2024-10-31T19:22:03.750Z | Downloaded fs-err v2.11.0 |
142 | 2024-10-31T19:22:03.753Z | Downloaded assert-json-diff v2.0.2 |
143 | 2024-10-31T19:22:03.753Z | Downloaded glob v0.3.1 |
144 | 2024-10-31T19:22:03.755Z | Downloaded futures-io v0.3.31 |
145 | 2024-10-31T19:22:03.755Z | Downloaded chrono-tz-build v0.4.0 |
146 | 2024-10-31T19:22:03.758Z | Downloaded httparse v1.9.5 |
147 | 2024-10-31T19:22:03.760Z | Downloaded hickory-client v0.24.1 |
148 | 2024-10-31T19:22:03.762Z | Downloaded hmac v0.12.1 |
149 | 2024-10-31T19:22:03.765Z | Downloaded hyper-rustls v0.27.3 |
150 | 2024-10-31T19:22:03.767Z | Downloaded futures-channel v0.3.31 |
151 | 2024-10-31T19:22:03.770Z | Downloaded adler2 v2.0.0 |
152 | 2024-10-31T19:22:03.772Z | Downloaded async-bb8-diesel v0.2.1 |
153 | 2024-10-31T19:22:03.775Z | Downloaded async-attributes v1.1.2 |
154 | 2024-10-31T19:22:03.778Z | Downloaded filetime v0.2.25 |
155 | 2024-10-31T19:22:03.780Z | Downloaded fixedbitset v0.4.2 |
156 | 2024-10-31T19:22:03.780Z | Downloaded atty v0.2.14 |
157 | 2024-10-31T19:22:03.783Z | Downloaded ascii-canvas v3.0.0 |
158 | 2024-10-31T19:22:03.783Z | Downloaded anes v0.1.6 |
159 | 2024-10-31T19:22:03.786Z | Downloaded fallible-streaming-iterator v0.1.9 |
160 | 2024-10-31T19:22:03.788Z | Downloaded backtrace v0.3.74 |
161 | 2024-10-31T19:22:03.793Z | Downloaded phf v0.11.2 |
162 | 2024-10-31T19:22:03.796Z | Downloaded float-cmp v0.9.0 |
163 | 2024-10-31T19:22:03.796Z | Downloaded bcrypt-pbkdf v0.10.0 |
164 | 2024-10-31T19:22:03.798Z | Downloaded paste v1.0.15 |
165 | 2024-10-31T19:22:03.801Z | Downloaded foreign-types-shared v0.1.1 |
166 | 2024-10-31T19:22:03.803Z | Downloaded cfg_aliases v0.2.1 |
167 | 2024-10-31T19:22:03.803Z | Downloaded cfg_aliases v0.1.1 |
168 | 2024-10-31T19:22:03.806Z | Downloaded ciborium-io v0.2.2 |
169 | 2024-10-31T19:22:03.806Z | Downloaded fxhash v0.2.1 |
170 | 2024-10-31T19:22:03.806Z | Downloaded fd-lock v4.0.2 |
171 | 2024-10-31T19:22:03.809Z | Downloaded opaque-debug v0.3.1 |
172 | 2024-10-31T19:22:03.811Z | Downloaded blocking v1.6.1 |
173 | 2024-10-31T19:22:03.813Z | Downloaded async-recursion v1.1.1 |
174 | 2024-10-31T19:22:03.816Z | Downloaded guppy-workspace-hack v0.1.0 |
175 | 2024-10-31T19:22:03.818Z | Downloaded bit-vec v0.6.3 |
176 | 2024-10-31T19:22:03.818Z | Downloaded arrayref v0.3.9 |
177 | 2024-10-31T19:22:03.821Z | Downloaded rand_xorshift v0.3.0 |
178 | 2024-10-31T19:22:03.821Z | Downloaded fatfs v0.3.6 |
179 | 2024-10-31T19:22:03.824Z | Downloaded postgres-protocol v0.6.7 |
180 | 2024-10-31T19:22:03.826Z | Downloaded http v1.1.0 |
181 | 2024-10-31T19:22:03.831Z | Downloaded flume v0.11.0 |
182 | 2024-10-31T19:22:03.834Z | Downloaded hashbrown v0.13.2 |
183 | 2024-10-31T19:22:03.839Z | Downloaded strum v0.26.3 |
184 | 2024-10-31T19:22:03.844Z | Downloaded ahash v0.8.11 |
185 | 2024-10-31T19:22:03.847Z | Downloaded funty v2.0.0 |
186 | 2024-10-31T19:22:03.847Z | Downloaded fragile v2.0.0 |
187 | 2024-10-31T19:22:03.847Z | Downloaded polyval v0.6.2 |
188 | 2024-10-31T19:22:03.850Z | Downloaded serde_plain v1.0.2 |
189 | 2024-10-31T19:22:03.852Z | Downloaded heck v0.5.0 |
190 | 2024-10-31T19:22:03.852Z | Downloaded bitflags v1.3.2 |
191 | 2024-10-31T19:22:03.855Z | Downloaded hash32 v0.3.1 |
192 | 2024-10-31T19:22:03.857Z | Downloaded hex-literal v0.4.1 |
193 | 2024-10-31T19:22:03.860Z | Downloaded quick-error v1.2.3 |
194 | 2024-10-31T19:22:03.862Z | Downloaded cbc v0.1.2 |
195 | 2024-10-31T19:22:03.862Z | Downloaded cast v0.3.0 |
196 | 2024-10-31T19:22:03.865Z | Downloaded sync_wrapper v0.1.2 |
197 | 2024-10-31T19:22:03.865Z | Downloaded gethostname v0.5.0 |
198 | 2024-10-31T19:22:03.868Z | Downloaded parking_lot v0.11.2 |
199 | 2024-10-31T19:22:03.870Z | Downloaded async-lock v3.4.0 |
200 | 2024-10-31T19:22:03.873Z | Downloaded async-executor v1.13.1 |
201 | 2024-10-31T19:22:03.875Z | Downloaded http-body v0.4.6 |
202 | 2024-10-31T19:22:03.875Z | Downloaded hostname v0.4.0 |
203 | 2024-10-31T19:22:03.878Z | Downloaded httpdate v1.0.3 |
204 | 2024-10-31T19:22:03.880Z | Downloaded home v0.5.9 |
205 | 2024-10-31T19:22:03.881Z | Downloaded spin v0.5.2 |
206 | 2024-10-31T19:22:03.883Z | Downloaded anyhow v1.0.89 |
207 | 2024-10-31T19:22:03.886Z | Downloaded strum_macros v0.24.3 |
208 | 2024-10-31T19:22:03.888Z | Downloaded scrypt v0.11.0 |
209 | 2024-10-31T19:22:03.891Z | Downloaded toolchain_find v0.4.0 |
210 | 2024-10-31T19:22:03.893Z | Downloaded usdt-macro v0.5.0 |
211 | 2024-10-31T19:22:03.893Z | Downloaded futures-lite v2.3.0 |
212 | 2024-10-31T19:22:03.896Z | Downloaded zone_cfg_derive v0.3.0 |
213 | 2024-10-31T19:22:03.896Z | Downloaded globset v0.4.15 |
214 | 2024-10-31T19:22:03.899Z | Downloaded zone_cfg_derive v0.1.2 |
215 | 2024-10-31T19:22:03.899Z | Downloaded serde_regex v1.1.0 |
216 | 2024-10-31T19:22:03.902Z | Downloaded futures-task v0.3.31 |
217 | 2024-10-31T19:22:03.902Z | Downloaded async-trait v0.1.83 |
218 | 2024-10-31T19:22:03.912Z | Downloaded string_cache v0.8.7 |
219 | 2024-10-31T19:22:03.912Z | Downloaded http-body-util v0.1.2 |
220 | 2024-10-31T19:22:03.912Z | Downloaded serde_path_to_error v0.1.16 |
221 | 2024-10-31T19:22:03.912Z | Downloaded olpc-cjson v0.1.4 |
222 | 2024-10-31T19:22:03.912Z | Downloaded crucible-workspace-hack v0.1.0 |
223 | 2024-10-31T19:22:03.912Z | Downloaded sct v0.7.1 |
224 | 2024-10-31T19:22:03.915Z | Downloaded thread_local v1.1.8 |
225 | 2024-10-31T19:22:03.918Z | Downloaded thiserror-no-std v2.0.2 |
226 | 2024-10-31T19:22:03.921Z | Downloaded blake2 v0.10.6 |
227 | 2024-10-31T19:22:03.924Z | Downloaded password-hash v0.4.2 |
228 | 2024-10-31T19:22:03.926Z | Downloaded async-task v4.7.1 |
229 | 2024-10-31T19:22:03.928Z | Downloaded is_ci v1.2.0 |
230 | 2024-10-31T19:22:03.930Z | Downloaded escape8259 v0.5.3 |
231 | 2024-10-31T19:22:03.930Z | Downloaded aho-corasick v1.1.3 |
232 | 2024-10-31T19:22:03.937Z | Downloaded twox-hash v1.6.3 |
233 | 2024-10-31T19:22:03.939Z | Downloaded postcard v1.0.10 |
234 | 2024-10-31T19:22:03.941Z | Downloaded newline-converter v0.3.0 |
235 | 2024-10-31T19:22:03.944Z | Downloaded newtype_derive v0.1.6 |
236 | 2024-10-31T19:22:03.944Z | Downloaded md5 v0.7.0 |
237 | 2024-10-31T19:22:03.947Z | Downloaded matches v0.1.10 |
238 | 2024-10-31T19:22:03.947Z | Downloaded async-io v2.3.4 |
239 | 2024-10-31T19:22:03.950Z | Downloaded unicode-truncate v1.1.0 |
240 | 2024-10-31T19:22:03.953Z | Downloaded constant_time_eq v0.3.1 |
241 | 2024-10-31T19:22:03.953Z | Downloaded zone v0.3.0 |
242 | 2024-10-31T19:22:03.955Z | Downloaded zone v0.1.8 |
243 | 2024-10-31T19:22:03.955Z | Downloaded version_check v0.9.5 |
244 | 2024-10-31T19:22:03.958Z | Downloaded bitflags v2.6.0 |
245 | 2024-10-31T19:22:03.961Z | Downloaded phf_shared v0.10.0 |
246 | 2024-10-31T19:22:03.961Z | Downloaded cfg-expr v0.17.0 |
247 | 2024-10-31T19:22:03.964Z | Downloaded crc v3.2.1 |
248 | 2024-10-31T19:22:03.966Z | Downloaded pest_meta v2.7.14 |
249 | 2024-10-31T19:22:03.969Z | Downloaded der_derive v0.7.3 |
250 | 2024-10-31T19:22:03.971Z | Downloaded errno v0.3.9 |
251 | 2024-10-31T19:22:03.975Z | Downloaded dirs-sys-next v0.1.2 |
252 | 2024-10-31T19:22:03.975Z | Downloaded deranged v0.3.11 |
253 | 2024-10-31T19:22:03.978Z | Downloaded progenitor-impl v0.8.0 |
254 | 2024-10-31T19:22:03.978Z | Downloaded indent_write v2.2.0 |
255 | 2024-10-31T19:22:03.981Z | Downloaded display-error-chain v0.2.1 |
256 | 2024-10-31T19:22:03.981Z | Downloaded debug-ignore v1.0.5 |
257 | 2024-10-31T19:22:03.983Z | Downloaded tokio-tungstenite v0.23.1 |
258 | 2024-10-31T19:22:03.986Z | Downloaded parking_lot v0.12.3 |
259 | 2024-10-31T19:22:03.988Z | Downloaded hashbrown v0.15.0 |
260 | 2024-10-31T19:22:03.992Z | Downloaded sqlparser_derive v0.2.2 |
261 | 2024-10-31T19:22:03.994Z | Downloaded md-5 v0.10.6 |
262 | 2024-10-31T19:22:03.997Z | Downloaded termtree v0.4.1 |
263 | 2024-10-31T19:22:03.997Z | Downloaded newtype-uuid v1.1.2 |
264 | 2024-10-31T19:22:03.999Z | Downloaded usdt-impl v0.5.0 |
265 | 2024-10-31T19:22:03.999Z | Downloaded packed_struct v0.10.1 |
266 | 2024-10-31T19:22:04.003Z | Downloaded libefi-sys v0.1.0 |
267 | 2024-10-31T19:22:04.005Z | Downloaded lazycell v1.3.0 |
268 | 2024-10-31T19:22:04.005Z | Downloaded vsss-rs v3.3.4 |
269 | 2024-10-31T19:22:04.009Z | Downloaded bytes v1.7.2 |
270 | 2024-10-31T19:22:04.011Z | Downloaded socket2 v0.5.7 |
271 | 2024-10-31T19:22:04.015Z | Downloaded rayon-core v1.12.1 |
272 | 2024-10-31T19:22:04.017Z | Downloaded headers v0.4.0 |
273 | 2024-10-31T19:22:04.023Z | Downloaded tower-service v0.3.3 |
274 | 2024-10-31T19:22:04.025Z | Downloaded path-tree v0.8.1 |
275 | 2024-10-31T19:22:04.028Z | Downloaded test-strategy v0.3.1 |
276 | 2024-10-31T19:22:04.031Z | Downloaded rtoolbox v0.0.2 |
277 | 2024-10-31T19:22:04.034Z | Downloaded waitgroup v0.1.2 |
278 | 2024-10-31T19:22:04.034Z | Downloaded futures-util v0.3.31 |
279 | 2024-10-31T19:22:04.047Z | Downloaded schemars_derive v0.8.21 |
280 | 2024-10-31T19:22:04.050Z | Downloaded sha1 v0.10.6 |
281 | 2024-10-31T19:22:04.053Z | Downloaded radium v0.7.0 |
282 | 2024-10-31T19:22:04.053Z | Downloaded r2d2 v0.8.10 |
283 | 2024-10-31T19:22:04.055Z | Downloaded tabwriter v1.4.0 |
284 | 2024-10-31T19:22:04.058Z | Downloaded tiny-keccak v2.0.2 |
285 | 2024-10-31T19:22:04.061Z | Downloaded scroll v0.12.0 |
286 | 2024-10-31T19:22:04.061Z | Downloaded scopeguard v1.2.0 |
287 | 2024-10-31T19:22:04.063Z | Downloaded diesel_table_macro_syntax v0.2.0 |
288 | 2024-10-31T19:22:04.064Z | Downloaded slog-dtrace v0.3.0 |
289 | 2024-10-31T19:22:04.066Z | Downloaded base64 v0.21.7 |
290 | 2024-10-31T19:22:04.070Z | Downloaded nodrop v0.1.14 |
291 | 2024-10-31T19:22:04.073Z | Downloaded termios v0.3.3 |
292 | 2024-10-31T19:22:04.075Z | Downloaded schemars v0.8.21 |
293 | 2024-10-31T19:22:04.086Z | Downloaded num_threads v0.1.7 |
294 | 2024-10-31T19:22:04.091Z | Downloaded flate2 v1.0.34 |
295 | 2024-10-31T19:22:04.095Z | Downloaded num_enum_derive v0.5.11 |
296 | 2024-10-31T19:22:04.097Z | Downloaded utf8parse v0.2.2 |
297 | 2024-10-31T19:22:04.097Z | Downloaded pest_generator v2.7.14 |
298 | 2024-10-31T19:22:04.099Z | Downloaded xattr v1.3.1 |
299 | 2024-10-31T19:22:04.099Z | Downloaded utf-8 v0.7.6 |
300 | 2024-10-31T19:22:04.102Z | Downloaded pkcs8 v0.10.2 |
301 | 2024-10-31T19:22:04.104Z | Downloaded sha2 v0.10.8 |
302 | 2024-10-31T19:22:04.107Z | Downloaded h2 v0.3.26 |
303 | 2024-10-31T19:22:04.114Z | Downloaded proc-macro-crate v1.3.1 |
304 | 2024-10-31T19:22:04.117Z | Downloaded serde-big-array v0.5.1 |
305 | 2024-10-31T19:22:04.120Z | Downloaded is-terminal v0.4.13 |
306 | 2024-10-31T19:22:04.120Z | Downloaded ipnetwork v0.20.0 |
307 | 2024-10-31T19:22:04.124Z | Downloaded either v1.13.0 |
308 | 2024-10-31T19:22:04.126Z | Downloaded time-macros v0.2.18 |
309 | 2024-10-31T19:22:04.130Z | Downloaded sqlformat v0.2.6 |
310 | 2024-10-31T19:22:04.130Z | Downloaded snafu-derive v0.8.5 |
311 | 2024-10-31T19:22:04.133Z | Downloaded tokio-rustls v0.25.0 |
312 | 2024-10-31T19:22:04.136Z | Downloaded num-traits v0.2.19 |
313 | 2024-10-31T19:22:04.136Z | Downloaded omicron-zone-package v0.11.1 |
314 | 2024-10-31T19:22:04.140Z | Downloaded try-lock v0.2.5 |
315 | 2024-10-31T19:22:04.143Z | Downloaded memmap v0.7.0 |
316 | 2024-10-31T19:22:04.143Z | Downloaded ed25519 v2.2.3 |
317 | 2024-10-31T19:22:04.146Z | Downloaded tokio-rustls v0.24.1 |
318 | 2024-10-31T19:22:04.148Z | Downloaded slog-envlogger v2.2.0 |
319 | 2024-10-31T19:22:04.151Z | Downloaded curve25519-dalek-derive v0.1.1 |
320 | 2024-10-31T19:22:04.151Z | Downloaded crc-catalog v2.4.0 |
321 | 2024-10-31T19:22:04.153Z | Downloaded piper v0.2.4 |
322 | 2024-10-31T19:22:04.156Z | Downloaded wait-timeout v0.2.0 |
323 | 2024-10-31T19:22:04.158Z | Downloaded indexmap v1.9.3 |
324 | 2024-10-31T19:22:04.161Z | Downloaded vte_generate_state_changes v0.1.2 |
325 | 2024-10-31T19:22:04.163Z | Downloaded aes-gcm v0.10.3 |
326 | 2024-10-31T19:22:04.166Z | Downloaded rand_seeder v0.3.0 |
327 | 2024-10-31T19:22:04.168Z | Downloaded colorchoice v1.0.2 |
328 | 2024-10-31T19:22:04.171Z | Downloaded primeorder v0.13.6 |
329 | 2024-10-31T19:22:04.173Z | Downloaded predicates-core v1.0.8 |
330 | 2024-10-31T19:22:04.173Z | Downloaded packed_struct_codegen v0.10.1 |
331 | 2024-10-31T19:22:04.176Z | Downloaded dtrace-parser v0.2.0 |
332 | 2024-10-31T19:22:04.177Z | Downloaded darling_macro v0.20.10 |
333 | 2024-10-31T19:22:04.179Z | Downloaded relative-path v1.9.3 |
334 | 2024-10-31T19:22:04.179Z | Downloaded same-file v1.0.6 |
335 | 2024-10-31T19:22:04.179Z | Downloaded crc32fast v1.4.2 |
336 | 2024-10-31T19:22:04.183Z | Downloaded supports-color v3.0.1 |
337 | 2024-10-31T19:22:04.185Z | Downloaded siphasher v0.3.11 |
338 | 2024-10-31T19:22:04.188Z | Downloaded similar-asserts v1.6.0 |
339 | 2024-10-31T19:22:04.190Z | Downloaded sigpipe v0.1.3 |
340 | 2024-10-31T19:22:04.190Z | Downloaded downcast v0.11.0 |
341 | 2024-10-31T19:22:04.193Z | Downloaded serde-hex v0.1.0 |
342 | 2024-10-31T19:22:04.193Z | Downloaded libtest-mimic v0.7.3 |
343 | 2024-10-31T19:22:04.196Z | Downloaded terminal_size v0.4.0 |
344 | 2024-10-31T19:22:04.199Z | Downloaded static_assertions v1.1.0 |
345 | 2024-10-31T19:22:04.199Z | Downloaded stable_deref_trait v1.2.0 |
346 | 2024-10-31T19:22:04.202Z | Downloaded parking v2.2.1 |
347 | 2024-10-31T19:22:04.204Z | Downloaded termcolor v1.4.1 |
348 | 2024-10-31T19:22:04.206Z | Downloaded new_debug_unreachable v1.0.6 |
349 | 2024-10-31T19:22:04.207Z | Downloaded parking_lot_core v0.9.10 |
350 | 2024-10-31T19:22:04.209Z | Downloaded unicode-ident v1.0.13 |
351 | 2024-10-31T19:22:04.212Z | Downloaded target-lexicon v0.12.16 |
352 | 2024-10-31T19:22:04.214Z | Downloaded tap v1.0.1 |
353 | 2024-10-31T19:22:04.217Z | Downloaded rstest_macros v0.23.0 |
354 | 2024-10-31T19:22:04.220Z | Downloaded pretty-hex v0.4.1 |
355 | 2024-10-31T19:22:04.223Z | Downloaded pathdiff v0.2.2 |
356 | 2024-10-31T19:22:04.223Z | Downloaded parse-size v1.0.0 |
357 | 2024-10-31T19:22:04.225Z | Downloaded unicode-xid v0.2.6 |
358 | 2024-10-31T19:22:04.227Z | Downloaded pretty-hex v0.2.1 |
359 | 2024-10-31T19:22:04.227Z | Downloaded universal-hash v0.5.1 |
360 | 2024-10-31T19:22:04.230Z | Downloaded crc-any v2.5.0 |
361 | 2024-10-31T19:22:04.232Z | Downloaded internet-checksum v0.2.1 |
362 | 2024-10-31T19:22:04.235Z | Downloaded crossbeam-deque v0.8.5 |
363 | 2024-10-31T19:22:04.235Z | Downloaded cobs v0.2.3 |
364 | 2024-10-31T19:22:04.238Z | Downloaded derive_builder_core v0.20.2 |
365 | 2024-10-31T19:22:04.240Z | Downloaded diff v0.1.13 |
366 | 2024-10-31T19:22:04.243Z | Downloaded snafu v0.8.5 |
367 | 2024-10-31T19:22:04.251Z | Downloaded dyn-clone v1.0.17 |
368 | 2024-10-31T19:22:04.253Z | Downloaded dsl_auto_type v0.1.2 |
369 | 2024-10-31T19:22:04.256Z | Downloaded lru-cache v0.1.2 |
370 | 2024-10-31T19:22:04.256Z | Downloaded unsafe-libyaml v0.2.11 |
371 | 2024-10-31T19:22:04.259Z | Downloaded lru v0.12.5 |
372 | 2024-10-31T19:22:04.261Z | Downloaded miniz_oxide v0.8.0 |
373 | 2024-10-31T19:22:04.264Z | Downloaded usdt-attr-macro v0.5.0 |
374 | 2024-10-31T19:22:04.266Z | Downloaded tinyvec_macros v0.1.1 |
375 | 2024-10-31T19:22:04.266Z | Downloaded strip-ansi-escapes v0.2.0 |
376 | 2024-10-31T19:22:04.268Z | Downloaded pbkdf2 v0.12.2 |
377 | 2024-10-31T19:22:04.270Z | Downloaded rsa v0.9.6 |
378 | 2024-10-31T19:22:04.276Z | Downloaded parse-display v0.10.0 |
379 | 2024-10-31T19:22:04.279Z | Downloaded walkdir v2.5.0 |
380 | 2024-10-31T19:22:04.283Z | Downloaded quinn v0.11.5 |
381 | 2024-10-31T19:22:04.285Z | Downloaded number_prefix v0.4.0 |
382 | 2024-10-31T19:22:04.285Z | Downloaded data-encoding v2.6.0 |
383 | 2024-10-31T19:22:04.288Z | Downloaded vte v0.11.1 |
384 | 2024-10-31T19:22:04.290Z | Downloaded salsa20 v0.10.2 |
385 | 2024-10-31T19:22:04.292Z | Downloaded rustc-hash v1.1.0 |
386 | 2024-10-31T19:22:04.292Z | Downloaded proc-macro-crate v3.2.0 |
387 | 2024-10-31T19:22:04.295Z | Downloaded russh-keys v0.45.0 |
388 | 2024-10-31T19:22:04.297Z | Downloaded serde_yaml v0.9.34+deprecated |
389 | 2024-10-31T19:22:04.301Z | Downloaded guppy v0.17.8 |
390 | 2024-10-31T19:22:04.308Z | Downloaded oso-derive v0.27.3 |
391 | 2024-10-31T19:22:04.311Z | Downloaded openssl-probe v0.1.5 |
392 | 2024-10-31T19:22:04.311Z | Downloaded peg-runtime v0.8.3 |
393 | 2024-10-31T19:22:04.313Z | Downloaded serde_repr v0.1.19 |
394 | 2024-10-31T19:22:04.316Z | Downloaded unicode-bidi v0.3.17 |
395 | 2024-10-31T19:22:04.318Z | Downloaded threadpool v1.8.1 |
396 | 2024-10-31T19:22:04.321Z | Downloaded ref-cast-impl v1.0.23 |
397 | 2024-10-31T19:22:04.321Z | Downloaded tokio-native-tls v0.3.1 |
398 | 2024-10-31T19:22:04.323Z | Downloaded tls_codec_derive v0.4.1 |
399 | 2024-10-31T19:22:04.326Z | Downloaded stringprep v0.1.5 |
400 | 2024-10-31T19:22:04.328Z | Downloaded native-tls v0.2.12 |
401 | 2024-10-31T19:22:04.331Z | Downloaded mime_guess v2.0.5 |
402 | 2024-10-31T19:22:04.334Z | Downloaded strsim v0.11.1 |
403 | 2024-10-31T19:22:04.334Z | Downloaded tls_codec v0.4.1 |
404 | 2024-10-31T19:22:04.336Z | Downloaded parse-display-derive v0.10.0 |
405 | 2024-10-31T19:22:04.339Z | Downloaded concurrent-queue v2.5.0 |
406 | 2024-10-31T19:22:04.341Z | Downloaded convert_case v0.4.0 |
407 | 2024-10-31T19:22:04.341Z | Downloaded crunchy v0.2.2 |
408 | 2024-10-31T19:22:04.343Z | Downloaded multimap v0.10.0 |
409 | 2024-10-31T19:22:04.343Z | Downloaded lazy_static v1.5.0 |
410 | 2024-10-31T19:22:04.346Z | Downloaded impl-trait-for-tuples v0.2.2 |
411 | 2024-10-31T19:22:04.350Z | Downloaded maplit v1.0.2 |
412 | 2024-10-31T19:22:04.352Z | Downloaded managed v0.8.0 |
413 | 2024-10-31T19:22:04.352Z | Downloaded dropshot_endpoint v0.12.0 |
414 | 2024-10-31T19:22:04.356Z | Downloaded diesel_derives v2.2.3 |
415 | 2024-10-31T19:22:04.361Z | Downloaded hashbrown v0.14.5 |
416 | 2024-10-31T19:22:04.369Z | Downloaded doc-comment v0.3.3 |
417 | 2024-10-31T19:22:04.369Z | Downloaded peg v0.8.4 |
418 | 2024-10-31T19:22:04.373Z | Downloaded nanorand v0.7.0 |
419 | 2024-10-31T19:22:04.376Z | Downloaded resolv-conf v0.7.0 |
420 | 2024-10-31T19:22:04.380Z | Downloaded slog-scope v4.4.0 |
421 | 2024-10-31T19:22:04.383Z | Downloaded slog-json v2.6.1 |
422 | 2024-10-31T19:22:04.385Z | Downloaded precomputed-hash v0.1.1 |
423 | 2024-10-31T19:22:04.385Z | Downloaded strum_macros v0.25.3 |
424 | 2024-10-31T19:22:04.388Z | Downloaded structmeta-derive v0.2.0 |
425 | 2024-10-31T19:22:04.388Z | Downloaded bitvec v1.0.1 |
426 | 2024-10-31T19:22:04.405Z | Downloaded psl-types v2.0.11 |
427 | 2024-10-31T19:22:04.407Z | Downloaded chrono v0.4.38 |
428 | 2024-10-31T19:22:04.414Z | Downloaded xz2 v0.1.7 |
429 | 2024-10-31T19:22:04.416Z | Downloaded wyz v0.5.1 |
430 | 2024-10-31T19:22:04.419Z | Downloaded cookie_store v0.21.0 |
431 | 2024-10-31T19:22:04.421Z | Downloaded dof v0.3.0 |
432 | 2024-10-31T19:22:04.421Z | Downloaded elliptic-curve v0.13.8 |
433 | 2024-10-31T19:22:04.425Z | Downloaded darling_core v0.20.10 |
434 | 2024-10-31T19:22:04.431Z | Downloaded instant v0.1.13 |
435 | 2024-10-31T19:22:04.434Z | Downloaded h2 v0.4.6 |
436 | 2024-10-31T19:22:04.440Z | Downloaded want v0.3.1 |
437 | 2024-10-31T19:22:04.443Z | Downloaded num-derive v0.4.2 |
438 | 2024-10-31T19:22:04.445Z | Downloaded inout v0.1.3 |
439 | 2024-10-31T19:22:04.445Z | Downloaded indoc v2.0.5 |
440 | 2024-10-31T19:22:04.449Z | Downloaded rpassword v7.3.1 |
441 | 2024-10-31T19:22:04.451Z | Downloaded ppv-lite86 v0.2.20 |
442 | 2024-10-31T19:22:04.454Z | Downloaded openssl-macros v0.1.1 |
443 | 2024-10-31T19:22:04.454Z | Downloaded pem-rfc7468 v0.7.0 |
444 | 2024-10-31T19:22:04.457Z | Downloaded rand_core v0.6.4 |
445 | 2024-10-31T19:22:04.459Z | Downloaded tracing-attributes v0.1.27 |
446 | 2024-10-31T19:22:04.461Z | Downloaded strum_macros v0.26.4 |
447 | 2024-10-31T19:22:04.464Z | Downloaded zerocopy v0.6.6 |
448 | 2024-10-31T19:22:04.466Z | Downloaded value-bag v1.9.0 |
449 | 2024-10-31T19:22:04.469Z | Downloaded uuid v1.10.0 |
450 | 2024-10-31T19:22:04.473Z | Downloaded criterion-plot v0.5.0 |
451 | 2024-10-31T19:22:04.475Z | Downloaded signal-hook-registry v1.4.2 |
452 | 2024-10-31T19:22:04.477Z | Downloaded unarray v0.1.4 |
453 | 2024-10-31T19:22:04.480Z | Downloaded quick-xml v0.33.0 |
454 | 2024-10-31T19:22:04.486Z | Downloaded enum-as-inner v0.6.1 |
455 | 2024-10-31T19:22:04.489Z | Downloaded enum-as-inner v0.5.1 |
456 | 2024-10-31T19:22:04.491Z | Downloaded datatest-stable v0.2.9 |
457 | 2024-10-31T19:22:04.493Z | Downloaded equivalent v1.0.1 |
458 | 2024-10-31T19:22:04.496Z | Downloaded mime v0.3.17 |
459 | 2024-10-31T19:22:04.496Z | Downloaded pem v3.0.4 |
460 | 2024-10-31T19:22:04.498Z | Downloaded lock_api v0.4.12 |
461 | 2024-10-31T19:22:04.501Z | Downloaded powerfmt v0.2.0 |
462 | 2024-10-31T19:22:04.503Z | Downloaded peg-macros v0.8.4 |
463 | 2024-10-31T19:22:04.503Z | Downloaded tough v0.17.1 |
464 | 2024-10-31T19:22:04.512Z | Downloaded swrite v0.1.0 |
465 | 2024-10-31T19:22:04.514Z | Downloaded rusty-fork v0.3.0 |
466 | 2024-10-31T19:22:04.518Z | Downloaded goblin v0.8.2 |
467 | 2024-10-31T19:22:04.523Z | Downloaded progenitor-client v0.8.0 |
468 | 2024-10-31T19:22:04.526Z | Downloaded num-conv v0.1.0 |
469 | 2024-10-31T19:22:04.526Z | Downloaded endian-type v0.1.2 |
470 | 2024-10-31T19:22:04.528Z | Downloaded typify-macro v0.2.0 |
471 | 2024-10-31T19:22:04.528Z | Downloaded crypto-common v0.1.6 |
472 | 2024-10-31T19:22:04.530Z | Downloaded unicase v2.7.0 |
473 | 2024-10-31T19:22:04.533Z | Downloaded thiserror-impl v1.0.64 |
474 | 2024-10-31T19:22:04.533Z | Downloaded difflib v0.4.0 |
475 | 2024-10-31T19:22:04.535Z | Downloaded indicatif v0.17.8 |
476 | 2024-10-31T19:22:04.538Z | Downloaded winnow v0.5.40 |
477 | 2024-10-31T19:22:04.549Z | Downloaded plotters-svg v0.3.7 |
478 | 2024-10-31T19:22:04.551Z | Downloaded openssl-sys v0.9.103 |
479 | 2024-10-31T19:22:04.555Z | Downloaded p256 v0.13.2 |
480 | 2024-10-31T19:22:04.559Z | Downloaded num-iter v0.1.45 |
481 | 2024-10-31T19:22:04.562Z | Downloaded kstat-rs v0.2.4 |
482 | 2024-10-31T19:22:04.564Z | Downloaded num-bigint v0.4.6 |
483 | 2024-10-31T19:22:04.568Z | Downloaded phf_shared v0.11.2 |
484 | 2024-10-31T19:22:04.570Z | Downloaded percent-encoding v2.3.1 |
485 | 2024-10-31T19:22:04.573Z | Downloaded structmeta v0.2.0 |
486 | 2024-10-31T19:22:04.573Z | Downloaded serde_derive v1.0.210 |
487 | 2024-10-31T19:22:04.575Z | Downloaded ssh-encoding v0.2.0 |
488 | 2024-10-31T19:22:04.577Z | Downloaded slog-stdlog v4.1.1 |
489 | 2024-10-31T19:22:04.579Z | Downloaded tokio-tungstenite v0.21.0 |
490 | 2024-10-31T19:22:04.582Z | Downloaded postgres-types v0.2.8 |
491 | 2024-10-31T19:22:04.584Z | Downloaded progenitor-macro v0.8.0 |
492 | 2024-10-31T19:22:04.587Z | Downloaded diesel-dtrace v0.3.0 |
493 | 2024-10-31T19:22:04.590Z | Downloaded ucd-trie v0.1.7 |
494 | 2024-10-31T19:22:04.590Z | Downloaded pretty_assertions v1.4.1 |
495 | 2024-10-31T19:22:04.592Z | Downloaded signal-hook v0.3.17 |
496 | 2024-10-31T19:22:04.595Z | Downloaded libxml v0.3.3 |
497 | 2024-10-31T19:22:04.602Z | Downloaded time-core v0.1.2 |
498 | 2024-10-31T19:22:04.605Z | Downloaded tui-tree-widget v0.22.0 |
499 | 2024-10-31T19:22:04.605Z | Downloaded predicates-tree v1.0.11 |
500 | 2024-10-31T19:22:04.607Z | Downloaded plotters-backend v0.3.7 |
501 | 2024-10-31T19:22:04.610Z | Downloaded env_filter v0.1.2 |
502 | 2024-10-31T19:22:04.610Z | Downloaded defmt-macros v0.3.9 |
503 | 2024-10-31T19:22:04.612Z | Downloaded normalize-line-endings v0.3.0 |
504 | 2024-10-31T19:22:04.615Z | Downloaded defmt v0.3.8 |
505 | 2024-10-31T19:22:04.617Z | Downloaded sync_wrapper v1.0.1 |
506 | 2024-10-31T19:22:04.620Z | Downloaded defmt-parser v0.3.4 |
507 | 2024-10-31T19:22:04.620Z | Downloaded slog-async v2.8.0 |
508 | 2024-10-31T19:22:04.622Z | Downloaded pkcs1 v0.7.5 |
509 | 2024-10-31T19:22:04.624Z | Downloaded match_cfg v0.1.0 |
510 | 2024-10-31T19:22:04.627Z | Downloaded structmeta v0.3.0 |
511 | 2024-10-31T19:22:04.627Z | Downloaded pin-project-internal v1.1.6 |
512 | 2024-10-31T19:22:04.629Z | Downloaded pest_derive v2.7.14 |
513 | 2024-10-31T19:22:04.632Z | Downloaded keccak v0.1.5 |
514 | 2024-10-31T19:22:04.634Z | Downloaded instability v0.3.2 |
515 | 2024-10-31T19:22:04.634Z | Downloaded fallible-iterator v0.3.0 |
516 | 2024-10-31T19:22:04.637Z | Downloaded rfc6979 v0.4.0 |
517 | 2024-10-31T19:22:04.640Z | Downloaded embedded-io v0.6.1 |
518 | 2024-10-31T19:22:04.640Z | Downloaded tinyvec v1.8.0 |
519 | 2024-10-31T19:22:04.642Z | Downloaded unicode-linebreak v0.1.5 |
520 | 2024-10-31T19:22:04.644Z | Downloaded untrusted v0.7.1 |
521 | 2024-10-31T19:22:04.644Z | Downloaded num_enum v0.5.11 |
522 | 2024-10-31T19:22:04.649Z | Downloaded crossbeam-utils v0.8.20 |
523 | 2024-10-31T19:22:04.653Z | Downloaded clang-sys v1.8.1 |
524 | 2024-10-31T19:22:04.655Z | Downloaded toml v0.7.8 |
525 | 2024-10-31T19:22:04.659Z | Downloaded russh-cryptovec v0.7.3 |
526 | 2024-10-31T19:22:04.662Z | Downloaded proc-macro-error v1.0.4 |
527 | 2024-10-31T19:22:04.664Z | Downloaded csv-core v0.1.11 |
528 | 2024-10-31T19:22:04.667Z | Downloaded num_cpus v1.16.0 |
529 | 2024-10-31T19:22:04.670Z | Downloaded des v0.8.1 |
530 | 2024-10-31T19:22:04.672Z | Downloaded macaddr v1.0.1 |
531 | 2024-10-31T19:22:04.674Z | Downloaded mockall v0.13.0 |
532 | 2024-10-31T19:22:04.675Z | Downloaded smallvec v1.13.2 |
533 | 2024-10-31T19:22:04.677Z | Downloaded slog-term v2.9.1 |
534 | 2024-10-31T19:22:04.679Z | Downloaded usdt v0.5.0 |
535 | 2024-10-31T19:22:04.682Z | Downloaded fallible-iterator v0.2.0 |
536 | 2024-10-31T19:22:04.684Z | Downloaded qorb v0.2.0 |
537 | 2024-10-31T19:22:04.687Z | Downloaded rustls-pemfile v1.0.4 |
538 | 2024-10-31T19:22:04.690Z | Downloaded jobserver v0.1.32 |
539 | 2024-10-31T19:22:04.692Z | Downloaded git2 v0.19.0 |
540 | 2024-10-31T19:22:04.701Z | Downloaded event-listener-strategy v0.5.2 |
541 | 2024-10-31T19:22:04.703Z | Downloaded whoami v1.5.2 |
542 | 2024-10-31T19:22:04.706Z | Downloaded rustyline v14.0.0 |
543 | 2024-10-31T19:22:04.710Z | Downloaded num-rational v0.4.2 |
544 | 2024-10-31T19:22:04.713Z | Downloaded bindgen v0.69.5 |
545 | 2024-10-31T19:22:04.720Z | Downloaded rustc_version v0.1.7 |
546 | 2024-10-31T19:22:04.724Z | Downloaded thiserror v1.0.64 |
547 | 2024-10-31T19:22:04.726Z | Downloaded toml v0.8.19 |
548 | 2024-10-31T19:22:04.729Z | Downloaded pin-project v1.1.6 |
549 | 2024-10-31T19:22:04.742Z | Downloaded log v0.4.22 |
550 | 2024-10-31T19:22:04.744Z | Downloaded multer v3.1.0 |
551 | 2024-10-31T19:22:04.747Z | Downloaded yasna v0.5.2 |
552 | 2024-10-31T19:22:04.749Z | Downloaded ron v0.8.1 |
553 | 2024-10-31T19:22:04.754Z | Downloaded env_logger v0.10.2 |
554 | 2024-10-31T19:22:04.758Z | Downloaded untrusted v0.9.0 |
555 | 2024-10-31T19:22:04.760Z | Downloaded memmap2 v0.9.5 |
556 | 2024-10-31T19:22:04.762Z | Downloaded rand_distr v0.4.3 |
557 | 2024-10-31T19:22:04.765Z | Downloaded rustls-native-certs v0.7.3 |
558 | 2024-10-31T19:22:04.768Z | Downloaded rustls-webpki v0.102.8 |
559 | 2024-10-31T19:22:04.788Z | Downloaded rustls-pki-types v1.9.0 |
560 | 2024-10-31T19:22:04.791Z | Downloaded steno v0.4.1 |
561 | 2024-10-31T19:22:04.795Z | Downloaded textwrap v0.16.1 |
562 | 2024-10-31T19:22:04.798Z | Downloaded unicode-segmentation v1.12.0 |
563 | 2024-10-31T19:22:04.801Z | Downloaded criterion v0.5.1 |
564 | 2024-10-31T19:22:04.809Z | Downloaded unicode-properties v0.1.3 |
565 | 2024-10-31T19:22:04.811Z | Downloaded typenum v1.17.0 |
566 | 2024-10-31T19:22:04.814Z | Downloaded tungstenite v0.21.0 |
567 | 2024-10-31T19:22:04.818Z | Downloaded ron v0.7.1 |
568 | 2024-10-31T19:22:04.822Z | Downloaded mockall_derive v0.13.0 |
569 | 2024-10-31T19:22:04.825Z | Downloaded yansi v1.0.1 |
570 | 2024-10-31T19:22:04.827Z | Downloaded serde_with v3.11.0 |
571 | 2024-10-31T19:22:04.836Z | Downloaded url v2.5.2 |
572 | 2024-10-31T19:22:04.840Z | Downloaded p384 v0.13.0 |
573 | 2024-10-31T19:22:04.846Z | Downloaded ssh-key v0.6.6 |
574 | 2024-10-31T19:22:04.854Z | Downloaded reqwest v0.11.27 |
575 | 2024-10-31T19:22:04.862Z | Downloaded radix_trie v0.2.1 |
576 | 2024-10-31T19:22:04.868Z | Downloaded object v0.30.4 |
577 | 2024-10-31T19:22:04.878Z | Downloaded bstr v1.10.0 |
578 | 2024-10-31T19:22:04.889Z | Downloaded libm v0.2.8 |
579 | 2024-10-31T19:22:04.898Z | Downloaded reqwest v0.12.8 |
580 | 2024-10-31T19:22:04.906Z | Downloaded itertools v0.13.0 |
581 | 2024-10-31T19:22:04.914Z | Downloaded reedline v0.35.0 |
582 | 2024-10-31T19:22:04.923Z | Downloaded lalrpop v0.19.12 |
583 | 2024-10-31T19:22:04.935Z | Downloaded time v0.3.36 |
584 | 2024-10-31T19:22:04.942Z | Downloaded rustls v0.21.12 |
585 | 2024-10-31T19:22:04.954Z | Downloaded rustls-webpki v0.101.7 |
586 | 2024-10-31T19:22:04.969Z | Downloaded crossterm v0.28.1 |
587 | 2024-10-31T19:22:04.975Z | Downloaded idna v0.5.0 |
588 | 2024-10-31T19:22:04.982Z | Downloaded proptest v1.5.0 |
589 | 2024-10-31T19:22:04.993Z | Downloaded clap_builder v4.5.20 |
590 | 2024-10-31T19:22:05.000Z | Downloaded vcpkg v0.2.15 |
591 | 2024-10-31T19:22:05.038Z | Downloaded nix v0.27.1 |
592 | 2024-10-31T19:22:05.049Z | Downloaded syn v1.0.109 |
593 | 2024-10-31T19:22:05.061Z | Downloaded nix v0.29.0 |
594 | 2024-10-31T19:22:05.073Z | Downloaded nix v0.28.0 |
595 | 2024-10-31T19:22:05.085Z | Downloaded regex v1.11.0 |
596 | 2024-10-31T19:22:05.098Z | Downloaded regex-syntax v0.8.5 |
597 | 2024-10-31T19:22:05.106Z | Downloaded regress v0.10.1 |
598 | 2024-10-31T19:22:05.115Z | Downloaded webpki-roots v0.26.6 |
599 | 2024-10-31T19:22:05.119Z | Downloaded sled v0.34.7 |
600 | 2024-10-31T19:22:05.129Z | Downloaded openssl v0.10.66 |
601 | 2024-10-31T19:22:05.139Z | Downloaded curve25519-dalek v4.1.3 |
602 | 2024-10-31T19:22:05.149Z | Downloaded smoltcp v0.9.1 |
603 | 2024-10-31T19:22:05.159Z | Downloaded idna v0.3.0 |
604 | 2024-10-31T19:22:05.165Z | Downloaded regress v0.9.1 |
605 | 2024-10-31T19:22:05.174Z | Downloaded idna v0.2.3 |
606 | 2024-10-31T19:22:05.181Z | Downloaded dropshot v0.12.0 |
607 | 2024-10-31T19:22:05.201Z | Downloaded trust-dns-proto v0.22.0 |
608 | 2024-10-31T19:22:05.212Z | Downloaded chrono-tz v0.10.0 |
609 | 2024-10-31T19:22:05.219Z | Downloaded object v0.36.5 |
610 | 2024-10-31T19:22:05.231Z | Downloaded rustls v0.23.14 |
611 | 2024-10-31T19:22:05.242Z | Downloaded polar-core v0.27.3 |
612 | 2024-10-31T19:22:05.250Z | Downloaded typify-impl v0.2.0 |
613 | 2024-10-31T19:22:05.265Z | Downloaded diesel v2.2.4 |
614 | 2024-10-31T19:22:05.284Z | Downloaded openapiv3 v2.0.0 |
615 | 2024-10-31T19:22:05.294Z | Downloaded zerocopy-derive v0.6.6 |
616 | 2024-10-31T19:22:05.303Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
617 | 2024-10-31T19:22:05.315Z | Downloaded smoltcp v0.11.0 |
618 | 2024-10-31T19:22:05.328Z | Downloaded ratatui v0.28.1 |
619 | 2024-10-31T19:22:05.347Z | Downloaded petgraph v0.6.5 |
620 | 2024-10-31T19:22:05.364Z | Downloaded libc v0.2.161 |
621 | 2024-10-31T19:22:05.390Z | Downloaded regex-automata v0.4.8 |
622 | 2024-10-31T19:22:05.407Z | Downloaded rustix v0.38.37 |
623 | 2024-10-31T19:22:05.429Z | Downloaded regex-syntax v0.6.29 |
624 | 2024-10-31T19:22:05.436Z | Downloaded rustls v0.22.4 |
625 | 2024-10-31T19:22:05.449Z | Downloaded hickory-proto v0.24.1 |
626 | 2024-10-31T19:22:05.463Z | Downloaded idna v0.4.0 |
627 | 2024-10-31T19:22:05.470Z | Downloaded csv v1.3.0 |
628 | 2024-10-31T19:22:05.489Z | Downloaded libz-sys v1.1.20 |
629 | 2024-10-31T19:22:05.508Z | Downloaded unicode-normalization v0.1.24 |
630 | 2024-10-31T19:22:05.512Z | Downloaded salty v0.3.0 |
631 | 2024-10-31T19:22:05.518Z | Downloaded lzma-sys v0.1.20 |
632 | 2024-10-31T19:22:05.546Z | Downloaded tokio v1.40.0 |
633 | 2024-10-31T19:22:05.582Z | Downloaded tabled v0.15.0 |
634 | 2024-10-31T19:22:05.596Z | Downloaded pest v2.7.14 |
635 | 2024-10-31T19:22:05.601Z | Downloaded gimli v0.31.1 |
636 | 2024-10-31T19:22:05.609Z | Downloaded sha3 v0.10.8 |
637 | 2024-10-31T19:22:05.613Z | Downloaded quinn-proto v0.11.8 |
638 | 2024-10-31T19:22:05.620Z | Downloaded syn v2.0.79 |
639 | 2024-10-31T19:22:05.630Z | Downloaded unicode-width v0.1.14 |
640 | 2024-10-31T19:22:05.636Z | Downloaded tokio-util v0.7.12 |
641 | 2024-10-31T19:22:05.642Z | Downloaded tracing-core v0.1.32 |
642 | 2024-10-31T19:22:05.645Z | Downloaded crypto-bigint v0.5.5 |
643 | 2024-10-31T19:22:05.651Z | Downloaded nom v7.1.3 |
644 | 2024-10-31T19:22:05.657Z | Downloaded x509-cert v0.2.5 |
645 | 2024-10-31T19:22:05.663Z | Downloaded samael v0.0.17 |
646 | 2024-10-31T19:22:05.668Z | Downloaded tokio-tungstenite v0.24.0 |
647 | 2024-10-31T19:22:05.670Z | Downloaded tinytemplate v1.2.1 |
648 | 2024-10-31T19:22:05.672Z | Downloaded once_cell v1.20.2 |
649 | 2024-10-31T19:22:05.675Z | Downloaded dhcproto v0.12.0 |
650 | 2024-10-31T19:22:05.677Z | Downloaded sqlparser v0.45.0 |
651 | 2024-10-31T19:22:05.682Z | Downloaded async-std v1.13.0 |
652 | 2024-10-31T19:22:05.701Z | Downloaded which v4.4.2 |
653 | 2024-10-31T19:22:05.703Z | Downloaded clap_lex v0.7.2 |
654 | 2024-10-31T19:22:05.706Z | Downloaded clap_derive v4.5.18 |
655 | 2024-10-31T19:22:05.706Z | Downloaded memoffset v0.9.1 |
656 | 2024-10-31T19:22:05.708Z | Downloaded typify v0.2.0 |
657 | 2024-10-31T19:22:05.710Z | Downloaded clap v4.5.20 |
658 | 2024-10-31T19:22:05.717Z | Downloaded tracing v0.1.40 |
659 | 2024-10-31T19:22:05.721Z | Downloaded smf v0.2.3 |
660 | 2024-10-31T19:22:05.724Z | Downloaded httpmock v0.8.0-alpha.1 |
661 | 2024-10-31T19:22:05.740Z | Downloaded smawk v0.3.2 |
662 | 2024-10-31T19:22:05.742Z | Downloaded sec1 v0.7.3 |
663 | 2024-10-31T19:22:05.745Z | Downloaded event-listener v5.3.1 |
664 | 2024-10-31T19:22:05.747Z | Downloaded ref-cast v1.0.23 |
665 | 2024-10-31T19:22:05.747Z | Downloaded derive_more v0.99.18 |
666 | 2024-10-31T19:22:05.752Z | Downloaded thiserror-impl-no-std v2.0.2 |
667 | 2024-10-31T19:22:05.754Z | Downloaded ryu v1.0.18 |
668 | 2024-10-31T19:22:05.757Z | Downloaded zerocopy v0.7.35 |
669 | 2024-10-31T19:22:05.771Z | Downloaded secrecy v0.8.0 |
670 | 2024-10-31T19:22:05.773Z | Downloaded scheduled-thread-pool v0.2.7 |
671 | 2024-10-31T19:22:05.773Z | Downloaded libloading v0.8.5 |
672 | 2024-10-31T19:22:05.775Z | Downloaded encoding_rs v0.8.34 |
673 | 2024-10-31T19:22:05.795Z | Downloaded dhcproto-macros v0.1.0 |
674 | 2024-10-31T19:22:05.798Z | Downloaded vergen v8.3.2 |
675 | 2024-10-31T19:22:05.800Z | Downloaded itertools v0.12.1 |
676 | 2024-10-31T19:22:05.805Z | Downloaded progenitor v0.8.0 |
677 | 2024-10-31T19:22:05.807Z | Downloaded digest v0.10.7 |
678 | 2024-10-31T19:22:05.810Z | Downloaded pkcs5 v0.7.1 |
679 | 2024-10-31T19:22:05.812Z | Downloaded tokio-postgres v0.7.12 |
680 | 2024-10-31T19:22:05.816Z | Downloaded plotters v0.3.7 |
681 | 2024-10-31T19:22:05.825Z | Downloaded hkdf v0.12.4 |
682 | 2024-10-31T19:22:05.828Z | Downloaded oorandom v11.1.4 |
683 | 2024-10-31T19:22:05.830Z | Downloaded nu-ansi-term v0.50.1 |
684 | 2024-10-31T19:22:05.833Z | Downloaded winnow v0.6.20 |
685 | 2024-10-31T19:22:05.839Z | Downloaded blake3 v1.5.4 |
686 | 2024-10-31T19:22:05.847Z | Downloaded shell-words v1.1.0 |
687 | 2024-10-31T19:22:05.850Z | Downloaded itertools v0.10.5 |
688 | 2024-10-31T19:22:05.854Z | Downloaded predicates v3.1.2 |
689 | 2024-10-31T19:22:05.857Z | Downloaded num v0.4.3 |
690 | 2024-10-31T19:22:05.859Z | Downloaded itoa v1.0.11 |
691 | 2024-10-31T19:22:05.859Z | Downloaded rustls-pemfile v2.2.0 |
692 | 2024-10-31T19:22:05.862Z | Downloaded subprocess v0.2.9 |
693 | 2024-10-31T19:22:05.865Z | Downloaded compact_str v0.8.0 |
694 | 2024-10-31T19:22:05.868Z | Downloaded rayon v1.10.0 |
695 | 2024-10-31T19:22:05.878Z | Downloaded embedded-io v0.4.0 |
696 | 2024-10-31T19:22:05.880Z | Downloaded rusqlite v0.32.1 |
697 | 2024-10-31T19:22:05.886Z | Downloaded slab v0.4.9 |
698 | 2024-10-31T19:22:05.889Z | Downloaded signal-hook-tokio v0.3.1 |
699 | 2024-10-31T19:22:05.889Z | Downloaded shlex v1.3.0 |
700 | 2024-10-31T19:22:05.891Z | Downloaded semver v0.1.20 |
701 | 2024-10-31T19:22:05.891Z | Downloaded cookie v0.18.1 |
702 | 2024-10-31T19:22:05.894Z | Downloaded unicode_categories v0.1.1 |
703 | 2024-10-31T19:22:05.896Z | Downloaded serde_json v1.0.128 |
704 | 2024-10-31T19:22:05.902Z | Downloaded num-integer v0.1.46 |
705 | 2024-10-31T19:22:05.904Z | Downloaded const-oid v0.9.6 |
706 | 2024-10-31T19:22:05.906Z | Downloaded rcgen v0.12.1 |
707 | 2024-10-31T19:22:05.909Z | Downloaded portable-atomic v1.9.0 |
708 | 2024-10-31T19:22:05.915Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
709 | 2024-10-31T19:22:05.974Z | Downloaded indoc v1.0.9 |
710 | 2024-10-31T19:22:05.976Z | Downloaded linked-hash-map v0.5.6 |
711 | 2024-10-31T19:22:05.980Z | Downloaded linear-map v1.2.0 |
712 | 2024-10-31T19:22:05.980Z | Downloaded libsw v3.3.1 |
713 | 2024-10-31T19:22:05.983Z | Downloaded ctr v0.9.2 |
714 | 2024-10-31T19:22:05.983Z | Downloaded owo-colors v4.1.0 |
715 | 2024-10-31T19:22:05.985Z | Downloaded serde_with_macros v3.11.0 |
716 | 2024-10-31T19:22:05.988Z | Downloaded mio v1.0.2 |
717 | 2024-10-31T19:22:05.992Z | Downloaded p521 v0.13.3 |
718 | 2024-10-31T19:22:05.996Z | Downloaded cstr-argument v0.1.2 |
719 | 2024-10-31T19:22:05.998Z | Downloaded rand_chacha v0.3.1 |
720 | 2024-10-31T19:22:05.999Z | Downloaded serde v1.0.210 |
721 | 2024-10-31T19:22:06.001Z | Downloaded minimal-lexical v0.2.1 |
722 | 2024-10-31T19:22:06.006Z | Downloaded num-bigint-dig v0.8.4 |
723 | 2024-10-31T19:22:06.011Z | Downloaded publicsuffix v2.2.3 |
724 | 2024-10-31T19:22:06.013Z | Downloaded expectorate v1.1.0 |
725 | 2024-10-31T19:22:06.016Z | Downloaded hyper v1.4.1 |
726 | 2024-10-31T19:22:06.022Z | Downloaded toml_datetime v0.6.8 |
727 | 2024-10-31T19:22:06.024Z | Downloaded env_logger v0.11.5 |
728 | 2024-10-31T19:22:06.027Z | Downloaded console v0.15.8 |
729 | 2024-10-31T19:22:06.030Z | Downloaded uzers v0.12.1 |
730 | 2024-10-31T19:22:06.032Z | Downloaded tokio-rustls v0.26.0 |
731 | 2024-10-31T19:22:06.035Z | Downloaded zip v0.6.6 |
732 | 2024-10-31T19:22:06.037Z | Downloaded const_format v0.2.33 |
733 | 2024-10-31T19:22:06.041Z | Downloaded tokio-stream v0.1.16 |
734 | 2024-10-31T19:22:06.047Z | Downloaded subtle v2.6.1 |
735 | 2024-10-31T19:22:06.049Z | Downloaded slog-bunyan v2.5.0 |
736 | 2024-10-31T19:22:06.049Z | Downloaded signal-hook-mio v0.2.4 |
737 | 2024-10-31T19:22:06.049Z | Downloaded toml_edit v0.19.15 |
738 | 2024-10-31T19:22:06.065Z | Downloaded derive_builder_macro v0.20.2 |
739 | 2024-10-31T19:22:06.067Z | Downloaded memchr v2.7.4 |
740 | 2024-10-31T19:22:06.071Z | Downloaded der v0.7.9 |
741 | 2024-10-31T19:22:06.076Z | Downloaded lalrpop-util v0.19.12 |
742 | 2024-10-31T19:22:06.078Z | Downloaded const_format_proc_macros v0.2.33 |
743 | 2024-10-31T19:22:06.081Z | Downloaded papergrid v0.11.0 |
744 | 2024-10-31T19:22:06.083Z | Downloaded similar v2.6.0 |
745 | 2024-10-31T19:22:06.088Z | Downloaded crossbeam-epoch v0.9.18 |
746 | 2024-10-31T19:22:06.091Z | Downloaded tar v0.4.42 |
747 | 2024-10-31T19:22:06.093Z | Downloaded parse-zoneinfo v0.3.1 |
748 | 2024-10-31T19:22:06.096Z | Downloaded serde_urlencoded v0.7.1 |
749 | 2024-10-31T19:22:06.098Z | Downloaded serde_tokenstream v0.2.2 |
750 | 2024-10-31T19:22:06.101Z | Downloaded serde_spanned v0.6.8 |
751 | 2024-10-31T19:22:06.101Z | Downloaded trybuild v1.0.100 |
752 | 2024-10-31T19:22:06.104Z | Downloaded semver v1.0.23 |
753 | 2024-10-31T19:22:06.107Z | Downloaded crossbeam-channel v0.5.13 |
754 | 2024-10-31T19:22:06.110Z | Downloaded rustc-hash v2.0.0 |
755 | 2024-10-31T19:22:06.113Z | Downloaded indexmap v2.6.0 |
756 | 2024-10-31T19:22:06.117Z | Downloaded toml_edit v0.22.22 |
757 | 2024-10-31T19:22:06.138Z | Downloaded pbkdf2 v0.11.0 |
758 | 2024-10-31T19:22:06.141Z | Downloaded nibble_vec v0.1.0 |
759 | 2024-10-31T19:22:06.144Z | Downloaded hyper v0.14.30 |
760 | 2024-10-31T19:22:06.149Z | Downloaded kv-log-macro v1.0.7 |
761 | 2024-10-31T19:22:06.151Z | Downloaded term v0.7.0 |
762 | 2024-10-31T19:22:06.154Z | Downloaded structmeta-derive v0.3.0 |
763 | 2024-10-31T19:22:06.156Z | Downloaded rustc-demangle v0.1.24 |
764 | 2024-10-31T19:22:06.156Z | Downloaded nested v0.1.1 |
765 | 2024-10-31T19:22:06.159Z | Downloaded colored v2.1.0 |
766 | 2024-10-31T19:22:06.159Z | Downloaded rust-argon2 v2.1.0 |
767 | 2024-10-31T19:22:06.162Z | Downloaded typed-path v0.7.1 |
768 | 2024-10-31T19:22:06.167Z | Downloaded tabled_derive v0.7.0 |
769 | 2024-10-31T19:22:06.170Z | Downloaded pin-utils v0.1.0 |
770 | 2024-10-31T19:22:06.170Z | Downloaded pin-project-lite v0.2.14 |
771 | 2024-10-31T19:22:06.174Z | Downloaded parking_lot_core v0.8.6 |
772 | 2024-10-31T19:22:06.177Z | Downloaded num-complex v0.4.6 |
773 | 2024-10-31T19:22:06.180Z | Downloaded russh v0.45.0 |
774 | 2024-10-31T19:22:06.183Z | Downloaded ed25519-dalek v2.1.1 |
775 | 2024-10-31T19:22:06.186Z | Downloaded target-spec v3.2.2 |
776 | 2024-10-31T19:22:06.188Z | Downloaded prettyplease v0.2.22 |
777 | 2024-10-31T19:22:06.191Z | Downloaded ipnet v2.10.1 |
778 | 2024-10-31T19:22:06.193Z | Downloaded ecdsa v0.16.9 |
779 | 2024-10-31T19:22:06.195Z | Downloaded tungstenite v0.23.0 |
780 | 2024-10-31T19:22:06.198Z | Downloaded zerocopy-derive v0.7.35 |
781 | 2024-10-31T19:22:06.202Z | Downloaded proc-macro2 v1.0.87 |
782 | 2024-10-31T19:22:06.205Z | Downloaded rstest v0.23.0 |
783 | 2024-10-31T19:22:06.211Z | Downloaded rand v0.8.5 |
784 | 2024-10-31T19:22:06.214Z | Downloaded http v0.2.12 |
785 | 2024-10-31T19:22:06.218Z | Downloaded hickory-server v0.24.1 |
786 | 2024-10-31T19:22:06.224Z | Downloaded hashbrown v0.12.3 |
787 | 2024-10-31T19:22:06.228Z | Downloaded cpufeatures v0.2.14 |
788 | 2024-10-31T19:22:06.230Z | Downloaded zeroize_derive v1.4.2 |
789 | 2024-10-31T19:22:06.230Z | Downloaded zeroize v1.8.1 |
790 | 2024-10-31T19:22:06.234Z | Downloaded tungstenite v0.24.0 |
791 | 2024-10-31T19:22:06.236Z | Downloaded quote v1.0.37 |
792 | 2024-10-31T19:22:06.239Z | Downloaded partial-io v0.5.4 |
793 | 2024-10-31T19:22:06.241Z | Downloaded heapless v0.7.17 |
794 | 2024-10-31T19:22:06.243Z | Downloaded heapless v0.8.0 |
795 | 2024-10-31T19:22:06.247Z | Downloaded cc v1.1.30 |
796 | 2024-10-31T19:22:06.251Z | Downloaded base64 v0.22.1 |
797 | 2024-10-31T19:22:06.254Z | Downloaded rustversion v1.0.17 |
798 | 2024-10-31T19:22:06.257Z | Downloaded ssh-cipher v0.2.0 |
799 | 2024-10-31T19:22:06.259Z | Downloaded spki v0.7.3 |
800 | 2024-10-31T19:22:06.262Z | Downloaded proc-macro-error-attr v1.0.4 |
801 | 2024-10-31T19:22:06.262Z | Downloaded plain v0.2.3 |
802 | 2024-10-31T19:22:06.262Z | Downloaded pkg-config v0.3.31 |
803 | 2024-10-31T19:22:06.264Z | Downloaded maybe-uninit v2.0.0 |
804 | 2024-10-31T19:22:06.264Z | Downloaded derive_builder v0.20.2 |
805 | 2024-10-31T19:22:06.269Z | Downloaded derive-where v1.2.7 |
806 | 2024-10-31T19:22:06.272Z | Downloaded hyper-util v0.1.9 |
807 | 2024-10-31T19:22:06.278Z | Downloaded quinn-udp v0.5.5 |
808 | 2024-10-31T19:22:06.281Z | Downloaded spin v0.9.8 |
809 | 2024-10-31T19:22:06.285Z | Downloaded fancy-regex v0.13.0 |
810 | 2024-10-31T19:22:06.288Z | Downloaded dirs-next v2.0.0 |
811 | 2024-10-31T19:22:06.291Z | Downloaded darling v0.20.10 |
812 | 2024-10-31T19:22:06.293Z | Downloaded polling v3.7.3 |
813 | 2024-10-31T19:22:06.297Z | Downloaded slog v2.7.0 |
814 | 2024-10-31T19:22:06.299Z | Downloaded chacha20poly1305 v0.10.1 |
815 | 2024-10-31T19:22:06.302Z | Downloaded serde_derive_internals v0.29.1 |
816 | 2024-10-31T19:22:06.304Z | Downloaded take_mut v0.2.2 |
817 | 2024-10-31T19:22:06.304Z | Downloaded scroll_derive v0.12.0 |
818 | 2024-10-31T19:22:06.304Z | Downloaded is_terminal_polyfill v1.70.1 |
819 | 2024-10-31T19:22:06.307Z | Downloaded event-listener v2.5.3 |
820 | 2024-10-31T19:22:06.307Z | Downloaded ena v0.14.3 |
821 | 2024-10-31T19:22:06.310Z | Downloaded tempfile v3.13.0 |
822 | 2024-10-31T19:22:06.312Z | Downloaded base64 v0.13.1 |
823 | 2024-10-31T19:22:06.316Z | Downloaded allocator-api2 v0.2.18 |
824 | 2024-10-31T19:22:06.318Z | Downloaded half v2.4.1 |
825 | 2024-10-31T19:22:06.321Z | Downloaded futures v0.3.31 |
826 | 2024-10-31T19:22:06.324Z | Downloaded topological-sort v0.2.2 |
827 | 2024-10-31T19:22:06.326Z | Downloaded tokio-macros v2.4.0 |
828 | 2024-10-31T19:22:06.326Z | Downloaded hyper-staticfile v0.10.1 |
829 | 2024-10-31T19:22:06.329Z | Downloaded hyper-rustls v0.26.0 |
830 | 2024-10-31T19:22:06.331Z | Downloaded iana-time-zone v0.1.61 |
831 | 2024-10-31T19:22:06.334Z | Downloaded httptest v0.16.1 |
832 | 2024-10-31T19:22:06.337Z | Downloaded thread-id v4.2.2 |
833 | 2024-10-31T19:22:06.337Z | Downloaded stringmetrics v2.2.2 |
834 | 2024-10-31T19:22:06.337Z | Downloaded buf-list v1.0.3 |
835 | 2024-10-31T19:22:06.341Z | Downloaded hashlink v0.9.1 |
836 | 2024-10-31T19:22:06.343Z | Downloaded ciborium v0.2.2 |
837 | 2024-10-31T19:22:06.346Z | Downloaded smallvec v0.6.14 |
838 | 2024-10-31T19:22:06.346Z | Downloaded cargo-platform v0.1.8 |
839 | 2024-10-31T19:22:06.348Z | Downloaded camino-tempfile v1.1.1 |
840 | 2024-10-31T19:22:06.350Z | Downloaded camino v1.1.9 |
841 | 2024-10-31T19:22:06.350Z | Downloaded bzip2 v0.4.4 |
842 | 2024-10-31T19:22:06.353Z | Downloaded block-buffer v0.10.4 |
843 | 2024-10-31T19:22:06.353Z | Downloaded async-process v2.3.0 |
844 | 2024-10-31T19:22:06.356Z | Downloaded arc-swap v1.7.1 |
845 | 2024-10-31T19:22:06.358Z | Downloaded getrandom v0.2.15 |
846 | 2024-10-31T19:22:06.362Z | Downloaded futures-executor v0.3.31 |
847 | 2024-10-31T19:22:06.365Z | Downloaded signature v2.2.0 |
848 | 2024-10-31T19:22:06.369Z | Downloaded poly1305 v0.8.0 |
849 | 2024-10-31T19:22:06.369Z | Downloaded password-hash v0.5.0 |
850 | 2024-10-31T19:22:06.373Z | Downloaded rustfmt-wrapper v0.2.1 |
851 | 2024-10-31T19:22:06.373Z | Downloaded rustc_version v0.4.1 |
852 | 2024-10-31T19:22:06.373Z | Downloaded phf_codegen v0.11.2 |
853 | 2024-10-31T19:22:06.375Z | Downloaded oso v0.27.3 |
854 | 2024-10-31T19:22:06.375Z | Downloaded hubpack v0.1.2 |
855 | 2024-10-31T19:22:06.378Z | Downloaded http-range v0.1.5 |
856 | 2024-10-31T19:22:06.378Z | Downloaded phf_generator v0.11.2 |
857 | 2024-10-31T19:22:06.380Z | Downloaded path-slash v0.1.5 |
858 | 2024-10-31T19:22:06.380Z | Downloaded hyper-tls v0.6.0 |
859 | 2024-10-31T19:22:06.380Z | Downloaded humantime v2.1.0 |
860 | 2024-10-31T19:22:06.383Z | Downloaded hickory-resolver v0.24.1 |
861 | 2024-10-31T19:22:06.385Z | Downloaded cargo_metadata v0.18.1 |
862 | 2024-10-31T19:22:06.388Z | Downloaded bcs v0.1.6 |
863 | 2024-10-31T19:22:06.391Z | Downloaded bytecount v0.6.8 |
864 | 2024-10-31T19:22:06.391Z | Downloaded blowfish v0.9.1 |
865 | 2024-10-31T19:22:06.393Z | Downloaded base16ct v0.2.0 |
866 | 2024-10-31T19:22:06.393Z | Downloaded heck v0.4.1 |
867 | 2024-10-31T19:22:06.396Z | Downloaded futures-macro v0.3.31 |
868 | 2024-10-31T19:22:06.396Z | Downloaded futures-core v0.3.31 |
869 | 2024-10-31T19:22:06.398Z | Downloaded futures-timer v3.0.3 |
870 | 2024-10-31T19:22:06.398Z | Downloaded async-stream v0.3.6 |
871 | 2024-10-31T19:22:06.402Z | Downloaded bb8 v0.8.5 |
872 | 2024-10-31T19:22:06.402Z | Downloaded async-channel v1.9.0 |
873 | 2024-10-31T19:22:06.406Z | Downloaded foreign-types v0.5.0 |
874 | 2024-10-31T19:22:06.407Z | Downloaded backoff v0.4.0 |
875 | 2024-10-31T19:22:06.407Z | Downloaded form_urlencoded v1.2.1 |
876 | 2024-10-31T19:22:06.409Z | Downloaded hubpack_derive v0.1.1 |
877 | 2024-10-31T19:22:06.409Z | Downloaded bitfield v0.14.0 |
878 | 2024-10-31T19:22:06.409Z | Downloaded foldhash v0.1.3 |
879 | 2024-10-31T19:22:06.409Z | Downloaded chacha20 v0.9.1 |
880 | 2024-10-31T19:22:06.412Z | Downloaded argon2 v0.5.3 |
881 | 2024-10-31T19:22:06.412Z | Downloaded aead v0.5.2 |
882 | 2024-10-31T19:22:06.414Z | Downloaded fnv v1.0.7 |
883 | 2024-10-31T19:22:06.414Z | Downloaded aes v0.8.4 |
884 | 2024-10-31T19:22:06.416Z | Downloaded anstyle-query v1.1.1 |
885 | 2024-10-31T19:22:06.419Z | Downloaded anstyle v1.0.8 |
886 | 2024-10-31T19:22:06.419Z | Downloaded atomicwrites v0.4.4 |
887 | 2024-10-31T19:22:06.422Z | Downloaded highway v1.2.0 |
888 | 2024-10-31T19:22:06.422Z | Downloaded hash32 v0.2.1 |
889 | 2024-10-31T19:22:06.425Z | Downloaded cassowary v0.3.0 |
890 | 2024-10-31T19:22:06.425Z | Downloaded cancel-safe-futures v0.1.5 |
891 | 2024-10-31T19:22:06.428Z | Downloaded base64ct v1.6.0 |
892 | 2024-10-31T19:22:06.431Z | Downloaded arrayvec v0.7.6 |
893 | 2024-10-31T19:22:06.431Z | Downloaded futures-sink v0.3.31 |
894 | 2024-10-31T19:22:06.433Z | Downloaded foreign-types-macros v0.2.3 |
895 | 2024-10-31T19:22:06.433Z | Downloaded atomic-waker v1.1.2 |
896 | 2024-10-31T19:22:06.434Z | Downloaded foreign-types v0.3.2 |
897 | 2024-10-31T19:22:06.436Z | Downloaded byteorder v1.5.0 |
898 | 2024-10-31T19:22:06.437Z | Downloaded block-padding v0.3.3 |
899 | 2024-10-31T19:22:06.437Z | Downloaded bit-set v0.5.3 |
900 | 2024-10-31T19:22:06.441Z | Downloaded array-init v0.0.4 |
901 | 2024-10-31T19:22:06.441Z | Downloaded ff v0.13.0 |
902 | 2024-10-31T19:22:06.441Z | Downloaded fastrand v2.1.1 |
903 | 2024-10-31T19:22:06.443Z | Downloaded ring v0.17.8 |
904 | 2024-10-31T19:22:06.510Z | Downloaded cipher v0.4.4 |
905 | 2024-10-31T19:22:06.513Z | Downloaded autocfg v1.4.0 |
906 | 2024-10-31T19:22:06.516Z | Downloaded flagset v0.4.6 |
907 | 2024-10-31T19:22:06.516Z | Downloaded async-global-executor v2.4.1 |
908 | 2024-10-31T19:22:06.520Z | Downloaded async-channel v2.3.1 |
909 | 2024-10-31T19:22:06.605Z | Downloaded ring v0.16.20 |
910 | 2024-10-31T19:22:06.688Z | Downloaded libsqlite3-sys v0.30.1 |
911 | 2024-10-31T19:22:07.037Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
912 | 2024-10-31T19:22:30.128Z | Startup: Refreshing catalog 'helios-dev' ... Done |
913 | 2024-10-31T19:22:33.659Z | Startup: Caching catalogs ... Done |
914 | 2024-10-31T19:22:40.637Z | Planning: Solver setup ... Done (6.223s) |
915 | 2024-10-31T19:22:40.728Z | Planning: Running solver ... Done (0.091s) |
916 | 2024-10-31T19:22:40.945Z | Planning: Finding local manifests ... Done (0.142s) |
917 | 2024-10-31T19:22:40.958Z | Planning: Fetching manifests: 0/5 0% complete |
918 | 2024-10-31T19:22:41.182Z | Planning: Fetching manifests: 5/5 100% complete |
919 | 2024-10-31T19:22:41.704Z | Planning: Package planning ... Done (0.523s) |
920 | 2024-10-31T19:22:41.760Z | Planning: Merging actions ... Done (0.055s) |
921 | 2024-10-31T19:22:43.023Z | Planning: Checking for conflicting actions ... Done (1.264s) |
922 | 2024-10-31T19:22:53.016Z | Planning: Consolidating action changes ... Done (9.992s) |
923 | 2024-10-31T19:22:53.463Z | Planning: Evaluating mediators ... Done (0.447s) |
924 | 2024-10-31T19:22:53.543Z | Planning: Planning completed in 19.80 seconds |
925 | 2024-10-31T19:22:55.285Z | Packages to install: 4 |
926 | 2024-10-31T19:22:55.285Z | Packages to update: 1 |
927 | 2024-10-31T19:22:55.287Z | Mediators to change: 2 |
928 | 2024-10-31T19:22:55.287Z | Services to change: 1 |
929 | 2024-10-31T19:22:55.287Z | Estimated space available: 155.38 GB |
930 | 2024-10-31T19:22:55.287Z | Estimated space to be consumed: 1.58 GB |
931 | 2024-10-31T19:22:55.287Z | Create boot environment: No |
932 | 2024-10-31T19:22:55.287Z | Create backup boot environment: Yes |
933 | 2024-10-31T19:22:55.287Z | Rebuild boot archive: No |
934 | 2024-10-31T19:22:55.287Z | |
935 | 2024-10-31T19:22:55.287Z | Changed mediators: |
936 | 2024-10-31T19:22:55.288Z | mediator clang: |
937 | 2024-10-31T19:22:55.288Z | version: None -> 15 (system default) |
938 | 2024-10-31T19:22:55.288Z | |
939 | 2024-10-31T19:22:55.288Z | mediator llvm: |
940 | 2024-10-31T19:22:55.288Z | version: 14 (system default) -> 15 (system default) |
941 | 2024-10-31T19:22:55.288Z | |
942 | 2024-10-31T19:22:55.288Z | Changed packages: |
943 | 2024-10-31T19:22:55.289Z | helios-dev |
944 | 2024-10-31T19:22:55.289Z | developer/build-essential |
945 | 2024-10-31T19:22:55.289Z | None -> 11-2.0 |
946 | 2024-10-31T19:22:55.289Z | library/libxmlsec1 |
947 | 2024-10-31T19:22:55.289Z | None -> 1.2.35-2.0 |
948 | 2024-10-31T19:22:55.289Z | ooce/developer/clang-15 |
949 | 2024-10-31T19:22:55.289Z | None -> 15.0.7-2.0 |
950 | 2024-10-31T19:22:55.289Z | ooce/developer/llvm-15 |
951 | 2024-10-31T19:22:55.289Z | None -> 15.0.7-2.0 |
952 | 2024-10-31T19:22:55.289Z | package/pkg |
953 | 2024-10-31T19:22:55.289Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
954 | 2024-10-31T19:22:55.289Z | |
955 | 2024-10-31T19:22:55.289Z | Services: |
956 | 2024-10-31T19:22:55.289Z | restart_fmri: |
957 | 2024-10-31T19:22:55.289Z | svc:/system/update-man-index:default |
958 | 2024-10-31T19:22:55.289Z | |
959 | 2024-10-31T19:22:55.290Z | Editable files to change: |
960 | 2024-10-31T19:22:55.290Z | Update: |
961 | 2024-10-31T19:22:55.290Z | usr/share/lib/pkg/web/config.shtml |
962 | 2024-10-31T19:22:55.842Z | |
963 | 2024-10-31T19:22:55.842Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
964 | 2024-10-31T19:23:00.842Z | Download: 1472/4281 items 116.5/220.6MB 52% complete (23.6M/s) |
965 | 2024-10-31T19:23:05.843Z | Download: 3158/4281 items 161.8/220.6MB 73% complete (16.1M/s) |
966 | 2024-10-31T19:23:10.311Z | Download: Completed 220.60 MB in 14.47 seconds (15.2M/s) |
967 | 2024-10-31T19:23:12.511Z | Actions: 1/5063 actions (Removing old actions) |
968 | 2024-10-31T19:23:12.531Z | Actions: 194/5063 actions (Installing new actions) |
969 | 2024-10-31T19:23:17.649Z | Actions: 4089/5063 actions (Installing new actions) |
970 | 2024-10-31T19:23:18.446Z | Actions: 4226/5063 actions (Updating modified actions) |
971 | 2024-10-31T19:23:18.872Z | Actions: Completed 5063 actions in 6.36 seconds. |
972 | 2024-10-31T19:23:19.241Z | Done (0.361s) |
973 | 2024-10-31T19:23:19.244Z | Done (0.000s) |
974 | 2024-10-31T19:23:19.747Z | Done (0.504s) |
975 | 2024-10-31T19:23:27.555Z | Done (7.602s) |
976 | 2024-10-31T19:23:27.961Z | Done (0.338s) |
977 | 2024-10-31T19:23:27.964Z | Done (0.000s) |
978 | 2024-10-31T19:23:28.192Z | Done (0.000s) |
979 | 2024-10-31T19:23:28.845Z | Planning: Evaluating mediator changes ... Done |
980 | 2024-10-31T19:23:29.006Z | Planning: Checking for conflicting actions ... Done |
981 | 2024-10-31T19:23:29.009Z | Planning: Consolidating action changes ... Done |
982 | 2024-10-31T19:23:29.279Z | Planning: Evaluating mediators ... Done |
983 | 2024-10-31T19:23:29.281Z | Planning: Planning completed in 0.43 seconds |
984 | 2024-10-31T19:23:29.318Z | Mediators to change: 2 |
985 | 2024-10-31T19:23:29.318Z | Create boot environment: No |
986 | 2024-10-31T19:23:29.321Z | Create backup boot environment: No |
987 | 2024-10-31T19:23:29.574Z | Done |
988 | 2024-10-31T19:23:29.575Z | Done |
989 | 2024-10-31T19:23:29.894Z | Done |
990 | 2024-10-31T19:23:33.406Z | Done |
991 | 2024-10-31T19:23:33.494Z | Done |
992 | 2024-10-31T19:23:33.498Z | Done |
993 | 2024-10-31T19:23:33.611Z | Done |
994 | 2024-10-31T19:23:34.225Z | Planning: Evaluating mediator changes ... Done |
995 | 2024-10-31T19:23:34.228Z | Planning: Merging actions ... Done |
996 | 2024-10-31T19:23:34.416Z | Planning: Checking for conflicting actions ... Done |
997 | 2024-10-31T19:23:34.419Z | Planning: Consolidating action changes ... Done |
998 | 2024-10-31T19:23:34.685Z | Planning: Evaluating mediators ... Done |
999 | 2024-10-31T19:23:34.741Z | Planning: Planning completed in 0.76 seconds |
1000 | 2024-10-31T19:23:34.782Z | Packages to change: 1 |
1001 | 2024-10-31T19:23:34.782Z | Mediators to change: 1 |
1002 | 2024-10-31T19:23:34.784Z | Services to change: 1 |
1003 | 2024-10-31T19:23:34.784Z | Create boot environment: No |
1004 | 2024-10-31T19:23:34.784Z | Create backup boot environment: Yes |
1005 | 2024-10-31T19:23:37.005Z | Actions: 1/6 actions (Updating modified actions) |
1006 | 2024-10-31T19:23:37.106Z | Actions: Completed 6 actions in 0.10 seconds. |
1007 | 2024-10-31T19:23:37.109Z | Done |
1008 | 2024-10-31T19:23:37.109Z | Done |
1009 | 2024-10-31T19:23:37.207Z | Done |
1010 | 2024-10-31T19:23:40.679Z | Done |
1011 | 2024-10-31T19:23:40.767Z | Done |
1012 | 2024-10-31T19:23:40.770Z | Done |
1013 | 2024-10-31T19:23:40.908Z | Done |
1014 | 2024-10-31T19:23:41.339Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1015 | 2024-10-31T19:23:41.339Z | clang system 15 system |
1016 | 2024-10-31T19:23:41.339Z | csh system system illumos |
1017 | 2024-10-31T19:23:41.339Z | ctags system system illumos |
1018 | 2024-10-31T19:23:41.339Z | gcc vendor 12 vendor |
1019 | 2024-10-31T19:23:41.339Z | gcc system 10 system |
1020 | 2024-10-31T19:23:41.339Z | gcc system 7 system |
1021 | 2024-10-31T19:23:41.340Z | go system 1.20 system |
1022 | 2024-10-31T19:23:41.340Z | go system 1.19 system |
1023 | 2024-10-31T19:23:41.340Z | llvm system 15 system |
1024 | 2024-10-31T19:23:41.340Z | llvm system 14 system |
1025 | 2024-10-31T19:23:41.340Z | mariadb system 10.6 system |
1026 | 2024-10-31T19:23:41.340Z | mta vendor vendor dma |
1027 | 2024-10-31T19:23:41.340Z | openjdk system 17 system |
1028 | 2024-10-31T19:23:41.340Z | openjdk system 11 system |
1029 | 2024-10-31T19:23:41.340Z | openjdk system 1.8 system |
1030 | 2024-10-31T19:23:41.340Z | openssl vendor 3 vendor |
1031 | 2024-10-31T19:23:41.340Z | perl system 5.36 system |
1032 | 2024-10-31T19:23:41.340Z | postgresql system 15 system |
1033 | 2024-10-31T19:23:41.340Z | postgresql system 13 system |
1034 | 2024-10-31T19:23:41.340Z | python vendor 3 vendor |
1035 | 2024-10-31T19:23:41.340Z | python system 2 system |
1036 | 2024-10-31T19:23:41.340Z | python3 system 3.11 system |
1037 | 2024-10-31T19:23:41.340Z | ruby system 3.0 system |
1038 | 2024-10-31T19:23:41.340Z | words vendor vendor american-english |
1039 | 2024-10-31T19:23:41.340Z | words system system australian-english |
1040 | 2024-10-31T19:23:41.340Z | words system system british-english |
1041 | 2024-10-31T19:23:41.340Z | words system system canadian-english |
1042 | 2024-10-31T19:23:41.340Z | words system system french |
1043 | 2024-10-31T19:23:41.341Z | words system system italian |
1044 | 2024-10-31T19:23:41.341Z | words system system ngerman |
1045 | 2024-10-31T19:23:41.341Z | words system system ogerman |
1046 | 2024-10-31T19:23:41.341Z | words system system spanish |
1047 | 2024-10-31T19:23:41.665Z | PUBLISHER TYPE STATUS P LOCATION |
1048 | 2024-10-31T19:23:41.665Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1049 | 2024-10-31T19:23:44.021Z | FMRI IFO |
1050 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1051 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1052 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1053 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1054 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1055 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1056 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1057 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1058 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1059 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1060 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1061 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1062 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1063 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1064 | 2024-10-31T19:23:44.021Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1065 | 2024-10-31T19:23:44.981Z | Downloading crates ... |
1066 | 2024-10-31T19:23:45.071Z | Downloaded cargo_toml v0.20.5 |
1067 | 2024-10-31T19:23:45.206Z | Compiling proc-macro2 v1.0.87 |
1068 | 2024-10-31T19:23:45.206Z | Compiling unicode-ident v1.0.13 |
1069 | 2024-10-31T19:23:45.209Z | Compiling serde v1.0.210 |
1070 | 2024-10-31T19:23:45.209Z | Compiling version_check v0.9.5 |
1071 | 2024-10-31T19:23:45.209Z | Compiling memchr v2.7.4 |
1072 | 2024-10-31T19:23:45.209Z | Compiling thiserror v1.0.64 |
1073 | 2024-10-31T19:23:45.209Z | Compiling libc v0.2.161 |
1074 | 2024-10-31T19:23:45.209Z | Compiling ucd-trie v0.1.7 |
1075 | 2024-10-31T19:23:45.459Z | Compiling ryu v1.0.18 |
1076 | 2024-10-31T19:23:45.799Z | Compiling itoa v1.0.11 |
1077 | 2024-10-31T19:23:45.829Z | Compiling once_cell v1.20.2 |
1078 | 2024-10-31T19:23:46.007Z | Compiling byteorder v1.5.0 |
1079 | 2024-10-31T19:23:46.110Z | Compiling rustix v0.38.37 |
1080 | 2024-10-31T19:23:46.465Z | Compiling serde_json v1.0.128 |
1081 | 2024-10-31T19:23:47.541Z | Compiling bitflags v2.6.0 |
1082 | 2024-10-31T19:23:47.598Z | Compiling proc-macro-error-attr v1.0.4 |
1083 | 2024-10-31T19:23:47.620Z | Compiling usdt-impl v0.5.0 |
1084 | 2024-10-31T19:23:47.810Z | Compiling syn v1.0.109 |
1085 | 2024-10-31T19:23:47.871Z | Compiling proc-macro-error v1.0.4 |
1086 | 2024-10-31T19:23:47.883Z | Compiling plain v0.2.3 |
1087 | 2024-10-31T19:23:47.913Z | Compiling utf8parse v0.2.2 |
1088 | 2024-10-31T19:23:48.018Z | Compiling hashbrown v0.15.0 |
1089 | 2024-10-31T19:23:48.058Z | Compiling log v0.4.22 |
1090 | 2024-10-31T19:23:48.069Z | Compiling equivalent v1.0.1 |
1091 | 2024-10-31T19:23:48.150Z | Compiling camino v1.1.9 |
1092 | 2024-10-31T19:23:48.287Z | Compiling thread-id v4.2.2 |
1093 | 2024-10-31T19:23:48.308Z | Compiling anstyle-parse v0.2.5 |
1094 | 2024-10-31T19:23:48.423Z | Compiling pretty-hex v0.4.1 |
1095 | 2024-10-31T19:23:48.445Z | Compiling colorchoice v1.0.2 |
1096 | 2024-10-31T19:23:48.603Z | Compiling quote v1.0.37 |
1097 | 2024-10-31T19:23:48.629Z | Compiling autocfg v1.4.0 |
1098 | 2024-10-31T19:23:48.640Z | Compiling unicode-width v0.1.14 |
1099 | 2024-10-31T19:23:48.724Z | Compiling is_terminal_polyfill v1.70.1 |
1100 | 2024-10-31T19:23:48.777Z | Compiling errno v0.3.9 |
1101 | 2024-10-31T19:23:48.892Z | Compiling semver v1.0.23 |
1102 | 2024-10-31T19:23:48.987Z | Compiling syn v2.0.79 |
1103 | 2024-10-31T19:23:49.234Z | Compiling indexmap v2.6.0 |
1104 | 2024-10-31T19:23:49.246Z | Compiling anstyle v1.0.8 |
1105 | 2024-10-31T19:23:49.358Z | Compiling winnow v0.6.20 |
1106 | 2024-10-31T19:23:49.667Z | Compiling anstyle-query v1.1.1 |
1107 | 2024-10-31T19:23:49.674Z | Compiling fs-err v2.11.0 |
1108 | 2024-10-31T19:23:49.786Z | Compiling anstream v0.6.15 |
1109 | 2024-10-31T19:23:50.248Z | Compiling anyhow v1.0.89 |
1110 | 2024-10-31T19:23:50.516Z | Compiling heck v0.4.1 |
1111 | 2024-10-31T19:23:50.546Z | Compiling clap_lex v0.7.2 |
1112 | 2024-10-31T19:23:50.748Z | Compiling fnv v1.0.7 |
1113 | 2024-10-31T19:23:50.903Z | Compiling fastrand v2.1.1 |
1114 | 2024-10-31T19:23:51.015Z | Compiling cfg-if v1.0.0 |
1115 | 2024-10-31T19:23:51.029Z | Compiling strsim v0.11.1 |
1116 | 2024-10-31T19:23:51.099Z | Compiling bytecount v0.6.8 |
1117 | 2024-10-31T19:23:51.284Z | Compiling terminal_size v0.4.0 |
1118 | 2024-10-31T19:23:51.314Z | Compiling heck v0.5.0 |
1119 | 2024-10-31T19:23:51.441Z | Compiling clap_builder v4.5.20 |
1120 | 2024-10-31T19:23:51.476Z | Compiling papergrid v0.11.0 |
1121 | 2024-10-31T19:23:51.799Z | Compiling tempfile v3.13.0 |
1122 | 2024-10-31T19:23:52.436Z | Compiling memmap v0.7.0 |
1123 | 2024-10-31T19:23:52.527Z | Compiling smawk v0.3.2 |
1124 | 2024-10-31T19:23:52.622Z | Compiling unicode-linebreak v0.1.5 |
1125 | 2024-10-31T19:23:53.017Z | Compiling textwrap v0.16.1 |
1126 | 2024-10-31T19:23:53.090Z | Compiling swrite v0.1.0 |
1127 | 2024-10-31T19:23:54.284Z | Compiling tabled_derive v0.7.0 |
1128 | 2024-10-31T19:23:55.746Z | Compiling tabled v0.15.0 |
1129 | 2024-10-31T19:23:56.890Z | Compiling serde_derive v1.0.210 |
1130 | 2024-10-31T19:23:56.890Z | Compiling thiserror-impl v1.0.64 |
1131 | 2024-10-31T19:23:56.893Z | Compiling zerocopy-derive v0.7.35 |
1132 | 2024-10-31T19:23:56.893Z | Compiling scroll_derive v0.12.0 |
1133 | 2024-10-31T19:23:56.894Z | Compiling clap_derive v4.5.18 |
1134 | 2024-10-31T19:23:58.102Z | Compiling scroll v0.12.0 |
1135 | 2024-10-31T19:23:58.565Z | Compiling zerocopy v0.7.35 |
1136 | 2024-10-31T19:23:58.565Z | Compiling goblin v0.8.2 |
1137 | 2024-10-31T19:23:59.947Z | Compiling clap v4.5.20 |
1138 | 2024-10-31T19:24:01.981Z | Compiling pest v2.7.14 |
1139 | 2024-10-31T19:24:03.657Z | Compiling pest_meta v2.7.14 |
1140 | 2024-10-31T19:24:04.644Z | Compiling pest_generator v2.7.14 |
1141 | 2024-10-31T19:24:06.055Z | Compiling pest_derive v2.7.14 |
1142 | 2024-10-31T19:24:06.085Z | Compiling serde_spanned v0.6.8 |
1143 | 2024-10-31T19:24:06.085Z | Compiling toml_datetime v0.6.8 |
1144 | 2024-10-31T19:24:06.088Z | Compiling cargo-platform v0.1.8 |
1145 | 2024-10-31T19:24:06.448Z | Compiling toml_edit v0.22.22 |
1146 | 2024-10-31T19:24:06.624Z | Compiling serde_tokenstream v0.2.2 |
1147 | 2024-10-31T19:24:06.798Z | Compiling dtrace-parser v0.2.0 |
1148 | 2024-10-31T19:24:06.813Z | Compiling camino-tempfile v1.1.1 |
1149 | 2024-10-31T19:24:06.988Z | Compiling macaddr v1.0.1 |
1150 | 2024-10-31T19:24:07.695Z | Compiling dof v0.3.0 |
1151 | 2024-10-31T19:24:07.706Z | Compiling cargo_metadata v0.18.1 |
1152 | 2024-10-31T19:24:09.347Z | Compiling toml v0.8.19 |
1153 | 2024-10-31T19:24:09.787Z | Compiling usdt-macro v0.5.0 |
1154 | 2024-10-31T19:24:09.926Z | Compiling usdt-attr-macro v0.5.0 |
1155 | 2024-10-31T19:24:10.182Z | Compiling cargo_toml v0.20.5 |
1156 | 2024-10-31T19:24:11.168Z | Compiling usdt v0.5.0 |
1157 | 2024-10-31T19:24:13.703Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1158 | 2024-10-31T19:24:17.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.32s |
1159 | 2024-10-31T19:24:17.870Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1160 | 2024-10-31T19:24:18.649Z | Compiling serde v1.0.210 |
1161 | 2024-10-31T19:24:18.651Z | Compiling typenum v1.17.0 |
1162 | 2024-10-31T19:24:18.651Z | Compiling lock_api v0.4.12 |
1163 | 2024-10-31T19:24:18.651Z | Compiling generic-array v0.14.7 |
1164 | 2024-10-31T19:24:18.651Z | Compiling scopeguard v1.2.0 |
1165 | 2024-10-31T19:24:18.652Z | Compiling subtle v2.6.1 |
1166 | 2024-10-31T19:24:18.652Z | Compiling syn v2.0.79 |
1167 | 2024-10-31T19:24:18.652Z | Compiling getrandom v0.2.15 |
1168 | 2024-10-31T19:24:18.911Z | Compiling value-bag v1.9.0 |
1169 | 2024-10-31T19:24:19.023Z | Compiling rand_core v0.6.4 |
1170 | 2024-10-31T19:24:19.144Z | Compiling const-oid v0.9.6 |
1171 | 2024-10-31T19:24:19.231Z | Compiling pin-project-lite v0.2.14 |
1172 | 2024-10-31T19:24:19.345Z | Compiling log v0.4.22 |
1173 | 2024-10-31T19:24:19.347Z | Compiling smallvec v1.13.2 |
1174 | 2024-10-31T19:24:19.485Z | Compiling jobserver v0.1.32 |
1175 | 2024-10-31T19:24:19.537Z | Compiling parking_lot_core v0.9.10 |
1176 | 2024-10-31T19:24:19.671Z | Compiling shlex v1.3.0 |
1177 | 2024-10-31T19:24:19.757Z | Compiling futures-core v0.3.31 |
1178 | 2024-10-31T19:24:19.995Z | Compiling cc v1.1.30 |
1179 | 2024-10-31T19:24:20.079Z | Compiling signal-hook-registry v1.4.2 |
1180 | 2024-10-31T19:24:20.172Z | Compiling mio v1.0.2 |
1181 | 2024-10-31T19:24:20.330Z | Compiling cpufeatures v0.2.14 |
1182 | 2024-10-31T19:24:20.429Z | Compiling parking_lot v0.12.3 |
1183 | 2024-10-31T19:24:20.600Z | Compiling futures-sink v0.3.31 |
1184 | 2024-10-31T19:24:20.750Z | Compiling spin v0.9.8 |
1185 | 2024-10-31T19:24:20.853Z | Compiling socket2 v0.5.7 |
1186 | 2024-10-31T19:24:21.161Z | Compiling slab v0.4.9 |
1187 | 2024-10-31T19:24:21.204Z | Compiling serde_json v1.0.128 |
1188 | 2024-10-31T19:24:21.306Z | Compiling futures-channel v0.3.31 |
1189 | 2024-10-31T19:24:21.351Z | Compiling allocator-api2 v0.2.18 |
1190 | 2024-10-31T19:24:21.501Z | Compiling tinyvec_macros v0.1.1 |
1191 | 2024-10-31T19:24:21.542Z | Compiling foldhash v0.1.3 |
1192 | 2024-10-31T19:24:21.591Z | Compiling pin-utils v0.1.0 |
1193 | 2024-10-31T19:24:21.690Z | Compiling futures-io v0.3.31 |
1194 | 2024-10-31T19:24:21.708Z | Compiling futures-task v0.3.31 |
1195 | 2024-10-31T19:24:21.793Z | Compiling tinyvec v1.8.0 |
1196 | 2024-10-31T19:24:21.844Z | Compiling libm v0.2.8 |
1197 | 2024-10-31T19:24:21.905Z | Compiling num-traits v0.2.19 |
1198 | 2024-10-31T19:24:21.985Z | Compiling unicode-bidi v0.3.17 |
1199 | 2024-10-31T19:24:22.003Z | Compiling base64ct v1.6.0 |
1200 | 2024-10-31T19:24:22.135Z | Compiling hashbrown v0.15.0 |
1201 | 2024-10-31T19:24:22.411Z | Compiling flagset v0.4.6 |
1202 | 2024-10-31T19:24:22.555Z | Compiling pem-rfc7468 v0.7.0 |
1203 | 2024-10-31T19:24:22.623Z | Compiling httparse v1.9.5 |
1204 | 2024-10-31T19:24:23.278Z | Compiling unicode-normalization v0.1.24 |
1205 | 2024-10-31T19:24:23.312Z | Compiling tracing-core v0.1.32 |
1206 | 2024-10-31T19:24:23.448Z | Compiling crossbeam-utils v0.8.20 |
1207 | 2024-10-31T19:24:23.491Z | Compiling rustls-pki-types v1.9.0 |
1208 | 2024-10-31T19:24:23.513Z | Compiling percent-encoding v2.3.1 |
1209 | 2024-10-31T19:24:23.914Z | Compiling ring v0.17.8 |
1210 | 2024-10-31T19:24:24.056Z | Compiling untrusted v0.9.0 |
1211 | 2024-10-31T19:24:24.236Z | Compiling time-core v0.1.2 |
1212 | 2024-10-31T19:24:24.352Z | Compiling num-conv v0.1.0 |
1213 | 2024-10-31T19:24:24.416Z | Compiling powerfmt v0.2.0 |
1214 | 2024-10-31T19:24:24.534Z | Compiling vcpkg v0.2.15 |
1215 | 2024-10-31T19:24:24.591Z | Compiling pkg-config v0.3.31 |
1216 | 2024-10-31T19:24:24.645Z | Compiling time-macros v0.2.18 |
1217 | 2024-10-31T19:24:24.786Z | Compiling deranged v0.3.11 |
1218 | 2024-10-31T19:24:25.389Z | Compiling atomic-waker v1.1.2 |
1219 | 2024-10-31T19:24:25.560Z | Compiling num_threads v0.1.7 |
1220 | 2024-10-31T19:24:25.687Z | Compiling form_urlencoded v1.2.1 |
1221 | 2024-10-31T19:24:25.748Z | Compiling rustix v0.38.37 |
1222 | 2024-10-31T19:24:25.905Z | Compiling slog v2.7.0 |
1223 | 2024-10-31T19:24:25.999Z | Compiling try-lock v0.2.5 |
1224 | 2024-10-31T19:24:26.149Z | Compiling want v0.3.1 |
1225 | 2024-10-31T19:24:26.418Z | Compiling httpdate v1.0.3 |
1226 | 2024-10-31T19:24:26.433Z | Compiling openssl-sys v0.9.103 |
1227 | 2024-10-31T19:24:26.593Z | Compiling idna v0.5.0 |
1228 | 2024-10-31T19:24:26.669Z | Compiling foreign-types-shared v0.1.1 |
1229 | 2024-10-31T19:24:26.765Z | Compiling rustversion v1.0.17 |
1230 | 2024-10-31T19:24:26.846Z | Compiling iana-time-zone v0.1.61 |
1231 | 2024-10-31T19:24:27.208Z | Compiling openssl v0.10.66 |
1232 | 2024-10-31T19:24:27.245Z | Compiling tower-service v0.3.3 |
1233 | 2024-10-31T19:24:27.368Z | Compiling base64 v0.22.1 |
1234 | 2024-10-31T19:24:27.426Z | Compiling match_cfg v0.1.0 |
1235 | 2024-10-31T19:24:27.516Z | Compiling hostname v0.3.1 |
1236 | 2024-10-31T19:24:27.639Z | Compiling url v2.5.2 |
1237 | 2024-10-31T19:24:27.684Z | Compiling time v0.3.36 |
1238 | 2024-10-31T19:24:27.712Z | Compiling foreign-types v0.3.2 |
1239 | 2024-10-31T19:24:27.791Z | Compiling dirs-sys-next v0.1.2 |
1240 | 2024-10-31T19:24:27.983Z | Compiling aho-corasick v1.1.3 |
1241 | 2024-10-31T19:24:28.017Z | Compiling syn v1.0.109 |
1242 | 2024-10-31T19:24:28.337Z | Compiling regex-syntax v0.8.5 |
1243 | 2024-10-31T19:24:28.532Z | Compiling adler2 v2.0.0 |
1244 | 2024-10-31T19:24:28.713Z | Compiling siphasher v0.3.11 |
1245 | 2024-10-31T19:24:29.059Z | Compiling data-encoding v2.6.0 |
1246 | 2024-10-31T19:24:29.180Z | Compiling native-tls v0.2.12 |
1247 | 2024-10-31T19:24:29.577Z | Compiling rustls v0.23.14 |
1248 | 2024-10-31T19:24:29.741Z | Compiling rustls v0.22.4 |
1249 | 2024-10-31T19:24:29.946Z | Compiling miniz_oxide v0.8.0 |
1250 | 2024-10-31T19:24:31.116Z | Compiling regex-automata v0.4.8 |
1251 | 2024-10-31T19:24:31.324Z | Compiling dirs-next v2.0.0 |
1252 | 2024-10-31T19:24:31.664Z | Compiling serde_derive v1.0.210 |
1253 | 2024-10-31T19:24:32.122Z | Compiling zeroize_derive v1.4.2 |
1254 | 2024-10-31T19:24:32.227Z | Compiling zerocopy-derive v0.7.35 |
1255 | 2024-10-31T19:24:32.612Z | Compiling tokio-macros v2.4.0 |
1256 | 2024-10-31T19:24:32.853Z | Compiling thiserror-impl v1.0.64 |
1257 | 2024-10-31T19:24:33.511Z | Compiling zeroize v1.8.1 |
1258 | 2024-10-31T19:24:33.866Z | Compiling futures-macro v0.3.31 |
1259 | 2024-10-31T19:24:34.091Z | Compiling der_derive v0.7.3 |
1260 | 2024-10-31T19:24:34.305Z | Compiling zerocopy v0.7.35 |
1261 | 2024-10-31T19:24:35.139Z | Compiling crypto-common v0.1.6 |
1262 | 2024-10-31T19:24:35.375Z | Compiling block-buffer v0.10.4 |
1263 | 2024-10-31T19:24:35.604Z | Compiling digest v0.10.7 |
1264 | 2024-10-31T19:24:35.756Z | Compiling futures-util v0.3.31 |
1265 | 2024-10-31T19:24:35.789Z | Compiling thiserror v1.0.64 |
1266 | 2024-10-31T19:24:35.964Z | Compiling block-padding v0.3.3 |
1267 | 2024-10-31T19:24:35.980Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-10-31T19:24:36.126Z | Compiling hmac v0.12.1 |
1269 | 2024-10-31T19:24:36.210Z | Compiling inout v0.1.3 |
1270 | 2024-10-31T19:24:36.317Z | Compiling sha2 v0.10.8 |
1271 | 2024-10-31T19:24:36.361Z | Compiling der v0.7.9 |
1272 | 2024-10-31T19:24:36.466Z | Compiling cipher v0.4.4 |
1273 | 2024-10-31T19:24:36.803Z | Compiling rand_chacha v0.3.1 |
1274 | 2024-10-31T19:24:36.908Z | Compiling tracing-attributes v0.1.27 |
1275 | 2024-10-31T19:24:38.948Z | Compiling spki v0.7.3 |
1276 | 2024-10-31T19:24:39.299Z | Compiling rand v0.8.5 |
1277 | 2024-10-31T19:24:39.451Z | Compiling salsa20 v0.10.2 |
1278 | 2024-10-31T19:24:39.678Z | Compiling pbkdf2 v0.12.2 |
1279 | 2024-10-31T19:24:39.798Z | Compiling pest v2.7.14 |
1280 | 2024-10-31T19:24:39.842Z | Compiling scrypt v0.11.0 |
1281 | 2024-10-31T19:24:40.175Z | Compiling tracing v0.1.40 |
1282 | 2024-10-31T19:24:40.356Z | Compiling aes v0.8.4 |
1283 | 2024-10-31T19:24:40.713Z | Compiling cbc v0.1.2 |
1284 | 2024-10-31T19:24:40.959Z | Compiling scroll_derive v0.12.0 |
1285 | 2024-10-31T19:24:41.301Z | Compiling pkcs5 v0.7.1 |
1286 | 2024-10-31T19:24:41.922Z | Compiling pkcs8 v0.10.2 |
1287 | 2024-10-31T19:24:42.373Z | Compiling pest_meta v2.7.14 |
1288 | 2024-10-31T19:24:42.405Z | Compiling scroll v0.12.0 |
1289 | 2024-10-31T19:24:42.428Z | Compiling openssl-macros v0.1.1 |
1290 | 2024-10-31T19:24:42.574Z | Compiling async-trait v0.1.83 |
1291 | 2024-10-31T19:24:42.691Z | Compiling sha1 v0.10.6 |
1292 | 2024-10-31T19:24:42.943Z | Compiling goblin v0.8.2 |
1293 | 2024-10-31T19:24:43.074Z | Compiling signature v2.2.0 |
1294 | 2024-10-31T19:24:43.092Z | Compiling serde_derive_internals v0.29.1 |
1295 | 2024-10-31T19:24:43.191Z | Compiling crossbeam-epoch v0.9.18 |
1296 | 2024-10-31T19:24:43.355Z | Compiling lazy_static v1.5.0 |
1297 | 2024-10-31T19:24:43.482Z | Compiling thread_local v1.1.8 |
1298 | 2024-10-31T19:24:43.927Z | Compiling pest_generator v2.7.14 |
1299 | 2024-10-31T19:24:44.001Z | Compiling encoding_rs v0.8.34 |
1300 | 2024-10-31T19:24:44.796Z | Compiling bytes v1.7.2 |
1301 | 2024-10-31T19:24:45.670Z | Compiling tokio v1.40.0 |
1302 | 2024-10-31T19:24:45.792Z | Compiling indexmap v2.6.0 |
1303 | 2024-10-31T19:24:46.120Z | Compiling http v1.1.0 |
1304 | 2024-10-31T19:24:46.634Z | Compiling bitflags v2.6.0 |
1305 | 2024-10-31T19:24:46.997Z | Compiling semver v1.0.23 |
1306 | 2024-10-31T19:24:47.033Z | Compiling rustls-webpki v0.102.8 |
1307 | 2024-10-31T19:24:47.371Z | Compiling pest_derive v2.7.14 |
1308 | 2024-10-31T19:24:47.747Z | Compiling rustc_version v0.4.1 |
1309 | 2024-10-31T19:24:48.155Z | Compiling http-body v1.0.1 |
1310 | 2024-10-31T19:24:48.231Z | Compiling dtrace-parser v0.2.0 |
1311 | 2024-10-31T19:24:48.392Z | Compiling serde_spanned v0.6.8 |
1312 | 2024-10-31T19:24:48.511Z | Compiling toml_datetime v0.6.8 |
1313 | 2024-10-31T19:24:48.527Z | Compiling uuid v1.10.0 |
1314 | 2024-10-31T19:24:48.627Z | Compiling serde_tokenstream v0.2.2 |
1315 | 2024-10-31T19:24:48.998Z | Compiling dof v0.3.0 |
1316 | 2024-10-31T19:24:49.017Z | Compiling chrono v0.4.38 |
1317 | 2024-10-31T19:24:49.185Z | Compiling heapless v0.7.17 |
1318 | 2024-10-31T19:24:49.639Z | Compiling http-body-util v0.1.2 |
1319 | 2024-10-31T19:24:50.001Z | Compiling usdt-impl v0.5.0 |
1320 | 2024-10-31T19:24:50.190Z | Compiling cookie v0.18.1 |
1321 | 2024-10-31T19:24:50.489Z | Compiling multer v3.1.0 |
1322 | 2024-10-31T19:24:50.793Z | Compiling schemars v0.8.21 |
1323 | 2024-10-31T19:24:51.046Z | Compiling gimli v0.31.1 |
1324 | 2024-10-31T19:24:51.191Z | Compiling rayon-core v1.12.1 |
1325 | 2024-10-31T19:24:51.465Z | Compiling mime v0.3.17 |
1326 | 2024-10-31T19:24:51.538Z | Compiling unicode-properties v0.1.3 |
1327 | 2024-10-31T19:24:51.943Z | Compiling slog-async v2.8.0 |
1328 | 2024-10-31T19:24:52.047Z | Compiling paste v1.0.15 |
1329 | 2024-10-31T19:24:52.449Z | Compiling ipnet v2.10.1 |
1330 | 2024-10-31T19:24:52.573Z | Compiling either v1.13.0 |
1331 | 2024-10-31T19:24:52.736Z | Compiling openssl-probe v0.1.5 |
1332 | 2024-10-31T19:24:52.805Z | Compiling signal-hook v0.3.17 |
1333 | 2024-10-31T19:24:52.989Z | Compiling usdt-macro v0.5.0 |
1334 | 2024-10-31T19:24:53.107Z | Compiling usdt-attr-macro v0.5.0 |
1335 | 2024-10-31T19:24:53.259Z | Compiling toml_edit v0.22.22 |
1336 | 2024-10-31T19:24:53.628Z | Compiling stringprep v0.1.5 |
1337 | 2024-10-31T19:24:53.882Z | Compiling tokio-util v0.7.12 |
1338 | 2024-10-31T19:24:54.494Z | Compiling curve25519-dalek v4.1.3 |
1339 | 2024-10-31T19:24:54.796Z | Compiling h2 v0.4.6 |
1340 | 2024-10-31T19:24:55.171Z | Compiling slog-json v2.6.1 |
1341 | 2024-10-31T19:24:55.564Z | Compiling addr2line v0.24.2 |
1342 | 2024-10-31T19:24:56.092Z | Compiling schemars_derive v0.8.21 |
1343 | 2024-10-31T19:24:56.925Z | Compiling serde_urlencoded v0.7.1 |
1344 | 2024-10-31T19:24:57.461Z | Compiling crossbeam-deque v0.8.5 |
1345 | 2024-10-31T19:24:57.812Z | Compiling futures-executor v0.3.31 |
1346 | 2024-10-31T19:24:58.376Z | Compiling md-5 v0.10.6 |
1347 | 2024-10-31T19:24:58.634Z | Compiling enum-as-inner v0.6.1 |
1348 | 2024-10-31T19:24:58.846Z | Compiling async-stream-impl v0.3.6 |
1349 | 2024-10-31T19:24:59.277Z | Compiling term v0.7.0 |
1350 | 2024-10-31T19:25:00.178Z | Compiling crossbeam-channel v0.5.13 |
1351 | 2024-10-31T19:25:00.264Z | Compiling num-integer v0.1.46 |
1352 | 2024-10-31T19:25:00.692Z | Compiling idna v0.3.0 |
1353 | 2024-10-31T19:25:01.036Z | Compiling idna v0.4.0 |
1354 | 2024-10-31T19:25:01.314Z | Compiling rustls-pemfile v2.2.0 |
1355 | 2024-10-31T19:25:01.332Z | Compiling ff v0.13.0 |
1356 | 2024-10-31T19:25:01.551Z | Compiling hash32 v0.2.1 |
1357 | 2024-10-31T19:25:01.640Z | Compiling is-terminal v0.4.13 |
1358 | 2024-10-31T19:25:01.765Z | Compiling hyper v1.4.1 |
1359 | 2024-10-31T19:25:01.926Z | Compiling object v0.36.5 |
1360 | 2024-10-31T19:25:02.319Z | Compiling dropshot v0.12.0 |
1361 | 2024-10-31T19:25:02.608Z | Compiling smoltcp v0.9.1 |
1362 | 2024-10-31T19:25:02.630Z | Compiling anyhow v1.0.89 |
1363 | 2024-10-31T19:25:03.250Z | Compiling rustc-demangle v0.1.24 |
1364 | 2024-10-31T19:25:03.340Z | Compiling fallible-iterator v0.2.0 |
1365 | 2024-10-31T19:25:04.069Z | Compiling psl-types v2.0.11 |
1366 | 2024-10-31T19:25:04.199Z | Compiling hyper-util v0.1.9 |
1367 | 2024-10-31T19:25:04.268Z | Compiling portable-atomic v1.9.0 |
1368 | 2024-10-31T19:25:04.321Z | Compiling num-bigint-dig v0.8.4 |
1369 | 2024-10-31T19:25:04.630Z | Compiling stable_deref_trait v1.2.0 |
1370 | 2024-10-31T19:25:04.742Z | Compiling quick-error v1.2.3 |
1371 | 2024-10-31T19:25:04.897Z | Compiling linked-hash-map v0.5.6 |
1372 | 2024-10-31T19:25:05.131Z | Compiling base16ct v0.2.0 |
1373 | 2024-10-31T19:25:05.272Z | Compiling utf-8 v0.7.6 |
1374 | 2024-10-31T19:25:05.315Z | Compiling take_mut v0.2.2 |
1375 | 2024-10-31T19:25:05.446Z | Compiling dyn-clone v1.0.17 |
1376 | 2024-10-31T19:25:05.467Z | Compiling tungstenite v0.24.0 |
1377 | 2024-10-31T19:25:05.751Z | Compiling sec1 v0.7.3 |
1378 | 2024-10-31T19:25:06.454Z | Compiling lru-cache v0.1.2 |
1379 | 2024-10-31T19:25:06.657Z | Compiling resolv-conf v0.7.0 |
1380 | 2024-10-31T19:25:07.422Z | Compiling publicsuffix v2.2.3 |
1381 | 2024-10-31T19:25:07.454Z | Compiling postgres-protocol v0.6.7 |
1382 | 2024-10-31T19:25:07.811Z | Compiling usdt v0.5.0 |
1383 | 2024-10-31T19:25:08.071Z | Compiling hickory-proto v0.24.1 |
1384 | 2024-10-31T19:25:08.089Z | Compiling slog-term v2.9.1 |
1385 | 2024-10-31T19:25:08.319Z | Compiling group v0.13.0 |
1386 | 2024-10-31T19:25:08.389Z | Compiling tokio-rustls v0.26.0 |
1387 | 2024-10-31T19:25:08.633Z | Compiling num-iter v0.1.45 |
1388 | 2024-10-31T19:25:08.747Z | Compiling async-stream v0.3.6 |
1389 | 2024-10-31T19:25:08.815Z | Compiling tokio-rustls v0.25.0 |
1390 | 2024-10-31T19:25:08.840Z | Compiling futures v0.3.31 |
1391 | 2024-10-31T19:25:09.051Z | Compiling tokio-native-tls v0.3.1 |
1392 | 2024-10-31T19:25:09.188Z | Compiling backtrace v0.3.74 |
1393 | 2024-10-31T19:25:09.222Z | Compiling toml v0.8.19 |
1394 | 2024-10-31T19:25:09.239Z | Compiling slog-bunyan v2.5.0 |
1395 | 2024-10-31T19:25:09.829Z | Compiling camino v1.1.9 |
1396 | 2024-10-31T19:25:10.628Z | Compiling terminal_size v0.4.0 |
1397 | 2024-10-31T19:25:10.821Z | Compiling dropshot_endpoint v0.12.0 |
1398 | 2024-10-31T19:25:10.877Z | Compiling openapiv3 v2.0.0 |
1399 | 2024-10-31T19:25:10.913Z | Compiling serde_path_to_error v0.1.16 |
1400 | 2024-10-31T19:25:11.510Z | Compiling hkdf v0.12.4 |
1401 | 2024-10-31T19:25:11.627Z | Compiling crypto-bigint v0.5.5 |
1402 | 2024-10-31T19:25:11.776Z | Compiling curve25519-dalek-derive v0.1.1 |
1403 | 2024-10-31T19:25:11.797Z | Compiling zerocopy-derive v0.6.6 |
1404 | 2024-10-31T19:25:12.501Z | Compiling phf_shared v0.11.2 |
1405 | 2024-10-31T19:25:12.892Z | Compiling waitgroup v0.1.2 |
1406 | 2024-10-31T19:25:13.050Z | Compiling hubpack_derive v0.1.1 |
1407 | 2024-10-31T19:25:13.110Z | Compiling webpki-roots v0.26.6 |
1408 | 2024-10-31T19:25:13.232Z | Compiling hostname v0.4.0 |
1409 | 2024-10-31T19:25:13.323Z | Compiling ahash v0.8.11 |
1410 | 2024-10-31T19:25:13.482Z | Compiling fs-err v2.11.0 |
1411 | 2024-10-31T19:25:13.671Z | Compiling bitflags v1.3.2 |
1412 | 2024-10-31T19:25:13.772Z | Compiling debug-ignore v1.0.5 |
1413 | 2024-10-31T19:25:13.789Z | Compiling winnow v0.5.40 |
1414 | 2024-10-31T19:25:13.853Z | Compiling managed v0.8.0 |
1415 | 2024-10-31T19:25:13.893Z | Compiling hubpack v0.1.2 |
1416 | 2024-10-31T19:25:13.910Z | Compiling strum_macros v0.25.3 |
1417 | 2024-10-31T19:25:14.335Z | Compiling zerocopy v0.6.6 |
1418 | 2024-10-31T19:25:15.187Z | Compiling elliptic-curve v0.13.8 |
1419 | 2024-10-31T19:25:15.294Z | Compiling clap_builder v4.5.20 |
1420 | 2024-10-31T19:25:16.266Z | Compiling console v0.15.8 |
1421 | 2024-10-31T19:25:16.531Z | Compiling hickory-resolver v0.24.1 |
1422 | 2024-10-31T19:25:17.733Z | Compiling toml_edit v0.19.15 |
1423 | 2024-10-31T19:25:17.749Z | Compiling hyper-rustls v0.27.3 |
1424 | 2024-10-31T19:25:17.806Z | Compiling phf v0.11.2 |
1425 | 2024-10-31T19:25:18.097Z | Compiling signal-hook-mio v0.2.4 |
1426 | 2024-10-31T19:25:18.249Z | Compiling cookie_store v0.21.0 |
1427 | 2024-10-31T19:25:18.337Z | Compiling rayon v1.10.0 |
1428 | 2024-10-31T19:25:18.977Z | Compiling hyper-tls v0.6.0 |
1429 | 2024-10-31T19:25:19.702Z | Compiling postgres-types v0.2.8 |
1430 | 2024-10-31T19:25:21.215Z | Compiling tokio-tungstenite v0.24.0 |
1431 | 2024-10-31T19:25:22.896Z | Compiling tokio-stream v0.1.16 |
1432 | 2024-10-31T19:25:23.129Z | Compiling serde-big-array v0.5.1 |
1433 | 2024-10-31T19:25:23.351Z | Compiling ed25519 v2.2.3 |
1434 | 2024-10-31T19:25:23.369Z | Compiling pkcs1 v0.7.5 |
1435 | 2024-10-31T19:25:23.973Z | Compiling rfc6979 v0.4.0 |
1436 | 2024-10-31T19:25:24.162Z | Compiling regex v1.11.0 |
1437 | 2024-10-31T19:25:24.283Z | Compiling bstr v1.10.0 |
1438 | 2024-10-31T19:25:24.334Z | Compiling derive-where v1.2.7 |
1439 | 2024-10-31T19:25:24.356Z | Compiling clap_derive v4.5.18 |
1440 | 2024-10-31T19:25:25.217Z | Compiling serde_repr v0.1.19 |
1441 | 2024-10-31T19:25:25.234Z | Compiling phf_shared v0.10.0 |
1442 | 2024-10-31T19:25:25.266Z | Compiling float-cmp v0.9.0 |
1443 | 2024-10-31T19:25:25.488Z | Compiling sync_wrapper v1.0.1 |
1444 | 2024-10-31T19:25:25.642Z | Compiling crc32fast v1.4.2 |
1445 | 2024-10-31T19:25:25.645Z | Compiling minimal-lexical v0.2.1 |
1446 | 2024-10-31T19:25:25.890Z | Compiling number_prefix v0.4.0 |
1447 | 2024-10-31T19:25:26.018Z | Compiling new_debug_unreachable v1.0.6 |
1448 | 2024-10-31T19:25:26.036Z | Compiling whoami v1.5.2 |
1449 | 2024-10-31T19:25:26.111Z | Compiling difflib v0.4.0 |
1450 | 2024-10-31T19:25:26.129Z | Compiling bit-vec v0.6.3 |
1451 | 2024-10-31T19:25:26.194Z | Compiling static_assertions v1.1.0 |
1452 | 2024-10-31T19:25:26.318Z | Compiling fixedbitset v0.4.2 |
1453 | 2024-10-31T19:25:26.321Z | Compiling predicates-core v1.0.8 |
1454 | 2024-10-31T19:25:26.589Z | Compiling precomputed-hash v0.1.1 |
1455 | 2024-10-31T19:25:26.666Z | Compiling unicode-segmentation v1.12.0 |
1456 | 2024-10-31T19:25:26.698Z | Compiling normalize-line-endings v0.3.0 |
1457 | 2024-10-31T19:25:26.716Z | Compiling string_cache v0.8.7 |
1458 | 2024-10-31T19:25:26.769Z | Compiling petgraph v0.6.5 |
1459 | 2024-10-31T19:25:26.826Z | Compiling predicates v3.1.2 |
1460 | 2024-10-31T19:25:27.153Z | Compiling bit-set v0.5.3 |
1461 | 2024-10-31T19:25:27.443Z | Compiling similar v2.6.0 |
1462 | 2024-10-31T19:25:27.532Z | Compiling tokio-postgres v0.7.12 |
1463 | 2024-10-31T19:25:27.640Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1464 | 2024-10-31T19:25:27.663Z | Compiling qorb v0.2.0 |
1465 | 2024-10-31T19:25:28.483Z | Compiling nom v7.1.3 |
1466 | 2024-10-31T19:25:29.041Z | Compiling clap v4.5.20 |
1467 | 2024-10-31T19:25:29.172Z | Compiling indicatif v0.17.8 |
1468 | 2024-10-31T19:25:29.819Z | Compiling flate2 v1.0.34 |
1469 | 2024-10-31T19:25:30.749Z | Compiling reqwest v0.12.8 |
1470 | 2024-10-31T19:25:30.808Z | Compiling ecdsa v0.16.9 |
1471 | 2024-10-31T19:25:31.251Z | Compiling rsa v0.9.6 |
1472 | 2024-10-31T19:25:31.697Z | Compiling ed25519-dalek v2.1.1 |
1473 | 2024-10-31T19:25:32.372Z | Compiling toml v0.7.8 |
1474 | 2024-10-31T19:25:33.031Z | Compiling crossterm v0.28.1 |
1475 | 2024-10-31T19:25:33.928Z | Compiling itertools v0.10.5 |
1476 | 2024-10-31T19:25:34.019Z | Compiling itertools v0.12.1 |
1477 | 2024-10-31T19:25:34.104Z | Compiling hex v0.4.3 |
1478 | 2024-10-31T19:25:34.401Z | Compiling x509-cert v0.2.5 |
1479 | 2024-10-31T19:25:34.441Z | Compiling unicode-xid v0.2.6 |
1480 | 2024-10-31T19:25:34.616Z | Compiling lalrpop-util v0.19.12 |
1481 | 2024-10-31T19:25:34.735Z | Compiling peg-runtime v0.8.3 |
1482 | 2024-10-31T19:25:34.982Z | Compiling xattr v1.3.1 |
1483 | 2024-10-31T19:25:35.248Z | Compiling strum_macros v0.26.4 |
1484 | 2024-10-31T19:25:35.379Z | Compiling filetime v0.2.25 |
1485 | 2024-10-31T19:25:35.704Z | Compiling tar v0.4.42 |
1486 | 2024-10-31T19:25:38.872Z | Compiling strum v0.26.3 |
1487 | 2024-10-31T19:25:39.353Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1488 | 2024-10-31T19:25:39.590Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1489 | 2024-10-31T19:25:44.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
1490 | 2024-10-31T19:25:44.836Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1491 | 2024-10-31T19:25:44.876Z | Oct 31 19:25:43.942 INFO Starting download, target: Clickhouse |
1492 | 2024-10-31T19:25:44.876Z | Oct 31 19:25:43.942 INFO Starting download, target: Console |
1493 | 2024-10-31T19:25:44.876Z | Oct 31 19:25:43.942 INFO Starting download, target: Cockroach |
1494 | 2024-10-31T19:25:44.876Z | Oct 31 19:25:43.942 INFO Starting download, target: DendriteOpenapi |
1495 | 2024-10-31T19:25:44.879Z | Oct 31 19:25:43.942 INFO Starting download, target: DendriteStub |
1496 | 2024-10-31T19:25:44.879Z | Oct 31 19:25:43.942 INFO Starting download, target: MaghemiteMgd |
1497 | 2024-10-31T19:25:44.879Z | Oct 31 19:25:43.942 INFO Starting download, target: TransceiverControl |
1498 | 2024-10-31T19:25:44.879Z | Oct 31 19:25:43.943 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1499 | 2024-10-31T19:25:44.879Z | Oct 31 19:25:43.943 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1500 | 2024-10-31T19:25:44.879Z | Oct 31 19:25:43.943 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1501 | 2024-10-31T19:25:44.879Z | Oct 31 19:25:43.943 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1502 | 2024-10-31T19:25:44.879Z | Oct 31 19:25:43.943 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1503 | 2024-10-31T19:25:44.879Z | Oct 31 19:25:43.943 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1504 | 2024-10-31T19:25:44.879Z | Oct 31 19:25:43.943 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1505 | 2024-10-31T19:25:45.055Z | Oct 31 19:25:44.120 INFO Download complete, target: DendriteOpenapi |
1506 | 2024-10-31T19:25:45.167Z | Oct 31 19:25:44.225 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1507 | 2024-10-31T19:25:45.556Z | Oct 31 19:25:44.607 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1508 | 2024-10-31T19:25:45.582Z | Oct 31 19:25:44.621 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1509 | 2024-10-31T19:25:45.721Z | Oct 31 19:25:44.783 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1510 | 2024-10-31T19:25:45.861Z | Oct 31 19:25:44.925 INFO Download complete, target: TransceiverControl |
1511 | 2024-10-31T19:25:45.957Z | Oct 31 19:25:45.022 INFO Download complete, target: Console |
1512 | 2024-10-31T19:25:46.662Z | Oct 31 19:25:45.726 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1513 | 2024-10-31T19:25:46.662Z | Oct 31 19:25:45.726 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1514 | 2024-10-31T19:25:47.253Z | Oct 31 19:25:46.319 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1515 | 2024-10-31T19:25:48.441Z | Oct 31 19:25:47.506 INFO Download complete, target: DendriteStub |
1516 | 2024-10-31T19:25:48.759Z | Oct 31 19:25:47.825 INFO Download complete, target: MaghemiteMgd |
1517 | 2024-10-31T19:25:54.028Z | Oct 31 19:25:53.093 INFO Checking that binary works, target: Cockroach |
1518 | 2024-10-31T19:25:54.186Z | Oct 31 19:25:53.250 INFO Download complete, target: Cockroach |
1519 | 2024-10-31T19:25:59.451Z | Oct 31 19:25:58.515 INFO Checking that binary works, target: Clickhouse |
1520 | 2024-10-31T19:26:00.285Z | Oct 31 19:25:59.349 INFO Download complete, target: Clickhouse |
1521 | 2024-10-31T19:26:00.292Z | All prerequisites installed successfully |
1522 | 2024-10-31T19:26:00.294Z | |
1523 | 2024-10-31T19:26:00.294Z | real 3:53.234277375 |
1524 | 2024-10-31T19:26:00.294Z | user 11:55.453980532 |
1525 | 2024-10-31T19:26:00.294Z | sys 2:35.555181762 |
1526 | 2024-10-31T19:26:00.294Z | trap 0.379226288 |
1527 | 2024-10-31T19:26:00.294Z | tflt 9.749826054 |
1528 | 2024-10-31T19:26:00.294Z | dflt 7.666397272 |
1529 | 2024-10-31T19:26:00.294Z | kflt 0.621251541 |
1530 | 2024-10-31T19:26:00.294Z | lock 24:09.506627531 |
1531 | 2024-10-31T19:26:00.295Z | slp 48:49.646577505 |
1532 | 2024-10-31T19:26:00.295Z | lat 37.115773284 |
1533 | 2024-10-31T19:26:00.295Z | stop 1:43.064256383 |
1534 | 2024-10-31T19:26:00.295Z | + source ./tools/include/force-git-over-https.sh |
1535 | 2024-10-31T19:26:00.295Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1536 | 2024-10-31T19:26:00.295Z | ++ (( i = 0 )) |
1537 | 2024-10-31T19:26:00.295Z | ++ (( i < 5 )) |
1538 | 2024-10-31T19:26:00.295Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1539 | 2024-10-31T19:26:00.297Z | ++ (( i++ )) |
1540 | 2024-10-31T19:26:00.298Z | ++ (( i < 5 )) |
1541 | 2024-10-31T19:26:00.298Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1542 | 2024-10-31T19:26:00.301Z | ++ (( i++ )) |
1543 | 2024-10-31T19:26:00.301Z | ++ (( i < 5 )) |
1544 | 2024-10-31T19:26:00.301Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1545 | 2024-10-31T19:26:00.303Z | ++ (( i++ )) |
1546 | 2024-10-31T19:26:00.303Z | ++ (( i < 5 )) |
1547 | 2024-10-31T19:26:00.303Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1548 | 2024-10-31T19:26:00.305Z | ++ (( i++ )) |
1549 | 2024-10-31T19:26:00.305Z | ++ (( i < 5 )) |
1550 | 2024-10-31T19:26:00.305Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1551 | 2024-10-31T19:26:00.308Z | ++ (( i++ )) |
1552 | 2024-10-31T19:26:00.308Z | ++ (( i < 5 )) |
1553 | 2024-10-31T19:26:00.308Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1554 | 2024-10-31T19:26:00.308Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1555 | 2024-10-31T19:26:00.311Z | + rc=0 |
1556 | 2024-10-31T19:26:00.311Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1557 | 2024-10-31T19:26:28.145Z | + case $rc in |
1558 | 2024-10-31T19:26:28.145Z | + pfexec zfs create -p rpool/images/build/host |
1559 | 2024-10-31T19:26:28.346Z | + pfexec zfs create -p rpool/images/build/recovery |
1560 | 2024-10-31T19:26:28.678Z | + cargo xtask releng --output-dir /work |
1561 | 2024-10-31T19:26:29.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1562 | 2024-10-31T19:26:29.186Z | Running `target/debug/xtask releng --output-dir /work` |
1563 | 2024-10-31T19:26:30.029Z | Compiling proc-macro2 v1.0.87 |
1564 | 2024-10-31T19:26:30.029Z | Compiling unicode-ident v1.0.13 |
1565 | 2024-10-31T19:26:30.029Z | Compiling libc v0.2.161 |
1566 | 2024-10-31T19:26:30.031Z | Compiling serde v1.0.210 |
1567 | 2024-10-31T19:26:30.031Z | Compiling autocfg v1.4.0 |
1568 | 2024-10-31T19:26:30.031Z | Compiling version_check v0.9.5 |
1569 | 2024-10-31T19:26:30.031Z | Compiling cfg-if v1.0.0 |
1570 | 2024-10-31T19:26:30.350Z | Compiling typenum v1.17.0 |
1571 | 2024-10-31T19:26:30.353Z | Compiling shlex v1.3.0 |
1572 | 2024-10-31T19:26:30.399Z | Compiling memchr v2.7.4 |
1573 | 2024-10-31T19:26:30.825Z | Compiling generic-array v0.14.7 |
1574 | 2024-10-31T19:26:30.866Z | Compiling parking_lot_core v0.9.10 |
1575 | 2024-10-31T19:26:31.013Z | Compiling lock_api v0.4.12 |
1576 | 2024-10-31T19:26:31.271Z | Compiling serde_json v1.0.128 |
1577 | 2024-10-31T19:26:31.342Z | Compiling libm v0.2.8 |
1578 | 2024-10-31T19:26:31.363Z | Compiling value-bag v1.9.0 |
1579 | 2024-10-31T19:26:31.599Z | Compiling num-traits v0.2.19 |
1580 | 2024-10-31T19:26:31.703Z | Compiling slab v0.4.9 |
1581 | 2024-10-31T19:26:31.845Z | Compiling log v0.4.22 |
1582 | 2024-10-31T19:26:31.906Z | Compiling quote v1.0.37 |
1583 | 2024-10-31T19:26:31.947Z | Compiling once_cell v1.20.2 |
1584 | 2024-10-31T19:26:32.046Z | Compiling thiserror v1.0.64 |
1585 | 2024-10-31T19:26:32.348Z | Compiling syn v2.0.79 |
1586 | 2024-10-31T19:26:32.378Z | Compiling getrandom v0.2.15 |
1587 | 2024-10-31T19:26:32.531Z | Compiling jobserver v0.1.32 |
1588 | 2024-10-31T19:26:32.621Z | Compiling itoa v1.0.11 |
1589 | 2024-10-31T19:26:32.735Z | Compiling scopeguard v1.2.0 |
1590 | 2024-10-31T19:26:32.832Z | Compiling rand_core v0.6.4 |
1591 | 2024-10-31T19:26:32.864Z | Compiling byteorder v1.5.0 |
1592 | 2024-10-31T19:26:32.895Z | Compiling cc v1.1.30 |
1593 | 2024-10-31T19:26:33.640Z | Compiling subtle v2.6.1 |
1594 | 2024-10-31T19:26:34.252Z | Compiling semver v1.0.23 |
1595 | 2024-10-31T19:26:34.293Z | Compiling pin-project-lite v0.2.14 |
1596 | 2024-10-31T19:26:34.473Z | Compiling smallvec v1.13.2 |
1597 | 2024-10-31T19:26:34.687Z | Compiling httparse v1.9.5 |
1598 | 2024-10-31T19:26:34.743Z | Compiling const-oid v0.9.6 |
1599 | 2024-10-31T19:26:34.936Z | Compiling ryu v1.0.18 |
1600 | 2024-10-31T19:26:34.981Z | Compiling heck v0.5.0 |
1601 | 2024-10-31T19:26:35.038Z | Compiling pkg-config v0.3.31 |
1602 | 2024-10-31T19:26:35.355Z | Compiling futures-core v0.3.31 |
1603 | 2024-10-31T19:26:35.374Z | Compiling allocator-api2 v0.2.18 |
1604 | 2024-10-31T19:26:35.679Z | Compiling signal-hook-registry v1.4.2 |
1605 | 2024-10-31T19:26:36.197Z | Compiling parking_lot v0.12.3 |
1606 | 2024-10-31T19:26:36.263Z | Compiling ring v0.17.8 |
1607 | 2024-10-31T19:26:36.284Z | Compiling mio v1.0.2 |
1608 | 2024-10-31T19:26:37.208Z | Compiling socket2 v0.5.7 |
1609 | 2024-10-31T19:26:37.247Z | Compiling crossbeam-utils v0.8.20 |
1610 | 2024-10-31T19:26:37.363Z | Compiling fnv v1.0.7 |
1611 | 2024-10-31T19:26:37.509Z | Compiling time-core v0.1.2 |
1612 | 2024-10-31T19:26:37.699Z | Compiling vcpkg v0.2.15 |
1613 | 2024-10-31T19:26:37.833Z | Compiling num-conv v0.1.0 |
1614 | 2024-10-31T19:26:37.970Z | Compiling futures-sink v0.3.31 |
1615 | 2024-10-31T19:26:38.154Z | Compiling time-macros v0.2.18 |
1616 | 2024-10-31T19:26:38.647Z | Compiling ahash v0.8.11 |
1617 | 2024-10-31T19:26:38.678Z | Compiling schemars v0.8.21 |
1618 | 2024-10-31T19:26:39.037Z | Compiling spin v0.9.8 |
1619 | 2024-10-31T19:26:39.343Z | Compiling openssl-sys v0.9.103 |
1620 | 2024-10-31T19:26:39.814Z | Compiling equivalent v1.0.1 |
1621 | 2024-10-31T19:26:39.950Z | Compiling rustix v0.38.37 |
1622 | 2024-10-31T19:26:40.128Z | Compiling serde_derive_internals v0.29.1 |
1623 | 2024-10-31T19:26:40.412Z | Compiling foldhash v0.1.3 |
1624 | 2024-10-31T19:26:40.595Z | Compiling cpufeatures v0.2.14 |
1625 | 2024-10-31T19:26:40.769Z | Compiling hashbrown v0.15.0 |
1626 | 2024-10-31T19:26:41.483Z | Compiling futures-channel v0.3.31 |
1627 | 2024-10-31T19:26:42.077Z | Compiling slog v2.7.0 |
1628 | 2024-10-31T19:26:42.151Z | Compiling futures-io v0.3.31 |
1629 | 2024-10-31T19:26:42.443Z | Compiling pin-utils v0.1.0 |
1630 | 2024-10-31T19:26:42.485Z | Compiling futures-task v0.3.31 |
1631 | 2024-10-31T19:26:42.595Z | Compiling tinyvec_macros v0.1.1 |
1632 | 2024-10-31T19:26:42.700Z | Compiling tinyvec v1.8.0 |
1633 | 2024-10-31T19:26:42.775Z | Compiling openssl v0.10.66 |
1634 | 2024-10-31T19:26:43.041Z | Compiling ucd-trie v0.1.7 |
1635 | 2024-10-31T19:26:43.274Z | Compiling iana-time-zone v0.1.61 |
1636 | 2024-10-31T19:26:43.311Z | Compiling unicode-bidi v0.3.17 |
1637 | 2024-10-31T19:26:43.388Z | Compiling tracing-core v0.1.32 |
1638 | 2024-10-31T19:26:43.473Z | Compiling native-tls v0.2.12 |
1639 | 2024-10-31T19:26:43.658Z | Compiling rustls v0.23.14 |
1640 | 2024-10-31T19:26:44.042Z | Compiling base64ct v1.6.0 |
1641 | 2024-10-31T19:26:44.522Z | Compiling unicode-normalization v0.1.24 |
1642 | 2024-10-31T19:26:44.686Z | Compiling pem-rfc7468 v0.7.0 |
1643 | 2024-10-31T19:26:45.177Z | Compiling serde_derive v1.0.210 |
1644 | 2024-10-31T19:26:45.324Z | Compiling zeroize_derive v1.4.2 |
1645 | 2024-10-31T19:26:45.756Z | Compiling zerocopy-derive v0.7.35 |
1646 | 2024-10-31T19:26:45.913Z | Compiling tokio-macros v2.4.0 |
1647 | 2024-10-31T19:26:45.966Z | Compiling thiserror-impl v1.0.64 |
1648 | 2024-10-31T19:26:46.050Z | Compiling futures-macro v0.3.31 |
1649 | 2024-10-31T19:26:46.097Z | Compiling tracing-attributes v0.1.27 |
1650 | 2024-10-31T19:26:46.930Z | Compiling zeroize v1.8.1 |
1651 | 2024-10-31T19:26:47.901Z | Compiling zerocopy v0.7.35 |
1652 | 2024-10-31T19:26:49.058Z | Compiling crypto-common v0.1.6 |
1653 | 2024-10-31T19:26:49.131Z | Compiling der_derive v0.7.3 |
1654 | 2024-10-31T19:26:49.330Z | Compiling block-buffer v0.10.4 |
1655 | 2024-10-31T19:26:49.489Z | Compiling schemars_derive v0.8.21 |
1656 | 2024-10-31T19:26:49.530Z | Compiling futures-util v0.3.31 |
1657 | 2024-10-31T19:26:49.638Z | Compiling digest v0.10.7 |
1658 | 2024-10-31T19:26:49.982Z | Compiling scroll_derive v0.12.0 |
1659 | 2024-10-31T19:26:50.102Z | Compiling hmac v0.12.1 |
1660 | 2024-10-31T19:26:50.335Z | Compiling block-padding v0.3.3 |
1661 | 2024-10-31T19:26:50.335Z | Compiling pest v2.7.14 |
1662 | 2024-10-31T19:26:51.298Z | Compiling inout v0.1.3 |
1663 | 2024-10-31T19:26:51.352Z | Compiling openssl-macros v0.1.1 |
1664 | 2024-10-31T19:26:51.593Z | Compiling cipher v0.4.4 |
1665 | 2024-10-31T19:26:52.210Z | Compiling sha2 v0.10.8 |
1666 | 2024-10-31T19:26:52.363Z | Compiling tracing v0.1.40 |
1667 | 2024-10-31T19:26:52.385Z | Compiling ppv-lite86 v0.2.20 |
1668 | 2024-10-31T19:26:53.260Z | Compiling pest_meta v2.7.14 |
1669 | 2024-10-31T19:26:53.518Z | Compiling async-trait v0.1.83 |
1670 | 2024-10-31T19:26:55.932Z | Compiling pest_generator v2.7.14 |
1671 | 2024-10-31T19:26:57.015Z | Compiling cookie v0.18.1 |
1672 | 2024-10-31T19:26:57.207Z | Compiling usdt-impl v0.5.0 |
1673 | 2024-10-31T19:26:57.339Z | Compiling dyn-clone v1.0.17 |
1674 | 2024-10-31T19:26:57.361Z | Compiling flagset v0.4.6 |
1675 | 2024-10-31T19:26:57.542Z | Compiling percent-encoding v2.3.1 |
1676 | 2024-10-31T19:26:57.597Z | Compiling syn v1.0.109 |
1677 | 2024-10-31T19:26:57.636Z | Compiling pest_derive v2.7.14 |
1678 | 2024-10-31T19:26:57.775Z | Compiling der v0.7.9 |
1679 | 2024-10-31T19:26:58.265Z | Compiling rand_chacha v0.3.1 |
1680 | 2024-10-31T19:26:58.436Z | Compiling scroll v0.12.0 |
1681 | 2024-10-31T19:26:58.544Z | Compiling bytes v1.7.2 |
1682 | 2024-10-31T19:26:59.001Z | Compiling indexmap v2.6.0 |
1683 | 2024-10-31T19:26:59.240Z | Compiling serde_tokenstream v0.2.2 |
1684 | 2024-10-31T19:26:59.812Z | Compiling bitflags v2.6.0 |
1685 | 2024-10-31T19:26:59.920Z | Compiling tokio v1.40.0 |
1686 | 2024-10-31T19:27:00.431Z | Compiling http v1.1.0 |
1687 | 2024-10-31T19:27:01.054Z | Compiling rustc_version v0.4.1 |
1688 | 2024-10-31T19:27:01.566Z | Compiling uuid v1.10.0 |
1689 | 2024-10-31T19:27:01.727Z | Compiling chrono v0.4.38 |
1690 | 2024-10-31T19:27:03.012Z | Compiling aho-corasick v1.1.3 |
1691 | 2024-10-31T19:27:05.447Z | Compiling regex-syntax v0.8.5 |
1692 | 2024-10-31T19:27:07.077Z | Compiling rayon-core v1.12.1 |
1693 | 2024-10-31T19:27:07.248Z | Compiling plain v0.2.3 |
1694 | 2024-10-31T19:27:07.424Z | Compiling rustls-pki-types v1.9.0 |
1695 | 2024-10-31T19:27:07.700Z | Compiling camino v1.1.9 |
1696 | 2024-10-31T19:27:07.854Z | Compiling goblin v0.8.2 |
1697 | 2024-10-31T19:27:08.531Z | Compiling spki v0.7.3 |
1698 | 2024-10-31T19:27:08.956Z | Compiling rand v0.8.5 |
1699 | 2024-10-31T19:27:09.725Z | Compiling regex-automata v0.4.8 |
1700 | 2024-10-31T19:27:10.081Z | Compiling tokio-util v0.7.12 |
1701 | 2024-10-31T19:27:11.663Z | Compiling salsa20 v0.10.2 |
1702 | 2024-10-31T19:27:11.844Z | Compiling pbkdf2 v0.12.2 |
1703 | 2024-10-31T19:27:13.245Z | Compiling powerfmt v0.2.0 |
1704 | 2024-10-31T19:27:13.283Z | Compiling pretty-hex v0.4.1 |
1705 | 2024-10-31T19:27:13.566Z | Compiling try-lock v0.2.5 |
1706 | 2024-10-31T19:27:13.739Z | Compiling rustls v0.22.4 |
1707 | 2024-10-31T19:27:14.147Z | Compiling untrusted v0.9.0 |
1708 | 2024-10-31T19:27:15.411Z | Compiling dof v0.3.0 |
1709 | 2024-10-31T19:27:17.382Z | Compiling want v0.3.1 |
1710 | 2024-10-31T19:27:17.417Z | Compiling deranged v0.3.11 |
1711 | 2024-10-31T19:27:18.198Z | Compiling scrypt v0.11.0 |
1712 | 2024-10-31T19:27:18.863Z | Compiling dtrace-parser v0.2.0 |
1713 | 2024-10-31T19:27:19.031Z | Compiling form_urlencoded v1.2.1 |
1714 | 2024-10-31T19:27:19.636Z | Compiling cbc v0.1.2 |
1715 | 2024-10-31T19:27:19.819Z | Compiling aes v0.8.4 |
1716 | 2024-10-31T19:27:19.899Z | Compiling thread-id v4.2.2 |
1717 | 2024-10-31T19:27:20.039Z | Compiling errno v0.3.9 |
1718 | 2024-10-31T19:27:20.075Z | Compiling num_threads v0.1.7 |
1719 | 2024-10-31T19:27:20.258Z | Compiling atomic-waker v1.1.2 |
1720 | 2024-10-31T19:27:20.612Z | Compiling httpdate v1.0.3 |
1721 | 2024-10-31T19:27:21.037Z | Compiling pkcs5 v0.7.1 |
1722 | 2024-10-31T19:27:21.572Z | Compiling time v0.3.36 |
1723 | 2024-10-31T19:27:23.811Z | Compiling rustls-webpki v0.102.8 |
1724 | 2024-10-31T19:27:24.408Z | Compiling http-body v1.0.1 |
1725 | 2024-10-31T19:27:24.702Z | Compiling heapless v0.7.17 |
1726 | 2024-10-31T19:27:24.965Z | Compiling zerocopy-derive v0.6.6 |
1727 | 2024-10-31T19:27:25.204Z | Compiling multer v3.1.0 |
1728 | 2024-10-31T19:27:25.252Z | Compiling anyhow v1.0.89 |
1729 | 2024-10-31T19:27:25.775Z | Compiling signal-hook v0.3.17 |
1730 | 2024-10-31T19:27:26.015Z | Compiling slog-async v2.8.0 |
1731 | 2024-10-31T19:27:26.206Z | Compiling num-bigint-dig v0.8.4 |
1732 | 2024-10-31T19:27:26.639Z | Compiling tower-service v0.3.3 |
1733 | 2024-10-31T19:27:26.838Z | Compiling pkcs8 v0.10.2 |
1734 | 2024-10-31T19:27:26.903Z | Compiling h2 v0.4.6 |
1735 | 2024-10-31T19:27:27.313Z | Compiling regex v1.11.0 |
1736 | 2024-10-31T19:27:28.453Z | Compiling idna v0.5.0 |
1737 | 2024-10-31T19:27:29.215Z | Compiling strsim v0.11.1 |
1738 | 2024-10-31T19:27:29.250Z | Compiling rustversion v1.0.17 |
1739 | 2024-10-31T19:27:29.530Z | Compiling base64 v0.22.1 |
1740 | 2024-10-31T19:27:29.725Z | Compiling paste v1.0.15 |
1741 | 2024-10-31T19:27:30.045Z | Compiling url v2.5.2 |
1742 | 2024-10-31T19:27:32.638Z | Compiling usdt-macro v0.5.0 |
1743 | 2024-10-31T19:27:33.171Z | Compiling usdt-attr-macro v0.5.0 |
1744 | 2024-10-31T19:27:34.614Z | Compiling hyper v1.4.1 |
1745 | 2024-10-31T19:27:35.341Z | Compiling curve25519-dalek v4.1.3 |
1746 | 2024-10-31T19:27:35.781Z | Compiling openapiv3 v2.0.0 |
1747 | 2024-10-31T19:27:35.938Z | Compiling toml_datetime v0.6.8 |
1748 | 2024-10-31T19:27:36.405Z | Compiling serde_spanned v0.6.8 |
1749 | 2024-10-31T19:27:37.216Z | Compiling async-stream-impl v0.3.6 |
1750 | 2024-10-31T19:27:37.438Z | Compiling enum-as-inner v0.6.1 |
1751 | 2024-10-31T19:27:38.517Z | Compiling dropshot v0.12.0 |
1752 | 2024-10-31T19:27:38.554Z | Compiling portable-atomic v1.9.0 |
1753 | 2024-10-31T19:27:38.918Z | Compiling smoltcp v0.9.1 |
1754 | 2024-10-31T19:27:39.619Z | Compiling foreign-types-shared v0.1.1 |
1755 | 2024-10-31T19:27:39.681Z | Compiling match_cfg v0.1.0 |
1756 | 2024-10-31T19:27:39.747Z | Compiling foreign-types v0.3.2 |
1757 | 2024-10-31T19:27:39.893Z | Compiling hostname v0.3.1 |
1758 | 2024-10-31T19:27:39.925Z | Compiling hyper-util v0.1.9 |
1759 | 2024-10-31T19:27:43.791Z | Compiling clap_derive v4.5.18 |
1760 | 2024-10-31T19:27:45.063Z | Compiling dirs-sys-next v0.1.2 |
1761 | 2024-10-31T19:27:45.292Z | Compiling encoding_rs v0.8.34 |
1762 | 2024-10-31T19:27:45.777Z | Compiling adler2 v2.0.0 |
1763 | 2024-10-31T19:27:45.980Z | Compiling ipnet v2.10.1 |
1764 | 2024-10-31T19:27:48.216Z | Compiling data-encoding v2.6.0 |
1765 | 2024-10-31T19:27:49.051Z | Compiling siphasher v0.3.11 |
1766 | 2024-10-31T19:27:49.470Z | Compiling mime v0.3.17 |
1767 | 2024-10-31T19:27:49.900Z | Compiling miniz_oxide v0.8.0 |
1768 | 2024-10-31T19:27:50.710Z | Compiling dirs-next v2.0.0 |
1769 | 2024-10-31T19:27:56.728Z | Compiling hubpack_derive v0.1.1 |
1770 | 2024-10-31T19:27:57.229Z | Compiling http-body-util v0.1.2 |
1771 | 2024-10-31T19:27:57.291Z | Compiling serde_urlencoded v0.7.1 |
1772 | 2024-10-31T19:27:57.682Z | Compiling crossbeam-epoch v0.9.18 |
1773 | 2024-10-31T19:27:57.894Z | Compiling dropshot_endpoint v0.12.0 |
1774 | 2024-10-31T19:27:57.920Z | Compiling hashbrown v0.14.5 |
1775 | 2024-10-31T19:27:58.075Z | Compiling sha1 v0.10.6 |
1776 | 2024-10-31T19:27:58.292Z | Compiling signature v2.2.0 |
1777 | 2024-10-31T19:27:58.440Z | Compiling curve25519-dalek-derive v0.1.1 |
1778 | 2024-10-31T19:27:58.594Z | Compiling lazy_static v1.5.0 |
1779 | 2024-10-31T19:27:58.626Z | Compiling thread_local v1.1.8 |
1780 | 2024-10-31T19:27:58.862Z | Compiling fs-err v2.11.0 |
1781 | 2024-10-31T19:27:59.258Z | Compiling either v1.13.0 |
1782 | 2024-10-31T19:27:59.526Z | Compiling gimli v0.31.1 |
1783 | 2024-10-31T19:27:59.896Z | Compiling unicode-properties v0.1.3 |
1784 | 2024-10-31T19:28:00.333Z | Compiling openssl-probe v0.1.5 |
1785 | 2024-10-31T19:28:00.872Z | Compiling winnow v0.6.20 |
1786 | 2024-10-31T19:28:01.071Z | Compiling anstyle v1.0.8 |
1787 | 2024-10-31T19:28:01.511Z | Compiling utf8parse v0.2.2 |
1788 | 2024-10-31T19:28:01.685Z | Compiling anstyle-parse v0.2.5 |
1789 | 2024-10-31T19:28:02.180Z | Compiling stringprep v0.1.5 |
1790 | 2024-10-31T19:28:02.767Z | Compiling regress v0.10.1 |
1791 | 2024-10-31T19:28:02.960Z | Compiling crossbeam-deque v0.8.5 |
1792 | 2024-10-31T19:28:05.064Z | Compiling toml_edit v0.22.22 |
1793 | 2024-10-31T19:28:05.105Z | Compiling addr2line v0.24.2 |
1794 | 2024-10-31T19:28:05.814Z | Compiling term v0.7.0 |
1795 | 2024-10-31T19:28:07.245Z | Compiling slog-json v2.6.1 |
1796 | 2024-10-31T19:28:08.509Z | Compiling crossbeam-channel v0.5.13 |
1797 | 2024-10-31T19:28:08.918Z | Compiling rustls-pemfile v2.2.0 |
1798 | 2024-10-31T19:28:09.851Z | Compiling futures-executor v0.3.31 |
1799 | 2024-10-31T19:28:10.421Z | Compiling md-5 v0.10.6 |
1800 | 2024-10-31T19:28:10.546Z | Compiling idna v0.3.0 |
1801 | 2024-10-31T19:28:10.721Z | Compiling idna v0.4.0 |
1802 | 2024-10-31T19:28:12.145Z | Compiling num-integer v0.1.46 |
1803 | 2024-10-31T19:28:12.328Z | Compiling ff v0.13.0 |
1804 | 2024-10-31T19:28:12.568Z | Compiling hash32 v0.2.1 |
1805 | 2024-10-31T19:28:12.663Z | Compiling is-terminal v0.4.13 |
1806 | 2024-10-31T19:28:12.689Z | Compiling memmap v0.7.0 |
1807 | 2024-10-31T19:28:12.872Z | Compiling object v0.36.5 |
1808 | 2024-10-31T19:28:12.922Z | Compiling heck v0.4.1 |
1809 | 2024-10-31T19:28:13.005Z | Compiling stable_deref_trait v1.2.0 |
1810 | 2024-10-31T19:28:13.067Z | Compiling fallible-iterator v0.2.0 |
1811 | 2024-10-31T19:28:13.157Z | Compiling colorchoice v1.0.2 |
1812 | 2024-10-31T19:28:13.380Z | Compiling utf-8 v0.7.6 |
1813 | 2024-10-31T19:28:13.504Z | Compiling is_terminal_polyfill v1.70.1 |
1814 | 2024-10-31T19:28:13.665Z | Compiling linked-hash-map v0.5.6 |
1815 | 2024-10-31T19:28:13.686Z | Compiling rustc-demangle v0.1.24 |
1816 | 2024-10-31T19:28:13.910Z | Compiling base16ct v0.2.0 |
1817 | 2024-10-31T19:28:14.046Z | Compiling take_mut v0.2.2 |
1818 | 2024-10-31T19:28:14.265Z | Compiling quick-error v1.2.3 |
1819 | 2024-10-31T19:28:14.308Z | Compiling anstyle-query v1.1.1 |
1820 | 2024-10-31T19:28:14.480Z | Compiling psl-types v2.0.11 |
1821 | 2024-10-31T19:28:14.715Z | Compiling publicsuffix v2.2.3 |
1822 | 2024-10-31T19:28:15.003Z | Compiling anstream v0.6.15 |
1823 | 2024-10-31T19:28:15.174Z | Compiling resolv-conf v0.7.0 |
1824 | 2024-10-31T19:28:15.806Z | Compiling sec1 v0.7.3 |
1825 | 2024-10-31T19:28:15.909Z | Compiling lru-cache v0.1.2 |
1826 | 2024-10-31T19:28:15.947Z | Compiling postgres-protocol v0.6.7 |
1827 | 2024-10-31T19:28:16.168Z | Compiling tungstenite v0.24.0 |
1828 | 2024-10-31T19:28:16.437Z | Compiling strum_macros v0.25.3 |
1829 | 2024-10-31T19:28:17.306Z | Compiling usdt v0.5.0 |
1830 | 2024-10-31T19:28:17.776Z | Compiling slog-term v2.9.1 |
1831 | 2024-10-31T19:28:18.043Z | Compiling num-iter v0.1.45 |
1832 | 2024-10-31T19:28:18.247Z | Compiling group v0.13.0 |
1833 | 2024-10-31T19:28:18.577Z | Compiling hickory-proto v0.24.1 |
1834 | 2024-10-31T19:28:18.820Z | Compiling futures v0.3.31 |
1835 | 2024-10-31T19:28:18.951Z | Compiling tokio-rustls v0.26.0 |
1836 | 2024-10-31T19:28:21.096Z | Compiling backtrace v0.3.74 |
1837 | 2024-10-31T19:28:21.228Z | Compiling toml v0.8.19 |
1838 | 2024-10-31T19:28:21.363Z | Compiling tokio-rustls v0.25.0 |
1839 | 2024-10-31T19:28:22.673Z | Compiling slog-bunyan v2.5.0 |
1840 | 2024-10-31T19:28:22.752Z | Compiling typify-impl v0.2.0 |
1841 | 2024-10-31T19:28:22.829Z | Compiling tokio-native-tls v0.3.1 |
1842 | 2024-10-31T19:28:22.866Z | Compiling terminal_size v0.4.0 |
1843 | 2024-10-31T19:28:23.088Z | Compiling phf_shared v0.11.2 |
1844 | 2024-10-31T19:28:23.295Z | Compiling async-stream v0.3.6 |
1845 | 2024-10-31T19:28:23.613Z | Compiling waitgroup v0.1.2 |
1846 | 2024-10-31T19:28:23.819Z | Compiling webpki-roots v0.26.6 |
1847 | 2024-10-31T19:28:23.939Z | Compiling serde_path_to_error v0.1.16 |
1848 | 2024-10-31T19:28:24.111Z | Compiling hkdf v0.12.4 |
1849 | 2024-10-31T19:28:24.159Z | Compiling crypto-bigint v0.5.5 |
1850 | 2024-10-31T19:28:24.721Z | Compiling derive-where v1.2.7 |
1851 | 2024-10-31T19:28:27.338Z | Compiling serde_repr v0.1.19 |
1852 | 2024-10-31T19:28:27.760Z | Compiling hostname v0.4.0 |
1853 | 2024-10-31T19:28:27.763Z | Compiling bitflags v1.3.2 |
1854 | 2024-10-31T19:28:28.003Z | Compiling winnow v0.5.40 |
1855 | 2024-10-31T19:28:28.310Z | Compiling unicode-width v0.1.14 |
1856 | 2024-10-31T19:28:28.349Z | Compiling managed v0.8.0 |
1857 | 2024-10-31T19:28:28.379Z | Compiling debug-ignore v1.0.5 |
1858 | 2024-10-31T19:28:28.582Z | Compiling clap_lex v0.7.2 |
1859 | 2024-10-31T19:28:28.774Z | Compiling console v0.15.8 |
1860 | 2024-10-31T19:28:29.021Z | Compiling clap_builder v4.5.20 |
1861 | 2024-10-31T19:28:30.058Z | Compiling elliptic-curve v0.13.8 |
1862 | 2024-10-31T19:28:31.294Z | Compiling hickory-resolver v0.24.1 |
1863 | 2024-10-31T19:28:31.752Z | Compiling toml_edit v0.19.15 |
1864 | 2024-10-31T19:28:33.380Z | Compiling hyper-rustls v0.27.3 |
1865 | 2024-10-31T19:28:33.630Z | Compiling typify-macro v0.2.0 |
1866 | 2024-10-31T19:28:36.294Z | Compiling phf v0.11.2 |
1867 | 2024-10-31T19:28:37.139Z | Compiling hyper-tls v0.6.0 |
1868 | 2024-10-31T19:28:37.543Z | Compiling signal-hook-mio v0.2.4 |
1869 | 2024-10-31T19:28:37.710Z | Compiling rayon v1.10.0 |
1870 | 2024-10-31T19:28:37.731Z | Compiling cookie_store v0.21.0 |
1871 | 2024-10-31T19:28:37.805Z | Compiling tokio-tungstenite v0.24.0 |
1872 | 2024-10-31T19:28:37.922Z | Compiling postgres-types v0.2.8 |
1873 | 2024-10-31T19:28:38.526Z | Compiling ed25519 v2.2.3 |
1874 | 2024-10-31T19:28:38.683Z | Compiling hubpack v0.1.2 |
1875 | 2024-10-31T19:28:38.702Z | Compiling phf_shared v0.10.0 |
1876 | 2024-10-31T19:28:39.074Z | Compiling pkcs1 v0.7.5 |
1877 | 2024-10-31T19:28:39.109Z | Compiling zerocopy v0.6.6 |
1878 | 2024-10-31T19:28:39.235Z | Compiling bstr v1.10.0 |
1879 | 2024-10-31T19:28:40.016Z | Compiling tokio-stream v0.1.16 |
1880 | 2024-10-31T19:28:40.226Z | Compiling serde-big-array v0.5.1 |
1881 | 2024-10-31T19:28:40.459Z | Compiling rfc6979 v0.4.0 |
1882 | 2024-10-31T19:28:40.669Z | Compiling float-cmp v0.9.0 |
1883 | 2024-10-31T19:28:40.864Z | Compiling sync_wrapper v1.0.1 |
1884 | 2024-10-31T19:28:40.937Z | Compiling crc32fast v1.4.2 |
1885 | 2024-10-31T19:28:41.029Z | Compiling static_assertions v1.1.0 |
1886 | 2024-10-31T19:28:41.062Z | Compiling fixedbitset v0.4.2 |
1887 | 2024-10-31T19:28:41.065Z | Compiling precomputed-hash v0.1.1 |
1888 | 2024-10-31T19:28:41.177Z | Compiling minimal-lexical v0.2.1 |
1889 | 2024-10-31T19:28:41.417Z | Compiling new_debug_unreachable v1.0.6 |
1890 | 2024-10-31T19:28:41.463Z | Compiling bit-vec v0.6.3 |
1891 | 2024-10-31T19:28:41.519Z | Compiling predicates-core v1.0.8 |
1892 | 2024-10-31T19:28:41.768Z | Compiling number_prefix v0.4.0 |
1893 | 2024-10-31T19:28:41.808Z | Compiling normalize-line-endings v0.3.0 |
1894 | 2024-10-31T19:28:41.877Z | Compiling difflib v0.4.0 |
1895 | 2024-10-31T19:28:41.976Z | Compiling unicode-segmentation v1.12.0 |
1896 | 2024-10-31T19:28:42.088Z | Compiling whoami v1.5.2 |
1897 | 2024-10-31T19:28:42.285Z | Compiling predicates v3.1.2 |
1898 | 2024-10-31T19:28:42.506Z | Compiling tokio-postgres v0.7.12 |
1899 | 2024-10-31T19:28:42.617Z | Compiling indicatif v0.17.8 |
1900 | 2024-10-31T19:28:42.803Z | Compiling similar v2.6.0 |
1901 | 2024-10-31T19:28:43.740Z | Compiling bit-set v0.5.3 |
1902 | 2024-10-31T19:28:44.035Z | Compiling nom v7.1.3 |
1903 | 2024-10-31T19:28:44.184Z | Compiling string_cache v0.8.7 |
1904 | 2024-10-31T19:28:44.566Z | Compiling petgraph v0.6.5 |
1905 | 2024-10-31T19:28:47.826Z | Compiling flate2 v1.0.34 |
1906 | 2024-10-31T19:28:48.119Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1907 | 2024-10-31T19:28:48.485Z | Compiling reqwest v0.12.8 |
1908 | 2024-10-31T19:28:48.519Z | Compiling qorb v0.2.0 |
1909 | 2024-10-31T19:28:48.578Z | Compiling ecdsa v0.16.9 |
1910 | 2024-10-31T19:28:50.072Z | Compiling rsa v0.9.6 |
1911 | 2024-10-31T19:28:51.121Z | Compiling ed25519-dalek v2.1.1 |
1912 | 2024-10-31T19:28:52.096Z | Compiling crossterm v0.28.1 |
1913 | 2024-10-31T19:28:52.308Z | Compiling toml v0.7.8 |
1914 | 2024-10-31T19:28:52.457Z | Compiling clap v4.5.20 |
1915 | 2024-10-31T19:28:53.825Z | Compiling itertools v0.12.1 |
1916 | 2024-10-31T19:28:53.898Z | Compiling itertools v0.10.5 |
1917 | 2024-10-31T19:28:56.625Z | Compiling x509-cert v0.2.5 |
1918 | 2024-10-31T19:28:56.744Z | Compiling hex v0.4.3 |
1919 | 2024-10-31T19:28:58.965Z | Compiling lalrpop-util v0.19.12 |
1920 | 2024-10-31T19:28:59.138Z | Compiling peg-runtime v0.8.3 |
1921 | 2024-10-31T19:28:59.803Z | Compiling radium v0.7.0 |
1922 | 2024-10-31T19:29:00.265Z | Compiling unicode-xid v0.2.6 |
1923 | 2024-10-31T19:29:00.851Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1924 | 2024-10-31T19:29:08.158Z | Compiling tap v1.0.1 |
1925 | 2024-10-31T19:29:08.927Z | Compiling ident_case v1.0.1 |
1926 | 2024-10-31T19:29:09.118Z | Compiling maybe-uninit v2.0.0 |
1927 | 2024-10-31T19:29:09.836Z | Compiling darling_core v0.20.10 |
1928 | 2024-10-31T19:29:15.659Z | Compiling wyz v0.5.1 |
1929 | 2024-10-31T19:29:29.048Z | Compiling typify v0.2.0 |
1930 | 2024-10-31T19:29:32.164Z | Compiling http v0.2.12 |
1931 | 2024-10-31T19:29:33.457Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1932 | 2024-10-31T19:29:34.701Z | Compiling unsafe-libyaml v0.2.11 |
1933 | 2024-10-31T19:29:34.754Z | Compiling funty v2.0.0 |
1934 | 2024-10-31T19:29:35.586Z | Compiling packed_struct v0.10.1 |
1935 | 2024-10-31T19:29:36.606Z | Compiling base64 v0.21.7 |
1936 | 2024-10-31T19:29:37.113Z | Compiling serde_yaml v0.9.34+deprecated |
1937 | 2024-10-31T19:29:37.283Z | Compiling bitvec v1.0.1 |
1938 | 2024-10-31T19:29:44.684Z | Compiling progenitor-impl v0.8.0 |
1939 | 2024-10-31T19:29:48.340Z | Compiling darling_macro v0.20.10 |
1940 | 2024-10-31T19:29:49.790Z | Compiling packed_struct_codegen v0.10.1 |
1941 | 2024-10-31T19:29:51.177Z | Compiling structmeta-derive v0.3.0 |
1942 | 2024-10-31T19:29:52.217Z | Compiling indexmap v1.9.3 |
1943 | 2024-10-31T19:29:52.534Z | Compiling crc-catalog v2.4.0 |
1944 | 2024-10-31T19:29:52.694Z | Compiling newtype-uuid v1.1.2 |
1945 | 2024-10-31T19:29:53.005Z | Compiling nodrop v0.1.14 |
1946 | 2024-10-31T19:29:53.179Z | Compiling fastrand v2.1.1 |
1947 | 2024-10-31T19:29:53.863Z | Compiling structmeta v0.3.0 |
1948 | 2024-10-31T19:29:53.870Z | Compiling tempfile v3.13.0 |
1949 | 2024-10-31T19:29:54.017Z | Compiling array-init v0.0.4 |
1950 | 2024-10-31T19:29:56.125Z | Compiling crc v3.2.1 |
1951 | 2024-10-31T19:29:56.750Z | Compiling progenitor-macro v0.8.0 |
1952 | 2024-10-31T19:30:00.436Z | Compiling darling v0.20.10 |
1953 | 2024-10-31T19:30:00.570Z | Compiling smallvec v0.6.14 |
1954 | 2024-10-31T19:30:05.195Z | Compiling h2 v0.3.26 |
1955 | 2024-10-31T19:30:05.621Z | Compiling http-body v0.4.6 |
1956 | 2024-10-31T19:30:06.163Z | Compiling progenitor-client v0.8.0 |
1957 | 2024-10-31T19:30:10.830Z | Compiling pin-project-internal v1.1.6 |
1958 | 2024-10-31T19:30:12.233Z | Compiling same-file v1.0.6 |
1959 | 2024-10-31T19:30:12.528Z | Compiling bitfield v0.14.0 |
1960 | 2024-10-31T19:30:12.849Z | Compiling termcolor v1.4.1 |
1961 | 2024-10-31T19:30:13.619Z | Compiling hashbrown v0.12.3 |
1962 | 2024-10-31T19:30:22.163Z | Compiling pin-project v1.1.6 |
1963 | 2024-10-31T19:30:22.359Z | Compiling env_logger v0.10.2 |
1964 | 2024-10-31T19:30:23.116Z | Compiling hyper v0.14.30 |
1965 | 2024-10-31T19:30:23.847Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1966 | 2024-10-31T19:30:24.892Z | Compiling walkdir v2.5.0 |
1967 | 2024-10-31T19:30:28.437Z | Compiling progenitor v0.8.0 |
1968 | 2024-10-31T19:30:30.030Z | Compiling serde-hex v0.1.0 |
1969 | 2024-10-31T19:30:30.914Z | Compiling bzip2 v0.4.4 |
1970 | 2024-10-31T19:30:31.385Z | Compiling serde_with_macros v3.11.0 |
1971 | 2024-10-31T19:30:33.842Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1972 | 2024-10-31T19:30:34.181Z | Compiling parse-display-derive v0.10.0 |
1973 | 2024-10-31T19:30:34.426Z | Compiling ron v0.8.1 |
1974 | 2024-10-31T19:30:37.914Z | Compiling strum_macros v0.26.4 |
1975 | 2024-10-31T19:30:38.133Z | Compiling ipnetwork v0.20.0 |
1976 | 2024-10-31T19:30:38.650Z | Compiling hashbrown v0.13.2 |
1977 | 2024-10-31T19:30:38.689Z | Compiling xattr v1.3.1 |
1978 | 2024-10-31T19:30:39.001Z | Compiling snafu-derive v0.8.5 |
1979 | 2024-10-31T19:30:40.014Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1980 | 2024-10-31T19:30:40.339Z | Compiling blake3 v1.5.4 |
1981 | 2024-10-31T19:30:40.735Z | Compiling ring v0.16.20 |
1982 | 2024-10-31T19:30:41.077Z | Compiling filetime v0.2.25 |
1983 | 2024-10-31T19:30:41.304Z | Compiling instant v0.1.13 |
1984 | 2024-10-31T19:30:41.519Z | Compiling crc-any v2.5.0 |
1985 | 2024-10-31T19:30:41.686Z | Compiling sync_wrapper v0.1.2 |
1986 | 2024-10-31T19:30:41.877Z | Compiling buf-list v1.0.3 |
1987 | 2024-10-31T19:30:42.063Z | Compiling strum v0.26.3 |
1988 | 2024-10-31T19:30:42.267Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1989 | 2024-10-31T19:30:42.298Z | Compiling reqwest v0.11.27 |
1990 | 2024-10-31T19:30:42.525Z | Compiling backoff v0.4.0 |
1991 | 2024-10-31T19:30:42.898Z | Compiling tar v0.4.42 |
1992 | 2024-10-31T19:30:43.513Z | Compiling snafu v0.8.5 |
1993 | 2024-10-31T19:30:43.722Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1994 | 2024-10-31T19:30:43.945Z | Compiling object v0.30.4 |
1995 | 2024-10-31T19:30:44.782Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1996 | 2024-10-31T19:30:48.440Z | Compiling parse-display v0.10.0 |
1997 | 2024-10-31T19:30:48.461Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1998 | 2024-10-31T19:30:48.493Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1999 | 2024-10-31T19:30:49.074Z | Compiling serde_with v3.11.0 |
2000 | 2024-10-31T19:30:50.001Z | Compiling zip v0.6.6 |
2001 | 2024-10-31T19:30:50.314Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2002 | 2024-10-31T19:30:51.012Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2003 | 2024-10-31T19:30:52.593Z | Compiling camino-tempfile v1.1.1 |
2004 | 2024-10-31T19:30:53.355Z | Compiling globset v0.4.15 |
2005 | 2024-10-31T19:30:53.481Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2006 | 2024-10-31T19:30:53.692Z | Compiling regress v0.9.1 |
2007 | 2024-10-31T19:30:55.601Z | Compiling pem v3.0.4 |
2008 | 2024-10-31T19:30:56.465Z | Compiling olpc-cjson v0.1.4 |
2009 | 2024-10-31T19:30:56.592Z | Compiling serde_plain v1.0.2 |
2010 | 2024-10-31T19:30:56.797Z | Compiling macaddr v1.0.1 |
2011 | 2024-10-31T19:30:57.078Z | Compiling async-recursion v1.1.1 |
2012 | 2024-10-31T19:30:57.123Z | Compiling memmap2 v0.9.5 |
2013 | 2024-10-31T19:30:57.420Z | Compiling arrayref v0.3.9 |
2014 | 2024-10-31T19:30:57.544Z | Compiling path-slash v0.1.5 |
2015 | 2024-10-31T19:30:57.687Z | Compiling typed-path v0.7.1 |
2016 | 2024-10-31T19:30:57.787Z | Compiling spin v0.5.2 |
2017 | 2024-10-31T19:30:58.062Z | Compiling untrusted v0.7.1 |
2018 | 2024-10-31T19:30:58.277Z | Compiling arrayvec v0.7.6 |
2019 | 2024-10-31T19:30:58.480Z | Compiling constant_time_eq v0.3.1 |
2020 | 2024-10-31T19:30:58.919Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2021 | 2024-10-31T19:31:00.784Z | Compiling tough v0.17.1 |
2022 | 2024-10-31T19:31:01.437Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2023 | 2024-10-31T19:31:03.039Z | Compiling itertools v0.13.0 |
2024 | 2024-10-31T19:31:04.190Z | Compiling cargo-platform v0.1.8 |
2025 | 2024-10-31T19:31:05.301Z | Compiling topological-sort v0.2.2 |
2026 | 2024-10-31T19:31:05.597Z | Compiling parse-size v1.0.0 |
2027 | 2024-10-31T19:31:05.902Z | Compiling omicron-zone-package v0.11.1 |
2028 | 2024-10-31T19:31:05.951Z | Compiling cargo_metadata v0.18.1 |
2029 | 2024-10-31T19:31:06.759Z | Compiling shell-words v1.1.0 |
2030 | 2024-10-31T19:31:14.954Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2031 | 2024-10-31T19:31:26.635Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2032 | 2024-10-31T19:31:41.802Z | Finished `release` profile [optimized] target(s) in 5m 12s |
2033 | 2024-10-31T19:31:41.958Z | Running `target/release/omicron-releng --output-dir /work` |
2034 | 2024-10-31T19:31:42.004Z | Oct 31 19:31:41.040 DEBG changing working directory to /work/oxidecomputer/omicron |
2035 | 2024-10-31T19:31:42.096Z | Oct 31 19:31:41.135 DEBG running: git rev-parse HEAD |
2036 | 2024-10-31T19:31:42.103Z | Oct 31 19:31:41.141 DEBG process exited with exit status: 0 (6.349171ms) |
2037 | 2024-10-31T19:31:42.103Z | Oct 31 19:31:41.141 INFO version: 12.0.0-0.ci+git2a5038591e4 |
2038 | 2024-10-31T19:31:42.143Z | Oct 31 19:31:41.181 INFO cloning helios to /work/oxidecomputer/helios |
2039 | 2024-10-31T19:31:42.143Z | Oct 31 19:31:41.181 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2040 | 2024-10-31T19:31:42.148Z | Cloning into '/work/oxidecomputer/helios'... |
2041 | 2024-10-31T19:31:42.661Z | Oct 31 19:31:41.699 DEBG process exited with exit status: 0 (518.147849ms) |
2042 | 2024-10-31T19:31:42.661Z | Oct 31 19:31:41.699 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2043 | 2024-10-31T19:31:42.669Z | # branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb |
2044 | 2024-10-31T19:31:42.669Z | # branch.head master |
2045 | 2024-10-31T19:31:42.669Z | # branch.upstream origin/master |
2046 | 2024-10-31T19:31:42.669Z | # branch.ab +0 -0 |
2047 | 2024-10-31T19:31:42.672Z | Oct 31 19:31:41.707 DEBG process exited with exit status: 0 (7.877723ms) |
2048 | 2024-10-31T19:31:42.672Z | Oct 31 19:31:41.707 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2049 | 2024-10-31T19:31:43.496Z | Oct 31 19:31:42.534 DEBG process exited with exit status: 0 (826.5911ms) |
2050 | 2024-10-31T19:31:43.497Z | Oct 31 19:31:42.534 DEBG running: zfs list rpool/images/build/host |
2051 | 2024-10-31T19:31:43.502Z | NAME USED AVAIL REFER MOUNTPOINT |
2052 | 2024-10-31T19:31:43.503Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2053 | 2024-10-31T19:31:43.505Z | Oct 31 19:31:42.541 DEBG process exited with exit status: 0 (7.346584ms) |
2054 | 2024-10-31T19:31:43.505Z | Oct 31 19:31:42.541 DEBG running: zfs list rpool/images/build/recovery |
2055 | 2024-10-31T19:31:43.509Z | NAME USED AVAIL REFER MOUNTPOINT |
2056 | 2024-10-31T19:31:43.509Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2057 | 2024-10-31T19:31:43.511Z | Oct 31 19:31:42.548 DEBG process exited with exit status: 0 (6.227668ms) |
2058 | 2024-10-31T19:31:43.512Z | Oct 31 19:31:42.548 INFO [hubris-production] running task |
2059 | 2024-10-31T19:31:43.512Z | Oct 31 19:31:42.549 INFO [hubris-staging] running task |
2060 | 2024-10-31T19:31:43.512Z | Oct 31 19:31:42.549 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2061 | 2024-10-31T19:31:43.514Z | Oct 31 19:31:42.552 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2062 | 2024-10-31T19:31:43.920Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2063 | 2024-10-31T19:31:44.049Z | [ omicron-package] Blocking waiting for file lock on package cache |
2064 | 2024-10-31T19:31:44.849Z | [ omicron-package] Blocking waiting for file lock on package cache |
2065 | 2024-10-31T19:31:45.584Z | Oct 31 19:31:44.622 INFO [hubris-production] task succeeded (2.073763899s) |
2066 | 2024-10-31T19:31:45.686Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2067 | 2024-10-31T19:31:45.856Z | [ omicron-package] Compiling heapless v0.8.0 |
2068 | 2024-10-31T19:31:45.894Z | [ omicron-package] Compiling hash32 v0.3.1 |
2069 | 2024-10-31T19:31:45.897Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2070 | 2024-10-31T19:31:45.946Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2071 | 2024-10-31T19:31:45.949Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2072 | 2024-10-31T19:31:45.952Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2073 | 2024-10-31T19:31:45.952Z | [ omicron-package] Compiling cobs v0.2.3 |
2074 | 2024-10-31T19:31:46.665Z | [ omicron-package] Compiling postcard v1.0.10 |
2075 | 2024-10-31T19:31:47.037Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2076 | 2024-10-31T19:31:47.307Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2077 | 2024-10-31T19:31:47.310Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2078 | 2024-10-31T19:31:47.310Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2079 | 2024-10-31T19:31:47.758Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2080 | 2024-10-31T19:31:47.937Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2081 | 2024-10-31T19:31:48.551Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2082 | 2024-10-31T19:31:48.808Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2083 | 2024-10-31T19:31:48.812Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2084 | 2024-10-31T19:31:48.813Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2085 | 2024-10-31T19:31:49.649Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2086 | 2024-10-31T19:31:49.674Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2087 | 2024-10-31T19:31:49.997Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2088 | 2024-10-31T19:31:50.314Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2089 | 2024-10-31T19:31:50.654Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2090 | 2024-10-31T19:31:50.743Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2091 | 2024-10-31T19:31:50.916Z | [ omicron-package] Compiling colored v2.1.0 |
2092 | 2024-10-31T19:31:50.919Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2093 | 2024-10-31T19:31:51.142Z | [ omicron-package] Compiling num_enum v0.5.11 |
2094 | 2024-10-31T19:31:51.388Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2095 | 2024-10-31T19:31:51.741Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2096 | 2024-10-31T19:31:51.800Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2097 | 2024-10-31T19:31:51.929Z | [ omicron-package] Compiling num-derive v0.4.2 |
2098 | 2024-10-31T19:31:52.024Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2099 | 2024-10-31T19:31:52.166Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2100 | 2024-10-31T19:31:52.535Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2101 | 2024-10-31T19:31:52.855Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2102 | 2024-10-31T19:31:53.028Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2103 | 2024-10-31T19:31:53.192Z | [ omicron-package] Compiling smf v0.2.3 |
2104 | 2024-10-31T19:31:53.972Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2105 | 2024-10-31T19:31:54.130Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2106 | 2024-10-31T19:31:54.705Z | Oct 31 19:31:53.742 INFO [hubris-staging] task succeeded (11.193096645s) |
2107 | 2024-10-31T19:31:55.090Z | [ omicron-package] Compiling zone v0.3.0 |
2108 | 2024-10-31T19:31:55.952Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2109 | 2024-10-31T19:31:56.655Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2110 | 2024-10-31T19:31:57.154Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2111 | 2024-10-31T19:31:58.274Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2112 | 2024-10-31T19:31:58.885Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2113 | 2024-10-31T19:31:59.182Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2114 | 2024-10-31T19:31:59.233Z | [ omicron-package] Compiling gethostname v0.5.0 |
2115 | 2024-10-31T19:31:59.836Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2116 | 2024-10-31T19:32:00.659Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2117 | 2024-10-31T19:32:03.188Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2118 | 2024-10-31T19:32:06.086Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2119 | 2024-10-31T19:32:06.619Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2120 | 2024-10-31T19:32:08.122Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2121 | 2024-10-31T19:32:25.370Z | [ helios-setup] Oct 31 19:32:24.405 INFO helios repository root is: /work/oxidecomputer/helios |
2122 | 2024-10-31T19:32:25.373Z | [ helios-setup] Oct 31 19:32:24.407 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 |
2123 | 2024-10-31T19:32:25.373Z | [ helios-setup] Oct 31 19:32:24.407 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2124 | 2024-10-31T19:32:25.376Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2125 | 2024-10-31T19:32:26.182Z | [ helios-setup] Oct 31 19:32:25.216 INFO clone ok!, project: bootserver |
2126 | 2024-10-31T19:32:26.184Z | [ helios-setup] Oct 31 19:32:25.217 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 |
2127 | 2024-10-31T19:32:26.185Z | [ helios-setup] Oct 31 19:32:25.217 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2128 | 2024-10-31T19:32:26.188Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2129 | 2024-10-31T19:32:26.650Z | [ helios-setup] Oct 31 19:32:25.684 INFO clone ok!, project: pinprick |
2130 | 2024-10-31T19:32:26.652Z | [ helios-setup] Oct 31 19:32:25.684 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2131 | 2024-10-31T19:32:26.652Z | [ helios-setup] Oct 31 19:32:25.685 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 |
2132 | 2024-10-31T19:32:26.652Z | [ helios-setup] Oct 31 19:32:25.685 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2133 | 2024-10-31T19:32:26.654Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2134 | 2024-10-31T19:32:27.150Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 43.62s |
2135 | 2024-10-31T19:32:27.170Z | [ helios-setup] Oct 31 19:32:26.205 INFO clone ok!, project: phbl |
2136 | 2024-10-31T19:32:27.172Z | [ helios-setup] Oct 31 19:32:26.205 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2137 | 2024-10-31T19:32:27.172Z | [ helios-setup] Oct 31 19:32:26.205 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 |
2138 | 2024-10-31T19:32:27.172Z | [ helios-setup] Oct 31 19:32:26.205 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2139 | 2024-10-31T19:32:27.175Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2140 | 2024-10-31T19:32:27.373Z | [ omicron-package] |
2141 | 2024-10-31T19:32:27.373Z | [ omicron-package] real 43.817952552 |
2142 | 2024-10-31T19:32:27.376Z | [ omicron-package] user 2:37.509507120 |
2143 | 2024-10-31T19:32:27.376Z | [ omicron-package] sys 20.661739283 |
2144 | 2024-10-31T19:32:27.376Z | [ omicron-package] trap 0.151996595 |
2145 | 2024-10-31T19:32:27.376Z | [ omicron-package] tflt 0.510047938 |
2146 | 2024-10-31T19:32:27.376Z | [ omicron-package] dflt 0.606529590 |
2147 | 2024-10-31T19:32:27.376Z | [ omicron-package] kflt 0.000369207 |
2148 | 2024-10-31T19:32:27.376Z | [ omicron-package] lock 4:51.887483464 |
2149 | 2024-10-31T19:32:27.376Z | [ omicron-package] slp 8:10.279817573 |
2150 | 2024-10-31T19:32:27.376Z | [ omicron-package] lat 1:34.045252610 |
2151 | 2024-10-31T19:32:27.376Z | [ omicron-package] stop 52.274543784 |
2152 | 2024-10-31T19:32:27.376Z | Oct 31 19:32:26.409 INFO [omicron-package] process exited with exit status: 0 (43.859987173s) |
2153 | 2024-10-31T19:32:27.376Z | Oct 31 19:32:26.409 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 |
2154 | 2024-10-31T19:32:27.442Z | Oct 31 19:32:26.477 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2155 | 2024-10-31T19:32:27.453Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2156 | 2024-10-31T19:32:27.455Z | [ host-target] Created new build target 'host' and set it as active |
2157 | 2024-10-31T19:32:27.455Z | Oct 31 19:32:26.490 INFO [host-target] process exited with exit status: 0 (80.771515ms) |
2158 | 2024-10-31T19:32:27.455Z | Oct 31 19:32:26.490 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2159 | 2024-10-31T19:32:27.461Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2160 | 2024-10-31T19:32:27.461Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2161 | 2024-10-31T19:32:27.464Z | Oct 31 19:32:26.497 INFO [recovery-target] process exited with exit status: 0 (19.941904ms) |
2162 | 2024-10-31T19:32:27.469Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2163 | 2024-10-31T19:32:27.661Z | [ helios-setup] Oct 31 19:32:26.696 INFO clone ok!, project: image-builder |
2164 | 2024-10-31T19:32:27.664Z | [ helios-setup] Oct 31 19:32:26.696 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 |
2165 | 2024-10-31T19:32:27.664Z | [ helios-setup] Oct 31 19:32:26.696 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 |
2166 | 2024-10-31T19:32:27.664Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2167 | 2024-10-31T19:32:28.566Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2168 | 2024-10-31T19:32:28.572Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2169 | 2024-10-31T19:32:28.613Z | [ host-package] Compiling convert_case v0.4.0 |
2170 | 2024-10-31T19:32:28.613Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2171 | 2024-10-31T19:32:28.616Z | [ host-package] Compiling password-hash v0.5.0 |
2172 | 2024-10-31T19:32:28.616Z | [ host-package] Compiling blake2 v0.10.6 |
2173 | 2024-10-31T19:32:28.616Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2174 | 2024-10-31T19:32:28.744Z | [ host-package] Compiling newline-converter v0.3.0 |
2175 | 2024-10-31T19:32:28.761Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2176 | 2024-10-31T19:32:28.763Z | [ host-package] Compiling owo-colors v4.1.0 |
2177 | 2024-10-31T19:32:28.964Z | [ host-package] Compiling libsw v3.3.1 |
2178 | 2024-10-31T19:32:29.058Z | [ host-package] Compiling expectorate v1.1.0 |
2179 | 2024-10-31T19:32:29.283Z | [ host-package] Compiling indent_write v2.2.0 |
2180 | 2024-10-31T19:32:29.323Z | [ host-package] Compiling swrite v0.1.0 |
2181 | 2024-10-31T19:32:29.370Z | [ host-package] Compiling derive_more v0.99.18 |
2182 | 2024-10-31T19:32:29.461Z | [ host-package] Compiling argon2 v0.5.3 |
2183 | 2024-10-31T19:32:29.519Z | [ host-package] Compiling linear-map v1.2.0 |
2184 | 2024-10-31T19:32:29.812Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2185 | 2024-10-31T19:32:29.916Z | [ host-package] Compiling progenitor-client v0.8.0 |
2186 | 2024-10-31T19:32:29.947Z | [ host-package] Compiling atomicwrites v0.4.4 |
2187 | 2024-10-31T19:32:30.330Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2188 | 2024-10-31T19:32:30.361Z | [ host-package] Compiling progenitor v0.8.0 |
2189 | 2024-10-31T19:32:30.478Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2190 | 2024-10-31T19:32:30.583Z | [ host-package] Compiling num-rational v0.4.2 |
2191 | 2024-10-31T19:32:30.920Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2192 | 2024-10-31T19:32:30.977Z | [ host-package] Compiling num-complex v0.4.6 |
2193 | 2024-10-31T19:32:31.836Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2194 | 2024-10-31T19:32:31.859Z | [ host-package] Compiling prettyplease v0.2.22 |
2195 | 2024-10-31T19:32:32.250Z | [ host-package] Compiling num v0.4.3 |
2196 | 2024-10-31T19:32:32.381Z | [ host-package] Compiling float-ord v0.3.2 |
2197 | 2024-10-31T19:32:32.410Z | [ host-package] Compiling semver v0.1.20 |
2198 | 2024-10-31T19:32:32.563Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2199 | 2024-10-31T19:32:33.019Z | [ host-package] Compiling rustc_version v0.1.7 |
2200 | 2024-10-31T19:32:33.274Z | [ host-package] Compiling highway v1.2.0 |
2201 | 2024-10-31T19:32:33.471Z | [ host-package] Compiling newtype_derive v0.1.6 |
2202 | 2024-10-31T19:32:33.893Z | [ host-package] Compiling humantime v2.1.0 |
2203 | 2024-10-31T19:32:34.920Z | [ host-package] Compiling home v0.5.9 |
2204 | 2024-10-31T19:32:34.967Z | [ host-package] Compiling steno v0.4.1 |
2205 | 2024-10-31T19:32:35.574Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2206 | 2024-10-31T19:32:36.774Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2207 | 2024-10-31T19:32:36.787Z | [ helios-setup] Oct 31 19:32:35.821 INFO clone ok!, project: amd-host-image-builder |
2208 | 2024-10-31T19:32:36.790Z | [ helios-setup] Oct 31 19:32:35.821 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 |
2209 | 2024-10-31T19:32:36.790Z | [ helios-setup] Oct 31 19:32:35.822 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2210 | 2024-10-31T19:32:36.793Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2211 | 2024-10-31T19:32:37.917Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2212 | 2024-10-31T19:32:39.317Z | [ host-package] Compiling newtype-uuid v1.1.2 |
2213 | 2024-10-31T19:32:39.549Z | [ host-package] Compiling tungstenite v0.21.0 |
2214 | 2024-10-31T19:32:39.733Z | [ host-package] Compiling ipnetwork v0.20.0 |
2215 | 2024-10-31T19:32:40.380Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2216 | 2024-10-31T19:32:40.659Z | [ host-package] Compiling instant v0.1.13 |
2217 | 2024-10-31T19:32:40.844Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2218 | 2024-10-31T19:32:41.286Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2219 | 2024-10-31T19:32:41.961Z | [ host-package] Compiling backoff v0.4.0 |
2220 | 2024-10-31T19:32:42.349Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2221 | 2024-10-31T19:32:43.062Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2222 | 2024-10-31T19:32:43.446Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2223 | 2024-10-31T19:32:44.795Z | [ host-package] Compiling parse-display v0.10.0 |
2224 | 2024-10-31T19:32:44.947Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2225 | 2024-10-31T19:32:45.153Z | [ host-package] Compiling serde_with v3.11.0 |
2226 | 2024-10-31T19:32:45.399Z | [ host-package] Compiling strum v0.26.3 |
2227 | 2024-10-31T19:32:45.676Z | [ host-package] Compiling regress v0.9.1 |
2228 | 2024-10-31T19:32:45.989Z | [ helios-setup] Oct 31 19:32:45.022 INFO clone ok!, project: amd-firmware |
2229 | 2024-10-31T19:32:45.993Z | [ helios-setup] Oct 31 19:32:45.022 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 |
2230 | 2024-10-31T19:32:45.993Z | [ helios-setup] Oct 31 19:32:45.022 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2231 | 2024-10-31T19:32:45.995Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2232 | 2024-10-31T19:32:47.108Z | [ helios-setup] Oct 31 19:32:46.141 INFO clone ok!, project: chelsio-t6-roms |
2233 | 2024-10-31T19:32:47.112Z | [ helios-setup] Oct 31 19:32:46.141 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2234 | 2024-10-31T19:32:47.112Z | [ helios-setup] Oct 31 19:32:46.141 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 |
2235 | 2024-10-31T19:32:47.112Z | [ helios-setup] Oct 31 19:32:46.141 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2236 | 2024-10-31T19:32:47.114Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2237 | 2024-10-31T19:32:47.232Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2238 | 2024-10-31T19:32:48.155Z | [ helios-setup] Oct 31 19:32:47.187 INFO clone ok!, project: pilot |
2239 | 2024-10-31T19:32:48.157Z | [ helios-setup] Oct 31 19:32:47.188 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2240 | 2024-10-31T19:32:48.917Z | [ helios-setup] Oct 31 19:32:47.949 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2241 | 2024-10-31T19:32:49.579Z | [ helios-setup] Oct 31 19:32:48.507 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2242 | 2024-10-31T19:32:49.582Z | [ helios-setup] Oct 31 19:32:48.508 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2243 | 2024-10-31T19:32:49.582Z | [ host-package] Compiling macaddr v1.0.1 |
2244 | 2024-10-31T19:32:50.018Z | [ helios-setup] Oct 31 19:32:49.050 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2245 | 2024-10-31T19:32:50.148Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2246 | 2024-10-31T19:32:50.674Z | [ helios-setup] Oct 31 19:32:49.707 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2247 | 2024-10-31T19:32:50.677Z | [ helios-setup] Oct 31 19:32:49.707 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2248 | 2024-10-31T19:32:51.208Z | [ helios-setup] Oct 31 19:32:50.239 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2249 | 2024-10-31T19:32:51.414Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2250 | 2024-10-31T19:32:51.771Z | [ helios-setup] Oct 31 19:32:50.803 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2251 | 2024-10-31T19:32:51.771Z | [ helios-setup] Oct 31 19:32:50.804 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2252 | 2024-10-31T19:32:51.773Z | [ helios-setup] Oct 31 19:32:50.804 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2253 | 2024-10-31T19:32:51.773Z | [ helios-setup] Oct 31 19:32:50.804 INFO ok! |
2254 | 2024-10-31T19:32:51.774Z | [ helios-setup] Oct 31 19:32:50.804 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2255 | 2024-10-31T19:32:51.774Z | [ helios-setup] Oct 31 19:32:50.804 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2256 | 2024-10-31T19:32:51.774Z | [ helios-setup] Oct 31 19:32:50.804 INFO ok! |
2257 | 2024-10-31T19:32:51.774Z | [ helios-setup] Oct 31 19:32:50.804 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2258 | 2024-10-31T19:32:51.774Z | [ helios-setup] Oct 31 19:32:50.804 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2259 | 2024-10-31T19:32:51.774Z | [ helios-setup] Oct 31 19:32:50.804 INFO ok! |
2260 | 2024-10-31T19:32:51.774Z | [ helios-setup] Oct 31 19:32:50.804 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2261 | 2024-10-31T19:32:51.774Z | [ helios-setup] Oct 31 19:32:50.804 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2262 | 2024-10-31T19:32:51.997Z | [ helios-setup] Oct 31 19:32:51.029 INFO E| Downloading crates ... |
2263 | 2024-10-31T19:32:52.156Z | [ helios-setup] Oct 31 19:32:51.189 INFO E| Downloaded generic-array v0.14.6 |
2264 | 2024-10-31T19:32:52.159Z | [ helios-setup] Oct 31 19:32:51.192 INFO E| Downloaded unicode-width v0.1.10 |
2265 | 2024-10-31T19:32:52.162Z | [ helios-setup] Oct 31 19:32:51.194 INFO E| Downloaded flate2 v1.0.25 |
2266 | 2024-10-31T19:32:52.167Z | [ helios-setup] Oct 31 19:32:51.200 INFO E| Downloaded sha2 v0.10.5 |
2267 | 2024-10-31T19:32:52.170Z | [ helios-setup] Oct 31 19:32:51.203 INFO E| Downloaded digest v0.10.3 |
2268 | 2024-10-31T19:32:52.173Z | [ helios-setup] Oct 31 19:32:51.205 INFO E| Downloaded miniz_oxide v0.6.2 |
2269 | 2024-10-31T19:32:52.175Z | [ helios-setup] Oct 31 19:32:51.208 INFO E| Downloaded typenum v1.15.0 |
2270 | 2024-10-31T19:32:52.179Z | [ helios-setup] Oct 31 19:32:51.211 INFO E| Downloaded bytes v1.2.1 |
2271 | 2024-10-31T19:32:52.184Z | [ helios-setup] Oct 31 19:32:51.216 INFO E| Downloaded block-buffer v0.10.3 |
2272 | 2024-10-31T19:32:52.186Z | [ helios-setup] Oct 31 19:32:51.217 INFO E| Downloaded anyhow v1.0.62 |
2273 | 2024-10-31T19:32:52.190Z | [ helios-setup] Oct 31 19:32:51.223 INFO E| Downloaded cpufeatures v0.2.5 |
2274 | 2024-10-31T19:32:52.368Z | [ host-package] Compiling arc-swap v1.7.1 |
2275 | 2024-10-31T19:32:52.371Z | [ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling typenum v1.15.0 |
2276 | 2024-10-31T19:32:52.372Z | [ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling version_check v0.9.4 |
2277 | 2024-10-31T19:32:52.372Z | [ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling crc32fast v1.3.2 |
2278 | 2024-10-31T19:32:52.372Z | [ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling cfg-if v1.0.0 |
2279 | 2024-10-31T19:32:52.372Z | [ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling adler v1.0.2 |
2280 | 2024-10-31T19:32:52.372Z | [ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling anyhow v1.0.62 |
2281 | 2024-10-31T19:32:52.372Z | [ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling unicode-width v0.1.10 |
2282 | 2024-10-31T19:32:52.372Z | [ helios-setup] Oct 31 19:32:51.403 INFO E| Compiling cpufeatures v0.2.5 |
2283 | 2024-10-31T19:32:52.799Z | [ helios-setup] Oct 31 19:32:51.831 INFO E| Compiling bitflags v1.3.2 |
2284 | 2024-10-31T19:32:52.822Z | [ helios-setup] Oct 31 19:32:51.854 INFO E| Compiling bytes v1.2.1 |
2285 | 2024-10-31T19:32:52.965Z | [ helios-setup] Oct 31 19:32:51.998 INFO E| Compiling miniz_oxide v0.6.2 |
2286 | 2024-10-31T19:32:53.202Z | [ helios-setup] Oct 31 19:32:52.234 INFO E| Compiling getopts v0.2.21 |
2287 | 2024-10-31T19:32:53.327Z | [ helios-setup] Oct 31 19:32:52.360 INFO E| Compiling generic-array v0.14.6 |
2288 | 2024-10-31T19:32:53.784Z | [ host-package] Compiling display-error-chain v0.2.1 |
2289 | 2024-10-31T19:32:54.329Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2290 | 2024-10-31T19:32:54.626Z | [ host-package] Compiling slog-scope v4.4.0 |
2291 | 2024-10-31T19:32:54.733Z | [ helios-setup] Oct 31 19:32:53.765 INFO E| Compiling flate2 v1.0.25 |
2292 | 2024-10-31T19:32:56.390Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2293 | 2024-10-31T19:32:57.723Z | [ host-package] Compiling half v2.4.1 |
2294 | 2024-10-31T19:32:58.511Z | [ host-package] Compiling ciborium-io v0.2.2 |
2295 | 2024-10-31T19:32:58.678Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2296 | 2024-10-31T19:32:59.046Z | [ helios-setup] Oct 31 19:32:58.078 INFO E| Compiling block-buffer v0.10.3 |
2297 | 2024-10-31T19:32:59.046Z | [ helios-setup] Oct 31 19:32:58.078 INFO E| Compiling crypto-common v0.1.6 |
2298 | 2024-10-31T19:32:59.325Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2299 | 2024-10-31T19:32:59.371Z | [ helios-setup] Oct 31 19:32:58.403 INFO E| Compiling digest v0.10.3 |
2300 | 2024-10-31T19:32:59.721Z | [ helios-setup] Oct 31 19:32:58.752 INFO E| Compiling sha2 v0.10.5 |
2301 | 2024-10-31T19:33:00.204Z | [ helios-setup] Oct 31 19:32:59.236 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2302 | 2024-10-31T19:33:00.298Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2303 | 2024-10-31T19:33:00.344Z | [ host-package] Compiling ciborium v0.2.2 |
2304 | 2024-10-31T19:33:00.494Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2305 | 2024-10-31T19:33:03.065Z | [ host-package] Compiling fastrand v2.1.1 |
2306 | 2024-10-31T19:33:03.847Z | [ host-package] Compiling same-file v1.0.6 |
2307 | 2024-10-31T19:33:04.201Z | [ host-package] Compiling walkdir v2.5.0 |
2308 | 2024-10-31T19:33:04.349Z | [ host-package] Compiling tempfile v3.13.0 |
2309 | 2024-10-31T19:33:05.305Z | [ helios-setup] Oct 31 19:33:04.337 INFO E| Finished `release` profile [optimized] target(s) in 13.43s |
2310 | 2024-10-31T19:33:05.324Z | [ helios-setup] Oct 31 19:33:04.351 INFO building project "bootserver" ok (13 seconds) |
2311 | 2024-10-31T19:33:05.324Z | [ helios-setup] Oct 31 19:33:04.351 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2312 | 2024-10-31T19:33:05.324Z | [ helios-setup] Oct 31 19:33:04.351 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2313 | 2024-10-31T19:33:05.377Z | [ host-package] Compiling blake3 v1.5.4 |
2314 | 2024-10-31T19:33:05.513Z | [ host-package] Compiling ring v0.16.20 |
2315 | 2024-10-31T19:33:05.555Z | [ helios-setup] Oct 31 19:33:04.586 INFO E| Downloading crates ... |
2316 | 2024-10-31T19:33:05.629Z | [ helios-setup] Oct 31 19:33:04.660 INFO E| Downloaded miniz_oxide v0.7.2 |
2317 | 2024-10-31T19:33:05.707Z | [ helios-setup] Oct 31 19:33:04.738 INFO E| Compiling adler v1.0.2 |
2318 | 2024-10-31T19:33:05.832Z | [ helios-setup] Oct 31 19:33:04.863 INFO E| Compiling miniz_oxide v0.7.2 |
2319 | 2024-10-31T19:33:08.503Z | [ helios-setup] Oct 31 19:33:07.534 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2320 | 2024-10-31T19:33:08.676Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2321 | 2024-10-31T19:33:09.269Z | [ helios-setup] Oct 31 19:33:08.300 INFO E| Finished `release` profile [optimized] target(s) in 3.85s |
2322 | 2024-10-31T19:33:09.279Z | [ helios-setup] Oct 31 19:33:08.310 INFO building project "pinprick" ok (3 seconds) |
2323 | 2024-10-31T19:33:09.279Z | [ helios-setup] Oct 31 19:33:08.310 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2324 | 2024-10-31T19:33:09.282Z | [ helios-setup] Oct 31 19:33:08.311 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2325 | 2024-10-31T19:33:09.508Z | [ helios-setup] Oct 31 19:33:08.539 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2326 | 2024-10-31T19:33:09.649Z | [ host-package] Compiling xattr v1.3.1 |
2327 | 2024-10-31T19:33:09.923Z | [ helios-setup] Oct 31 19:33:08.955 INFO E| From https://github.com/jclulow/rust-jmclib |
2328 | 2024-10-31T19:33:09.924Z | [ helios-setup] Oct 31 19:33:08.955 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2329 | 2024-10-31T19:33:09.943Z | [ helios-setup] Oct 31 19:33:08.973 INFO E| Updating crates.io index |
2330 | 2024-10-31T19:33:09.954Z | [ host-package] Compiling memmap2 v0.9.5 |
2331 | 2024-10-31T19:33:10.058Z | [ helios-setup] Oct 31 19:33:09.089 INFO E| Downloading crates ... |
2332 | 2024-10-31T19:33:10.129Z | [ helios-setup] Oct 31 19:33:09.160 INFO E| Downloaded digest v0.9.0 |
2333 | 2024-10-31T19:33:10.161Z | [ helios-setup] Oct 31 19:33:09.192 INFO E| Downloaded unicode-ident v1.0.11 |
2334 | 2024-10-31T19:33:10.165Z | [ helios-setup] Oct 31 19:33:09.196 INFO E| Downloaded tempfile v3.7.0 |
2335 | 2024-10-31T19:33:10.169Z | [ helios-setup] Oct 31 19:33:09.200 INFO E| Downloaded sha-1 v0.9.8 |
2336 | 2024-10-31T19:33:10.172Z | [ helios-setup] Oct 31 19:33:09.203 INFO E| Downloaded serde_derive v1.0.193 |
2337 | 2024-10-31T19:33:10.176Z | [ helios-setup] Oct 31 19:33:09.207 INFO E| Downloaded fastrand v2.0.0 |
2338 | 2024-10-31T19:33:10.181Z | [ helios-setup] Oct 31 19:33:09.210 INFO E| Downloaded cpufeatures v0.2.9 |
2339 | 2024-10-31T19:33:10.181Z | [ helios-setup] Oct 31 19:33:09.212 INFO E| Downloaded opaque-debug v0.3.0 |
2340 | 2024-10-31T19:33:10.183Z | [ helios-setup] Oct 31 19:33:09.213 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2341 | 2024-10-31T19:33:10.183Z | [ helios-setup] Oct 31 19:33:09.214 INFO E| Downloaded quote v1.0.31 |
2342 | 2024-10-31T19:33:10.187Z | [ helios-setup] Oct 31 19:33:09.218 INFO E| Downloaded errno v0.3.1 |
2343 | 2024-10-31T19:33:10.190Z | [ helios-setup] Oct 31 19:33:09.221 INFO E| Downloaded walkdir v2.3.3 |
2344 | 2024-10-31T19:33:10.192Z | [ helios-setup] Oct 31 19:33:09.224 INFO E| Downloaded once_cell v1.18.0 |
2345 | 2024-10-31T19:33:10.196Z | [ helios-setup] Oct 31 19:33:09.228 INFO E| Downloaded md-5 v0.9.1 |
2346 | 2024-10-31T19:33:10.199Z | [ helios-setup] Oct 31 19:33:09.230 INFO E| Downloaded toml v0.5.11 |
2347 | 2024-10-31T19:33:10.202Z | [ helios-setup] Oct 31 19:33:09.234 INFO E| Downloaded uuid v0.8.2 |
2348 | 2024-10-31T19:33:10.208Z | [ helios-setup] Oct 31 19:33:09.239 INFO E| Downloaded typenum v1.16.0 |
2349 | 2024-10-31T19:33:10.212Z | [ helios-setup] Oct 31 19:33:09.243 INFO E| Downloaded serde v1.0.193 |
2350 | 2024-10-31T19:33:10.217Z | [ helios-setup] Oct 31 19:33:09.249 INFO E| Downloaded proc-macro2 v1.0.66 |
2351 | 2024-10-31T19:33:10.221Z | [ helios-setup] Oct 31 19:33:09.253 INFO E| Downloaded anyhow v1.0.72 |
2352 | 2024-10-31T19:33:10.227Z | [ helios-setup] Oct 31 19:33:09.259 INFO E| Downloaded ryu v1.0.15 |
2353 | 2024-10-31T19:33:10.232Z | [ helios-setup] Oct 31 19:33:09.264 INFO E| Downloaded bitflags v2.3.3 |
2354 | 2024-10-31T19:33:10.249Z | [ helios-setup] Oct 31 19:33:09.281 INFO E| Downloaded serde_json v1.0.103 |
2355 | 2024-10-31T19:33:10.261Z | [ helios-setup] Oct 31 19:33:09.292 INFO E| Downloaded itoa v1.0.9 |
2356 | 2024-10-31T19:33:10.263Z | [ helios-setup] Oct 31 19:33:09.294 INFO E| Downloaded getrandom v0.2.10 |
2357 | 2024-10-31T19:33:10.268Z | [ helios-setup] Oct 31 19:33:09.299 INFO E| Downloaded block-buffer v0.9.0 |
2358 | 2024-10-31T19:33:10.277Z | [ helios-setup] Oct 31 19:33:09.308 INFO E| Downloaded syn v2.0.32 |
2359 | 2024-10-31T19:33:10.295Z | [ helios-setup] Oct 31 19:33:09.326 INFO E| Downloaded rustix v0.38.4 |
2360 | 2024-10-31T19:33:10.358Z | [ helios-setup] Oct 31 19:33:09.389 INFO E| Downloaded libc v0.2.147 |
2361 | 2024-10-31T19:33:10.431Z | [ host-package] Compiling filetime v0.2.25 |
2362 | 2024-10-31T19:33:10.533Z | [ helios-setup] Oct 31 19:33:09.564 INFO E| Compiling libc v0.2.147 |
2363 | 2024-10-31T19:33:10.627Z | [ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling proc-macro2 v1.0.66 |
2364 | 2024-10-31T19:33:10.629Z | [ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling cfg-if v1.0.0 |
2365 | 2024-10-31T19:33:10.629Z | [ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling unicode-ident v1.0.11 |
2366 | 2024-10-31T19:33:10.629Z | [ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling typenum v1.16.0 |
2367 | 2024-10-31T19:33:10.629Z | [ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling version_check v0.9.4 |
2368 | 2024-10-31T19:33:10.629Z | [ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling serde v1.0.193 |
2369 | 2024-10-31T19:33:10.629Z | [ helios-setup] Oct 31 19:33:09.658 INFO E| Compiling itoa v1.0.9 |
2370 | 2024-10-31T19:33:10.810Z | [ helios-setup] Oct 31 19:33:09.841 INFO E| Compiling num-conv v0.1.0 |
2371 | 2024-10-31T19:33:10.812Z | [ host-package] Compiling spin v0.5.2 |
2372 | 2024-10-31T19:33:10.922Z | [ helios-setup] Oct 31 19:33:09.953 INFO E| Compiling powerfmt v0.2.0 |
2373 | 2024-10-31T19:33:10.996Z | [ helios-setup] Oct 31 19:33:10.027 INFO E| Compiling time-core v0.1.2 |
2374 | 2024-10-31T19:33:11.291Z | [ helios-setup] Oct 31 19:33:10.323 INFO E| Compiling rustix v0.38.4 |
2375 | 2024-10-31T19:33:11.627Z | [ helios-setup] Oct 31 19:33:10.658 INFO E| Compiling slog v2.7.0 |
2376 | 2024-10-31T19:33:11.690Z | [ helios-setup] Oct 31 19:33:10.721 INFO E| Compiling time-macros v0.2.18 |
2377 | 2024-10-31T19:33:11.781Z | [ helios-setup] Oct 31 19:33:10.812 INFO E| Compiling deranged v0.3.11 |
2378 | 2024-10-31T19:33:11.917Z | [ helios-setup] Oct 31 19:33:10.948 INFO E| Compiling generic-array v0.14.7 |
2379 | 2024-10-31T19:33:12.752Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2380 | 2024-10-31T19:33:12.776Z | [ helios-setup] Oct 31 19:33:11.807 INFO E| Compiling once_cell v1.18.0 |
2381 | 2024-10-31T19:33:12.822Z | [ helios-setup] Oct 31 19:33:11.853 INFO E| Compiling num_threads v0.1.6 |
2382 | 2024-10-31T19:33:13.062Z | [ helios-setup] Oct 31 19:33:12.093 INFO E| Compiling bitflags v2.3.3 |
2383 | 2024-10-31T19:33:13.415Z | [ host-package] Compiling arrayref v0.3.9 |
2384 | 2024-10-31T19:33:13.624Z | [ host-package] Compiling untrusted v0.7.1 |
2385 | 2024-10-31T19:33:13.645Z | [ helios-setup] Oct 31 19:33:12.675 INFO E| Compiling thread_local v1.1.7 |
2386 | 2024-10-31T19:33:13.705Z | [ host-package] Compiling arrayvec v0.7.6 |
2387 | 2024-10-31T19:33:13.802Z | [ helios-setup] Oct 31 19:33:12.833 INFO E| Compiling quote v1.0.31 |
2388 | 2024-10-31T19:33:14.156Z | [ host-package] Compiling keccak v0.1.5 |
2389 | 2024-10-31T19:33:14.912Z | [ helios-setup] Oct 31 19:33:13.943 INFO E| Compiling syn v2.0.32 |
2390 | 2024-10-31T19:33:15.044Z | [ helios-setup] Oct 31 19:33:14.075 INFO E| Compiling dirs-sys-next v0.1.2 |
2391 | 2024-10-31T19:33:15.072Z | [ helios-setup] Oct 31 19:33:14.103 INFO E| Compiling errno v0.3.1 |
2392 | 2024-10-31T19:33:15.368Z | [ helios-setup] Oct 31 19:33:14.398 INFO E| Compiling dirs-next v2.0.0 |
2393 | 2024-10-31T19:33:15.767Z | [ helios-setup] Oct 31 19:33:14.797 INFO E| Compiling term v0.7.0 |
2394 | 2024-10-31T19:33:15.862Z | [ helios-setup] Oct 31 19:33:14.892 INFO E| Compiling atty v0.2.14 |
2395 | 2024-10-31T19:33:16.021Z | [ helios-setup] Oct 31 19:33:15.052 INFO E| Compiling opaque-debug v0.3.0 |
2396 | 2024-10-31T19:33:16.021Z | [ helios-setup] Oct 31 19:33:15.052 INFO E| Compiling fastrand v2.0.0 |
2397 | 2024-10-31T19:33:16.104Z | [ helios-setup] Oct 31 19:33:15.135 INFO E| Compiling anyhow v1.0.72 |
2398 | 2024-10-31T19:33:16.227Z | [ host-package] Compiling sha3 v0.10.8 |
2399 | 2024-10-31T19:33:16.636Z | [ helios-setup] Oct 31 19:33:15.667 INFO E| Compiling serde_json v1.0.103 |
2400 | 2024-10-31T19:33:16.873Z | [ host-package] Compiling tar v0.4.42 |
2401 | 2024-10-31T19:33:16.974Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2402 | 2024-10-31T19:33:17.116Z | [ helios-setup] Oct 31 19:33:16.147 INFO E| Compiling getrandom v0.2.10 |
2403 | 2024-10-31T19:33:17.342Z | [ helios-setup] Oct 31 19:33:16.372 INFO E| Compiling time v0.3.36 |
2404 | 2024-10-31T19:33:17.746Z | [ helios-setup] Oct 31 19:33:16.776 INFO E| Compiling same-file v1.0.6 |
2405 | 2024-10-31T19:33:17.800Z | [ helios-setup] Oct 31 19:33:16.830 INFO E| Compiling block-buffer v0.9.0 |
2406 | 2024-10-31T19:33:17.862Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2407 | 2024-10-31T19:33:17.929Z | [ host-package] Compiling toolchain_find v0.4.0 |
2408 | 2024-10-31T19:33:17.992Z | [ host-package] Compiling nibble_vec v0.1.0 |
2409 | 2024-10-31T19:33:17.995Z | [ helios-setup] Oct 31 19:33:17.025 INFO E| Compiling digest v0.9.0 |
2410 | 2024-10-31T19:33:18.136Z | [ helios-setup] Oct 31 19:33:17.167 INFO E| Compiling unicode-width v0.1.10 |
2411 | 2024-10-31T19:33:18.353Z | [ helios-setup] Oct 31 19:33:17.383 INFO E| Compiling ryu v1.0.15 |
2412 | 2024-10-31T19:33:18.373Z | [ helios-setup] Oct 31 19:33:17.403 INFO E| Compiling cpufeatures v0.2.9 |
2413 | 2024-10-31T19:33:18.413Z | [ helios-setup] Oct 31 19:33:17.444 INFO E| Compiling getopts v0.2.21 |
2414 | 2024-10-31T19:33:18.424Z | [ helios-setup] Oct 31 19:33:17.454 INFO E| Compiling md-5 v0.9.1 |
2415 | 2024-10-31T19:33:18.482Z | [ helios-setup] Oct 31 19:33:17.513 INFO E| Compiling sha-1 v0.9.8 |
2416 | 2024-10-31T19:33:18.700Z | [ host-package] Compiling topological-sort v0.2.2 |
2417 | 2024-10-31T19:33:18.903Z | [ host-package] Compiling glob v0.3.1 |
2418 | 2024-10-31T19:33:19.026Z | [ helios-setup] Oct 31 19:33:18.056 INFO E| Compiling tempfile v3.7.0 |
2419 | 2024-10-31T19:33:19.136Z | [ helios-setup] Oct 31 19:33:18.167 INFO E| Compiling walkdir v2.3.3 |
2420 | 2024-10-31T19:33:19.451Z | [ host-package] Compiling crunchy v0.2.2 |
2421 | 2024-10-31T19:33:19.752Z | [ helios-setup] Oct 31 19:33:18.782 INFO E| Compiling glob v0.3.1 |
2422 | 2024-10-31T19:33:19.899Z | [ helios-setup] Oct 31 19:33:18.929 INFO E| Compiling libdevinfo-sys v1.0.0 |
2423 | 2024-10-31T19:33:20.465Z | [ host-package] Compiling endian-type v0.1.2 |
2424 | 2024-10-31T19:33:20.871Z | [ host-package] Compiling maplit v1.0.2 |
2425 | 2024-10-31T19:33:20.901Z | [ host-package] Compiling radix_trie v0.2.1 |
2426 | 2024-10-31T19:33:21.004Z | [ host-package] Compiling clang-sys v1.8.1 |
2427 | 2024-10-31T19:33:21.091Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2428 | 2024-10-31T19:33:21.384Z | [ helios-setup] Oct 31 19:33:20.414 INFO E| Compiling slog-term v2.9.0 |
2429 | 2024-10-31T19:33:22.011Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2430 | 2024-10-31T19:33:22.056Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2431 | 2024-10-31T19:33:22.612Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2432 | 2024-10-31T19:33:22.668Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2433 | 2024-10-31T19:33:22.782Z | [ host-package] Compiling secrecy v0.8.0 |
2434 | 2024-10-31T19:33:23.209Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2435 | 2024-10-31T19:33:23.324Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2436 | 2024-10-31T19:33:23.793Z | [ host-package] Compiling r2d2 v0.8.10 |
2437 | 2024-10-31T19:33:23.826Z | [ helios-setup] Oct 31 19:33:22.856 INFO E| Compiling serde_derive v1.0.193 |
2438 | 2024-10-31T19:33:24.184Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2439 | 2024-10-31T19:33:24.439Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2440 | 2024-10-31T19:33:24.472Z | [ host-package] Compiling diesel_derives v2.2.3 |
2441 | 2024-10-31T19:33:24.496Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2442 | 2024-10-31T19:33:24.496Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2443 | 2024-10-31T19:33:24.663Z | [ host-package] Compiling universal-hash v0.5.1 |
2444 | 2024-10-31T19:33:24.973Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2445 | 2024-10-31T19:33:25.035Z | [ host-package] Compiling lzma-sys v0.1.20 |
2446 | 2024-10-31T19:33:25.910Z | [ host-package] Compiling ena v0.14.3 |
2447 | 2024-10-31T19:33:26.384Z | [ host-package] Compiling libloading v0.8.5 |
2448 | 2024-10-31T19:33:26.838Z | [ host-package] Compiling diff v0.1.13 |
2449 | 2024-10-31T19:33:27.421Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2450 | 2024-10-31T19:33:27.544Z | [ host-package] Compiling regex-syntax v0.6.29 |
2451 | 2024-10-31T19:33:27.813Z | [ host-package] Compiling bindgen v0.69.5 |
2452 | 2024-10-31T19:33:28.574Z | [ host-package] Compiling opaque-debug v0.3.1 |
2453 | 2024-10-31T19:33:28.706Z | [ host-package] Compiling poly1305 v0.8.0 |
2454 | 2024-10-31T19:33:30.463Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2455 | 2024-10-31T19:33:33.296Z | [ host-package] Compiling lalrpop v0.19.12 |
2456 | 2024-10-31T19:33:36.327Z | [ host-package] Compiling diesel v2.2.4 |
2457 | 2024-10-31T19:33:37.792Z | [ helios-setup] Oct 31 19:33:36.820 INFO E| Compiling toml v0.5.11 |
2458 | 2024-10-31T19:33:37.793Z | [ helios-setup] Oct 31 19:33:36.820 INFO E| Compiling uuid v0.8.2 |
2459 | 2024-10-31T19:33:40.360Z | [ helios-setup] Oct 31 19:33:39.388 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2460 | 2024-10-31T19:33:43.429Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2461 | 2024-10-31T19:33:43.521Z | [ helios-setup] Oct 31 19:33:42.549 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2462 | 2024-10-31T19:33:44.156Z | [ host-package] Compiling which v4.4.2 |
2463 | 2024-10-31T19:33:44.709Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2464 | 2024-10-31T19:33:45.016Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2465 | 2024-10-31T19:33:45.043Z | [ host-package] Compiling chacha20 v0.9.1 |
2466 | 2024-10-31T19:33:45.297Z | [ host-package] Compiling heck v0.3.3 |
2467 | 2024-10-31T19:33:45.647Z | [ host-package] Compiling cexpr v0.6.0 |
2468 | 2024-10-31T19:33:45.708Z | [ host-package] Compiling aead v0.5.2 |
2469 | 2024-10-31T19:33:46.172Z | [ host-package] Compiling ref-cast v1.0.23 |
2470 | 2024-10-31T19:33:46.799Z | [ host-package] Compiling lazycell v1.3.0 |
2471 | 2024-10-31T19:33:47.005Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2472 | 2024-10-31T19:33:47.353Z | [ host-package] Compiling rustc-hash v1.1.0 |
2473 | 2024-10-31T19:33:47.594Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2474 | 2024-10-31T19:33:47.902Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2475 | 2024-10-31T19:33:50.011Z | [ host-package] Compiling vsss-rs v3.3.4 |
2476 | 2024-10-31T19:33:55.411Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2477 | 2024-10-31T19:33:55.855Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2478 | 2024-10-31T19:33:56.645Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2479 | 2024-10-31T19:33:57.468Z | [ helios-setup] Oct 31 19:33:56.496 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.08s |
2480 | 2024-10-31T19:33:57.502Z | [ helios-setup] Oct 31 19:33:56.529 INFO building project "image-builder" ok (48 seconds) |
2481 | 2024-10-31T19:33:57.502Z | [ helios-setup] Oct 31 19:33:56.530 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2482 | 2024-10-31T19:33:57.505Z | [ helios-setup] Oct 31 19:33:56.530 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2483 | 2024-10-31T19:33:57.512Z | [ helios-setup] Oct 31 19:33:56.539 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2484 | 2024-10-31T19:33:57.747Z | [ helios-setup] Oct 31 19:33:56.774 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2485 | 2024-10-31T19:33:57.747Z | [ helios-setup] Oct 31 19:33:56.774 INFO E| info: downloading component 'cargo' |
2486 | 2024-10-31T19:33:58.912Z | [ host-package] Compiling headers-core v0.3.0 |
2487 | 2024-10-31T19:33:59.115Z | [ host-package] Compiling fxhash v0.2.1 |
2488 | 2024-10-31T19:33:59.370Z | [ host-package] Compiling libxml v0.3.3 |
2489 | 2024-10-31T19:33:59.666Z | [ host-package] Compiling polar-core v0.27.3 |
2490 | 2024-10-31T19:33:59.763Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2491 | 2024-10-31T19:33:59.866Z | [ helios-setup] Oct 31 19:33:58.894 INFO E| info: downloading component 'clippy' |
2492 | 2024-10-31T19:34:00.174Z | [ helios-setup] Oct 31 19:33:59.201 INFO E| info: downloading component 'rust-docs' |
2493 | 2024-10-31T19:34:00.976Z | [ host-package] Compiling base64 v0.13.1 |
2494 | 2024-10-31T19:34:01.413Z | [ host-package] Compiling headers v0.4.0 |
2495 | 2024-10-31T19:34:01.766Z | [ host-package] Compiling ron v0.7.1 |
2496 | 2024-10-31T19:34:01.813Z | [ host-package] Compiling samael v0.0.17 |
2497 | 2024-10-31T19:34:01.999Z | [ helios-setup] Oct 31 19:34:01.026 INFO E| info: downloading component 'rust-src' |
2498 | 2024-10-31T19:34:02.221Z | [ helios-setup] Oct 31 19:34:01.246 INFO E| info: downloading component 'rust-std' |
2499 | 2024-10-31T19:34:03.476Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2500 | 2024-10-31T19:34:04.324Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2501 | 2024-10-31T19:34:04.711Z | [ helios-setup] Oct 31 19:34:03.738 INFO E| info: downloading component 'rustc' |
2502 | 2024-10-31T19:34:05.125Z | [ host-package] Compiling xz2 v0.1.7 |
2503 | 2024-10-31T19:34:05.770Z | [ host-package] Compiling zone v0.1.8 |
2504 | 2024-10-31T19:34:09.380Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2505 | 2024-10-31T19:34:10.008Z | [ helios-setup] Oct 31 19:34:09.034 INFO E| info: downloading component 'rustfmt' |
2506 | 2024-10-31T19:34:10.287Z | [ helios-setup] Oct 31 19:34:09.313 INFO E| info: installing component 'cargo' |
2507 | 2024-10-31T19:34:11.651Z | [ helios-setup] Oct 31 19:34:10.677 INFO E| info: installing component 'clippy' |
2508 | 2024-10-31T19:34:12.146Z | [ helios-setup] Oct 31 19:34:11.172 INFO E| info: installing component 'rust-docs' |
2509 | 2024-10-31T19:34:12.568Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2510 | 2024-10-31T19:34:13.226Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2511 | 2024-10-31T19:34:13.629Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2512 | 2024-10-31T19:34:16.012Z | [ host-package] Compiling yasna v0.5.2 |
2513 | 2024-10-31T19:34:17.463Z | [ host-package] Compiling phf_generator v0.11.2 |
2514 | 2024-10-31T19:34:17.685Z | [ host-package] Compiling strum_macros v0.24.3 |
2515 | 2024-10-31T19:34:18.688Z | [ helios-setup] Oct 31 19:34:17.714 INFO E| info: installing component 'rust-src' |
2516 | 2024-10-31T19:34:19.226Z | [ host-package] Compiling kstat-rs v0.2.4 |
2517 | 2024-10-31T19:34:19.327Z | [ helios-setup] Oct 31 19:34:18.353 INFO E| info: installing component 'rust-std' |
2518 | 2024-10-31T19:34:19.961Z | [ host-package] Compiling unicase v2.7.0 |
2519 | 2024-10-31T19:34:20.358Z | [ host-package] Compiling indoc v1.0.9 |
2520 | 2024-10-31T19:34:20.638Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2521 | 2024-10-31T19:34:21.361Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2522 | 2024-10-31T19:34:21.873Z | [ helios-setup] Oct 31 19:34:20.898 INFO E| info: installing component 'rustc' |
2523 | 2024-10-31T19:34:22.498Z | [ host-package] Compiling phf_codegen v0.11.2 |
2524 | 2024-10-31T19:34:22.868Z | [ host-package] Compiling rcgen v0.12.1 |
2525 | 2024-10-31T19:34:23.015Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2526 | 2024-10-31T19:34:28.177Z | [ helios-setup] Oct 31 19:34:27.202 INFO E| info: installing component 'rustfmt' |
2527 | 2024-10-31T19:34:29.323Z | [ helios-setup] Oct 31 19:34:28.348 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2528 | 2024-10-31T19:34:30.353Z | [ helios-setup] Oct 31 19:34:29.378 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2529 | 2024-10-31T19:34:30.354Z | [ helios-setup] Oct 31 19:34:29.378 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
2530 | 2024-10-31T19:34:30.354Z | [ helios-setup] Oct 31 19:34:29.378 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2531 | 2024-10-31T19:34:30.382Z | [ helios-setup] Oct 31 19:34:29.407 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2532 | 2024-10-31T19:34:30.382Z | [ helios-setup] Oct 31 19:34:29.407 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2533 | 2024-10-31T19:34:30.385Z | [ helios-setup] Oct 31 19:34:29.407 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2534 | 2024-10-31T19:34:30.385Z | [ helios-setup] Oct 31 19:34:29.407 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2535 | 2024-10-31T19:34:30.386Z | [ helios-setup] Oct 31 19:34:29.408 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2536 | 2024-10-31T19:34:30.386Z | [ helios-setup] Oct 31 19:34:29.408 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2537 | 2024-10-31T19:34:30.386Z | [ helios-setup] Oct 31 19:34:29.408 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2538 | 2024-10-31T19:34:30.386Z | [ helios-setup] Oct 31 19:34:29.408 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2539 | 2024-10-31T19:34:30.386Z | [ helios-setup] Oct 31 19:34:29.408 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2540 | 2024-10-31T19:34:30.426Z | [ helios-setup] Oct 31 19:34:29.451 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2541 | 2024-10-31T19:34:31.283Z | [ helios-setup] Oct 31 19:34:30.308 INFO E| From https://github.com/oxidecomputer/amd-efs |
2542 | 2024-10-31T19:34:31.283Z | [ helios-setup] Oct 31 19:34:30.308 INFO E| * [new branch] empty -> origin/empty |
2543 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.308 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2544 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.308 INFO E| * [new branch] main -> origin/main |
2545 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.308 INFO E| * [new branch] review -> origin/review |
2546 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.308 INFO E| * [new ref] -> origin/HEAD |
2547 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2548 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2549 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2550 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2551 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2552 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.309 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2553 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2554 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2555 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2556 | 2024-10-31T19:34:31.286Z | [ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2557 | 2024-10-31T19:34:31.287Z | [ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2558 | 2024-10-31T19:34:31.287Z | [ helios-setup] Oct 31 19:34:30.310 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2559 | 2024-10-31T19:34:31.309Z | [ helios-setup] Oct 31 19:34:30.334 INFO E| Updating crates.io index |
2560 | 2024-10-31T19:34:31.704Z | [ helios-setup] Oct 31 19:34:30.729 INFO E| Downloading crates ... |
2561 | 2024-10-31T19:34:31.822Z | [ helios-setup] Oct 31 19:34:30.846 INFO E| Downloaded bytesize v1.3.0 |
2562 | 2024-10-31T19:34:31.844Z | [ helios-setup] Oct 31 19:34:30.869 INFO E| Downloaded semver-parser v0.7.0 |
2563 | 2024-10-31T19:34:31.852Z | [ helios-setup] Oct 31 19:34:30.877 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2564 | 2024-10-31T19:34:31.878Z | [ helios-setup] Oct 31 19:34:30.903 INFO E| Downloaded strum_macros v0.23.1 |
2565 | 2024-10-31T19:34:31.881Z | [ helios-setup] Oct 31 19:34:30.906 INFO E| Downloaded scroll v0.10.2 |
2566 | 2024-10-31T19:34:31.884Z | [ helios-setup] Oct 31 19:34:30.909 INFO E| Downloaded proc-macro-crate v0.1.5 |
2567 | 2024-10-31T19:34:31.886Z | [ helios-setup] Oct 31 19:34:30.910 INFO E| Downloaded pest_meta v2.7.13 |
2568 | 2024-10-31T19:34:31.889Z | [ helios-setup] Oct 31 19:34:30.914 INFO E| Downloaded cfg-if v0.1.10 |
2569 | 2024-10-31T19:34:31.892Z | [ helios-setup] Oct 31 19:34:30.916 INFO E| Downloaded ansi_term v0.12.1 |
2570 | 2024-10-31T19:34:31.894Z | [ helios-setup] Oct 31 19:34:30.919 INFO E| Downloaded pest v2.7.13 |
2571 | 2024-10-31T19:34:31.902Z | [ helios-setup] Oct 31 19:34:30.927 INFO E| Downloaded memoffset v0.5.6 |
2572 | 2024-10-31T19:34:31.905Z | [ helios-setup] Oct 31 19:34:30.929 INFO E| Downloaded goblin v0.4.3 |
2573 | 2024-10-31T19:34:31.913Z | [ helios-setup] Oct 31 19:34:30.938 INFO E| Downloaded unic-ucd-version v0.9.0 |
2574 | 2024-10-31T19:34:31.916Z | [ helios-setup] Oct 31 19:34:30.940 INFO E| Downloaded unic-common v0.9.0 |
2575 | 2024-10-31T19:34:31.916Z | [ helios-setup] Oct 31 19:34:30.941 INFO E| Downloaded unic-char-range v0.9.0 |
2576 | 2024-10-31T19:34:31.918Z | [ helios-setup] Oct 31 19:34:30.943 INFO E| Downloaded textwrap v0.11.0 |
2577 | 2024-10-31T19:34:31.921Z | [ helios-setup] Oct 31 19:34:30.945 INFO E| Downloaded strsim v0.8.0 |
2578 | 2024-10-31T19:34:31.923Z | [ helios-setup] Oct 31 19:34:30.947 INFO E| Downloaded semver v0.9.0 |
2579 | 2024-10-31T19:34:31.926Z | [ helios-setup] Oct 31 19:34:30.949 INFO E| Downloaded rustc_version v0.2.3 |
2580 | 2024-10-31T19:34:31.926Z | [ helios-setup] Oct 31 19:34:30.950 INFO E| Downloaded pre v0.2.1 |
2581 | 2024-10-31T19:34:31.928Z | [ helios-setup] Oct 31 19:34:30.951 INFO E| Downloaded vec_map v0.8.2 |
2582 | 2024-10-31T19:34:31.928Z | [ helios-setup] Oct 31 19:34:30.953 INFO E| Downloaded structopt v0.3.26 |
2583 | 2024-10-31T19:34:31.940Z | [ helios-setup] Oct 31 19:34:30.965 INFO E| Downloaded proc-macro2 v1.0.86 |
2584 | 2024-10-31T19:34:31.944Z | [ helios-setup] Oct 31 19:34:30.969 INFO E| Downloaded pre-proc-macro v0.2.1 |
2585 | 2024-10-31T19:34:31.947Z | [ helios-setup] Oct 31 19:34:30.972 INFO E| Downloaded pest_generator v2.7.13 |
2586 | 2024-10-31T19:34:31.950Z | [ helios-setup] Oct 31 19:34:30.974 INFO E| Downloaded pest_derive v2.7.13 |
2587 | 2024-10-31T19:34:31.953Z | [ helios-setup] Oct 31 19:34:30.978 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2588 | 2024-10-31T19:34:31.982Z | [ helios-setup] Oct 31 19:34:31.007 INFO E| Downloaded unic-char-property v0.9.0 |
2589 | 2024-10-31T19:34:31.985Z | [ helios-setup] Oct 31 19:34:31.009 INFO E| Downloaded strum v0.23.0 |
2590 | 2024-10-31T19:34:31.987Z | [ helios-setup] Oct 31 19:34:31.010 INFO E| Downloaded scroll_derive v0.10.5 |
2591 | 2024-10-31T19:34:31.987Z | [ helios-setup] Oct 31 19:34:31.011 INFO E| Downloaded parse_int v0.6.0 |
2592 | 2024-10-31T19:34:31.988Z | [ helios-setup] Oct 31 19:34:31.012 INFO E| Downloaded four-cc v0.3.0 |
2593 | 2024-10-31T19:34:31.990Z | [ helios-setup] Oct 31 19:34:31.013 INFO E| Downloaded clap v2.34.0 |
2594 | 2024-10-31T19:34:31.997Z | [ helios-setup] Oct 31 19:34:31.022 INFO E| Downloaded once_cell v1.20.1 |
2595 | 2024-10-31T19:34:32.002Z | [ helios-setup] Oct 31 19:34:31.026 INFO E| Downloaded libc v0.2.159 |
2596 | 2024-10-31T19:34:32.046Z | [ helios-setup] Oct 31 19:34:31.070 INFO E| Downloaded modular-bitfield v0.11.2 |
2597 | 2024-10-31T19:34:32.064Z | [ helios-setup] Oct 31 19:34:31.088 INFO E| Downloaded fletcher v0.1.0 |
2598 | 2024-10-31T19:34:32.066Z | [ helios-setup] Oct 31 19:34:31.090 INFO E| Downloaded structopt-derive v0.4.18 |
2599 | 2024-10-31T19:34:32.186Z | [ helios-setup] Oct 31 19:34:31.211 INFO E| Compiling proc-macro2 v1.0.86 |
2600 | 2024-10-31T19:34:32.189Z | [ helios-setup] Oct 31 19:34:31.211 INFO E| Compiling unicode-ident v1.0.13 |
2601 | 2024-10-31T19:34:32.189Z | [ helios-setup] Oct 31 19:34:31.211 INFO E| Compiling syn v1.0.109 |
2602 | 2024-10-31T19:34:32.189Z | [ helios-setup] Oct 31 19:34:31.212 INFO E| Compiling version_check v0.9.5 |
2603 | 2024-10-31T19:34:32.189Z | [ helios-setup] Oct 31 19:34:31.212 INFO E| Compiling memchr v2.7.4 |
2604 | 2024-10-31T19:34:32.189Z | [ helios-setup] Oct 31 19:34:31.212 INFO E| Compiling thiserror v1.0.64 |
2605 | 2024-10-31T19:34:32.189Z | [ helios-setup] Oct 31 19:34:31.212 INFO E| Compiling autocfg v1.4.0 |
2606 | 2024-10-31T19:34:32.189Z | [ helios-setup] Oct 31 19:34:31.212 INFO E| Compiling semver-parser v0.7.0 |
2607 | 2024-10-31T19:34:33.232Z | [ helios-setup] Oct 31 19:34:32.257 INFO E| Compiling semver v0.9.0 |
2608 | 2024-10-31T19:34:33.506Z | [ helios-setup] Oct 31 19:34:32.531 INFO E| Compiling serde v1.0.210 |
2609 | 2024-10-31T19:34:33.848Z | [ helios-setup] Oct 31 19:34:32.872 INFO E| Compiling rustc_version v0.2.3 |
2610 | 2024-10-31T19:34:34.007Z | [ helios-setup] Oct 31 19:34:33.031 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2611 | 2024-10-31T19:34:34.312Z | [ host-package] Compiling derive_builder v0.20.2 |
2612 | 2024-10-31T19:34:34.575Z | [ helios-setup] Oct 31 19:34:33.598 INFO E| Compiling proc-macro-error v1.0.4 |
2613 | 2024-10-31T19:34:34.699Z | [ helios-setup] Oct 31 19:34:33.721 INFO E| Compiling serde_json v1.0.128 |
2614 | 2024-10-31T19:34:34.723Z | [ helios-setup] Oct 31 19:34:33.744 INFO E| Compiling num-traits v0.2.19 |
2615 | 2024-10-31T19:34:34.970Z | [ helios-setup] Oct 31 19:34:33.994 INFO E| Compiling itoa v1.0.11 |
2616 | 2024-10-31T19:34:34.999Z | [ helios-setup] Oct 31 19:34:34.024 INFO E| Compiling ryu v1.0.18 |
2617 | 2024-10-31T19:34:35.219Z | [ helios-setup] Oct 31 19:34:34.244 INFO E| Compiling unicode-segmentation v1.12.0 |
2618 | 2024-10-31T19:34:35.278Z | [ helios-setup] Oct 31 19:34:34.303 INFO E| Compiling schemars v0.8.21 |
2619 | 2024-10-31T19:34:35.284Z | [ helios-setup] Oct 31 19:34:34.309 INFO E| Compiling pre-proc-macro v0.2.1 |
2620 | 2024-10-31T19:34:35.414Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2621 | 2024-10-31T19:34:35.599Z | [ helios-setup] Oct 31 19:34:34.623 INFO E| Compiling quote v1.0.37 |
2622 | 2024-10-31T19:34:35.688Z | [ helios-setup] Oct 31 19:34:34.712 INFO E| Compiling memoffset v0.5.6 |
2623 | 2024-10-31T19:34:35.839Z | [ helios-setup] Oct 31 19:34:34.863 INFO E| Compiling ucd-trie v0.1.7 |
2624 | 2024-10-31T19:34:36.249Z | [ helios-setup] Oct 31 19:34:35.273 INFO E| Compiling syn v2.0.79 |
2625 | 2024-10-31T19:34:36.423Z | [ helios-setup] Oct 31 19:34:35.448 INFO E| Compiling paste v1.0.15 |
2626 | 2024-10-31T19:34:36.943Z | [ helios-setup] Oct 31 19:34:35.968 INFO E| Compiling heck v0.3.3 |
2627 | 2024-10-31T19:34:36.969Z | [ helios-setup] Oct 31 19:34:35.993 INFO E| Compiling rustversion v1.0.17 |
2628 | 2024-10-31T19:34:37.412Z | [ helios-setup] Oct 31 19:34:36.437 INFO E| Compiling dyn-clone v1.0.17 |
2629 | 2024-10-31T19:34:37.446Z | [ helios-setup] Oct 31 19:34:36.471 INFO E| Compiling libc v0.2.159 |
2630 | 2024-10-31T19:34:37.796Z | [ helios-setup] Oct 31 19:34:36.820 INFO E| Compiling lazy_static v1.5.0 |
2631 | 2024-10-31T19:34:38.030Z | [ helios-setup] Oct 31 19:34:37.054 INFO E| Compiling pre v0.2.1 |
2632 | 2024-10-31T19:34:38.422Z | [ helios-setup] Oct 31 19:34:37.446 INFO E| Compiling byteorder v1.5.0 |
2633 | 2024-10-31T19:34:38.718Z | [ helios-setup] Oct 31 19:34:37.743 INFO E| Compiling cfg-if v0.1.10 |
2634 | 2024-10-31T19:34:38.806Z | [ helios-setup] Oct 31 19:34:37.830 INFO E| Compiling static_assertions v1.1.0 |
2635 | 2024-10-31T19:34:38.899Z | [ helios-setup] Oct 31 19:34:37.923 INFO E| Compiling once_cell v1.20.1 |
2636 | 2024-10-31T19:34:39.722Z | [ helios-setup] Oct 31 19:34:38.747 INFO E| Compiling unicode-width v0.1.14 |
2637 | 2024-10-31T19:34:40.718Z | [ helios-setup] Oct 31 19:34:39.741 INFO E| Compiling textwrap v0.11.0 |
2638 | 2024-10-31T19:34:40.720Z | [ helios-setup] Oct 31 19:34:39.741 INFO E| Compiling atty v0.2.14 |
2639 | 2024-10-31T19:34:41.003Z | [ helios-setup] Oct 31 19:34:40.027 INFO E| Compiling strsim v0.8.0 |
2640 | 2024-10-31T19:34:41.711Z | [ helios-setup] Oct 31 19:34:40.735 INFO E| Compiling unic-char-range v0.9.0 |
2641 | 2024-10-31T19:34:41.720Z | [ helios-setup] Oct 31 19:34:40.744 INFO E| Compiling vec_map v0.8.2 |
2642 | 2024-10-31T19:34:42.156Z | [ helios-setup] Oct 31 19:34:41.180 INFO E| Compiling fletcher v0.1.0 |
2643 | 2024-10-31T19:34:42.262Z | [ helios-setup] Oct 31 19:34:41.286 INFO E| Compiling parse_int v0.6.0 |
2644 | 2024-10-31T19:34:42.467Z | [ helios-setup] Oct 31 19:34:41.491 INFO E| Compiling bitflags v1.3.2 |
2645 | 2024-10-31T19:34:42.494Z | [ helios-setup] Oct 31 19:34:41.518 INFO E| Compiling ansi_term v0.12.1 |
2646 | 2024-10-31T19:34:42.525Z | [ helios-setup] Oct 31 19:34:41.549 INFO E| Compiling strum v0.23.0 |
2647 | 2024-10-31T19:34:42.566Z | [ helios-setup] Oct 31 19:34:41.590 INFO E| Compiling unic-common v0.9.0 |
2648 | 2024-10-31T19:34:42.679Z | [ helios-setup] Oct 31 19:34:41.703 INFO E| Compiling unic-ucd-version v0.9.0 |
2649 | 2024-10-31T19:34:42.690Z | [ helios-setup] Oct 31 19:34:41.714 INFO E| Compiling unic-char-property v0.9.0 |
2650 | 2024-10-31T19:34:42.746Z | [ helios-setup] Oct 31 19:34:41.770 INFO E| Compiling log v0.4.22 |
2651 | 2024-10-31T19:34:42.792Z | [ helios-setup] Oct 31 19:34:41.816 INFO E| Compiling plain v0.2.3 |
2652 | 2024-10-31T19:34:42.798Z | [ helios-setup] Oct 31 19:34:41.822 INFO E| Compiling bytesize v1.3.0 |
2653 | 2024-10-31T19:34:42.984Z | [ helios-setup] Oct 31 19:34:42.007 INFO E| Compiling unic-ucd-ident v0.9.0 |
2654 | 2024-10-31T19:34:43.202Z | [ helios-setup] Oct 31 19:34:42.226 INFO E| Compiling clap v2.34.0 |
2655 | 2024-10-31T19:34:43.902Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2656 | 2024-10-31T19:34:43.965Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2657 | 2024-10-31T19:34:44.435Z | [ host-package] Compiling oso-derive v0.27.3 |
2658 | 2024-10-31T19:34:44.893Z | [ helios-setup] Oct 31 19:34:43.915 INFO E| Compiling serde_derive_internals v0.29.1 |
2659 | 2024-10-31T19:34:46.184Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2660 | 2024-10-31T19:34:46.997Z | [ helios-setup] Oct 31 19:34:46.020 INFO E| Compiling toml v0.5.11 |
2661 | 2024-10-31T19:34:48.626Z | [ host-package] Compiling libz-sys v1.1.20 |
2662 | 2024-10-31T19:34:48.860Z | [ host-package] Compiling quick-xml v0.33.0 |
2663 | 2024-10-31T19:34:50.378Z | [ host-package] Compiling subprocess v0.2.9 |
2664 | 2024-10-31T19:34:50.508Z | [ helios-setup] Oct 31 19:34:49.532 INFO E| Compiling proc-macro-crate v0.1.5 |
2665 | 2024-10-31T19:34:50.745Z | [ helios-setup] Oct 31 19:34:49.768 INFO E| Compiling thiserror-impl v1.0.64 |
2666 | 2024-10-31T19:34:50.838Z | [ helios-setup] Oct 31 19:34:49.861 INFO E| Compiling serde_derive v1.0.210 |
2667 | 2024-10-31T19:34:51.167Z | [ helios-setup] Oct 31 19:34:50.190 INFO E| Compiling schemars_derive v0.8.21 |
2668 | 2024-10-31T19:34:52.015Z | [ helios-setup] Oct 31 19:34:51.038 INFO E| Compiling zerocopy-derive v0.6.6 |
2669 | 2024-10-31T19:34:52.509Z | [ helios-setup] Oct 31 19:34:51.532 INFO E| Compiling num-derive v0.4.2 |
2670 | 2024-10-31T19:34:53.086Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2671 | 2024-10-31T19:34:53.914Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2672 | 2024-10-31T19:34:54.235Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2673 | 2024-10-31T19:34:54.388Z | [ host-package] Compiling oso v0.27.3 |
2674 | 2024-10-31T19:34:55.441Z | [ host-package] Compiling nix v0.28.0 |
2675 | 2024-10-31T19:34:57.004Z | [ helios-setup] Oct 31 19:34:56.027 INFO E| Compiling pest v2.7.13 |
2676 | 2024-10-31T19:34:57.015Z | [ helios-setup] Oct 31 19:34:56.037 INFO E| Compiling zerocopy v0.6.6 |
2677 | 2024-10-31T19:34:57.666Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2678 | 2024-10-31T19:34:58.879Z | [ helios-setup] Oct 31 19:34:57.902 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2679 | 2024-10-31T19:34:59.290Z | [ helios-setup] Oct 31 19:34:58.312 INFO E| Compiling scroll_derive v0.10.5 |
2680 | 2024-10-31T19:34:59.364Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2681 | 2024-10-31T19:34:59.725Z | [ helios-setup] Oct 31 19:34:58.748 INFO E| Compiling strum_macros v0.23.1 |
2682 | 2024-10-31T19:35:00.304Z | [ helios-setup] Oct 31 19:34:59.326 INFO E| Compiling structopt-derive v0.4.18 |
2683 | 2024-10-31T19:35:01.775Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2684 | 2024-10-31T19:35:02.054Z | [ helios-setup] Oct 31 19:35:01.077 INFO E| Compiling pest_meta v2.7.13 |
2685 | 2024-10-31T19:35:02.551Z | [ helios-setup] Oct 31 19:35:01.573 INFO E| Compiling scroll v0.10.2 |
2686 | 2024-10-31T19:35:03.683Z | [ helios-setup] Oct 31 19:35:02.705 INFO E| Compiling goblin v0.4.3 |
2687 | 2024-10-31T19:35:04.310Z | [ helios-setup] Oct 31 19:35:03.333 INFO E| Compiling modular-bitfield v0.11.2 |
2688 | 2024-10-31T19:35:04.782Z | [ helios-setup] Oct 31 19:35:03.804 INFO E| Compiling pest_generator v2.7.13 |
2689 | 2024-10-31T19:35:05.103Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2690 | 2024-10-31T19:35:05.850Z | [ helios-setup] Oct 31 19:35:04.872 INFO E| Compiling structopt v0.3.26 |
2691 | 2024-10-31T19:35:10.218Z | [ helios-setup] Oct 31 19:35:09.237 INFO E| Compiling pest_derive v2.7.13 |
2692 | 2024-10-31T19:35:10.624Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2693 | 2024-10-31T19:35:12.990Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2694 | 2024-10-31T19:35:13.580Z | [ host-package] Compiling bb8 v0.8.5 |
2695 | 2024-10-31T19:35:14.296Z | [ helios-setup] Oct 31 19:35:13.317 INFO E| Compiling json5 v0.4.1 |
2696 | 2024-10-31T19:35:14.650Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2697 | 2024-10-31T19:35:14.778Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2698 | 2024-10-31T19:35:15.885Z | [ host-package] Compiling vte v0.11.1 |
2699 | 2024-10-31T19:35:17.794Z | [ host-package] Compiling const_format v0.2.33 |
2700 | 2024-10-31T19:35:18.140Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2701 | 2024-10-31T19:35:19.729Z | [ host-package] Compiling chrono-tz v0.10.0 |
2702 | 2024-10-31T19:35:19.999Z | [ helios-setup] Oct 31 19:35:19.020 INFO E| Compiling four-cc v0.3.0 |
2703 | 2024-10-31T19:35:19.999Z | [ helios-setup] Oct 31 19:35:19.020 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
2704 | 2024-10-31T19:35:20.208Z | [ helios-setup] Oct 31 19:35:19.229 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
2705 | 2024-10-31T19:35:20.995Z | [ host-package] Compiling fd-lock v4.0.2 |
2706 | 2024-10-31T19:35:21.303Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2707 | 2024-10-31T19:35:21.532Z | [ host-package] Compiling atty v0.2.14 |
2708 | 2024-10-31T19:35:21.782Z | [ host-package] Compiling bytecount v0.6.8 |
2709 | 2024-10-31T19:35:21.834Z | [ host-package] Compiling salty v0.3.0 |
2710 | 2024-10-31T19:35:22.480Z | [ host-package] Compiling papergrid v0.11.0 |
2711 | 2024-10-31T19:35:22.800Z | [ host-package] Compiling parking_lot v0.11.2 |
2712 | 2024-10-31T19:35:33.274Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2713 | 2024-10-31T19:35:34.273Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2714 | 2024-10-31T19:35:37.544Z | [ host-package] Compiling tabled_derive v0.7.0 |
2715 | 2024-10-31T19:35:39.358Z | [ host-package] Compiling peg-macros v0.8.4 |
2716 | 2024-10-31T19:35:39.921Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2717 | 2024-10-31T19:35:41.019Z | [ host-package] Compiling unicode_categories v0.1.1 |
2718 | 2024-10-31T19:35:41.830Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2719 | 2024-10-31T19:35:42.809Z | [ host-package] Compiling peg v0.8.4 |
2720 | 2024-10-31T19:35:42.980Z | [ host-package] Compiling reedline v0.35.0 |
2721 | 2024-10-31T19:35:43.082Z | [ host-package] Compiling rustyline v14.0.0 |
2722 | 2024-10-31T19:35:49.246Z | [ host-package] Compiling sqlformat v0.2.6 |
2723 | 2024-10-31T19:35:56.688Z | [ host-package] Compiling sqlparser v0.45.0 |
2724 | 2024-10-31T19:35:58.695Z | [ host-package] Compiling tabled v0.15.0 |
2725 | 2024-10-31T19:36:00.081Z | [ helios-setup] Oct 31 19:35:59.099 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2726 | 2024-10-31T19:36:01.311Z | [ host-package] Compiling mime_guess v2.0.5 |
2727 | 2024-10-31T19:36:02.869Z | [ host-package] Compiling sled v0.34.7 |
2728 | 2024-10-31T19:36:05.976Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2729 | 2024-10-31T19:36:08.442Z | [ host-package] Compiling hickory-client v0.24.1 |
2730 | 2024-10-31T19:36:10.111Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2731 | 2024-10-31T19:36:11.244Z | [ helios-setup] Oct 31 19:36:10.262 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2732 | 2024-10-31T19:36:14.445Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2733 | 2024-10-31T19:36:15.530Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2734 | 2024-10-31T19:36:17.292Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2735 | 2024-10-31T19:36:20.969Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2736 | 2024-10-31T19:36:21.624Z | [ host-package] Compiling hickory-server v0.24.1 |
2737 | 2024-10-31T19:36:22.281Z | [ host-package] Compiling primeorder v0.13.6 |
2738 | 2024-10-31T19:36:22.775Z | [ host-package] Compiling vergen v8.3.2 |
2739 | 2024-10-31T19:36:22.936Z | [ host-package] Compiling bcs v0.1.6 |
2740 | 2024-10-31T19:36:23.198Z | [ host-package] Compiling env_filter v0.1.2 |
2741 | 2024-10-31T19:36:23.903Z | [ host-package] Compiling cargo-platform v0.1.8 |
2742 | 2024-10-31T19:36:24.529Z | [ host-package] Compiling nanorand v0.7.0 |
2743 | 2024-10-31T19:36:24.980Z | [ host-package] Compiling memoffset v0.9.1 |
2744 | 2024-10-31T19:36:25.619Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2745 | 2024-10-31T19:36:25.682Z | [ host-package] Compiling flume v0.11.0 |
2746 | 2024-10-31T19:36:26.671Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2747 | 2024-10-31T19:36:26.706Z | [ host-package] Compiling env_logger v0.11.5 |
2748 | 2024-10-31T19:36:28.488Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2749 | 2024-10-31T19:36:35.580Z | [ host-package] Compiling p384 v0.13.0 |
2750 | 2024-10-31T19:36:38.806Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2751 | 2024-10-31T19:36:44.227Z | [ host-package] Compiling git2 v0.19.0 |
2752 | 2024-10-31T19:36:51.430Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2753 | 2024-10-31T19:36:53.149Z | [ helios-setup] Oct 31 19:36:52.162 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 24s |
2754 | 2024-10-31T19:36:53.182Z | [ helios-setup] Oct 31 19:36:52.196 INFO building project "amd-host-image-builder" ok (175 seconds) |
2755 | 2024-10-31T19:36:53.185Z | [ helios-setup] Oct 31 19:36:52.196 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2756 | 2024-10-31T19:36:53.185Z | [ helios-setup] Oct 31 19:36:52.196 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2757 | 2024-10-31T19:36:53.453Z | [ helios-setup] Oct 31 19:36:52.467 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2758 | 2024-10-31T19:36:54.647Z | [ helios-setup] Oct 31 19:36:53.660 INFO E| From https://github.com/oxidecomputer/progenitor |
2759 | 2024-10-31T19:36:54.647Z | [ helios-setup] Oct 31 19:36:53.661 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2760 | 2024-10-31T19:36:54.680Z | [ helios-setup] Oct 31 19:36:53.693 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2761 | 2024-10-31T19:36:54.680Z | [ helios-setup] Oct 31 19:36:53.694 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2762 | 2024-10-31T19:36:54.808Z | [ helios-setup] Oct 31 19:36:53.822 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2763 | 2024-10-31T19:36:54.996Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2764 | 2024-10-31T19:36:55.113Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2765 | 2024-10-31T19:36:55.315Z | [ helios-setup] Oct 31 19:36:54.328 INFO E| From https://github.com/jclulow/hiercmd |
2766 | 2024-10-31T19:36:55.315Z | [ helios-setup] Oct 31 19:36:54.328 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2767 | 2024-10-31T19:36:55.332Z | [ helios-setup] Oct 31 19:36:54.346 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2768 | 2024-10-31T19:36:55.947Z | [ helios-setup] Oct 31 19:36:54.961 INFO E| From https://github.com/jclulow/network-interface |
2769 | 2024-10-31T19:36:55.947Z | [ helios-setup] Oct 31 19:36:54.961 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2770 | 2024-10-31T19:36:55.966Z | [ helios-setup] Oct 31 19:36:54.980 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2771 | 2024-10-31T19:36:56.333Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2772 | 2024-10-31T19:36:56.562Z | [ helios-setup] Oct 31 19:36:55.576 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2773 | 2024-10-31T19:36:56.562Z | [ helios-setup] Oct 31 19:36:55.576 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2774 | 2024-10-31T19:36:56.620Z | [ helios-setup] Oct 31 19:36:55.634 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2775 | 2024-10-31T19:36:57.463Z | [ helios-setup] Oct 31 19:36:56.477 INFO E| From https://github.com/oxidecomputer/facade |
2776 | 2024-10-31T19:36:57.463Z | [ helios-setup] Oct 31 19:36:56.477 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2777 | 2024-10-31T19:36:57.508Z | [ helios-setup] Oct 31 19:36:56.521 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2778 | 2024-10-31T19:36:58.280Z | [ helios-setup] Oct 31 19:36:57.293 INFO E| From https://github.com/oxidecomputer/dropshot |
2779 | 2024-10-31T19:36:58.280Z | [ helios-setup] Oct 31 19:36:57.293 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2780 | 2024-10-31T19:36:58.315Z | [ helios-setup] Oct 31 19:36:57.329 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2781 | 2024-10-31T19:36:58.315Z | [ helios-setup] Oct 31 19:36:57.329 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2782 | 2024-10-31T19:36:58.319Z | [ helios-setup] Oct 31 19:36:57.329 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2783 | 2024-10-31T19:36:58.319Z | [ helios-setup] Oct 31 19:36:57.329 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2784 | 2024-10-31T19:36:58.319Z | [ helios-setup] Oct 31 19:36:57.330 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2785 | 2024-10-31T19:36:58.319Z | [ helios-setup] Oct 31 19:36:57.330 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2786 | 2024-10-31T19:36:58.319Z | [ helios-setup] Oct 31 19:36:57.330 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2787 | 2024-10-31T19:36:58.319Z | [ helios-setup] Oct 31 19:36:57.330 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2788 | 2024-10-31T19:36:58.379Z | [ helios-setup] Oct 31 19:36:57.393 INFO E| Updating crates.io index |
2789 | 2024-10-31T19:36:58.415Z | [ helios-setup] Oct 31 19:36:57.429 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2790 | 2024-10-31T19:36:59.193Z | [ helios-setup] Oct 31 19:36:58.207 INFO E| From https://github.com/oxidecomputer/typify |
2791 | 2024-10-31T19:36:59.193Z | [ helios-setup] Oct 31 19:36:58.207 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2792 | 2024-10-31T19:36:59.225Z | [ helios-setup] Oct 31 19:36:58.238 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2793 | 2024-10-31T19:36:59.225Z | [ helios-setup] Oct 31 19:36:58.238 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2794 | 2024-10-31T19:36:59.228Z | [ helios-setup] Oct 31 19:36:58.239 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2795 | 2024-10-31T19:36:59.228Z | [ helios-setup] Oct 31 19:36:58.239 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2796 | 2024-10-31T19:36:59.228Z | [ helios-setup] Oct 31 19:36:58.239 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2797 | 2024-10-31T19:36:59.228Z | [ helios-setup] Oct 31 19:36:58.239 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2798 | 2024-10-31T19:36:59.228Z | [ helios-setup] Oct 31 19:36:58.239 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2799 | 2024-10-31T19:36:59.771Z | [ helios-setup] Oct 31 19:36:58.784 INFO E| Downloading crates ... |
2800 | 2024-10-31T19:36:59.930Z | [ helios-setup] Oct 31 19:36:58.944 INFO E| Downloaded autocfg v1.1.0 |
2801 | 2024-10-31T19:36:59.934Z | [ helios-setup] Oct 31 19:36:58.948 INFO E| Downloaded async-stream v0.3.5 |
2802 | 2024-10-31T19:36:59.937Z | [ helios-setup] Oct 31 19:36:58.951 INFO E| Downloaded const-random v0.1.15 |
2803 | 2024-10-31T19:36:59.972Z | [ helios-setup] Oct 31 19:36:58.985 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2804 | 2024-10-31T19:36:59.975Z | [ helios-setup] Oct 31 19:36:58.989 INFO E| Downloaded anstyle v0.3.5 |
2805 | 2024-10-31T19:36:59.978Z | [ helios-setup] Oct 31 19:36:58.992 INFO E| Downloaded futures-executor v0.3.28 |
2806 | 2024-10-31T19:36:59.981Z | [ helios-setup] Oct 31 19:36:58.995 INFO E| Downloaded home v0.5.4 |
2807 | 2024-10-31T19:36:59.984Z | [ helios-setup] Oct 31 19:36:58.997 INFO E| Downloaded ppv-lite86 v0.2.17 |
2808 | 2024-10-31T19:36:59.987Z | [ helios-setup] Oct 31 19:36:58.999 INFO E| Downloaded num-integer v0.1.45 |
2809 | 2024-10-31T19:36:59.990Z | [ helios-setup] Oct 31 19:36:59.003 INFO E| Downloaded num_enum v0.5.7 |
2810 | 2024-10-31T19:36:59.996Z | [ helios-setup] Oct 31 19:36:59.010 INFO E| Downloaded smartstring v1.0.1 |
2811 | 2024-10-31T19:37:00.001Z | [ helios-setup] Oct 31 19:36:59.014 INFO E| Downloaded slog-bunyan v2.4.0 |
2812 | 2024-10-31T19:37:00.005Z | [ helios-setup] Oct 31 19:36:59.019 INFO E| Downloaded signal-hook-registry v1.4.0 |
2813 | 2024-10-31T19:37:00.008Z | [ helios-setup] Oct 31 19:36:59.022 INFO E| Downloaded pin-project-lite v0.2.9 |
2814 | 2024-10-31T19:37:00.016Z | [ helios-setup] Oct 31 19:36:59.030 INFO E| Downloaded want v0.3.0 |
2815 | 2024-10-31T19:37:00.019Z | [ helios-setup] Oct 31 19:36:59.032 INFO E| Downloaded schemars v0.8.12 |
2816 | 2024-10-31T19:37:00.038Z | [ helios-setup] Oct 31 19:36:59.052 INFO E| Downloaded semver-parser v0.10.2 |
2817 | 2024-10-31T19:37:00.041Z | [ helios-setup] Oct 31 19:36:59.055 INFO E| Downloaded toolchain_find v0.2.0 |
2818 | 2024-10-31T19:37:00.044Z | [ helios-setup] Oct 31 19:36:59.057 INFO E| Downloaded toml_datetime v0.6.1 |
2819 | 2024-10-31T19:37:00.047Z | [ helios-setup] Oct 31 19:36:59.058 INFO E| Downloaded thiserror v1.0.38 |
2820 | 2024-10-31T19:37:00.051Z | [ helios-setup] Oct 31 19:36:59.065 INFO E| Downloaded tokio-macros v2.0.0 |
2821 | 2024-10-31T19:37:00.054Z | [ helios-setup] Oct 31 19:36:59.067 INFO E| Downloaded time v0.1.45 |
2822 | 2024-10-31T19:37:00.056Z | [ helios-setup] Oct 31 19:36:59.069 INFO E| Downloaded ucd-trie v0.1.5 |
2823 | 2024-10-31T19:37:00.059Z | [ helios-setup] Oct 31 19:36:59.072 INFO E| Downloaded httparse v1.8.0 |
2824 | 2024-10-31T19:37:00.063Z | [ helios-setup] Oct 31 19:36:59.076 INFO E| Downloaded sct v0.7.0 |
2825 | 2024-10-31T19:37:00.069Z | [ helios-setup] Oct 31 19:36:59.083 INFO E| Downloaded num_enum_derive v0.5.7 |
2826 | 2024-10-31T19:37:00.080Z | [ helios-setup] Oct 31 19:36:59.085 INFO E| Downloaded clap_lex v0.4.1 |
2827 | 2024-10-31T19:37:00.080Z | [ helios-setup] Oct 31 19:36:59.087 INFO E| Downloaded tower-service v0.3.2 |
2828 | 2024-10-31T19:37:00.080Z | [ helios-setup] Oct 31 19:36:59.089 INFO E| Downloaded percent-encoding v2.2.0 |
2829 | 2024-10-31T19:37:00.148Z | [ helios-setup] Oct 31 19:36:59.161 INFO E| Downloaded url v2.3.1 |
2830 | 2024-10-31T19:37:00.153Z | [ helios-setup] Oct 31 19:36:59.166 INFO E| Downloaded try-lock v0.2.4 |
2831 | 2024-10-31T19:37:00.155Z | [ helios-setup] Oct 31 19:36:59.167 INFO E| Downloaded tracing-core v0.1.30 |
2832 | 2024-10-31T19:37:00.158Z | [ helios-setup] Oct 31 19:36:59.172 INFO E| Downloaded num_cpus v1.15.0 |
2833 | 2024-10-31T19:37:00.163Z | [ helios-setup] Oct 31 19:36:59.177 INFO E| Downloaded lazy_static v1.4.0 |
2834 | 2024-10-31T19:37:00.166Z | [ helios-setup] Oct 31 19:36:59.180 INFO E| Downloaded futures-io v0.3.28 |
2835 | 2024-10-31T19:37:00.169Z | [ helios-setup] Oct 31 19:36:59.181 INFO E| Downloaded utf8parse v0.2.1 |
2836 | 2024-10-31T19:37:00.171Z | [ helios-setup] Oct 31 19:36:59.183 INFO E| Downloaded unicode-linebreak v0.1.4 |
2837 | 2024-10-31T19:37:00.173Z | [ helios-setup] Oct 31 19:36:59.186 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2838 | 2024-10-31T19:37:00.175Z | [ helios-setup] Oct 31 19:36:59.188 INFO E| Downloaded proc-macro-crate v1.2.1 |
2839 | 2024-10-31T19:37:00.178Z | [ helios-setup] Oct 31 19:36:59.190 INFO E| Downloaded scopeguard v1.1.0 |
2840 | 2024-10-31T19:37:00.180Z | [ helios-setup] Oct 31 19:36:59.192 INFO E| Downloaded strsim v0.10.0 |
2841 | 2024-10-31T19:37:00.180Z | [ helios-setup] Oct 31 19:36:59.194 INFO E| Downloaded rustls-pemfile v1.0.2 |
2842 | 2024-10-31T19:37:00.184Z | [ helios-setup] Oct 31 19:36:59.197 INFO E| Downloaded anstyle-parse v0.1.1 |
2843 | 2024-10-31T19:37:00.186Z | [ helios-setup] Oct 31 19:36:59.200 INFO E| Downloaded memchr v2.5.0 |
2844 | 2024-10-31T19:37:00.194Z | [ helios-setup] Oct 31 19:36:59.207 INFO E| Downloaded semver v1.0.17 |
2845 | 2024-10-31T19:37:00.197Z | [ helios-setup] Oct 31 19:36:59.211 INFO E| Downloaded smawk v0.3.1 |
2846 | 2024-10-31T19:37:00.200Z | [ helios-setup] Oct 31 19:36:59.214 INFO E| Downloaded serde_path_to_error v0.1.11 |
2847 | 2024-10-31T19:37:00.203Z | [ helios-setup] Oct 31 19:36:59.217 INFO E| Downloaded lock_api v0.4.9 |
2848 | 2024-10-31T19:37:00.206Z | [ helios-setup] Oct 31 19:36:59.219 INFO E| Downloaded futures-channel v0.3.28 |
2849 | 2024-10-31T19:37:00.208Z | [ helios-setup] Oct 31 19:36:59.222 INFO E| Downloaded memoffset v0.7.1 |
2850 | 2024-10-31T19:37:00.211Z | [ helios-setup] Oct 31 19:36:59.224 INFO E| Downloaded tokio-util v0.7.7 |
2851 | 2024-10-31T19:37:00.220Z | [ helios-setup] Oct 31 19:36:59.234 INFO E| Downloaded serde_spanned v0.6.1 |
2852 | 2024-10-31T19:37:00.223Z | [ helios-setup] Oct 31 19:36:59.235 INFO E| Downloaded smallvec v1.10.0 |
2853 | 2024-10-31T19:37:00.225Z | [ helios-setup] Oct 31 19:36:59.239 INFO E| Downloaded textwrap v0.16.0 |
2854 | 2024-10-31T19:37:00.229Z | [ helios-setup] Oct 31 19:36:59.243 INFO E| Downloaded io-lifetimes v1.0.10 |
2855 | 2024-10-31T19:37:00.233Z | [ helios-setup] Oct 31 19:36:59.247 INFO E| Downloaded anyhow v1.0.68 |
2856 | 2024-10-31T19:37:00.240Z | [ helios-setup] Oct 31 19:36:59.253 INFO E| Downloaded uuid v1.3.0 |
2857 | 2024-10-31T19:37:00.246Z | [ helios-setup] Oct 31 19:36:59.260 INFO E| Downloaded tinyvec v1.6.0 |
2858 | 2024-10-31T19:37:00.251Z | [ helios-setup] Oct 31 19:36:59.265 INFO E| Downloaded serde_derive v1.0.204 |
2859 | 2024-10-31T19:37:00.256Z | [ helios-setup] Oct 31 19:36:59.269 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2860 | 2024-10-31T19:37:00.262Z | [ helios-setup] Oct 31 19:36:59.275 INFO E| Downloaded rustls-webpki v0.100.1 |
2861 | 2024-10-31T19:37:00.272Z | [ helios-setup] Oct 31 19:36:59.286 INFO E| Downloaded toml_edit v0.19.8 |
2862 | 2024-10-31T19:37:00.299Z | [ helios-setup] Oct 31 19:36:59.312 INFO E| Downloaded serde_json v1.0.95 |
2863 | 2024-10-31T19:37:00.311Z | [ helios-setup] Oct 31 19:36:59.324 INFO E| Downloaded winnow v0.4.1 |
2864 | 2024-10-31T19:37:00.323Z | [ helios-setup] Oct 31 19:36:59.337 INFO E| Downloaded serde v1.0.204 |
2865 | 2024-10-31T19:37:00.329Z | [ helios-setup] Oct 31 19:36:59.342 INFO E| Downloaded unicode-normalization v0.1.22 |
2866 | 2024-10-31T19:37:00.335Z | [ helios-setup] Oct 31 19:36:59.348 INFO E| Downloaded syn v1.0.107 |
2867 | 2024-10-31T19:37:00.351Z | [ helios-setup] Oct 31 19:36:59.365 INFO E| Downloaded crossbeam-channel v0.5.6 |
2868 | 2024-10-31T19:37:00.358Z | [ helios-setup] Oct 31 19:36:59.371 INFO E| Downloaded serde_yaml v0.9.21 |
2869 | 2024-10-31T19:37:00.365Z | [ helios-setup] Oct 31 19:36:59.378 INFO E| Downloaded http v0.2.9 |
2870 | 2024-10-31T19:37:00.371Z | [ helios-setup] Oct 31 19:36:59.384 INFO E| Downloaded pest v2.5.7 |
2871 | 2024-10-31T19:37:00.378Z | [ helios-setup] Oct 31 19:36:59.392 INFO E| Downloaded syn v2.0.72 |
2872 | 2024-10-31T19:37:00.396Z | [ helios-setup] Oct 31 19:36:59.409 INFO E| Downloaded clap_builder v4.2.1 |
2873 | 2024-10-31T19:37:00.406Z | [ helios-setup] Oct 31 19:36:59.420 INFO E| Downloaded aho-corasick v0.7.20 |
2874 | 2024-10-31T19:37:00.440Z | [ helios-setup] Oct 31 19:36:59.454 INFO E| Downloaded mio v0.8.5 |
2875 | 2024-10-31T19:37:00.449Z | [ helios-setup] Oct 31 19:36:59.462 INFO E| Downloaded rayon-core v1.10.2 |
2876 | 2024-10-31T19:37:00.455Z | [ helios-setup] Oct 31 19:36:59.468 INFO E| Downloaded futures-util v0.3.28 |
2877 | 2024-10-31T19:37:00.474Z | [ helios-setup] Oct 31 19:36:59.488 INFO E| Downloaded reqwest v0.11.16 |
2878 | 2024-10-31T19:37:00.487Z | [ helios-setup] Oct 31 19:36:59.501 INFO E| Downloaded h2 v0.3.16 |
2879 | 2024-10-31T19:37:00.499Z | [ helios-setup] Oct 31 19:36:59.512 INFO E| Downloaded rayon v1.6.1 |
2880 | 2024-10-31T19:37:00.516Z | [ helios-setup] Oct 31 19:36:59.528 INFO E| Downloaded chrono v0.4.24 |
2881 | 2024-10-31T19:37:00.527Z | [ helios-setup] Oct 31 19:36:59.540 INFO E| Downloaded hyper v0.14.25 |
2882 | 2024-10-31T19:37:00.541Z | [ helios-setup] Oct 31 19:36:59.554 INFO E| Downloaded regress v0.5.0 |
2883 | 2024-10-31T19:37:00.553Z | [ helios-setup] Oct 31 19:36:59.566 INFO E| Downloaded git2 v0.16.1 |
2884 | 2024-10-31T19:37:00.567Z | [ helios-setup] Oct 31 19:36:59.580 INFO E| Downloaded rustix v0.37.3 |
2885 | 2024-10-31T19:37:00.602Z | [ helios-setup] Oct 31 19:36:59.615 INFO E| Downloaded rustls v0.21.0 |
2886 | 2024-10-31T19:37:00.619Z | [ helios-setup] Oct 31 19:36:59.633 INFO E| Downloaded rhai v1.14.0 |
2887 | 2024-10-31T19:37:00.640Z | [ helios-setup] Oct 31 19:36:59.653 INFO E| Downloaded regex v1.7.3 |
2888 | 2024-10-31T19:37:00.653Z | [ helios-setup] Oct 31 19:36:59.666 INFO E| Downloaded base64 v0.21.0 |
2889 | 2024-10-31T19:37:00.658Z | [ helios-setup] Oct 31 19:36:59.672 INFO E| Downloaded ryu v1.0.13 |
2890 | 2024-10-31T19:37:00.663Z | [ helios-setup] Oct 31 19:36:59.677 INFO E| Downloaded openapiv3 v1.0.2 |
2891 | 2024-10-31T19:37:00.684Z | [ helios-setup] Oct 31 19:36:59.697 INFO E| Downloaded unicode-bidi v0.3.13 |
2892 | 2024-10-31T19:37:00.687Z | [ helios-setup] Oct 31 19:36:59.701 INFO E| Downloaded tracing v0.1.37 |
2893 | 2024-10-31T19:37:00.694Z | [ helios-setup] Oct 31 19:36:59.708 INFO E| Downloaded tokio v1.27.0 |
2894 | 2024-10-31T19:37:00.749Z | [ helios-setup] Oct 31 19:36:59.763 INFO E| Downloaded parking_lot_core v0.9.6 |
2895 | 2024-10-31T19:37:00.753Z | [ helios-setup] Oct 31 19:36:59.766 INFO E| Downloaded parking_lot v0.12.1 |
2896 | 2024-10-31T19:37:00.756Z | [ helios-setup] Oct 31 19:36:59.770 INFO E| Downloaded socket2 v0.4.9 |
2897 | 2024-10-31T19:37:00.759Z | [ helios-setup] Oct 31 19:36:59.773 INFO E| Downloaded num-traits v0.2.15 |
2898 | 2024-10-31T19:37:00.764Z | [ helios-setup] Oct 31 19:36:59.777 INFO E| Downloaded camino v1.1.4 |
2899 | 2024-10-31T19:37:00.767Z | [ helios-setup] Oct 31 19:36:59.781 INFO E| Downloaded tungstenite v0.18.0 |
2900 | 2024-10-31T19:37:00.772Z | [ helios-setup] Oct 31 19:36:59.786 INFO E| Downloaded log v0.4.17 |
2901 | 2024-10-31T19:37:00.776Z | [ helios-setup] Oct 31 19:36:59.790 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2902 | 2024-10-31T19:37:00.780Z | [ helios-setup] Oct 31 19:36:59.794 INFO E| Downloaded clap v4.2.1 |
2903 | 2024-10-31T19:37:00.799Z | [ helios-setup] Oct 31 19:36:59.812 INFO E| Downloaded cargo-lock v8.0.3 |
2904 | 2024-10-31T19:37:00.804Z | [ helios-setup] Oct 31 19:36:59.817 INFO E| Downloaded anstream v0.2.6 |
2905 | 2024-10-31T19:37:00.807Z | [ helios-setup] Oct 31 19:36:59.820 INFO E| Downloaded slog-async v2.7.0 |
2906 | 2024-10-31T19:37:00.809Z | [ helios-setup] Oct 31 19:36:59.823 INFO E| Downloaded slab v0.4.7 |
2907 | 2024-10-31T19:37:00.812Z | [ helios-setup] Oct 31 19:36:59.824 INFO E| Downloaded serde_derive_internals v0.26.0 |
2908 | 2024-10-31T19:37:00.814Z | [ helios-setup] Oct 31 19:36:59.827 INFO E| Downloaded unicode-ident v1.0.8 |
2909 | 2024-10-31T19:37:00.817Z | [ helios-setup] Oct 31 19:36:59.831 INFO E| Downloaded toml v0.7.3 |
2910 | 2024-10-31T19:37:00.822Z | [ helios-setup] Oct 31 19:36:59.836 INFO E| Downloaded rhai_codegen v1.5.0 |
2911 | 2024-10-31T19:37:00.836Z | [ helios-setup] Oct 31 19:36:59.849 INFO E| Downloaded quote v1.0.36 |
2912 | 2024-10-31T19:37:00.840Z | [ helios-setup] Oct 31 19:36:59.854 INFO E| Downloaded futures v0.3.28 |
2913 | 2024-10-31T19:37:00.848Z | [ helios-setup] Oct 31 19:36:59.861 INFO E| Downloaded libc v0.2.139 |
2914 | 2024-10-31T19:37:00.888Z | [ helios-setup] Oct 31 19:36:59.902 INFO E| Downloaded async-trait v0.1.68 |
2915 | 2024-10-31T19:37:00.894Z | [ helios-setup] Oct 31 19:36:59.907 INFO E| Downloaded once_cell v1.17.0 |
2916 | 2024-10-31T19:37:00.897Z | [ helios-setup] Oct 31 19:36:59.911 INFO E| Downloaded fastrand v1.9.0 |
2917 | 2024-10-31T19:37:00.900Z | [ helios-setup] Oct 31 19:36:59.913 INFO E| Downloaded sha1 v0.10.5 |
2918 | 2024-10-31T19:37:00.902Z | [ helios-setup] Oct 31 19:36:59.916 INFO E| Downloaded serde_tokenstream v0.2.0 |
2919 | 2024-10-31T19:37:00.908Z | [ helios-setup] Oct 31 19:36:59.921 INFO E| Downloaded byteorder v1.4.3 |
2920 | 2024-10-31T19:37:00.910Z | [ helios-setup] Oct 31 19:36:59.924 INFO E| Downloaded clap_derive v4.2.0 |
2921 | 2024-10-31T19:37:00.914Z | [ helios-setup] Oct 31 19:36:59.927 INFO E| Downloaded semver v0.11.0 |
2922 | 2024-10-31T19:37:00.917Z | [ helios-setup] Oct 31 19:36:59.931 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2923 | 2024-10-31T19:37:00.921Z | [ helios-setup] Oct 31 19:36:59.934 INFO E| Downloaded tokio-rustls v0.24.0 |
2924 | 2024-10-31T19:37:00.929Z | [ helios-setup] Oct 31 19:36:59.942 INFO E| Downloaded sha2 v0.10.6 |
2925 | 2024-10-31T19:37:00.932Z | [ helios-setup] Oct 31 19:36:59.946 INFO E| Downloaded pkg-config v0.3.26 |
2926 | 2024-10-31T19:37:00.936Z | [ helios-setup] Oct 31 19:36:59.948 INFO E| Downloaded ahash v0.7.6 |
2927 | 2024-10-31T19:37:00.938Z | [ helios-setup] Oct 31 19:36:59.952 INFO E| Downloaded schemars_derive v0.8.12 |
2928 | 2024-10-31T19:37:00.941Z | [ helios-setup] Oct 31 19:36:59.955 INFO E| Downloaded http-body v0.4.5 |
2929 | 2024-10-31T19:37:00.944Z | [ helios-setup] Oct 31 19:36:59.957 INFO E| Downloaded futures-sink v0.3.28 |
2930 | 2024-10-31T19:37:00.946Z | [ helios-setup] Oct 31 19:36:59.958 INFO E| Downloaded digest v0.10.6 |
2931 | 2024-10-31T19:37:00.948Z | [ helios-setup] Oct 31 19:36:59.961 INFO E| Downloaded thiserror-impl v1.0.38 |
2932 | 2024-10-31T19:37:00.951Z | [ helios-setup] Oct 31 19:36:59.963 INFO E| Downloaded terminal_size v0.2.6 |
2933 | 2024-10-31T19:37:00.953Z | [ helios-setup] Oct 31 19:36:59.965 INFO E| Downloaded itoa v1.0.6 |
2934 | 2024-10-31T19:37:00.956Z | [ helios-setup] Oct 31 19:36:59.967 INFO E| Downloaded is-terminal v0.4.7 |
2935 | 2024-10-31T19:37:00.957Z | [ helios-setup] Oct 31 19:36:59.969 INFO E| Downloaded httpdate v1.0.2 |
2936 | 2024-10-31T19:37:00.959Z | [ helios-setup] Oct 31 19:36:59.971 INFO E| Downloaded futures-macro v0.3.28 |
2937 | 2024-10-31T19:37:00.960Z | [ helios-setup] Oct 31 19:36:59.972 INFO E| Downloaded futures-core v0.3.28 |
2938 | 2024-10-31T19:37:00.962Z | [ helios-setup] Oct 31 19:36:59.975 INFO E| Downloaded form_urlencoded v1.1.0 |
2939 | 2024-10-31T19:37:00.962Z | [ helios-setup] Oct 31 19:36:59.976 INFO E| Downloaded either v1.8.0 |
2940 | 2024-10-31T19:37:00.968Z | [ helios-setup] Oct 31 19:36:59.978 INFO E| Downloaded dyn-clone v1.0.11 |
2941 | 2024-10-31T19:37:00.970Z | [ helios-setup] Oct 31 19:36:59.981 INFO E| Downloaded concolor-query v0.3.3 |
2942 | 2024-10-31T19:37:00.970Z | [ helios-setup] Oct 31 19:36:59.982 INFO E| Downloaded built v0.6.0 |
2943 | 2024-10-31T19:37:00.972Z | [ helios-setup] Oct 31 19:36:59.985 INFO E| Downloaded ahash v0.8.3 |
2944 | 2024-10-31T19:37:00.976Z | [ helios-setup] Oct 31 19:36:59.990 INFO E| Downloaded tempfile v3.5.0 |
2945 | 2024-10-31T19:37:00.980Z | [ helios-setup] Oct 31 19:36:59.993 INFO E| Downloaded jobserver v0.1.26 |
2946 | 2024-10-31T19:37:00.983Z | [ helios-setup] Oct 31 19:36:59.996 INFO E| Downloaded ipnet v2.7.2 |
2947 | 2024-10-31T19:37:00.985Z | [ helios-setup] Oct 31 19:36:59.999 INFO E| Downloaded crossbeam-utils v0.8.14 |
2948 | 2024-10-31T19:37:00.990Z | [ helios-setup] Oct 31 19:37:00.003 INFO E| Downloaded project-root v0.2.2 |
2949 | 2024-10-31T19:37:00.992Z | [ helios-setup] Oct 31 19:37:00.004 INFO E| Downloaded const-random-macro v0.1.15 |
2950 | 2024-10-31T19:37:00.992Z | [ helios-setup] Oct 31 19:37:00.005 INFO E| Downloaded concolor-override v1.0.0 |
2951 | 2024-10-31T19:37:00.994Z | [ helios-setup] Oct 31 19:37:00.006 INFO E| Downloaded getrandom v0.2.8 |
2952 | 2024-10-31T19:37:00.997Z | [ helios-setup] Oct 31 19:37:00.011 INFO E| Downloaded bincode v1.3.3 |
2953 | 2024-10-31T19:37:01.001Z | [ helios-setup] Oct 31 19:37:00.014 INFO E| Downloaded async-stream-impl v0.3.5 |
2954 | 2024-10-31T19:37:01.004Z | [ helios-setup] Oct 31 19:37:00.015 INFO E| Downloaded paste v1.0.12 |
2955 | 2024-10-31T19:37:01.007Z | [ helios-setup] Oct 31 19:37:00.020 INFO E| Downloaded iana-time-zone v0.1.56 |
2956 | 2024-10-31T19:37:01.010Z | [ helios-setup] Oct 31 19:37:00.024 INFO E| Downloaded futures-task v0.3.28 |
2957 | 2024-10-31T19:37:01.013Z | [ helios-setup] Oct 31 19:37:00.026 INFO E| Downloaded bytes v1.4.0 |
2958 | 2024-10-31T19:37:01.018Z | [ helios-setup] Oct 31 19:37:00.032 INFO E| Downloaded crossbeam-deque v0.8.2 |
2959 | 2024-10-31T19:37:01.021Z | [ helios-setup] Oct 31 19:37:00.034 INFO E| Downloaded cc v1.0.78 |
2960 | 2024-10-31T19:37:01.062Z | [ helios-setup] Oct 31 19:37:00.075 INFO E| Downloaded encoding_rs v0.8.32 |
2961 | 2024-10-31T19:37:01.183Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2962 | 2024-10-31T19:37:01.231Z | [ helios-setup] Oct 31 19:37:00.244 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2963 | 2024-10-31T19:37:01.405Z | [ helios-setup] Oct 31 19:37:00.418 INFO E| Downloaded libz-sys v1.1.8 |
2964 | 2024-10-31T19:37:01.827Z | [ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling proc-macro2 v1.0.86 |
2965 | 2024-10-31T19:37:01.827Z | [ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling libc v0.2.139 |
2966 | 2024-10-31T19:37:01.828Z | [ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling unicode-ident v1.0.8 |
2967 | 2024-10-31T19:37:01.830Z | [ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling autocfg v1.1.0 |
2968 | 2024-10-31T19:37:01.830Z | [ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling cfg-if v1.0.0 |
2969 | 2024-10-31T19:37:01.830Z | [ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling version_check v0.9.4 |
2970 | 2024-10-31T19:37:01.830Z | [ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling serde v1.0.204 |
2971 | 2024-10-31T19:37:01.830Z | [ helios-setup] Oct 31 19:37:00.841 INFO E| Compiling syn v1.0.107 |
2972 | 2024-10-31T19:37:02.750Z | [ helios-setup] Oct 31 19:37:01.763 INFO E| Compiling memchr v2.5.0 |
2973 | 2024-10-31T19:37:03.991Z | [ helios-setup] Oct 31 19:37:03.004 INFO E| Compiling once_cell v1.17.0 |
2974 | 2024-10-31T19:37:03.994Z | [ helios-setup] Oct 31 19:37:03.005 INFO E| Compiling thiserror v1.0.38 |
2975 | 2024-10-31T19:37:03.994Z | [ helios-setup] Oct 31 19:37:03.006 INFO E| Compiling log v0.4.17 |
2976 | 2024-10-31T19:37:04.151Z | [ host-package] Compiling rand_seeder v0.3.0 |
2977 | 2024-10-31T19:37:04.561Z | [ helios-setup] Oct 31 19:37:03.574 INFO E| Compiling serde_json v1.0.95 |
2978 | 2024-10-31T19:37:04.799Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2979 | 2024-10-31T19:37:04.926Z | [ host-package] Compiling rustls v0.21.12 |
2980 | 2024-10-31T19:37:05.021Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2981 | 2024-10-31T19:37:05.126Z | [ helios-setup] Oct 31 19:37:04.139 INFO E| Compiling itoa v1.0.6 |
2982 | 2024-10-31T19:37:05.650Z | [ helios-setup] Oct 31 19:37:04.663 INFO E| Compiling indexmap v1.9.3 |
2983 | 2024-10-31T19:37:05.814Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2984 | 2024-10-31T19:37:05.927Z | [ helios-setup] Oct 31 19:37:04.940 INFO E| Compiling pin-project-lite v0.2.9 |
2985 | 2024-10-31T19:37:06.202Z | [ host-package] Compiling nix v0.29.0 |
2986 | 2024-10-31T19:37:06.248Z | [ helios-setup] Oct 31 19:37:05.253 INFO E| Compiling quote v1.0.36 |
2987 | 2024-10-31T19:37:06.370Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2988 | 2024-10-31T19:37:06.378Z | [ helios-setup] Oct 31 19:37:05.391 INFO E| Compiling jobserver v0.1.26 |
2989 | 2024-10-31T19:37:06.478Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2990 | 2024-10-31T19:37:06.584Z | [ helios-setup] Oct 31 19:37:05.597 INFO E| Compiling getrandom v0.2.8 |
2991 | 2024-10-31T19:37:06.788Z | [ helios-setup] Oct 31 19:37:05.801 INFO E| Compiling scopeguard v1.1.0 |
2992 | 2024-10-31T19:37:06.996Z | [ helios-setup] Oct 31 19:37:06.009 INFO E| Compiling cc v1.0.78 |
2993 | 2024-10-31T19:37:07.319Z | [ helios-setup] Oct 31 19:37:06.332 INFO E| Compiling syn v2.0.72 |
2994 | 2024-10-31T19:37:07.571Z | [ helios-setup] Oct 31 19:37:06.584 INFO E| Compiling num-integer v0.1.45 |
2995 | 2024-10-31T19:37:07.660Z | [ helios-setup] Oct 31 19:37:06.673 INFO E| Compiling futures-core v0.3.28 |
2996 | 2024-10-31T19:37:07.802Z | [ helios-setup] Oct 31 19:37:06.815 INFO E| Compiling bytes v1.4.0 |
2997 | 2024-10-31T19:37:08.817Z | [ helios-setup] Oct 31 19:37:07.829 INFO E| Compiling ryu v1.0.13 |
2998 | 2024-10-31T19:37:09.711Z | [ helios-setup] Oct 31 19:37:08.724 INFO E| Compiling lock_api v0.4.9 |
2999 | 2024-10-31T19:37:09.975Z | [ helios-setup] Oct 31 19:37:08.988 INFO E| Compiling bitflags v1.3.2 |
3000 | 2024-10-31T19:37:10.052Z | [ helios-setup] Oct 31 19:37:09.064 INFO E| Compiling typenum v1.16.0 |
3001 | 2024-10-31T19:37:10.253Z | [ helios-setup] Oct 31 19:37:09.266 INFO E| Compiling parking_lot_core v0.9.6 |
3002 | 2024-10-31T19:37:10.400Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3003 | 2024-10-31T19:37:10.505Z | [ helios-setup] Oct 31 19:37:09.518 INFO E| Compiling num_cpus v1.15.0 |
3004 | 2024-10-31T19:37:10.694Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3005 | 2024-10-31T19:37:10.838Z | [ helios-setup] Oct 31 19:37:09.851 INFO E| Compiling slab v0.4.7 |
3006 | 2024-10-31T19:37:10.838Z | [ helios-setup] Oct 31 19:37:09.851 INFO E| Compiling generic-array v0.14.6 |
3007 | 2024-10-31T19:37:10.961Z | [ helios-setup] Oct 31 19:37:09.974 INFO E| Compiling futures-sink v0.3.28 |
3008 | 2024-10-31T19:37:11.014Z | [ helios-setup] Oct 31 19:37:10.027 INFO E| Compiling futures-task v0.3.28 |
3009 | 2024-10-31T19:37:11.254Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3010 | 2024-10-31T19:37:11.415Z | [ helios-setup] Oct 31 19:37:10.427 INFO E| Compiling futures-channel v0.3.28 |
3011 | 2024-10-31T19:37:11.904Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3012 | 2024-10-31T19:37:12.060Z | [ helios-setup] Oct 31 19:37:11.073 INFO E| Compiling tokio v1.27.0 |
3013 | 2024-10-31T19:37:12.127Z | [ helios-setup] Oct 31 19:37:11.139 INFO E| Compiling schemars v0.8.12 |
3014 | 2024-10-31T19:37:12.338Z | [ helios-setup] Oct 31 19:37:11.350 INFO E| Compiling futures-util v0.3.28 |
3015 | 2024-10-31T19:37:12.792Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3016 | 2024-10-31T19:37:13.416Z | [ helios-setup] Oct 31 19:37:12.427 INFO E| Compiling mio v0.8.5 |
3017 | 2024-10-31T19:37:13.572Z | [ helios-setup] Oct 31 19:37:12.584 INFO E| Compiling socket2 v0.4.9 |
3018 | 2024-10-31T19:37:13.575Z | [ helios-setup] Oct 31 19:37:12.584 INFO E| Compiling signal-hook-registry v1.4.0 |
3019 | 2024-10-31T19:37:13.850Z | [ helios-setup] Oct 31 19:37:12.863 INFO E| Compiling num-traits v0.2.15 |
3020 | 2024-10-31T19:37:13.896Z | [ helios-setup] Oct 31 19:37:12.909 INFO E| Compiling ahash v0.7.6 |
3021 | 2024-10-31T19:37:14.949Z | [ helios-setup] Oct 31 19:37:13.961 INFO E| Compiling futures-io v0.3.28 |
3022 | 2024-10-31T19:37:15.176Z | [ helios-setup] Oct 31 19:37:14.187 INFO E| Compiling io-lifetimes v1.0.10 |
3023 | 2024-10-31T19:37:15.722Z | [ helios-setup] Oct 31 19:37:14.734 INFO E| Compiling crunchy v0.2.2 |
3024 | 2024-10-31T19:37:16.335Z | [ helios-setup] Oct 31 19:37:15.347 INFO E| Compiling pin-utils v0.1.0 |
3025 | 2024-10-31T19:37:17.166Z | [ helios-setup] Oct 31 19:37:16.178 INFO E| Compiling ahash v0.8.3 |
3026 | 2024-10-31T19:37:17.406Z | [ host-package] Compiling sct v0.7.1 |
3027 | 2024-10-31T19:37:17.556Z | [ helios-setup] Oct 31 19:37:16.567 INFO E| Compiling rustix v0.37.3 |
3028 | 2024-10-31T19:37:17.658Z | [ helios-setup] Oct 31 19:37:16.670 INFO E| Compiling tiny-keccak v2.0.2 |
3029 | 2024-10-31T19:37:17.801Z | [ helios-setup] Oct 31 19:37:16.813 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3030 | 2024-10-31T19:37:18.037Z | [ helios-setup] Oct 31 19:37:17.048 INFO E| Compiling hashbrown v0.12.3 |
3031 | 2024-10-31T19:37:18.300Z | [ host-package] Compiling castaway v0.2.3 |
3032 | 2024-10-31T19:37:18.681Z | [ host-package] Compiling csv-core v0.1.11 |
3033 | 2024-10-31T19:37:18.738Z | [ helios-setup] Oct 31 19:37:17.749 INFO E| Compiling serde_derive_internals v0.26.0 |
3034 | 2024-10-31T19:37:19.050Z | [ helios-setup] Oct 31 19:37:18.062 INFO E| Compiling block-buffer v0.10.3 |
3035 | 2024-10-31T19:37:19.253Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3036 | 2024-10-31T19:37:19.389Z | [ host-package] Compiling http-range v0.1.5 |
3037 | 2024-10-31T19:37:19.598Z | [ helios-setup] Oct 31 19:37:18.610 INFO E| Compiling crypto-common v0.1.6 |
3038 | 2024-10-31T19:37:20.599Z | [ helios-setup] Oct 31 19:37:19.610 INFO E| Compiling errno v0.3.1 |
3039 | 2024-10-31T19:37:20.616Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3040 | 2024-10-31T19:37:20.730Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3041 | 2024-10-31T19:37:20.938Z | [ helios-setup] Oct 31 19:37:19.950 INFO E| Compiling pkg-config v0.3.26 |
3042 | 2024-10-31T19:37:21.129Z | [ helios-setup] Oct 31 19:37:20.141 INFO E| Compiling crossbeam-utils v0.8.14 |
3043 | 2024-10-31T19:37:21.372Z | [ helios-setup] Oct 31 19:37:20.383 INFO E| Compiling slog v2.7.0 |
3044 | 2024-10-31T19:37:21.715Z | [ helios-setup] Oct 31 19:37:20.727 INFO E| Compiling fnv v1.0.7 |
3045 | 2024-10-31T19:37:22.007Z | [ helios-setup] Oct 31 19:37:21.019 INFO E| Compiling http v0.2.9 |
3046 | 2024-10-31T19:37:23.600Z | [ helios-setup] Oct 31 19:37:22.607 INFO E| Compiling digest v0.10.6 |
3047 | 2024-10-31T19:37:23.723Z | [ host-package] Compiling csv v1.3.0 |
3048 | 2024-10-31T19:37:24.721Z | [ helios-setup] Oct 31 19:37:23.733 INFO E| Compiling aho-corasick v0.7.20 |
3049 | 2024-10-31T19:37:24.761Z | [ helios-setup] Oct 31 19:37:23.772 INFO E| Compiling percent-encoding v2.2.0 |
3050 | 2024-10-31T19:37:25.833Z | [ helios-setup] Oct 31 19:37:24.843 INFO E| Compiling tinyvec_macros v0.1.1 |
3051 | 2024-10-31T19:37:25.913Z | [ helios-setup] Oct 31 19:37:24.924 INFO E| Compiling anyhow v1.0.68 |
3052 | 2024-10-31T19:37:25.919Z | [ host-package] Compiling compact_str v0.8.0 |
3053 | 2024-10-31T19:37:25.946Z | [ helios-setup] Oct 31 19:37:24.957 INFO E| Compiling regex-syntax v0.6.29 |
3054 | 2024-10-31T19:37:27.402Z | [ helios-setup] Oct 31 19:37:26.413 INFO E| Compiling httparse v1.8.0 |
3055 | 2024-10-31T19:37:27.572Z | [ helios-setup] Oct 31 19:37:26.583 INFO E| Compiling unicode-width v0.1.10 |
3056 | 2024-10-31T19:37:27.761Z | [ helios-setup] Oct 31 19:37:26.772 INFO E| Compiling cpufeatures v0.2.5 |
3057 | 2024-10-31T19:37:28.089Z | [ helios-setup] Oct 31 19:37:27.100 INFO E| Compiling heck v0.4.1 |
3058 | 2024-10-31T19:37:28.326Z | [ helios-setup] Oct 31 19:37:27.337 INFO E| Compiling tinyvec v1.6.0 |
3059 | 2024-10-31T19:37:28.399Z | [ helios-setup] Oct 31 19:37:27.408 INFO E| Compiling thiserror-impl v1.0.38 |
3060 | 2024-10-31T19:37:28.506Z | [ helios-setup] Oct 31 19:37:27.517 INFO E| Compiling schemars_derive v0.8.12 |
3061 | 2024-10-31T19:37:29.494Z | [ helios-setup] Oct 31 19:37:28.505 INFO E| Compiling const-random-macro v0.1.15 |
3062 | 2024-10-31T19:37:29.576Z | [ helios-setup] Oct 31 19:37:28.587 INFO E| Compiling serde_derive v1.0.204 |
3063 | 2024-10-31T19:37:29.734Z | [ helios-setup] Oct 31 19:37:28.745 INFO E| Compiling tokio-macros v2.0.0 |
3064 | 2024-10-31T19:37:30.847Z | [ helios-setup] Oct 31 19:37:29.858 INFO E| Compiling futures-macro v0.3.28 |
3065 | 2024-10-31T19:37:31.360Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
3066 | 2024-10-31T19:37:31.867Z | [ helios-setup] Oct 31 19:37:30.878 INFO E| Compiling form_urlencoded v1.1.0 |
3067 | 2024-10-31T19:37:32.840Z | [ helios-setup] Oct 31 19:37:31.851 INFO E| Compiling hashbrown v0.13.2 |
3068 | 2024-10-31T19:37:33.260Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3069 | 2024-10-31T19:37:34.321Z | [ helios-setup] Oct 31 19:37:33.331 INFO E| Compiling regex v1.7.3 |
3070 | 2024-10-31T19:37:34.477Z | [ helios-setup] Oct 31 19:37:33.487 INFO E| Compiling chrono v0.4.24 |
3071 | 2024-10-31T19:37:35.486Z | [ helios-setup] Oct 31 19:37:34.497 INFO E| Compiling libz-sys v1.1.8 |
3072 | 2024-10-31T19:37:35.575Z | [ host-package] Compiling nix v0.27.1 |
3073 | 2024-10-31T19:37:37.697Z | [ helios-setup] Oct 31 19:37:36.707 INFO E| Compiling uuid v1.3.0 |
3074 | 2024-10-31T19:37:37.754Z | [ helios-setup] Oct 31 19:37:36.765 INFO E| Compiling dyn-clone v1.0.11 |
3075 | 2024-10-31T19:37:38.452Z | [ helios-setup] Oct 31 19:37:37.463 INFO E| Compiling regress v0.5.0 |
3076 | 2024-10-31T19:37:38.523Z | [ helios-setup] Oct 31 19:37:37.534 INFO E| Compiling unicode-normalization v0.1.22 |
3077 | 2024-10-31T19:37:38.683Z | [ helios-setup] Oct 31 19:37:37.693 INFO E| Compiling const-random v0.1.15 |
3078 | 2024-10-31T19:37:40.488Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3079 | 2024-10-31T19:37:40.962Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3080 | 2024-10-31T19:37:41.355Z | [ helios-setup] Oct 31 19:37:40.365 INFO E| Compiling getopts v0.2.21 |
3081 | 2024-10-31T19:37:41.475Z | [ helios-setup] Oct 31 19:37:40.479 INFO E| Compiling tracing-core v0.1.30 |
3082 | 2024-10-31T19:37:42.262Z | [ helios-setup] Oct 31 19:37:41.272 INFO E| Compiling memoffset v0.7.1 |
3083 | 2024-10-31T19:37:42.388Z | [ helios-setup] Oct 31 19:37:41.395 INFO E| Compiling unicode-bidi v0.3.13 |
3084 | 2024-10-31T19:37:42.935Z | [ helios-setup] Oct 31 19:37:41.945 INFO E| Compiling num-conv v0.1.0 |
3085 | 2024-10-31T19:37:48.074Z | [ helios-setup] Oct 31 19:37:42.746 INFO E| Compiling powerfmt v0.2.0 |
3086 | 2024-10-31T19:37:48.154Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
3087 | 2024-10-31T19:37:48.154Z | [ helios-setup] Oct 31 19:37:44.630 INFO E| Compiling ucd-trie v0.1.5 |
3088 | 2024-10-31T19:37:48.154Z | [ helios-setup] Oct 31 19:37:44.879 INFO E| Compiling time-core v0.1.2 |
3089 | 2024-10-31T19:37:48.154Z | [ helios-setup] Oct 31 19:37:46.000 INFO E| Compiling time-macros v0.2.18 |
3090 | 2024-10-31T19:37:48.154Z | [ helios-setup] Oct 31 19:37:46.571 INFO E| Compiling idna v0.3.0 |
3091 | 2024-10-31T19:37:48.154Z | [ helios-setup] Oct 31 19:37:46.924 INFO E| Compiling pest v2.5.7 |
3092 | 2024-10-31T19:37:48.420Z | [ helios-setup] Oct 31 19:37:47.429 INFO E| Compiling deranged v0.3.11 |
3093 | 2024-10-31T19:37:50.713Z | [ helios-setup] Oct 31 19:37:49.722 INFO E| Compiling tracing v0.1.37 |
3094 | 2024-10-31T19:37:53.337Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3095 | 2024-10-31T19:37:53.771Z | [ helios-setup] Oct 31 19:37:52.780 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3096 | 2024-10-31T19:37:53.827Z | [ helios-setup] Oct 31 19:37:52.836 INFO E| Compiling time v0.1.45 |
3097 | 2024-10-31T19:37:53.886Z | [ helios-setup] Oct 31 19:37:52.895 INFO E| Compiling crossbeam-epoch v0.9.13 |
3098 | 2024-10-31T19:37:54.758Z | [ helios-setup] Oct 31 19:37:53.766 INFO E| Compiling iana-time-zone v0.1.56 |
3099 | 2024-10-31T19:37:55.543Z | [ helios-setup] Oct 31 19:37:54.552 INFO E| Compiling semver v1.0.17 |
3100 | 2024-10-31T19:37:56.733Z | [ helios-setup] Oct 31 19:37:55.741 INFO E| Compiling num_threads v0.1.6 |
3101 | 2024-10-31T19:37:57.043Z | [ helios-setup] Oct 31 19:37:56.052 INFO E| Compiling time v0.3.36 |
3102 | 2024-10-31T19:37:57.941Z | [ helios-setup] Oct 31 19:37:56.950 INFO E| Compiling toml v0.5.11 |
3103 | 2024-10-31T19:37:58.524Z | [ helios-setup] Oct 31 19:37:57.532 INFO E| Compiling smallvec v1.10.0 |
3104 | 2024-10-31T19:37:59.049Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3105 | 2024-10-31T19:38:00.364Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3106 | 2024-10-31T19:38:01.440Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3107 | 2024-10-31T19:38:01.584Z | [ helios-setup] Oct 31 19:38:00.592 INFO E| Compiling parking_lot v0.12.1 |
3108 | 2024-10-31T19:38:01.825Z | [ helios-setup] Oct 31 19:38:00.833 INFO E| Compiling serde_tokenstream v0.2.0 |
3109 | 2024-10-31T19:38:02.166Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3110 | 2024-10-31T19:38:03.251Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3111 | 2024-10-31T19:38:04.305Z | [ host-package] Compiling hashlink v0.9.1 |
3112 | 2024-10-31T19:38:04.915Z | [ helios-setup] Oct 31 19:38:03.923 INFO E| Compiling semver-parser v0.10.2 |
3113 | 2024-10-31T19:38:05.239Z | [ helios-setup] Oct 31 19:38:04.240 INFO E| Compiling url v2.3.1 |
3114 | 2024-10-31T19:38:06.211Z | [ host-package] Compiling tungstenite v0.23.0 |
3115 | 2024-10-31T19:38:07.283Z | [ host-package] Compiling lru v0.12.5 |
3116 | 2024-10-31T19:38:08.317Z | [ host-package] Compiling instability v0.3.2 |
3117 | 2024-10-31T19:38:08.336Z | [ helios-setup] Oct 31 19:38:07.325 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3118 | 2024-10-31T19:38:10.418Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3119 | 2024-10-31T19:38:11.869Z | [ helios-setup] Oct 31 19:38:10.877 INFO E| Compiling crossbeam-channel v0.5.6 |
3120 | 2024-10-31T19:38:12.245Z | [ helios-setup] Oct 31 19:38:11.253 INFO E| Compiling dirs-sys-next v0.1.2 |
3121 | 2024-10-31T19:38:12.397Z | [ host-package] Compiling cassowary v0.3.0 |
3122 | 2024-10-31T19:38:15.040Z | [ helios-setup] Oct 31 19:38:14.047 INFO E| Compiling crc32fast v1.3.2 |
3123 | 2024-10-31T19:38:15.626Z | [ helios-setup] Oct 31 19:38:14.634 INFO E| Compiling try-lock v0.2.4 |
3124 | 2024-10-31T19:38:15.718Z | [ helios-setup] Oct 31 19:38:14.726 INFO E| Compiling same-file v1.0.6 |
3125 | 2024-10-31T19:38:16.056Z | [ helios-setup] Oct 31 19:38:15.064 INFO E| Compiling want v0.3.0 |
3126 | 2024-10-31T19:38:16.130Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3127 | 2024-10-31T19:38:16.159Z | [ helios-setup] Oct 31 19:38:15.167 INFO E| Compiling walkdir v2.3.3 |
3128 | 2024-10-31T19:38:16.539Z | [ host-package] Compiling ratatui v0.28.1 |
3129 | 2024-10-31T19:38:16.901Z | [ host-package] Compiling rusqlite v0.32.1 |
3130 | 2024-10-31T19:38:16.903Z | [ helios-setup] Oct 31 19:38:15.910 INFO E| Compiling dirs-next v2.0.0 |
3131 | 2024-10-31T19:38:17.724Z | [ helios-setup] Oct 31 19:38:16.731 INFO E| Compiling semver v0.11.0 |
3132 | 2024-10-31T19:38:18.910Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3133 | 2024-10-31T19:38:19.781Z | [ helios-setup] Oct 31 19:38:18.789 INFO E| Compiling proc-macro-crate v1.2.1 |
3134 | 2024-10-31T19:38:19.947Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3135 | 2024-10-31T19:38:21.619Z | [ helios-setup] Oct 31 19:38:20.626 INFO E| Compiling tokio-util v0.7.7 |
3136 | 2024-10-31T19:38:21.796Z | [ helios-setup] Oct 31 19:38:20.803 INFO E| Compiling futures-executor v0.3.28 |
3137 | 2024-10-31T19:38:23.680Z | [ helios-setup] Oct 31 19:38:22.687 INFO E| Compiling http-body v0.4.5 |
3138 | 2024-10-31T19:38:23.819Z | [ helios-setup] Oct 31 19:38:22.826 INFO E| Compiling ring v0.16.20 |
3139 | 2024-10-31T19:38:24.729Z | [ helios-setup] Oct 31 19:38:23.735 INFO E| Compiling h2 v0.3.16 |
3140 | 2024-10-31T19:38:24.859Z | [ helios-setup] Oct 31 19:38:23.866 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3141 | 2024-10-31T19:38:25.764Z | [ helios-setup] Oct 31 19:38:24.771 INFO E| Compiling rand_core v0.6.4 |
3142 | 2024-10-31T19:38:26.622Z | [ helios-setup] Oct 31 19:38:25.628 INFO E| Compiling thread_local v1.1.7 |
3143 | 2024-10-31T19:38:26.817Z | [ helios-setup] Oct 31 19:38:25.823 INFO E| Compiling tower-service v0.3.2 |
3144 | 2024-10-31T19:38:27.133Z | [ helios-setup] Oct 31 19:38:26.139 INFO E| Compiling base64 v0.21.0 |
3145 | 2024-10-31T19:38:28.388Z | [ helios-setup] Oct 31 19:38:27.394 INFO E| Compiling home v0.5.4 |
3146 | 2024-10-31T19:38:28.870Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3147 | 2024-10-31T19:38:29.100Z | [ helios-setup] Oct 31 19:38:28.107 INFO E| Compiling rayon-core v1.10.2 |
3148 | 2024-10-31T19:38:29.329Z | [ helios-setup] Oct 31 19:38:28.333 INFO E| Compiling lazy_static v1.4.0 |
3149 | 2024-10-31T19:38:30.013Z | [ helios-setup] Oct 31 19:38:29.019 INFO E| Compiling ppv-lite86 v0.2.17 |
3150 | 2024-10-31T19:38:30.090Z | [ helios-setup] Oct 31 19:38:29.096 INFO E| Compiling httpdate v1.0.2 |
3151 | 2024-10-31T19:38:31.721Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3152 | 2024-10-31T19:38:31.895Z | [ helios-setup] Oct 31 19:38:30.901 INFO E| Compiling utf8parse v0.2.1 |
3153 | 2024-10-31T19:38:31.951Z | [ helios-setup] Oct 31 19:38:30.957 INFO E| Compiling adler v1.0.2 |
3154 | 2024-10-31T19:38:32.532Z | [ helios-setup] Oct 31 19:38:31.538 INFO E| Compiling fastrand v1.9.0 |
3155 | 2024-10-31T19:38:32.829Z | [ helios-setup] Oct 31 19:38:31.835 INFO E| Compiling miniz_oxide v0.6.2 |
3156 | 2024-10-31T19:38:33.696Z | [ helios-setup] Oct 31 19:38:32.703 INFO E| Compiling tempfile v3.5.0 |
3157 | 2024-10-31T19:38:34.999Z | [ helios-setup] Oct 31 19:38:34.006 INFO E| Compiling anstyle-parse v0.1.1 |
3158 | 2024-10-31T19:38:35.995Z | [ helios-setup] Oct 31 19:38:35.001 INFO E| Compiling hyper v0.14.25 |
3159 | 2024-10-31T19:38:36.758Z | [ helios-setup] Oct 31 19:38:35.763 INFO E| Compiling rand_chacha v0.3.1 |
3160 | 2024-10-31T19:38:39.008Z | [ helios-setup] Oct 31 19:38:38.013 INFO E| Compiling toolchain_find v0.2.0 |
3161 | 2024-10-31T19:38:51.357Z | [ helios-setup] Oct 31 19:38:50.362 INFO E| Compiling futures v0.3.28 |
3162 | 2024-10-31T19:38:51.724Z | [ helios-setup] Oct 31 19:38:50.729 INFO E| Compiling num_enum_derive v0.5.7 |
3163 | 2024-10-31T19:38:55.715Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3164 | 2024-10-31T19:38:56.229Z | [ helios-setup] Oct 31 19:38:55.234 INFO E| Compiling cargo-lock v8.0.3 |
3165 | 2024-10-31T19:38:56.249Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3166 | 2024-10-31T19:38:57.715Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3167 | 2024-10-31T19:38:58.414Z | [ helios-setup] Oct 31 19:38:57.419 INFO E| Compiling crossbeam-deque v0.8.2 |
3168 | 2024-10-31T19:38:58.488Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3169 | 2024-10-31T19:38:58.782Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3170 | 2024-10-31T19:38:59.290Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3171 | 2024-10-31T19:38:59.737Z | [ helios-setup] Oct 31 19:38:58.741 INFO E| Compiling term v0.7.0 |
3172 | 2024-10-31T19:38:59.816Z | [ host-package] Compiling twox-hash v1.6.3 |
3173 | 2024-10-31T19:39:00.456Z | [ helios-setup] Oct 31 19:38:59.460 INFO E| Compiling serde_urlencoded v0.7.1 |
3174 | 2024-10-31T19:39:00.853Z | [ helios-setup] Oct 31 19:38:59.857 INFO E| Compiling sha1 v0.10.5 |
3175 | 2024-10-31T19:39:01.733Z | [ helios-setup] Oct 31 19:39:00.738 INFO E| Compiling sha2 v0.10.6 |
3176 | 2024-10-31T19:39:02.254Z | [ host-package] Compiling is_ci v1.2.0 |
3177 | 2024-10-31T19:39:02.517Z | [ helios-setup] Oct 31 19:39:01.521 INFO E| Compiling is-terminal v0.4.7 |
3178 | 2024-10-31T19:39:02.558Z | [ helios-setup] Oct 31 19:39:01.562 INFO E| Compiling atty v0.2.14 |
3179 | 2024-10-31T19:39:03.014Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3180 | 2024-10-31T19:39:03.019Z | [ helios-setup] Oct 31 19:39:02.023 INFO E| Compiling concolor-query v0.3.3 |
3181 | 2024-10-31T19:39:03.802Z | [ helios-setup] Oct 31 19:39:02.805 INFO E| Compiling concolor-override v1.0.0 |
3182 | 2024-10-31T19:39:04.311Z | [ helios-setup] Oct 31 19:39:03.314 INFO E| Compiling anstyle v0.3.5 |
3183 | 2024-10-31T19:39:04.735Z | [ host-package] Compiling smawk v0.3.2 |
3184 | 2024-10-31T19:39:05.443Z | [ host-package] Compiling textwrap v0.16.1 |
3185 | 2024-10-31T19:39:06.469Z | [ helios-setup] Oct 31 19:39:05.472 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3186 | 2024-10-31T19:39:07.345Z | [ host-package] Compiling supports-color v3.0.1 |
3187 | 2024-10-31T19:39:07.781Z | [ helios-setup] Oct 31 19:39:06.784 INFO E| Compiling anstream v0.2.6 |
3188 | 2024-10-31T19:39:09.766Z | [ helios-setup] Oct 31 19:39:08.769 INFO E| Compiling slog-term v2.9.0 |
3189 | 2024-10-31T19:39:10.037Z | [ helios-setup] Oct 31 19:39:09.040 INFO E| Compiling flate2 v1.0.25 |
3190 | 2024-10-31T19:39:10.502Z | [ helios-setup] Oct 31 19:39:09.505 INFO E| Compiling num_enum v0.5.7 |
3191 | 2024-10-31T19:39:11.237Z | [ helios-setup] Oct 31 19:39:10.240 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3192 | 2024-10-31T19:39:11.555Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3193 | 2024-10-31T19:39:12.283Z | [ helios-setup] Oct 31 19:39:11.286 INFO E| Compiling rand v0.8.5 |
3194 | 2024-10-31T19:39:12.743Z | [ helios-setup] Oct 31 19:39:11.745 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3195 | 2024-10-31T19:39:13.549Z | [ helios-setup] Oct 31 19:39:12.552 INFO E| Compiling openapiv3 v1.0.2 |
3196 | 2024-10-31T19:39:15.024Z | [ helios-setup] Oct 31 19:39:14.026 INFO E| Compiling encoding_rs v0.8.32 |
3197 | 2024-10-31T19:39:15.315Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3198 | 2024-10-31T19:39:16.256Z | [ helios-setup] Oct 31 19:39:15.258 INFO E| Compiling mime v0.3.17 |
3199 | 2024-10-31T19:39:18.569Z | [ helios-setup] Oct 31 19:39:17.572 INFO E| Compiling utf-8 v0.7.6 |
3200 | 2024-10-31T19:39:19.664Z | [ helios-setup] Oct 31 19:39:18.667 INFO E| Compiling clap_lex v0.4.1 |
3201 | 2024-10-31T19:39:21.119Z | [ helios-setup] Oct 31 19:39:20.121 INFO E| Compiling project-root v0.2.2 |
3202 | 2024-10-31T19:39:21.557Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3203 | 2024-10-31T19:39:21.623Z | [ helios-setup] Oct 31 19:39:20.626 INFO E| Compiling either v1.8.0 |
3204 | 2024-10-31T19:39:21.697Z | [ helios-setup] Oct 31 19:39:20.699 INFO E| Compiling unsafe-libyaml v0.2.8 |
3205 | 2024-10-31T19:39:22.199Z | [ helios-setup] Oct 31 19:39:21.201 INFO E| Compiling strsim v0.10.0 |
3206 | 2024-10-31T19:39:22.620Z | [ helios-setup] Oct 31 19:39:21.575 INFO E| Compiling untrusted v0.7.1 |
3207 | 2024-10-31T19:39:23.377Z | [ helios-setup] Oct 31 19:39:22.380 INFO E| Compiling byteorder v1.4.3 |
3208 | 2024-10-31T19:39:24.762Z | [ helios-setup] Oct 31 19:39:23.764 INFO E| Compiling base64 v0.13.1 |
3209 | 2024-10-31T19:39:25.039Z | [ helios-setup] Oct 31 19:39:24.041 INFO E| Compiling spin v0.5.2 |
3210 | 2024-10-31T19:39:25.556Z | [ helios-setup] Oct 31 19:39:24.558 INFO E| Compiling ipnet v2.7.2 |
3211 | 2024-10-31T19:39:25.687Z | [ helios-setup] Oct 31 19:39:24.689 INFO E| Compiling tungstenite v0.18.0 |
3212 | 2024-10-31T19:39:26.087Z | [ helios-setup] Oct 31 19:39:25.089 INFO E| Compiling serde_yaml v0.9.21 |
3213 | 2024-10-31T19:39:26.099Z | [ helios-setup] Oct 31 19:39:25.102 INFO E| Compiling clap_builder v4.2.1 |
3214 | 2024-10-31T19:39:28.153Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3215 | 2024-10-31T19:39:31.473Z | [ helios-setup] Oct 31 19:39:30.474 INFO E| Compiling reqwest v0.11.16 |
3216 | 2024-10-31T19:39:33.410Z | [ helios-setup] Oct 31 19:39:32.411 INFO E| Compiling rayon v1.6.1 |
3217 | 2024-10-31T19:39:35.877Z | [ helios-setup] Oct 31 19:39:34.879 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3218 | 2024-10-31T19:39:37.371Z | [ helios-setup] Oct 31 19:39:36.372 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3219 | 2024-10-31T19:39:37.545Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3220 | 2024-10-31T19:39:39.728Z | [ helios-setup] Oct 31 19:39:38.729 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3221 | 2024-10-31T19:39:42.113Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3222 | 2024-10-31T19:39:43.855Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3223 | 2024-10-31T19:39:44.848Z | [ helios-setup] Oct 31 19:39:43.849 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3224 | 2024-10-31T19:39:46.061Z | [ helios-setup] Oct 31 19:39:45.062 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3225 | 2024-10-31T19:39:46.749Z | [ helios-setup] Oct 31 19:39:45.749 INFO E| Compiling clap_derive v4.2.0 |
3226 | 2024-10-31T19:39:55.686Z | [ helios-setup] Oct 31 19:39:54.686 INFO E| Compiling clap v4.2.1 |
3227 | 2024-10-31T19:39:56.024Z | [ helios-setup] Oct 31 19:39:55.024 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3228 | 2024-10-31T19:39:57.307Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3229 | 2024-10-31T19:39:58.391Z | [ helios-setup] Oct 31 19:39:57.391 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3230 | 2024-10-31T19:40:04.262Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3231 | 2024-10-31T19:40:05.200Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3232 | 2024-10-31T19:40:08.600Z | [ helios-setup] Oct 31 19:40:07.598 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3233 | 2024-10-31T19:40:09.873Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3234 | 2024-10-31T19:40:09.903Z | [ helios-setup] Oct 31 19:40:08.902 INFO E| Compiling tokio-tungstenite v0.18.0 |
3235 | 2024-10-31T19:40:11.733Z | [ helios-setup] Oct 31 19:40:10.732 INFO E| Compiling smartstring v1.0.1 |
3236 | 2024-10-31T19:40:11.777Z | [ helios-setup] Oct 31 19:40:10.776 INFO E| Compiling rustls v0.21.0 |
3237 | 2024-10-31T19:40:12.754Z | [ helios-setup] Oct 31 19:40:11.752 INFO E| Compiling serde_spanned v0.6.1 |
3238 | 2024-10-31T19:40:13.490Z | [ helios-setup] Oct 31 19:40:12.488 INFO E| Compiling toml_datetime v0.6.1 |
3239 | 2024-10-31T19:40:14.157Z | [ helios-setup] Oct 31 19:40:13.155 INFO E| Compiling async-trait v0.1.68 |
3240 | 2024-10-31T19:40:15.091Z | [ helios-setup] Oct 31 19:40:14.089 INFO E| Compiling static_assertions v1.1.0 |
3241 | 2024-10-31T19:40:15.297Z | [ helios-setup] Oct 31 19:40:14.295 INFO E| Compiling slog-async v2.7.0 |
3242 | 2024-10-31T19:40:15.425Z | [ helios-setup] Oct 31 19:40:14.423 INFO E| Compiling match_cfg v0.1.0 |
3243 | 2024-10-31T19:40:15.561Z | [ helios-setup] Oct 31 19:40:14.559 INFO E| Compiling camino v1.1.4 |
3244 | 2024-10-31T19:40:16.760Z | [ helios-setup] Oct 31 19:40:15.758 INFO E| Compiling winnow v0.4.1 |
3245 | 2024-10-31T19:40:17.404Z | [ helios-setup] Oct 31 19:40:16.402 INFO E| Compiling paste v1.0.12 |
3246 | 2024-10-31T19:40:18.155Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3247 | 2024-10-31T19:40:19.397Z | [ helios-setup] Oct 31 19:40:18.395 INFO E| Compiling hostname v0.3.1 |
3248 | 2024-10-31T19:40:21.715Z | [ helios-setup] Oct 31 19:40:20.713 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3249 | 2024-10-31T19:40:24.526Z | [ helios-setup] Oct 31 19:40:23.524 INFO E| Compiling toml_edit v0.19.8 |
3250 | 2024-10-31T19:40:25.753Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3251 | 2024-10-31T19:40:28.904Z | [ helios-setup] Oct 31 19:40:27.901 INFO E| Compiling slog-json v2.6.1 |
3252 | 2024-10-31T19:40:29.985Z | [ helios-setup] Oct 31 19:40:28.982 INFO E| Compiling unicode-linebreak v0.1.4 |
3253 | 2024-10-31T19:40:30.062Z | [ host-package] Compiling fatfs v0.3.6 |
3254 | 2024-10-31T19:40:31.961Z | [ helios-setup] Oct 31 19:40:30.958 INFO E| Compiling async-stream-impl v0.3.5 |
3255 | 2024-10-31T19:40:32.328Z | [ host-package] Compiling rtoolbox v0.0.2 |
3256 | 2024-10-31T19:40:33.809Z | [ host-package] Compiling assert_matches v1.5.0 |
3257 | 2024-10-31T19:40:34.823Z | [ host-package] Compiling rpassword v7.3.1 |
3258 | 2024-10-31T19:40:34.904Z | [ helios-setup] Oct 31 19:40:33.901 INFO E| Compiling rhai_codegen v1.5.0 |
3259 | 2024-10-31T19:40:34.957Z | [ helios-setup] Oct 31 19:40:33.954 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3260 | 2024-10-31T19:40:35.872Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3261 | 2024-10-31T19:40:35.911Z | [ helios-setup] Oct 31 19:40:34.908 INFO E| Compiling take_mut v0.2.2 |
3262 | 2024-10-31T19:40:37.395Z | [ helios-setup] Oct 31 19:40:36.329 INFO E| Compiling async-stream v0.3.5 |
3263 | 2024-10-31T19:40:37.980Z | [ helios-setup] Oct 31 19:40:36.977 INFO E| Compiling toml v0.7.3 |
3264 | 2024-10-31T19:40:38.030Z | [ helios-setup] Oct 31 19:40:37.027 INFO E| Compiling slog-bunyan v2.4.0 |
3265 | 2024-10-31T19:40:39.840Z | [ helios-setup] Oct 31 19:40:38.837 INFO E| Compiling rhai v1.14.0 |
3266 | 2024-10-31T19:40:42.102Z | [ helios-setup] Oct 31 19:40:41.098 INFO E| Compiling sct v0.7.0 |
3267 | 2024-10-31T19:40:43.007Z | [ helios-setup] Oct 31 19:40:42.003 INFO E| Compiling rustls-webpki v0.100.1 |
3268 | 2024-10-31T19:40:46.840Z | [ helios-setup] Oct 31 19:40:45.836 INFO E| Compiling rustls-pemfile v1.0.2 |
3269 | 2024-10-31T19:40:47.040Z | [ helios-setup] Oct 31 19:40:46.036 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3270 | 2024-10-31T19:40:48.249Z | [ helios-setup] Oct 31 19:40:47.245 INFO E| Compiling serde_path_to_error v0.1.11 |
3271 | 2024-10-31T19:40:48.399Z | [ helios-setup] Oct 31 19:40:47.395 INFO E| Compiling bincode v1.3.3 |
3272 | 2024-10-31T19:40:50.653Z | [ helios-setup] Oct 31 19:40:49.649 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3273 | 2024-10-31T19:40:50.870Z | [ helios-setup] Oct 31 19:40:49.866 INFO E| Compiling terminal_size v0.2.6 |
3274 | 2024-10-31T19:40:51.361Z | [ helios-setup] Oct 31 19:40:50.356 INFO E| Compiling smawk v0.3.1 |
3275 | 2024-10-31T19:40:51.770Z | [ helios-setup] Oct 31 19:40:50.764 INFO E| Compiling textwrap v0.16.0 |
3276 | 2024-10-31T19:40:52.218Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3277 | 2024-10-31T19:40:58.300Z | [ helios-setup] Oct 31 19:40:57.295 INFO E| Compiling tokio-rustls v0.24.0 |
3278 | 2024-10-31T19:41:16.886Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3279 | 2024-10-31T19:41:24.751Z | [ helios-setup] Oct 31 19:41:23.744 INFO E| Compiling git2 v0.16.1 |
3280 | 2024-10-31T19:41:27.690Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3281 | 2024-10-31T19:41:28.296Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3282 | 2024-10-31T19:41:30.293Z | [ helios-setup] Oct 31 19:41:29.285 INFO E| Compiling built v0.6.0 |
3283 | 2024-10-31T19:41:33.238Z | [ helios-setup] Oct 31 19:41:32.230 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3284 | 2024-10-31T19:41:34.930Z | [ helios-setup] Oct 31 19:41:33.922 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3285 | 2024-10-31T19:41:35.267Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3286 | 2024-10-31T19:41:35.653Z | [ helios-setup] Oct 31 19:41:34.645 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3287 | 2024-10-31T19:41:36.486Z | [ helios-setup] Oct 31 19:41:35.478 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3288 | 2024-10-31T19:41:40.768Z | [ helios-setup] Oct 31 19:41:39.760 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3289 | 2024-10-31T19:41:56.243Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3290 | 2024-10-31T19:41:57.121Z | [ host-package] Compiling uzers v0.12.1 |
3291 | 2024-10-31T19:41:58.709Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3292 | 2024-10-31T19:42:02.868Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3293 | 2024-10-31T19:42:05.220Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3294 | 2024-10-31T19:42:30.340Z | [ helios-setup] Oct 31 19:42:29.328 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3295 | 2024-10-31T19:42:33.113Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3296 | 2024-10-31T19:42:44.968Z | [ host-package] Compiling multimap v0.10.0 |
3297 | 2024-10-31T19:43:36.202Z | [ helios-setup] Oct 31 19:43:35.184 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s |
3298 | 2024-10-31T19:43:36.333Z | [ helios-setup] Oct 31 19:43:35.316 INFO building project "pilot" ok (403 seconds) |
3299 | 2024-10-31T19:43:36.336Z | [ helios-setup] rm -f helios-build |
3300 | 2024-10-31T19:43:36.339Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3301 | 2024-10-31T19:43:36.344Z | [ helios-setup] |
3302 | 2024-10-31T19:43:36.346Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3303 | 2024-10-31T19:43:36.349Z | [ helios-setup] |
3304 | 2024-10-31T19:43:36.349Z | [ helios-setup] |
3305 | 2024-10-31T19:43:36.349Z | [ helios-setup] real 11:52.773371108 |
3306 | 2024-10-31T19:43:36.349Z | [ helios-setup] user 28:23.073724562 |
3307 | 2024-10-31T19:43:36.349Z | [ helios-setup] sys 3:37.108273558 |
3308 | 2024-10-31T19:43:36.349Z | [ helios-setup] trap 1.668820362 |
3309 | 2024-10-31T19:43:36.349Z | [ helios-setup] tflt 8.365172434 |
3310 | 2024-10-31T19:43:36.349Z | [ helios-setup] dflt 28.623008450 |
3311 | 2024-10-31T19:43:36.349Z | [ helios-setup] kflt 0.034282647 |
3312 | 2024-10-31T19:43:36.349Z | [ helios-setup] lock 2:01:00.217955206 |
3313 | 2024-10-31T19:43:36.349Z | [ helios-setup] slp 3:37:21.076764741 |
3314 | 2024-10-31T19:43:36.349Z | [ helios-setup] lat 32:22.525910731 |
3315 | 2024-10-31T19:43:36.349Z | [ helios-setup] stop 4:31.823031914 |
3316 | 2024-10-31T19:43:36.352Z | Oct 31 19:43:35.332 INFO [helios-setup] process exited with exit status: 0 (712.780503074s) |
3317 | 2024-10-31T19:43:36.352Z | Oct 31 19:43:35.333 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3318 | 2024-10-31T19:43:36.376Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3319 | 2024-10-31T19:43:36.590Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3320 | 2024-10-31T19:43:36.590Z | [ phbl-toolchain] info: downloading component 'cargo' |
3321 | 2024-10-31T19:43:37.402Z | [ phbl-toolchain] info: downloading component 'clippy' |
3322 | 2024-10-31T19:43:37.950Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3323 | 2024-10-31T19:43:43.367Z | [ phbl-toolchain] info: downloading component 'miri' |
3324 | 2024-10-31T19:43:43.808Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3325 | 2024-10-31T19:43:45.046Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3326 | 2024-10-31T19:43:45.226Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3327 | 2024-10-31T19:43:47.137Z | [ phbl-toolchain] info: downloading component 'rustc' |
3328 | 2024-10-31T19:43:55.534Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3329 | 2024-10-31T19:43:55.843Z | [ phbl-toolchain] info: installing component 'cargo' |
3330 | 2024-10-31T19:43:57.284Z | [ phbl-toolchain] info: installing component 'clippy' |
3331 | 2024-10-31T19:43:57.809Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3332 | 2024-10-31T19:44:04.070Z | [ phbl-toolchain] info: installing component 'miri' |
3333 | 2024-10-31T19:44:04.515Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3334 | 2024-10-31T19:44:12.651Z | [ phbl-toolchain] info: installing component 'rust-src' |
3335 | 2024-10-31T19:44:13.349Z | [ phbl-toolchain] info: installing component 'rust-std' |
3336 | 2024-10-31T19:44:15.814Z | [ phbl-toolchain] info: installing component 'rustc' |
3337 | 2024-10-31T19:44:25.400Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3338 | 2024-10-31T19:44:26.269Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3339 | 2024-10-31T19:44:26.272Z | Oct 31 19:44:25.248 INFO [phbl-toolchain] process exited with exit status: 0 (49.915340582s) |
3340 | 2024-10-31T19:45:22.628Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3341 | 2024-10-31T19:45:38.354Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3342 | 2024-10-31T19:53:49.709Z | [ host-package] Finished `release` profile [optimized] target(s) in 21m 21s |
3343 | 2024-10-31T19:54:51.935Z | Oct 31 19:54:50.866 INFO [host-package] process exited with exit status: 0 (1344.376102862s) |
3344 | 2024-10-31T19:54:51.938Z | Oct 31 19:54:50.866 INFO [host-stamp] running task |
3345 | 2024-10-31T19:54:51.938Z | Oct 31 19:54:50.867 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3346 | 2024-10-31T19:54:51.944Z | Oct 31 19:54:50.875 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+git2a5038591e4 |
3347 | 2024-10-31T19:54:51.950Z | Oct 31 19:54:50.882 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+git2a5038591e4 |
3348 | 2024-10-31T19:54:51.956Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3349 | 2024-10-31T19:54:51.958Z | Oct 31 19:54:50.888 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+git2a5038591e4 |
3350 | 2024-10-31T19:54:51.962Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3351 | 2024-10-31T19:54:51.964Z | Oct 31 19:54:50.895 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+git2a5038591e4 |
3352 | 2024-10-31T19:54:51.970Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3353 | 2024-10-31T19:54:51.972Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3354 | 2024-10-31T19:54:51.974Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3355 | 2024-10-31T19:54:51.974Z | Oct 31 19:54:50.904 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+git2a5038591e4 |
3356 | 2024-10-31T19:54:51.987Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3357 | 2024-10-31T19:54:51.987Z | Oct 31 19:54:50.918 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+git2a5038591e4 |
3358 | 2024-10-31T19:54:51.997Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3359 | 2024-10-31T19:54:52.000Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3360 | 2024-10-31T19:54:52.002Z | Oct 31 19:54:50.931 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+git2a5038591e4 |
3361 | 2024-10-31T19:54:52.015Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3362 | 2024-10-31T19:54:52.015Z | Oct 31 19:54:50.946 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+git2a5038591e4 |
3363 | 2024-10-31T19:54:52.030Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3364 | 2024-10-31T19:54:52.032Z | Oct 31 19:54:50.961 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (79.365917ms) |
3365 | 2024-10-31T19:54:52.032Z | Oct 31 19:54:50.961 INFO [stamp-oxlog] process exited with exit status: 0 (66.108436ms) |
3366 | 2024-10-31T19:54:52.042Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3367 | 2024-10-31T19:54:52.045Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3368 | 2024-10-31T19:54:52.047Z | Oct 31 19:54:50.979 INFO [stamp-overlay] process exited with exit status: 0 (32.119307ms) |
3369 | 2024-10-31T19:54:52.112Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3370 | 2024-10-31T19:54:52.115Z | Oct 31 19:54:51.046 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (128.016396ms) |
3371 | 2024-10-31T19:54:52.191Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3372 | 2024-10-31T19:54:52.195Z | Oct 31 19:54:51.126 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (250.893929ms) |
3373 | 2024-10-31T19:54:52.308Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3374 | 2024-10-31T19:54:52.312Z | Oct 31 19:54:51.243 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (354.528108ms) |
3375 | 2024-10-31T19:54:53.190Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3376 | 2024-10-31T19:54:53.193Z | Oct 31 19:54:52.124 INFO [stamp-propolis-server] process exited with exit status: 0 (1.219779297s) |
3377 | 2024-10-31T19:54:53.308Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3378 | 2024-10-31T19:54:55.649Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3379 | 2024-10-31T19:55:02.352Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3380 | 2024-10-31T19:55:02.356Z | Oct 31 19:55:01.285 INFO [stamp-switch-asic] process exited with exit status: 0 (10.35362617s) |
3381 | 2024-10-31T19:55:02.358Z | Oct 31 19:55:01.285 INFO [host-stamp] task succeeded (10.41862716s) |
3382 | 2024-10-31T19:55:02.358Z | Oct 31 19:55:01.285 INFO [host-proto] running task |
3383 | 2024-10-31T19:55:02.789Z | Oct 31 19:55:01.719 INFO [host-proto] task succeeded (433.506478ms) |
3384 | 2024-10-31T19:55:02.790Z | Oct 31 19:55:01.719 INFO [host-profile] running task |
3385 | 2024-10-31T19:55:02.793Z | Oct 31 19:55:01.719 INFO [host-profile] task succeeded (343.04µs) |
3386 | 2024-10-31T19:55:02.793Z | Oct 31 19:55:01.719 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/.tmpap0uK3/proto/host/root -N 'ci 2a50385/${os_short_commit} 2024-10-31 19:31' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3387 | 2024-10-31T19:55:02.808Z | [ host-image] Oct 31 19:55:01.736 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3388 | 2024-10-31T19:55:02.808Z | [ host-image] Oct 31 19:55:01.736 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3389 | 2024-10-31T19:55:02.823Z | [ host-image] Oct 31 19:55:01.751 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpap0uK3/proto/host/root" |
3390 | 2024-10-31T19:55:02.824Z | [ host-image] Oct 31 19:55:01.751 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3391 | 2024-10-31T19:55:02.827Z | [ host-image] Oct 31 19:55:01.751 INFO image builder template: ramdisk-01-os... |
3392 | 2024-10-31T19:55:02.827Z | [ host-image] Oct 31 19:55:01.751 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/.tmpap0uK3/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 |
3393 | 2024-10-31T19:55:02.842Z | [ host-image] Oct 31 19:55:01.772 INFO O| Oct 31 19:55:01.772 INFO CREATE DATASET: rpool/images/build/host/output |
3394 | 2024-10-31T19:55:03.095Z | [ host-image] Oct 31 19:55:02.025 INFO O| Oct 31 19:55:02.025 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3395 | 2024-10-31T19:55:03.099Z | [ host-image] Oct 31 19:55:02.030 INFO O| Oct 31 19:55:02.030 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3396 | 2024-10-31T19:55:03.287Z | [ host-image] Oct 31 19:55:02.217 INFO O| Oct 31 19:55:02.217 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3397 | 2024-10-31T19:55:03.343Z | [ host-image] Oct 31 19:55:02.273 INFO O| Oct 31 19:55:02.273 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3398 | 2024-10-31T19:55:03.343Z | [ host-image] Oct 31 19:55:02.273 INFO O| Oct 31 19:55:02.273 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3399 | 2024-10-31T19:55:03.346Z | [ host-image] Oct 31 19:55:02.273 INFO O| Oct 31 19:55:02.273 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3400 | 2024-10-31T19:55:03.346Z | [ host-image] Oct 31 19:55:02.273 INFO O| Oct 31 19:55:02.273 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3401 | 2024-10-31T19:55:03.352Z | [ host-image] Oct 31 19:55:02.283 INFO O| Oct 31 19:55:02.283 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3402 | 2024-10-31T19:55:03.693Z | [ host-image] Oct 31 19:55:02.623 INFO O| Oct 31 19:55:02.623 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3403 | 2024-10-31T19:55:03.704Z | [ host-image] Oct 31 19:55:02.634 INFO O| Oct 31 19:55:02.634 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3404 | 2024-10-31T19:55:04.178Z | [ host-image] Oct 31 19:55:03.108 INFO O| Oct 31 19:55:03.108 INFO O| Caching catalogs ... Done |
3405 | 2024-10-31T19:55:04.294Z | [ host-image] Oct 31 19:55:03.224 INFO O| Oct 31 19:55:03.224 INFO STEP 0 (pkg_image_create) COMPLETE |
3406 | 2024-10-31T19:55:04.294Z | [ host-image] Oct 31 19:55:03.224 INFO O| Oct 31 19:55:03.224 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3407 | 2024-10-31T19:55:04.297Z | [ host-image] Oct 31 19:55:03.224 INFO O| Oct 31 19:55:03.224 INFO skip step because feature "repo_redist" is not enabled |
3408 | 2024-10-31T19:55:04.297Z | [ host-image] Oct 31 19:55:03.224 INFO O| Oct 31 19:55:03.224 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3409 | 2024-10-31T19:55:04.311Z | [ host-image] Oct 31 19:55:03.241 INFO O| Oct 31 19:55:03.241 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"] |
3410 | 2024-10-31T19:55:04.778Z | [ host-image] Oct 31 19:55:03.708 INFO O| Oct 31 19:55:03.707 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3411 | 2024-10-31T19:55:04.780Z | [ host-image] Oct 31 19:55:03.708 INFO O| Oct 31 19:55:03.708 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3412 | 2024-10-31T19:55:04.794Z | [ host-image] Oct 31 19:55:03.724 INFO O| Oct 31 19:55:03.724 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"] |
3413 | 2024-10-31T19:55:05.339Z | [ host-image] Oct 31 19:55:04.269 INFO O| Oct 31 19:55:04.269 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3414 | 2024-10-31T19:55:05.339Z | [ host-image] Oct 31 19:55:04.269 INFO O| Oct 31 19:55:04.269 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3415 | 2024-10-31T19:55:05.342Z | [ host-image] Oct 31 19:55:04.269 INFO O| Oct 31 19:55:04.269 INFO skip step because feature "repo_redist" is not enabled |
3416 | 2024-10-31T19:55:05.342Z | [ host-image] Oct 31 19:55:04.269 INFO O| Oct 31 19:55:04.269 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3417 | 2024-10-31T19:55:05.878Z | [ host-image] Oct 31 19:55:04.807 INFO O| Oct 31 19:55:04.807 INFO variant opensolaris.zone is already global |
3418 | 2024-10-31T19:55:05.878Z | [ host-image] Oct 31 19:55:04.807 INFO O| Oct 31 19:55:04.807 INFO STEP 5 (pkg_change_variant) COMPLETE |
3419 | 2024-10-31T19:55:05.880Z | [ host-image] Oct 31 19:55:04.807 INFO O| Oct 31 19:55:04.807 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3420 | 2024-10-31T19:55:06.430Z | [ host-image] Oct 31 19:55:05.360 INFO O| Oct 31 19:55:05.360 INFO variant opensolaris.imagetype is full; changing to partial |
3421 | 2024-10-31T19:55:06.430Z | [ host-image] Oct 31 19:55:05.360 INFO O| Oct 31 19:55:05.360 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3422 | 2024-10-31T19:55:12.964Z | [ host-image] Oct 31 19:55:11.894 INFO O| Oct 31 19:55:11.894 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3423 | 2024-10-31T19:55:14.635Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.45s |
3424 | 2024-10-31T19:55:15.833Z | Oct 31 19:55:14.762 INFO [recovery-package] process exited with exit status: 0 (23.895385159s) |
3425 | 2024-10-31T19:55:15.833Z | Oct 31 19:55:14.762 INFO [recovery-stamp] running task |
3426 | 2024-10-31T19:55:15.835Z | Oct 31 19:55:14.763 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3427 | 2024-10-31T19:55:15.835Z | Oct 31 19:55:14.763 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+git2a5038591e4 |
3428 | 2024-10-31T19:55:15.851Z | Oct 31 19:55:14.780 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git2a5038591e4 |
3429 | 2024-10-31T19:55:15.861Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3430 | 2024-10-31T19:55:15.865Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3431 | 2024-10-31T19:55:15.950Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3432 | 2024-10-31T19:55:15.955Z | Oct 31 19:55:14.882 INFO [stamp-installinator] process exited with exit status: 0 (101.626136ms) |
3433 | 2024-10-31T19:55:15.982Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3434 | 2024-10-31T19:55:15.985Z | Oct 31 19:55:14.915 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (151.8887ms) |
3435 | 2024-10-31T19:55:15.989Z | Oct 31 19:55:14.915 INFO [recovery-stamp] task succeeded (152.404841ms) |
3436 | 2024-10-31T19:55:15.989Z | Oct 31 19:55:14.915 INFO [recovery-proto] running task |
3437 | 2024-10-31T19:55:15.989Z | Oct 31 19:55:14.915 INFO [tuf-stamp] running task |
3438 | 2024-10-31T19:55:15.989Z | Oct 31 19:55:14.916 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+git2a5038591e4 |
3439 | 2024-10-31T19:55:15.999Z | Oct 31 19:55:14.928 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+git2a5038591e4 |
3440 | 2024-10-31T19:55:16.011Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3441 | 2024-10-31T19:55:16.013Z | Oct 31 19:55:14.940 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+git2a5038591e4 |
3442 | 2024-10-31T19:55:16.022Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3443 | 2024-10-31T19:55:16.024Z | Oct 31 19:55:14.953 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+git2a5038591e4 |
3444 | 2024-10-31T19:55:16.036Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3445 | 2024-10-31T19:55:16.038Z | Oct 31 19:55:14.965 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+git2a5038591e4 |
3446 | 2024-10-31T19:55:16.054Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3447 | 2024-10-31T19:55:16.056Z | Oct 31 19:55:14.983 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+git2a5038591e4 |
3448 | 2024-10-31T19:55:16.120Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3449 | 2024-10-31T19:55:16.122Z | Oct 31 19:55:15.049 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+git2a5038591e4 |
3450 | 2024-10-31T19:55:16.163Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3451 | 2024-10-31T19:55:16.166Z | Oct 31 19:55:15.093 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+git2a5038591e4 |
3452 | 2024-10-31T19:55:16.244Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3453 | 2024-10-31T19:55:16.244Z | Oct 31 19:55:15.173 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+git2a5038591e4 |
3454 | 2024-10-31T19:55:16.268Z | Oct 31 19:55:15.196 INFO [recovery-proto] task succeeded (281.472275ms) |
3455 | 2024-10-31T19:55:16.271Z | Oct 31 19:55:15.197 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/.tmpap0uK3/proto/recovery/root -N 'recovery 2a50385/${os_short_commit} 2024-10-31 19:31' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3456 | 2024-10-31T19:55:16.305Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3457 | 2024-10-31T19:55:16.307Z | Oct 31 19:55:15.234 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+git2a5038591e4 |
3458 | 2024-10-31T19:55:16.330Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3459 | 2024-10-31T19:55:16.332Z | Oct 31 19:55:15.259 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+git2a5038591e4 |
3460 | 2024-10-31T19:55:16.357Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3461 | 2024-10-31T19:55:16.359Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3462 | 2024-10-31T19:55:16.395Z | [ recovery-image] Oct 31 19:55:15.324 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3463 | 2024-10-31T19:55:16.395Z | [ recovery-image] Oct 31 19:55:15.324 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3464 | 2024-10-31T19:55:16.419Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3465 | 2024-10-31T19:55:16.432Z | [ recovery-image] Oct 31 19:55:15.361 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpap0uK3/proto/recovery/root" |
3466 | 2024-10-31T19:55:16.432Z | [ recovery-image] Oct 31 19:55:15.361 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3467 | 2024-10-31T19:55:16.435Z | [ recovery-image] Oct 31 19:55:15.362 INFO image builder template: ramdisk-01-os... |
3468 | 2024-10-31T19:55:16.435Z | [ recovery-image] Oct 31 19:55:15.362 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/.tmpap0uK3/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 |
3469 | 2024-10-31T19:55:16.485Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3470 | 2024-10-31T19:55:16.644Z | [ recovery-image] Oct 31 19:55:15.573 INFO O| Oct 31 19:55:15.415 INFO CREATE DATASET: rpool/images/build/recovery/output |
3471 | 2024-10-31T19:55:16.647Z | Oct 31 19:55:15.576 INFO [stamp-probe] process exited with exit status: 0 (483.683808ms) |
3472 | 2024-10-31T19:55:16.719Z | Oct 31 19:55:15.648 INFO [stamp-ntp] process exited with exit status: 0 (694.70518ms) |
3473 | 2024-10-31T19:55:16.734Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s |
3474 | 2024-10-31T19:55:16.809Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3475 | 2024-10-31T19:55:16.836Z | [ recovery-image] Oct 31 19:55:15.765 INFO O| Oct 31 19:55:15.765 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3476 | 2024-10-31T19:55:16.842Z | [ recovery-image] Oct 31 19:55:15.771 INFO O| Oct 31 19:55:15.771 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3477 | 2024-10-31T19:55:16.979Z | [ host-image] Oct 31 19:55:15.908 INFO O| Oct 31 19:55:15.908 INFO O| Startup: Caching catalogs ... Done |
3478 | 2024-10-31T19:55:17.176Z | [ host-image] Oct 31 19:55:16.105 INFO O| Oct 31 19:55:16.105 INFO O| Planning: Planning completed in 0.00 seconds |
3479 | 2024-10-31T19:55:17.179Z | [ host-image] Oct 31 19:55:16.106 INFO O| Oct 31 19:55:16.106 INFO O| Planning: Consolidating action changes ... Done |
3480 | 2024-10-31T19:55:17.179Z | [ host-image] Oct 31 19:55:16.106 INFO O| Oct 31 19:55:16.106 INFO O| Planning: Evaluating mediators ... Done |
3481 | 2024-10-31T19:55:17.179Z | [ host-image] Oct 31 19:55:16.107 INFO O| Oct 31 19:55:16.107 INFO O| Planning: Planning completed in 0.00 seconds |
3482 | 2024-10-31T19:55:17.179Z | [ host-image] Oct 31 19:55:16.107 INFO O| Oct 31 19:55:16.107 INFO O| Variants/Facets to change: 1 |
3483 | 2024-10-31T19:55:17.239Z | [ recovery-image] Oct 31 19:55:16.168 INFO O| Oct 31 19:55:16.168 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3484 | 2024-10-31T19:55:17.436Z | [ recovery-image] Oct 31 19:55:16.365 INFO O| Oct 31 19:55:16.365 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3485 | 2024-10-31T19:55:17.439Z | [ recovery-image] Oct 31 19:55:16.365 INFO O| Oct 31 19:55:16.365 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3486 | 2024-10-31T19:55:17.439Z | [ recovery-image] Oct 31 19:55:16.365 INFO O| Oct 31 19:55:16.365 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3487 | 2024-10-31T19:55:17.439Z | [ recovery-image] Oct 31 19:55:16.365 INFO O| Oct 31 19:55:16.365 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3488 | 2024-10-31T19:55:17.480Z | [ recovery-image] Oct 31 19:55:16.409 INFO O| Oct 31 19:55:16.409 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3489 | 2024-10-31T19:55:17.525Z | [ host-image] Oct 31 19:55:16.454 INFO O| Oct 31 19:55:16.454 INFO O| Done |
3490 | 2024-10-31T19:55:17.525Z | [ host-image] Oct 31 19:55:16.454 INFO O| Oct 31 19:55:16.454 INFO O| Done |
3491 | 2024-10-31T19:55:17.537Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3492 | 2024-10-31T19:55:17.543Z | Oct 31 19:55:16.472 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.423105614s) |
3493 | 2024-10-31T19:55:17.585Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3494 | 2024-10-31T19:55:17.617Z | Oct 31 19:55:16.546 INFO [stamp-internal-dns] process exited with exit status: 0 (1.606097501s) |
3495 | 2024-10-31T19:55:17.813Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3496 | 2024-10-31T19:55:17.818Z | Oct 31 19:55:16.747 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.831373677s) |
3497 | 2024-10-31T19:55:17.823Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3498 | 2024-10-31T19:55:17.828Z | Oct 31 19:55:16.757 INFO [stamp-external-dns] process exited with exit status: 0 (1.523127944s) |
3499 | 2024-10-31T19:55:17.879Z | [ recovery-image] Oct 31 19:55:16.807 INFO O| Oct 31 19:55:16.807 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3500 | 2024-10-31T19:55:17.893Z | [ recovery-image] Oct 31 19:55:16.822 INFO O| Oct 31 19:55:16.822 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3501 | 2024-10-31T19:55:18.099Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3502 | 2024-10-31T19:55:18.103Z | Oct 31 19:55:17.032 INFO [stamp-oximeter] process exited with exit status: 0 (2.103597827s) |
3503 | 2024-10-31T19:55:18.152Z | [ host-image] Oct 31 19:55:17.080 INFO O| Oct 31 19:55:17.080 INFO O| Done |
3504 | 2024-10-31T19:55:18.209Z | [ host-image] Oct 31 19:55:17.138 INFO O| Oct 31 19:55:17.138 INFO O| Done |
3505 | 2024-10-31T19:55:18.212Z | [ host-image] Oct 31 19:55:17.139 INFO O| Oct 31 19:55:17.139 INFO O| Done |
3506 | 2024-10-31T19:55:18.212Z | [ host-image] Oct 31 19:55:17.139 INFO O| Oct 31 19:55:17.139 INFO O| Done |
3507 | 2024-10-31T19:55:18.215Z | [ host-image] Oct 31 19:55:17.141 INFO O| Oct 31 19:55:17.141 INFO O| Done |
3508 | 2024-10-31T19:55:18.386Z | [ recovery-image] Oct 31 19:55:17.315 INFO O| Oct 31 19:55:17.315 INFO O| Caching catalogs ... Done |
3509 | 2024-10-31T19:55:18.493Z | [ recovery-image] Oct 31 19:55:17.422 INFO O| Oct 31 19:55:17.422 INFO STEP 0 (pkg_image_create) COMPLETE |
3510 | 2024-10-31T19:55:18.493Z | [ recovery-image] Oct 31 19:55:17.422 INFO O| Oct 31 19:55:17.422 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3511 | 2024-10-31T19:55:18.493Z | [ recovery-image] Oct 31 19:55:17.422 INFO O| Oct 31 19:55:17.422 INFO skip step because feature "repo_redist" is not enabled |
3512 | 2024-10-31T19:55:18.493Z | [ recovery-image] Oct 31 19:55:17.422 INFO O| Oct 31 19:55:17.422 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3513 | 2024-10-31T19:55:18.508Z | [ recovery-image] Oct 31 19:55:17.437 INFO O| Oct 31 19:55:17.437 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"] |
3514 | 2024-10-31T19:55:18.669Z | [ host-image] Oct 31 19:55:17.598 INFO O| Oct 31 19:55:17.598 INFO STEP 6 (pkg_change_variant) COMPLETE |
3515 | 2024-10-31T19:55:18.669Z | [ host-image] Oct 31 19:55:17.598 INFO O| Oct 31 19:55:17.598 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3516 | 2024-10-31T19:55:18.670Z | [ host-image] Oct 31 19:55:17.598 INFO O| Oct 31 19:55:17.598 INFO skip step because feature "debug_variant" is not enabled |
3517 | 2024-10-31T19:55:18.670Z | [ host-image] Oct 31 19:55:17.598 INFO O| Oct 31 19:55:17.598 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3518 | 2024-10-31T19:55:18.986Z | [ recovery-image] Oct 31 19:55:17.915 INFO O| Oct 31 19:55:17.915 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3519 | 2024-10-31T19:55:18.986Z | [ recovery-image] Oct 31 19:55:17.915 INFO O| Oct 31 19:55:17.915 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3520 | 2024-10-31T19:55:19.001Z | [ recovery-image] Oct 31 19:55:17.930 INFO O| Oct 31 19:55:17.930 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"] |
3521 | 2024-10-31T19:55:19.109Z | [ host-image] Oct 31 19:55:18.037 INFO O| Oct 31 19:55:18.037 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3522 | 2024-10-31T19:55:19.435Z | [ recovery-image] Oct 31 19:55:18.364 INFO O| Oct 31 19:55:18.364 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3523 | 2024-10-31T19:55:19.435Z | [ recovery-image] Oct 31 19:55:18.364 INFO O| Oct 31 19:55:18.364 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3524 | 2024-10-31T19:55:19.435Z | [ recovery-image] Oct 31 19:55:18.364 INFO O| Oct 31 19:55:18.364 INFO skip step because feature "repo_redist" is not enabled |
3525 | 2024-10-31T19:55:19.438Z | [ recovery-image] Oct 31 19:55:18.364 INFO O| Oct 31 19:55:18.364 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3526 | 2024-10-31T19:55:19.761Z | [ host-image] Oct 31 19:55:18.690 INFO O| Oct 31 19:55:18.690 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3527 | 2024-10-31T19:55:19.764Z | [ host-image] Oct 31 19:55:18.691 INFO O| Oct 31 19:55:18.691 INFO O| Planning: Planning completed in 0.00 seconds |
3528 | 2024-10-31T19:55:19.764Z | [ host-image] Oct 31 19:55:18.692 INFO O| Oct 31 19:55:18.692 INFO O| Planning: Consolidating action changes ... Done |
3529 | 2024-10-31T19:55:19.764Z | [ host-image] Oct 31 19:55:18.692 INFO O| Oct 31 19:55:18.692 INFO O| Planning: Evaluating mediators ... Done |
3530 | 2024-10-31T19:55:19.764Z | [ host-image] Oct 31 19:55:18.693 INFO O| Oct 31 19:55:18.693 INFO O| Planning: Planning completed in 0.00 seconds |
3531 | 2024-10-31T19:55:19.767Z | [ host-image] Oct 31 19:55:18.693 INFO O| Oct 31 19:55:18.693 INFO O| Variants/Facets to change: 1 |
3532 | 2024-10-31T19:55:19.787Z | [ host-image] Oct 31 19:55:18.716 INFO O| Oct 31 19:55:18.716 INFO O| Done |
3533 | 2024-10-31T19:55:19.787Z | [ host-image] Oct 31 19:55:18.716 INFO O| Oct 31 19:55:18.716 INFO O| Done |
3534 | 2024-10-31T19:55:19.932Z | [ recovery-image] Oct 31 19:55:18.861 INFO O| Oct 31 19:55:18.861 INFO variant opensolaris.zone is already global |
3535 | 2024-10-31T19:55:19.932Z | [ recovery-image] Oct 31 19:55:18.861 INFO O| Oct 31 19:55:18.861 INFO STEP 5 (pkg_change_variant) COMPLETE |
3536 | 2024-10-31T19:55:19.932Z | [ recovery-image] Oct 31 19:55:18.861 INFO O| Oct 31 19:55:18.861 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3537 | 2024-10-31T19:55:20.172Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3538 | 2024-10-31T19:55:20.176Z | Oct 31 19:55:19.104 INFO [stamp-nexus] process exited with exit status: 0 (3.931704403s) |
3539 | 2024-10-31T19:55:20.321Z | [ recovery-image] Oct 31 19:55:19.250 INFO O| Oct 31 19:55:19.249 INFO variant opensolaris.imagetype is full; changing to partial |
3540 | 2024-10-31T19:55:20.321Z | [ recovery-image] Oct 31 19:55:19.250 INFO O| Oct 31 19:55:19.250 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3541 | 2024-10-31T19:55:20.334Z | [ host-image] Oct 31 19:55:19.263 INFO O| Oct 31 19:55:19.263 INFO O| Done |
3542 | 2024-10-31T19:55:20.382Z | [ host-image] Oct 31 19:55:19.311 INFO O| Oct 31 19:55:19.311 INFO O| Done |
3543 | 2024-10-31T19:55:20.385Z | [ host-image] Oct 31 19:55:19.312 INFO O| Oct 31 19:55:19.312 INFO O| Done |
3544 | 2024-10-31T19:55:20.385Z | [ host-image] Oct 31 19:55:19.312 INFO O| Oct 31 19:55:19.312 INFO O| Done |
3545 | 2024-10-31T19:55:20.385Z | [ host-image] Oct 31 19:55:19.313 INFO O| Oct 31 19:55:19.313 INFO O| Done |
3546 | 2024-10-31T19:55:20.445Z | [ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO STEP 8 (pkg_change_facet) COMPLETE |
3547 | 2024-10-31T19:55:20.446Z | [ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3548 | 2024-10-31T19:55:20.446Z | [ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO skip step because feature "recovery" is not enabled |
3549 | 2024-10-31T19:55:20.449Z | [ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3550 | 2024-10-31T19:55:20.449Z | [ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO skip step because feature "recovery" is not enabled |
3551 | 2024-10-31T19:55:20.449Z | [ host-image] Oct 31 19:55:19.374 INFO O| Oct 31 19:55:19.374 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3552 | 2024-10-31T19:55:20.458Z | [ host-image] Oct 31 19:55:19.386 INFO O| Oct 31 19:55:19.386 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"] |
3553 | 2024-10-31T19:55:20.750Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3554 | 2024-10-31T19:55:20.913Z | [verify-libraries] Compiling polyval v0.6.2 |
3555 | 2024-10-31T19:55:20.932Z | [verify-libraries] Compiling ctr v0.9.2 |
3556 | 2024-10-31T19:55:20.955Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3557 | 2024-10-31T19:55:20.955Z | [verify-libraries] Compiling blowfish v0.9.1 |
3558 | 2024-10-31T19:55:21.053Z | [verify-libraries] Compiling password-hash v0.4.2 |
3559 | 2024-10-31T19:55:21.053Z | [verify-libraries] Compiling matches v0.1.10 |
3560 | 2024-10-31T19:55:21.114Z | [ host-image] Oct 31 19:55:20.034 INFO O| Oct 31 19:55:20.034 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3561 | 2024-10-31T19:55:21.213Z | [verify-libraries] Compiling ghash v0.5.1 |
3562 | 2024-10-31T19:55:21.405Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3563 | 2024-10-31T19:55:21.533Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3564 | 2024-10-31T19:55:21.605Z | [verify-libraries] Compiling idna v0.2.3 |
3565 | 2024-10-31T19:55:21.751Z | [verify-libraries] Compiling p521 v0.13.3 |
3566 | 2024-10-31T19:55:21.762Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3567 | 2024-10-31T19:55:21.768Z | Oct 31 19:55:20.696 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.712928378s) |
3568 | 2024-10-31T19:55:21.812Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3569 | 2024-10-31T19:55:21.965Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3570 | 2024-10-31T19:55:22.042Z | [verify-libraries] Compiling p256 v0.13.2 |
3571 | 2024-10-31T19:55:22.523Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3572 | 2024-10-31T19:55:22.773Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3573 | 2024-10-31T19:55:23.522Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3574 | 2024-10-31T19:55:24.224Z | [verify-libraries] Compiling md5 v0.7.0 |
3575 | 2024-10-31T19:55:24.440Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3576 | 2024-10-31T19:55:24.808Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3577 | 2024-10-31T19:55:25.647Z | [verify-libraries] Compiling des v0.8.1 |
3578 | 2024-10-31T19:55:26.335Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3579 | 2024-10-31T19:55:27.006Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3580 | 2024-10-31T19:55:27.401Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3581 | 2024-10-31T19:55:27.644Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3582 | 2024-10-31T19:55:27.648Z | Oct 31 19:55:26.577 INFO [stamp-clickhouse] process exited with exit status: 0 (11.6113025s) |
3583 | 2024-10-31T19:55:27.742Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3584 | 2024-10-31T19:55:27.836Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3585 | 2024-10-31T19:55:28.389Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3586 | 2024-10-31T19:55:28.398Z | Oct 31 19:55:27.326 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (12.066729656s) |
3587 | 2024-10-31T19:55:28.398Z | Oct 31 19:55:27.326 INFO [tuf-stamp] task succeeded (12.41115962s) |
3588 | 2024-10-31T19:55:28.895Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3589 | 2024-10-31T19:55:29.261Z | [verify-libraries] Compiling heck v0.4.1 |
3590 | 2024-10-31T19:55:30.770Z | [verify-libraries] Compiling russh v0.45.0 |
3591 | 2024-10-31T19:55:31.016Z | [ recovery-image] Oct 31 19:55:29.940 INFO O| Oct 31 19:55:29.940 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3592 | 2024-10-31T19:55:35.712Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3593 | 2024-10-31T19:55:36.365Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3594 | 2024-10-31T19:55:38.408Z | [ recovery-image] Oct 31 19:55:37.335 INFO O| Oct 31 19:55:37.335 INFO O| Startup: Caching catalogs ... Done |
3595 | 2024-10-31T19:55:38.516Z | [ recovery-image] Oct 31 19:55:37.444 INFO O| Oct 31 19:55:37.444 INFO O| Planning: Planning completed in 0.00 seconds |
3596 | 2024-10-31T19:55:38.519Z | [ recovery-image] Oct 31 19:55:37.445 INFO O| Oct 31 19:55:37.445 INFO O| Planning: Consolidating action changes ... Done |
3597 | 2024-10-31T19:55:38.519Z | [ recovery-image] Oct 31 19:55:37.445 INFO O| Oct 31 19:55:37.445 INFO O| Planning: Evaluating mediators ... Done |
3598 | 2024-10-31T19:55:38.519Z | [ recovery-image] Oct 31 19:55:37.446 INFO O| Oct 31 19:55:37.445 INFO O| Planning: Planning completed in 0.00 seconds |
3599 | 2024-10-31T19:55:38.519Z | [ recovery-image] Oct 31 19:55:37.446 INFO O| Oct 31 19:55:37.446 INFO O| Variants/Facets to change: 1 |
3600 | 2024-10-31T19:55:38.602Z | [ recovery-image] Oct 31 19:55:37.529 INFO O| Oct 31 19:55:37.529 INFO O| Done |
3601 | 2024-10-31T19:55:38.602Z | [ recovery-image] Oct 31 19:55:37.530 INFO O| Oct 31 19:55:37.529 INFO O| Done |
3602 | 2024-10-31T19:55:39.428Z | [ recovery-image] Oct 31 19:55:38.356 INFO O| Oct 31 19:55:38.355 INFO O| Done |
3603 | 2024-10-31T19:55:39.489Z | [ recovery-image] Oct 31 19:55:38.416 INFO O| Oct 31 19:55:38.416 INFO O| Done |
3604 | 2024-10-31T19:55:39.492Z | [ recovery-image] Oct 31 19:55:38.418 INFO O| Oct 31 19:55:38.418 INFO O| Done |
3605 | 2024-10-31T19:55:39.494Z | [ recovery-image] Oct 31 19:55:38.419 INFO O| Oct 31 19:55:38.418 INFO O| Done |
3606 | 2024-10-31T19:55:39.497Z | [ recovery-image] Oct 31 19:55:38.420 INFO O| Oct 31 19:55:38.420 INFO O| Done |
3607 | 2024-10-31T19:55:40.257Z | [ recovery-image] Oct 31 19:55:39.184 INFO O| Oct 31 19:55:39.184 INFO STEP 6 (pkg_change_variant) COMPLETE |
3608 | 2024-10-31T19:55:40.257Z | [ recovery-image] Oct 31 19:55:39.184 INFO O| Oct 31 19:55:39.184 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3609 | 2024-10-31T19:55:40.259Z | [ recovery-image] Oct 31 19:55:39.184 INFO O| Oct 31 19:55:39.184 INFO skip step because feature "debug_variant" is not enabled |
3610 | 2024-10-31T19:55:40.259Z | [ recovery-image] Oct 31 19:55:39.184 INFO O| Oct 31 19:55:39.184 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3611 | 2024-10-31T19:55:40.963Z | [ recovery-image] Oct 31 19:55:39.890 INFO O| Oct 31 19:55:39.890 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3612 | 2024-10-31T19:55:42.012Z | [ recovery-image] Oct 31 19:55:40.939 INFO O| Oct 31 19:55:40.939 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3613 | 2024-10-31T19:55:42.015Z | [ recovery-image] Oct 31 19:55:40.941 INFO O| Oct 31 19:55:40.941 INFO O| Planning: Planning completed in 0.00 seconds |
3614 | 2024-10-31T19:55:42.021Z | [ recovery-image] Oct 31 19:55:40.942 INFO O| Oct 31 19:55:40.942 INFO O| Planning: Consolidating action changes ... Done |
3615 | 2024-10-31T19:55:42.021Z | [ recovery-image] Oct 31 19:55:40.942 INFO O| Oct 31 19:55:40.942 INFO O| Planning: Evaluating mediators ... Done |
3616 | 2024-10-31T19:55:42.027Z | [ recovery-image] Oct 31 19:55:40.952 INFO O| Oct 31 19:55:40.952 INFO O| Planning: Planning completed in 0.01 seconds |
3617 | 2024-10-31T19:55:42.027Z | [ recovery-image] Oct 31 19:55:40.953 INFO O| Oct 31 19:55:40.953 INFO O| Variants/Facets to change: 1 |
3618 | 2024-10-31T19:55:42.156Z | [ recovery-image] Oct 31 19:55:41.083 INFO O| Oct 31 19:55:41.083 INFO O| Done |
3619 | 2024-10-31T19:55:42.156Z | [ recovery-image] Oct 31 19:55:41.083 INFO O| Oct 31 19:55:41.083 INFO O| Done |
3620 | 2024-10-31T19:55:42.918Z | [ recovery-image] Oct 31 19:55:41.845 INFO O| Oct 31 19:55:41.845 INFO O| Done |
3621 | 2024-10-31T19:55:43.065Z | [ recovery-image] Oct 31 19:55:41.989 INFO O| Oct 31 19:55:41.989 INFO O| Done |
3622 | 2024-10-31T19:55:43.068Z | [ recovery-image] Oct 31 19:55:41.990 INFO O| Oct 31 19:55:41.990 INFO O| Done |
3623 | 2024-10-31T19:55:43.068Z | [ recovery-image] Oct 31 19:55:41.990 INFO O| Oct 31 19:55:41.990 INFO O| Done |
3624 | 2024-10-31T19:55:43.068Z | [ recovery-image] Oct 31 19:55:41.992 INFO O| Oct 31 19:55:41.992 INFO O| Done |
3625 | 2024-10-31T19:55:43.173Z | [ recovery-image] Oct 31 19:55:42.100 INFO O| Oct 31 19:55:42.100 INFO STEP 8 (pkg_change_facet) COMPLETE |
3626 | 2024-10-31T19:55:43.173Z | [ recovery-image] Oct 31 19:55:42.100 INFO O| Oct 31 19:55:42.100 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3627 | 2024-10-31T19:55:43.854Z | [ recovery-image] Oct 31 19:55:42.781 INFO O| Oct 31 19:55:42.781 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3628 | 2024-10-31T19:55:44.816Z | [ recovery-image] Oct 31 19:55:43.742 INFO O| Oct 31 19:55:43.742 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3629 | 2024-10-31T19:55:44.819Z | [ recovery-image] Oct 31 19:55:43.744 INFO O| Oct 31 19:55:43.744 INFO O| Planning: Planning completed in 0.00 seconds |
3630 | 2024-10-31T19:55:44.819Z | [ recovery-image] Oct 31 19:55:43.745 INFO O| Oct 31 19:55:43.745 INFO O| Planning: Consolidating action changes ... Done |
3631 | 2024-10-31T19:55:44.819Z | [ recovery-image] Oct 31 19:55:43.745 INFO O| Oct 31 19:55:43.745 INFO O| Planning: Evaluating mediators ... Done |
3632 | 2024-10-31T19:55:44.822Z | [ recovery-image] Oct 31 19:55:43.746 INFO O| Oct 31 19:55:43.746 INFO O| Planning: Planning completed in 0.00 seconds |
3633 | 2024-10-31T19:55:44.822Z | [ recovery-image] Oct 31 19:55:43.746 INFO O| Oct 31 19:55:43.746 INFO O| Variants/Facets to change: 1 |
3634 | 2024-10-31T19:55:44.839Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3635 | 2024-10-31T19:55:44.890Z | [ recovery-image] Oct 31 19:55:43.817 INFO O| Oct 31 19:55:43.817 INFO O| Done |
3636 | 2024-10-31T19:55:44.890Z | [ recovery-image] Oct 31 19:55:43.817 INFO O| Oct 31 19:55:43.817 INFO O| Done |
3637 | 2024-10-31T19:55:45.610Z | [ recovery-image] Oct 31 19:55:44.536 INFO O| Oct 31 19:55:44.536 INFO O| Done |
3638 | 2024-10-31T19:55:45.680Z | [ recovery-image] Oct 31 19:55:44.607 INFO O| Oct 31 19:55:44.607 INFO O| Done |
3639 | 2024-10-31T19:55:45.683Z | [ recovery-image] Oct 31 19:55:44.608 INFO O| Oct 31 19:55:44.608 INFO O| Done |
3640 | 2024-10-31T19:55:45.683Z | [ recovery-image] Oct 31 19:55:44.608 INFO O| Oct 31 19:55:44.608 INFO O| Done |
3641 | 2024-10-31T19:55:45.685Z | [ recovery-image] Oct 31 19:55:44.610 INFO O| Oct 31 19:55:44.610 INFO O| Done |
3642 | 2024-10-31T19:55:45.785Z | [ recovery-image] Oct 31 19:55:44.712 INFO O| Oct 31 19:55:44.712 INFO STEP 9 (pkg_change_facet) COMPLETE |
3643 | 2024-10-31T19:55:45.786Z | [ recovery-image] Oct 31 19:55:44.712 INFO O| Oct 31 19:55:44.712 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3644 | 2024-10-31T19:55:46.331Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3645 | 2024-10-31T19:55:46.394Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3646 | 2024-10-31T19:55:46.428Z | [ recovery-image] Oct 31 19:55:45.355 INFO O| Oct 31 19:55:45.354 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3647 | 2024-10-31T19:55:46.825Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3648 | 2024-10-31T19:55:46.829Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3649 | 2024-10-31T19:55:47.421Z | [ recovery-image] Oct 31 19:55:46.348 INFO O| Oct 31 19:55:46.348 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3650 | 2024-10-31T19:55:47.424Z | [ recovery-image] Oct 31 19:55:46.350 INFO O| Oct 31 19:55:46.350 INFO O| Planning: Planning completed in 0.00 seconds |
3651 | 2024-10-31T19:55:47.426Z | [ recovery-image] Oct 31 19:55:46.351 INFO O| Oct 31 19:55:46.351 INFO O| Planning: Consolidating action changes ... Done |
3652 | 2024-10-31T19:55:47.426Z | [ recovery-image] Oct 31 19:55:46.351 INFO O| Oct 31 19:55:46.351 INFO O| Planning: Evaluating mediators ... Done |
3653 | 2024-10-31T19:55:47.426Z | [ recovery-image] Oct 31 19:55:46.351 INFO O| Oct 31 19:55:46.351 INFO O| Planning: Planning completed in 0.00 seconds |
3654 | 2024-10-31T19:55:47.426Z | [ recovery-image] Oct 31 19:55:46.352 INFO O| Oct 31 19:55:46.352 INFO O| Variants/Facets to change: 1 |
3655 | 2024-10-31T19:55:47.465Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3656 | 2024-10-31T19:55:47.526Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3657 | 2024-10-31T19:55:47.560Z | [ recovery-image] Oct 31 19:55:46.484 INFO O| Oct 31 19:55:46.476 INFO O| Done |
3658 | 2024-10-31T19:55:47.560Z | [ recovery-image] Oct 31 19:55:46.484 INFO O| Oct 31 19:55:46.476 INFO O| Done |
3659 | 2024-10-31T19:55:48.266Z | [ recovery-image] Oct 31 19:55:47.192 INFO O| Oct 31 19:55:47.192 INFO O| Done |
3660 | 2024-10-31T19:55:48.364Z | [ recovery-image] Oct 31 19:55:47.290 INFO O| Oct 31 19:55:47.290 INFO O| Done |
3661 | 2024-10-31T19:55:48.367Z | [ recovery-image] Oct 31 19:55:47.291 INFO O| Oct 31 19:55:47.291 INFO O| Done |
3662 | 2024-10-31T19:55:48.367Z | [ recovery-image] Oct 31 19:55:47.291 INFO O| Oct 31 19:55:47.291 INFO O| Done |
3663 | 2024-10-31T19:55:48.367Z | [ recovery-image] Oct 31 19:55:47.293 INFO O| Oct 31 19:55:47.293 INFO O| Done |
3664 | 2024-10-31T19:55:48.372Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3665 | 2024-10-31T19:55:48.453Z | [ recovery-image] Oct 31 19:55:47.379 INFO O| Oct 31 19:55:47.379 INFO STEP 10 (pkg_change_facet) COMPLETE |
3666 | 2024-10-31T19:55:48.453Z | [ recovery-image] Oct 31 19:55:47.379 INFO O| Oct 31 19:55:47.379 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3667 | 2024-10-31T19:55:48.473Z | [ recovery-image] Oct 31 19:55:47.399 INFO O| Oct 31 19:55:47.398 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"] |
3668 | 2024-10-31T19:55:49.579Z | [ recovery-image] Oct 31 19:55:48.505 INFO O| Oct 31 19:55:48.505 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3669 | 2024-10-31T19:55:53.185Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3670 | 2024-10-31T19:55:56.411Z | [verify-libraries] Compiling termios v0.3.3 |
3671 | 2024-10-31T19:55:56.859Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3672 | 2024-10-31T19:56:14.402Z | [ host-image] Oct 31 19:56:13.327 INFO O| Oct 31 19:56:13.326 INFO O| Planning: Solver setup ... Done |
3673 | 2024-10-31T19:56:41.804Z | [ recovery-image] Oct 31 19:56:40.726 INFO O| Oct 31 19:56:40.726 INFO O| Planning: Solver setup ... Done |
3674 | 2024-10-31T19:57:02.243Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3675 | 2024-10-31T19:57:07.262Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3676 | 2024-10-31T19:57:09.386Z | [ host-image] Oct 31 19:57:08.306 INFO O| Oct 31 19:57:08.306 INFO O| Planning: Running solver ... Done |
3677 | 2024-10-31T19:57:09.877Z | [ host-image] Oct 31 19:57:08.797 INFO O| Oct 31 19:57:08.797 INFO O| Planning: Finding local manifests ... Done |
3678 | 2024-10-31T19:57:09.891Z | [ host-image] Oct 31 19:57:08.811 INFO O| Oct 31 19:57:08.811 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3679 | 2024-10-31T19:57:11.746Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3680 | 2024-10-31T19:57:14.155Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3681 | 2024-10-31T19:57:14.624Z | [ host-image] Oct 31 19:57:13.544 INFO O| Oct 31 19:57:13.544 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3682 | 2024-10-31T19:57:15.647Z | [ host-image] Oct 31 19:57:14.567 INFO O| Oct 31 19:57:14.567 INFO O| Planning: Package planning ... Done |
3683 | 2024-10-31T19:57:17.169Z | [ host-image] Oct 31 19:57:16.088 INFO O| Oct 31 19:57:16.088 INFO O| Planning: Merging actions ... Done |
3684 | 2024-10-31T19:57:17.685Z | [ host-image] Oct 31 19:57:16.605 INFO O| Oct 31 19:57:16.605 INFO O| Planning: Checking for conflicting actions ... Done |
3685 | 2024-10-31T19:57:18.027Z | [ host-image] Oct 31 19:57:16.947 INFO O| Oct 31 19:57:16.947 INFO O| Planning: Consolidating action changes ... Done |
3686 | 2024-10-31T19:57:18.389Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3687 | 2024-10-31T19:57:18.581Z | [ host-image] Oct 31 19:57:17.501 INFO O| Oct 31 19:57:17.501 INFO O| Planning: Evaluating mediators ... Done |
3688 | 2024-10-31T19:57:24.965Z | [ host-image] Oct 31 19:57:23.884 INFO O| Oct 31 19:57:23.884 INFO O| Planning: Planning completed in 123.85 seconds |
3689 | 2024-10-31T19:57:24.972Z | [ host-image] Oct 31 19:57:23.891 INFO O| Oct 31 19:57:23.891 INFO O| Packages to install: 124 |
3690 | 2024-10-31T19:57:24.976Z | [ host-image] Oct 31 19:57:23.891 INFO O| Oct 31 19:57:23.891 INFO O| Mediators to change: 4 |
3691 | 2024-10-31T19:57:24.976Z | [ host-image] Oct 31 19:57:23.891 INFO O| Oct 31 19:57:23.891 INFO O| Services to change: 6 |
3692 | 2024-10-31T19:57:25.078Z | [ host-image] Oct 31 19:57:23.997 INFO O| Oct 31 19:57:23.996 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete |
3693 | 2024-10-31T19:57:30.083Z | [ host-image] Oct 31 19:57:29.001 INFO O| Oct 31 19:57:29.001 INFO O| Download: 673/22744 items 4.6/199.4MB 2% complete (905k/s) |
3694 | 2024-10-31T19:57:35.094Z | [ host-image] Oct 31 19:57:34.012 INFO O| Oct 31 19:57:34.012 INFO O| Download: 1313/22744 items 7.6/199.4MB 3% complete (772k/s) |
3695 | 2024-10-31T19:57:36.611Z | [ recovery-image] Oct 31 19:57:35.529 INFO O| Oct 31 19:57:35.529 INFO O| Planning: Running solver ... Done |
3696 | 2024-10-31T19:57:37.042Z | [ recovery-image] Oct 31 19:57:35.960 INFO O| Oct 31 19:57:35.960 INFO O| Planning: Finding local manifests ... Done |
3697 | 2024-10-31T19:57:37.060Z | [ recovery-image] Oct 31 19:57:35.978 INFO O| Oct 31 19:57:35.978 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3698 | 2024-10-31T19:57:37.706Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3699 | 2024-10-31T19:57:40.115Z | [ host-image] Oct 31 19:57:39.033 INFO O| Oct 31 19:57:39.033 INFO O| Download: 1642/22744 items 10.8/199.4MB 5% complete (747k/s) |
3700 | 2024-10-31T19:57:42.179Z | [ recovery-image] Oct 31 19:57:41.097 INFO O| Oct 31 19:57:41.097 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3701 | 2024-10-31T19:57:42.970Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3702 | 2024-10-31T19:57:43.306Z | [ recovery-image] Oct 31 19:57:42.224 INFO O| Oct 31 19:57:42.224 INFO O| Planning: Package planning ... Done |
3703 | 2024-10-31T19:57:44.030Z | [ recovery-image] Oct 31 19:57:42.947 INFO O| Oct 31 19:57:42.947 INFO O| Planning: Merging actions ... Done |
3704 | 2024-10-31T19:57:44.197Z | [ recovery-image] Oct 31 19:57:43.114 INFO O| Oct 31 19:57:43.114 INFO O| Planning: Checking for conflicting actions ... Done |
3705 | 2024-10-31T19:57:44.335Z | [ recovery-image] Oct 31 19:57:43.252 INFO O| Oct 31 19:57:43.252 INFO O| Planning: Consolidating action changes ... Done |
3706 | 2024-10-31T19:57:44.711Z | [ recovery-image] Oct 31 19:57:43.629 INFO O| Oct 31 19:57:43.629 INFO O| Planning: Evaluating mediators ... Done |
3707 | 2024-10-31T19:57:45.589Z | [ host-image] Oct 31 19:57:44.507 INFO O| Oct 31 19:57:44.506 INFO O| Download: 1943/22744 items 22.2/199.4MB 11% complete (1.4M/s) |
3708 | 2024-10-31T19:57:49.171Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3709 | 2024-10-31T19:57:50.605Z | [ host-image] Oct 31 19:57:49.522 INFO O| Oct 31 19:57:49.522 INFO O| Download: 2366/22744 items 27.7/199.4MB 13% complete (1.7M/s) |
3710 | 2024-10-31T19:57:50.657Z | [ recovery-image] Oct 31 19:57:49.574 INFO O| Oct 31 19:57:49.574 INFO O| Planning: Planning completed in 121.07 seconds |
3711 | 2024-10-31T19:57:50.664Z | [ recovery-image] Oct 31 19:57:49.581 INFO O| Oct 31 19:57:49.581 INFO O| Packages to install: 124 |
3712 | 2024-10-31T19:57:50.666Z | [ recovery-image] Oct 31 19:57:49.581 INFO O| Oct 31 19:57:49.581 INFO O| Mediators to change: 4 |
3713 | 2024-10-31T19:57:50.666Z | [ recovery-image] Oct 31 19:57:49.581 INFO O| Oct 31 19:57:49.581 INFO O| Services to change: 5 |
3714 | 2024-10-31T19:57:50.746Z | [ recovery-image] Oct 31 19:57:49.663 INFO O| Oct 31 19:57:49.663 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete |
3715 | 2024-10-31T19:57:55.621Z | [ host-image] Oct 31 19:57:54.538 INFO O| Oct 31 19:57:54.538 INFO O| Download: 3069/22744 items 33.9/199.4MB 16% complete (1.2M/s) |
3716 | 2024-10-31T19:57:55.768Z | [ recovery-image] Oct 31 19:57:54.684 INFO O| Oct 31 19:57:54.683 INFO O| Download: 687/15846 items 5.0/176.2MB 2% complete (1.1M/s) |
3717 | 2024-10-31T19:58:00.721Z | [ host-image] Oct 31 19:57:59.637 INFO O| Oct 31 19:57:59.637 INFO O| Download: 3487/22744 items 35.7/199.4MB 17% complete (1.2M/s) |
3718 | 2024-10-31T19:58:02.078Z | [ recovery-image] Oct 31 19:58:00.994 INFO O| Oct 31 19:58:00.994 INFO O| Download: 1076/15846 items 9.0/176.2MB 5% complete (986k/s) |
3719 | 2024-10-31T19:58:05.723Z | [ host-image] Oct 31 19:58:04.639 INFO O| Oct 31 19:58:04.639 INFO O| Download: 4233/22744 items 40.8/199.4MB 20% complete (699k/s) |
3720 | 2024-10-31T19:58:07.265Z | [ recovery-image] Oct 31 19:58:06.181 INFO O| Oct 31 19:58:06.181 INFO O| Download: 1314/15846 items 20.1/176.2MB 11% complete (1.3M/s) |
3721 | 2024-10-31T19:58:11.028Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3722 | 2024-10-31T19:58:11.102Z | [ host-image] Oct 31 19:58:10.018 INFO O| Oct 31 19:58:10.018 INFO O| Download: 4646/22744 items 43.0/199.4MB 21% complete (817k/s) |
3723 | 2024-10-31T19:58:12.191Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3724 | 2024-10-31T19:58:12.519Z | [ recovery-image] Oct 31 19:58:11.435 INFO O| Oct 31 19:58:11.434 INFO O| Download: 1587/15846 items 24.6/176.2MB 13% complete (1.5M/s) |
3725 | 2024-10-31T19:58:17.691Z | [ recovery-image] Oct 31 19:58:16.606 INFO O| Oct 31 19:58:16.606 INFO O| Download: 2266/15846 items 31.2/176.2MB 17% complete (1.1M/s) |
3726 | 2024-10-31T19:58:22.323Z | [ host-image] Oct 31 19:58:21.237 INFO O| Oct 31 19:58:21.237 INFO O| Download: 4656/22744 items 43.2/199.4MB 21% complete (707k/s) |
3727 | 2024-10-31T19:58:22.697Z | [ recovery-image] Oct 31 19:58:21.611 INFO O| Oct 31 19:58:21.611 INFO O| Download: 3228/15846 items 37.6/176.2MB 21% complete (1.3M/s) |
3728 | 2024-10-31T19:58:27.331Z | [ host-image] Oct 31 19:58:26.244 INFO O| Oct 31 19:58:26.244 INFO O| Download: 5488/22744 items 46.1/199.4MB 23% complete (621k/s) |
3729 | 2024-10-31T19:58:27.712Z | [ recovery-image] Oct 31 19:58:26.626 INFO O| Oct 31 19:58:26.626 INFO O| Download: 3645/15846 items 39.7/176.2MB 22% complete (848k/s) |
3730 | 2024-10-31T19:58:32.346Z | [ host-image] Oct 31 19:58:31.260 INFO O| Oct 31 19:58:31.260 INFO O| Download: 6449/22744 items 46.7/199.4MB 23% complete (355k/s) |
3731 | 2024-10-31T19:58:32.719Z | [ recovery-image] Oct 31 19:58:31.633 INFO O| Oct 31 19:58:31.632 INFO O| Download: 3984/15846 items 42.6/176.2MB 24% complete (508k/s) |
3732 | 2024-10-31T19:58:37.497Z | [ host-image] Oct 31 19:58:36.411 INFO O| Oct 31 19:58:36.411 INFO O| Download: 6969/22744 items 50.4/199.4MB 25% complete (421k/s) |
3733 | 2024-10-31T19:58:37.719Z | [ recovery-image] Oct 31 19:58:36.633 INFO O| Oct 31 19:58:36.633 INFO O| Download: 4910/15846 items 43.1/176.2MB 24% complete (357k/s) |
3734 | 2024-10-31T19:58:42.516Z | [ host-image] Oct 31 19:58:41.429 INFO O| Oct 31 19:58:41.429 INFO O| Download: 7951/22744 items 59.6/199.4MB 29% complete (1.3M/s) |
3735 | 2024-10-31T19:58:42.868Z | [ recovery-image] Oct 31 19:58:41.781 INFO O| Oct 31 19:58:41.781 INFO O| Download: 5699/15846 items 45.4/176.2MB 25% complete (260k/s) |
3736 | 2024-10-31T19:58:48.227Z | [ recovery-image] Oct 31 19:58:47.139 INFO O| Oct 31 19:58:47.139 INFO O| Download: 6118/15846 items 58.8/176.2MB 33% complete (1.4M/s) |
3737 | 2024-10-31T19:58:48.246Z | [ host-image] Oct 31 19:58:47.158 INFO O| Oct 31 19:58:47.158 INFO O| Download: 8144/22744 items 60.8/199.4MB 30% complete (1.1M/s) |
3738 | 2024-10-31T19:58:53.243Z | [ recovery-image] Oct 31 19:58:52.155 INFO O| Oct 31 19:58:52.155 INFO O| Download: 7201/15846 items 73.2/176.2MB 41% complete (2.8M/s) |
3739 | 2024-10-31T19:58:53.247Z | [ host-image] Oct 31 19:58:52.160 INFO O| Oct 31 19:58:52.160 INFO O| Download: 8628/22744 items 70.6/199.4MB 35% complete (1.3M/s) |
3740 | 2024-10-31T19:58:58.250Z | [ host-image] Oct 31 19:58:57.162 INFO O| Oct 31 19:58:57.161 INFO O| Download: 10057/22744 items 84.1/199.4MB 42% complete (2.3M/s) |
3741 | 2024-10-31T19:58:58.506Z | [ recovery-image] Oct 31 19:58:57.418 INFO O| Oct 31 19:58:57.418 INFO O| Download: 7634/15846 items 73.7/176.2MB 41% complete (1.9M/s) |
3742 | 2024-10-31T19:59:03.337Z | [ host-image] Oct 31 19:59:02.248 INFO O| Oct 31 19:59:02.248 INFO O| Download: 10858/22744 items 90.0/199.4MB 45% complete (2.0M/s) |
3743 | 2024-10-31T19:59:03.596Z | [ recovery-image] Oct 31 19:59:02.507 INFO O| Oct 31 19:59:02.507 INFO O| Download: 7926/15846 items 77.5/176.2MB 43% complete (448k/s) |
3744 | 2024-10-31T19:59:08.541Z | [ host-image] Oct 31 19:59:07.452 INFO O| Oct 31 19:59:07.452 INFO O| Download: 11240/22744 items 94.1/199.4MB 47% complete (1.0M/s) |
3745 | 2024-10-31T19:59:08.733Z | [ recovery-image] Oct 31 19:59:07.645 INFO O| Oct 31 19:59:07.644 INFO O| Download: 8776/15846 items 89.0/176.2MB 50% complete (1.3M/s) |
3746 | 2024-10-31T19:59:13.739Z | [ recovery-image] Oct 31 19:59:12.650 INFO O| Oct 31 19:59:12.649 INFO O| Download: 9229/15846 items 92.8/176.2MB 52% complete (1.5M/s) |
3747 | 2024-10-31T19:59:13.860Z | [ host-image] Oct 31 19:59:12.770 INFO O| Oct 31 19:59:12.770 INFO O| Download: 12101/22744 items 101.0/199.4MB 50% complete (1.1M/s) |
3748 | 2024-10-31T19:59:18.750Z | [ recovery-image] Oct 31 19:59:17.660 INFO O| Oct 31 19:59:17.660 INFO O| Download: 10292/15846 items 93.3/176.2MB 52% complete (478k/s) |
3749 | 2024-10-31T19:59:18.870Z | [ host-image] Oct 31 19:59:17.781 INFO O| Oct 31 19:59:17.781 INFO O| Download: 12491/22744 items 109.5/199.4MB 54% complete (1.5M/s) |
3750 | 2024-10-31T19:59:23.872Z | [ host-image] Oct 31 19:59:22.782 INFO O| Oct 31 19:59:22.782 INFO O| Download: 13498/22744 items 110.0/199.4MB 55% complete (934k/s) |
3751 | 2024-10-31T19:59:24.609Z | [ recovery-image] Oct 31 19:59:23.519 INFO O| Oct 31 19:59:23.519 INFO O| Download: 11012/15846 items 94.7/176.2MB 53% complete (177k/s) |
3752 | 2024-10-31T19:59:28.873Z | [ host-image] Oct 31 19:59:27.782 INFO O| Oct 31 19:59:27.782 INFO O| Download: 14371/22744 items 111.5/199.4MB 55% complete (182k/s) |
3753 | 2024-10-31T19:59:29.769Z | [ recovery-image] Oct 31 19:59:28.678 INFO O| Oct 31 19:59:28.678 INFO O| Download: 11399/15846 items 107.0/176.2MB 60% complete (1.4M/s) |
3754 | 2024-10-31T19:59:33.874Z | [ host-image] Oct 31 19:59:32.783 INFO O| Oct 31 19:59:32.783 INFO O| Download: 14606/22744 items 116.8/199.4MB 58% complete (689k/s) |
3755 | 2024-10-31T19:59:34.972Z | [ recovery-image] Oct 31 19:59:33.881 INFO O| Oct 31 19:59:33.881 INFO O| Download: 12019/15846 items 140.0/176.2MB 79% complete (4.6M/s) |
3756 | 2024-10-31T19:59:40.311Z | [ recovery-image] Oct 31 19:59:39.220 INFO O| Oct 31 19:59:39.220 INFO O| Download: 13039/15846 items 143.7/176.2MB 81% complete (3.7M/s) |
3757 | 2024-10-31T19:59:40.345Z | [ host-image] Oct 31 19:59:39.253 INFO O| Oct 31 19:59:39.253 INFO O| Download: 15551/22744 items 125.5/199.4MB 62% complete (1.4M/s) |
3758 | 2024-10-31T19:59:45.322Z | [ recovery-image] Oct 31 19:59:44.230 INFO O| Oct 31 19:59:44.230 INFO O| Download: 13954/15846 items 146.8/176.2MB 83% complete (643k/s) |
3759 | 2024-10-31T19:59:46.420Z | [ host-image] Oct 31 19:59:45.327 INFO O| Oct 31 19:59:45.327 INFO O| Download: 15833/22744 items 130.1/199.4MB 65% complete (1.1M/s) |
3760 | 2024-10-31T19:59:50.677Z | [ recovery-image] Oct 31 19:59:49.585 INFO O| Oct 31 19:59:49.584 INFO O| Download: 14042/15846 items 147.1/176.2MB 83% complete (623k/s) |
3761 | 2024-10-31T19:59:51.497Z | [ host-image] Oct 31 19:59:50.403 INFO O| Oct 31 19:59:50.403 INFO O| Download: 16827/22744 items 140.5/199.4MB 70% complete (1.5M/s) |
3762 | 2024-10-31T19:59:55.792Z | [ recovery-image] Oct 31 19:59:54.699 INFO O| Oct 31 19:59:54.699 INFO O| Download: 14666/15846 items 150.5/176.2MB 85% complete (367k/s) |
3763 | 2024-10-31T19:59:56.523Z | [ host-image] Oct 31 19:59:55.430 INFO O| Oct 31 19:59:55.430 INFO O| Download: 17354/22744 items 145.5/199.4MB 72% complete (1.6M/s) |
3764 | 2024-10-31T20:00:00.796Z | [ recovery-image] Oct 31 19:59:59.699 INFO O| Oct 31 19:59:59.699 INFO O| Download: 14955/15846 items 157.4/176.2MB 89% complete (1.0M/s) |
3765 | 2024-10-31T20:00:01.799Z | [ host-image] Oct 31 20:00:00.706 INFO O| Oct 31 20:00:00.705 INFO O| Download: 17923/22744 items 160.6/199.4MB 80% complete (1.9M/s) |
3766 | 2024-10-31T20:00:06.467Z | [ recovery-image] Oct 31 20:00:05.373 INFO O| Oct 31 20:00:05.373 INFO O| Download: 15512/15846 items 168.7/176.2MB 95% complete (1.8M/s) |
3767 | 2024-10-31T20:00:06.801Z | [ host-image] Oct 31 20:00:05.708 INFO O| Oct 31 20:00:05.708 INFO O| Download: 18704/22744 items 164.6/199.4MB 82% complete (1.8M/s) |
3768 | 2024-10-31T20:00:11.515Z | [ recovery-image] Oct 31 20:00:10.421 INFO O| Oct 31 20:00:10.421 INFO O| Download: 15811/15846 items 175.0/176.2MB 99% complete (1.7M/s) |
3769 | 2024-10-31T20:00:11.904Z | [ host-image] Oct 31 20:00:10.810 INFO O| Oct 31 20:00:10.810 INFO O| Download: 19628/22744 items 167.8/199.4MB 84% complete (872k/s) |
3770 | 2024-10-31T20:00:16.515Z | [ recovery-image] Oct 31 20:00:15.421 INFO O| Oct 31 20:00:15.421 INFO O| Download: 15822/15846 items 175.0/176.2MB 99% complete (863k/s) |
3771 | 2024-10-31T20:00:16.915Z | [ host-image] Oct 31 20:00:15.821 INFO O| Oct 31 20:00:15.821 INFO O| Download: 20009/22744 items 169.0/199.4MB 84% complete (445k/s) |
3772 | 2024-10-31T20:00:17.793Z | [ recovery-image] Oct 31 20:00:16.698 INFO O| Oct 31 20:00:16.698 INFO O| Download: Completed 176.18 MB in 147.03 seconds (1.2M/s) |
3773 | 2024-10-31T20:00:19.133Z | [ recovery-image] Oct 31 20:00:18.038 INFO O| Oct 31 20:00:18.038 INFO O| Actions: 1/25012 actions (Installing new actions) |
3774 | 2024-10-31T20:00:21.917Z | [ host-image] Oct 31 20:00:20.823 INFO O| Oct 31 20:00:20.822 INFO O| Download: 20679/22744 items 173.0/199.4MB 86% complete (527k/s) |
3775 | 2024-10-31T20:00:24.134Z | [ recovery-image] Oct 31 20:00:23.039 INFO O| Oct 31 20:00:23.039 INFO O| Actions: 8666/25012 actions (Installing new actions) |
3776 | 2024-10-31T20:00:26.923Z | [ host-image] Oct 31 20:00:25.828 INFO O| Oct 31 20:00:25.828 INFO O| Download: 21307/22744 items 180.2/199.4MB 90% complete (1.1M/s) |
3777 | 2024-10-31T20:00:29.151Z | [ recovery-image] Oct 31 20:00:28.056 INFO O| Oct 31 20:00:28.055 INFO O| Actions: 15102/25012 actions (Installing new actions) |
3778 | 2024-10-31T20:00:33.074Z | [ host-image] Oct 31 20:00:31.978 INFO O| Oct 31 20:00:31.978 INFO O| Download: 21884/22744 items 191.2/199.4MB 95% complete (1.9M/s) |
3779 | 2024-10-31T20:00:34.597Z | [ recovery-image] Oct 31 20:00:33.501 INFO O| Oct 31 20:00:33.501 INFO O| Actions: 24459/25012 actions (Installing new actions) |
3780 | 2024-10-31T20:00:38.224Z | [ host-image] Oct 31 20:00:37.128 INFO O| Oct 31 20:00:37.128 INFO O| Download: 22024/22744 items 192.6/199.4MB 96% complete (1.1M/s) |
3781 | 2024-10-31T20:00:38.311Z | [ recovery-image] Oct 31 20:00:37.216 INFO O| Oct 31 20:00:37.215 INFO O| Actions: Completed 25012 actions in 19.17 seconds. |
3782 | 2024-10-31T20:00:39.038Z | [ recovery-image] Oct 31 20:00:37.942 INFO O| Oct 31 20:00:37.942 INFO O| Done |
3783 | 2024-10-31T20:00:39.038Z | [ recovery-image] Oct 31 20:00:37.942 INFO O| Oct 31 20:00:37.942 INFO O| Done |
3784 | 2024-10-31T20:00:40.446Z | [ recovery-image] Oct 31 20:00:39.350 INFO O| Oct 31 20:00:39.350 INFO O| Done |
3785 | 2024-10-31T20:00:42.220Z | [ recovery-image] Oct 31 20:00:41.123 INFO O| Oct 31 20:00:41.123 INFO O| Done |
3786 | 2024-10-31T20:00:42.242Z | [ recovery-image] Oct 31 20:00:41.146 INFO O| Oct 31 20:00:41.146 INFO O| Done |
3787 | 2024-10-31T20:00:43.285Z | [ host-image] Oct 31 20:00:42.188 INFO O| Oct 31 20:00:42.188 INFO O| Download: 22735/22744 items 199.4/199.4MB 99% complete (833k/s) |
3788 | 2024-10-31T20:00:45.629Z | [ host-image] Oct 31 20:00:44.533 INFO O| Oct 31 20:00:44.533 INFO O| Download: Completed 199.42 MB in 200.54 seconds (1015k/s) |
3789 | 2024-10-31T20:00:46.604Z | [ recovery-image] Oct 31 20:00:45.503 INFO O| Oct 31 20:00:45.503 INFO O| Done |
3790 | 2024-10-31T20:00:47.241Z | [ recovery-image] Oct 31 20:00:46.144 INFO O| Oct 31 20:00:46.144 INFO O| Done |
3791 | 2024-10-31T20:00:47.373Z | [ host-image] Oct 31 20:00:46.275 INFO O| Oct 31 20:00:46.275 INFO O| Actions: 1/49311 actions (Installing new actions) |
3792 | 2024-10-31T20:00:47.641Z | [ recovery-image] Oct 31 20:00:46.541 INFO O| Oct 31 20:00:46.541 INFO STEP 11 (pkg_install) COMPLETE |
3793 | 2024-10-31T20:00:47.641Z | [ recovery-image] Oct 31 20:00:46.542 INFO O| Oct 31 20:00:46.541 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3794 | 2024-10-31T20:00:47.641Z | [ recovery-image] Oct 31 20:00:46.542 INFO O| Oct 31 20:00:46.541 INFO skip step because feature "recovery" is enabled |
3795 | 2024-10-31T20:00:47.641Z | [ recovery-image] Oct 31 20:00:46.542 INFO O| Oct 31 20:00:46.542 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3796 | 2024-10-31T20:00:47.641Z | [ recovery-image] Oct 31 20:00:46.542 INFO O| Oct 31 20:00:46.542 INFO skip step because feature "omicron1" is not enabled |
3797 | 2024-10-31T20:00:47.641Z | [ recovery-image] Oct 31 20:00:46.542 INFO O| Oct 31 20:00:46.542 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3798 | 2024-10-31T20:00:47.670Z | [ recovery-image] Oct 31 20:00:46.573 INFO O| Oct 31 20:00:46.573 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3799 | 2024-10-31T20:00:48.943Z | [ recovery-image] Oct 31 20:00:47.846 INFO O| Oct 31 20:00:47.846 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3800 | 2024-10-31T20:00:52.387Z | [ host-image] Oct 31 20:00:51.290 INFO O| Oct 31 20:00:51.290 INFO O| Actions: 10595/49311 actions (Installing new actions) |
3801 | 2024-10-31T20:00:52.797Z | [ recovery-image] Oct 31 20:00:51.699 INFO O| Oct 31 20:00:51.463 INFO O| Planning: Solver setup ... Done |
3802 | 2024-10-31T20:00:52.797Z | [ recovery-image] Oct 31 20:00:51.699 INFO O| Oct 31 20:00:51.469 INFO O| Planning: Running solver ... Done |
3803 | 2024-10-31T20:00:52.832Z | [ recovery-image] Oct 31 20:00:51.735 INFO O| Oct 31 20:00:51.735 INFO O| Planning: Finding local manifests ... Done |
3804 | 2024-10-31T20:00:52.835Z | [ recovery-image] Oct 31 20:00:51.736 INFO O| Oct 31 20:00:51.736 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3805 | 2024-10-31T20:00:53.184Z | [ recovery-image] Oct 31 20:00:52.087 INFO O| Oct 31 20:00:52.087 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3806 | 2024-10-31T20:00:53.210Z | [ recovery-image] Oct 31 20:00:52.113 INFO O| Oct 31 20:00:52.113 INFO O| Planning: Package planning ... Done |
3807 | 2024-10-31T20:00:53.213Z | [ recovery-image] Oct 31 20:00:52.114 INFO O| Oct 31 20:00:52.114 INFO O| Planning: Merging actions ... Done |
3808 | 2024-10-31T20:00:53.282Z | [ recovery-image] Oct 31 20:00:52.184 INFO O| Oct 31 20:00:52.184 INFO O| Planning: Checking for conflicting actions ... Done |
3809 | 2024-10-31T20:00:53.284Z | [ recovery-image] Oct 31 20:00:52.185 INFO O| Oct 31 20:00:52.185 INFO O| Planning: Consolidating action changes ... Done |
3810 | 2024-10-31T20:00:53.564Z | [ recovery-image] Oct 31 20:00:52.461 INFO O| Oct 31 20:00:52.461 INFO O| Planning: Evaluating mediators ... Done |
3811 | 2024-10-31T20:00:53.564Z | [ recovery-image] Oct 31 20:00:52.462 INFO O| Oct 31 20:00:52.462 INFO O| Planning: Planning completed in 4.62 seconds |
3812 | 2024-10-31T20:00:53.618Z | [ recovery-image] Oct 31 20:00:52.464 INFO O| Oct 31 20:00:52.464 INFO O| Packages to install: 1 |
3813 | 2024-10-31T20:00:53.619Z | [ recovery-image] Oct 31 20:00:52.520 INFO O| Oct 31 20:00:52.520 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3814 | 2024-10-31T20:00:54.673Z | [ recovery-image] Oct 31 20:00:53.576 INFO O| Oct 31 20:00:53.576 INFO O| Download: Completed 20.80 MB in 1.06 seconds (19.7M/s) |
3815 | 2024-10-31T20:00:54.807Z | [ recovery-image] Oct 31 20:00:53.710 INFO O| Oct 31 20:00:53.710 INFO O| Actions: 1/22 actions (Installing new actions) |
3816 | 2024-10-31T20:00:55.799Z | [ recovery-image] Oct 31 20:00:54.702 INFO O| Oct 31 20:00:54.702 INFO O| Actions: Completed 22 actions in 0.99 seconds. |
3817 | 2024-10-31T20:00:56.340Z | [ recovery-image] Oct 31 20:00:55.242 INFO O| Oct 31 20:00:55.242 INFO O| Done |
3818 | 2024-10-31T20:00:56.340Z | [ recovery-image] Oct 31 20:00:55.243 INFO O| Oct 31 20:00:55.242 INFO O| Done |
3819 | 2024-10-31T20:00:57.387Z | [ host-image] Oct 31 20:00:56.290 INFO O| Oct 31 20:00:56.290 INFO O| Actions: 18011/49311 actions (Installing new actions) |
3820 | 2024-10-31T20:00:57.704Z | [ recovery-image] Oct 31 20:00:56.606 INFO O| Oct 31 20:00:56.606 INFO O| Done |
3821 | 2024-10-31T20:00:58.840Z | [ recovery-image] Oct 31 20:00:57.741 INFO O| Oct 31 20:00:57.741 INFO O| Done |
3822 | 2024-10-31T20:00:58.852Z | [ recovery-image] Oct 31 20:00:57.754 INFO O| Oct 31 20:00:57.754 INFO O| Done |
3823 | 2024-10-31T20:00:58.854Z | [ recovery-image] Oct 31 20:00:57.754 INFO O| Oct 31 20:00:57.754 INFO O| Done |
3824 | 2024-10-31T20:00:58.861Z | [ recovery-image] Oct 31 20:00:57.764 INFO O| Oct 31 20:00:57.763 INFO O| Done |
3825 | 2024-10-31T20:00:58.958Z | [ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO STEP 14 (pkg_install) COMPLETE |
3826 | 2024-10-31T20:00:58.958Z | [ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3827 | 2024-10-31T20:00:58.961Z | [ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO skip step because feature "mfg" is not enabled |
3828 | 2024-10-31T20:00:58.961Z | [ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3829 | 2024-10-31T20:00:58.961Z | [ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO skip step because feature "compliance" is not enabled |
3830 | 2024-10-31T20:00:58.961Z | [ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3831 | 2024-10-31T20:00:58.961Z | [ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO skip step because feature "stress" is not enabled |
3832 | 2024-10-31T20:00:58.961Z | [ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3833 | 2024-10-31T20:00:58.961Z | [ recovery-image] Oct 31 20:00:57.860 INFO O| Oct 31 20:00:57.860 INFO skip step because feature "nfs" is not enabled |
3834 | 2024-10-31T20:00:58.961Z | [ recovery-image] Oct 31 20:00:57.861 INFO O| Oct 31 20:00:57.861 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3835 | 2024-10-31T20:00:58.961Z | [ recovery-image] Oct 31 20:00:57.861 INFO O| Oct 31 20:00:57.861 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3836 | 2024-10-31T20:00:59.125Z | [ recovery-image] Oct 31 20:00:58.028 INFO O| Oct 31 20:00:58.028 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3837 | 2024-10-31T20:00:59.240Z | [ recovery-image] Oct 31 20:00:58.142 INFO O| Oct 31 20:00:58.142 INFO completed processing gimlet/ramdisk-01-os |
3838 | 2024-10-31T20:00:59.242Z | [ recovery-image] Oct 31 20:00:58.144 INFO image builder template: ramdisk-02-trim... |
3839 | 2024-10-31T20:00:59.242Z | [ recovery-image] Oct 31 20:00:58.144 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/.tmpap0uK3/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 |
3840 | 2024-10-31T20:00:59.266Z | [ recovery-image] Oct 31 20:00:58.169 INFO O| Oct 31 20:00:58.169 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3841 | 2024-10-31T20:00:59.270Z | [ recovery-image] Oct 31 20:00:58.173 INFO O| Oct 31 20:00:58.173 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3842 | 2024-10-31T20:00:59.349Z | [ recovery-image] Oct 31 20:00:58.252 INFO O| Oct 31 20:00:58.252 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3843 | 2024-10-31T20:00:59.421Z | [ recovery-image] Oct 31 20:00:58.324 INFO O| Oct 31 20:00:58.323 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3844 | 2024-10-31T20:00:59.423Z | [ recovery-image] Oct 31 20:00:58.324 INFO O| Oct 31 20:00:58.324 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3845 | 2024-10-31T20:00:59.428Z | [ recovery-image] Oct 31 20:00:58.330 INFO O| Oct 31 20:00:58.330 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3846 | 2024-10-31T20:00:59.431Z | [ recovery-image] Oct 31 20:00:58.334 INFO O| Oct 31 20:00:58.334 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3847 | 2024-10-31T20:00:59.437Z | [ recovery-image] Oct 31 20:00:58.340 INFO O| Oct 31 20:00:58.340 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3848 | 2024-10-31T20:00:59.737Z | [ recovery-image] Oct 31 20:00:58.639 INFO O| Oct 31 20:00:58.639 INFO rolled back to input snapshot; work may begin |
3849 | 2024-10-31T20:00:59.737Z | [ recovery-image] Oct 31 20:00:58.639 INFO O| Oct 31 20:00:58.639 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3850 | 2024-10-31T20:00:59.743Z | [ recovery-image] Oct 31 20:00:58.645 INFO O| Oct 31 20:00:58.645 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3851 | 2024-10-31T20:00:59.755Z | [ recovery-image] Oct 31 20:00:58.658 INFO O| Oct 31 20:00:58.658 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3852 | 2024-10-31T20:00:59.813Z | [ recovery-image] Oct 31 20:00:58.716 INFO O| Oct 31 20:00:58.716 INFO STEP 0 (remove_files) COMPLETE |
3853 | 2024-10-31T20:00:59.813Z | [ recovery-image] Oct 31 20:00:58.716 INFO O| Oct 31 20:00:58.716 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3854 | 2024-10-31T20:00:59.824Z | [ recovery-image] Oct 31 20:00:58.727 INFO O| Oct 31 20:00:58.727 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3855 | 2024-10-31T20:00:59.827Z | [ recovery-image] Oct 31 20:00:58.729 INFO O| Oct 31 20:00:58.729 INFO STEP 1 (remove_files) COMPLETE |
3856 | 2024-10-31T20:00:59.827Z | [ recovery-image] Oct 31 20:00:58.729 INFO O| Oct 31 20:00:58.729 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3857 | 2024-10-31T20:00:59.836Z | [ recovery-image] Oct 31 20:00:58.739 INFO O| Oct 31 20:00:58.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3858 | 2024-10-31T20:00:59.850Z | [ recovery-image] Oct 31 20:00:58.753 INFO O| Oct 31 20:00:58.753 INFO STEP 2 (remove_files) COMPLETE |
3859 | 2024-10-31T20:00:59.850Z | [ recovery-image] Oct 31 20:00:58.753 INFO O| Oct 31 20:00:58.753 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3860 | 2024-10-31T20:00:59.861Z | [ recovery-image] Oct 31 20:00:58.764 INFO O| Oct 31 20:00:58.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3861 | 2024-10-31T20:00:59.863Z | [ recovery-image] Oct 31 20:00:58.766 INFO O| Oct 31 20:00:58.766 INFO STEP 3 (remove_files) COMPLETE |
3862 | 2024-10-31T20:00:59.863Z | [ recovery-image] Oct 31 20:00:58.766 INFO O| Oct 31 20:00:58.766 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3863 | 2024-10-31T20:00:59.873Z | [ recovery-image] Oct 31 20:00:58.775 INFO O| Oct 31 20:00:58.775 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3864 | 2024-10-31T20:00:59.877Z | [ recovery-image] Oct 31 20:00:58.780 INFO O| Oct 31 20:00:58.780 INFO STEP 4 (remove_files) COMPLETE |
3865 | 2024-10-31T20:00:59.877Z | [ recovery-image] Oct 31 20:00:58.780 INFO O| Oct 31 20:00:58.780 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3866 | 2024-10-31T20:00:59.887Z | [ recovery-image] Oct 31 20:00:58.789 INFO O| Oct 31 20:00:58.789 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3867 | 2024-10-31T20:00:59.889Z | [ recovery-image] Oct 31 20:00:58.789 INFO O| Oct 31 20:00:58.789 INFO STEP 5 (remove_files) COMPLETE |
3868 | 2024-10-31T20:00:59.889Z | [ recovery-image] Oct 31 20:00:58.789 INFO O| Oct 31 20:00:58.789 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3869 | 2024-10-31T20:00:59.896Z | [ recovery-image] Oct 31 20:00:58.799 INFO O| Oct 31 20:00:58.799 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3870 | 2024-10-31T20:00:59.908Z | [ recovery-image] Oct 31 20:00:58.810 INFO O| Oct 31 20:00:58.810 INFO STEP 6 (remove_files) COMPLETE |
3871 | 2024-10-31T20:00:59.908Z | [ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.810 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3872 | 2024-10-31T20:00:59.910Z | [ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO skip step because feature "recovery" is enabled |
3873 | 2024-10-31T20:00:59.910Z | [ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3874 | 2024-10-31T20:00:59.910Z | [ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO skip step because feature "recovery" is enabled |
3875 | 2024-10-31T20:00:59.910Z | [ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3876 | 2024-10-31T20:00:59.910Z | [ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO skip step because feature "recovery" is enabled |
3877 | 2024-10-31T20:00:59.910Z | [ recovery-image] Oct 31 20:00:58.811 INFO O| Oct 31 20:00:58.811 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3878 | 2024-10-31T20:00:59.918Z | [ recovery-image] Oct 31 20:00:58.821 INFO O| Oct 31 20:00:58.821 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3879 | 2024-10-31T20:00:59.922Z | [ recovery-image] Oct 31 20:00:58.824 INFO O| Oct 31 20:00:58.824 INFO STEP 10 (remove_files) COMPLETE |
3880 | 2024-10-31T20:00:59.924Z | [ recovery-image] Oct 31 20:00:58.825 INFO O| Oct 31 20:00:58.824 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3881 | 2024-10-31T20:00:59.932Z | [ recovery-image] Oct 31 20:00:58.834 INFO O| Oct 31 20:00:58.834 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3882 | 2024-10-31T20:00:59.934Z | [ recovery-image] Oct 31 20:00:58.835 INFO O| Oct 31 20:00:58.835 INFO STEP 11 (remove_files) COMPLETE |
3883 | 2024-10-31T20:00:59.934Z | [ recovery-image] Oct 31 20:00:58.835 INFO O| Oct 31 20:00:58.835 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3884 | 2024-10-31T20:00:59.942Z | [ recovery-image] Oct 31 20:00:58.845 INFO O| Oct 31 20:00:58.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3885 | 2024-10-31T20:00:59.944Z | [ recovery-image] Oct 31 20:00:58.846 INFO O| Oct 31 20:00:58.846 INFO STEP 12 (remove_files) COMPLETE |
3886 | 2024-10-31T20:00:59.944Z | [ recovery-image] Oct 31 20:00:58.846 INFO O| Oct 31 20:00:58.846 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3887 | 2024-10-31T20:00:59.955Z | [ recovery-image] Oct 31 20:00:58.857 INFO O| Oct 31 20:00:58.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3888 | 2024-10-31T20:01:00.031Z | [ recovery-image] Oct 31 20:00:58.933 INFO O| Oct 31 20:00:58.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3889 | 2024-10-31T20:01:00.033Z | [ recovery-image] Oct 31 20:00:58.936 INFO O| Oct 31 20:00:58.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3890 | 2024-10-31T20:01:00.036Z | [ recovery-image] Oct 31 20:00:58.938 INFO O| Oct 31 20:00:58.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3891 | 2024-10-31T20:01:00.038Z | [ recovery-image] Oct 31 20:00:58.939 INFO O| Oct 31 20:00:58.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3892 | 2024-10-31T20:01:00.202Z | [ recovery-image] Oct 31 20:00:59.105 INFO O| Oct 31 20:00:59.105 INFO STEP 13 (remove_files) COMPLETE |
3893 | 2024-10-31T20:01:00.205Z | [ recovery-image] Oct 31 20:00:59.105 INFO O| Oct 31 20:00:59.105 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3894 | 2024-10-31T20:01:00.217Z | [ recovery-image] Oct 31 20:00:59.119 INFO O| Oct 31 20:00:59.119 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3895 | 2024-10-31T20:01:00.219Z | [ recovery-image] Oct 31 20:00:59.121 INFO O| Oct 31 20:00:59.121 INFO STEP 14 (remove_files) COMPLETE |
3896 | 2024-10-31T20:01:00.219Z | [ recovery-image] Oct 31 20:00:59.121 INFO O| Oct 31 20:00:59.121 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3897 | 2024-10-31T20:01:00.228Z | [ recovery-image] Oct 31 20:00:59.131 INFO O| Oct 31 20:00:59.131 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3898 | 2024-10-31T20:01:00.235Z | [ recovery-image] Oct 31 20:00:59.138 INFO O| Oct 31 20:00:59.138 INFO STEP 15 (remove_files) COMPLETE |
3899 | 2024-10-31T20:01:00.235Z | [ recovery-image] Oct 31 20:00:59.138 INFO O| Oct 31 20:00:59.138 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3900 | 2024-10-31T20:01:00.247Z | [ recovery-image] Oct 31 20:00:59.150 INFO O| Oct 31 20:00:59.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3901 | 2024-10-31T20:01:00.250Z | [ recovery-image] Oct 31 20:00:59.150 INFO O| Oct 31 20:00:59.150 INFO STEP 16 (remove_files) COMPLETE |
3902 | 2024-10-31T20:01:00.250Z | [ recovery-image] Oct 31 20:00:59.150 INFO O| Oct 31 20:00:59.150 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3903 | 2024-10-31T20:01:00.259Z | [ recovery-image] Oct 31 20:00:59.162 INFO O| Oct 31 20:00:59.162 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3904 | 2024-10-31T20:01:00.262Z | [ recovery-image] Oct 31 20:00:59.164 INFO O| Oct 31 20:00:59.164 INFO STEP 17 (remove_files) COMPLETE |
3905 | 2024-10-31T20:01:00.262Z | [ recovery-image] Oct 31 20:00:59.164 INFO O| Oct 31 20:00:59.164 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3906 | 2024-10-31T20:01:00.271Z | [ recovery-image] Oct 31 20:00:59.173 INFO O| Oct 31 20:00:59.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3907 | 2024-10-31T20:01:00.271Z | [ recovery-image] Oct 31 20:00:59.174 INFO O| Oct 31 20:00:59.174 INFO STEP 18 (remove_files) COMPLETE |
3908 | 2024-10-31T20:01:00.274Z | [ recovery-image] Oct 31 20:00:59.174 INFO O| Oct 31 20:00:59.174 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3909 | 2024-10-31T20:01:00.283Z | [ recovery-image] Oct 31 20:00:59.185 INFO O| Oct 31 20:00:59.185 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3910 | 2024-10-31T20:01:00.283Z | [ recovery-image] Oct 31 20:00:59.185 INFO O| Oct 31 20:00:59.185 INFO STEP 19 (remove_files) COMPLETE |
3911 | 2024-10-31T20:01:00.285Z | [ recovery-image] Oct 31 20:00:59.185 INFO O| Oct 31 20:00:59.185 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3912 | 2024-10-31T20:01:00.295Z | [ recovery-image] Oct 31 20:00:59.197 INFO O| Oct 31 20:00:59.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3913 | 2024-10-31T20:01:00.297Z | [ recovery-image] Oct 31 20:00:59.197 INFO O| Oct 31 20:00:59.197 INFO STEP 20 (remove_files) COMPLETE |
3914 | 2024-10-31T20:01:00.297Z | [ recovery-image] Oct 31 20:00:59.197 INFO O| Oct 31 20:00:59.197 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3915 | 2024-10-31T20:01:00.306Z | [ recovery-image] Oct 31 20:00:59.208 INFO O| Oct 31 20:00:59.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3916 | 2024-10-31T20:01:00.306Z | [ recovery-image] Oct 31 20:00:59.208 INFO O| Oct 31 20:00:59.208 INFO STEP 21 (remove_files) COMPLETE |
3917 | 2024-10-31T20:01:00.306Z | [ recovery-image] Oct 31 20:00:59.208 INFO O| Oct 31 20:00:59.208 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3918 | 2024-10-31T20:01:00.317Z | [ recovery-image] Oct 31 20:00:59.220 INFO O| Oct 31 20:00:59.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3919 | 2024-10-31T20:01:00.320Z | [ recovery-image] Oct 31 20:00:59.220 INFO O| Oct 31 20:00:59.220 INFO STEP 22 (remove_files) COMPLETE |
3920 | 2024-10-31T20:01:00.320Z | [ recovery-image] Oct 31 20:00:59.220 INFO O| Oct 31 20:00:59.220 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3921 | 2024-10-31T20:01:00.329Z | [ recovery-image] Oct 31 20:00:59.232 INFO O| Oct 31 20:00:59.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3922 | 2024-10-31T20:01:00.329Z | [ recovery-image] Oct 31 20:00:59.232 INFO O| Oct 31 20:00:59.232 INFO STEP 23 (remove_files) COMPLETE |
3923 | 2024-10-31T20:01:00.332Z | [ recovery-image] Oct 31 20:00:59.232 INFO O| Oct 31 20:00:59.232 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3924 | 2024-10-31T20:01:00.341Z | [ recovery-image] Oct 31 20:00:59.244 INFO O| Oct 31 20:00:59.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3925 | 2024-10-31T20:01:00.344Z | [ recovery-image] Oct 31 20:00:59.244 INFO O| Oct 31 20:00:59.244 INFO STEP 24 (remove_files) COMPLETE |
3926 | 2024-10-31T20:01:00.344Z | [ recovery-image] Oct 31 20:00:59.244 INFO O| Oct 31 20:00:59.244 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3927 | 2024-10-31T20:01:00.351Z | [ recovery-image] Oct 31 20:00:59.254 INFO O| Oct 31 20:00:59.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3928 | 2024-10-31T20:01:00.354Z | [ recovery-image] Oct 31 20:00:59.254 INFO O| Oct 31 20:00:59.254 INFO STEP 25 (remove_files) COMPLETE |
3929 | 2024-10-31T20:01:00.354Z | [ recovery-image] Oct 31 20:00:59.254 INFO O| Oct 31 20:00:59.254 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3930 | 2024-10-31T20:01:00.362Z | [ recovery-image] Oct 31 20:00:59.264 INFO O| Oct 31 20:00:59.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3931 | 2024-10-31T20:01:00.364Z | [ recovery-image] Oct 31 20:00:59.264 INFO O| Oct 31 20:00:59.264 INFO STEP 26 (remove_files) COMPLETE |
3932 | 2024-10-31T20:01:00.364Z | [ recovery-image] Oct 31 20:00:59.264 INFO O| Oct 31 20:00:59.264 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3933 | 2024-10-31T20:01:00.371Z | [ recovery-image] Oct 31 20:00:59.274 INFO O| Oct 31 20:00:59.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3934 | 2024-10-31T20:01:00.374Z | [ recovery-image] Oct 31 20:00:59.274 INFO O| Oct 31 20:00:59.274 INFO STEP 27 (remove_files) COMPLETE |
3935 | 2024-10-31T20:01:00.374Z | [ recovery-image] Oct 31 20:00:59.274 INFO O| Oct 31 20:00:59.274 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3936 | 2024-10-31T20:01:00.381Z | [ recovery-image] Oct 31 20:00:59.284 INFO O| Oct 31 20:00:59.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3937 | 2024-10-31T20:01:00.381Z | [ recovery-image] Oct 31 20:00:59.284 INFO O| Oct 31 20:00:59.284 INFO STEP 28 (remove_files) COMPLETE |
3938 | 2024-10-31T20:01:00.384Z | [ recovery-image] Oct 31 20:00:59.284 INFO O| Oct 31 20:00:59.284 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3939 | 2024-10-31T20:01:00.391Z | [ recovery-image] Oct 31 20:00:59.293 INFO O| Oct 31 20:00:59.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3940 | 2024-10-31T20:01:00.391Z | [ recovery-image] Oct 31 20:00:59.293 INFO O| Oct 31 20:00:59.293 INFO STEP 29 (remove_files) COMPLETE |
3941 | 2024-10-31T20:01:00.391Z | [ recovery-image] Oct 31 20:00:59.293 INFO O| Oct 31 20:00:59.293 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3942 | 2024-10-31T20:01:00.400Z | [ recovery-image] Oct 31 20:00:59.303 INFO O| Oct 31 20:00:59.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3943 | 2024-10-31T20:01:00.402Z | [ recovery-image] Oct 31 20:00:59.303 INFO O| Oct 31 20:00:59.303 INFO STEP 30 (remove_files) COMPLETE |
3944 | 2024-10-31T20:01:00.402Z | [ recovery-image] Oct 31 20:00:59.303 INFO O| Oct 31 20:00:59.303 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3945 | 2024-10-31T20:01:00.410Z | [ recovery-image] Oct 31 20:00:59.313 INFO O| Oct 31 20:00:59.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3946 | 2024-10-31T20:01:00.410Z | [ recovery-image] Oct 31 20:00:59.313 INFO O| Oct 31 20:00:59.313 INFO STEP 31 (remove_files) COMPLETE |
3947 | 2024-10-31T20:01:00.410Z | [ recovery-image] Oct 31 20:00:59.313 INFO O| Oct 31 20:00:59.313 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3948 | 2024-10-31T20:01:00.420Z | [ recovery-image] Oct 31 20:00:59.322 INFO O| Oct 31 20:00:59.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3949 | 2024-10-31T20:01:00.422Z | [ recovery-image] Oct 31 20:00:59.323 INFO O| Oct 31 20:00:59.322 INFO STEP 32 (remove_files) COMPLETE |
3950 | 2024-10-31T20:01:00.422Z | [ recovery-image] Oct 31 20:00:59.323 INFO O| Oct 31 20:00:59.323 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3951 | 2024-10-31T20:01:00.430Z | [ recovery-image] Oct 31 20:00:59.332 INFO O| Oct 31 20:00:59.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3952 | 2024-10-31T20:01:00.430Z | [ recovery-image] Oct 31 20:00:59.332 INFO O| Oct 31 20:00:59.332 INFO STEP 33 (remove_files) COMPLETE |
3953 | 2024-10-31T20:01:00.430Z | [ recovery-image] Oct 31 20:00:59.332 INFO O| Oct 31 20:00:59.332 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3954 | 2024-10-31T20:01:00.439Z | [ recovery-image] Oct 31 20:00:59.342 INFO O| Oct 31 20:00:59.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3955 | 2024-10-31T20:01:00.439Z | [ recovery-image] Oct 31 20:00:59.342 INFO O| Oct 31 20:00:59.342 INFO STEP 34 (remove_files) COMPLETE |
3956 | 2024-10-31T20:01:00.442Z | [ recovery-image] Oct 31 20:00:59.342 INFO O| Oct 31 20:00:59.342 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3957 | 2024-10-31T20:01:00.449Z | [ recovery-image] Oct 31 20:00:59.352 INFO O| Oct 31 20:00:59.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3958 | 2024-10-31T20:01:00.449Z | [ recovery-image] Oct 31 20:00:59.352 INFO O| Oct 31 20:00:59.352 INFO STEP 35 (remove_files) COMPLETE |
3959 | 2024-10-31T20:01:00.451Z | [ recovery-image] Oct 31 20:00:59.352 INFO O| Oct 31 20:00:59.352 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3960 | 2024-10-31T20:01:00.458Z | [ recovery-image] Oct 31 20:00:59.361 INFO O| Oct 31 20:00:59.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3961 | 2024-10-31T20:01:00.458Z | [ recovery-image] Oct 31 20:00:59.361 INFO O| Oct 31 20:00:59.361 INFO STEP 36 (remove_files) COMPLETE |
3962 | 2024-10-31T20:01:00.461Z | [ recovery-image] Oct 31 20:00:59.361 INFO O| Oct 31 20:00:59.361 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3963 | 2024-10-31T20:01:00.468Z | [ recovery-image] Oct 31 20:00:59.371 INFO O| Oct 31 20:00:59.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3964 | 2024-10-31T20:01:00.468Z | [ recovery-image] Oct 31 20:00:59.371 INFO O| Oct 31 20:00:59.371 INFO STEP 37 (remove_files) COMPLETE |
3965 | 2024-10-31T20:01:00.470Z | [ recovery-image] Oct 31 20:00:59.371 INFO O| Oct 31 20:00:59.371 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3966 | 2024-10-31T20:01:00.478Z | [ recovery-image] Oct 31 20:00:59.380 INFO O| Oct 31 20:00:59.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3967 | 2024-10-31T20:01:00.478Z | [ recovery-image] Oct 31 20:00:59.380 INFO O| Oct 31 20:00:59.380 INFO STEP 38 (remove_files) COMPLETE |
3968 | 2024-10-31T20:01:00.478Z | [ recovery-image] Oct 31 20:00:59.380 INFO O| Oct 31 20:00:59.380 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3969 | 2024-10-31T20:01:00.487Z | [ recovery-image] Oct 31 20:00:59.390 INFO O| Oct 31 20:00:59.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3970 | 2024-10-31T20:01:00.487Z | [ recovery-image] Oct 31 20:00:59.390 INFO O| Oct 31 20:00:59.390 INFO STEP 39 (remove_files) COMPLETE |
3971 | 2024-10-31T20:01:00.487Z | [ recovery-image] Oct 31 20:00:59.390 INFO O| Oct 31 20:00:59.390 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3972 | 2024-10-31T20:01:00.497Z | [ recovery-image] Oct 31 20:00:59.400 INFO O| Oct 31 20:00:59.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3973 | 2024-10-31T20:01:00.498Z | [ recovery-image] Oct 31 20:00:59.400 INFO O| Oct 31 20:00:59.400 INFO STEP 40 (remove_files) COMPLETE |
3974 | 2024-10-31T20:01:00.501Z | [ recovery-image] Oct 31 20:00:59.400 INFO O| Oct 31 20:00:59.400 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3975 | 2024-10-31T20:01:00.507Z | [ recovery-image] Oct 31 20:00:59.409 INFO O| Oct 31 20:00:59.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3976 | 2024-10-31T20:01:00.509Z | [ recovery-image] Oct 31 20:00:59.409 INFO O| Oct 31 20:00:59.409 INFO STEP 41 (remove_files) COMPLETE |
3977 | 2024-10-31T20:01:00.509Z | [ recovery-image] Oct 31 20:00:59.409 INFO O| Oct 31 20:00:59.409 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3978 | 2024-10-31T20:01:00.516Z | [ recovery-image] Oct 31 20:00:59.419 INFO O| Oct 31 20:00:59.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3979 | 2024-10-31T20:01:00.516Z | [ recovery-image] Oct 31 20:00:59.419 INFO O| Oct 31 20:00:59.419 INFO STEP 42 (remove_files) COMPLETE |
3980 | 2024-10-31T20:01:00.516Z | [ recovery-image] Oct 31 20:00:59.419 INFO O| Oct 31 20:00:59.419 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3981 | 2024-10-31T20:01:00.527Z | [ recovery-image] Oct 31 20:00:59.429 INFO O| Oct 31 20:00:59.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3982 | 2024-10-31T20:01:00.527Z | [ recovery-image] Oct 31 20:00:59.429 INFO O| Oct 31 20:00:59.429 INFO STEP 43 (remove_files) COMPLETE |
3983 | 2024-10-31T20:01:00.529Z | [ recovery-image] Oct 31 20:00:59.429 INFO O| Oct 31 20:00:59.429 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3984 | 2024-10-31T20:01:00.538Z | [ recovery-image] Oct 31 20:00:59.441 INFO O| Oct 31 20:00:59.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3985 | 2024-10-31T20:01:00.538Z | [ recovery-image] Oct 31 20:00:59.441 INFO O| Oct 31 20:00:59.441 INFO STEP 44 (remove_files) COMPLETE |
3986 | 2024-10-31T20:01:00.540Z | [ recovery-image] Oct 31 20:00:59.441 INFO O| Oct 31 20:00:59.441 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3987 | 2024-10-31T20:01:00.549Z | [ recovery-image] Oct 31 20:00:59.452 INFO O| Oct 31 20:00:59.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3988 | 2024-10-31T20:01:00.552Z | [ recovery-image] Oct 31 20:00:59.452 INFO O| Oct 31 20:00:59.452 INFO STEP 45 (remove_files) COMPLETE |
3989 | 2024-10-31T20:01:00.553Z | [ recovery-image] Oct 31 20:00:59.452 INFO O| Oct 31 20:00:59.452 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3990 | 2024-10-31T20:01:00.563Z | [ recovery-image] Oct 31 20:00:59.464 INFO O| Oct 31 20:00:59.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3991 | 2024-10-31T20:01:00.563Z | [ recovery-image] Oct 31 20:00:59.464 INFO O| Oct 31 20:00:59.464 INFO STEP 46 (remove_files) COMPLETE |
3992 | 2024-10-31T20:01:00.565Z | [ recovery-image] Oct 31 20:00:59.464 INFO O| Oct 31 20:00:59.464 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3993 | 2024-10-31T20:01:00.571Z | [ recovery-image] Oct 31 20:00:59.474 INFO O| Oct 31 20:00:59.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3994 | 2024-10-31T20:01:00.571Z | [ recovery-image] Oct 31 20:00:59.474 INFO O| Oct 31 20:00:59.474 INFO STEP 47 (remove_files) COMPLETE |
3995 | 2024-10-31T20:01:00.574Z | [ recovery-image] Oct 31 20:00:59.474 INFO O| Oct 31 20:00:59.474 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3996 | 2024-10-31T20:01:00.581Z | [ recovery-image] Oct 31 20:00:59.484 INFO O| Oct 31 20:00:59.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3997 | 2024-10-31T20:01:00.581Z | [ recovery-image] Oct 31 20:00:59.484 INFO O| Oct 31 20:00:59.484 INFO STEP 48 (remove_files) COMPLETE |
3998 | 2024-10-31T20:01:00.581Z | [ recovery-image] Oct 31 20:00:59.484 INFO O| Oct 31 20:00:59.484 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3999 | 2024-10-31T20:01:00.590Z | [ recovery-image] Oct 31 20:00:59.493 INFO O| Oct 31 20:00:59.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4000 | 2024-10-31T20:01:00.590Z | [ recovery-image] Oct 31 20:00:59.493 INFO O| Oct 31 20:00:59.493 INFO STEP 49 (remove_files) COMPLETE |
4001 | 2024-10-31T20:01:00.592Z | [ recovery-image] Oct 31 20:00:59.493 INFO O| Oct 31 20:00:59.493 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4002 | 2024-10-31T20:01:00.600Z | [ recovery-image] Oct 31 20:00:59.503 INFO O| Oct 31 20:00:59.503 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4003 | 2024-10-31T20:01:00.600Z | [ recovery-image] Oct 31 20:00:59.503 INFO O| Oct 31 20:00:59.503 INFO STEP 50 (remove_files) COMPLETE |
4004 | 2024-10-31T20:01:00.602Z | [ recovery-image] Oct 31 20:00:59.503 INFO O| Oct 31 20:00:59.503 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4005 | 2024-10-31T20:01:00.609Z | [ recovery-image] Oct 31 20:00:59.512 INFO O| Oct 31 20:00:59.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4006 | 2024-10-31T20:01:00.612Z | [ recovery-image] Oct 31 20:00:59.512 INFO O| Oct 31 20:00:59.512 INFO STEP 51 (remove_files) COMPLETE |
4007 | 2024-10-31T20:01:00.612Z | [ recovery-image] Oct 31 20:00:59.512 INFO O| Oct 31 20:00:59.512 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4008 | 2024-10-31T20:01:00.619Z | [ recovery-image] Oct 31 20:00:59.522 INFO O| Oct 31 20:00:59.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4009 | 2024-10-31T20:01:00.619Z | [ recovery-image] Oct 31 20:00:59.522 INFO O| Oct 31 20:00:59.522 INFO STEP 52 (remove_files) COMPLETE |
4010 | 2024-10-31T20:01:00.619Z | [ recovery-image] Oct 31 20:00:59.522 INFO O| Oct 31 20:00:59.522 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4011 | 2024-10-31T20:01:00.629Z | [ recovery-image] Oct 31 20:00:59.531 INFO O| Oct 31 20:00:59.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4012 | 2024-10-31T20:01:00.629Z | [ recovery-image] Oct 31 20:00:59.531 INFO O| Oct 31 20:00:59.531 INFO STEP 53 (remove_files) COMPLETE |
4013 | 2024-10-31T20:01:00.631Z | [ recovery-image] Oct 31 20:00:59.532 INFO O| Oct 31 20:00:59.531 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4014 | 2024-10-31T20:01:00.639Z | [ recovery-image] Oct 31 20:00:59.541 INFO O| Oct 31 20:00:59.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4015 | 2024-10-31T20:01:00.639Z | [ recovery-image] Oct 31 20:00:59.541 INFO O| Oct 31 20:00:59.541 INFO STEP 54 (remove_files) COMPLETE |
4016 | 2024-10-31T20:01:00.639Z | [ recovery-image] Oct 31 20:00:59.541 INFO O| Oct 31 20:00:59.541 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4017 | 2024-10-31T20:01:00.648Z | [ recovery-image] Oct 31 20:00:59.551 INFO O| Oct 31 20:00:59.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4018 | 2024-10-31T20:01:00.651Z | [ recovery-image] Oct 31 20:00:59.551 INFO O| Oct 31 20:00:59.551 INFO STEP 55 (remove_files) COMPLETE |
4019 | 2024-10-31T20:01:00.651Z | [ recovery-image] Oct 31 20:00:59.551 INFO O| Oct 31 20:00:59.551 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4020 | 2024-10-31T20:01:00.658Z | [ recovery-image] Oct 31 20:00:59.561 INFO O| Oct 31 20:00:59.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4021 | 2024-10-31T20:01:00.658Z | [ recovery-image] Oct 31 20:00:59.561 INFO O| Oct 31 20:00:59.561 INFO STEP 56 (remove_files) COMPLETE |
4022 | 2024-10-31T20:01:00.658Z | [ recovery-image] Oct 31 20:00:59.561 INFO O| Oct 31 20:00:59.561 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4023 | 2024-10-31T20:01:00.668Z | [ recovery-image] Oct 31 20:00:59.570 INFO O| Oct 31 20:00:59.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4024 | 2024-10-31T20:01:00.668Z | [ recovery-image] Oct 31 20:00:59.570 INFO O| Oct 31 20:00:59.570 INFO STEP 57 (remove_files) COMPLETE |
4025 | 2024-10-31T20:01:00.670Z | [ recovery-image] Oct 31 20:00:59.571 INFO O| Oct 31 20:00:59.570 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4026 | 2024-10-31T20:01:00.678Z | [ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4027 | 2024-10-31T20:01:00.678Z | [ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4028 | 2024-10-31T20:01:00.681Z | [ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4029 | 2024-10-31T20:01:00.681Z | [ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4030 | 2024-10-31T20:01:00.681Z | [ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4031 | 2024-10-31T20:01:00.681Z | [ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4032 | 2024-10-31T20:01:00.681Z | [ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO ok! |
4033 | 2024-10-31T20:01:00.681Z | [ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO STEP 58 (ensure_file) COMPLETE |
4034 | 2024-10-31T20:01:00.681Z | [ recovery-image] Oct 31 20:00:59.581 INFO O| Oct 31 20:00:59.581 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4035 | 2024-10-31T20:01:00.689Z | [ recovery-image] Oct 31 20:00:59.591 INFO O| Oct 31 20:00:59.591 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4036 | 2024-10-31T20:01:00.689Z | [ recovery-image] Oct 31 20:00:59.591 INFO O| Oct 31 20:00:59.591 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4037 | 2024-10-31T20:01:00.691Z | [ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4038 | 2024-10-31T20:01:00.691Z | [ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4039 | 2024-10-31T20:01:00.691Z | [ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4040 | 2024-10-31T20:01:00.691Z | [ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4041 | 2024-10-31T20:01:00.691Z | [ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO ok! |
4042 | 2024-10-31T20:01:00.691Z | [ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO STEP 59 (ensure_file) COMPLETE |
4043 | 2024-10-31T20:01:00.691Z | [ recovery-image] Oct 31 20:00:59.592 INFO O| Oct 31 20:00:59.592 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4044 | 2024-10-31T20:01:00.699Z | [ recovery-image] Oct 31 20:00:59.601 INFO O| Oct 31 20:00:59.601 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4045 | 2024-10-31T20:01:00.701Z | [ recovery-image] Oct 31 20:00:59.601 INFO O| Oct 31 20:00:59.601 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4046 | 2024-10-31T20:01:00.701Z | [ recovery-image] Oct 31 20:00:59.602 INFO O| Oct 31 20:00:59.602 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4047 | 2024-10-31T20:01:00.701Z | [ recovery-image] Oct 31 20:00:59.602 INFO O| Oct 31 20:00:59.602 INFO ok! |
4048 | 2024-10-31T20:01:00.701Z | [ recovery-image] Oct 31 20:00:59.602 INFO O| Oct 31 20:00:59.602 INFO STEP 60 (ensure_file) COMPLETE |
4049 | 2024-10-31T20:01:00.701Z | [ recovery-image] Oct 31 20:00:59.602 INFO O| Oct 31 20:00:59.602 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4050 | 2024-10-31T20:01:00.709Z | [ recovery-image] Oct 31 20:00:59.611 INFO O| Oct 31 20:00:59.611 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4051 | 2024-10-31T20:01:00.709Z | [ recovery-image] Oct 31 20:00:59.611 INFO O| Oct 31 20:00:59.611 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4052 | 2024-10-31T20:01:00.711Z | [ recovery-image] Oct 31 20:00:59.612 INFO O| Oct 31 20:00:59.611 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4053 | 2024-10-31T20:01:00.711Z | [ recovery-image] Oct 31 20:00:59.612 INFO O| Oct 31 20:00:59.612 INFO ok! |
4054 | 2024-10-31T20:01:00.711Z | [ recovery-image] Oct 31 20:00:59.612 INFO O| Oct 31 20:00:59.612 INFO STEP 61 (ensure_file) COMPLETE |
4055 | 2024-10-31T20:01:00.711Z | [ recovery-image] Oct 31 20:00:59.612 INFO O| Oct 31 20:00:59.612 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4056 | 2024-10-31T20:01:00.719Z | [ recovery-image] Oct 31 20:00:59.621 INFO O| Oct 31 20:00:59.621 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4057 | 2024-10-31T20:01:00.719Z | [ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4058 | 2024-10-31T20:01:00.721Z | [ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4059 | 2024-10-31T20:01:00.721Z | [ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4060 | 2024-10-31T20:01:00.721Z | [ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO ok! |
4061 | 2024-10-31T20:01:00.721Z | [ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO STEP 62 (ensure_file) COMPLETE |
4062 | 2024-10-31T20:01:00.721Z | [ recovery-image] Oct 31 20:00:59.622 INFO O| Oct 31 20:00:59.622 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4063 | 2024-10-31T20:01:00.729Z | [ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.631 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4064 | 2024-10-31T20:01:00.730Z | [ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4065 | 2024-10-31T20:01:00.732Z | [ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4066 | 2024-10-31T20:01:00.732Z | [ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4067 | 2024-10-31T20:01:00.732Z | [ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO ok! |
4068 | 2024-10-31T20:01:00.732Z | [ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO STEP 63 (ensure_file) COMPLETE |
4069 | 2024-10-31T20:01:00.732Z | [ recovery-image] Oct 31 20:00:59.632 INFO O| Oct 31 20:00:59.632 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4070 | 2024-10-31T20:01:00.739Z | [ recovery-image] Oct 31 20:00:59.641 INFO O| Oct 31 20:00:59.641 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4071 | 2024-10-31T20:01:00.739Z | [ recovery-image] Oct 31 20:00:59.642 INFO O| Oct 31 20:00:59.641 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4072 | 2024-10-31T20:01:00.739Z | [ recovery-image] Oct 31 20:00:59.642 INFO O| Oct 31 20:00:59.642 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4073 | 2024-10-31T20:01:00.741Z | [ recovery-image] Oct 31 20:00:59.642 INFO O| Oct 31 20:00:59.642 INFO ok! |
4074 | 2024-10-31T20:01:00.741Z | [ recovery-image] Oct 31 20:00:59.642 INFO O| Oct 31 20:00:59.642 INFO STEP 64 (assemble_files) COMPLETE |
4075 | 2024-10-31T20:01:00.741Z | [ recovery-image] Oct 31 20:00:59.642 INFO O| Oct 31 20:00:59.642 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-10-31T20:01:00.749Z | [ recovery-image] Oct 31 20:00:59.651 INFO O| Oct 31 20:00:59.651 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4077 | 2024-10-31T20:01:00.749Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.651 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4078 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4079 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4080 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO ok! |
4081 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO STEP 65 (ensure_file) COMPLETE |
4082 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4083 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO skip step because feature "omicron1" is not enabled |
4084 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4085 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO skip step because feature "omicron1" is not enabled |
4086 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO skip step because feature "omicron1" is not enabled |
4088 | 2024-10-31T20:01:00.751Z | [ recovery-image] Oct 31 20:00:59.652 INFO O| Oct 31 20:00:59.652 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-10-31T20:01:00.764Z | [ recovery-image] Oct 31 20:00:59.667 INFO O| Oct 31 20:00:59.667 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4090 | 2024-10-31T20:01:00.767Z | [ recovery-image] Oct 31 20:00:59.667 INFO O| Oct 31 20:00:59.667 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4091 | 2024-10-31T20:01:01.989Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 42s |
4092 | 2024-10-31T20:01:02.353Z | Oct 31 20:01:01.256 INFO [verify-libraries] process exited with exit status: 0 (346.49297125s) |
4093 | 2024-10-31T20:01:02.388Z | [ host-image] Oct 31 20:01:01.290 INFO O| Oct 31 20:01:01.290 INFO O| Actions: 43440/49311 actions (Installing new actions) |
4094 | 2024-10-31T20:01:02.520Z | [ recovery-image] Oct 31 20:01:01.422 INFO O| Oct 31 20:01:01.421 INFO STEP 69 (pack_tar) COMPLETE |
4095 | 2024-10-31T20:01:02.520Z | [ recovery-image] Oct 31 20:01:01.422 INFO O| Oct 31 20:01:01.422 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4096 | 2024-10-31T20:01:02.520Z | [ recovery-image] Oct 31 20:01:01.422 INFO O| Oct 31 20:01:01.422 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4097 | 2024-10-31T20:01:02.899Z | [ recovery-image] Oct 31 20:01:01.802 INFO O| Oct 31 20:01:01.801 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4098 | 2024-10-31T20:01:03.088Z | [ recovery-image] Oct 31 20:01:01.991 INFO O| Oct 31 20:01:01.991 INFO completed processing gimlet/ramdisk-02-trim |
4099 | 2024-10-31T20:01:03.091Z | [ recovery-image] Oct 31 20:01:01.993 INFO image builder template: ramdisk-03-recovery-trim... |
4100 | 2024-10-31T20:01:03.091Z | [ recovery-image] Oct 31 20:01:01.993 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/.tmpap0uK3/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 |
4101 | 2024-10-31T20:01:03.201Z | [ recovery-image] Oct 31 20:01:02.102 INFO O| Oct 31 20:01:02.101 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4102 | 2024-10-31T20:01:03.204Z | [ recovery-image] Oct 31 20:01:02.106 INFO O| Oct 31 20:01:02.106 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4103 | 2024-10-31T20:01:03.317Z | [ recovery-image] Oct 31 20:01:02.220 INFO O| Oct 31 20:01:02.220 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4104 | 2024-10-31T20:01:03.379Z | [ recovery-image] Oct 31 20:01:02.282 INFO O| Oct 31 20:01:02.281 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4105 | 2024-10-31T20:01:03.389Z | [ recovery-image] Oct 31 20:01:02.282 INFO O| Oct 31 20:01:02.282 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4106 | 2024-10-31T20:01:03.389Z | [ recovery-image] Oct 31 20:01:02.290 INFO O| Oct 31 20:01:02.290 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4107 | 2024-10-31T20:01:03.396Z | [ recovery-image] Oct 31 20:01:02.294 INFO O| Oct 31 20:01:02.294 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4108 | 2024-10-31T20:01:03.399Z | [ recovery-image] Oct 31 20:01:02.299 INFO O| Oct 31 20:01:02.299 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4109 | 2024-10-31T20:01:03.954Z | [ host-image] Oct 31 20:01:02.855 INFO O| Oct 31 20:01:02.855 INFO O| Actions: Completed 49311 actions in 16.58 seconds. |
4110 | 2024-10-31T20:01:04.296Z | [ host-image] Oct 31 20:01:03.198 INFO O| Oct 31 20:01:03.198 INFO O| Done |
4111 | 2024-10-31T20:01:04.296Z | [ host-image] Oct 31 20:01:03.198 INFO O| Oct 31 20:01:03.198 INFO O| Done |
4112 | 2024-10-31T20:01:04.343Z | [ recovery-image] Oct 31 20:01:03.245 INFO O| Oct 31 20:01:03.245 INFO rolled back to input snapshot; work may begin |
4113 | 2024-10-31T20:01:04.343Z | [ recovery-image] Oct 31 20:01:03.245 INFO O| Oct 31 20:01:03.245 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4114 | 2024-10-31T20:01:04.348Z | [ recovery-image] Oct 31 20:01:03.251 INFO O| Oct 31 20:01:03.251 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4115 | 2024-10-31T20:01:04.359Z | [ recovery-image] Oct 31 20:01:03.261 INFO O| Oct 31 20:01:03.261 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4116 | 2024-10-31T20:01:04.363Z | [ recovery-image] Oct 31 20:01:03.265 INFO O| Oct 31 20:01:03.265 INFO STEP 0 (remove_files) COMPLETE |
4117 | 2024-10-31T20:01:04.363Z | [ recovery-image] Oct 31 20:01:03.265 INFO O| Oct 31 20:01:03.265 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4118 | 2024-10-31T20:01:04.372Z | [ recovery-image] Oct 31 20:01:03.275 INFO O| Oct 31 20:01:03.275 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4119 | 2024-10-31T20:01:04.423Z | [ recovery-image] Oct 31 20:01:03.325 INFO O| Oct 31 20:01:03.325 INFO STEP 1 (remove_files) COMPLETE |
4120 | 2024-10-31T20:01:04.423Z | [ recovery-image] Oct 31 20:01:03.325 INFO O| Oct 31 20:01:03.325 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4121 | 2024-10-31T20:01:04.433Z | [ recovery-image] Oct 31 20:01:03.336 INFO O| Oct 31 20:01:03.336 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4122 | 2024-10-31T20:01:04.436Z | [ recovery-image] Oct 31 20:01:03.338 INFO O| Oct 31 20:01:03.338 INFO STEP 2 (remove_files) COMPLETE |
4123 | 2024-10-31T20:01:04.436Z | [ recovery-image] Oct 31 20:01:03.338 INFO O| Oct 31 20:01:03.338 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4124 | 2024-10-31T20:01:04.445Z | [ recovery-image] Oct 31 20:01:03.347 INFO O| Oct 31 20:01:03.347 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4125 | 2024-10-31T20:01:04.485Z | [ recovery-image] Oct 31 20:01:03.387 INFO O| Oct 31 20:01:03.387 INFO STEP 3 (remove_files) COMPLETE |
4126 | 2024-10-31T20:01:04.485Z | [ recovery-image] Oct 31 20:01:03.387 INFO O| Oct 31 20:01:03.387 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4127 | 2024-10-31T20:01:04.496Z | [ recovery-image] Oct 31 20:01:03.398 INFO O| Oct 31 20:01:03.398 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4128 | 2024-10-31T20:01:04.507Z | [ recovery-image] Oct 31 20:01:03.410 INFO O| Oct 31 20:01:03.410 INFO STEP 4 (remove_files) COMPLETE |
4129 | 2024-10-31T20:01:04.510Z | [ recovery-image] Oct 31 20:01:03.410 INFO O| Oct 31 20:01:03.410 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4130 | 2024-10-31T20:01:04.517Z | [ recovery-image] Oct 31 20:01:03.419 INFO O| Oct 31 20:01:03.419 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4131 | 2024-10-31T20:01:04.522Z | [ recovery-image] Oct 31 20:01:03.424 INFO O| Oct 31 20:01:03.424 INFO STEP 5 (remove_files) COMPLETE |
4132 | 2024-10-31T20:01:04.522Z | [ recovery-image] Oct 31 20:01:03.424 INFO O| Oct 31 20:01:03.424 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4133 | 2024-10-31T20:01:04.531Z | [ recovery-image] Oct 31 20:01:03.434 INFO O| Oct 31 20:01:03.434 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4134 | 2024-10-31T20:01:04.534Z | [ recovery-image] Oct 31 20:01:03.436 INFO O| Oct 31 20:01:03.436 INFO STEP 6 (remove_files) COMPLETE |
4135 | 2024-10-31T20:01:04.534Z | [ recovery-image] Oct 31 20:01:03.436 INFO O| Oct 31 20:01:03.436 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4136 | 2024-10-31T20:01:04.546Z | [ recovery-image] Oct 31 20:01:03.445 INFO O| Oct 31 20:01:03.445 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4137 | 2024-10-31T20:01:04.546Z | [ recovery-image] Oct 31 20:01:03.447 INFO O| Oct 31 20:01:03.447 INFO STEP 7 (remove_files) COMPLETE |
4138 | 2024-10-31T20:01:04.546Z | [ recovery-image] Oct 31 20:01:03.447 INFO O| Oct 31 20:01:03.447 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4139 | 2024-10-31T20:01:04.555Z | [ recovery-image] Oct 31 20:01:03.458 INFO O| Oct 31 20:01:03.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4140 | 2024-10-31T20:01:04.559Z | [ recovery-image] Oct 31 20:01:03.462 INFO O| Oct 31 20:01:03.462 INFO STEP 8 (remove_files) COMPLETE |
4141 | 2024-10-31T20:01:04.559Z | [ recovery-image] Oct 31 20:01:03.462 INFO O| Oct 31 20:01:03.462 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4142 | 2024-10-31T20:01:04.569Z | [ recovery-image] Oct 31 20:01:03.471 INFO O| Oct 31 20:01:03.471 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4143 | 2024-10-31T20:01:04.571Z | [ recovery-image] Oct 31 20:01:03.471 INFO O| Oct 31 20:01:03.471 INFO STEP 9 (remove_files) COMPLETE |
4144 | 2024-10-31T20:01:04.571Z | [ recovery-image] Oct 31 20:01:03.471 INFO O| Oct 31 20:01:03.471 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4145 | 2024-10-31T20:01:04.578Z | [ recovery-image] Oct 31 20:01:03.481 INFO O| Oct 31 20:01:03.481 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4146 | 2024-10-31T20:01:04.581Z | [ recovery-image] Oct 31 20:01:03.482 INFO O| Oct 31 20:01:03.482 INFO STEP 10 (remove_files) COMPLETE |
4147 | 2024-10-31T20:01:04.581Z | [ recovery-image] Oct 31 20:01:03.482 INFO O| Oct 31 20:01:03.482 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4148 | 2024-10-31T20:01:04.589Z | [ recovery-image] Oct 31 20:01:03.491 INFO O| Oct 31 20:01:03.491 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4149 | 2024-10-31T20:01:04.637Z | [ recovery-image] Oct 31 20:01:03.539 INFO O| Oct 31 20:01:03.539 INFO STEP 11 (remove_files) COMPLETE |
4150 | 2024-10-31T20:01:04.638Z | [ recovery-image] Oct 31 20:01:03.540 INFO O| Oct 31 20:01:03.539 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4151 | 2024-10-31T20:01:04.648Z | [ recovery-image] Oct 31 20:01:03.550 INFO O| Oct 31 20:01:03.550 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4152 | 2024-10-31T20:01:04.651Z | [ recovery-image] Oct 31 20:01:03.554 INFO O| Oct 31 20:01:03.554 INFO STEP 12 (remove_files) COMPLETE |
4153 | 2024-10-31T20:01:04.651Z | [ recovery-image] Oct 31 20:01:03.554 INFO O| Oct 31 20:01:03.554 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-10-31T20:01:04.661Z | [ recovery-image] Oct 31 20:01:03.563 INFO O| Oct 31 20:01:03.563 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4155 | 2024-10-31T20:01:04.664Z | [ recovery-image] Oct 31 20:01:03.567 INFO O| Oct 31 20:01:03.567 INFO STEP 13 (remove_files) COMPLETE |
4156 | 2024-10-31T20:01:04.664Z | [ recovery-image] Oct 31 20:01:03.567 INFO O| Oct 31 20:01:03.567 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-10-31T20:01:04.674Z | [ recovery-image] Oct 31 20:01:03.576 INFO O| Oct 31 20:01:03.576 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4158 | 2024-10-31T20:01:04.676Z | [ recovery-image] Oct 31 20:01:03.577 INFO O| Oct 31 20:01:03.577 INFO STEP 14 (remove_files) COMPLETE |
4159 | 2024-10-31T20:01:04.676Z | [ recovery-image] Oct 31 20:01:03.577 INFO O| Oct 31 20:01:03.577 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-10-31T20:01:04.684Z | [ recovery-image] Oct 31 20:01:03.586 INFO O| Oct 31 20:01:03.586 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4161 | 2024-10-31T20:01:04.686Z | [ recovery-image] Oct 31 20:01:03.587 INFO O| Oct 31 20:01:03.587 INFO STEP 15 (remove_files) COMPLETE |
4162 | 2024-10-31T20:01:04.686Z | [ recovery-image] Oct 31 20:01:03.587 INFO O| Oct 31 20:01:03.587 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-10-31T20:01:04.694Z | [ recovery-image] Oct 31 20:01:03.596 INFO O| Oct 31 20:01:03.596 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4164 | 2024-10-31T20:01:04.701Z | [ recovery-image] Oct 31 20:01:03.604 INFO O| Oct 31 20:01:03.604 INFO STEP 16 (remove_files) COMPLETE |
4165 | 2024-10-31T20:01:04.701Z | [ recovery-image] Oct 31 20:01:03.604 INFO O| Oct 31 20:01:03.604 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-10-31T20:01:04.711Z | [ recovery-image] Oct 31 20:01:03.613 INFO O| Oct 31 20:01:03.613 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4167 | 2024-10-31T20:01:04.713Z | [ recovery-image] Oct 31 20:01:03.613 INFO O| Oct 31 20:01:03.613 INFO STEP 17 (remove_files) COMPLETE |
4168 | 2024-10-31T20:01:04.713Z | [ recovery-image] Oct 31 20:01:03.613 INFO O| Oct 31 20:01:03.613 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-10-31T20:01:04.720Z | [ recovery-image] Oct 31 20:01:03.623 INFO O| Oct 31 20:01:03.623 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4170 | 2024-10-31T20:01:04.723Z | [ recovery-image] Oct 31 20:01:03.623 INFO O| Oct 31 20:01:03.623 INFO STEP 18 (remove_files) COMPLETE |
4171 | 2024-10-31T20:01:04.723Z | [ recovery-image] Oct 31 20:01:03.623 INFO O| Oct 31 20:01:03.623 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-10-31T20:01:04.730Z | [ recovery-image] Oct 31 20:01:03.633 INFO O| Oct 31 20:01:03.633 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4173 | 2024-10-31T20:01:04.771Z | [ recovery-image] Oct 31 20:01:03.673 INFO O| Oct 31 20:01:03.673 INFO STEP 19 (remove_files) COMPLETE |
4174 | 2024-10-31T20:01:04.771Z | [ recovery-image] Oct 31 20:01:03.673 INFO O| Oct 31 20:01:03.673 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-10-31T20:01:04.782Z | [ recovery-image] Oct 31 20:01:03.685 INFO O| Oct 31 20:01:03.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4176 | 2024-10-31T20:01:04.785Z | [ recovery-image] Oct 31 20:01:03.686 INFO O| Oct 31 20:01:03.686 INFO STEP 20 (remove_files) COMPLETE |
4177 | 2024-10-31T20:01:04.785Z | [ recovery-image] Oct 31 20:01:03.686 INFO O| Oct 31 20:01:03.686 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4178 | 2024-10-31T20:01:04.793Z | [ recovery-image] Oct 31 20:01:03.695 INFO O| Oct 31 20:01:03.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4179 | 2024-10-31T20:01:04.795Z | [ recovery-image] Oct 31 20:01:03.696 INFO O| Oct 31 20:01:03.696 INFO STEP 21 (remove_files) COMPLETE |
4180 | 2024-10-31T20:01:04.795Z | [ recovery-image] Oct 31 20:01:03.696 INFO O| Oct 31 20:01:03.696 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4181 | 2024-10-31T20:01:04.803Z | [ recovery-image] Oct 31 20:01:03.705 INFO O| Oct 31 20:01:03.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4182 | 2024-10-31T20:01:04.805Z | [ recovery-image] Oct 31 20:01:03.706 INFO O| Oct 31 20:01:03.706 INFO STEP 22 (remove_files) COMPLETE |
4183 | 2024-10-31T20:01:04.805Z | [ recovery-image] Oct 31 20:01:03.706 INFO O| Oct 31 20:01:03.706 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4184 | 2024-10-31T20:01:04.813Z | [ recovery-image] Oct 31 20:01:03.715 INFO O| Oct 31 20:01:03.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4185 | 2024-10-31T20:01:04.813Z | [ recovery-image] Oct 31 20:01:03.715 INFO O| Oct 31 20:01:03.715 INFO STEP 23 (remove_files) COMPLETE |
4186 | 2024-10-31T20:01:04.815Z | [ recovery-image] Oct 31 20:01:03.715 INFO O| Oct 31 20:01:03.715 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4187 | 2024-10-31T20:01:04.822Z | [ recovery-image] Oct 31 20:01:03.724 INFO O| Oct 31 20:01:03.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4188 | 2024-10-31T20:01:04.824Z | [ recovery-image] Oct 31 20:01:03.725 INFO O| Oct 31 20:01:03.725 INFO STEP 24 (remove_files) COMPLETE |
4189 | 2024-10-31T20:01:04.824Z | [ recovery-image] Oct 31 20:01:03.725 INFO O| Oct 31 20:01:03.725 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4190 | 2024-10-31T20:01:04.832Z | [ recovery-image] Oct 31 20:01:03.734 INFO O| Oct 31 20:01:03.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4191 | 2024-10-31T20:01:04.832Z | [ recovery-image] Oct 31 20:01:03.734 INFO O| Oct 31 20:01:03.734 INFO STEP 25 (remove_files) COMPLETE |
4192 | 2024-10-31T20:01:04.834Z | [ recovery-image] Oct 31 20:01:03.734 INFO O| Oct 31 20:01:03.734 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-10-31T20:01:04.842Z | [ recovery-image] Oct 31 20:01:03.744 INFO O| Oct 31 20:01:03.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4194 | 2024-10-31T20:01:04.845Z | [ recovery-image] Oct 31 20:01:03.744 INFO O| Oct 31 20:01:03.744 INFO STEP 26 (remove_files) COMPLETE |
4195 | 2024-10-31T20:01:04.845Z | [ recovery-image] Oct 31 20:01:03.744 INFO O| Oct 31 20:01:03.744 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-10-31T20:01:04.851Z | [ recovery-image] Oct 31 20:01:03.753 INFO O| Oct 31 20:01:03.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4197 | 2024-10-31T20:01:04.853Z | [ recovery-image] Oct 31 20:01:03.754 INFO O| Oct 31 20:01:03.754 INFO STEP 27 (remove_files) COMPLETE |
4198 | 2024-10-31T20:01:04.853Z | [ recovery-image] Oct 31 20:01:03.754 INFO O| Oct 31 20:01:03.754 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-10-31T20:01:04.861Z | [ recovery-image] Oct 31 20:01:03.763 INFO O| Oct 31 20:01:03.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4200 | 2024-10-31T20:01:04.863Z | [ recovery-image] Oct 31 20:01:03.764 INFO O| Oct 31 20:01:03.764 INFO STEP 28 (remove_files) COMPLETE |
4201 | 2024-10-31T20:01:04.863Z | [ recovery-image] Oct 31 20:01:03.764 INFO O| Oct 31 20:01:03.764 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4202 | 2024-10-31T20:01:04.871Z | [ recovery-image] Oct 31 20:01:03.773 INFO O| Oct 31 20:01:03.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4203 | 2024-10-31T20:01:04.871Z | [ recovery-image] Oct 31 20:01:03.773 INFO O| Oct 31 20:01:03.773 INFO STEP 29 (remove_files) COMPLETE |
4204 | 2024-10-31T20:01:04.871Z | [ recovery-image] Oct 31 20:01:03.773 INFO O| Oct 31 20:01:03.773 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4205 | 2024-10-31T20:01:04.880Z | [ recovery-image] Oct 31 20:01:03.782 INFO O| Oct 31 20:01:03.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4206 | 2024-10-31T20:01:04.882Z | [ recovery-image] Oct 31 20:01:03.782 INFO O| Oct 31 20:01:03.782 INFO STEP 30 (remove_files) COMPLETE |
4207 | 2024-10-31T20:01:04.882Z | [ recovery-image] Oct 31 20:01:03.782 INFO O| Oct 31 20:01:03.782 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-10-31T20:01:04.889Z | [ recovery-image] Oct 31 20:01:03.792 INFO O| Oct 31 20:01:03.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4209 | 2024-10-31T20:01:04.889Z | [ recovery-image] Oct 31 20:01:03.792 INFO O| Oct 31 20:01:03.792 INFO STEP 31 (remove_files) COMPLETE |
4210 | 2024-10-31T20:01:04.892Z | [ recovery-image] Oct 31 20:01:03.792 INFO O| Oct 31 20:01:03.792 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-10-31T20:01:04.899Z | [ recovery-image] Oct 31 20:01:03.801 INFO O| Oct 31 20:01:03.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4212 | 2024-10-31T20:01:04.901Z | [ recovery-image] Oct 31 20:01:03.802 INFO O| Oct 31 20:01:03.802 INFO STEP 32 (remove_files) COMPLETE |
4213 | 2024-10-31T20:01:04.901Z | [ recovery-image] Oct 31 20:01:03.802 INFO O| Oct 31 20:01:03.802 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-10-31T20:01:04.909Z | [ recovery-image] Oct 31 20:01:03.811 INFO O| Oct 31 20:01:03.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4215 | 2024-10-31T20:01:04.909Z | [ recovery-image] Oct 31 20:01:03.811 INFO O| Oct 31 20:01:03.811 INFO STEP 33 (remove_files) COMPLETE |
4216 | 2024-10-31T20:01:04.909Z | [ recovery-image] Oct 31 20:01:03.811 INFO O| Oct 31 20:01:03.811 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-10-31T20:01:04.911Z | [ host-image] Oct 31 20:01:03.813 INFO O| Oct 31 20:01:03.813 INFO O| Done |
4218 | 2024-10-31T20:01:04.918Z | [ recovery-image] Oct 31 20:01:03.821 INFO O| Oct 31 20:01:03.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4219 | 2024-10-31T20:01:04.918Z | [ recovery-image] Oct 31 20:01:03.821 INFO O| Oct 31 20:01:03.821 INFO STEP 34 (remove_files) COMPLETE |
4220 | 2024-10-31T20:01:04.919Z | [ recovery-image] Oct 31 20:01:03.821 INFO O| Oct 31 20:01:03.821 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-10-31T20:01:04.928Z | [ recovery-image] Oct 31 20:01:03.830 INFO O| Oct 31 20:01:03.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4222 | 2024-10-31T20:01:04.928Z | [ recovery-image] Oct 31 20:01:03.830 INFO O| Oct 31 20:01:03.830 INFO STEP 35 (remove_files) COMPLETE |
4223 | 2024-10-31T20:01:04.928Z | [ recovery-image] Oct 31 20:01:03.830 INFO O| Oct 31 20:01:03.830 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4224 | 2024-10-31T20:01:04.938Z | [ recovery-image] Oct 31 20:01:03.840 INFO O| Oct 31 20:01:03.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4225 | 2024-10-31T20:01:04.938Z | [ recovery-image] Oct 31 20:01:03.840 INFO O| Oct 31 20:01:03.840 INFO STEP 36 (remove_files) COMPLETE |
4226 | 2024-10-31T20:01:04.940Z | [ recovery-image] Oct 31 20:01:03.840 INFO O| Oct 31 20:01:03.840 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4227 | 2024-10-31T20:01:04.947Z | [ recovery-image] Oct 31 20:01:03.850 INFO O| Oct 31 20:01:03.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4228 | 2024-10-31T20:01:04.949Z | [ recovery-image] Oct 31 20:01:03.850 INFO O| Oct 31 20:01:03.850 INFO STEP 37 (remove_files) COMPLETE |
4229 | 2024-10-31T20:01:04.949Z | [ recovery-image] Oct 31 20:01:03.850 INFO O| Oct 31 20:01:03.850 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4230 | 2024-10-31T20:01:04.958Z | [ recovery-image] Oct 31 20:01:03.860 INFO O| Oct 31 20:01:03.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4231 | 2024-10-31T20:01:04.960Z | [ recovery-image] Oct 31 20:01:03.860 INFO O| Oct 31 20:01:03.860 INFO STEP 38 (remove_files) COMPLETE |
4232 | 2024-10-31T20:01:04.960Z | [ recovery-image] Oct 31 20:01:03.860 INFO O| Oct 31 20:01:03.860 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4233 | 2024-10-31T20:01:04.967Z | [ recovery-image] Oct 31 20:01:03.870 INFO O| Oct 31 20:01:03.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4234 | 2024-10-31T20:01:04.969Z | [ recovery-image] Oct 31 20:01:03.870 INFO O| Oct 31 20:01:03.870 INFO STEP 39 (remove_files) COMPLETE |
4235 | 2024-10-31T20:01:04.970Z | [ recovery-image] Oct 31 20:01:03.870 INFO O| Oct 31 20:01:03.870 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4236 | 2024-10-31T20:01:04.977Z | [ recovery-image] Oct 31 20:01:03.880 INFO O| Oct 31 20:01:03.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4237 | 2024-10-31T20:01:04.977Z | [ recovery-image] Oct 31 20:01:03.880 INFO O| Oct 31 20:01:03.880 INFO STEP 40 (remove_files) COMPLETE |
4238 | 2024-10-31T20:01:04.977Z | [ recovery-image] Oct 31 20:01:03.880 INFO O| Oct 31 20:01:03.880 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4239 | 2024-10-31T20:01:04.987Z | [ recovery-image] Oct 31 20:01:03.889 INFO O| Oct 31 20:01:03.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4240 | 2024-10-31T20:01:04.987Z | [ recovery-image] Oct 31 20:01:03.890 INFO O| Oct 31 20:01:03.890 INFO STEP 41 (remove_files) COMPLETE |
4241 | 2024-10-31T20:01:04.990Z | [ recovery-image] Oct 31 20:01:03.890 INFO O| Oct 31 20:01:03.890 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4242 | 2024-10-31T20:01:04.997Z | [ recovery-image] Oct 31 20:01:03.899 INFO O| Oct 31 20:01:03.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4243 | 2024-10-31T20:01:04.997Z | [ recovery-image] Oct 31 20:01:03.900 INFO O| Oct 31 20:01:03.900 INFO STEP 42 (remove_files) COMPLETE |
4244 | 2024-10-31T20:01:04.999Z | [ recovery-image] Oct 31 20:01:03.900 INFO O| Oct 31 20:01:03.900 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4245 | 2024-10-31T20:01:05.007Z | [ recovery-image] Oct 31 20:01:03.909 INFO O| Oct 31 20:01:03.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4246 | 2024-10-31T20:01:05.007Z | [ recovery-image] Oct 31 20:01:03.909 INFO O| Oct 31 20:01:03.909 INFO STEP 43 (remove_files) COMPLETE |
4247 | 2024-10-31T20:01:05.007Z | [ recovery-image] Oct 31 20:01:03.909 INFO O| Oct 31 20:01:03.909 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4248 | 2024-10-31T20:01:05.017Z | [ recovery-image] Oct 31 20:01:03.919 INFO O| Oct 31 20:01:03.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4249 | 2024-10-31T20:01:05.019Z | [ recovery-image] Oct 31 20:01:03.920 INFO O| Oct 31 20:01:03.920 INFO STEP 44 (remove_files) COMPLETE |
4250 | 2024-10-31T20:01:05.019Z | [ recovery-image] Oct 31 20:01:03.920 INFO O| Oct 31 20:01:03.920 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4251 | 2024-10-31T20:01:05.028Z | [ recovery-image] Oct 31 20:01:03.930 INFO O| Oct 31 20:01:03.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4252 | 2024-10-31T20:01:05.028Z | [ recovery-image] Oct 31 20:01:03.931 INFO O| Oct 31 20:01:03.930 INFO STEP 45 (remove_files) COMPLETE |
4253 | 2024-10-31T20:01:05.030Z | [ recovery-image] Oct 31 20:01:03.931 INFO O| Oct 31 20:01:03.930 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4254 | 2024-10-31T20:01:05.038Z | [ recovery-image] Oct 31 20:01:03.940 INFO O| Oct 31 20:01:03.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4255 | 2024-10-31T20:01:05.038Z | [ recovery-image] Oct 31 20:01:03.940 INFO O| Oct 31 20:01:03.940 INFO STEP 46 (remove_files) COMPLETE |
4256 | 2024-10-31T20:01:05.038Z | [ recovery-image] Oct 31 20:01:03.940 INFO O| Oct 31 20:01:03.940 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4257 | 2024-10-31T20:01:05.048Z | [ recovery-image] Oct 31 20:01:03.950 INFO O| Oct 31 20:01:03.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4258 | 2024-10-31T20:01:05.048Z | [ recovery-image] Oct 31 20:01:03.950 INFO O| Oct 31 20:01:03.950 INFO STEP 47 (remove_files) COMPLETE |
4259 | 2024-10-31T20:01:05.048Z | [ recovery-image] Oct 31 20:01:03.950 INFO O| Oct 31 20:01:03.950 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4260 | 2024-10-31T20:01:05.057Z | [ recovery-image] Oct 31 20:01:03.960 INFO O| Oct 31 20:01:03.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4261 | 2024-10-31T20:01:05.059Z | [ recovery-image] Oct 31 20:01:03.960 INFO O| Oct 31 20:01:03.960 INFO STEP 48 (remove_files) COMPLETE |
4262 | 2024-10-31T20:01:05.059Z | [ recovery-image] Oct 31 20:01:03.960 INFO O| Oct 31 20:01:03.960 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4263 | 2024-10-31T20:01:05.067Z | [ recovery-image] Oct 31 20:01:03.969 INFO O| Oct 31 20:01:03.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4264 | 2024-10-31T20:01:05.067Z | [ recovery-image] Oct 31 20:01:03.969 INFO O| Oct 31 20:01:03.969 INFO STEP 49 (remove_files) COMPLETE |
4265 | 2024-10-31T20:01:05.067Z | [ recovery-image] Oct 31 20:01:03.969 INFO O| Oct 31 20:01:03.969 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4266 | 2024-10-31T20:01:05.077Z | [ recovery-image] Oct 31 20:01:03.979 INFO O| Oct 31 20:01:03.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4267 | 2024-10-31T20:01:05.079Z | [ recovery-image] Oct 31 20:01:03.979 INFO O| Oct 31 20:01:03.979 INFO STEP 50 (remove_files) COMPLETE |
4268 | 2024-10-31T20:01:05.079Z | [ recovery-image] Oct 31 20:01:03.979 INFO O| Oct 31 20:01:03.979 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-10-31T20:01:05.086Z | [ recovery-image] Oct 31 20:01:03.988 INFO O| Oct 31 20:01:03.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4270 | 2024-10-31T20:01:05.086Z | [ recovery-image] Oct 31 20:01:03.988 INFO O| Oct 31 20:01:03.988 INFO STEP 51 (remove_files) COMPLETE |
4271 | 2024-10-31T20:01:05.088Z | [ recovery-image] Oct 31 20:01:03.988 INFO O| Oct 31 20:01:03.988 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-10-31T20:01:05.096Z | [ recovery-image] Oct 31 20:01:03.998 INFO O| Oct 31 20:01:03.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4273 | 2024-10-31T20:01:05.096Z | [ recovery-image] Oct 31 20:01:03.998 INFO O| Oct 31 20:01:03.998 INFO STEP 52 (remove_files) COMPLETE |
4274 | 2024-10-31T20:01:05.098Z | [ recovery-image] Oct 31 20:01:03.998 INFO O| Oct 31 20:01:03.998 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-10-31T20:01:05.106Z | [ recovery-image] Oct 31 20:01:04.009 INFO O| Oct 31 20:01:04.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4276 | 2024-10-31T20:01:05.109Z | [ recovery-image] Oct 31 20:01:04.009 INFO O| Oct 31 20:01:04.009 INFO STEP 53 (remove_files) COMPLETE |
4277 | 2024-10-31T20:01:05.109Z | [ recovery-image] Oct 31 20:01:04.009 INFO O| Oct 31 20:01:04.009 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4278 | 2024-10-31T20:01:05.117Z | [ recovery-image] Oct 31 20:01:04.019 INFO O| Oct 31 20:01:04.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4279 | 2024-10-31T20:01:05.119Z | [ recovery-image] Oct 31 20:01:04.020 INFO O| Oct 31 20:01:04.020 INFO STEP 54 (remove_files) COMPLETE |
4280 | 2024-10-31T20:01:05.119Z | [ recovery-image] Oct 31 20:01:04.020 INFO O| Oct 31 20:01:04.020 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-10-31T20:01:05.128Z | [ recovery-image] Oct 31 20:01:04.030 INFO O| Oct 31 20:01:04.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4282 | 2024-10-31T20:01:05.130Z | [ recovery-image] Oct 31 20:01:04.031 INFO O| Oct 31 20:01:04.031 INFO STEP 55 (remove_files) COMPLETE |
4283 | 2024-10-31T20:01:05.130Z | [ recovery-image] Oct 31 20:01:04.031 INFO O| Oct 31 20:01:04.031 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-10-31T20:01:05.139Z | [ recovery-image] Oct 31 20:01:04.041 INFO O| Oct 31 20:01:04.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4285 | 2024-10-31T20:01:05.139Z | [ recovery-image] Oct 31 20:01:04.041 INFO O| Oct 31 20:01:04.041 INFO STEP 56 (remove_files) COMPLETE |
4286 | 2024-10-31T20:01:05.141Z | [ recovery-image] Oct 31 20:01:04.041 INFO O| Oct 31 20:01:04.041 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-10-31T20:01:05.148Z | [ recovery-image] Oct 31 20:01:04.051 INFO O| Oct 31 20:01:04.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4288 | 2024-10-31T20:01:05.148Z | [ recovery-image] Oct 31 20:01:04.051 INFO O| Oct 31 20:01:04.051 INFO STEP 57 (remove_files) COMPLETE |
4289 | 2024-10-31T20:01:05.151Z | [ recovery-image] Oct 31 20:01:04.051 INFO O| Oct 31 20:01:04.051 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-10-31T20:01:05.158Z | [ recovery-image] Oct 31 20:01:04.060 INFO O| Oct 31 20:01:04.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4291 | 2024-10-31T20:01:05.158Z | [ recovery-image] Oct 31 20:01:04.060 INFO O| Oct 31 20:01:04.060 INFO STEP 58 (remove_files) COMPLETE |
4292 | 2024-10-31T20:01:05.158Z | [ recovery-image] Oct 31 20:01:04.060 INFO O| Oct 31 20:01:04.060 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-10-31T20:01:05.167Z | [ recovery-image] Oct 31 20:01:04.070 INFO O| Oct 31 20:01:04.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4294 | 2024-10-31T20:01:05.170Z | [ recovery-image] Oct 31 20:01:04.070 INFO O| Oct 31 20:01:04.070 INFO STEP 59 (remove_files) COMPLETE |
4295 | 2024-10-31T20:01:05.170Z | [ recovery-image] Oct 31 20:01:04.070 INFO O| Oct 31 20:01:04.070 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-10-31T20:01:05.177Z | [ recovery-image] Oct 31 20:01:04.079 INFO O| Oct 31 20:01:04.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4297 | 2024-10-31T20:01:05.177Z | [ recovery-image] Oct 31 20:01:04.079 INFO O| Oct 31 20:01:04.079 INFO STEP 60 (remove_files) COMPLETE |
4298 | 2024-10-31T20:01:05.177Z | [ recovery-image] Oct 31 20:01:04.079 INFO O| Oct 31 20:01:04.079 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-10-31T20:01:05.186Z | [ recovery-image] Oct 31 20:01:04.089 INFO O| Oct 31 20:01:04.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4300 | 2024-10-31T20:01:05.186Z | [ recovery-image] Oct 31 20:01:04.089 INFO O| Oct 31 20:01:04.089 INFO STEP 61 (remove_files) COMPLETE |
4301 | 2024-10-31T20:01:05.189Z | [ recovery-image] Oct 31 20:01:04.089 INFO O| Oct 31 20:01:04.089 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-10-31T20:01:05.196Z | [ recovery-image] Oct 31 20:01:04.098 INFO O| Oct 31 20:01:04.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4303 | 2024-10-31T20:01:05.198Z | [ recovery-image] Oct 31 20:01:04.098 INFO O| Oct 31 20:01:04.098 INFO STEP 62 (remove_files) COMPLETE |
4304 | 2024-10-31T20:01:05.198Z | [ recovery-image] Oct 31 20:01:04.098 INFO O| Oct 31 20:01:04.098 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-10-31T20:01:05.205Z | [ recovery-image] Oct 31 20:01:04.108 INFO O| Oct 31 20:01:04.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4306 | 2024-10-31T20:01:05.205Z | [ recovery-image] Oct 31 20:01:04.108 INFO O| Oct 31 20:01:04.108 INFO STEP 63 (remove_files) COMPLETE |
4307 | 2024-10-31T20:01:05.208Z | [ recovery-image] Oct 31 20:01:04.108 INFO O| Oct 31 20:01:04.108 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-10-31T20:01:05.215Z | [ recovery-image] Oct 31 20:01:04.117 INFO O| Oct 31 20:01:04.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4309 | 2024-10-31T20:01:05.215Z | [ recovery-image] Oct 31 20:01:04.117 INFO O| Oct 31 20:01:04.117 INFO STEP 64 (remove_files) COMPLETE |
4310 | 2024-10-31T20:01:05.217Z | [ recovery-image] Oct 31 20:01:04.117 INFO O| Oct 31 20:01:04.117 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-10-31T20:01:05.224Z | [ recovery-image] Oct 31 20:01:04.127 INFO O| Oct 31 20:01:04.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4312 | 2024-10-31T20:01:05.224Z | [ recovery-image] Oct 31 20:01:04.127 INFO O| Oct 31 20:01:04.127 INFO STEP 65 (remove_files) COMPLETE |
4313 | 2024-10-31T20:01:05.230Z | [ recovery-image] Oct 31 20:01:04.127 INFO O| Oct 31 20:01:04.127 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-10-31T20:01:05.234Z | [ recovery-image] Oct 31 20:01:04.136 INFO O| Oct 31 20:01:04.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4315 | 2024-10-31T20:01:05.234Z | [ recovery-image] Oct 31 20:01:04.136 INFO O| Oct 31 20:01:04.136 INFO STEP 66 (remove_files) COMPLETE |
4316 | 2024-10-31T20:01:05.234Z | [ recovery-image] Oct 31 20:01:04.136 INFO O| Oct 31 20:01:04.136 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-10-31T20:01:05.243Z | [ recovery-image] Oct 31 20:01:04.145 INFO O| Oct 31 20:01:04.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4318 | 2024-10-31T20:01:05.246Z | [ recovery-image] Oct 31 20:01:04.146 INFO O| Oct 31 20:01:04.146 INFO STEP 67 (remove_files) COMPLETE |
4319 | 2024-10-31T20:01:05.246Z | [ recovery-image] Oct 31 20:01:04.146 INFO O| Oct 31 20:01:04.146 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-10-31T20:01:05.255Z | [ recovery-image] Oct 31 20:01:04.158 INFO O| Oct 31 20:01:04.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4321 | 2024-10-31T20:01:05.257Z | [ recovery-image] Oct 31 20:01:04.158 INFO O| Oct 31 20:01:04.158 INFO STEP 68 (remove_files) COMPLETE |
4322 | 2024-10-31T20:01:05.257Z | [ recovery-image] Oct 31 20:01:04.158 INFO O| Oct 31 20:01:04.158 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-10-31T20:01:05.266Z | [ recovery-image] Oct 31 20:01:04.168 INFO O| Oct 31 20:01:04.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4324 | 2024-10-31T20:01:05.266Z | [ recovery-image] Oct 31 20:01:04.168 INFO O| Oct 31 20:01:04.168 INFO STEP 69 (remove_files) COMPLETE |
4325 | 2024-10-31T20:01:05.269Z | [ recovery-image] Oct 31 20:01:04.168 INFO O| Oct 31 20:01:04.168 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-10-31T20:01:05.275Z | [ recovery-image] Oct 31 20:01:04.177 INFO O| Oct 31 20:01:04.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4327 | 2024-10-31T20:01:05.275Z | [ recovery-image] Oct 31 20:01:04.177 INFO O| Oct 31 20:01:04.177 INFO STEP 70 (remove_files) COMPLETE |
4328 | 2024-10-31T20:01:05.275Z | [ recovery-image] Oct 31 20:01:04.178 INFO O| Oct 31 20:01:04.177 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-10-31T20:01:05.285Z | [ recovery-image] Oct 31 20:01:04.187 INFO O| Oct 31 20:01:04.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4330 | 2024-10-31T20:01:05.287Z | [ recovery-image] Oct 31 20:01:04.187 INFO O| Oct 31 20:01:04.187 INFO STEP 71 (remove_files) COMPLETE |
4331 | 2024-10-31T20:01:05.287Z | [ recovery-image] Oct 31 20:01:04.187 INFO O| Oct 31 20:01:04.187 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4332 | 2024-10-31T20:01:05.294Z | [ recovery-image] Oct 31 20:01:04.196 INFO O| Oct 31 20:01:04.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4333 | 2024-10-31T20:01:05.295Z | [ recovery-image] Oct 31 20:01:04.197 INFO O| Oct 31 20:01:04.196 INFO STEP 72 (remove_files) COMPLETE |
4334 | 2024-10-31T20:01:05.295Z | [ recovery-image] Oct 31 20:01:04.197 INFO O| Oct 31 20:01:04.197 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4335 | 2024-10-31T20:01:05.304Z | [ recovery-image] Oct 31 20:01:04.206 INFO O| Oct 31 20:01:04.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4336 | 2024-10-31T20:01:05.304Z | [ recovery-image] Oct 31 20:01:04.206 INFO O| Oct 31 20:01:04.206 INFO STEP 73 (remove_files) COMPLETE |
4337 | 2024-10-31T20:01:05.306Z | [ recovery-image] Oct 31 20:01:04.206 INFO O| Oct 31 20:01:04.206 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4338 | 2024-10-31T20:01:05.313Z | [ recovery-image] Oct 31 20:01:04.215 INFO O| Oct 31 20:01:04.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4339 | 2024-10-31T20:01:05.315Z | [ recovery-image] Oct 31 20:01:04.215 INFO O| Oct 31 20:01:04.215 INFO STEP 74 (remove_files) COMPLETE |
4340 | 2024-10-31T20:01:05.315Z | [ recovery-image] Oct 31 20:01:04.215 INFO O| Oct 31 20:01:04.215 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-10-31T20:01:05.324Z | [ recovery-image] Oct 31 20:01:04.225 INFO O| Oct 31 20:01:04.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4342 | 2024-10-31T20:01:05.324Z | [ recovery-image] Oct 31 20:01:04.225 INFO O| Oct 31 20:01:04.225 INFO STEP 75 (remove_files) COMPLETE |
4343 | 2024-10-31T20:01:05.324Z | [ recovery-image] Oct 31 20:01:04.225 INFO O| Oct 31 20:01:04.225 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4344 | 2024-10-31T20:01:05.332Z | [ recovery-image] Oct 31 20:01:04.234 INFO O| Oct 31 20:01:04.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4345 | 2024-10-31T20:01:05.334Z | [ recovery-image] Oct 31 20:01:04.234 INFO O| Oct 31 20:01:04.234 INFO STEP 76 (remove_files) COMPLETE |
4346 | 2024-10-31T20:01:05.334Z | [ recovery-image] Oct 31 20:01:04.234 INFO O| Oct 31 20:01:04.234 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4347 | 2024-10-31T20:01:05.341Z | [ recovery-image] Oct 31 20:01:04.244 INFO O| Oct 31 20:01:04.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4348 | 2024-10-31T20:01:05.342Z | [ recovery-image] Oct 31 20:01:04.244 INFO O| Oct 31 20:01:04.244 INFO STEP 77 (remove_files) COMPLETE |
4349 | 2024-10-31T20:01:05.342Z | [ recovery-image] Oct 31 20:01:04.244 INFO O| Oct 31 20:01:04.244 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4350 | 2024-10-31T20:01:05.351Z | [ recovery-image] Oct 31 20:01:04.253 INFO O| Oct 31 20:01:04.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4351 | 2024-10-31T20:01:05.351Z | [ recovery-image] Oct 31 20:01:04.253 INFO O| Oct 31 20:01:04.253 INFO STEP 78 (remove_files) COMPLETE |
4352 | 2024-10-31T20:01:05.354Z | [ recovery-image] Oct 31 20:01:04.253 INFO O| Oct 31 20:01:04.253 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4353 | 2024-10-31T20:01:05.361Z | [ recovery-image] Oct 31 20:01:04.263 INFO O| Oct 31 20:01:04.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4354 | 2024-10-31T20:01:05.361Z | [ recovery-image] Oct 31 20:01:04.263 INFO O| Oct 31 20:01:04.263 INFO STEP 79 (remove_files) COMPLETE |
4355 | 2024-10-31T20:01:05.363Z | [ recovery-image] Oct 31 20:01:04.263 INFO O| Oct 31 20:01:04.263 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4356 | 2024-10-31T20:01:05.371Z | [ recovery-image] Oct 31 20:01:04.273 INFO O| Oct 31 20:01:04.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4357 | 2024-10-31T20:01:05.371Z | [ recovery-image] Oct 31 20:01:04.274 INFO O| Oct 31 20:01:04.273 INFO STEP 80 (remove_files) COMPLETE |
4358 | 2024-10-31T20:01:05.497Z | [ recovery-image] Oct 31 20:01:04.274 INFO O| Oct 31 20:01:04.274 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-10-31T20:01:05.501Z | [ recovery-image] Oct 31 20:01:04.284 INFO O| Oct 31 20:01:04.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4360 | 2024-10-31T20:01:05.501Z | [ recovery-image] Oct 31 20:01:04.284 INFO O| Oct 31 20:01:04.284 INFO STEP 81 (remove_files) COMPLETE |
4361 | 2024-10-31T20:01:05.501Z | [ recovery-image] Oct 31 20:01:04.284 INFO O| Oct 31 20:01:04.284 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-10-31T20:01:05.501Z | [ recovery-image] Oct 31 20:01:04.293 INFO O| Oct 31 20:01:04.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4363 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.293 INFO O| Oct 31 20:01:04.293 INFO STEP 82 (remove_files) COMPLETE |
4364 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.293 INFO O| Oct 31 20:01:04.293 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.303 INFO O| Oct 31 20:01:04.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4366 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.303 INFO O| Oct 31 20:01:04.303 INFO STEP 83 (remove_files) COMPLETE |
4367 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.303 INFO O| Oct 31 20:01:04.303 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4368 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.313 INFO O| Oct 31 20:01:04.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4369 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.313 INFO O| Oct 31 20:01:04.313 INFO STEP 84 (remove_files) COMPLETE |
4370 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.313 INFO O| Oct 31 20:01:04.313 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.322 INFO O| Oct 31 20:01:04.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4372 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.322 INFO O| Oct 31 20:01:04.322 INFO STEP 85 (remove_files) COMPLETE |
4373 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.322 INFO O| Oct 31 20:01:04.322 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4374 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.332 INFO O| Oct 31 20:01:04.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4375 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.332 INFO O| Oct 31 20:01:04.332 INFO STEP 86 (remove_files) COMPLETE |
4376 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.332 INFO O| Oct 31 20:01:04.332 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.341 INFO O| Oct 31 20:01:04.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4378 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.342 INFO O| Oct 31 20:01:04.341 INFO STEP 87 (remove_files) COMPLETE |
4379 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.342 INFO O| Oct 31 20:01:04.341 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.351 INFO O| Oct 31 20:01:04.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4381 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.351 INFO O| Oct 31 20:01:04.351 INFO STEP 88 (remove_files) COMPLETE |
4382 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.351 INFO O| Oct 31 20:01:04.351 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.360 INFO O| Oct 31 20:01:04.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4384 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.360 INFO O| Oct 31 20:01:04.360 INFO STEP 89 (remove_files) COMPLETE |
4385 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.361 INFO O| Oct 31 20:01:04.360 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.370 INFO O| Oct 31 20:01:04.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4387 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.370 INFO O| Oct 31 20:01:04.370 INFO STEP 90 (remove_files) COMPLETE |
4388 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.370 INFO O| Oct 31 20:01:04.370 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.381 INFO O| Oct 31 20:01:04.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4390 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.382 INFO O| Oct 31 20:01:04.381 INFO STEP 91 (remove_files) COMPLETE |
4391 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.382 INFO O| Oct 31 20:01:04.382 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.392 INFO O| Oct 31 20:01:04.392 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4393 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.392 INFO O| Oct 31 20:01:04.392 INFO STEP 92 (remove_files) COMPLETE |
4394 | 2024-10-31T20:01:05.502Z | [ recovery-image] Oct 31 20:01:04.392 INFO O| Oct 31 20:01:04.392 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-10-31T20:01:05.506Z | [ recovery-image] Oct 31 20:01:04.403 INFO O| Oct 31 20:01:04.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4396 | 2024-10-31T20:01:05.506Z | [ recovery-image] Oct 31 20:01:04.403 INFO O| Oct 31 20:01:04.403 INFO STEP 93 (remove_files) COMPLETE |
4397 | 2024-10-31T20:01:05.506Z | [ recovery-image] Oct 31 20:01:04.403 INFO O| Oct 31 20:01:04.403 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-10-31T20:01:05.511Z | [ recovery-image] Oct 31 20:01:04.413 INFO O| Oct 31 20:01:04.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4399 | 2024-10-31T20:01:05.514Z | [ recovery-image] Oct 31 20:01:04.413 INFO O| Oct 31 20:01:04.413 INFO STEP 94 (remove_files) COMPLETE |
4400 | 2024-10-31T20:01:05.514Z | [ recovery-image] Oct 31 20:01:04.413 INFO O| Oct 31 20:01:04.413 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-10-31T20:01:05.520Z | [ recovery-image] Oct 31 20:01:04.422 INFO O| Oct 31 20:01:04.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4402 | 2024-10-31T20:01:05.520Z | [ recovery-image] Oct 31 20:01:04.423 INFO O| Oct 31 20:01:04.422 INFO STEP 95 (remove_files) COMPLETE |
4403 | 2024-10-31T20:01:05.520Z | [ recovery-image] Oct 31 20:01:04.423 INFO O| Oct 31 20:01:04.423 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-10-31T20:01:05.530Z | [ recovery-image] Oct 31 20:01:04.432 INFO O| Oct 31 20:01:04.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4405 | 2024-10-31T20:01:05.530Z | [ recovery-image] Oct 31 20:01:04.432 INFO O| Oct 31 20:01:04.432 INFO STEP 96 (remove_files) COMPLETE |
4406 | 2024-10-31T20:01:05.532Z | [ recovery-image] Oct 31 20:01:04.432 INFO O| Oct 31 20:01:04.432 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-10-31T20:01:05.539Z | [ recovery-image] Oct 31 20:01:04.441 INFO O| Oct 31 20:01:04.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4408 | 2024-10-31T20:01:05.542Z | [ recovery-image] Oct 31 20:01:04.441 INFO O| Oct 31 20:01:04.441 INFO STEP 97 (remove_files) COMPLETE |
4409 | 2024-10-31T20:01:05.543Z | [ recovery-image] Oct 31 20:01:04.441 INFO O| Oct 31 20:01:04.441 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-10-31T20:01:05.549Z | [ recovery-image] Oct 31 20:01:04.451 INFO O| Oct 31 20:01:04.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4411 | 2024-10-31T20:01:05.549Z | [ recovery-image] Oct 31 20:01:04.451 INFO O| Oct 31 20:01:04.451 INFO STEP 98 (remove_files) COMPLETE |
4412 | 2024-10-31T20:01:05.549Z | [ recovery-image] Oct 31 20:01:04.451 INFO O| Oct 31 20:01:04.451 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-10-31T20:01:05.558Z | [ recovery-image] Oct 31 20:01:04.460 INFO O| Oct 31 20:01:04.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4414 | 2024-10-31T20:01:05.561Z | [ recovery-image] Oct 31 20:01:04.461 INFO O| Oct 31 20:01:04.461 INFO STEP 99 (remove_files) COMPLETE |
4415 | 2024-10-31T20:01:05.561Z | [ recovery-image] Oct 31 20:01:04.461 INFO O| Oct 31 20:01:04.461 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-10-31T20:01:05.568Z | [ recovery-image] Oct 31 20:01:04.470 INFO O| Oct 31 20:01:04.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4417 | 2024-10-31T20:01:05.572Z | [ recovery-image] Oct 31 20:01:04.471 INFO O| Oct 31 20:01:04.471 INFO STEP 100 (remove_files) COMPLETE |
4418 | 2024-10-31T20:01:05.572Z | [ recovery-image] Oct 31 20:01:04.471 INFO O| Oct 31 20:01:04.471 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-10-31T20:01:05.578Z | [ recovery-image] Oct 31 20:01:04.480 INFO O| Oct 31 20:01:04.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4420 | 2024-10-31T20:01:05.578Z | [ recovery-image] Oct 31 20:01:04.480 INFO O| Oct 31 20:01:04.480 INFO STEP 101 (remove_files) COMPLETE |
4421 | 2024-10-31T20:01:05.581Z | [ recovery-image] Oct 31 20:01:04.480 INFO O| Oct 31 20:01:04.480 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-10-31T20:01:05.589Z | [ recovery-image] Oct 31 20:01:04.491 INFO O| Oct 31 20:01:04.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4423 | 2024-10-31T20:01:05.591Z | [ recovery-image] Oct 31 20:01:04.491 INFO O| Oct 31 20:01:04.491 INFO STEP 102 (remove_files) COMPLETE |
4424 | 2024-10-31T20:01:05.591Z | [ recovery-image] Oct 31 20:01:04.491 INFO O| Oct 31 20:01:04.491 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-10-31T20:01:05.599Z | [ recovery-image] Oct 31 20:01:04.501 INFO O| Oct 31 20:01:04.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4426 | 2024-10-31T20:01:05.599Z | [ recovery-image] Oct 31 20:01:04.501 INFO O| Oct 31 20:01:04.501 INFO STEP 103 (remove_files) COMPLETE |
4427 | 2024-10-31T20:01:05.599Z | [ recovery-image] Oct 31 20:01:04.501 INFO O| Oct 31 20:01:04.501 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-10-31T20:01:05.608Z | [ recovery-image] Oct 31 20:01:04.510 INFO O| Oct 31 20:01:04.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4429 | 2024-10-31T20:01:05.608Z | [ recovery-image] Oct 31 20:01:04.511 INFO O| Oct 31 20:01:04.511 INFO STEP 104 (remove_files) COMPLETE |
4430 | 2024-10-31T20:01:05.608Z | [ recovery-image] Oct 31 20:01:04.511 INFO O| Oct 31 20:01:04.511 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-10-31T20:01:05.618Z | [ recovery-image] Oct 31 20:01:04.521 INFO O| Oct 31 20:01:04.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4432 | 2024-10-31T20:01:05.621Z | [ recovery-image] Oct 31 20:01:04.521 INFO O| Oct 31 20:01:04.521 INFO STEP 105 (remove_files) COMPLETE |
4433 | 2024-10-31T20:01:05.621Z | [ recovery-image] Oct 31 20:01:04.521 INFO O| Oct 31 20:01:04.521 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-10-31T20:01:05.629Z | [ recovery-image] Oct 31 20:01:04.531 INFO O| Oct 31 20:01:04.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4435 | 2024-10-31T20:01:05.629Z | [ recovery-image] Oct 31 20:01:04.531 INFO O| Oct 31 20:01:04.531 INFO STEP 106 (remove_files) COMPLETE |
4436 | 2024-10-31T20:01:05.633Z | [ recovery-image] Oct 31 20:01:04.532 INFO O| Oct 31 20:01:04.531 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-10-31T20:01:05.640Z | [ recovery-image] Oct 31 20:01:04.541 INFO O| Oct 31 20:01:04.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4438 | 2024-10-31T20:01:05.641Z | [ recovery-image] Oct 31 20:01:04.541 INFO O| Oct 31 20:01:04.541 INFO STEP 107 (remove_files) COMPLETE |
4439 | 2024-10-31T20:01:05.641Z | [ recovery-image] Oct 31 20:01:04.541 INFO O| Oct 31 20:01:04.541 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-10-31T20:01:05.649Z | [ recovery-image] Oct 31 20:01:04.551 INFO O| Oct 31 20:01:04.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4441 | 2024-10-31T20:01:05.649Z | [ recovery-image] Oct 31 20:01:04.551 INFO O| Oct 31 20:01:04.551 INFO STEP 108 (remove_files) COMPLETE |
4442 | 2024-10-31T20:01:05.652Z | [ recovery-image] Oct 31 20:01:04.551 INFO O| Oct 31 20:01:04.551 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-10-31T20:01:05.659Z | [ recovery-image] Oct 31 20:01:04.561 INFO O| Oct 31 20:01:04.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4444 | 2024-10-31T20:01:05.661Z | [ recovery-image] Oct 31 20:01:04.561 INFO O| Oct 31 20:01:04.561 INFO STEP 109 (remove_files) COMPLETE |
4445 | 2024-10-31T20:01:05.661Z | [ recovery-image] Oct 31 20:01:04.561 INFO O| Oct 31 20:01:04.561 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-10-31T20:01:05.668Z | [ recovery-image] Oct 31 20:01:04.570 INFO O| Oct 31 20:01:04.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4447 | 2024-10-31T20:01:05.668Z | [ recovery-image] Oct 31 20:01:04.570 INFO O| Oct 31 20:01:04.570 INFO STEP 110 (remove_files) COMPLETE |
4448 | 2024-10-31T20:01:05.668Z | [ recovery-image] Oct 31 20:01:04.570 INFO O| Oct 31 20:01:04.570 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-10-31T20:01:05.677Z | [ recovery-image] Oct 31 20:01:04.580 INFO O| Oct 31 20:01:04.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4450 | 2024-10-31T20:01:05.681Z | [ recovery-image] Oct 31 20:01:04.580 INFO O| Oct 31 20:01:04.580 INFO STEP 111 (remove_files) COMPLETE |
4451 | 2024-10-31T20:01:05.681Z | [ recovery-image] Oct 31 20:01:04.580 INFO O| Oct 31 20:01:04.580 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-10-31T20:01:05.687Z | [ recovery-image] Oct 31 20:01:04.589 INFO O| Oct 31 20:01:04.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4453 | 2024-10-31T20:01:05.687Z | [ recovery-image] Oct 31 20:01:04.589 INFO O| Oct 31 20:01:04.589 INFO STEP 112 (remove_files) COMPLETE |
4454 | 2024-10-31T20:01:05.689Z | [ recovery-image] Oct 31 20:01:04.589 INFO O| Oct 31 20:01:04.589 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-10-31T20:01:05.697Z | [ recovery-image] Oct 31 20:01:04.598 INFO O| Oct 31 20:01:04.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4456 | 2024-10-31T20:01:05.699Z | [ recovery-image] Oct 31 20:01:04.598 INFO O| Oct 31 20:01:04.598 INFO STEP 113 (remove_files) COMPLETE |
4457 | 2024-10-31T20:01:05.699Z | [ recovery-image] Oct 31 20:01:04.598 INFO O| Oct 31 20:01:04.598 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-10-31T20:01:05.706Z | [ recovery-image] Oct 31 20:01:04.608 INFO O| Oct 31 20:01:04.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4459 | 2024-10-31T20:01:05.708Z | [ recovery-image] Oct 31 20:01:04.608 INFO O| Oct 31 20:01:04.608 INFO STEP 114 (remove_files) COMPLETE |
4460 | 2024-10-31T20:01:05.708Z | [ recovery-image] Oct 31 20:01:04.608 INFO O| Oct 31 20:01:04.608 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-10-31T20:01:05.715Z | [ recovery-image] Oct 31 20:01:04.617 INFO O| Oct 31 20:01:04.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4462 | 2024-10-31T20:01:05.715Z | [ recovery-image] Oct 31 20:01:04.617 INFO O| Oct 31 20:01:04.617 INFO STEP 115 (remove_files) COMPLETE |
4463 | 2024-10-31T20:01:05.715Z | [ recovery-image] Oct 31 20:01:04.617 INFO O| Oct 31 20:01:04.617 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-10-31T20:01:05.725Z | [ recovery-image] Oct 31 20:01:04.627 INFO O| Oct 31 20:01:04.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4465 | 2024-10-31T20:01:05.727Z | [ recovery-image] Oct 31 20:01:04.627 INFO O| Oct 31 20:01:04.627 INFO STEP 116 (remove_files) COMPLETE |
4466 | 2024-10-31T20:01:05.727Z | [ recovery-image] Oct 31 20:01:04.627 INFO O| Oct 31 20:01:04.627 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-10-31T20:01:05.734Z | [ recovery-image] Oct 31 20:01:04.636 INFO O| Oct 31 20:01:04.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4468 | 2024-10-31T20:01:05.734Z | [ recovery-image] Oct 31 20:01:04.636 INFO O| Oct 31 20:01:04.636 INFO STEP 117 (remove_files) COMPLETE |
4469 | 2024-10-31T20:01:05.737Z | [ recovery-image] Oct 31 20:01:04.636 INFO O| Oct 31 20:01:04.636 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-10-31T20:01:05.744Z | [ recovery-image] Oct 31 20:01:04.646 INFO O| Oct 31 20:01:04.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4471 | 2024-10-31T20:01:05.744Z | [ recovery-image] Oct 31 20:01:04.646 INFO O| Oct 31 20:01:04.646 INFO STEP 118 (remove_files) COMPLETE |
4472 | 2024-10-31T20:01:05.746Z | [ recovery-image] Oct 31 20:01:04.646 INFO O| Oct 31 20:01:04.646 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-10-31T20:01:05.753Z | [ recovery-image] Oct 31 20:01:04.655 INFO O| Oct 31 20:01:04.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4474 | 2024-10-31T20:01:05.753Z | [ recovery-image] Oct 31 20:01:04.655 INFO O| Oct 31 20:01:04.655 INFO STEP 119 (remove_files) COMPLETE |
4475 | 2024-10-31T20:01:05.756Z | [ recovery-image] Oct 31 20:01:04.655 INFO O| Oct 31 20:01:04.655 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-10-31T20:01:05.763Z | [ recovery-image] Oct 31 20:01:04.665 INFO O| Oct 31 20:01:04.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4477 | 2024-10-31T20:01:05.763Z | [ recovery-image] Oct 31 20:01:04.665 INFO O| Oct 31 20:01:04.665 INFO STEP 120 (remove_files) COMPLETE |
4478 | 2024-10-31T20:01:05.765Z | [ recovery-image] Oct 31 20:01:04.665 INFO O| Oct 31 20:01:04.665 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-10-31T20:01:05.772Z | [ recovery-image] Oct 31 20:01:04.674 INFO O| Oct 31 20:01:04.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4480 | 2024-10-31T20:01:05.772Z | [ recovery-image] Oct 31 20:01:04.674 INFO O| Oct 31 20:01:04.674 INFO STEP 121 (remove_files) COMPLETE |
4481 | 2024-10-31T20:01:05.775Z | [ recovery-image] Oct 31 20:01:04.674 INFO O| Oct 31 20:01:04.674 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-10-31T20:01:05.782Z | [ recovery-image] Oct 31 20:01:04.684 INFO O| Oct 31 20:01:04.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4483 | 2024-10-31T20:01:05.782Z | [ recovery-image] Oct 31 20:01:04.684 INFO O| Oct 31 20:01:04.684 INFO STEP 122 (remove_files) COMPLETE |
4484 | 2024-10-31T20:01:05.782Z | [ recovery-image] Oct 31 20:01:04.684 INFO O| Oct 31 20:01:04.684 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-10-31T20:01:05.791Z | [ recovery-image] Oct 31 20:01:04.693 INFO O| Oct 31 20:01:04.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4486 | 2024-10-31T20:01:05.791Z | [ recovery-image] Oct 31 20:01:04.693 INFO O| Oct 31 20:01:04.693 INFO STEP 123 (remove_files) COMPLETE |
4487 | 2024-10-31T20:01:05.794Z | [ recovery-image] Oct 31 20:01:04.693 INFO O| Oct 31 20:01:04.693 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-10-31T20:01:05.801Z | [ recovery-image] Oct 31 20:01:04.703 INFO O| Oct 31 20:01:04.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4489 | 2024-10-31T20:01:05.801Z | [ recovery-image] Oct 31 20:01:04.703 INFO O| Oct 31 20:01:04.703 INFO STEP 124 (remove_files) COMPLETE |
4490 | 2024-10-31T20:01:05.803Z | [ recovery-image] Oct 31 20:01:04.703 INFO O| Oct 31 20:01:04.703 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-10-31T20:01:05.810Z | [ recovery-image] Oct 31 20:01:04.712 INFO O| Oct 31 20:01:04.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4492 | 2024-10-31T20:01:05.810Z | [ recovery-image] Oct 31 20:01:04.712 INFO O| Oct 31 20:01:04.712 INFO STEP 125 (remove_files) COMPLETE |
4493 | 2024-10-31T20:01:05.813Z | [ recovery-image] Oct 31 20:01:04.712 INFO O| Oct 31 20:01:04.712 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-10-31T20:01:05.820Z | [ recovery-image] Oct 31 20:01:04.722 INFO O| Oct 31 20:01:04.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4495 | 2024-10-31T20:01:05.820Z | [ recovery-image] Oct 31 20:01:04.722 INFO O| Oct 31 20:01:04.722 INFO STEP 126 (remove_files) COMPLETE |
4496 | 2024-10-31T20:01:05.820Z | [ recovery-image] Oct 31 20:01:04.722 INFO O| Oct 31 20:01:04.722 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-10-31T20:01:05.829Z | [ recovery-image] Oct 31 20:01:04.731 INFO O| Oct 31 20:01:04.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4498 | 2024-10-31T20:01:05.832Z | [ recovery-image] Oct 31 20:01:04.731 INFO O| Oct 31 20:01:04.731 INFO STEP 127 (remove_files) COMPLETE |
4499 | 2024-10-31T20:01:05.832Z | [ recovery-image] Oct 31 20:01:04.731 INFO O| Oct 31 20:01:04.731 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-10-31T20:01:05.839Z | [ recovery-image] Oct 31 20:01:04.741 INFO O| Oct 31 20:01:04.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4501 | 2024-10-31T20:01:05.841Z | [ recovery-image] Oct 31 20:01:04.741 INFO O| Oct 31 20:01:04.741 INFO STEP 128 (remove_files) COMPLETE |
4502 | 2024-10-31T20:01:05.841Z | [ recovery-image] Oct 31 20:01:04.741 INFO O| Oct 31 20:01:04.741 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-10-31T20:01:05.848Z | [ recovery-image] Oct 31 20:01:04.750 INFO O| Oct 31 20:01:04.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4504 | 2024-10-31T20:01:05.848Z | [ recovery-image] Oct 31 20:01:04.750 INFO O| Oct 31 20:01:04.750 INFO STEP 129 (remove_files) COMPLETE |
4505 | 2024-10-31T20:01:05.848Z | [ recovery-image] Oct 31 20:01:04.750 INFO O| Oct 31 20:01:04.750 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-10-31T20:01:05.857Z | [ recovery-image] Oct 31 20:01:04.760 INFO O| Oct 31 20:01:04.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4507 | 2024-10-31T20:01:05.860Z | [ recovery-image] Oct 31 20:01:04.760 INFO O| Oct 31 20:01:04.760 INFO STEP 130 (remove_files) COMPLETE |
4508 | 2024-10-31T20:01:05.860Z | [ recovery-image] Oct 31 20:01:04.760 INFO O| Oct 31 20:01:04.760 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-10-31T20:01:05.867Z | [ recovery-image] Oct 31 20:01:04.769 INFO O| Oct 31 20:01:04.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4510 | 2024-10-31T20:01:05.867Z | [ recovery-image] Oct 31 20:01:04.769 INFO O| Oct 31 20:01:04.769 INFO STEP 131 (remove_files) COMPLETE |
4511 | 2024-10-31T20:01:05.870Z | [ recovery-image] Oct 31 20:01:04.769 INFO O| Oct 31 20:01:04.769 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-10-31T20:01:05.876Z | [ recovery-image] Oct 31 20:01:04.779 INFO O| Oct 31 20:01:04.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4513 | 2024-10-31T20:01:05.876Z | [ recovery-image] Oct 31 20:01:04.779 INFO O| Oct 31 20:01:04.779 INFO STEP 132 (remove_files) COMPLETE |
4514 | 2024-10-31T20:01:05.879Z | [ recovery-image] Oct 31 20:01:04.779 INFO O| Oct 31 20:01:04.779 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-10-31T20:01:05.886Z | [ recovery-image] Oct 31 20:01:04.788 INFO O| Oct 31 20:01:04.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4516 | 2024-10-31T20:01:05.886Z | [ recovery-image] Oct 31 20:01:04.788 INFO O| Oct 31 20:01:04.788 INFO STEP 133 (remove_files) COMPLETE |
4517 | 2024-10-31T20:01:05.886Z | [ recovery-image] Oct 31 20:01:04.788 INFO O| Oct 31 20:01:04.788 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-10-31T20:01:05.895Z | [ recovery-image] Oct 31 20:01:04.797 INFO O| Oct 31 20:01:04.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4519 | 2024-10-31T20:01:05.895Z | [ recovery-image] Oct 31 20:01:04.798 INFO O| Oct 31 20:01:04.798 INFO STEP 134 (remove_files) COMPLETE |
4520 | 2024-10-31T20:01:05.895Z | [ recovery-image] Oct 31 20:01:04.798 INFO O| Oct 31 20:01:04.798 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-10-31T20:01:05.905Z | [ recovery-image] Oct 31 20:01:04.807 INFO O| Oct 31 20:01:04.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4522 | 2024-10-31T20:01:05.907Z | [ recovery-image] Oct 31 20:01:04.808 INFO O| Oct 31 20:01:04.808 INFO STEP 135 (remove_files) COMPLETE |
4523 | 2024-10-31T20:01:05.907Z | [ recovery-image] Oct 31 20:01:04.808 INFO O| Oct 31 20:01:04.808 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-10-31T20:01:05.915Z | [ recovery-image] Oct 31 20:01:04.817 INFO O| Oct 31 20:01:04.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4525 | 2024-10-31T20:01:05.915Z | [ recovery-image] Oct 31 20:01:04.817 INFO O| Oct 31 20:01:04.817 INFO STEP 136 (remove_files) COMPLETE |
4526 | 2024-10-31T20:01:05.918Z | [ recovery-image] Oct 31 20:01:04.817 INFO O| Oct 31 20:01:04.817 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-10-31T20:01:05.925Z | [ recovery-image] Oct 31 20:01:04.827 INFO O| Oct 31 20:01:04.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4528 | 2024-10-31T20:01:05.925Z | [ recovery-image] Oct 31 20:01:04.827 INFO O| Oct 31 20:01:04.827 INFO STEP 137 (remove_files) COMPLETE |
4529 | 2024-10-31T20:01:05.925Z | [ recovery-image] Oct 31 20:01:04.827 INFO O| Oct 31 20:01:04.827 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-10-31T20:01:05.935Z | [ recovery-image] Oct 31 20:01:04.836 INFO O| Oct 31 20:01:04.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4531 | 2024-10-31T20:01:05.938Z | [ recovery-image] Oct 31 20:01:04.837 INFO O| Oct 31 20:01:04.837 INFO STEP 138 (remove_files) COMPLETE |
4532 | 2024-10-31T20:01:05.938Z | [ recovery-image] Oct 31 20:01:04.837 INFO O| Oct 31 20:01:04.837 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-10-31T20:01:05.944Z | [ recovery-image] Oct 31 20:01:04.847 INFO O| Oct 31 20:01:04.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4534 | 2024-10-31T20:01:05.947Z | [ recovery-image] Oct 31 20:01:04.847 INFO O| Oct 31 20:01:04.847 INFO STEP 139 (remove_files) COMPLETE |
4535 | 2024-10-31T20:01:05.947Z | [ recovery-image] Oct 31 20:01:04.847 INFO O| Oct 31 20:01:04.847 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-10-31T20:01:05.956Z | [ recovery-image] Oct 31 20:01:04.858 INFO O| Oct 31 20:01:04.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4537 | 2024-10-31T20:01:05.959Z | [ recovery-image] Oct 31 20:01:04.858 INFO O| Oct 31 20:01:04.858 INFO STEP 140 (remove_files) COMPLETE |
4538 | 2024-10-31T20:01:05.959Z | [ recovery-image] Oct 31 20:01:04.858 INFO O| Oct 31 20:01:04.858 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-10-31T20:01:05.965Z | [ recovery-image] Oct 31 20:01:04.868 INFO O| Oct 31 20:01:04.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4540 | 2024-10-31T20:01:05.968Z | [ recovery-image] Oct 31 20:01:04.868 INFO O| Oct 31 20:01:04.868 INFO STEP 141 (remove_files) COMPLETE |
4541 | 2024-10-31T20:01:05.968Z | [ recovery-image] Oct 31 20:01:04.868 INFO O| Oct 31 20:01:04.868 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-10-31T20:01:05.975Z | [ recovery-image] Oct 31 20:01:04.877 INFO O| Oct 31 20:01:04.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4543 | 2024-10-31T20:01:05.975Z | [ recovery-image] Oct 31 20:01:04.877 INFO O| Oct 31 20:01:04.877 INFO STEP 142 (remove_files) COMPLETE |
4544 | 2024-10-31T20:01:05.978Z | [ recovery-image] Oct 31 20:01:04.878 INFO O| Oct 31 20:01:04.877 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-10-31T20:01:05.985Z | [ recovery-image] Oct 31 20:01:04.887 INFO O| Oct 31 20:01:04.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4546 | 2024-10-31T20:01:05.987Z | [ recovery-image] Oct 31 20:01:04.887 INFO O| Oct 31 20:01:04.887 INFO STEP 143 (remove_files) COMPLETE |
4547 | 2024-10-31T20:01:05.987Z | [ recovery-image] Oct 31 20:01:04.887 INFO O| Oct 31 20:01:04.887 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-10-31T20:01:05.994Z | [ recovery-image] Oct 31 20:01:04.896 INFO O| Oct 31 20:01:04.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4549 | 2024-10-31T20:01:05.994Z | [ recovery-image] Oct 31 20:01:04.896 INFO O| Oct 31 20:01:04.896 INFO STEP 144 (remove_files) COMPLETE |
4550 | 2024-10-31T20:01:05.997Z | [ recovery-image] Oct 31 20:01:04.896 INFO O| Oct 31 20:01:04.896 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-10-31T20:01:06.004Z | [ recovery-image] Oct 31 20:01:04.906 INFO O| Oct 31 20:01:04.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4552 | 2024-10-31T20:01:06.006Z | [ recovery-image] Oct 31 20:01:04.906 INFO O| Oct 31 20:01:04.906 INFO STEP 145 (remove_files) COMPLETE |
4553 | 2024-10-31T20:01:06.006Z | [ recovery-image] Oct 31 20:01:04.906 INFO O| Oct 31 20:01:04.906 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-10-31T20:01:06.014Z | [ recovery-image] Oct 31 20:01:04.916 INFO O| Oct 31 20:01:04.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4555 | 2024-10-31T20:01:06.021Z | [ recovery-image] Oct 31 20:01:04.916 INFO O| Oct 31 20:01:04.916 INFO STEP 146 (remove_files) COMPLETE |
4556 | 2024-10-31T20:01:06.021Z | [ recovery-image] Oct 31 20:01:04.916 INFO O| Oct 31 20:01:04.916 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-10-31T20:01:06.024Z | [ recovery-image] Oct 31 20:01:04.926 INFO O| Oct 31 20:01:04.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4558 | 2024-10-31T20:01:06.024Z | [ recovery-image] Oct 31 20:01:04.926 INFO O| Oct 31 20:01:04.926 INFO STEP 147 (remove_files) COMPLETE |
4559 | 2024-10-31T20:01:06.024Z | [ recovery-image] Oct 31 20:01:04.926 INFO O| Oct 31 20:01:04.926 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-10-31T20:01:06.033Z | [ recovery-image] Oct 31 20:01:04.935 INFO O| Oct 31 20:01:04.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4561 | 2024-10-31T20:01:06.033Z | [ recovery-image] Oct 31 20:01:04.935 INFO O| Oct 31 20:01:04.935 INFO STEP 148 (remove_files) COMPLETE |
4562 | 2024-10-31T20:01:06.036Z | [ recovery-image] Oct 31 20:01:04.935 INFO O| Oct 31 20:01:04.935 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-10-31T20:01:06.043Z | [ recovery-image] Oct 31 20:01:04.945 INFO O| Oct 31 20:01:04.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4564 | 2024-10-31T20:01:06.045Z | [ recovery-image] Oct 31 20:01:04.945 INFO O| Oct 31 20:01:04.945 INFO STEP 149 (remove_files) COMPLETE |
4565 | 2024-10-31T20:01:06.045Z | [ recovery-image] Oct 31 20:01:04.945 INFO O| Oct 31 20:01:04.945 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-10-31T20:01:06.053Z | [ recovery-image] Oct 31 20:01:04.955 INFO O| Oct 31 20:01:04.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4567 | 2024-10-31T20:01:06.053Z | [ recovery-image] Oct 31 20:01:04.955 INFO O| Oct 31 20:01:04.955 INFO STEP 150 (remove_files) COMPLETE |
4568 | 2024-10-31T20:01:06.053Z | [ recovery-image] Oct 31 20:01:04.955 INFO O| Oct 31 20:01:04.955 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-10-31T20:01:06.065Z | [ recovery-image] Oct 31 20:01:04.964 INFO O| Oct 31 20:01:04.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4570 | 2024-10-31T20:01:06.065Z | [ recovery-image] Oct 31 20:01:04.964 INFO O| Oct 31 20:01:04.964 INFO STEP 151 (remove_files) COMPLETE |
4571 | 2024-10-31T20:01:06.065Z | [ recovery-image] Oct 31 20:01:04.964 INFO O| Oct 31 20:01:04.964 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-10-31T20:01:06.072Z | [ recovery-image] Oct 31 20:01:04.974 INFO O| Oct 31 20:01:04.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4573 | 2024-10-31T20:01:06.074Z | [ recovery-image] Oct 31 20:01:04.974 INFO O| Oct 31 20:01:04.974 INFO STEP 152 (remove_files) COMPLETE |
4574 | 2024-10-31T20:01:06.074Z | [ recovery-image] Oct 31 20:01:04.974 INFO O| Oct 31 20:01:04.974 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-10-31T20:01:06.077Z | [ host-image] Oct 31 20:01:04.979 INFO O| Oct 31 20:01:04.979 INFO O| Done |
4576 | 2024-10-31T20:01:06.081Z | [ recovery-image] Oct 31 20:01:04.983 INFO O| Oct 31 20:01:04.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4577 | 2024-10-31T20:01:06.081Z | [ recovery-image] Oct 31 20:01:04.984 INFO O| Oct 31 20:01:04.983 INFO STEP 153 (remove_files) COMPLETE |
4578 | 2024-10-31T20:01:06.084Z | [ recovery-image] Oct 31 20:01:04.984 INFO O| Oct 31 20:01:04.983 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4579 | 2024-10-31T20:01:06.091Z | [ recovery-image] Oct 31 20:01:04.993 INFO O| Oct 31 20:01:04.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4580 | 2024-10-31T20:01:06.091Z | [ recovery-image] Oct 31 20:01:04.993 INFO O| Oct 31 20:01:04.993 INFO STEP 154 (remove_files) COMPLETE |
4581 | 2024-10-31T20:01:06.094Z | [ recovery-image] Oct 31 20:01:04.993 INFO O| Oct 31 20:01:04.993 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4582 | 2024-10-31T20:01:06.100Z | [ host-image] Oct 31 20:01:05.002 INFO O| Oct 31 20:01:05.002 INFO O| Done |
4583 | 2024-10-31T20:01:06.103Z | [ recovery-image] Oct 31 20:01:05.003 INFO O| Oct 31 20:01:05.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4584 | 2024-10-31T20:01:06.103Z | [ recovery-image] Oct 31 20:01:05.004 INFO O| Oct 31 20:01:05.004 INFO STEP 155 (remove_files) COMPLETE |
4585 | 2024-10-31T20:01:06.103Z | [ recovery-image] Oct 31 20:01:05.004 INFO O| Oct 31 20:01:05.004 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-10-31T20:01:06.111Z | [ recovery-image] Oct 31 20:01:05.014 INFO O| Oct 31 20:01:05.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4587 | 2024-10-31T20:01:06.111Z | [ recovery-image] Oct 31 20:01:05.014 INFO O| Oct 31 20:01:05.014 INFO STEP 156 (remove_files) COMPLETE |
4588 | 2024-10-31T20:01:06.114Z | [ recovery-image] Oct 31 20:01:05.014 INFO O| Oct 31 20:01:05.014 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-10-31T20:01:06.121Z | [ recovery-image] Oct 31 20:01:05.023 INFO O| Oct 31 20:01:05.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4590 | 2024-10-31T20:01:06.121Z | [ recovery-image] Oct 31 20:01:05.023 INFO O| Oct 31 20:01:05.023 INFO STEP 157 (remove_files) COMPLETE |
4591 | 2024-10-31T20:01:06.126Z | [ recovery-image] Oct 31 20:01:05.023 INFO O| Oct 31 20:01:05.023 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-10-31T20:01:06.131Z | [ recovery-image] Oct 31 20:01:05.033 INFO O| Oct 31 20:01:05.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4593 | 2024-10-31T20:01:06.134Z | [ recovery-image] Oct 31 20:01:05.033 INFO O| Oct 31 20:01:05.033 INFO STEP 158 (remove_files) COMPLETE |
4594 | 2024-10-31T20:01:06.134Z | [ recovery-image] Oct 31 20:01:05.033 INFO O| Oct 31 20:01:05.033 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-10-31T20:01:06.140Z | [ recovery-image] Oct 31 20:01:05.042 INFO O| Oct 31 20:01:05.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4596 | 2024-10-31T20:01:06.140Z | [ recovery-image] Oct 31 20:01:05.043 INFO O| Oct 31 20:01:05.043 INFO STEP 159 (remove_files) COMPLETE |
4597 | 2024-10-31T20:01:06.143Z | [ recovery-image] Oct 31 20:01:05.043 INFO O| Oct 31 20:01:05.043 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-10-31T20:01:06.151Z | [ recovery-image] Oct 31 20:01:05.053 INFO O| Oct 31 20:01:05.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4599 | 2024-10-31T20:01:06.152Z | [ recovery-image] Oct 31 20:01:05.053 INFO O| Oct 31 20:01:05.053 INFO STEP 160 (remove_files) COMPLETE |
4600 | 2024-10-31T20:01:06.152Z | [ recovery-image] Oct 31 20:01:05.053 INFO O| Oct 31 20:01:05.053 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-10-31T20:01:06.160Z | [ recovery-image] Oct 31 20:01:05.062 INFO O| Oct 31 20:01:05.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4602 | 2024-10-31T20:01:06.160Z | [ recovery-image] Oct 31 20:01:05.062 INFO O| Oct 31 20:01:05.062 INFO STEP 161 (remove_files) COMPLETE |
4603 | 2024-10-31T20:01:06.163Z | [ recovery-image] Oct 31 20:01:05.062 INFO O| Oct 31 20:01:05.062 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-10-31T20:01:06.170Z | [ recovery-image] Oct 31 20:01:05.072 INFO O| Oct 31 20:01:05.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4605 | 2024-10-31T20:01:06.172Z | [ recovery-image] Oct 31 20:01:05.072 INFO O| Oct 31 20:01:05.072 INFO STEP 162 (remove_files) COMPLETE |
4606 | 2024-10-31T20:01:06.172Z | [ recovery-image] Oct 31 20:01:05.072 INFO O| Oct 31 20:01:05.072 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-10-31T20:01:06.179Z | [ recovery-image] Oct 31 20:01:05.082 INFO O| Oct 31 20:01:05.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4608 | 2024-10-31T20:01:06.182Z | [ recovery-image] Oct 31 20:01:05.082 INFO O| Oct 31 20:01:05.082 INFO STEP 163 (remove_files) COMPLETE |
4609 | 2024-10-31T20:01:06.182Z | [ recovery-image] Oct 31 20:01:05.082 INFO O| Oct 31 20:01:05.082 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-10-31T20:01:06.189Z | [ recovery-image] Oct 31 20:01:05.091 INFO O| Oct 31 20:01:05.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4611 | 2024-10-31T20:01:06.191Z | [ recovery-image] Oct 31 20:01:05.091 INFO O| Oct 31 20:01:05.091 INFO STEP 164 (remove_files) COMPLETE |
4612 | 2024-10-31T20:01:06.191Z | [ recovery-image] Oct 31 20:01:05.091 INFO O| Oct 31 20:01:05.091 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-10-31T20:01:06.198Z | [ recovery-image] Oct 31 20:01:05.101 INFO O| Oct 31 20:01:05.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4614 | 2024-10-31T20:01:06.198Z | [ recovery-image] Oct 31 20:01:05.101 INFO O| Oct 31 20:01:05.101 INFO STEP 165 (remove_files) COMPLETE |
4615 | 2024-10-31T20:01:06.201Z | [ recovery-image] Oct 31 20:01:05.101 INFO O| Oct 31 20:01:05.101 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-10-31T20:01:06.208Z | [ recovery-image] Oct 31 20:01:05.110 INFO O| Oct 31 20:01:05.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4617 | 2024-10-31T20:01:06.210Z | [ recovery-image] Oct 31 20:01:05.111 INFO O| Oct 31 20:01:05.111 INFO STEP 166 (remove_files) COMPLETE |
4618 | 2024-10-31T20:01:06.210Z | [ recovery-image] Oct 31 20:01:05.111 INFO O| Oct 31 20:01:05.111 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-10-31T20:01:06.218Z | [ recovery-image] Oct 31 20:01:05.120 INFO O| Oct 31 20:01:05.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4620 | 2024-10-31T20:01:06.220Z | [ recovery-image] Oct 31 20:01:05.120 INFO O| Oct 31 20:01:05.120 INFO STEP 167 (remove_files) COMPLETE |
4621 | 2024-10-31T20:01:06.220Z | [ recovery-image] Oct 31 20:01:05.120 INFO O| Oct 31 20:01:05.120 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-10-31T20:01:06.227Z | [ recovery-image] Oct 31 20:01:05.129 INFO O| Oct 31 20:01:05.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4623 | 2024-10-31T20:01:06.227Z | [ recovery-image] Oct 31 20:01:05.129 INFO O| Oct 31 20:01:05.129 INFO STEP 168 (remove_files) COMPLETE |
4624 | 2024-10-31T20:01:06.230Z | [ recovery-image] Oct 31 20:01:05.129 INFO O| Oct 31 20:01:05.129 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-10-31T20:01:06.237Z | [ recovery-image] Oct 31 20:01:05.139 INFO O| Oct 31 20:01:05.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4626 | 2024-10-31T20:01:06.237Z | [ recovery-image] Oct 31 20:01:05.139 INFO O| Oct 31 20:01:05.139 INFO STEP 169 (remove_files) COMPLETE |
4627 | 2024-10-31T20:01:06.237Z | [ recovery-image] Oct 31 20:01:05.139 INFO O| Oct 31 20:01:05.139 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-10-31T20:01:06.246Z | [ recovery-image] Oct 31 20:01:05.148 INFO O| Oct 31 20:01:05.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4629 | 2024-10-31T20:01:06.246Z | [ recovery-image] Oct 31 20:01:05.148 INFO O| Oct 31 20:01:05.148 INFO STEP 170 (remove_files) COMPLETE |
4630 | 2024-10-31T20:01:06.249Z | [ recovery-image] Oct 31 20:01:05.148 INFO O| Oct 31 20:01:05.148 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-10-31T20:01:06.256Z | [ recovery-image] Oct 31 20:01:05.158 INFO O| Oct 31 20:01:05.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4632 | 2024-10-31T20:01:06.256Z | [ recovery-image] Oct 31 20:01:05.158 INFO O| Oct 31 20:01:05.158 INFO STEP 171 (remove_files) COMPLETE |
4633 | 2024-10-31T20:01:06.259Z | [ recovery-image] Oct 31 20:01:05.158 INFO O| Oct 31 20:01:05.158 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-10-31T20:01:06.265Z | [ recovery-image] Oct 31 20:01:05.167 INFO O| Oct 31 20:01:05.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4635 | 2024-10-31T20:01:06.265Z | [ recovery-image] Oct 31 20:01:05.167 INFO O| Oct 31 20:01:05.167 INFO STEP 172 (remove_files) COMPLETE |
4636 | 2024-10-31T20:01:06.268Z | [ recovery-image] Oct 31 20:01:05.167 INFO O| Oct 31 20:01:05.167 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-10-31T20:01:06.274Z | [ recovery-image] Oct 31 20:01:05.177 INFO O| Oct 31 20:01:05.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4638 | 2024-10-31T20:01:06.275Z | [ recovery-image] Oct 31 20:01:05.177 INFO O| Oct 31 20:01:05.177 INFO STEP 173 (remove_files) COMPLETE |
4639 | 2024-10-31T20:01:06.278Z | [ recovery-image] Oct 31 20:01:05.177 INFO O| Oct 31 20:01:05.177 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-10-31T20:01:06.284Z | [ recovery-image] Oct 31 20:01:05.186 INFO O| Oct 31 20:01:05.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4641 | 2024-10-31T20:01:06.284Z | [ recovery-image] Oct 31 20:01:05.186 INFO O| Oct 31 20:01:05.186 INFO STEP 174 (remove_files) COMPLETE |
4642 | 2024-10-31T20:01:06.287Z | [ recovery-image] Oct 31 20:01:05.186 INFO O| Oct 31 20:01:05.186 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-10-31T20:01:06.294Z | [ recovery-image] Oct 31 20:01:05.196 INFO O| Oct 31 20:01:05.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4644 | 2024-10-31T20:01:06.294Z | [ recovery-image] Oct 31 20:01:05.196 INFO O| Oct 31 20:01:05.196 INFO STEP 175 (remove_files) COMPLETE |
4645 | 2024-10-31T20:01:06.296Z | [ recovery-image] Oct 31 20:01:05.196 INFO O| Oct 31 20:01:05.196 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-10-31T20:01:06.303Z | [ recovery-image] Oct 31 20:01:05.205 INFO O| Oct 31 20:01:05.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4647 | 2024-10-31T20:01:06.303Z | [ recovery-image] Oct 31 20:01:05.205 INFO O| Oct 31 20:01:05.205 INFO STEP 176 (remove_files) COMPLETE |
4648 | 2024-10-31T20:01:06.305Z | [ recovery-image] Oct 31 20:01:05.205 INFO O| Oct 31 20:01:05.205 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-10-31T20:01:06.312Z | [ recovery-image] Oct 31 20:01:05.215 INFO O| Oct 31 20:01:05.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4650 | 2024-10-31T20:01:06.315Z | [ recovery-image] Oct 31 20:01:05.215 INFO O| Oct 31 20:01:05.215 INFO STEP 177 (remove_files) COMPLETE |
4651 | 2024-10-31T20:01:06.315Z | [ recovery-image] Oct 31 20:01:05.215 INFO O| Oct 31 20:01:05.215 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-10-31T20:01:06.322Z | [ recovery-image] Oct 31 20:01:05.225 INFO O| Oct 31 20:01:05.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4653 | 2024-10-31T20:01:06.323Z | [ recovery-image] Oct 31 20:01:05.225 INFO O| Oct 31 20:01:05.225 INFO STEP 178 (remove_files) COMPLETE |
4654 | 2024-10-31T20:01:06.323Z | [ recovery-image] Oct 31 20:01:05.225 INFO O| Oct 31 20:01:05.225 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-10-31T20:01:06.332Z | [ recovery-image] Oct 31 20:01:05.234 INFO O| Oct 31 20:01:05.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4656 | 2024-10-31T20:01:06.332Z | [ recovery-image] Oct 31 20:01:05.234 INFO O| Oct 31 20:01:05.234 INFO STEP 179 (remove_files) COMPLETE |
4657 | 2024-10-31T20:01:06.332Z | [ recovery-image] Oct 31 20:01:05.234 INFO O| Oct 31 20:01:05.234 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4658 | 2024-10-31T20:01:06.341Z | [ recovery-image] Oct 31 20:01:05.244 INFO O| Oct 31 20:01:05.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4659 | 2024-10-31T20:01:06.342Z | [ recovery-image] Oct 31 20:01:05.244 INFO O| Oct 31 20:01:05.244 INFO STEP 180 (remove_files) COMPLETE |
4660 | 2024-10-31T20:01:06.342Z | [ recovery-image] Oct 31 20:01:05.244 INFO O| Oct 31 20:01:05.244 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4661 | 2024-10-31T20:01:06.351Z | [ recovery-image] Oct 31 20:01:05.253 INFO O| Oct 31 20:01:05.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4662 | 2024-10-31T20:01:06.351Z | [ recovery-image] Oct 31 20:01:05.253 INFO O| Oct 31 20:01:05.253 INFO STEP 181 (remove_files) COMPLETE |
4663 | 2024-10-31T20:01:06.354Z | [ recovery-image] Oct 31 20:01:05.253 INFO O| Oct 31 20:01:05.253 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4664 | 2024-10-31T20:01:06.360Z | [ recovery-image] Oct 31 20:01:05.263 INFO O| Oct 31 20:01:05.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4665 | 2024-10-31T20:01:06.360Z | [ recovery-image] Oct 31 20:01:05.263 INFO O| Oct 31 20:01:05.263 INFO STEP 182 (remove_files) COMPLETE |
4666 | 2024-10-31T20:01:06.363Z | [ recovery-image] Oct 31 20:01:05.263 INFO O| Oct 31 20:01:05.263 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4667 | 2024-10-31T20:01:06.370Z | [ recovery-image] Oct 31 20:01:05.272 INFO O| Oct 31 20:01:05.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4668 | 2024-10-31T20:01:06.373Z | [ recovery-image] Oct 31 20:01:05.273 INFO O| Oct 31 20:01:05.273 INFO STEP 183 (remove_files) COMPLETE |
4669 | 2024-10-31T20:01:06.373Z | [ recovery-image] Oct 31 20:01:05.273 INFO O| Oct 31 20:01:05.273 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4670 | 2024-10-31T20:01:06.380Z | [ recovery-image] Oct 31 20:01:05.283 INFO O| Oct 31 20:01:05.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4671 | 2024-10-31T20:01:06.381Z | [ recovery-image] Oct 31 20:01:05.283 INFO O| Oct 31 20:01:05.283 INFO STEP 184 (remove_files) COMPLETE |
4672 | 2024-10-31T20:01:06.381Z | [ recovery-image] Oct 31 20:01:05.283 INFO O| Oct 31 20:01:05.283 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4673 | 2024-10-31T20:01:06.390Z | [ recovery-image] Oct 31 20:01:05.292 INFO O| Oct 31 20:01:05.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4674 | 2024-10-31T20:01:06.390Z | [ recovery-image] Oct 31 20:01:05.292 INFO O| Oct 31 20:01:05.292 INFO STEP 185 (remove_files) COMPLETE |
4675 | 2024-10-31T20:01:06.390Z | [ recovery-image] Oct 31 20:01:05.292 INFO O| Oct 31 20:01:05.292 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4676 | 2024-10-31T20:01:06.400Z | [ recovery-image] Oct 31 20:01:05.302 INFO O| Oct 31 20:01:05.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4677 | 2024-10-31T20:01:06.400Z | [ recovery-image] Oct 31 20:01:05.302 INFO O| Oct 31 20:01:05.302 INFO STEP 186 (remove_files) COMPLETE |
4678 | 2024-10-31T20:01:06.403Z | [ recovery-image] Oct 31 20:01:05.302 INFO O| Oct 31 20:01:05.302 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4679 | 2024-10-31T20:01:06.409Z | [ recovery-image] Oct 31 20:01:05.311 INFO O| Oct 31 20:01:05.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4680 | 2024-10-31T20:01:06.411Z | [ recovery-image] Oct 31 20:01:05.311 INFO O| Oct 31 20:01:05.311 INFO STEP 187 (remove_files) COMPLETE |
4681 | 2024-10-31T20:01:06.411Z | [ recovery-image] Oct 31 20:01:05.311 INFO O| Oct 31 20:01:05.311 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4682 | 2024-10-31T20:01:06.419Z | [ recovery-image] Oct 31 20:01:05.321 INFO O| Oct 31 20:01:05.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4683 | 2024-10-31T20:01:06.419Z | [ recovery-image] Oct 31 20:01:05.321 INFO O| Oct 31 20:01:05.321 INFO STEP 188 (remove_files) COMPLETE |
4684 | 2024-10-31T20:01:06.423Z | [ recovery-image] Oct 31 20:01:05.321 INFO O| Oct 31 20:01:05.321 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4685 | 2024-10-31T20:01:06.429Z | [ recovery-image] Oct 31 20:01:05.331 INFO O| Oct 31 20:01:05.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4686 | 2024-10-31T20:01:06.432Z | [ recovery-image] Oct 31 20:01:05.331 INFO O| Oct 31 20:01:05.331 INFO STEP 189 (remove_files) COMPLETE |
4687 | 2024-10-31T20:01:06.432Z | [ recovery-image] Oct 31 20:01:05.331 INFO O| Oct 31 20:01:05.331 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4688 | 2024-10-31T20:01:06.439Z | [ recovery-image] Oct 31 20:01:05.341 INFO O| Oct 31 20:01:05.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4689 | 2024-10-31T20:01:06.439Z | [ recovery-image] Oct 31 20:01:05.341 INFO O| Oct 31 20:01:05.341 INFO STEP 190 (remove_files) COMPLETE |
4690 | 2024-10-31T20:01:06.442Z | [ recovery-image] Oct 31 20:01:05.341 INFO O| Oct 31 20:01:05.341 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4691 | 2024-10-31T20:01:06.449Z | [ recovery-image] Oct 31 20:01:05.351 INFO O| Oct 31 20:01:05.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4692 | 2024-10-31T20:01:06.451Z | [ recovery-image] Oct 31 20:01:05.351 INFO O| Oct 31 20:01:05.351 INFO STEP 191 (remove_files) COMPLETE |
4693 | 2024-10-31T20:01:06.451Z | [ recovery-image] Oct 31 20:01:05.351 INFO O| Oct 31 20:01:05.351 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4694 | 2024-10-31T20:01:06.458Z | [ recovery-image] Oct 31 20:01:05.360 INFO O| Oct 31 20:01:05.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4695 | 2024-10-31T20:01:06.458Z | [ recovery-image] Oct 31 20:01:05.360 INFO O| Oct 31 20:01:05.360 INFO STEP 192 (remove_files) COMPLETE |
4696 | 2024-10-31T20:01:06.461Z | [ recovery-image] Oct 31 20:01:05.360 INFO O| Oct 31 20:01:05.360 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4697 | 2024-10-31T20:01:06.467Z | [ recovery-image] Oct 31 20:01:05.370 INFO O| Oct 31 20:01:05.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4698 | 2024-10-31T20:01:06.468Z | [ recovery-image] Oct 31 20:01:05.370 INFO O| Oct 31 20:01:05.370 INFO STEP 193 (remove_files) COMPLETE |
4699 | 2024-10-31T20:01:06.470Z | [ recovery-image] Oct 31 20:01:05.370 INFO O| Oct 31 20:01:05.370 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4700 | 2024-10-31T20:01:06.477Z | [ recovery-image] Oct 31 20:01:05.379 INFO O| Oct 31 20:01:05.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4701 | 2024-10-31T20:01:06.477Z | [ recovery-image] Oct 31 20:01:05.379 INFO O| Oct 31 20:01:05.379 INFO STEP 194 (remove_files) COMPLETE |
4702 | 2024-10-31T20:01:06.480Z | [ recovery-image] Oct 31 20:01:05.379 INFO O| Oct 31 20:01:05.379 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4703 | 2024-10-31T20:01:06.486Z | [ recovery-image] Oct 31 20:01:05.389 INFO O| Oct 31 20:01:05.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4704 | 2024-10-31T20:01:06.487Z | [ recovery-image] Oct 31 20:01:05.389 INFO O| Oct 31 20:01:05.389 INFO STEP 195 (remove_files) COMPLETE |
4705 | 2024-10-31T20:01:06.487Z | [ recovery-image] Oct 31 20:01:05.389 INFO O| Oct 31 20:01:05.389 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4706 | 2024-10-31T20:01:06.496Z | [ recovery-image] Oct 31 20:01:05.398 INFO O| Oct 31 20:01:05.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4707 | 2024-10-31T20:01:06.496Z | [ recovery-image] Oct 31 20:01:05.398 INFO O| Oct 31 20:01:05.398 INFO STEP 196 (remove_files) COMPLETE |
4708 | 2024-10-31T20:01:06.498Z | [ recovery-image] Oct 31 20:01:05.398 INFO O| Oct 31 20:01:05.398 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4709 | 2024-10-31T20:01:06.505Z | [ recovery-image] Oct 31 20:01:05.407 INFO O| Oct 31 20:01:05.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4710 | 2024-10-31T20:01:06.505Z | [ recovery-image] Oct 31 20:01:05.408 INFO O| Oct 31 20:01:05.407 INFO STEP 197 (remove_files) COMPLETE |
4711 | 2024-10-31T20:01:06.508Z | [ recovery-image] Oct 31 20:01:05.408 INFO O| Oct 31 20:01:05.408 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4712 | 2024-10-31T20:01:06.515Z | [ recovery-image] Oct 31 20:01:05.417 INFO O| Oct 31 20:01:05.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4713 | 2024-10-31T20:01:06.517Z | [ recovery-image] Oct 31 20:01:05.417 INFO O| Oct 31 20:01:05.417 INFO STEP 198 (remove_files) COMPLETE |
4714 | 2024-10-31T20:01:06.517Z | [ recovery-image] Oct 31 20:01:05.417 INFO O| Oct 31 20:01:05.417 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4715 | 2024-10-31T20:01:06.524Z | [ recovery-image] Oct 31 20:01:05.426 INFO O| Oct 31 20:01:05.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4716 | 2024-10-31T20:01:06.526Z | [ recovery-image] Oct 31 20:01:05.426 INFO O| Oct 31 20:01:05.426 INFO STEP 199 (remove_files) COMPLETE |
4717 | 2024-10-31T20:01:06.526Z | [ recovery-image] Oct 31 20:01:05.426 INFO O| Oct 31 20:01:05.426 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4718 | 2024-10-31T20:01:06.533Z | [ recovery-image] Oct 31 20:01:05.436 INFO O| Oct 31 20:01:05.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4719 | 2024-10-31T20:01:06.533Z | [ recovery-image] Oct 31 20:01:05.436 INFO O| Oct 31 20:01:05.436 INFO STEP 200 (remove_files) COMPLETE |
4720 | 2024-10-31T20:01:06.536Z | [ recovery-image] Oct 31 20:01:05.436 INFO O| Oct 31 20:01:05.436 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4721 | 2024-10-31T20:01:06.543Z | [ recovery-image] Oct 31 20:01:05.445 INFO O| Oct 31 20:01:05.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4722 | 2024-10-31T20:01:06.543Z | [ recovery-image] Oct 31 20:01:05.445 INFO O| Oct 31 20:01:05.445 INFO STEP 201 (remove_files) COMPLETE |
4723 | 2024-10-31T20:01:06.545Z | [ recovery-image] Oct 31 20:01:05.445 INFO O| Oct 31 20:01:05.445 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4724 | 2024-10-31T20:01:06.552Z | [ recovery-image] Oct 31 20:01:05.454 INFO O| Oct 31 20:01:05.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4725 | 2024-10-31T20:01:06.552Z | [ recovery-image] Oct 31 20:01:05.454 INFO O| Oct 31 20:01:05.454 INFO STEP 202 (remove_files) COMPLETE |
4726 | 2024-10-31T20:01:06.552Z | [ recovery-image] Oct 31 20:01:05.455 INFO O| Oct 31 20:01:05.454 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4727 | 2024-10-31T20:01:06.562Z | [ recovery-image] Oct 31 20:01:05.464 INFO O| Oct 31 20:01:05.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4728 | 2024-10-31T20:01:06.562Z | [ recovery-image] Oct 31 20:01:05.464 INFO O| Oct 31 20:01:05.464 INFO STEP 203 (remove_files) COMPLETE |
4729 | 2024-10-31T20:01:06.564Z | [ recovery-image] Oct 31 20:01:05.464 INFO O| Oct 31 20:01:05.464 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4730 | 2024-10-31T20:01:06.571Z | [ recovery-image] Oct 31 20:01:05.473 INFO O| Oct 31 20:01:05.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4731 | 2024-10-31T20:01:06.571Z | [ recovery-image] Oct 31 20:01:05.473 INFO O| Oct 31 20:01:05.473 INFO STEP 204 (remove_files) COMPLETE |
4732 | 2024-10-31T20:01:06.571Z | [ recovery-image] Oct 31 20:01:05.473 INFO O| Oct 31 20:01:05.473 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4733 | 2024-10-31T20:01:06.580Z | [ recovery-image] Oct 31 20:01:05.483 INFO O| Oct 31 20:01:05.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4734 | 2024-10-31T20:01:06.581Z | [ recovery-image] Oct 31 20:01:05.483 INFO O| Oct 31 20:01:05.483 INFO STEP 205 (remove_files) COMPLETE |
4735 | 2024-10-31T20:01:06.581Z | [ recovery-image] Oct 31 20:01:05.483 INFO O| Oct 31 20:01:05.483 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4736 | 2024-10-31T20:01:06.590Z | [ recovery-image] Oct 31 20:01:05.492 INFO O| Oct 31 20:01:05.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4737 | 2024-10-31T20:01:06.590Z | [ recovery-image] Oct 31 20:01:05.492 INFO O| Oct 31 20:01:05.492 INFO STEP 206 (remove_files) COMPLETE |
4738 | 2024-10-31T20:01:06.590Z | [ recovery-image] Oct 31 20:01:05.492 INFO O| Oct 31 20:01:05.492 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4739 | 2024-10-31T20:01:06.599Z | [ recovery-image] Oct 31 20:01:05.501 INFO O| Oct 31 20:01:05.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4740 | 2024-10-31T20:01:06.599Z | [ recovery-image] Oct 31 20:01:05.501 INFO O| Oct 31 20:01:05.501 INFO STEP 207 (remove_files) COMPLETE |
4741 | 2024-10-31T20:01:06.603Z | [ recovery-image] Oct 31 20:01:05.502 INFO O| Oct 31 20:01:05.501 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4742 | 2024-10-31T20:01:06.609Z | [ recovery-image] Oct 31 20:01:05.511 INFO O| Oct 31 20:01:05.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4743 | 2024-10-31T20:01:06.609Z | [ recovery-image] Oct 31 20:01:05.511 INFO O| Oct 31 20:01:05.511 INFO STEP 208 (remove_files) COMPLETE |
4744 | 2024-10-31T20:01:06.612Z | [ recovery-image] Oct 31 20:01:05.511 INFO O| Oct 31 20:01:05.511 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4745 | 2024-10-31T20:01:06.619Z | [ recovery-image] Oct 31 20:01:05.521 INFO O| Oct 31 20:01:05.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4746 | 2024-10-31T20:01:06.623Z | [ recovery-image] Oct 31 20:01:05.522 INFO O| Oct 31 20:01:05.522 INFO STEP 209 (remove_files) COMPLETE |
4747 | 2024-10-31T20:01:06.623Z | [ recovery-image] Oct 31 20:01:05.522 INFO O| Oct 31 20:01:05.522 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4748 | 2024-10-31T20:01:06.629Z | [ recovery-image] Oct 31 20:01:05.531 INFO O| Oct 31 20:01:05.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4749 | 2024-10-31T20:01:06.629Z | [ recovery-image] Oct 31 20:01:05.531 INFO O| Oct 31 20:01:05.531 INFO STEP 210 (remove_files) COMPLETE |
4750 | 2024-10-31T20:01:06.632Z | [ recovery-image] Oct 31 20:01:05.531 INFO O| Oct 31 20:01:05.531 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4751 | 2024-10-31T20:01:06.639Z | [ recovery-image] Oct 31 20:01:05.541 INFO O| Oct 31 20:01:05.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4752 | 2024-10-31T20:01:06.639Z | [ recovery-image] Oct 31 20:01:05.541 INFO O| Oct 31 20:01:05.541 INFO STEP 211 (remove_files) COMPLETE |
4753 | 2024-10-31T20:01:06.639Z | [ recovery-image] Oct 31 20:01:05.541 INFO O| Oct 31 20:01:05.541 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4754 | 2024-10-31T20:01:06.648Z | [ recovery-image] Oct 31 20:01:05.550 INFO O| Oct 31 20:01:05.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4755 | 2024-10-31T20:01:06.648Z | [ recovery-image] Oct 31 20:01:05.550 INFO O| Oct 31 20:01:05.550 INFO STEP 212 (remove_files) COMPLETE |
4756 | 2024-10-31T20:01:06.652Z | [ recovery-image] Oct 31 20:01:05.550 INFO O| Oct 31 20:01:05.550 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4757 | 2024-10-31T20:01:06.657Z | [ recovery-image] Oct 31 20:01:05.559 INFO O| Oct 31 20:01:05.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4758 | 2024-10-31T20:01:06.657Z | [ recovery-image] Oct 31 20:01:05.560 INFO O| Oct 31 20:01:05.559 INFO STEP 213 (remove_files) COMPLETE |
4759 | 2024-10-31T20:01:06.660Z | [ recovery-image] Oct 31 20:01:05.560 INFO O| Oct 31 20:01:05.560 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4760 | 2024-10-31T20:01:06.667Z | [ recovery-image] Oct 31 20:01:05.569 INFO O| Oct 31 20:01:05.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4761 | 2024-10-31T20:01:06.667Z | [ recovery-image] Oct 31 20:01:05.569 INFO O| Oct 31 20:01:05.569 INFO STEP 214 (remove_files) COMPLETE |
4762 | 2024-10-31T20:01:06.667Z | [ recovery-image] Oct 31 20:01:05.569 INFO O| Oct 31 20:01:05.569 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4763 | 2024-10-31T20:01:06.676Z | [ recovery-image] Oct 31 20:01:05.579 INFO O| Oct 31 20:01:05.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4764 | 2024-10-31T20:01:06.679Z | [ recovery-image] Oct 31 20:01:05.579 INFO O| Oct 31 20:01:05.579 INFO STEP 215 (remove_files) COMPLETE |
4765 | 2024-10-31T20:01:06.679Z | [ recovery-image] Oct 31 20:01:05.579 INFO O| Oct 31 20:01:05.579 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4766 | 2024-10-31T20:01:06.686Z | [ recovery-image] Oct 31 20:01:05.588 INFO O| Oct 31 20:01:05.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4767 | 2024-10-31T20:01:06.686Z | [ recovery-image] Oct 31 20:01:05.588 INFO O| Oct 31 20:01:05.588 INFO STEP 216 (remove_files) COMPLETE |
4768 | 2024-10-31T20:01:06.686Z | [ recovery-image] Oct 31 20:01:05.588 INFO O| Oct 31 20:01:05.588 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4769 | 2024-10-31T20:01:06.695Z | [ recovery-image] Oct 31 20:01:05.598 INFO O| Oct 31 20:01:05.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4770 | 2024-10-31T20:01:06.695Z | [ recovery-image] Oct 31 20:01:05.598 INFO O| Oct 31 20:01:05.598 INFO STEP 217 (remove_files) COMPLETE |
4771 | 2024-10-31T20:01:06.696Z | [ recovery-image] Oct 31 20:01:05.598 INFO O| Oct 31 20:01:05.598 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4772 | 2024-10-31T20:01:06.705Z | [ recovery-image] Oct 31 20:01:05.607 INFO O| Oct 31 20:01:05.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4773 | 2024-10-31T20:01:06.705Z | [ recovery-image] Oct 31 20:01:05.607 INFO O| Oct 31 20:01:05.607 INFO STEP 218 (remove_files) COMPLETE |
4774 | 2024-10-31T20:01:06.708Z | [ recovery-image] Oct 31 20:01:05.607 INFO O| Oct 31 20:01:05.607 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4775 | 2024-10-31T20:01:06.715Z | [ recovery-image] Oct 31 20:01:05.617 INFO O| Oct 31 20:01:05.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4776 | 2024-10-31T20:01:06.715Z | [ recovery-image] Oct 31 20:01:05.617 INFO O| Oct 31 20:01:05.617 INFO STEP 219 (remove_files) COMPLETE |
4777 | 2024-10-31T20:01:06.717Z | [ recovery-image] Oct 31 20:01:05.617 INFO O| Oct 31 20:01:05.617 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4778 | 2024-10-31T20:01:06.724Z | [ recovery-image] Oct 31 20:01:05.626 INFO O| Oct 31 20:01:05.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4779 | 2024-10-31T20:01:06.724Z | [ recovery-image] Oct 31 20:01:05.626 INFO O| Oct 31 20:01:05.626 INFO STEP 220 (remove_files) COMPLETE |
4780 | 2024-10-31T20:01:06.727Z | [ recovery-image] Oct 31 20:01:05.626 INFO O| Oct 31 20:01:05.626 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4781 | 2024-10-31T20:01:06.733Z | [ recovery-image] Oct 31 20:01:05.636 INFO O| Oct 31 20:01:05.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4782 | 2024-10-31T20:01:06.733Z | [ recovery-image] Oct 31 20:01:05.636 INFO O| Oct 31 20:01:05.636 INFO STEP 221 (remove_files) COMPLETE |
4783 | 2024-10-31T20:01:06.736Z | [ recovery-image] Oct 31 20:01:05.636 INFO O| Oct 31 20:01:05.636 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-10-31T20:01:06.743Z | [ recovery-image] Oct 31 20:01:05.645 INFO O| Oct 31 20:01:05.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4785 | 2024-10-31T20:01:06.743Z | [ recovery-image] Oct 31 20:01:05.645 INFO O| Oct 31 20:01:05.645 INFO STEP 222 (remove_files) COMPLETE |
4786 | 2024-10-31T20:01:06.743Z | [ recovery-image] Oct 31 20:01:05.645 INFO O| Oct 31 20:01:05.645 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-10-31T20:01:06.754Z | [ recovery-image] Oct 31 20:01:05.656 INFO O| Oct 31 20:01:05.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4788 | 2024-10-31T20:01:06.754Z | [ recovery-image] Oct 31 20:01:05.656 INFO O| Oct 31 20:01:05.656 INFO STEP 223 (remove_files) COMPLETE |
4789 | 2024-10-31T20:01:06.757Z | [ recovery-image] Oct 31 20:01:05.656 INFO O| Oct 31 20:01:05.656 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-10-31T20:01:06.763Z | [ recovery-image] Oct 31 20:01:05.665 INFO O| Oct 31 20:01:05.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4791 | 2024-10-31T20:01:06.766Z | [ recovery-image] Oct 31 20:01:05.666 INFO O| Oct 31 20:01:05.666 INFO STEP 224 (remove_files) COMPLETE |
4792 | 2024-10-31T20:01:06.766Z | [ recovery-image] Oct 31 20:01:05.666 INFO O| Oct 31 20:01:05.666 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4793 | 2024-10-31T20:01:06.773Z | [ recovery-image] Oct 31 20:01:05.675 INFO O| Oct 31 20:01:05.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4794 | 2024-10-31T20:01:06.773Z | [ recovery-image] Oct 31 20:01:05.675 INFO O| Oct 31 20:01:05.675 INFO STEP 225 (remove_files) COMPLETE |
4795 | 2024-10-31T20:01:06.776Z | [ recovery-image] Oct 31 20:01:05.675 INFO O| Oct 31 20:01:05.675 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4796 | 2024-10-31T20:01:06.783Z | [ recovery-image] Oct 31 20:01:05.685 INFO O| Oct 31 20:01:05.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4797 | 2024-10-31T20:01:06.785Z | [ recovery-image] Oct 31 20:01:05.685 INFO O| Oct 31 20:01:05.685 INFO STEP 226 (remove_files) COMPLETE |
4798 | 2024-10-31T20:01:06.785Z | [ recovery-image] Oct 31 20:01:05.685 INFO O| Oct 31 20:01:05.685 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4799 | 2024-10-31T20:01:06.793Z | [ recovery-image] Oct 31 20:01:05.695 INFO O| Oct 31 20:01:05.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4800 | 2024-10-31T20:01:06.796Z | [ recovery-image] Oct 31 20:01:05.695 INFO O| Oct 31 20:01:05.695 INFO STEP 227 (remove_files) COMPLETE |
4801 | 2024-10-31T20:01:06.796Z | [ recovery-image] Oct 31 20:01:05.695 INFO O| Oct 31 20:01:05.695 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4802 | 2024-10-31T20:01:06.802Z | [ recovery-image] Oct 31 20:01:05.704 INFO O| Oct 31 20:01:05.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4803 | 2024-10-31T20:01:06.802Z | [ recovery-image] Oct 31 20:01:05.704 INFO O| Oct 31 20:01:05.704 INFO STEP 228 (remove_files) COMPLETE |
4804 | 2024-10-31T20:01:06.802Z | [ recovery-image] Oct 31 20:01:05.704 INFO O| Oct 31 20:01:05.704 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4805 | 2024-10-31T20:01:06.812Z | [ recovery-image] Oct 31 20:01:05.714 INFO O| Oct 31 20:01:05.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4806 | 2024-10-31T20:01:06.812Z | [ recovery-image] Oct 31 20:01:05.714 INFO O| Oct 31 20:01:05.714 INFO STEP 229 (remove_files) COMPLETE |
4807 | 2024-10-31T20:01:06.814Z | [ recovery-image] Oct 31 20:01:05.714 INFO O| Oct 31 20:01:05.714 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4808 | 2024-10-31T20:01:06.821Z | [ recovery-image] Oct 31 20:01:05.723 INFO O| Oct 31 20:01:05.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4809 | 2024-10-31T20:01:06.821Z | [ recovery-image] Oct 31 20:01:05.723 INFO O| Oct 31 20:01:05.723 INFO STEP 230 (remove_files) COMPLETE |
4810 | 2024-10-31T20:01:06.824Z | [ recovery-image] Oct 31 20:01:05.723 INFO O| Oct 31 20:01:05.723 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4811 | 2024-10-31T20:01:06.830Z | [ recovery-image] Oct 31 20:01:05.733 INFO O| Oct 31 20:01:05.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4812 | 2024-10-31T20:01:06.831Z | [ recovery-image] Oct 31 20:01:05.733 INFO O| Oct 31 20:01:05.733 INFO STEP 231 (remove_files) COMPLETE |
4813 | 2024-10-31T20:01:06.831Z | [ recovery-image] Oct 31 20:01:05.733 INFO O| Oct 31 20:01:05.733 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4814 | 2024-10-31T20:01:06.840Z | [ recovery-image] Oct 31 20:01:05.742 INFO O| Oct 31 20:01:05.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4815 | 2024-10-31T20:01:06.840Z | [ recovery-image] Oct 31 20:01:05.742 INFO O| Oct 31 20:01:05.742 INFO STEP 232 (remove_files) COMPLETE |
4816 | 2024-10-31T20:01:06.842Z | [ recovery-image] Oct 31 20:01:05.742 INFO O| Oct 31 20:01:05.742 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4817 | 2024-10-31T20:01:06.849Z | [ recovery-image] Oct 31 20:01:05.751 INFO O| Oct 31 20:01:05.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4818 | 2024-10-31T20:01:06.849Z | [ recovery-image] Oct 31 20:01:05.751 INFO O| Oct 31 20:01:05.751 INFO STEP 233 (remove_files) COMPLETE |
4819 | 2024-10-31T20:01:06.849Z | [ recovery-image] Oct 31 20:01:05.751 INFO O| Oct 31 20:01:05.751 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4820 | 2024-10-31T20:01:06.859Z | [ recovery-image] Oct 31 20:01:05.761 INFO O| Oct 31 20:01:05.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4821 | 2024-10-31T20:01:06.859Z | [ recovery-image] Oct 31 20:01:05.761 INFO O| Oct 31 20:01:05.761 INFO STEP 234 (remove_files) COMPLETE |
4822 | 2024-10-31T20:01:06.861Z | [ recovery-image] Oct 31 20:01:05.761 INFO O| Oct 31 20:01:05.761 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4823 | 2024-10-31T20:01:06.868Z | [ recovery-image] Oct 31 20:01:05.770 INFO O| Oct 31 20:01:05.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4824 | 2024-10-31T20:01:06.868Z | [ recovery-image] Oct 31 20:01:05.770 INFO O| Oct 31 20:01:05.770 INFO STEP 235 (remove_files) COMPLETE |
4825 | 2024-10-31T20:01:06.871Z | [ recovery-image] Oct 31 20:01:05.770 INFO O| Oct 31 20:01:05.770 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4826 | 2024-10-31T20:01:06.877Z | [ recovery-image] Oct 31 20:01:05.780 INFO O| Oct 31 20:01:05.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4827 | 2024-10-31T20:01:06.878Z | [ recovery-image] Oct 31 20:01:05.780 INFO O| Oct 31 20:01:05.780 INFO STEP 236 (remove_files) COMPLETE |
4828 | 2024-10-31T20:01:06.878Z | [ recovery-image] Oct 31 20:01:05.780 INFO O| Oct 31 20:01:05.780 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4829 | 2024-10-31T20:01:06.887Z | [ recovery-image] Oct 31 20:01:05.789 INFO O| Oct 31 20:01:05.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4830 | 2024-10-31T20:01:06.890Z | [ recovery-image] Oct 31 20:01:05.789 INFO O| Oct 31 20:01:05.789 INFO STEP 237 (remove_files) COMPLETE |
4831 | 2024-10-31T20:01:06.890Z | [ recovery-image] Oct 31 20:01:05.789 INFO O| Oct 31 20:01:05.789 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4832 | 2024-10-31T20:01:06.896Z | [ recovery-image] Oct 31 20:01:05.799 INFO O| Oct 31 20:01:05.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4833 | 2024-10-31T20:01:06.896Z | [ recovery-image] Oct 31 20:01:05.799 INFO O| Oct 31 20:01:05.799 INFO STEP 238 (remove_files) COMPLETE |
4834 | 2024-10-31T20:01:06.896Z | [ recovery-image] Oct 31 20:01:05.799 INFO O| Oct 31 20:01:05.799 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4835 | 2024-10-31T20:01:06.906Z | [ recovery-image] Oct 31 20:01:05.808 INFO O| Oct 31 20:01:05.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4836 | 2024-10-31T20:01:06.906Z | [ recovery-image] Oct 31 20:01:05.808 INFO O| Oct 31 20:01:05.808 INFO STEP 239 (remove_files) COMPLETE |
4837 | 2024-10-31T20:01:06.908Z | [ recovery-image] Oct 31 20:01:05.808 INFO O| Oct 31 20:01:05.808 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-10-31T20:01:06.915Z | [ recovery-image] Oct 31 20:01:05.817 INFO O| Oct 31 20:01:05.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4839 | 2024-10-31T20:01:06.915Z | [ recovery-image] Oct 31 20:01:05.817 INFO O| Oct 31 20:01:05.817 INFO STEP 240 (remove_files) COMPLETE |
4840 | 2024-10-31T20:01:06.918Z | [ recovery-image] Oct 31 20:01:05.817 INFO O| Oct 31 20:01:05.817 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-10-31T20:01:06.925Z | [ recovery-image] Oct 31 20:01:05.827 INFO O| Oct 31 20:01:05.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4842 | 2024-10-31T20:01:06.925Z | [ recovery-image] Oct 31 20:01:05.827 INFO O| Oct 31 20:01:05.827 INFO STEP 241 (remove_files) COMPLETE |
4843 | 2024-10-31T20:01:06.927Z | [ recovery-image] Oct 31 20:01:05.827 INFO O| Oct 31 20:01:05.827 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-10-31T20:01:06.934Z | [ recovery-image] Oct 31 20:01:05.836 INFO O| Oct 31 20:01:05.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4845 | 2024-10-31T20:01:06.934Z | [ recovery-image] Oct 31 20:01:05.836 INFO O| Oct 31 20:01:05.836 INFO STEP 242 (remove_files) COMPLETE |
4846 | 2024-10-31T20:01:06.937Z | [ recovery-image] Oct 31 20:01:05.836 INFO O| Oct 31 20:01:05.836 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4847 | 2024-10-31T20:01:06.944Z | [ recovery-image] Oct 31 20:01:05.846 INFO O| Oct 31 20:01:05.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4848 | 2024-10-31T20:01:06.944Z | [ recovery-image] Oct 31 20:01:05.846 INFO O| Oct 31 20:01:05.846 INFO STEP 243 (remove_files) COMPLETE |
4849 | 2024-10-31T20:01:06.946Z | [ recovery-image] Oct 31 20:01:05.846 INFO O| Oct 31 20:01:05.846 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4850 | 2024-10-31T20:01:06.953Z | [ recovery-image] Oct 31 20:01:05.855 INFO O| Oct 31 20:01:05.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4851 | 2024-10-31T20:01:06.953Z | [ recovery-image] Oct 31 20:01:05.855 INFO O| Oct 31 20:01:05.855 INFO STEP 244 (remove_files) COMPLETE |
4852 | 2024-10-31T20:01:06.953Z | [ recovery-image] Oct 31 20:01:05.855 INFO O| Oct 31 20:01:05.855 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4853 | 2024-10-31T20:01:06.962Z | [ recovery-image] Oct 31 20:01:05.864 INFO O| Oct 31 20:01:05.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4854 | 2024-10-31T20:01:06.962Z | [ recovery-image] Oct 31 20:01:05.864 INFO O| Oct 31 20:01:05.864 INFO STEP 245 (remove_files) COMPLETE |
4855 | 2024-10-31T20:01:06.965Z | [ recovery-image] Oct 31 20:01:05.864 INFO O| Oct 31 20:01:05.864 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4856 | 2024-10-31T20:01:06.972Z | [ recovery-image] Oct 31 20:01:05.874 INFO O| Oct 31 20:01:05.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4857 | 2024-10-31T20:01:06.972Z | [ recovery-image] Oct 31 20:01:05.874 INFO O| Oct 31 20:01:05.874 INFO STEP 246 (remove_files) COMPLETE |
4858 | 2024-10-31T20:01:06.972Z | [ recovery-image] Oct 31 20:01:05.874 INFO O| Oct 31 20:01:05.874 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4859 | 2024-10-31T20:01:06.981Z | [ recovery-image] Oct 31 20:01:05.883 INFO O| Oct 31 20:01:05.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4860 | 2024-10-31T20:01:06.981Z | [ recovery-image] Oct 31 20:01:05.883 INFO O| Oct 31 20:01:05.883 INFO STEP 247 (remove_files) COMPLETE |
4861 | 2024-10-31T20:01:06.984Z | [ recovery-image] Oct 31 20:01:05.883 INFO O| Oct 31 20:01:05.883 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4862 | 2024-10-31T20:01:06.991Z | [ recovery-image] Oct 31 20:01:05.893 INFO O| Oct 31 20:01:05.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4863 | 2024-10-31T20:01:06.993Z | [ recovery-image] Oct 31 20:01:05.893 INFO O| Oct 31 20:01:05.893 INFO STEP 248 (remove_files) COMPLETE |
4864 | 2024-10-31T20:01:06.993Z | [ recovery-image] Oct 31 20:01:05.893 INFO O| Oct 31 20:01:05.893 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4865 | 2024-10-31T20:01:07.001Z | [ recovery-image] Oct 31 20:01:05.902 INFO O| Oct 31 20:01:05.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4866 | 2024-10-31T20:01:07.001Z | [ recovery-image] Oct 31 20:01:05.902 INFO O| Oct 31 20:01:05.902 INFO STEP 249 (remove_files) COMPLETE |
4867 | 2024-10-31T20:01:07.001Z | [ recovery-image] Oct 31 20:01:05.902 INFO O| Oct 31 20:01:05.902 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4868 | 2024-10-31T20:01:07.010Z | [ recovery-image] Oct 31 20:01:05.912 INFO O| Oct 31 20:01:05.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4869 | 2024-10-31T20:01:07.010Z | [ recovery-image] Oct 31 20:01:05.912 INFO O| Oct 31 20:01:05.912 INFO STEP 250 (remove_files) COMPLETE |
4870 | 2024-10-31T20:01:07.010Z | [ recovery-image] Oct 31 20:01:05.912 INFO O| Oct 31 20:01:05.912 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4871 | 2024-10-31T20:01:07.019Z | [ recovery-image] Oct 31 20:01:05.921 INFO O| Oct 31 20:01:05.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4872 | 2024-10-31T20:01:07.019Z | [ recovery-image] Oct 31 20:01:05.921 INFO O| Oct 31 20:01:05.921 INFO STEP 251 (remove_files) COMPLETE |
4873 | 2024-10-31T20:01:07.022Z | [ recovery-image] Oct 31 20:01:05.921 INFO O| Oct 31 20:01:05.921 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4874 | 2024-10-31T20:01:07.029Z | [ recovery-image] Oct 31 20:01:05.931 INFO O| Oct 31 20:01:05.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4875 | 2024-10-31T20:01:07.029Z | [ recovery-image] Oct 31 20:01:05.931 INFO O| Oct 31 20:01:05.931 INFO STEP 252 (remove_files) COMPLETE |
4876 | 2024-10-31T20:01:07.031Z | [ recovery-image] Oct 31 20:01:05.931 INFO O| Oct 31 20:01:05.931 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4877 | 2024-10-31T20:01:07.038Z | [ recovery-image] Oct 31 20:01:05.940 INFO O| Oct 31 20:01:05.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4878 | 2024-10-31T20:01:07.038Z | [ recovery-image] Oct 31 20:01:05.940 INFO O| Oct 31 20:01:05.940 INFO STEP 253 (remove_files) COMPLETE |
4879 | 2024-10-31T20:01:07.040Z | [ recovery-image] Oct 31 20:01:05.940 INFO O| Oct 31 20:01:05.940 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4880 | 2024-10-31T20:01:07.047Z | [ recovery-image] Oct 31 20:01:05.949 INFO O| Oct 31 20:01:05.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4881 | 2024-10-31T20:01:07.047Z | [ recovery-image] Oct 31 20:01:05.949 INFO O| Oct 31 20:01:05.949 INFO STEP 254 (remove_files) COMPLETE |
4882 | 2024-10-31T20:01:07.050Z | [ recovery-image] Oct 31 20:01:05.949 INFO O| Oct 31 20:01:05.949 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4883 | 2024-10-31T20:01:07.058Z | [ recovery-image] Oct 31 20:01:05.961 INFO O| Oct 31 20:01:05.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4884 | 2024-10-31T20:01:07.058Z | [ recovery-image] Oct 31 20:01:05.961 INFO O| Oct 31 20:01:05.961 INFO STEP 255 (remove_files) COMPLETE |
4885 | 2024-10-31T20:01:07.061Z | [ recovery-image] Oct 31 20:01:05.961 INFO O| Oct 31 20:01:05.961 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4886 | 2024-10-31T20:01:07.071Z | [ recovery-image] Oct 31 20:01:05.972 INFO O| Oct 31 20:01:05.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4887 | 2024-10-31T20:01:07.071Z | [ recovery-image] Oct 31 20:01:05.972 INFO O| Oct 31 20:01:05.972 INFO STEP 256 (remove_files) COMPLETE |
4888 | 2024-10-31T20:01:07.071Z | [ recovery-image] Oct 31 20:01:05.972 INFO O| Oct 31 20:01:05.972 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4889 | 2024-10-31T20:01:07.080Z | [ recovery-image] Oct 31 20:01:05.982 INFO O| Oct 31 20:01:05.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4890 | 2024-10-31T20:01:07.080Z | [ recovery-image] Oct 31 20:01:05.983 INFO O| Oct 31 20:01:05.983 INFO STEP 257 (remove_files) COMPLETE |
4891 | 2024-10-31T20:01:07.080Z | [ recovery-image] Oct 31 20:01:05.983 INFO O| Oct 31 20:01:05.983 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4892 | 2024-10-31T20:01:07.090Z | [ recovery-image] Oct 31 20:01:05.992 INFO O| Oct 31 20:01:05.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4893 | 2024-10-31T20:01:07.093Z | [ recovery-image] Oct 31 20:01:05.993 INFO O| Oct 31 20:01:05.992 INFO STEP 258 (remove_files) COMPLETE |
4894 | 2024-10-31T20:01:07.093Z | [ recovery-image] Oct 31 20:01:05.993 INFO O| Oct 31 20:01:05.992 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4895 | 2024-10-31T20:01:07.102Z | [ recovery-image] Oct 31 20:01:06.004 INFO O| Oct 31 20:01:06.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4896 | 2024-10-31T20:01:07.103Z | [ recovery-image] Oct 31 20:01:06.005 INFO O| Oct 31 20:01:06.004 INFO STEP 259 (remove_files) COMPLETE |
4897 | 2024-10-31T20:01:07.103Z | [ recovery-image] Oct 31 20:01:06.005 INFO O| Oct 31 20:01:06.004 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4898 | 2024-10-31T20:01:07.114Z | [ recovery-image] Oct 31 20:01:06.015 INFO O| Oct 31 20:01:06.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4899 | 2024-10-31T20:01:07.116Z | [ recovery-image] Oct 31 20:01:06.016 INFO O| Oct 31 20:01:06.015 INFO STEP 260 (remove_files) COMPLETE |
4900 | 2024-10-31T20:01:07.116Z | [ recovery-image] Oct 31 20:01:06.016 INFO O| Oct 31 20:01:06.016 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4901 | 2024-10-31T20:01:07.123Z | [ recovery-image] Oct 31 20:01:06.025 INFO O| Oct 31 20:01:06.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4902 | 2024-10-31T20:01:07.125Z | [ recovery-image] Oct 31 20:01:06.025 INFO O| Oct 31 20:01:06.025 INFO STEP 261 (remove_files) COMPLETE |
4903 | 2024-10-31T20:01:07.125Z | [ recovery-image] Oct 31 20:01:06.025 INFO O| Oct 31 20:01:06.025 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-10-31T20:01:07.132Z | [ recovery-image] Oct 31 20:01:06.034 INFO O| Oct 31 20:01:06.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4905 | 2024-10-31T20:01:07.132Z | [ recovery-image] Oct 31 20:01:06.035 INFO O| Oct 31 20:01:06.034 INFO STEP 262 (remove_files) COMPLETE |
4906 | 2024-10-31T20:01:07.135Z | [ recovery-image] Oct 31 20:01:06.035 INFO O| Oct 31 20:01:06.035 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-10-31T20:01:07.142Z | [ recovery-image] Oct 31 20:01:06.044 INFO O| Oct 31 20:01:06.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4908 | 2024-10-31T20:01:07.143Z | [ recovery-image] Oct 31 20:01:06.044 INFO O| Oct 31 20:01:06.044 INFO STEP 263 (remove_files) COMPLETE |
4909 | 2024-10-31T20:01:07.145Z | [ recovery-image] Oct 31 20:01:06.044 INFO O| Oct 31 20:01:06.044 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4910 | 2024-10-31T20:01:07.151Z | [ recovery-image] Oct 31 20:01:06.053 INFO O| Oct 31 20:01:06.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4911 | 2024-10-31T20:01:07.151Z | [ recovery-image] Oct 31 20:01:06.054 INFO O| Oct 31 20:01:06.053 INFO STEP 264 (remove_files) COMPLETE |
4912 | 2024-10-31T20:01:07.154Z | [ recovery-image] Oct 31 20:01:06.054 INFO O| Oct 31 20:01:06.054 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4913 | 2024-10-31T20:01:07.161Z | [ recovery-image] Oct 31 20:01:06.063 INFO O| Oct 31 20:01:06.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4914 | 2024-10-31T20:01:07.161Z | [ recovery-image] Oct 31 20:01:06.063 INFO O| Oct 31 20:01:06.063 INFO STEP 265 (remove_files) COMPLETE |
4915 | 2024-10-31T20:01:07.164Z | [ recovery-image] Oct 31 20:01:06.063 INFO O| Oct 31 20:01:06.063 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-10-31T20:01:07.171Z | [ recovery-image] Oct 31 20:01:06.073 INFO O| Oct 31 20:01:06.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4917 | 2024-10-31T20:01:07.173Z | [ recovery-image] Oct 31 20:01:06.073 INFO O| Oct 31 20:01:06.073 INFO STEP 266 (remove_files) COMPLETE |
4918 | 2024-10-31T20:01:07.173Z | [ recovery-image] Oct 31 20:01:06.073 INFO O| Oct 31 20:01:06.073 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-10-31T20:01:07.180Z | [ recovery-image] Oct 31 20:01:06.082 INFO O| Oct 31 20:01:06.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4920 | 2024-10-31T20:01:07.183Z | [ recovery-image] Oct 31 20:01:06.082 INFO O| Oct 31 20:01:06.082 INFO STEP 267 (remove_files) COMPLETE |
4921 | 2024-10-31T20:01:07.183Z | [ recovery-image] Oct 31 20:01:06.083 INFO O| Oct 31 20:01:06.082 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-10-31T20:01:07.190Z | [ recovery-image] Oct 31 20:01:06.092 INFO O| Oct 31 20:01:06.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4923 | 2024-10-31T20:01:07.190Z | [ recovery-image] Oct 31 20:01:06.092 INFO O| Oct 31 20:01:06.092 INFO STEP 268 (remove_files) COMPLETE |
4924 | 2024-10-31T20:01:07.193Z | [ recovery-image] Oct 31 20:01:06.092 INFO O| Oct 31 20:01:06.092 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-10-31T20:01:07.199Z | [ recovery-image] Oct 31 20:01:06.101 INFO O| Oct 31 20:01:06.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4926 | 2024-10-31T20:01:07.199Z | [ recovery-image] Oct 31 20:01:06.102 INFO O| Oct 31 20:01:06.102 INFO STEP 269 (remove_files) COMPLETE |
4927 | 2024-10-31T20:01:07.199Z | [ recovery-image] Oct 31 20:01:06.102 INFO O| Oct 31 20:01:06.102 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-10-31T20:01:07.209Z | [ recovery-image] Oct 31 20:01:06.111 INFO O| Oct 31 20:01:06.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4929 | 2024-10-31T20:01:07.209Z | [ recovery-image] Oct 31 20:01:06.111 INFO O| Oct 31 20:01:06.111 INFO STEP 270 (remove_files) COMPLETE |
4930 | 2024-10-31T20:01:07.211Z | [ recovery-image] Oct 31 20:01:06.111 INFO O| Oct 31 20:01:06.111 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-10-31T20:01:07.218Z | [ recovery-image] Oct 31 20:01:06.120 INFO O| Oct 31 20:01:06.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4932 | 2024-10-31T20:01:07.218Z | [ recovery-image] Oct 31 20:01:06.120 INFO O| Oct 31 20:01:06.120 INFO STEP 271 (remove_files) COMPLETE |
4933 | 2024-10-31T20:01:07.221Z | [ recovery-image] Oct 31 20:01:06.120 INFO O| Oct 31 20:01:06.120 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4934 | 2024-10-31T20:01:07.228Z | [ recovery-image] Oct 31 20:01:06.130 INFO O| Oct 31 20:01:06.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4935 | 2024-10-31T20:01:07.228Z | [ recovery-image] Oct 31 20:01:06.130 INFO O| Oct 31 20:01:06.130 INFO STEP 272 (remove_files) COMPLETE |
4936 | 2024-10-31T20:01:07.228Z | [ recovery-image] Oct 31 20:01:06.130 INFO O| Oct 31 20:01:06.130 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-10-31T20:01:07.237Z | [ recovery-image] Oct 31 20:01:06.139 INFO O| Oct 31 20:01:06.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4938 | 2024-10-31T20:01:07.237Z | [ recovery-image] Oct 31 20:01:06.139 INFO O| Oct 31 20:01:06.139 INFO STEP 273 (remove_files) COMPLETE |
4939 | 2024-10-31T20:01:07.237Z | [ recovery-image] Oct 31 20:01:06.139 INFO O| Oct 31 20:01:06.139 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-10-31T20:01:07.247Z | [ recovery-image] Oct 31 20:01:06.149 INFO O| Oct 31 20:01:06.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4941 | 2024-10-31T20:01:07.247Z | [ recovery-image] Oct 31 20:01:06.149 INFO O| Oct 31 20:01:06.149 INFO STEP 274 (remove_files) COMPLETE |
4942 | 2024-10-31T20:01:07.247Z | [ recovery-image] Oct 31 20:01:06.149 INFO O| Oct 31 20:01:06.149 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-10-31T20:01:07.257Z | [ recovery-image] Oct 31 20:01:06.158 INFO O| Oct 31 20:01:06.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4944 | 2024-10-31T20:01:07.257Z | [ recovery-image] Oct 31 20:01:06.158 INFO O| Oct 31 20:01:06.158 INFO STEP 275 (remove_files) COMPLETE |
4945 | 2024-10-31T20:01:07.257Z | [ recovery-image] Oct 31 20:01:06.158 INFO O| Oct 31 20:01:06.158 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-10-31T20:01:07.266Z | [ recovery-image] Oct 31 20:01:06.168 INFO O| Oct 31 20:01:06.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4947 | 2024-10-31T20:01:07.268Z | [ recovery-image] Oct 31 20:01:06.168 INFO O| Oct 31 20:01:06.168 INFO STEP 276 (remove_files) COMPLETE |
4948 | 2024-10-31T20:01:07.269Z | [ recovery-image] Oct 31 20:01:06.168 INFO O| Oct 31 20:01:06.168 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-10-31T20:01:07.275Z | [ recovery-image] Oct 31 20:01:06.178 INFO O| Oct 31 20:01:06.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4950 | 2024-10-31T20:01:07.278Z | [ recovery-image] Oct 31 20:01:06.178 INFO O| Oct 31 20:01:06.178 INFO STEP 277 (remove_files) COMPLETE |
4951 | 2024-10-31T20:01:07.278Z | [ recovery-image] Oct 31 20:01:06.178 INFO O| Oct 31 20:01:06.178 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-10-31T20:01:07.286Z | [ recovery-image] Oct 31 20:01:06.188 INFO O| Oct 31 20:01:06.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4953 | 2024-10-31T20:01:07.288Z | [ recovery-image] Oct 31 20:01:06.188 INFO O| Oct 31 20:01:06.188 INFO STEP 278 (remove_files) COMPLETE |
4954 | 2024-10-31T20:01:07.288Z | [ recovery-image] Oct 31 20:01:06.188 INFO O| Oct 31 20:01:06.188 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-10-31T20:01:07.295Z | [ recovery-image] Oct 31 20:01:06.197 INFO O| Oct 31 20:01:06.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4956 | 2024-10-31T20:01:07.295Z | [ recovery-image] Oct 31 20:01:06.197 INFO O| Oct 31 20:01:06.197 INFO STEP 279 (remove_files) COMPLETE |
4957 | 2024-10-31T20:01:07.298Z | [ recovery-image] Oct 31 20:01:06.197 INFO O| Oct 31 20:01:06.197 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-10-31T20:01:07.305Z | [ recovery-image] Oct 31 20:01:06.207 INFO O| Oct 31 20:01:06.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4959 | 2024-10-31T20:01:07.307Z | [ recovery-image] Oct 31 20:01:06.207 INFO O| Oct 31 20:01:06.207 INFO STEP 280 (remove_files) COMPLETE |
4960 | 2024-10-31T20:01:07.307Z | [ recovery-image] Oct 31 20:01:06.207 INFO O| Oct 31 20:01:06.207 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-10-31T20:01:07.314Z | [ recovery-image] Oct 31 20:01:06.216 INFO O| Oct 31 20:01:06.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4962 | 2024-10-31T20:01:07.314Z | [ recovery-image] Oct 31 20:01:06.216 INFO O| Oct 31 20:01:06.216 INFO STEP 281 (remove_files) COMPLETE |
4963 | 2024-10-31T20:01:07.317Z | [ recovery-image] Oct 31 20:01:06.216 INFO O| Oct 31 20:01:06.216 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-10-31T20:01:07.324Z | [ recovery-image] Oct 31 20:01:06.226 INFO O| Oct 31 20:01:06.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4965 | 2024-10-31T20:01:07.324Z | [ recovery-image] Oct 31 20:01:06.226 INFO O| Oct 31 20:01:06.226 INFO STEP 282 (remove_files) COMPLETE |
4966 | 2024-10-31T20:01:07.324Z | [ recovery-image] Oct 31 20:01:06.226 INFO O| Oct 31 20:01:06.226 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-10-31T20:01:07.333Z | [ recovery-image] Oct 31 20:01:06.235 INFO O| Oct 31 20:01:06.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4968 | 2024-10-31T20:01:07.333Z | [ recovery-image] Oct 31 20:01:06.235 INFO O| Oct 31 20:01:06.235 INFO STEP 283 (remove_files) COMPLETE |
4969 | 2024-10-31T20:01:07.336Z | [ recovery-image] Oct 31 20:01:06.235 INFO O| Oct 31 20:01:06.235 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-10-31T20:01:07.343Z | [ recovery-image] Oct 31 20:01:06.245 INFO O| Oct 31 20:01:06.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4971 | 2024-10-31T20:01:07.343Z | [ recovery-image] Oct 31 20:01:06.245 INFO O| Oct 31 20:01:06.245 INFO STEP 284 (remove_files) COMPLETE |
4972 | 2024-10-31T20:01:07.343Z | [ recovery-image] Oct 31 20:01:06.245 INFO O| Oct 31 20:01:06.245 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-10-31T20:01:07.352Z | [ recovery-image] Oct 31 20:01:06.254 INFO O| Oct 31 20:01:06.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4974 | 2024-10-31T20:01:07.352Z | [ recovery-image] Oct 31 20:01:06.254 INFO O| Oct 31 20:01:06.254 INFO STEP 285 (remove_files) COMPLETE |
4975 | 2024-10-31T20:01:07.355Z | [ recovery-image] Oct 31 20:01:06.254 INFO O| Oct 31 20:01:06.254 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-10-31T20:01:07.362Z | [ recovery-image] Oct 31 20:01:06.264 INFO O| Oct 31 20:01:06.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4977 | 2024-10-31T20:01:07.362Z | [ recovery-image] Oct 31 20:01:06.264 INFO O| Oct 31 20:01:06.264 INFO STEP 286 (remove_files) COMPLETE |
4978 | 2024-10-31T20:01:07.364Z | [ recovery-image] Oct 31 20:01:06.264 INFO O| Oct 31 20:01:06.264 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-10-31T20:01:07.371Z | [ recovery-image] Oct 31 20:01:06.273 INFO O| Oct 31 20:01:06.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4980 | 2024-10-31T20:01:07.374Z | [ recovery-image] Oct 31 20:01:06.273 INFO O| Oct 31 20:01:06.273 INFO STEP 287 (remove_files) COMPLETE |
4981 | 2024-10-31T20:01:07.374Z | [ recovery-image] Oct 31 20:01:06.273 INFO O| Oct 31 20:01:06.273 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-10-31T20:01:07.381Z | [ recovery-image] Oct 31 20:01:06.283 INFO O| Oct 31 20:01:06.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4983 | 2024-10-31T20:01:07.381Z | [ recovery-image] Oct 31 20:01:06.283 INFO O| Oct 31 20:01:06.283 INFO STEP 288 (remove_files) COMPLETE |
4984 | 2024-10-31T20:01:07.381Z | [ recovery-image] Oct 31 20:01:06.283 INFO O| Oct 31 20:01:06.283 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-10-31T20:01:07.391Z | [ recovery-image] Oct 31 20:01:06.293 INFO O| Oct 31 20:01:06.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4986 | 2024-10-31T20:01:07.391Z | [ recovery-image] Oct 31 20:01:06.293 INFO O| Oct 31 20:01:06.293 INFO STEP 289 (remove_files) COMPLETE |
4987 | 2024-10-31T20:01:07.395Z | [ recovery-image] Oct 31 20:01:06.293 INFO O| Oct 31 20:01:06.293 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-10-31T20:01:07.401Z | [ recovery-image] Oct 31 20:01:06.303 INFO O| Oct 31 20:01:06.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4989 | 2024-10-31T20:01:07.401Z | [ recovery-image] Oct 31 20:01:06.303 INFO O| Oct 31 20:01:06.303 INFO STEP 290 (remove_files) COMPLETE |
4990 | 2024-10-31T20:01:07.401Z | [ recovery-image] Oct 31 20:01:06.303 INFO O| Oct 31 20:01:06.303 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-10-31T20:01:07.410Z | [ recovery-image] Oct 31 20:01:06.312 INFO O| Oct 31 20:01:06.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4992 | 2024-10-31T20:01:07.410Z | [ recovery-image] Oct 31 20:01:06.313 INFO O| Oct 31 20:01:06.313 INFO STEP 291 (remove_files) COMPLETE |
4993 | 2024-10-31T20:01:07.413Z | [ recovery-image] Oct 31 20:01:06.313 INFO O| Oct 31 20:01:06.313 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-10-31T20:01:07.421Z | [ recovery-image] Oct 31 20:01:06.322 INFO O| Oct 31 20:01:06.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4995 | 2024-10-31T20:01:07.421Z | [ recovery-image] Oct 31 20:01:06.322 INFO O| Oct 31 20:01:06.322 INFO STEP 292 (remove_files) COMPLETE |
4996 | 2024-10-31T20:01:07.424Z | [ recovery-image] Oct 31 20:01:06.322 INFO O| Oct 31 20:01:06.322 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-10-31T20:01:07.430Z | [ recovery-image] Oct 31 20:01:06.332 INFO O| Oct 31 20:01:06.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4998 | 2024-10-31T20:01:07.430Z | [ recovery-image] Oct 31 20:01:06.332 INFO O| Oct 31 20:01:06.332 INFO STEP 293 (remove_files) COMPLETE |
4999 | 2024-10-31T20:01:07.430Z | [ recovery-image] Oct 31 20:01:06.332 INFO O| Oct 31 20:01:06.332 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-10-31T20:01:07.440Z | [ recovery-image] Oct 31 20:01:06.342 INFO O| Oct 31 20:01:06.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5001 | 2024-10-31T20:01:07.442Z | [ recovery-image] Oct 31 20:01:06.342 INFO O| Oct 31 20:01:06.342 INFO STEP 294 (remove_files) COMPLETE |
5002 | 2024-10-31T20:01:07.442Z | [ recovery-image] Oct 31 20:01:06.342 INFO O| Oct 31 20:01:06.342 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-10-31T20:01:07.451Z | [ recovery-image] Oct 31 20:01:06.353 INFO O| Oct 31 20:01:06.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5004 | 2024-10-31T20:01:07.451Z | [ recovery-image] Oct 31 20:01:06.353 INFO O| Oct 31 20:01:06.353 INFO STEP 295 (remove_files) COMPLETE |
5005 | 2024-10-31T20:01:07.454Z | [ recovery-image] Oct 31 20:01:06.353 INFO O| Oct 31 20:01:06.353 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-10-31T20:01:07.463Z | [ recovery-image] Oct 31 20:01:06.365 INFO O| Oct 31 20:01:06.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5007 | 2024-10-31T20:01:07.463Z | [ recovery-image] Oct 31 20:01:06.365 INFO O| Oct 31 20:01:06.365 INFO STEP 296 (remove_files) COMPLETE |
5008 | 2024-10-31T20:01:07.465Z | [ recovery-image] Oct 31 20:01:06.365 INFO O| Oct 31 20:01:06.365 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-10-31T20:01:07.472Z | [ recovery-image] Oct 31 20:01:06.374 INFO O| Oct 31 20:01:06.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5010 | 2024-10-31T20:01:07.472Z | [ recovery-image] Oct 31 20:01:06.375 INFO O| Oct 31 20:01:06.374 INFO STEP 297 (remove_files) COMPLETE |
5011 | 2024-10-31T20:01:07.472Z | [ recovery-image] Oct 31 20:01:06.375 INFO O| Oct 31 20:01:06.374 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-10-31T20:01:07.482Z | [ recovery-image] Oct 31 20:01:06.384 INFO O| Oct 31 20:01:06.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5013 | 2024-10-31T20:01:07.482Z | [ recovery-image] Oct 31 20:01:06.384 INFO O| Oct 31 20:01:06.384 INFO STEP 298 (remove_files) COMPLETE |
5014 | 2024-10-31T20:01:07.485Z | [ recovery-image] Oct 31 20:01:06.384 INFO O| Oct 31 20:01:06.384 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-10-31T20:01:07.492Z | [ recovery-image] Oct 31 20:01:06.394 INFO O| Oct 31 20:01:06.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5016 | 2024-10-31T20:01:07.492Z | [ recovery-image] Oct 31 20:01:06.394 INFO O| Oct 31 20:01:06.394 INFO STEP 299 (remove_files) COMPLETE |
5017 | 2024-10-31T20:01:07.495Z | [ recovery-image] Oct 31 20:01:06.394 INFO O| Oct 31 20:01:06.394 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-10-31T20:01:07.502Z | [ recovery-image] Oct 31 20:01:06.404 INFO O| Oct 31 20:01:06.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5019 | 2024-10-31T20:01:07.504Z | [ recovery-image] Oct 31 20:01:06.404 INFO O| Oct 31 20:01:06.404 INFO STEP 300 (remove_files) COMPLETE |
5020 | 2024-10-31T20:01:07.504Z | [ recovery-image] Oct 31 20:01:06.404 INFO O| Oct 31 20:01:06.404 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-10-31T20:01:07.511Z | [ recovery-image] Oct 31 20:01:06.413 INFO O| Oct 31 20:01:06.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5022 | 2024-10-31T20:01:07.511Z | [ recovery-image] Oct 31 20:01:06.413 INFO O| Oct 31 20:01:06.413 INFO STEP 301 (remove_files) COMPLETE |
5023 | 2024-10-31T20:01:07.514Z | [ recovery-image] Oct 31 20:01:06.413 INFO O| Oct 31 20:01:06.413 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-10-31T20:01:07.521Z | [ recovery-image] Oct 31 20:01:06.423 INFO O| Oct 31 20:01:06.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5025 | 2024-10-31T20:01:07.521Z | [ recovery-image] Oct 31 20:01:06.423 INFO O| Oct 31 20:01:06.423 INFO STEP 302 (remove_files) COMPLETE |
5026 | 2024-10-31T20:01:07.521Z | [ recovery-image] Oct 31 20:01:06.423 INFO O| Oct 31 20:01:06.423 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-10-31T20:01:07.531Z | [ recovery-image] Oct 31 20:01:06.433 INFO O| Oct 31 20:01:06.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5028 | 2024-10-31T20:01:07.531Z | [ recovery-image] Oct 31 20:01:06.433 INFO O| Oct 31 20:01:06.433 INFO STEP 303 (remove_files) COMPLETE |
5029 | 2024-10-31T20:01:07.533Z | [ recovery-image] Oct 31 20:01:06.433 INFO O| Oct 31 20:01:06.433 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-10-31T20:01:07.540Z | [ recovery-image] Oct 31 20:01:06.442 INFO O| Oct 31 20:01:06.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5031 | 2024-10-31T20:01:07.542Z | [ recovery-image] Oct 31 20:01:06.442 INFO O| Oct 31 20:01:06.442 INFO STEP 304 (remove_files) COMPLETE |
5032 | 2024-10-31T20:01:07.542Z | [ recovery-image] Oct 31 20:01:06.442 INFO O| Oct 31 20:01:06.442 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5033 | 2024-10-31T20:01:07.550Z | [ recovery-image] Oct 31 20:01:06.452 INFO O| Oct 31 20:01:06.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5034 | 2024-10-31T20:01:07.550Z | [ recovery-image] Oct 31 20:01:06.452 INFO O| Oct 31 20:01:06.452 INFO STEP 305 (remove_files) COMPLETE |
5035 | 2024-10-31T20:01:07.550Z | [ recovery-image] Oct 31 20:01:06.452 INFO O| Oct 31 20:01:06.452 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5036 | 2024-10-31T20:01:07.559Z | [ recovery-image] Oct 31 20:01:06.461 INFO O| Oct 31 20:01:06.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5037 | 2024-10-31T20:01:07.561Z | [ recovery-image] Oct 31 20:01:06.461 INFO O| Oct 31 20:01:06.461 INFO STEP 306 (remove_files) COMPLETE |
5038 | 2024-10-31T20:01:07.561Z | [ recovery-image] Oct 31 20:01:06.461 INFO O| Oct 31 20:01:06.461 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5039 | 2024-10-31T20:01:07.569Z | [ recovery-image] Oct 31 20:01:06.471 INFO O| Oct 31 20:01:06.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5040 | 2024-10-31T20:01:07.569Z | [ recovery-image] Oct 31 20:01:06.471 INFO O| Oct 31 20:01:06.471 INFO STEP 307 (remove_files) COMPLETE |
5041 | 2024-10-31T20:01:07.571Z | [ recovery-image] Oct 31 20:01:06.471 INFO O| Oct 31 20:01:06.471 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5042 | 2024-10-31T20:01:07.578Z | [ recovery-image] Oct 31 20:01:06.481 INFO O| Oct 31 20:01:06.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5043 | 2024-10-31T20:01:07.578Z | [ recovery-image] Oct 31 20:01:06.481 INFO O| Oct 31 20:01:06.481 INFO STEP 308 (remove_files) COMPLETE |
5044 | 2024-10-31T20:01:07.581Z | [ recovery-image] Oct 31 20:01:06.481 INFO O| Oct 31 20:01:06.481 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5045 | 2024-10-31T20:01:07.588Z | [ recovery-image] Oct 31 20:01:06.490 INFO O| Oct 31 20:01:06.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5046 | 2024-10-31T20:01:07.588Z | [ recovery-image] Oct 31 20:01:06.490 INFO O| Oct 31 20:01:06.490 INFO STEP 309 (remove_files) COMPLETE |
5047 | 2024-10-31T20:01:07.591Z | [ recovery-image] Oct 31 20:01:06.490 INFO O| Oct 31 20:01:06.490 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5048 | 2024-10-31T20:01:07.598Z | [ recovery-image] Oct 31 20:01:06.500 INFO O| Oct 31 20:01:06.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5049 | 2024-10-31T20:01:07.600Z | [ recovery-image] Oct 31 20:01:06.500 INFO O| Oct 31 20:01:06.500 INFO STEP 310 (remove_files) COMPLETE |
5050 | 2024-10-31T20:01:07.600Z | [ recovery-image] Oct 31 20:01:06.500 INFO O| Oct 31 20:01:06.500 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5051 | 2024-10-31T20:01:07.608Z | [ recovery-image] Oct 31 20:01:06.510 INFO O| Oct 31 20:01:06.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5052 | 2024-10-31T20:01:07.608Z | [ recovery-image] Oct 31 20:01:06.510 INFO O| Oct 31 20:01:06.510 INFO STEP 311 (remove_files) COMPLETE |
5053 | 2024-10-31T20:01:07.608Z | [ recovery-image] Oct 31 20:01:06.510 INFO O| Oct 31 20:01:06.510 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5054 | 2024-10-31T20:01:07.617Z | [ recovery-image] Oct 31 20:01:06.519 INFO O| Oct 31 20:01:06.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5055 | 2024-10-31T20:01:07.617Z | [ recovery-image] Oct 31 20:01:06.519 INFO O| Oct 31 20:01:06.519 INFO STEP 312 (remove_files) COMPLETE |
5056 | 2024-10-31T20:01:07.620Z | [ recovery-image] Oct 31 20:01:06.519 INFO O| Oct 31 20:01:06.519 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5057 | 2024-10-31T20:01:07.627Z | [ recovery-image] Oct 31 20:01:06.529 INFO O| Oct 31 20:01:06.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5058 | 2024-10-31T20:01:07.629Z | [ recovery-image] Oct 31 20:01:06.529 INFO O| Oct 31 20:01:06.529 INFO STEP 313 (remove_files) COMPLETE |
5059 | 2024-10-31T20:01:07.629Z | [ recovery-image] Oct 31 20:01:06.529 INFO O| Oct 31 20:01:06.529 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5060 | 2024-10-31T20:01:07.636Z | [ recovery-image] Oct 31 20:01:06.538 INFO O| Oct 31 20:01:06.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5061 | 2024-10-31T20:01:07.639Z | [ recovery-image] Oct 31 20:01:06.539 INFO O| Oct 31 20:01:06.539 INFO STEP 314 (remove_files) COMPLETE |
5062 | 2024-10-31T20:01:07.639Z | [ recovery-image] Oct 31 20:01:06.539 INFO O| Oct 31 20:01:06.539 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5063 | 2024-10-31T20:01:07.646Z | [ recovery-image] Oct 31 20:01:06.548 INFO O| Oct 31 20:01:06.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5064 | 2024-10-31T20:01:07.646Z | [ recovery-image] Oct 31 20:01:06.548 INFO O| Oct 31 20:01:06.548 INFO STEP 315 (remove_files) COMPLETE |
5065 | 2024-10-31T20:01:07.646Z | [ recovery-image] Oct 31 20:01:06.548 INFO O| Oct 31 20:01:06.548 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5066 | 2024-10-31T20:01:07.656Z | [ recovery-image] Oct 31 20:01:06.558 INFO O| Oct 31 20:01:06.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5067 | 2024-10-31T20:01:07.656Z | [ recovery-image] Oct 31 20:01:06.558 INFO O| Oct 31 20:01:06.558 INFO STEP 316 (remove_files) COMPLETE |
5068 | 2024-10-31T20:01:07.656Z | [ recovery-image] Oct 31 20:01:06.558 INFO O| Oct 31 20:01:06.558 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5069 | 2024-10-31T20:01:07.666Z | [ recovery-image] Oct 31 20:01:06.568 INFO O| Oct 31 20:01:06.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5070 | 2024-10-31T20:01:07.666Z | [ recovery-image] Oct 31 20:01:06.568 INFO O| Oct 31 20:01:06.568 INFO STEP 317 (remove_files) COMPLETE |
5071 | 2024-10-31T20:01:07.668Z | [ recovery-image] Oct 31 20:01:06.568 INFO O| Oct 31 20:01:06.568 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5072 | 2024-10-31T20:01:07.675Z | [ recovery-image] Oct 31 20:01:06.577 INFO O| Oct 31 20:01:06.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5073 | 2024-10-31T20:01:07.677Z | [ recovery-image] Oct 31 20:01:06.577 INFO O| Oct 31 20:01:06.577 INFO STEP 318 (remove_files) COMPLETE |
5074 | 2024-10-31T20:01:07.677Z | [ recovery-image] Oct 31 20:01:06.577 INFO O| Oct 31 20:01:06.577 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5075 | 2024-10-31T20:01:07.685Z | [ recovery-image] Oct 31 20:01:06.587 INFO O| Oct 31 20:01:06.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5076 | 2024-10-31T20:01:07.685Z | [ recovery-image] Oct 31 20:01:06.587 INFO O| Oct 31 20:01:06.587 INFO STEP 319 (remove_files) COMPLETE |
5077 | 2024-10-31T20:01:07.687Z | [ recovery-image] Oct 31 20:01:06.587 INFO O| Oct 31 20:01:06.587 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5078 | 2024-10-31T20:01:07.694Z | [ recovery-image] Oct 31 20:01:06.596 INFO O| Oct 31 20:01:06.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5079 | 2024-10-31T20:01:07.694Z | [ recovery-image] Oct 31 20:01:06.597 INFO O| Oct 31 20:01:06.597 INFO STEP 320 (remove_files) COMPLETE |
5080 | 2024-10-31T20:01:07.694Z | [ recovery-image] Oct 31 20:01:06.597 INFO O| Oct 31 20:01:06.597 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5081 | 2024-10-31T20:01:07.704Z | [ recovery-image] Oct 31 20:01:06.606 INFO O| Oct 31 20:01:06.606 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5082 | 2024-10-31T20:01:07.704Z | [ recovery-image] Oct 31 20:01:06.606 INFO O| Oct 31 20:01:06.606 INFO STEP 321 (remove_files) COMPLETE |
5083 | 2024-10-31T20:01:07.704Z | [ recovery-image] Oct 31 20:01:06.606 INFO O| Oct 31 20:01:06.606 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5084 | 2024-10-31T20:01:07.713Z | [ recovery-image] Oct 31 20:01:06.615 INFO O| Oct 31 20:01:06.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5085 | 2024-10-31T20:01:07.713Z | [ recovery-image] Oct 31 20:01:06.615 INFO O| Oct 31 20:01:06.615 INFO STEP 322 (remove_files) COMPLETE |
5086 | 2024-10-31T20:01:07.716Z | [ recovery-image] Oct 31 20:01:06.615 INFO O| Oct 31 20:01:06.615 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5087 | 2024-10-31T20:01:07.723Z | [ recovery-image] Oct 31 20:01:06.625 INFO O| Oct 31 20:01:06.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5088 | 2024-10-31T20:01:07.724Z | [ recovery-image] Oct 31 20:01:06.625 INFO O| Oct 31 20:01:06.625 INFO STEP 323 (remove_files) COMPLETE |
5089 | 2024-10-31T20:01:07.724Z | [ recovery-image] Oct 31 20:01:06.625 INFO O| Oct 31 20:01:06.625 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5090 | 2024-10-31T20:01:07.735Z | [ recovery-image] Oct 31 20:01:06.637 INFO O| Oct 31 20:01:06.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5091 | 2024-10-31T20:01:07.735Z | [ recovery-image] Oct 31 20:01:06.637 INFO O| Oct 31 20:01:06.637 INFO STEP 324 (remove_files) COMPLETE |
5092 | 2024-10-31T20:01:07.735Z | [ recovery-image] Oct 31 20:01:06.637 INFO O| Oct 31 20:01:06.637 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5093 | 2024-10-31T20:01:07.745Z | [ recovery-image] Oct 31 20:01:06.647 INFO O| Oct 31 20:01:06.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5094 | 2024-10-31T20:01:07.745Z | [ recovery-image] Oct 31 20:01:06.647 INFO O| Oct 31 20:01:06.647 INFO STEP 325 (remove_files) COMPLETE |
5095 | 2024-10-31T20:01:07.747Z | [ recovery-image] Oct 31 20:01:06.647 INFO O| Oct 31 20:01:06.647 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5096 | 2024-10-31T20:01:07.754Z | [ recovery-image] Oct 31 20:01:06.656 INFO O| Oct 31 20:01:06.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5097 | 2024-10-31T20:01:07.754Z | [ recovery-image] Oct 31 20:01:06.656 INFO O| Oct 31 20:01:06.656 INFO STEP 326 (remove_files) COMPLETE |
5098 | 2024-10-31T20:01:07.757Z | [ recovery-image] Oct 31 20:01:06.656 INFO O| Oct 31 20:01:06.656 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5099 | 2024-10-31T20:01:07.764Z | [ recovery-image] Oct 31 20:01:06.666 INFO O| Oct 31 20:01:06.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5100 | 2024-10-31T20:01:07.764Z | [ recovery-image] Oct 31 20:01:06.666 INFO O| Oct 31 20:01:06.666 INFO STEP 327 (remove_files) COMPLETE |
5101 | 2024-10-31T20:01:07.766Z | [ recovery-image] Oct 31 20:01:06.666 INFO O| Oct 31 20:01:06.666 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5102 | 2024-10-31T20:01:07.775Z | [ recovery-image] Oct 31 20:01:06.677 INFO O| Oct 31 20:01:06.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5103 | 2024-10-31T20:01:07.787Z | [ recovery-image] Oct 31 20:01:06.677 INFO O| Oct 31 20:01:06.677 INFO STEP 328 (remove_files) COMPLETE |
5104 | 2024-10-31T20:01:07.787Z | [ recovery-image] Oct 31 20:01:06.677 INFO O| Oct 31 20:01:06.677 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5105 | 2024-10-31T20:01:07.787Z | [ recovery-image] Oct 31 20:01:06.686 INFO O| Oct 31 20:01:06.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5106 | 2024-10-31T20:01:07.787Z | [ recovery-image] Oct 31 20:01:06.687 INFO O| Oct 31 20:01:06.686 INFO STEP 329 (remove_files) COMPLETE |
5107 | 2024-10-31T20:01:07.787Z | [ recovery-image] Oct 31 20:01:06.687 INFO O| Oct 31 20:01:06.687 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5108 | 2024-10-31T20:01:07.794Z | [ recovery-image] Oct 31 20:01:06.696 INFO O| Oct 31 20:01:06.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5109 | 2024-10-31T20:01:07.798Z | [ recovery-image] Oct 31 20:01:06.696 INFO O| Oct 31 20:01:06.696 INFO STEP 330 (remove_files) COMPLETE |
5110 | 2024-10-31T20:01:07.798Z | [ recovery-image] Oct 31 20:01:06.696 INFO O| Oct 31 20:01:06.696 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5111 | 2024-10-31T20:01:07.805Z | [ recovery-image] Oct 31 20:01:06.706 INFO O| Oct 31 20:01:06.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5112 | 2024-10-31T20:01:07.805Z | [ recovery-image] Oct 31 20:01:06.706 INFO O| Oct 31 20:01:06.706 INFO STEP 331 (remove_files) COMPLETE |
5113 | 2024-10-31T20:01:07.808Z | [ recovery-image] Oct 31 20:01:06.706 INFO O| Oct 31 20:01:06.706 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5114 | 2024-10-31T20:01:07.813Z | [ recovery-image] Oct 31 20:01:06.715 INFO O| Oct 31 20:01:06.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5115 | 2024-10-31T20:01:07.816Z | [ recovery-image] Oct 31 20:01:06.716 INFO O| Oct 31 20:01:06.716 INFO STEP 332 (remove_files) COMPLETE |
5116 | 2024-10-31T20:01:07.816Z | [ recovery-image] Oct 31 20:01:06.716 INFO O| Oct 31 20:01:06.716 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5117 | 2024-10-31T20:01:07.823Z | [ recovery-image] Oct 31 20:01:06.725 INFO O| Oct 31 20:01:06.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5118 | 2024-10-31T20:01:07.826Z | [ recovery-image] Oct 31 20:01:06.725 INFO O| Oct 31 20:01:06.725 INFO STEP 333 (remove_files) COMPLETE |
5119 | 2024-10-31T20:01:07.826Z | [ recovery-image] Oct 31 20:01:06.725 INFO O| Oct 31 20:01:06.725 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5120 | 2024-10-31T20:01:07.833Z | [ recovery-image] Oct 31 20:01:06.735 INFO O| Oct 31 20:01:06.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5121 | 2024-10-31T20:01:07.833Z | [ recovery-image] Oct 31 20:01:06.735 INFO O| Oct 31 20:01:06.735 INFO STEP 334 (remove_files) COMPLETE |
5122 | 2024-10-31T20:01:07.835Z | [ recovery-image] Oct 31 20:01:06.735 INFO O| Oct 31 20:01:06.735 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5123 | 2024-10-31T20:01:07.842Z | [ recovery-image] Oct 31 20:01:06.744 INFO O| Oct 31 20:01:06.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5124 | 2024-10-31T20:01:07.842Z | [ recovery-image] Oct 31 20:01:06.744 INFO O| Oct 31 20:01:06.744 INFO STEP 335 (remove_files) COMPLETE |
5125 | 2024-10-31T20:01:07.844Z | [ recovery-image] Oct 31 20:01:06.744 INFO O| Oct 31 20:01:06.744 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5126 | 2024-10-31T20:01:07.852Z | [ recovery-image] Oct 31 20:01:06.754 INFO O| Oct 31 20:01:06.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5127 | 2024-10-31T20:01:07.852Z | [ recovery-image] Oct 31 20:01:06.754 INFO O| Oct 31 20:01:06.754 INFO STEP 336 (remove_files) COMPLETE |
5128 | 2024-10-31T20:01:07.855Z | [ recovery-image] Oct 31 20:01:06.754 INFO O| Oct 31 20:01:06.754 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5129 | 2024-10-31T20:01:07.861Z | [ recovery-image] Oct 31 20:01:06.763 INFO O| Oct 31 20:01:06.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5130 | 2024-10-31T20:01:07.864Z | [ recovery-image] Oct 31 20:01:06.763 INFO O| Oct 31 20:01:06.763 INFO STEP 337 (remove_files) COMPLETE |
5131 | 2024-10-31T20:01:07.864Z | [ recovery-image] Oct 31 20:01:06.763 INFO O| Oct 31 20:01:06.763 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5132 | 2024-10-31T20:01:07.871Z | [ recovery-image] Oct 31 20:01:06.772 INFO O| Oct 31 20:01:06.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5133 | 2024-10-31T20:01:07.871Z | [ recovery-image] Oct 31 20:01:06.773 INFO O| Oct 31 20:01:06.772 INFO STEP 338 (remove_files) COMPLETE |
5134 | 2024-10-31T20:01:07.874Z | [ recovery-image] Oct 31 20:01:06.773 INFO O| Oct 31 20:01:06.772 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5135 | 2024-10-31T20:01:07.880Z | [ recovery-image] Oct 31 20:01:06.782 INFO O| Oct 31 20:01:06.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5136 | 2024-10-31T20:01:07.880Z | [ recovery-image] Oct 31 20:01:06.782 INFO O| Oct 31 20:01:06.782 INFO STEP 339 (remove_files) COMPLETE |
5137 | 2024-10-31T20:01:07.883Z | [ recovery-image] Oct 31 20:01:06.782 INFO O| Oct 31 20:01:06.782 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5138 | 2024-10-31T20:01:07.889Z | [ recovery-image] Oct 31 20:01:06.792 INFO O| Oct 31 20:01:06.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5139 | 2024-10-31T20:01:07.889Z | [ recovery-image] Oct 31 20:01:06.792 INFO O| Oct 31 20:01:06.792 INFO STEP 340 (remove_files) COMPLETE |
5140 | 2024-10-31T20:01:07.892Z | [ recovery-image] Oct 31 20:01:06.792 INFO O| Oct 31 20:01:06.792 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5141 | 2024-10-31T20:01:07.899Z | [ recovery-image] Oct 31 20:01:06.801 INFO O| Oct 31 20:01:06.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5142 | 2024-10-31T20:01:07.899Z | [ recovery-image] Oct 31 20:01:06.801 INFO O| Oct 31 20:01:06.801 INFO STEP 341 (remove_files) COMPLETE |
5143 | 2024-10-31T20:01:07.901Z | [ recovery-image] Oct 31 20:01:06.801 INFO O| Oct 31 20:01:06.801 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5144 | 2024-10-31T20:01:07.909Z | [ recovery-image] Oct 31 20:01:06.811 INFO O| Oct 31 20:01:06.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5145 | 2024-10-31T20:01:07.911Z | [ recovery-image] Oct 31 20:01:06.811 INFO O| Oct 31 20:01:06.811 INFO STEP 342 (remove_files) COMPLETE |
5146 | 2024-10-31T20:01:07.911Z | [ recovery-image] Oct 31 20:01:06.811 INFO O| Oct 31 20:01:06.811 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5147 | 2024-10-31T20:01:07.918Z | [ recovery-image] Oct 31 20:01:06.820 INFO O| Oct 31 20:01:06.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5148 | 2024-10-31T20:01:07.921Z | [ recovery-image] Oct 31 20:01:06.821 INFO O| Oct 31 20:01:06.820 INFO STEP 343 (remove_files) COMPLETE |
5149 | 2024-10-31T20:01:07.921Z | [ recovery-image] Oct 31 20:01:06.821 INFO O| Oct 31 20:01:06.821 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5150 | 2024-10-31T20:01:07.928Z | [ recovery-image] Oct 31 20:01:06.830 INFO O| Oct 31 20:01:06.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5151 | 2024-10-31T20:01:07.928Z | [ recovery-image] Oct 31 20:01:06.830 INFO O| Oct 31 20:01:06.830 INFO STEP 344 (remove_files) COMPLETE |
5152 | 2024-10-31T20:01:07.928Z | [ recovery-image] Oct 31 20:01:06.830 INFO O| Oct 31 20:01:06.830 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5153 | 2024-10-31T20:01:07.937Z | [ recovery-image] Oct 31 20:01:06.839 INFO O| Oct 31 20:01:06.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5154 | 2024-10-31T20:01:07.937Z | [ recovery-image] Oct 31 20:01:06.839 INFO O| Oct 31 20:01:06.839 INFO STEP 345 (remove_files) COMPLETE |
5155 | 2024-10-31T20:01:07.940Z | [ recovery-image] Oct 31 20:01:06.839 INFO O| Oct 31 20:01:06.839 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5156 | 2024-10-31T20:01:07.947Z | [ recovery-image] Oct 31 20:01:06.849 INFO O| Oct 31 20:01:06.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5157 | 2024-10-31T20:01:07.950Z | [ recovery-image] Oct 31 20:01:06.849 INFO O| Oct 31 20:01:06.849 INFO STEP 346 (remove_files) COMPLETE |
5158 | 2024-10-31T20:01:07.950Z | [ recovery-image] Oct 31 20:01:06.849 INFO O| Oct 31 20:01:06.849 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5159 | 2024-10-31T20:01:07.957Z | [ recovery-image] Oct 31 20:01:06.859 INFO O| Oct 31 20:01:06.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5160 | 2024-10-31T20:01:07.957Z | [ recovery-image] Oct 31 20:01:06.859 INFO O| Oct 31 20:01:06.859 INFO STEP 347 (remove_files) COMPLETE |
5161 | 2024-10-31T20:01:07.959Z | [ recovery-image] Oct 31 20:01:06.859 INFO O| Oct 31 20:01:06.859 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5162 | 2024-10-31T20:01:07.966Z | [ recovery-image] Oct 31 20:01:06.868 INFO O| Oct 31 20:01:06.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5163 | 2024-10-31T20:01:07.966Z | [ recovery-image] Oct 31 20:01:06.868 INFO O| Oct 31 20:01:06.868 INFO STEP 348 (remove_files) COMPLETE |
5164 | 2024-10-31T20:01:07.966Z | [ recovery-image] Oct 31 20:01:06.868 INFO O| Oct 31 20:01:06.868 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5165 | 2024-10-31T20:01:07.975Z | [ recovery-image] Oct 31 20:01:06.877 INFO O| Oct 31 20:01:06.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5166 | 2024-10-31T20:01:07.975Z | [ recovery-image] Oct 31 20:01:06.878 INFO O| Oct 31 20:01:06.878 INFO STEP 349 (remove_files) COMPLETE |
5167 | 2024-10-31T20:01:07.978Z | [ recovery-image] Oct 31 20:01:06.878 INFO O| Oct 31 20:01:06.878 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5168 | 2024-10-31T20:01:07.985Z | [ recovery-image] Oct 31 20:01:06.887 INFO O| Oct 31 20:01:06.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5169 | 2024-10-31T20:01:07.987Z | [ recovery-image] Oct 31 20:01:06.887 INFO O| Oct 31 20:01:06.887 INFO STEP 350 (remove_files) COMPLETE |
5170 | 2024-10-31T20:01:07.988Z | [ recovery-image] Oct 31 20:01:06.887 INFO O| Oct 31 20:01:06.887 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5171 | 2024-10-31T20:01:07.994Z | [ recovery-image] Oct 31 20:01:06.896 INFO O| Oct 31 20:01:06.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5172 | 2024-10-31T20:01:07.994Z | [ recovery-image] Oct 31 20:01:06.896 INFO O| Oct 31 20:01:06.896 INFO STEP 351 (remove_files) COMPLETE |
5173 | 2024-10-31T20:01:07.994Z | [ recovery-image] Oct 31 20:01:06.896 INFO O| Oct 31 20:01:06.896 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5174 | 2024-10-31T20:01:08.004Z | [ recovery-image] Oct 31 20:01:06.906 INFO O| Oct 31 20:01:06.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5175 | 2024-10-31T20:01:08.004Z | [ recovery-image] Oct 31 20:01:06.906 INFO O| Oct 31 20:01:06.906 INFO STEP 352 (remove_files) COMPLETE |
5176 | 2024-10-31T20:01:08.006Z | [ recovery-image] Oct 31 20:01:06.906 INFO O| Oct 31 20:01:06.906 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5177 | 2024-10-31T20:01:08.013Z | [ recovery-image] Oct 31 20:01:06.915 INFO O| Oct 31 20:01:06.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5178 | 2024-10-31T20:01:08.015Z | [ recovery-image] Oct 31 20:01:06.915 INFO O| Oct 31 20:01:06.915 INFO STEP 353 (remove_files) COMPLETE |
5179 | 2024-10-31T20:01:08.015Z | [ recovery-image] Oct 31 20:01:06.915 INFO O| Oct 31 20:01:06.915 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5180 | 2024-10-31T20:01:08.022Z | [ recovery-image] Oct 31 20:01:06.925 INFO O| Oct 31 20:01:06.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5181 | 2024-10-31T20:01:08.025Z | [ recovery-image] Oct 31 20:01:06.925 INFO O| Oct 31 20:01:06.925 INFO STEP 354 (remove_files) COMPLETE |
5182 | 2024-10-31T20:01:08.025Z | [ recovery-image] Oct 31 20:01:06.925 INFO O| Oct 31 20:01:06.925 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5183 | 2024-10-31T20:01:08.032Z | [ recovery-image] Oct 31 20:01:06.934 INFO O| Oct 31 20:01:06.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5184 | 2024-10-31T20:01:08.032Z | [ recovery-image] Oct 31 20:01:06.934 INFO O| Oct 31 20:01:06.934 INFO STEP 355 (remove_files) COMPLETE |
5185 | 2024-10-31T20:01:08.035Z | [ recovery-image] Oct 31 20:01:06.934 INFO O| Oct 31 20:01:06.934 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5186 | 2024-10-31T20:01:08.041Z | [ recovery-image] Oct 31 20:01:06.944 INFO O| Oct 31 20:01:06.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5187 | 2024-10-31T20:01:08.042Z | [ recovery-image] Oct 31 20:01:06.944 INFO O| Oct 31 20:01:06.944 INFO STEP 356 (remove_files) COMPLETE |
5188 | 2024-10-31T20:01:08.042Z | [ recovery-image] Oct 31 20:01:06.944 INFO O| Oct 31 20:01:06.944 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5189 | 2024-10-31T20:01:08.051Z | [ recovery-image] Oct 31 20:01:06.953 INFO O| Oct 31 20:01:06.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5190 | 2024-10-31T20:01:08.054Z | [ recovery-image] Oct 31 20:01:06.953 INFO O| Oct 31 20:01:06.953 INFO STEP 357 (remove_files) COMPLETE |
5191 | 2024-10-31T20:01:08.054Z | [ recovery-image] Oct 31 20:01:06.953 INFO O| Oct 31 20:01:06.953 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5192 | 2024-10-31T20:01:08.060Z | [ recovery-image] Oct 31 20:01:06.962 INFO O| Oct 31 20:01:06.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5193 | 2024-10-31T20:01:08.060Z | [ recovery-image] Oct 31 20:01:06.963 INFO O| Oct 31 20:01:06.962 INFO STEP 358 (remove_files) COMPLETE |
5194 | 2024-10-31T20:01:08.063Z | [ recovery-image] Oct 31 20:01:06.963 INFO O| Oct 31 20:01:06.963 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5195 | 2024-10-31T20:01:08.070Z | [ recovery-image] Oct 31 20:01:06.972 INFO O| Oct 31 20:01:06.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5196 | 2024-10-31T20:01:08.072Z | [ recovery-image] Oct 31 20:01:06.972 INFO O| Oct 31 20:01:06.972 INFO STEP 359 (remove_files) COMPLETE |
5197 | 2024-10-31T20:01:08.073Z | [ recovery-image] Oct 31 20:01:06.972 INFO O| Oct 31 20:01:06.972 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5198 | 2024-10-31T20:01:08.080Z | [ recovery-image] Oct 31 20:01:06.982 INFO O| Oct 31 20:01:06.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5199 | 2024-10-31T20:01:08.080Z | [ recovery-image] Oct 31 20:01:06.982 INFO O| Oct 31 20:01:06.982 INFO STEP 360 (remove_files) COMPLETE |
5200 | 2024-10-31T20:01:08.082Z | [ recovery-image] Oct 31 20:01:06.982 INFO O| Oct 31 20:01:06.982 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5201 | 2024-10-31T20:01:08.089Z | [ recovery-image] Oct 31 20:01:06.991 INFO O| Oct 31 20:01:06.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5202 | 2024-10-31T20:01:08.089Z | [ recovery-image] Oct 31 20:01:06.991 INFO O| Oct 31 20:01:06.991 INFO STEP 361 (remove_files) COMPLETE |
5203 | 2024-10-31T20:01:08.089Z | [ recovery-image] Oct 31 20:01:06.991 INFO O| Oct 31 20:01:06.991 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-10-31T20:01:08.099Z | [ recovery-image] Oct 31 20:01:07.001 INFO O| Oct 31 20:01:07.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5205 | 2024-10-31T20:01:08.099Z | [ recovery-image] Oct 31 20:01:07.001 INFO O| Oct 31 20:01:07.001 INFO STEP 362 (remove_files) COMPLETE |
5206 | 2024-10-31T20:01:08.099Z | [ recovery-image] Oct 31 20:01:07.001 INFO O| Oct 31 20:01:07.001 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-10-31T20:01:08.108Z | [ recovery-image] Oct 31 20:01:07.010 INFO O| Oct 31 20:01:07.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5208 | 2024-10-31T20:01:08.108Z | [ recovery-image] Oct 31 20:01:07.010 INFO O| Oct 31 20:01:07.010 INFO STEP 363 (remove_files) COMPLETE |
5209 | 2024-10-31T20:01:08.111Z | [ recovery-image] Oct 31 20:01:07.011 INFO O| Oct 31 20:01:07.010 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-10-31T20:01:08.118Z | [ recovery-image] Oct 31 20:01:07.020 INFO O| Oct 31 20:01:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5211 | 2024-10-31T20:01:08.118Z | [ recovery-image] Oct 31 20:01:07.020 INFO O| Oct 31 20:01:07.020 INFO STEP 364 (remove_files) COMPLETE |
5212 | 2024-10-31T20:01:08.121Z | [ recovery-image] Oct 31 20:01:07.020 INFO O| Oct 31 20:01:07.020 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-10-31T20:01:08.128Z | [ recovery-image] Oct 31 20:01:07.030 INFO O| Oct 31 20:01:07.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5214 | 2024-10-31T20:01:08.130Z | [ recovery-image] Oct 31 20:01:07.030 INFO O| Oct 31 20:01:07.030 INFO STEP 365 (remove_files) COMPLETE |
5215 | 2024-10-31T20:01:08.130Z | [ recovery-image] Oct 31 20:01:07.030 INFO O| Oct 31 20:01:07.030 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-10-31T20:01:08.138Z | [ recovery-image] Oct 31 20:01:07.040 INFO O| Oct 31 20:01:07.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5217 | 2024-10-31T20:01:08.140Z | [ recovery-image] Oct 31 20:01:07.040 INFO O| Oct 31 20:01:07.040 INFO STEP 366 (remove_files) COMPLETE |
5218 | 2024-10-31T20:01:08.140Z | [ recovery-image] Oct 31 20:01:07.040 INFO O| Oct 31 20:01:07.040 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-10-31T20:01:08.147Z | [ recovery-image] Oct 31 20:01:07.049 INFO O| Oct 31 20:01:07.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5220 | 2024-10-31T20:01:08.147Z | [ recovery-image] Oct 31 20:01:07.049 INFO O| Oct 31 20:01:07.049 INFO STEP 367 (remove_files) COMPLETE |
5221 | 2024-10-31T20:01:08.147Z | [ recovery-image] Oct 31 20:01:07.049 INFO O| Oct 31 20:01:07.049 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-10-31T20:01:08.157Z | [ recovery-image] Oct 31 20:01:07.059 INFO O| Oct 31 20:01:07.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5223 | 2024-10-31T20:01:08.159Z | [ recovery-image] Oct 31 20:01:07.059 INFO O| Oct 31 20:01:07.059 INFO STEP 368 (remove_files) COMPLETE |
5224 | 2024-10-31T20:01:08.159Z | [ recovery-image] Oct 31 20:01:07.059 INFO O| Oct 31 20:01:07.059 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-10-31T20:01:08.166Z | [ recovery-image] Oct 31 20:01:07.068 INFO O| Oct 31 20:01:07.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5226 | 2024-10-31T20:01:08.166Z | [ recovery-image] Oct 31 20:01:07.069 INFO O| Oct 31 20:01:07.068 INFO STEP 369 (remove_files) COMPLETE |
5227 | 2024-10-31T20:01:08.169Z | [ recovery-image] Oct 31 20:01:07.069 INFO O| Oct 31 20:01:07.068 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-10-31T20:01:08.178Z | [ recovery-image] Oct 31 20:01:07.080 INFO O| Oct 31 20:01:07.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5229 | 2024-10-31T20:01:08.181Z | [ recovery-image] Oct 31 20:01:07.080 INFO O| Oct 31 20:01:07.080 INFO STEP 370 (remove_files) COMPLETE |
5230 | 2024-10-31T20:01:08.181Z | [ recovery-image] Oct 31 20:01:07.080 INFO O| Oct 31 20:01:07.080 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5231 | 2024-10-31T20:01:08.188Z | [ recovery-image] Oct 31 20:01:07.090 INFO O| Oct 31 20:01:07.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5232 | 2024-10-31T20:01:08.188Z | [ recovery-image] Oct 31 20:01:07.090 INFO O| Oct 31 20:01:07.090 INFO STEP 371 (remove_files) COMPLETE |
5233 | 2024-10-31T20:01:08.191Z | [ recovery-image] Oct 31 20:01:07.090 INFO O| Oct 31 20:01:07.090 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5234 | 2024-10-31T20:01:08.198Z | [ recovery-image] Oct 31 20:01:07.100 INFO O| Oct 31 20:01:07.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5235 | 2024-10-31T20:01:08.198Z | [ recovery-image] Oct 31 20:01:07.100 INFO O| Oct 31 20:01:07.100 INFO STEP 372 (remove_files) COMPLETE |
5236 | 2024-10-31T20:01:08.201Z | [ recovery-image] Oct 31 20:01:07.100 INFO O| Oct 31 20:01:07.100 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5237 | 2024-10-31T20:01:08.210Z | [ recovery-image] Oct 31 20:01:07.112 INFO O| Oct 31 20:01:07.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5238 | 2024-10-31T20:01:08.210Z | [ recovery-image] Oct 31 20:01:07.112 INFO O| Oct 31 20:01:07.112 INFO STEP 373 (remove_files) COMPLETE |
5239 | 2024-10-31T20:01:08.210Z | [ recovery-image] Oct 31 20:01:07.112 INFO O| Oct 31 20:01:07.112 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5240 | 2024-10-31T20:01:08.220Z | [ recovery-image] Oct 31 20:01:07.122 INFO O| Oct 31 20:01:07.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5241 | 2024-10-31T20:01:08.220Z | [ recovery-image] Oct 31 20:01:07.122 INFO O| Oct 31 20:01:07.122 INFO STEP 374 (remove_files) COMPLETE |
5242 | 2024-10-31T20:01:08.220Z | [ recovery-image] Oct 31 20:01:07.122 INFO O| Oct 31 20:01:07.122 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5243 | 2024-10-31T20:01:08.231Z | [ recovery-image] Oct 31 20:01:07.133 INFO O| Oct 31 20:01:07.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5244 | 2024-10-31T20:01:08.231Z | [ recovery-image] Oct 31 20:01:07.133 INFO O| Oct 31 20:01:07.133 INFO STEP 375 (remove_files) COMPLETE |
5245 | 2024-10-31T20:01:08.235Z | [ recovery-image] Oct 31 20:01:07.133 INFO O| Oct 31 20:01:07.133 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5246 | 2024-10-31T20:01:08.241Z | [ recovery-image] Oct 31 20:01:07.143 INFO O| Oct 31 20:01:07.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5247 | 2024-10-31T20:01:08.243Z | [ recovery-image] Oct 31 20:01:07.143 INFO O| Oct 31 20:01:07.143 INFO STEP 376 (remove_files) COMPLETE |
5248 | 2024-10-31T20:01:08.243Z | [ recovery-image] Oct 31 20:01:07.143 INFO O| Oct 31 20:01:07.143 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5249 | 2024-10-31T20:01:08.253Z | [ recovery-image] Oct 31 20:01:07.154 INFO O| Oct 31 20:01:07.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5250 | 2024-10-31T20:01:08.253Z | [ recovery-image] Oct 31 20:01:07.154 INFO O| Oct 31 20:01:07.154 INFO STEP 377 (remove_files) COMPLETE |
5251 | 2024-10-31T20:01:08.256Z | [ recovery-image] Oct 31 20:01:07.154 INFO O| Oct 31 20:01:07.154 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5252 | 2024-10-31T20:01:08.262Z | [ recovery-image] Oct 31 20:01:07.164 INFO O| Oct 31 20:01:07.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5253 | 2024-10-31T20:01:08.262Z | [ recovery-image] Oct 31 20:01:07.164 INFO O| Oct 31 20:01:07.164 INFO STEP 378 (remove_files) COMPLETE |
5254 | 2024-10-31T20:01:08.264Z | [ recovery-image] Oct 31 20:01:07.164 INFO O| Oct 31 20:01:07.164 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5255 | 2024-10-31T20:01:08.271Z | [ recovery-image] Oct 31 20:01:07.173 INFO O| Oct 31 20:01:07.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5256 | 2024-10-31T20:01:08.271Z | [ recovery-image] Oct 31 20:01:07.173 INFO O| Oct 31 20:01:07.173 INFO STEP 379 (remove_files) COMPLETE |
5257 | 2024-10-31T20:01:08.273Z | [ recovery-image] Oct 31 20:01:07.173 INFO O| Oct 31 20:01:07.173 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5258 | 2024-10-31T20:01:08.281Z | [ recovery-image] Oct 31 20:01:07.183 INFO O| Oct 31 20:01:07.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5259 | 2024-10-31T20:01:08.281Z | [ recovery-image] Oct 31 20:01:07.183 INFO O| Oct 31 20:01:07.183 INFO STEP 380 (remove_files) COMPLETE |
5260 | 2024-10-31T20:01:08.283Z | [ recovery-image] Oct 31 20:01:07.183 INFO O| Oct 31 20:01:07.183 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5261 | 2024-10-31T20:01:08.290Z | [ recovery-image] Oct 31 20:01:07.192 INFO O| Oct 31 20:01:07.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5262 | 2024-10-31T20:01:08.293Z | [ recovery-image] Oct 31 20:01:07.192 INFO O| Oct 31 20:01:07.192 INFO STEP 381 (remove_files) COMPLETE |
5263 | 2024-10-31T20:01:08.293Z | [ recovery-image] Oct 31 20:01:07.192 INFO O| Oct 31 20:01:07.192 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5264 | 2024-10-31T20:01:08.299Z | [ recovery-image] Oct 31 20:01:07.202 INFO O| Oct 31 20:01:07.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5265 | 2024-10-31T20:01:08.300Z | [ recovery-image] Oct 31 20:01:07.202 INFO O| Oct 31 20:01:07.202 INFO STEP 382 (remove_files) COMPLETE |
5266 | 2024-10-31T20:01:08.303Z | [ recovery-image] Oct 31 20:01:07.202 INFO O| Oct 31 20:01:07.202 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5267 | 2024-10-31T20:01:08.309Z | [ recovery-image] Oct 31 20:01:07.211 INFO O| Oct 31 20:01:07.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5268 | 2024-10-31T20:01:08.311Z | [ recovery-image] Oct 31 20:01:07.211 INFO O| Oct 31 20:01:07.211 INFO STEP 383 (remove_files) COMPLETE |
5269 | 2024-10-31T20:01:08.311Z | [ recovery-image] Oct 31 20:01:07.211 INFO O| Oct 31 20:01:07.211 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5270 | 2024-10-31T20:01:08.318Z | [ recovery-image] Oct 31 20:01:07.220 INFO O| Oct 31 20:01:07.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5271 | 2024-10-31T20:01:08.321Z | [ recovery-image] Oct 31 20:01:07.221 INFO O| Oct 31 20:01:07.221 INFO STEP 384 (remove_files) COMPLETE |
5272 | 2024-10-31T20:01:08.321Z | [ recovery-image] Oct 31 20:01:07.221 INFO O| Oct 31 20:01:07.221 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5273 | 2024-10-31T20:01:08.329Z | [ recovery-image] Oct 31 20:01:07.231 INFO O| Oct 31 20:01:07.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5274 | 2024-10-31T20:01:08.329Z | [ recovery-image] Oct 31 20:01:07.231 INFO O| Oct 31 20:01:07.231 INFO STEP 385 (remove_files) COMPLETE |
5275 | 2024-10-31T20:01:08.329Z | [ recovery-image] Oct 31 20:01:07.231 INFO O| Oct 31 20:01:07.231 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5276 | 2024-10-31T20:01:08.338Z | [ recovery-image] Oct 31 20:01:07.240 INFO O| Oct 31 20:01:07.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5277 | 2024-10-31T20:01:08.338Z | [ recovery-image] Oct 31 20:01:07.240 INFO O| Oct 31 20:01:07.240 INFO STEP 386 (remove_files) COMPLETE |
5278 | 2024-10-31T20:01:08.338Z | [ recovery-image] Oct 31 20:01:07.240 INFO O| Oct 31 20:01:07.240 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5279 | 2024-10-31T20:01:08.348Z | [ recovery-image] Oct 31 20:01:07.250 INFO O| Oct 31 20:01:07.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5280 | 2024-10-31T20:01:08.351Z | [ recovery-image] Oct 31 20:01:07.250 INFO O| Oct 31 20:01:07.250 INFO STEP 387 (remove_files) COMPLETE |
5281 | 2024-10-31T20:01:08.351Z | [ recovery-image] Oct 31 20:01:07.250 INFO O| Oct 31 20:01:07.250 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5282 | 2024-10-31T20:01:08.357Z | [ recovery-image] Oct 31 20:01:07.259 INFO O| Oct 31 20:01:07.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5283 | 2024-10-31T20:01:08.360Z | [ recovery-image] Oct 31 20:01:07.259 INFO O| Oct 31 20:01:07.259 INFO STEP 388 (remove_files) COMPLETE |
5284 | 2024-10-31T20:01:08.360Z | [ recovery-image] Oct 31 20:01:07.259 INFO O| Oct 31 20:01:07.259 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5285 | 2024-10-31T20:01:08.366Z | [ recovery-image] Oct 31 20:01:07.269 INFO O| Oct 31 20:01:07.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5286 | 2024-10-31T20:01:08.369Z | [ recovery-image] Oct 31 20:01:07.269 INFO O| Oct 31 20:01:07.269 INFO STEP 389 (remove_files) COMPLETE |
5287 | 2024-10-31T20:01:08.369Z | [ recovery-image] Oct 31 20:01:07.269 INFO O| Oct 31 20:01:07.269 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5288 | 2024-10-31T20:01:08.376Z | [ recovery-image] Oct 31 20:01:07.278 INFO O| Oct 31 20:01:07.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5289 | 2024-10-31T20:01:08.376Z | [ recovery-image] Oct 31 20:01:07.278 INFO O| Oct 31 20:01:07.278 INFO STEP 390 (remove_files) COMPLETE |
5290 | 2024-10-31T20:01:08.376Z | [ recovery-image] Oct 31 20:01:07.278 INFO O| Oct 31 20:01:07.278 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5291 | 2024-10-31T20:01:08.385Z | [ recovery-image] Oct 31 20:01:07.287 INFO O| Oct 31 20:01:07.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5292 | 2024-10-31T20:01:08.385Z | [ recovery-image] Oct 31 20:01:07.287 INFO O| Oct 31 20:01:07.287 INFO STEP 391 (remove_files) COMPLETE |
5293 | 2024-10-31T20:01:08.385Z | [ recovery-image] Oct 31 20:01:07.287 INFO O| Oct 31 20:01:07.287 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5294 | 2024-10-31T20:01:08.395Z | [ recovery-image] Oct 31 20:01:07.297 INFO O| Oct 31 20:01:07.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5295 | 2024-10-31T20:01:08.395Z | [ recovery-image] Oct 31 20:01:07.297 INFO O| Oct 31 20:01:07.297 INFO STEP 392 (remove_files) COMPLETE |
5296 | 2024-10-31T20:01:08.398Z | [ recovery-image] Oct 31 20:01:07.297 INFO O| Oct 31 20:01:07.297 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5297 | 2024-10-31T20:01:08.404Z | [ recovery-image] Oct 31 20:01:07.306 INFO O| Oct 31 20:01:07.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5298 | 2024-10-31T20:01:08.404Z | [ recovery-image] Oct 31 20:01:07.306 INFO O| Oct 31 20:01:07.306 INFO STEP 393 (remove_files) COMPLETE |
5299 | 2024-10-31T20:01:08.407Z | [ recovery-image] Oct 31 20:01:07.306 INFO O| Oct 31 20:01:07.306 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5300 | 2024-10-31T20:01:08.414Z | [ recovery-image] Oct 31 20:01:07.316 INFO O| Oct 31 20:01:07.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5301 | 2024-10-31T20:01:08.414Z | [ recovery-image] Oct 31 20:01:07.316 INFO O| Oct 31 20:01:07.316 INFO STEP 394 (remove_files) COMPLETE |
5302 | 2024-10-31T20:01:08.414Z | [ recovery-image] Oct 31 20:01:07.316 INFO O| Oct 31 20:01:07.316 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5303 | 2024-10-31T20:01:08.423Z | [ recovery-image] Oct 31 20:01:07.325 INFO O| Oct 31 20:01:07.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5304 | 2024-10-31T20:01:08.423Z | [ recovery-image] Oct 31 20:01:07.325 INFO O| Oct 31 20:01:07.325 INFO STEP 395 (remove_files) COMPLETE |
5305 | 2024-10-31T20:01:08.425Z | [ recovery-image] Oct 31 20:01:07.325 INFO O| Oct 31 20:01:07.325 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5306 | 2024-10-31T20:01:08.432Z | [ recovery-image] Oct 31 20:01:07.334 INFO O| Oct 31 20:01:07.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5307 | 2024-10-31T20:01:08.432Z | [ recovery-image] Oct 31 20:01:07.334 INFO O| Oct 31 20:01:07.334 INFO STEP 396 (remove_files) COMPLETE |
5308 | 2024-10-31T20:01:08.432Z | [ recovery-image] Oct 31 20:01:07.334 INFO O| Oct 31 20:01:07.334 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5309 | 2024-10-31T20:01:08.442Z | [ recovery-image] Oct 31 20:01:07.344 INFO O| Oct 31 20:01:07.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5310 | 2024-10-31T20:01:08.442Z | [ recovery-image] Oct 31 20:01:07.344 INFO O| Oct 31 20:01:07.344 INFO STEP 397 (remove_files) COMPLETE |
5311 | 2024-10-31T20:01:08.444Z | [ recovery-image] Oct 31 20:01:07.344 INFO O| Oct 31 20:01:07.344 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5312 | 2024-10-31T20:01:08.451Z | [ recovery-image] Oct 31 20:01:07.353 INFO O| Oct 31 20:01:07.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5313 | 2024-10-31T20:01:08.454Z | [ recovery-image] Oct 31 20:01:07.353 INFO O| Oct 31 20:01:07.353 INFO STEP 398 (remove_files) COMPLETE |
5314 | 2024-10-31T20:01:08.454Z | [ recovery-image] Oct 31 20:01:07.353 INFO O| Oct 31 20:01:07.353 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5315 | 2024-10-31T20:01:08.461Z | [ recovery-image] Oct 31 20:01:07.363 INFO O| Oct 31 20:01:07.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5316 | 2024-10-31T20:01:08.461Z | [ recovery-image] Oct 31 20:01:07.363 INFO O| Oct 31 20:01:07.363 INFO STEP 399 (remove_files) COMPLETE |
5317 | 2024-10-31T20:01:08.463Z | [ recovery-image] Oct 31 20:01:07.363 INFO O| Oct 31 20:01:07.363 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5318 | 2024-10-31T20:01:08.470Z | [ recovery-image] Oct 31 20:01:07.372 INFO O| Oct 31 20:01:07.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5319 | 2024-10-31T20:01:08.470Z | [ recovery-image] Oct 31 20:01:07.372 INFO O| Oct 31 20:01:07.372 INFO STEP 400 (remove_files) COMPLETE |
5320 | 2024-10-31T20:01:08.470Z | [ recovery-image] Oct 31 20:01:07.372 INFO O| Oct 31 20:01:07.372 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5321 | 2024-10-31T20:01:08.479Z | [ recovery-image] Oct 31 20:01:07.381 INFO O| Oct 31 20:01:07.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5322 | 2024-10-31T20:01:08.482Z | [ recovery-image] Oct 31 20:01:07.381 INFO O| Oct 31 20:01:07.381 INFO STEP 401 (remove_files) COMPLETE |
5323 | 2024-10-31T20:01:08.482Z | [ recovery-image] Oct 31 20:01:07.381 INFO O| Oct 31 20:01:07.381 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5324 | 2024-10-31T20:01:08.489Z | [ recovery-image] Oct 31 20:01:07.391 INFO O| Oct 31 20:01:07.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5325 | 2024-10-31T20:01:08.489Z | [ recovery-image] Oct 31 20:01:07.391 INFO O| Oct 31 20:01:07.391 INFO STEP 402 (remove_files) COMPLETE |
5326 | 2024-10-31T20:01:08.489Z | [ recovery-image] Oct 31 20:01:07.391 INFO O| Oct 31 20:01:07.391 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5327 | 2024-10-31T20:01:08.498Z | [ recovery-image] Oct 31 20:01:07.400 INFO O| Oct 31 20:01:07.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5328 | 2024-10-31T20:01:08.498Z | [ recovery-image] Oct 31 20:01:07.400 INFO O| Oct 31 20:01:07.400 INFO STEP 403 (remove_files) COMPLETE |
5329 | 2024-10-31T20:01:08.500Z | [ recovery-image] Oct 31 20:01:07.400 INFO O| Oct 31 20:01:07.400 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5330 | 2024-10-31T20:01:08.508Z | [ recovery-image] Oct 31 20:01:07.410 INFO O| Oct 31 20:01:07.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5331 | 2024-10-31T20:01:08.508Z | [ recovery-image] Oct 31 20:01:07.410 INFO O| Oct 31 20:01:07.410 INFO STEP 404 (remove_files) COMPLETE |
5332 | 2024-10-31T20:01:08.512Z | [ recovery-image] Oct 31 20:01:07.410 INFO O| Oct 31 20:01:07.410 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5333 | 2024-10-31T20:01:08.517Z | [ recovery-image] Oct 31 20:01:07.419 INFO O| Oct 31 20:01:07.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5334 | 2024-10-31T20:01:08.520Z | [ recovery-image] Oct 31 20:01:07.419 INFO O| Oct 31 20:01:07.419 INFO STEP 405 (remove_files) COMPLETE |
5335 | 2024-10-31T20:01:08.520Z | [ recovery-image] Oct 31 20:01:07.419 INFO O| Oct 31 20:01:07.419 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5336 | 2024-10-31T20:01:08.527Z | [ recovery-image] Oct 31 20:01:07.429 INFO O| Oct 31 20:01:07.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5337 | 2024-10-31T20:01:08.527Z | [ recovery-image] Oct 31 20:01:07.429 INFO O| Oct 31 20:01:07.429 INFO STEP 406 (remove_files) COMPLETE |
5338 | 2024-10-31T20:01:08.529Z | [ recovery-image] Oct 31 20:01:07.429 INFO O| Oct 31 20:01:07.429 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5339 | 2024-10-31T20:01:08.536Z | [ recovery-image] Oct 31 20:01:07.438 INFO O| Oct 31 20:01:07.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5340 | 2024-10-31T20:01:08.536Z | [ recovery-image] Oct 31 20:01:07.438 INFO O| Oct 31 20:01:07.438 INFO STEP 407 (remove_files) COMPLETE |
5341 | 2024-10-31T20:01:08.539Z | [ recovery-image] Oct 31 20:01:07.438 INFO O| Oct 31 20:01:07.438 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5342 | 2024-10-31T20:01:08.546Z | [ recovery-image] Oct 31 20:01:07.448 INFO O| Oct 31 20:01:07.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5343 | 2024-10-31T20:01:08.546Z | [ recovery-image] Oct 31 20:01:07.448 INFO O| Oct 31 20:01:07.448 INFO STEP 408 (remove_files) COMPLETE |
5344 | 2024-10-31T20:01:08.548Z | [ recovery-image] Oct 31 20:01:07.448 INFO O| Oct 31 20:01:07.448 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5345 | 2024-10-31T20:01:08.555Z | [ recovery-image] Oct 31 20:01:07.457 INFO O| Oct 31 20:01:07.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5346 | 2024-10-31T20:01:08.557Z | [ recovery-image] Oct 31 20:01:07.457 INFO O| Oct 31 20:01:07.457 INFO STEP 409 (remove_files) COMPLETE |
5347 | 2024-10-31T20:01:08.557Z | [ recovery-image] Oct 31 20:01:07.457 INFO O| Oct 31 20:01:07.457 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5348 | 2024-10-31T20:01:08.564Z | [ recovery-image] Oct 31 20:01:07.466 INFO O| Oct 31 20:01:07.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5349 | 2024-10-31T20:01:08.567Z | [ recovery-image] Oct 31 20:01:07.467 INFO O| Oct 31 20:01:07.467 INFO STEP 410 (remove_files) COMPLETE |
5350 | 2024-10-31T20:01:08.567Z | [ recovery-image] Oct 31 20:01:07.467 INFO O| Oct 31 20:01:07.467 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5351 | 2024-10-31T20:01:08.574Z | [ recovery-image] Oct 31 20:01:07.476 INFO O| Oct 31 20:01:07.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5352 | 2024-10-31T20:01:08.574Z | [ recovery-image] Oct 31 20:01:07.476 INFO O| Oct 31 20:01:07.476 INFO STEP 411 (remove_files) COMPLETE |
5353 | 2024-10-31T20:01:08.577Z | [ recovery-image] Oct 31 20:01:07.476 INFO O| Oct 31 20:01:07.476 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5354 | 2024-10-31T20:01:08.584Z | [ recovery-image] Oct 31 20:01:07.486 INFO O| Oct 31 20:01:07.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5355 | 2024-10-31T20:01:08.586Z | [ recovery-image] Oct 31 20:01:07.486 INFO O| Oct 31 20:01:07.486 INFO STEP 412 (remove_files) COMPLETE |
5356 | 2024-10-31T20:01:08.586Z | [ recovery-image] Oct 31 20:01:07.486 INFO O| Oct 31 20:01:07.486 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5357 | 2024-10-31T20:01:08.593Z | [ recovery-image] Oct 31 20:01:07.495 INFO O| Oct 31 20:01:07.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5358 | 2024-10-31T20:01:08.593Z | [ recovery-image] Oct 31 20:01:07.495 INFO O| Oct 31 20:01:07.495 INFO STEP 413 (remove_files) COMPLETE |
5359 | 2024-10-31T20:01:08.596Z | [ recovery-image] Oct 31 20:01:07.495 INFO O| Oct 31 20:01:07.495 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5360 | 2024-10-31T20:01:08.603Z | [ recovery-image] Oct 31 20:01:07.505 INFO O| Oct 31 20:01:07.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5361 | 2024-10-31T20:01:08.605Z | [ recovery-image] Oct 31 20:01:07.505 INFO O| Oct 31 20:01:07.505 INFO STEP 414 (remove_files) COMPLETE |
5362 | 2024-10-31T20:01:08.605Z | [ recovery-image] Oct 31 20:01:07.505 INFO O| Oct 31 20:01:07.505 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5363 | 2024-10-31T20:01:08.613Z | [ recovery-image] Oct 31 20:01:07.515 INFO O| Oct 31 20:01:07.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5364 | 2024-10-31T20:01:08.613Z | [ recovery-image] Oct 31 20:01:07.515 INFO O| Oct 31 20:01:07.515 INFO STEP 415 (remove_files) COMPLETE |
5365 | 2024-10-31T20:01:08.615Z | [ recovery-image] Oct 31 20:01:07.515 INFO O| Oct 31 20:01:07.515 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5366 | 2024-10-31T20:01:08.622Z | [ recovery-image] Oct 31 20:01:07.524 INFO O| Oct 31 20:01:07.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5367 | 2024-10-31T20:01:08.622Z | [ recovery-image] Oct 31 20:01:07.524 INFO O| Oct 31 20:01:07.524 INFO STEP 416 (remove_files) COMPLETE |
5368 | 2024-10-31T20:01:08.625Z | [ recovery-image] Oct 31 20:01:07.524 INFO O| Oct 31 20:01:07.524 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5369 | 2024-10-31T20:01:08.632Z | [ recovery-image] Oct 31 20:01:07.534 INFO O| Oct 31 20:01:07.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5370 | 2024-10-31T20:01:08.632Z | [ recovery-image] Oct 31 20:01:07.534 INFO O| Oct 31 20:01:07.534 INFO STEP 417 (remove_files) COMPLETE |
5371 | 2024-10-31T20:01:08.634Z | [ recovery-image] Oct 31 20:01:07.534 INFO O| Oct 31 20:01:07.534 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5372 | 2024-10-31T20:01:08.641Z | [ recovery-image] Oct 31 20:01:07.543 INFO O| Oct 31 20:01:07.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5373 | 2024-10-31T20:01:08.641Z | [ recovery-image] Oct 31 20:01:07.543 INFO O| Oct 31 20:01:07.543 INFO STEP 418 (remove_files) COMPLETE |
5374 | 2024-10-31T20:01:08.644Z | [ recovery-image] Oct 31 20:01:07.543 INFO O| Oct 31 20:01:07.543 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5375 | 2024-10-31T20:01:08.651Z | [ recovery-image] Oct 31 20:01:07.553 INFO O| Oct 31 20:01:07.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5376 | 2024-10-31T20:01:08.651Z | [ recovery-image] Oct 31 20:01:07.553 INFO O| Oct 31 20:01:07.553 INFO STEP 419 (remove_files) COMPLETE |
5377 | 2024-10-31T20:01:08.653Z | [ recovery-image] Oct 31 20:01:07.553 INFO O| Oct 31 20:01:07.553 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5378 | 2024-10-31T20:01:08.660Z | [ recovery-image] Oct 31 20:01:07.562 INFO O| Oct 31 20:01:07.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5379 | 2024-10-31T20:01:08.660Z | [ recovery-image] Oct 31 20:01:07.562 INFO O| Oct 31 20:01:07.562 INFO STEP 420 (remove_files) COMPLETE |
5380 | 2024-10-31T20:01:08.660Z | [ recovery-image] Oct 31 20:01:07.562 INFO O| Oct 31 20:01:07.562 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5381 | 2024-10-31T20:01:08.669Z | [ recovery-image] Oct 31 20:01:07.571 INFO O| Oct 31 20:01:07.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5382 | 2024-10-31T20:01:08.673Z | [ recovery-image] Oct 31 20:01:07.571 INFO O| Oct 31 20:01:07.571 INFO STEP 421 (remove_files) COMPLETE |
5383 | 2024-10-31T20:01:08.673Z | [ recovery-image] Oct 31 20:01:07.571 INFO O| Oct 31 20:01:07.571 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5384 | 2024-10-31T20:01:08.679Z | [ recovery-image] Oct 31 20:01:07.581 INFO O| Oct 31 20:01:07.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5385 | 2024-10-31T20:01:08.679Z | [ recovery-image] Oct 31 20:01:07.581 INFO O| Oct 31 20:01:07.581 INFO STEP 422 (remove_files) COMPLETE |
5386 | 2024-10-31T20:01:08.682Z | [ recovery-image] Oct 31 20:01:07.581 INFO O| Oct 31 20:01:07.581 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5387 | 2024-10-31T20:01:08.688Z | [ recovery-image] Oct 31 20:01:07.590 INFO O| Oct 31 20:01:07.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5388 | 2024-10-31T20:01:08.688Z | [ recovery-image] Oct 31 20:01:07.590 INFO O| Oct 31 20:01:07.590 INFO STEP 423 (remove_files) COMPLETE |
5389 | 2024-10-31T20:01:08.688Z | [ recovery-image] Oct 31 20:01:07.590 INFO O| Oct 31 20:01:07.590 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5390 | 2024-10-31T20:01:08.698Z | [ recovery-image] Oct 31 20:01:07.600 INFO O| Oct 31 20:01:07.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5391 | 2024-10-31T20:01:08.698Z | [ recovery-image] Oct 31 20:01:07.600 INFO O| Oct 31 20:01:07.600 INFO STEP 424 (remove_files) COMPLETE |
5392 | 2024-10-31T20:01:08.698Z | [ recovery-image] Oct 31 20:01:07.600 INFO O| Oct 31 20:01:07.600 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5393 | 2024-10-31T20:01:08.707Z | [ recovery-image] Oct 31 20:01:07.609 INFO O| Oct 31 20:01:07.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5394 | 2024-10-31T20:01:08.707Z | [ recovery-image] Oct 31 20:01:07.609 INFO O| Oct 31 20:01:07.609 INFO STEP 425 (remove_files) COMPLETE |
5395 | 2024-10-31T20:01:08.710Z | [ recovery-image] Oct 31 20:01:07.609 INFO O| Oct 31 20:01:07.609 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5396 | 2024-10-31T20:01:08.717Z | [ recovery-image] Oct 31 20:01:07.619 INFO O| Oct 31 20:01:07.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5397 | 2024-10-31T20:01:08.717Z | [ recovery-image] Oct 31 20:01:07.619 INFO O| Oct 31 20:01:07.619 INFO STEP 426 (remove_files) COMPLETE |
5398 | 2024-10-31T20:01:08.720Z | [ recovery-image] Oct 31 20:01:07.619 INFO O| Oct 31 20:01:07.619 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5399 | 2024-10-31T20:01:08.726Z | [ recovery-image] Oct 31 20:01:07.628 INFO O| Oct 31 20:01:07.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5400 | 2024-10-31T20:01:08.726Z | [ recovery-image] Oct 31 20:01:07.628 INFO O| Oct 31 20:01:07.628 INFO STEP 427 (remove_files) COMPLETE |
5401 | 2024-10-31T20:01:08.729Z | [ recovery-image] Oct 31 20:01:07.628 INFO O| Oct 31 20:01:07.628 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5402 | 2024-10-31T20:01:08.736Z | [ recovery-image] Oct 31 20:01:07.638 INFO O| Oct 31 20:01:07.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5403 | 2024-10-31T20:01:08.736Z | [ recovery-image] Oct 31 20:01:07.638 INFO O| Oct 31 20:01:07.638 INFO STEP 428 (remove_files) COMPLETE |
5404 | 2024-10-31T20:01:08.736Z | [ recovery-image] Oct 31 20:01:07.638 INFO O| Oct 31 20:01:07.638 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5405 | 2024-10-31T20:01:08.745Z | [ recovery-image] Oct 31 20:01:07.647 INFO O| Oct 31 20:01:07.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5406 | 2024-10-31T20:01:08.748Z | [ recovery-image] Oct 31 20:01:07.648 INFO O| Oct 31 20:01:07.647 INFO STEP 429 (remove_files) COMPLETE |
5407 | 2024-10-31T20:01:08.748Z | [ recovery-image] Oct 31 20:01:07.648 INFO O| Oct 31 20:01:07.648 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5408 | 2024-10-31T20:01:08.755Z | [ recovery-image] Oct 31 20:01:07.657 INFO O| Oct 31 20:01:07.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5409 | 2024-10-31T20:01:08.755Z | [ recovery-image] Oct 31 20:01:07.657 INFO O| Oct 31 20:01:07.657 INFO STEP 430 (remove_files) COMPLETE |
5410 | 2024-10-31T20:01:08.758Z | [ recovery-image] Oct 31 20:01:07.657 INFO O| Oct 31 20:01:07.657 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-10-31T20:01:08.765Z | [ recovery-image] Oct 31 20:01:07.666 INFO O| Oct 31 20:01:07.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5412 | 2024-10-31T20:01:08.767Z | [ recovery-image] Oct 31 20:01:07.666 INFO O| Oct 31 20:01:07.666 INFO STEP 431 (remove_files) COMPLETE |
5413 | 2024-10-31T20:01:08.767Z | [ recovery-image] Oct 31 20:01:07.666 INFO O| Oct 31 20:01:07.666 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-10-31T20:01:08.774Z | [ recovery-image] Oct 31 20:01:07.676 INFO O| Oct 31 20:01:07.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5415 | 2024-10-31T20:01:08.776Z | [ recovery-image] Oct 31 20:01:07.676 INFO O| Oct 31 20:01:07.676 INFO STEP 432 (remove_files) COMPLETE |
5416 | 2024-10-31T20:01:08.776Z | [ recovery-image] Oct 31 20:01:07.676 INFO O| Oct 31 20:01:07.676 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-10-31T20:01:08.783Z | [ recovery-image] Oct 31 20:01:07.685 INFO O| Oct 31 20:01:07.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5418 | 2024-10-31T20:01:08.783Z | [ recovery-image] Oct 31 20:01:07.685 INFO O| Oct 31 20:01:07.685 INFO STEP 433 (remove_files) COMPLETE |
5419 | 2024-10-31T20:01:08.783Z | [ recovery-image] Oct 31 20:01:07.685 INFO O| Oct 31 20:01:07.685 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-10-31T20:01:08.792Z | [ recovery-image] Oct 31 20:01:07.694 INFO O| Oct 31 20:01:07.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5421 | 2024-10-31T20:01:08.795Z | [ recovery-image] Oct 31 20:01:07.694 INFO O| Oct 31 20:01:07.694 INFO STEP 434 (remove_files) COMPLETE |
5422 | 2024-10-31T20:01:08.795Z | [ recovery-image] Oct 31 20:01:07.695 INFO O| Oct 31 20:01:07.694 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5423 | 2024-10-31T20:01:08.802Z | [ recovery-image] Oct 31 20:01:07.704 INFO O| Oct 31 20:01:07.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5424 | 2024-10-31T20:01:08.804Z | [ recovery-image] Oct 31 20:01:07.704 INFO O| Oct 31 20:01:07.704 INFO STEP 435 (remove_files) COMPLETE |
5425 | 2024-10-31T20:01:08.804Z | [ recovery-image] Oct 31 20:01:07.704 INFO O| Oct 31 20:01:07.704 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5426 | 2024-10-31T20:01:08.811Z | [ recovery-image] Oct 31 20:01:07.713 INFO O| Oct 31 20:01:07.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5427 | 2024-10-31T20:01:08.811Z | [ recovery-image] Oct 31 20:01:07.713 INFO O| Oct 31 20:01:07.713 INFO STEP 436 (remove_files) COMPLETE |
5428 | 2024-10-31T20:01:08.811Z | [ recovery-image] Oct 31 20:01:07.713 INFO O| Oct 31 20:01:07.713 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5429 | 2024-10-31T20:01:08.821Z | [ recovery-image] Oct 31 20:01:07.723 INFO O| Oct 31 20:01:07.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5430 | 2024-10-31T20:01:08.821Z | [ recovery-image] Oct 31 20:01:07.723 INFO O| Oct 31 20:01:07.723 INFO STEP 437 (remove_files) COMPLETE |
5431 | 2024-10-31T20:01:08.821Z | [ recovery-image] Oct 31 20:01:07.723 INFO O| Oct 31 20:01:07.723 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5432 | 2024-10-31T20:01:08.830Z | [ recovery-image] Oct 31 20:01:07.732 INFO O| Oct 31 20:01:07.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5433 | 2024-10-31T20:01:08.830Z | [ recovery-image] Oct 31 20:01:07.732 INFO O| Oct 31 20:01:07.732 INFO STEP 438 (remove_files) COMPLETE |
5434 | 2024-10-31T20:01:08.833Z | [ recovery-image] Oct 31 20:01:07.732 INFO O| Oct 31 20:01:07.732 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5435 | 2024-10-31T20:01:08.839Z | [ recovery-image] Oct 31 20:01:07.741 INFO O| Oct 31 20:01:07.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5436 | 2024-10-31T20:01:08.839Z | [ recovery-image] Oct 31 20:01:07.741 INFO O| Oct 31 20:01:07.741 INFO STEP 439 (remove_files) COMPLETE |
5437 | 2024-10-31T20:01:08.842Z | [ recovery-image] Oct 31 20:01:07.741 INFO O| Oct 31 20:01:07.741 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5438 | 2024-10-31T20:01:08.849Z | [ recovery-image] Oct 31 20:01:07.751 INFO O| Oct 31 20:01:07.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5439 | 2024-10-31T20:01:08.849Z | [ recovery-image] Oct 31 20:01:07.751 INFO O| Oct 31 20:01:07.751 INFO STEP 440 (remove_files) COMPLETE |
5440 | 2024-10-31T20:01:08.849Z | [ recovery-image] Oct 31 20:01:07.751 INFO O| Oct 31 20:01:07.751 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5441 | 2024-10-31T20:01:08.858Z | [ recovery-image] Oct 31 20:01:07.760 INFO O| Oct 31 20:01:07.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5442 | 2024-10-31T20:01:08.858Z | [ recovery-image] Oct 31 20:01:07.760 INFO O| Oct 31 20:01:07.760 INFO STEP 441 (remove_files) COMPLETE |
5443 | 2024-10-31T20:01:08.858Z | [ recovery-image] Oct 31 20:01:07.760 INFO O| Oct 31 20:01:07.760 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5444 | 2024-10-31T20:01:08.867Z | [ recovery-image] Oct 31 20:01:07.769 INFO O| Oct 31 20:01:07.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5445 | 2024-10-31T20:01:08.867Z | [ recovery-image] Oct 31 20:01:07.769 INFO O| Oct 31 20:01:07.769 INFO STEP 442 (remove_files) COMPLETE |
5446 | 2024-10-31T20:01:08.870Z | [ recovery-image] Oct 31 20:01:07.770 INFO O| Oct 31 20:01:07.769 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5447 | 2024-10-31T20:01:08.877Z | [ recovery-image] Oct 31 20:01:07.779 INFO O| Oct 31 20:01:07.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5448 | 2024-10-31T20:01:08.877Z | [ recovery-image] Oct 31 20:01:07.779 INFO O| Oct 31 20:01:07.779 INFO STEP 443 (remove_files) COMPLETE |
5449 | 2024-10-31T20:01:08.880Z | [ recovery-image] Oct 31 20:01:07.779 INFO O| Oct 31 20:01:07.779 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5450 | 2024-10-31T20:01:08.886Z | [ recovery-image] Oct 31 20:01:07.788 INFO O| Oct 31 20:01:07.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5451 | 2024-10-31T20:01:08.889Z | [ recovery-image] Oct 31 20:01:07.788 INFO O| Oct 31 20:01:07.788 INFO STEP 444 (remove_files) COMPLETE |
5452 | 2024-10-31T20:01:08.889Z | [ recovery-image] Oct 31 20:01:07.789 INFO O| Oct 31 20:01:07.788 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5453 | 2024-10-31T20:01:08.896Z | [ recovery-image] Oct 31 20:01:07.798 INFO O| Oct 31 20:01:07.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5454 | 2024-10-31T20:01:08.896Z | [ recovery-image] Oct 31 20:01:07.798 INFO O| Oct 31 20:01:07.798 INFO STEP 445 (remove_files) COMPLETE |
5455 | 2024-10-31T20:01:08.896Z | [ recovery-image] Oct 31 20:01:07.798 INFO O| Oct 31 20:01:07.798 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5456 | 2024-10-31T20:01:08.905Z | [ recovery-image] Oct 31 20:01:07.807 INFO O| Oct 31 20:01:07.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5457 | 2024-10-31T20:01:08.908Z | [ recovery-image] Oct 31 20:01:07.808 INFO O| Oct 31 20:01:07.808 INFO STEP 446 (remove_files) COMPLETE |
5458 | 2024-10-31T20:01:08.909Z | [ recovery-image] Oct 31 20:01:07.808 INFO O| Oct 31 20:01:07.808 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5459 | 2024-10-31T20:01:08.915Z | [ recovery-image] Oct 31 20:01:07.817 INFO O| Oct 31 20:01:07.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5460 | 2024-10-31T20:01:08.915Z | [ recovery-image] Oct 31 20:01:07.817 INFO O| Oct 31 20:01:07.817 INFO STEP 447 (remove_files) COMPLETE |
5461 | 2024-10-31T20:01:08.918Z | [ recovery-image] Oct 31 20:01:07.817 INFO O| Oct 31 20:01:07.817 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5462 | 2024-10-31T20:01:08.924Z | [ recovery-image] Oct 31 20:01:07.826 INFO O| Oct 31 20:01:07.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5463 | 2024-10-31T20:01:08.924Z | [ recovery-image] Oct 31 20:01:07.826 INFO O| Oct 31 20:01:07.826 INFO STEP 448 (remove_files) COMPLETE |
5464 | 2024-10-31T20:01:08.924Z | [ recovery-image] Oct 31 20:01:07.826 INFO O| Oct 31 20:01:07.826 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5465 | 2024-10-31T20:01:08.934Z | [ recovery-image] Oct 31 20:01:07.836 INFO O| Oct 31 20:01:07.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5466 | 2024-10-31T20:01:08.937Z | [ recovery-image] Oct 31 20:01:07.836 INFO O| Oct 31 20:01:07.836 INFO STEP 449 (remove_files) COMPLETE |
5467 | 2024-10-31T20:01:08.937Z | [ recovery-image] Oct 31 20:01:07.836 INFO O| Oct 31 20:01:07.836 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5468 | 2024-10-31T20:01:08.943Z | [ recovery-image] Oct 31 20:01:07.845 INFO O| Oct 31 20:01:07.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5469 | 2024-10-31T20:01:08.943Z | [ recovery-image] Oct 31 20:01:07.845 INFO O| Oct 31 20:01:07.845 INFO STEP 450 (remove_files) COMPLETE |
5470 | 2024-10-31T20:01:08.946Z | [ recovery-image] Oct 31 20:01:07.845 INFO O| Oct 31 20:01:07.845 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5471 | 2024-10-31T20:01:08.953Z | [ recovery-image] Oct 31 20:01:07.855 INFO O| Oct 31 20:01:07.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5472 | 2024-10-31T20:01:08.953Z | [ recovery-image] Oct 31 20:01:07.855 INFO O| Oct 31 20:01:07.855 INFO STEP 451 (remove_files) COMPLETE |
5473 | 2024-10-31T20:01:08.953Z | [ recovery-image] Oct 31 20:01:07.855 INFO O| Oct 31 20:01:07.855 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5474 | 2024-10-31T20:01:08.963Z | [ recovery-image] Oct 31 20:01:07.864 INFO O| Oct 31 20:01:07.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5475 | 2024-10-31T20:01:08.966Z | [ recovery-image] Oct 31 20:01:07.864 INFO O| Oct 31 20:01:07.864 INFO STEP 452 (remove_files) COMPLETE |
5476 | 2024-10-31T20:01:08.966Z | [ recovery-image] Oct 31 20:01:07.864 INFO O| Oct 31 20:01:07.864 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-10-31T20:01:08.971Z | [ recovery-image] Oct 31 20:01:07.873 INFO O| Oct 31 20:01:07.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5478 | 2024-10-31T20:01:08.974Z | [ recovery-image] Oct 31 20:01:07.873 INFO O| Oct 31 20:01:07.873 INFO STEP 453 (remove_files) COMPLETE |
5479 | 2024-10-31T20:01:08.974Z | [ recovery-image] Oct 31 20:01:07.873 INFO O| Oct 31 20:01:07.873 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5480 | 2024-10-31T20:01:08.981Z | [ recovery-image] Oct 31 20:01:07.883 INFO O| Oct 31 20:01:07.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5481 | 2024-10-31T20:01:08.981Z | [ recovery-image] Oct 31 20:01:07.883 INFO O| Oct 31 20:01:07.883 INFO STEP 454 (remove_files) COMPLETE |
5482 | 2024-10-31T20:01:08.983Z | [ recovery-image] Oct 31 20:01:07.883 INFO O| Oct 31 20:01:07.883 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5483 | 2024-10-31T20:01:08.990Z | [ recovery-image] Oct 31 20:01:07.892 INFO O| Oct 31 20:01:07.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5484 | 2024-10-31T20:01:08.990Z | [ recovery-image] Oct 31 20:01:07.892 INFO O| Oct 31 20:01:07.892 INFO STEP 455 (remove_files) COMPLETE |
5485 | 2024-10-31T20:01:08.993Z | [ recovery-image] Oct 31 20:01:07.892 INFO O| Oct 31 20:01:07.892 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5486 | 2024-10-31T20:01:09.000Z | [ recovery-image] Oct 31 20:01:07.902 INFO O| Oct 31 20:01:07.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5487 | 2024-10-31T20:01:09.002Z | [ recovery-image] Oct 31 20:01:07.902 INFO O| Oct 31 20:01:07.902 INFO STEP 456 (remove_files) COMPLETE |
5488 | 2024-10-31T20:01:09.002Z | [ recovery-image] Oct 31 20:01:07.902 INFO O| Oct 31 20:01:07.902 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5489 | 2024-10-31T20:01:09.009Z | [ recovery-image] Oct 31 20:01:07.911 INFO O| Oct 31 20:01:07.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5490 | 2024-10-31T20:01:09.012Z | [ recovery-image] Oct 31 20:01:07.911 INFO O| Oct 31 20:01:07.911 INFO STEP 457 (remove_files) COMPLETE |
5491 | 2024-10-31T20:01:09.012Z | [ recovery-image] Oct 31 20:01:07.911 INFO O| Oct 31 20:01:07.911 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5492 | 2024-10-31T20:01:09.018Z | [ recovery-image] Oct 31 20:01:07.920 INFO O| Oct 31 20:01:07.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5493 | 2024-10-31T20:01:09.021Z | [ recovery-image] Oct 31 20:01:07.921 INFO O| Oct 31 20:01:07.920 INFO STEP 458 (remove_files) COMPLETE |
5494 | 2024-10-31T20:01:09.021Z | [ recovery-image] Oct 31 20:01:07.921 INFO O| Oct 31 20:01:07.921 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5495 | 2024-10-31T20:01:09.028Z | [ recovery-image] Oct 31 20:01:07.930 INFO O| Oct 31 20:01:07.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5496 | 2024-10-31T20:01:09.030Z | [ recovery-image] Oct 31 20:01:07.930 INFO O| Oct 31 20:01:07.930 INFO STEP 459 (remove_files) COMPLETE |
5497 | 2024-10-31T20:01:09.030Z | [ recovery-image] Oct 31 20:01:07.930 INFO O| Oct 31 20:01:07.930 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5498 | 2024-10-31T20:01:09.037Z | [ recovery-image] Oct 31 20:01:07.939 INFO O| Oct 31 20:01:07.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5499 | 2024-10-31T20:01:09.040Z | [ recovery-image] Oct 31 20:01:07.939 INFO O| Oct 31 20:01:07.939 INFO STEP 460 (remove_files) COMPLETE |
5500 | 2024-10-31T20:01:09.040Z | [ recovery-image] Oct 31 20:01:07.939 INFO O| Oct 31 20:01:07.939 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5501 | 2024-10-31T20:01:09.047Z | [ recovery-image] Oct 31 20:01:07.949 INFO O| Oct 31 20:01:07.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5502 | 2024-10-31T20:01:09.049Z | [ recovery-image] Oct 31 20:01:07.949 INFO O| Oct 31 20:01:07.949 INFO STEP 461 (remove_files) COMPLETE |
5503 | 2024-10-31T20:01:09.049Z | [ recovery-image] Oct 31 20:01:07.949 INFO O| Oct 31 20:01:07.949 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5504 | 2024-10-31T20:01:09.057Z | [ recovery-image] Oct 31 20:01:07.959 INFO O| Oct 31 20:01:07.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5505 | 2024-10-31T20:01:09.059Z | [ recovery-image] Oct 31 20:01:07.959 INFO O| Oct 31 20:01:07.959 INFO STEP 462 (remove_files) COMPLETE |
5506 | 2024-10-31T20:01:09.059Z | [ recovery-image] Oct 31 20:01:07.959 INFO O| Oct 31 20:01:07.959 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5507 | 2024-10-31T20:01:09.067Z | [ recovery-image] Oct 31 20:01:07.968 INFO O| Oct 31 20:01:07.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5508 | 2024-10-31T20:01:09.067Z | [ recovery-image] Oct 31 20:01:07.968 INFO O| Oct 31 20:01:07.968 INFO STEP 463 (remove_files) COMPLETE |
5509 | 2024-10-31T20:01:09.067Z | [ recovery-image] Oct 31 20:01:07.968 INFO O| Oct 31 20:01:07.968 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5510 | 2024-10-31T20:01:09.076Z | [ recovery-image] Oct 31 20:01:07.978 INFO O| Oct 31 20:01:07.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5511 | 2024-10-31T20:01:09.076Z | [ recovery-image] Oct 31 20:01:07.978 INFO O| Oct 31 20:01:07.978 INFO STEP 464 (remove_files) COMPLETE |
5512 | 2024-10-31T20:01:09.076Z | [ recovery-image] Oct 31 20:01:07.978 INFO O| Oct 31 20:01:07.978 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5513 | 2024-10-31T20:01:09.085Z | [ recovery-image] Oct 31 20:01:07.987 INFO O| Oct 31 20:01:07.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5514 | 2024-10-31T20:01:09.085Z | [ recovery-image] Oct 31 20:01:07.987 INFO O| Oct 31 20:01:07.987 INFO STEP 465 (remove_files) COMPLETE |
5515 | 2024-10-31T20:01:09.085Z | [ recovery-image] Oct 31 20:01:07.987 INFO O| Oct 31 20:01:07.987 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5516 | 2024-10-31T20:01:09.094Z | [ recovery-image] Oct 31 20:01:07.996 INFO O| Oct 31 20:01:07.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5517 | 2024-10-31T20:01:09.094Z | [ recovery-image] Oct 31 20:01:07.996 INFO O| Oct 31 20:01:07.996 INFO STEP 466 (remove_files) COMPLETE |
5518 | 2024-10-31T20:01:09.094Z | [ recovery-image] Oct 31 20:01:07.996 INFO O| Oct 31 20:01:07.996 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5519 | 2024-10-31T20:01:09.104Z | [ recovery-image] Oct 31 20:01:08.006 INFO O| Oct 31 20:01:08.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5520 | 2024-10-31T20:01:09.104Z | [ recovery-image] Oct 31 20:01:08.006 INFO O| Oct 31 20:01:08.006 INFO STEP 467 (remove_files) COMPLETE |
5521 | 2024-10-31T20:01:09.104Z | [ recovery-image] Oct 31 20:01:08.006 INFO O| Oct 31 20:01:08.006 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5522 | 2024-10-31T20:01:09.114Z | [ recovery-image] Oct 31 20:01:08.016 INFO O| Oct 31 20:01:08.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5523 | 2024-10-31T20:01:09.114Z | [ recovery-image] Oct 31 20:01:08.016 INFO O| Oct 31 20:01:08.016 INFO STEP 468 (remove_files) COMPLETE |
5524 | 2024-10-31T20:01:09.116Z | [ recovery-image] Oct 31 20:01:08.016 INFO O| Oct 31 20:01:08.016 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5525 | 2024-10-31T20:01:09.123Z | [ recovery-image] Oct 31 20:01:08.025 INFO O| Oct 31 20:01:08.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5526 | 2024-10-31T20:01:09.126Z | [ recovery-image] Oct 31 20:01:08.025 INFO O| Oct 31 20:01:08.025 INFO STEP 469 (remove_files) COMPLETE |
5527 | 2024-10-31T20:01:09.126Z | [ recovery-image] Oct 31 20:01:08.025 INFO O| Oct 31 20:01:08.025 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5528 | 2024-10-31T20:01:09.133Z | [ recovery-image] Oct 31 20:01:08.035 INFO O| Oct 31 20:01:08.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5529 | 2024-10-31T20:01:09.136Z | [ recovery-image] Oct 31 20:01:08.035 INFO O| Oct 31 20:01:08.035 INFO STEP 470 (remove_files) COMPLETE |
5530 | 2024-10-31T20:01:09.136Z | [ recovery-image] Oct 31 20:01:08.035 INFO O| Oct 31 20:01:08.035 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5531 | 2024-10-31T20:01:09.142Z | [ recovery-image] Oct 31 20:01:08.044 INFO O| Oct 31 20:01:08.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5532 | 2024-10-31T20:01:09.142Z | [ recovery-image] Oct 31 20:01:08.044 INFO O| Oct 31 20:01:08.044 INFO STEP 471 (remove_files) COMPLETE |
5533 | 2024-10-31T20:01:09.145Z | [ recovery-image] Oct 31 20:01:08.044 INFO O| Oct 31 20:01:08.044 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5534 | 2024-10-31T20:01:09.152Z | [ recovery-image] Oct 31 20:01:08.054 INFO O| Oct 31 20:01:08.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5535 | 2024-10-31T20:01:09.152Z | [ recovery-image] Oct 31 20:01:08.054 INFO O| Oct 31 20:01:08.054 INFO STEP 472 (remove_files) COMPLETE |
5536 | 2024-10-31T20:01:09.154Z | [ recovery-image] Oct 31 20:01:08.054 INFO O| Oct 31 20:01:08.054 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-10-31T20:01:09.161Z | [ recovery-image] Oct 31 20:01:08.063 INFO O| Oct 31 20:01:08.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5538 | 2024-10-31T20:01:09.166Z | [ recovery-image] Oct 31 20:01:08.063 INFO O| Oct 31 20:01:08.063 INFO STEP 473 (remove_files) COMPLETE |
5539 | 2024-10-31T20:01:09.166Z | [ recovery-image] Oct 31 20:01:08.063 INFO O| Oct 31 20:01:08.063 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5540 | 2024-10-31T20:01:09.171Z | [ recovery-image] Oct 31 20:01:08.073 INFO O| Oct 31 20:01:08.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5541 | 2024-10-31T20:01:09.173Z | [ recovery-image] Oct 31 20:01:08.073 INFO O| Oct 31 20:01:08.073 INFO STEP 474 (remove_files) COMPLETE |
5542 | 2024-10-31T20:01:09.173Z | [ recovery-image] Oct 31 20:01:08.073 INFO O| Oct 31 20:01:08.073 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5543 | 2024-10-31T20:01:09.180Z | [ recovery-image] Oct 31 20:01:08.082 INFO O| Oct 31 20:01:08.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5544 | 2024-10-31T20:01:09.180Z | [ recovery-image] Oct 31 20:01:08.082 INFO O| Oct 31 20:01:08.082 INFO STEP 475 (remove_files) COMPLETE |
5545 | 2024-10-31T20:01:09.183Z | [ recovery-image] Oct 31 20:01:08.082 INFO O| Oct 31 20:01:08.082 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5546 | 2024-10-31T20:01:09.191Z | [ recovery-image] Oct 31 20:01:08.092 INFO O| Oct 31 20:01:08.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5547 | 2024-10-31T20:01:09.194Z | [ recovery-image] Oct 31 20:01:08.092 INFO O| Oct 31 20:01:08.092 INFO STEP 476 (remove_files) COMPLETE |
5548 | 2024-10-31T20:01:09.194Z | [ recovery-image] Oct 31 20:01:08.092 INFO O| Oct 31 20:01:08.092 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5549 | 2024-10-31T20:01:09.199Z | [ recovery-image] Oct 31 20:01:08.101 INFO O| Oct 31 20:01:08.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5550 | 2024-10-31T20:01:09.199Z | [ recovery-image] Oct 31 20:01:08.101 INFO O| Oct 31 20:01:08.101 INFO STEP 477 (remove_files) COMPLETE |
5551 | 2024-10-31T20:01:09.199Z | [ recovery-image] Oct 31 20:01:08.101 INFO O| Oct 31 20:01:08.101 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5552 | 2024-10-31T20:01:09.209Z | [ recovery-image] Oct 31 20:01:08.111 INFO O| Oct 31 20:01:08.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5553 | 2024-10-31T20:01:09.209Z | [ recovery-image] Oct 31 20:01:08.111 INFO O| Oct 31 20:01:08.111 INFO STEP 478 (remove_files) COMPLETE |
5554 | 2024-10-31T20:01:09.211Z | [ recovery-image] Oct 31 20:01:08.111 INFO O| Oct 31 20:01:08.111 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5555 | 2024-10-31T20:01:09.218Z | [ recovery-image] Oct 31 20:01:08.120 INFO O| Oct 31 20:01:08.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5556 | 2024-10-31T20:01:09.218Z | [ recovery-image] Oct 31 20:01:08.120 INFO O| Oct 31 20:01:08.120 INFO STEP 479 (remove_files) COMPLETE |
5557 | 2024-10-31T20:01:09.222Z | [ recovery-image] Oct 31 20:01:08.120 INFO O| Oct 31 20:01:08.120 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5558 | 2024-10-31T20:01:09.228Z | [ recovery-image] Oct 31 20:01:08.130 INFO O| Oct 31 20:01:08.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5559 | 2024-10-31T20:01:09.230Z | [ recovery-image] Oct 31 20:01:08.130 INFO O| Oct 31 20:01:08.130 INFO STEP 480 (remove_files) COMPLETE |
5560 | 2024-10-31T20:01:09.230Z | [ recovery-image] Oct 31 20:01:08.130 INFO O| Oct 31 20:01:08.130 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5561 | 2024-10-31T20:01:09.237Z | [ recovery-image] Oct 31 20:01:08.139 INFO O| Oct 31 20:01:08.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5562 | 2024-10-31T20:01:09.237Z | [ recovery-image] Oct 31 20:01:08.139 INFO O| Oct 31 20:01:08.139 INFO STEP 481 (remove_files) COMPLETE |
5563 | 2024-10-31T20:01:09.237Z | [ recovery-image] Oct 31 20:01:08.139 INFO O| Oct 31 20:01:08.139 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5564 | 2024-10-31T20:01:09.247Z | [ recovery-image] Oct 31 20:01:08.149 INFO O| Oct 31 20:01:08.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5565 | 2024-10-31T20:01:09.249Z | [ recovery-image] Oct 31 20:01:08.149 INFO O| Oct 31 20:01:08.149 INFO STEP 482 (remove_files) COMPLETE |
5566 | 2024-10-31T20:01:09.249Z | [ recovery-image] Oct 31 20:01:08.149 INFO O| Oct 31 20:01:08.149 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5567 | 2024-10-31T20:01:09.256Z | [ recovery-image] Oct 31 20:01:08.158 INFO O| Oct 31 20:01:08.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5568 | 2024-10-31T20:01:09.259Z | [ recovery-image] Oct 31 20:01:08.158 INFO O| Oct 31 20:01:08.158 INFO STEP 483 (remove_files) COMPLETE |
5569 | 2024-10-31T20:01:09.259Z | [ recovery-image] Oct 31 20:01:08.158 INFO O| Oct 31 20:01:08.158 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5570 | 2024-10-31T20:01:09.266Z | [ recovery-image] Oct 31 20:01:08.168 INFO O| Oct 31 20:01:08.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5571 | 2024-10-31T20:01:09.269Z | [ recovery-image] Oct 31 20:01:08.168 INFO O| Oct 31 20:01:08.168 INFO STEP 484 (remove_files) COMPLETE |
5572 | 2024-10-31T20:01:09.269Z | [ recovery-image] Oct 31 20:01:08.168 INFO O| Oct 31 20:01:08.168 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5573 | 2024-10-31T20:01:09.277Z | [ recovery-image] Oct 31 20:01:08.178 INFO O| Oct 31 20:01:08.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5574 | 2024-10-31T20:01:09.280Z | [ recovery-image] Oct 31 20:01:08.179 INFO O| Oct 31 20:01:08.178 INFO STEP 485 (remove_files) COMPLETE |
5575 | 2024-10-31T20:01:09.280Z | [ recovery-image] Oct 31 20:01:08.179 INFO O| Oct 31 20:01:08.179 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5576 | 2024-10-31T20:01:09.297Z | [ recovery-image] Oct 31 20:01:08.198 INFO O| Oct 31 20:01:08.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5577 | 2024-10-31T20:01:09.300Z | [ recovery-image] Oct 31 20:01:08.199 INFO O| Oct 31 20:01:08.199 INFO STEP 486 (remove_files) COMPLETE |
5578 | 2024-10-31T20:01:09.300Z | [ recovery-image] Oct 31 20:01:08.199 INFO O| Oct 31 20:01:08.199 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5579 | 2024-10-31T20:01:09.317Z | [ recovery-image] Oct 31 20:01:08.219 INFO O| Oct 31 20:01:08.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5580 | 2024-10-31T20:01:09.317Z | [ recovery-image] Oct 31 20:01:08.219 INFO O| Oct 31 20:01:08.219 INFO STEP 487 (remove_files) COMPLETE |
5581 | 2024-10-31T20:01:09.320Z | [ recovery-image] Oct 31 20:01:08.219 INFO O| Oct 31 20:01:08.219 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5582 | 2024-10-31T20:01:09.329Z | [ recovery-image] Oct 31 20:01:08.231 INFO O| Oct 31 20:01:08.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5583 | 2024-10-31T20:01:09.329Z | [ recovery-image] Oct 31 20:01:08.231 INFO O| Oct 31 20:01:08.231 INFO STEP 488 (remove_files) COMPLETE |
5584 | 2024-10-31T20:01:09.332Z | [ recovery-image] Oct 31 20:01:08.231 INFO O| Oct 31 20:01:08.231 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5585 | 2024-10-31T20:01:09.340Z | [ recovery-image] Oct 31 20:01:08.242 INFO O| Oct 31 20:01:08.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5586 | 2024-10-31T20:01:09.340Z | [ recovery-image] Oct 31 20:01:08.242 INFO O| Oct 31 20:01:08.242 INFO STEP 489 (remove_files) COMPLETE |
5587 | 2024-10-31T20:01:09.343Z | [ recovery-image] Oct 31 20:01:08.242 INFO O| Oct 31 20:01:08.242 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5588 | 2024-10-31T20:01:09.351Z | [ recovery-image] Oct 31 20:01:08.253 INFO O| Oct 31 20:01:08.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5589 | 2024-10-31T20:01:09.354Z | [ recovery-image] Oct 31 20:01:08.253 INFO O| Oct 31 20:01:08.253 INFO STEP 490 (remove_files) COMPLETE |
5590 | 2024-10-31T20:01:09.354Z | [ recovery-image] Oct 31 20:01:08.253 INFO O| Oct 31 20:01:08.253 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5591 | 2024-10-31T20:01:09.362Z | [ recovery-image] Oct 31 20:01:08.263 INFO O| Oct 31 20:01:08.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5592 | 2024-10-31T20:01:09.365Z | [ recovery-image] Oct 31 20:01:08.264 INFO O| Oct 31 20:01:08.264 INFO STEP 491 (remove_files) COMPLETE |
5593 | 2024-10-31T20:01:09.365Z | [ recovery-image] Oct 31 20:01:08.264 INFO O| Oct 31 20:01:08.264 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5594 | 2024-10-31T20:01:09.371Z | [ recovery-image] Oct 31 20:01:08.273 INFO O| Oct 31 20:01:08.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5595 | 2024-10-31T20:01:09.374Z | [ recovery-image] Oct 31 20:01:08.273 INFO O| Oct 31 20:01:08.273 INFO STEP 492 (remove_files) COMPLETE |
5596 | 2024-10-31T20:01:09.374Z | [ recovery-image] Oct 31 20:01:08.273 INFO O| Oct 31 20:01:08.273 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5597 | 2024-10-31T20:01:09.385Z | [ recovery-image] Oct 31 20:01:08.287 INFO O| Oct 31 20:01:08.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5598 | 2024-10-31T20:01:09.385Z | [ recovery-image] Oct 31 20:01:08.287 INFO O| Oct 31 20:01:08.287 INFO STEP 493 (remove_files) COMPLETE |
5599 | 2024-10-31T20:01:09.388Z | [ recovery-image] Oct 31 20:01:08.287 INFO O| Oct 31 20:01:08.287 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5600 | 2024-10-31T20:01:09.398Z | [ recovery-image] Oct 31 20:01:08.299 INFO O| Oct 31 20:01:08.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5601 | 2024-10-31T20:01:09.398Z | [ recovery-image] Oct 31 20:01:08.299 INFO O| Oct 31 20:01:08.299 INFO STEP 494 (remove_files) COMPLETE |
5602 | 2024-10-31T20:01:09.401Z | [ recovery-image] Oct 31 20:01:08.299 INFO O| Oct 31 20:01:08.299 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5603 | 2024-10-31T20:01:09.409Z | [ recovery-image] Oct 31 20:01:08.311 INFO O| Oct 31 20:01:08.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5604 | 2024-10-31T20:01:09.409Z | [ recovery-image] Oct 31 20:01:08.311 INFO O| Oct 31 20:01:08.311 INFO STEP 495 (remove_files) COMPLETE |
5605 | 2024-10-31T20:01:09.411Z | [ recovery-image] Oct 31 20:01:08.311 INFO O| Oct 31 20:01:08.311 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5606 | 2024-10-31T20:01:09.420Z | [ recovery-image] Oct 31 20:01:08.321 INFO O| Oct 31 20:01:08.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5607 | 2024-10-31T20:01:09.420Z | [ recovery-image] Oct 31 20:01:08.321 INFO O| Oct 31 20:01:08.321 INFO STEP 496 (remove_files) COMPLETE |
5608 | 2024-10-31T20:01:09.422Z | [ recovery-image] Oct 31 20:01:08.321 INFO O| Oct 31 20:01:08.321 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5609 | 2024-10-31T20:01:09.429Z | [ recovery-image] Oct 31 20:01:08.331 INFO O| Oct 31 20:01:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5610 | 2024-10-31T20:01:09.432Z | [ recovery-image] Oct 31 20:01:08.331 INFO O| Oct 31 20:01:08.331 INFO STEP 497 (remove_files) COMPLETE |
5611 | 2024-10-31T20:01:09.432Z | [ recovery-image] Oct 31 20:01:08.331 INFO O| Oct 31 20:01:08.331 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5612 | 2024-10-31T20:01:09.439Z | [ recovery-image] Oct 31 20:01:08.341 INFO O| Oct 31 20:01:08.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5613 | 2024-10-31T20:01:09.441Z | [ recovery-image] Oct 31 20:01:08.341 INFO O| Oct 31 20:01:08.341 INFO STEP 498 (remove_files) COMPLETE |
5614 | 2024-10-31T20:01:09.441Z | [ recovery-image] Oct 31 20:01:08.341 INFO O| Oct 31 20:01:08.341 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5615 | 2024-10-31T20:01:09.448Z | [ recovery-image] Oct 31 20:01:08.350 INFO O| Oct 31 20:01:08.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5616 | 2024-10-31T20:01:09.448Z | [ recovery-image] Oct 31 20:01:08.350 INFO O| Oct 31 20:01:08.350 INFO STEP 499 (remove_files) COMPLETE |
5617 | 2024-10-31T20:01:09.451Z | [ recovery-image] Oct 31 20:01:08.350 INFO O| Oct 31 20:01:08.350 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5618 | 2024-10-31T20:01:09.458Z | [ recovery-image] Oct 31 20:01:08.360 INFO O| Oct 31 20:01:08.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5619 | 2024-10-31T20:01:09.458Z | [ recovery-image] Oct 31 20:01:08.360 INFO O| Oct 31 20:01:08.360 INFO STEP 500 (remove_files) COMPLETE |
5620 | 2024-10-31T20:01:09.458Z | [ recovery-image] Oct 31 20:01:08.360 INFO O| Oct 31 20:01:08.360 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5621 | 2024-10-31T20:01:09.470Z | [ recovery-image] Oct 31 20:01:08.372 INFO O| Oct 31 20:01:08.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5622 | 2024-10-31T20:01:09.470Z | [ recovery-image] Oct 31 20:01:08.372 INFO O| Oct 31 20:01:08.372 INFO STEP 501 (remove_files) COMPLETE |
5623 | 2024-10-31T20:01:09.472Z | [ recovery-image] Oct 31 20:01:08.372 INFO O| Oct 31 20:01:08.372 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5624 | 2024-10-31T20:01:09.479Z | [ recovery-image] Oct 31 20:01:08.381 INFO O| Oct 31 20:01:08.381 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5625 | 2024-10-31T20:01:09.480Z | [ recovery-image] Oct 31 20:01:08.382 INFO O| Oct 31 20:01:08.381 INFO STEP 502 (remove_files) COMPLETE |
5626 | 2024-10-31T20:01:09.480Z | [ recovery-image] Oct 31 20:01:08.382 INFO O| Oct 31 20:01:08.382 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5627 | 2024-10-31T20:01:09.482Z | [ host-image] Oct 31 20:01:08.383 INFO O| Oct 31 20:01:08.383 INFO O| Done |
5628 | 2024-10-31T20:01:09.489Z | [ recovery-image] Oct 31 20:01:08.391 INFO O| Oct 31 20:01:08.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5629 | 2024-10-31T20:01:09.489Z | [ recovery-image] Oct 31 20:01:08.391 INFO O| Oct 31 20:01:08.391 INFO STEP 503 (remove_files) COMPLETE |
5630 | 2024-10-31T20:01:09.492Z | [ recovery-image] Oct 31 20:01:08.391 INFO O| Oct 31 20:01:08.391 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-10-31T20:01:09.500Z | [ recovery-image] Oct 31 20:01:08.402 INFO O| Oct 31 20:01:08.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5632 | 2024-10-31T20:01:09.500Z | [ recovery-image] Oct 31 20:01:08.402 INFO O| Oct 31 20:01:08.402 INFO STEP 504 (remove_files) COMPLETE |
5633 | 2024-10-31T20:01:09.500Z | [ recovery-image] Oct 31 20:01:08.402 INFO O| Oct 31 20:01:08.402 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-10-31T20:01:09.513Z | [ recovery-image] Oct 31 20:01:08.413 INFO O| Oct 31 20:01:08.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5635 | 2024-10-31T20:01:09.513Z | [ recovery-image] Oct 31 20:01:08.413 INFO O| Oct 31 20:01:08.413 INFO STEP 505 (remove_files) COMPLETE |
5636 | 2024-10-31T20:01:09.518Z | [ recovery-image] Oct 31 20:01:08.413 INFO O| Oct 31 20:01:08.413 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-10-31T20:01:09.522Z | [ recovery-image] Oct 31 20:01:08.424 INFO O| Oct 31 20:01:08.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5638 | 2024-10-31T20:01:09.525Z | [ recovery-image] Oct 31 20:01:08.424 INFO O| Oct 31 20:01:08.424 INFO STEP 506 (remove_files) COMPLETE |
5639 | 2024-10-31T20:01:09.525Z | [ recovery-image] Oct 31 20:01:08.424 INFO O| Oct 31 20:01:08.424 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-10-31T20:01:09.534Z | [ recovery-image] Oct 31 20:01:08.436 INFO O| Oct 31 20:01:08.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5641 | 2024-10-31T20:01:09.534Z | [ recovery-image] Oct 31 20:01:08.436 INFO O| Oct 31 20:01:08.436 INFO STEP 507 (remove_files) COMPLETE |
5642 | 2024-10-31T20:01:09.537Z | [ recovery-image] Oct 31 20:01:08.436 INFO O| Oct 31 20:01:08.436 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-10-31T20:01:09.546Z | [ recovery-image] Oct 31 20:01:08.447 INFO O| Oct 31 20:01:08.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5644 | 2024-10-31T20:01:09.546Z | [ recovery-image] Oct 31 20:01:08.447 INFO O| Oct 31 20:01:08.447 INFO STEP 508 (remove_files) COMPLETE |
5645 | 2024-10-31T20:01:09.546Z | [ recovery-image] Oct 31 20:01:08.447 INFO O| Oct 31 20:01:08.447 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-10-31T20:01:09.555Z | [ recovery-image] Oct 31 20:01:08.456 INFO O| Oct 31 20:01:08.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5647 | 2024-10-31T20:01:09.555Z | [ recovery-image] Oct 31 20:01:08.457 INFO O| Oct 31 20:01:08.457 INFO STEP 509 (remove_files) COMPLETE |
5648 | 2024-10-31T20:01:09.555Z | [ recovery-image] Oct 31 20:01:08.457 INFO O| Oct 31 20:01:08.457 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-10-31T20:01:09.564Z | [ recovery-image] Oct 31 20:01:08.466 INFO O| Oct 31 20:01:08.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5650 | 2024-10-31T20:01:09.564Z | [ recovery-image] Oct 31 20:01:08.466 INFO O| Oct 31 20:01:08.466 INFO STEP 510 (remove_files) COMPLETE |
5651 | 2024-10-31T20:01:09.567Z | [ recovery-image] Oct 31 20:01:08.466 INFO O| Oct 31 20:01:08.466 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-10-31T20:01:09.576Z | [ recovery-image] Oct 31 20:01:08.478 INFO O| Oct 31 20:01:08.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5653 | 2024-10-31T20:01:09.576Z | [ recovery-image] Oct 31 20:01:08.478 INFO O| Oct 31 20:01:08.478 INFO STEP 511 (remove_files) COMPLETE |
5654 | 2024-10-31T20:01:09.579Z | [ recovery-image] Oct 31 20:01:08.478 INFO O| Oct 31 20:01:08.478 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-10-31T20:01:09.586Z | [ recovery-image] Oct 31 20:01:08.488 INFO O| Oct 31 20:01:08.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5656 | 2024-10-31T20:01:09.589Z | [ recovery-image] Oct 31 20:01:08.488 INFO O| Oct 31 20:01:08.488 INFO STEP 512 (remove_files) COMPLETE |
5657 | 2024-10-31T20:01:09.589Z | [ recovery-image] Oct 31 20:01:08.489 INFO O| Oct 31 20:01:08.488 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-10-31T20:01:09.596Z | [ recovery-image] Oct 31 20:01:08.498 INFO O| Oct 31 20:01:08.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5659 | 2024-10-31T20:01:09.596Z | [ recovery-image] Oct 31 20:01:08.498 INFO O| Oct 31 20:01:08.498 INFO STEP 513 (remove_files) COMPLETE |
5660 | 2024-10-31T20:01:09.599Z | [ recovery-image] Oct 31 20:01:08.498 INFO O| Oct 31 20:01:08.498 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-10-31T20:01:09.606Z | [ recovery-image] Oct 31 20:01:08.508 INFO O| Oct 31 20:01:08.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5662 | 2024-10-31T20:01:09.606Z | [ recovery-image] Oct 31 20:01:08.508 INFO O| Oct 31 20:01:08.508 INFO STEP 514 (remove_files) COMPLETE |
5663 | 2024-10-31T20:01:09.608Z | [ recovery-image] Oct 31 20:01:08.508 INFO O| Oct 31 20:01:08.508 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-10-31T20:01:09.615Z | [ recovery-image] Oct 31 20:01:08.517 INFO O| Oct 31 20:01:08.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5665 | 2024-10-31T20:01:09.615Z | [ recovery-image] Oct 31 20:01:08.517 INFO O| Oct 31 20:01:08.517 INFO STEP 515 (remove_files) COMPLETE |
5666 | 2024-10-31T20:01:09.618Z | [ recovery-image] Oct 31 20:01:08.517 INFO O| Oct 31 20:01:08.517 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-10-31T20:01:09.625Z | [ recovery-image] Oct 31 20:01:08.527 INFO O| Oct 31 20:01:08.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5668 | 2024-10-31T20:01:09.625Z | [ recovery-image] Oct 31 20:01:08.527 INFO O| Oct 31 20:01:08.527 INFO STEP 516 (remove_files) COMPLETE |
5669 | 2024-10-31T20:01:09.625Z | [ recovery-image] Oct 31 20:01:08.527 INFO O| Oct 31 20:01:08.527 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-10-31T20:01:09.634Z | [ recovery-image] Oct 31 20:01:08.536 INFO O| Oct 31 20:01:08.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5671 | 2024-10-31T20:01:09.637Z | [ recovery-image] Oct 31 20:01:08.536 INFO O| Oct 31 20:01:08.536 INFO STEP 517 (remove_files) COMPLETE |
5672 | 2024-10-31T20:01:09.637Z | [ recovery-image] Oct 31 20:01:08.536 INFO O| Oct 31 20:01:08.536 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-10-31T20:01:09.644Z | [ recovery-image] Oct 31 20:01:08.545 INFO O| Oct 31 20:01:08.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5674 | 2024-10-31T20:01:09.646Z | [ recovery-image] Oct 31 20:01:08.546 INFO O| Oct 31 20:01:08.545 INFO STEP 518 (remove_files) COMPLETE |
5675 | 2024-10-31T20:01:09.646Z | [ recovery-image] Oct 31 20:01:08.546 INFO O| Oct 31 20:01:08.545 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-10-31T20:01:09.653Z | [ recovery-image] Oct 31 20:01:08.555 INFO O| Oct 31 20:01:08.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5677 | 2024-10-31T20:01:09.653Z | [ recovery-image] Oct 31 20:01:08.555 INFO O| Oct 31 20:01:08.555 INFO STEP 519 (remove_files) COMPLETE |
5678 | 2024-10-31T20:01:09.655Z | [ recovery-image] Oct 31 20:01:08.555 INFO O| Oct 31 20:01:08.555 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-10-31T20:01:09.663Z | [ recovery-image] Oct 31 20:01:08.565 INFO O| Oct 31 20:01:08.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5680 | 2024-10-31T20:01:09.663Z | [ recovery-image] Oct 31 20:01:08.565 INFO O| Oct 31 20:01:08.565 INFO STEP 520 (remove_files) COMPLETE |
5681 | 2024-10-31T20:01:09.665Z | [ recovery-image] Oct 31 20:01:08.565 INFO O| Oct 31 20:01:08.565 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-10-31T20:01:09.672Z | [ recovery-image] Oct 31 20:01:08.574 INFO O| Oct 31 20:01:08.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5683 | 2024-10-31T20:01:09.675Z | [ recovery-image] Oct 31 20:01:08.575 INFO O| Oct 31 20:01:08.575 INFO STEP 521 (remove_files) COMPLETE |
5684 | 2024-10-31T20:01:09.675Z | [ recovery-image] Oct 31 20:01:08.575 INFO O| Oct 31 20:01:08.575 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-10-31T20:01:09.682Z | [ recovery-image] Oct 31 20:01:08.584 INFO O| Oct 31 20:01:08.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5686 | 2024-10-31T20:01:09.682Z | [ recovery-image] Oct 31 20:01:08.584 INFO O| Oct 31 20:01:08.584 INFO STEP 522 (remove_files) COMPLETE |
5687 | 2024-10-31T20:01:09.682Z | [ recovery-image] Oct 31 20:01:08.584 INFO O| Oct 31 20:01:08.584 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-10-31T20:01:09.692Z | [ recovery-image] Oct 31 20:01:08.594 INFO O| Oct 31 20:01:08.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5689 | 2024-10-31T20:01:09.692Z | [ recovery-image] Oct 31 20:01:08.594 INFO O| Oct 31 20:01:08.594 INFO STEP 523 (remove_files) COMPLETE |
5690 | 2024-10-31T20:01:09.692Z | [ recovery-image] Oct 31 20:01:08.594 INFO O| Oct 31 20:01:08.594 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-10-31T20:01:09.703Z | [ recovery-image] Oct 31 20:01:08.605 INFO O| Oct 31 20:01:08.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5692 | 2024-10-31T20:01:09.703Z | [ recovery-image] Oct 31 20:01:08.605 INFO O| Oct 31 20:01:08.605 INFO STEP 524 (remove_files) COMPLETE |
5693 | 2024-10-31T20:01:09.703Z | [ recovery-image] Oct 31 20:01:08.605 INFO O| Oct 31 20:01:08.605 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-10-31T20:01:09.712Z | [ recovery-image] Oct 31 20:01:08.614 INFO O| Oct 31 20:01:08.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5695 | 2024-10-31T20:01:09.715Z | [ recovery-image] Oct 31 20:01:08.614 INFO O| Oct 31 20:01:08.614 INFO STEP 525 (remove_files) COMPLETE |
5696 | 2024-10-31T20:01:09.715Z | [ recovery-image] Oct 31 20:01:08.614 INFO O| Oct 31 20:01:08.614 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-10-31T20:01:09.724Z | [ recovery-image] Oct 31 20:01:08.626 INFO O| Oct 31 20:01:08.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5698 | 2024-10-31T20:01:09.724Z | [ recovery-image] Oct 31 20:01:08.626 INFO O| Oct 31 20:01:08.626 INFO STEP 526 (remove_files) COMPLETE |
5699 | 2024-10-31T20:01:09.727Z | [ recovery-image] Oct 31 20:01:08.626 INFO O| Oct 31 20:01:08.626 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-10-31T20:01:09.734Z | [ recovery-image] Oct 31 20:01:08.636 INFO O| Oct 31 20:01:08.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5701 | 2024-10-31T20:01:09.736Z | [ recovery-image] Oct 31 20:01:08.636 INFO O| Oct 31 20:01:08.636 INFO STEP 527 (remove_files) COMPLETE |
5702 | 2024-10-31T20:01:09.736Z | [ recovery-image] Oct 31 20:01:08.636 INFO O| Oct 31 20:01:08.636 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-10-31T20:01:09.743Z | [ recovery-image] Oct 31 20:01:08.645 INFO O| Oct 31 20:01:08.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5704 | 2024-10-31T20:01:09.746Z | [ recovery-image] Oct 31 20:01:08.645 INFO O| Oct 31 20:01:08.645 INFO STEP 528 (remove_files) COMPLETE |
5705 | 2024-10-31T20:01:09.746Z | [ recovery-image] Oct 31 20:01:08.645 INFO O| Oct 31 20:01:08.645 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-10-31T20:01:09.754Z | [ recovery-image] Oct 31 20:01:08.656 INFO O| Oct 31 20:01:08.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5707 | 2024-10-31T20:01:09.756Z | [ recovery-image] Oct 31 20:01:08.656 INFO O| Oct 31 20:01:08.656 INFO STEP 529 (remove_files) COMPLETE |
5708 | 2024-10-31T20:01:09.756Z | [ recovery-image] Oct 31 20:01:08.656 INFO O| Oct 31 20:01:08.656 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-10-31T20:01:09.763Z | [ recovery-image] Oct 31 20:01:08.665 INFO O| Oct 31 20:01:08.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5710 | 2024-10-31T20:01:09.763Z | [ recovery-image] Oct 31 20:01:08.665 INFO O| Oct 31 20:01:08.665 INFO STEP 530 (remove_files) COMPLETE |
5711 | 2024-10-31T20:01:09.766Z | [ recovery-image] Oct 31 20:01:08.665 INFO O| Oct 31 20:01:08.665 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-10-31T20:01:09.773Z | [ recovery-image] Oct 31 20:01:08.675 INFO O| Oct 31 20:01:08.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5713 | 2024-10-31T20:01:09.773Z | [ recovery-image] Oct 31 20:01:08.675 INFO O| Oct 31 20:01:08.675 INFO STEP 531 (remove_files) COMPLETE |
5714 | 2024-10-31T20:01:09.773Z | [ recovery-image] Oct 31 20:01:08.675 INFO O| Oct 31 20:01:08.675 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-10-31T20:01:09.783Z | [ recovery-image] Oct 31 20:01:08.685 INFO O| Oct 31 20:01:08.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5716 | 2024-10-31T20:01:09.783Z | [ recovery-image] Oct 31 20:01:08.685 INFO O| Oct 31 20:01:08.685 INFO STEP 532 (remove_files) COMPLETE |
5717 | 2024-10-31T20:01:09.783Z | [ recovery-image] Oct 31 20:01:08.685 INFO O| Oct 31 20:01:08.685 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-10-31T20:01:09.792Z | [ recovery-image] Oct 31 20:01:08.694 INFO O| Oct 31 20:01:08.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5719 | 2024-10-31T20:01:09.792Z | [ recovery-image] Oct 31 20:01:08.694 INFO O| Oct 31 20:01:08.694 INFO STEP 533 (remove_files) COMPLETE |
5720 | 2024-10-31T20:01:09.795Z | [ recovery-image] Oct 31 20:01:08.694 INFO O| Oct 31 20:01:08.694 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-10-31T20:01:09.802Z | [ recovery-image] Oct 31 20:01:08.704 INFO O| Oct 31 20:01:08.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5722 | 2024-10-31T20:01:09.804Z | [ recovery-image] Oct 31 20:01:08.704 INFO O| Oct 31 20:01:08.704 INFO STEP 534 (remove_files) COMPLETE |
5723 | 2024-10-31T20:01:09.804Z | [ recovery-image] Oct 31 20:01:08.704 INFO O| Oct 31 20:01:08.704 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-10-31T20:01:09.811Z | [ recovery-image] Oct 31 20:01:08.713 INFO O| Oct 31 20:01:08.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5725 | 2024-10-31T20:01:09.811Z | [ recovery-image] Oct 31 20:01:08.713 INFO O| Oct 31 20:01:08.713 INFO STEP 535 (remove_files) COMPLETE |
5726 | 2024-10-31T20:01:09.814Z | [ recovery-image] Oct 31 20:01:08.713 INFO O| Oct 31 20:01:08.713 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-10-31T20:01:09.821Z | [ recovery-image] Oct 31 20:01:08.723 INFO O| Oct 31 20:01:08.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5728 | 2024-10-31T20:01:09.821Z | [ recovery-image] Oct 31 20:01:08.723 INFO O| Oct 31 20:01:08.723 INFO STEP 536 (remove_files) COMPLETE |
5729 | 2024-10-31T20:01:09.821Z | [ recovery-image] Oct 31 20:01:08.723 INFO O| Oct 31 20:01:08.723 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-10-31T20:01:09.831Z | [ recovery-image] Oct 31 20:01:08.732 INFO O| Oct 31 20:01:08.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5731 | 2024-10-31T20:01:09.833Z | [ recovery-image] Oct 31 20:01:08.733 INFO O| Oct 31 20:01:08.733 INFO STEP 537 (remove_files) COMPLETE |
5732 | 2024-10-31T20:01:09.833Z | [ recovery-image] Oct 31 20:01:08.733 INFO O| Oct 31 20:01:08.733 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-10-31T20:01:09.841Z | [ recovery-image] Oct 31 20:01:08.743 INFO O| Oct 31 20:01:08.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5734 | 2024-10-31T20:01:09.841Z | [ recovery-image] Oct 31 20:01:08.743 INFO O| Oct 31 20:01:08.743 INFO STEP 538 (remove_files) COMPLETE |
5735 | 2024-10-31T20:01:09.841Z | [ recovery-image] Oct 31 20:01:08.743 INFO O| Oct 31 20:01:08.743 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-10-31T20:01:09.850Z | [ recovery-image] Oct 31 20:01:08.752 INFO O| Oct 31 20:01:08.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5737 | 2024-10-31T20:01:09.853Z | [ recovery-image] Oct 31 20:01:08.752 INFO O| Oct 31 20:01:08.752 INFO STEP 539 (remove_files) COMPLETE |
5738 | 2024-10-31T20:01:09.853Z | [ recovery-image] Oct 31 20:01:08.752 INFO O| Oct 31 20:01:08.752 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-10-31T20:01:09.860Z | [ recovery-image] Oct 31 20:01:08.762 INFO O| Oct 31 20:01:08.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5740 | 2024-10-31T20:01:09.862Z | [ recovery-image] Oct 31 20:01:08.762 INFO O| Oct 31 20:01:08.762 INFO STEP 540 (remove_files) COMPLETE |
5741 | 2024-10-31T20:01:09.862Z | [ recovery-image] Oct 31 20:01:08.762 INFO O| Oct 31 20:01:08.762 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-10-31T20:01:09.870Z | [ recovery-image] Oct 31 20:01:08.772 INFO O| Oct 31 20:01:08.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5743 | 2024-10-31T20:01:09.870Z | [ recovery-image] Oct 31 20:01:08.772 INFO O| Oct 31 20:01:08.772 INFO STEP 541 (remove_files) COMPLETE |
5744 | 2024-10-31T20:01:09.873Z | [ recovery-image] Oct 31 20:01:08.772 INFO O| Oct 31 20:01:08.772 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-10-31T20:01:09.880Z | [ recovery-image] Oct 31 20:01:08.781 INFO O| Oct 31 20:01:08.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5746 | 2024-10-31T20:01:09.882Z | [ recovery-image] Oct 31 20:01:08.782 INFO O| Oct 31 20:01:08.781 INFO STEP 542 (remove_files) COMPLETE |
5747 | 2024-10-31T20:01:09.882Z | [ recovery-image] Oct 31 20:01:08.782 INFO O| Oct 31 20:01:08.781 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-10-31T20:01:09.889Z | [ recovery-image] Oct 31 20:01:08.791 INFO O| Oct 31 20:01:08.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5749 | 2024-10-31T20:01:09.889Z | [ recovery-image] Oct 31 20:01:08.791 INFO O| Oct 31 20:01:08.791 INFO STEP 543 (remove_files) COMPLETE |
5750 | 2024-10-31T20:01:09.889Z | [ recovery-image] Oct 31 20:01:08.791 INFO O| Oct 31 20:01:08.791 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-10-31T20:01:09.899Z | [ recovery-image] Oct 31 20:01:08.801 INFO O| Oct 31 20:01:08.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5752 | 2024-10-31T20:01:09.899Z | [ recovery-image] Oct 31 20:01:08.801 INFO O| Oct 31 20:01:08.801 INFO STEP 544 (remove_files) COMPLETE |
5753 | 2024-10-31T20:01:09.901Z | [ recovery-image] Oct 31 20:01:08.801 INFO O| Oct 31 20:01:08.801 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-10-31T20:01:09.908Z | [ recovery-image] Oct 31 20:01:08.810 INFO O| Oct 31 20:01:08.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5755 | 2024-10-31T20:01:09.911Z | [ recovery-image] Oct 31 20:01:08.810 INFO O| Oct 31 20:01:08.810 INFO STEP 545 (remove_files) COMPLETE |
5756 | 2024-10-31T20:01:09.911Z | [ recovery-image] Oct 31 20:01:08.810 INFO O| Oct 31 20:01:08.810 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-10-31T20:01:09.918Z | [ recovery-image] Oct 31 20:01:08.820 INFO O| Oct 31 20:01:08.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5758 | 2024-10-31T20:01:09.920Z | [ recovery-image] Oct 31 20:01:08.820 INFO O| Oct 31 20:01:08.820 INFO STEP 546 (remove_files) COMPLETE |
5759 | 2024-10-31T20:01:09.920Z | [ recovery-image] Oct 31 20:01:08.820 INFO O| Oct 31 20:01:08.820 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-10-31T20:01:09.928Z | [ recovery-image] Oct 31 20:01:08.830 INFO O| Oct 31 20:01:08.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5761 | 2024-10-31T20:01:09.928Z | [ recovery-image] Oct 31 20:01:08.830 INFO O| Oct 31 20:01:08.830 INFO STEP 547 (remove_files) COMPLETE |
5762 | 2024-10-31T20:01:09.928Z | [ recovery-image] Oct 31 20:01:08.830 INFO O| Oct 31 20:01:08.830 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-10-31T20:01:09.937Z | [ recovery-image] Oct 31 20:01:08.839 INFO O| Oct 31 20:01:08.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5764 | 2024-10-31T20:01:09.940Z | [ recovery-image] Oct 31 20:01:08.839 INFO O| Oct 31 20:01:08.839 INFO STEP 548 (remove_files) COMPLETE |
5765 | 2024-10-31T20:01:09.940Z | [ recovery-image] Oct 31 20:01:08.839 INFO O| Oct 31 20:01:08.839 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-10-31T20:01:09.945Z | [ host-image] Oct 31 20:01:08.847 INFO O| Oct 31 20:01:08.847 INFO O| Done |
5767 | 2024-10-31T20:01:09.947Z | [ recovery-image] Oct 31 20:01:08.849 INFO O| Oct 31 20:01:08.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5768 | 2024-10-31T20:01:09.948Z | [ recovery-image] Oct 31 20:01:08.849 INFO O| Oct 31 20:01:08.849 INFO STEP 549 (remove_files) COMPLETE |
5769 | 2024-10-31T20:01:09.948Z | [ recovery-image] Oct 31 20:01:08.849 INFO O| Oct 31 20:01:08.849 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-10-31T20:01:09.957Z | [ recovery-image] Oct 31 20:01:08.858 INFO O| Oct 31 20:01:08.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5771 | 2024-10-31T20:01:09.957Z | [ recovery-image] Oct 31 20:01:08.858 INFO O| Oct 31 20:01:08.858 INFO STEP 550 (remove_files) COMPLETE |
5772 | 2024-10-31T20:01:09.959Z | [ recovery-image] Oct 31 20:01:08.858 INFO O| Oct 31 20:01:08.858 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-10-31T20:01:09.966Z | [ recovery-image] Oct 31 20:01:08.868 INFO O| Oct 31 20:01:08.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5774 | 2024-10-31T20:01:09.966Z | [ recovery-image] Oct 31 20:01:08.868 INFO O| Oct 31 20:01:08.868 INFO STEP 551 (remove_files) COMPLETE |
5775 | 2024-10-31T20:01:09.969Z | [ recovery-image] Oct 31 20:01:08.868 INFO O| Oct 31 20:01:08.868 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-10-31T20:01:09.977Z | [ recovery-image] Oct 31 20:01:08.878 INFO O| Oct 31 20:01:08.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5777 | 2024-10-31T20:01:09.977Z | [ recovery-image] Oct 31 20:01:08.878 INFO O| Oct 31 20:01:08.878 INFO STEP 552 (remove_files) COMPLETE |
5778 | 2024-10-31T20:01:09.979Z | [ recovery-image] Oct 31 20:01:08.878 INFO O| Oct 31 20:01:08.878 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-10-31T20:01:09.987Z | [ recovery-image] Oct 31 20:01:08.889 INFO O| Oct 31 20:01:08.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5780 | 2024-10-31T20:01:09.989Z | [ recovery-image] Oct 31 20:01:08.889 INFO O| Oct 31 20:01:08.889 INFO STEP 553 (remove_files) COMPLETE |
5781 | 2024-10-31T20:01:09.989Z | [ recovery-image] Oct 31 20:01:08.889 INFO O| Oct 31 20:01:08.889 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-10-31T20:01:09.996Z | [ recovery-image] Oct 31 20:01:08.898 INFO O| Oct 31 20:01:08.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5783 | 2024-10-31T20:01:09.999Z | [ recovery-image] Oct 31 20:01:08.899 INFO O| Oct 31 20:01:08.899 INFO STEP 554 (remove_files) COMPLETE |
5784 | 2024-10-31T20:01:09.999Z | [ recovery-image] Oct 31 20:01:08.899 INFO O| Oct 31 20:01:08.899 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-10-31T20:01:10.006Z | [ recovery-image] Oct 31 20:01:08.908 INFO O| Oct 31 20:01:08.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5786 | 2024-10-31T20:01:10.009Z | [ recovery-image] Oct 31 20:01:08.909 INFO O| Oct 31 20:01:08.908 INFO STEP 555 (remove_files) COMPLETE |
5787 | 2024-10-31T20:01:10.009Z | [ recovery-image] Oct 31 20:01:08.909 INFO O| Oct 31 20:01:08.909 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-10-31T20:01:10.016Z | [ recovery-image] Oct 31 20:01:08.918 INFO O| Oct 31 20:01:08.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5789 | 2024-10-31T20:01:10.019Z | [ recovery-image] Oct 31 20:01:08.919 INFO O| Oct 31 20:01:08.919 INFO STEP 556 (remove_files) COMPLETE |
5790 | 2024-10-31T20:01:10.019Z | [ recovery-image] Oct 31 20:01:08.919 INFO O| Oct 31 20:01:08.919 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-10-31T20:01:10.027Z | [ recovery-image] Oct 31 20:01:08.929 INFO O| Oct 31 20:01:08.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5792 | 2024-10-31T20:01:10.027Z | [ recovery-image] Oct 31 20:01:08.929 INFO O| Oct 31 20:01:08.929 INFO STEP 557 (remove_files) COMPLETE |
5793 | 2024-10-31T20:01:10.029Z | [ recovery-image] Oct 31 20:01:08.929 INFO O| Oct 31 20:01:08.929 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-10-31T20:01:10.036Z | [ recovery-image] Oct 31 20:01:08.938 INFO O| Oct 31 20:01:08.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5795 | 2024-10-31T20:01:10.036Z | [ recovery-image] Oct 31 20:01:08.938 INFO O| Oct 31 20:01:08.938 INFO STEP 558 (remove_files) COMPLETE |
5796 | 2024-10-31T20:01:10.037Z | [ recovery-image] Oct 31 20:01:08.938 INFO O| Oct 31 20:01:08.938 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-10-31T20:01:10.046Z | [ recovery-image] Oct 31 20:01:08.948 INFO O| Oct 31 20:01:08.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5798 | 2024-10-31T20:01:10.046Z | [ recovery-image] Oct 31 20:01:08.948 INFO O| Oct 31 20:01:08.948 INFO STEP 559 (remove_files) COMPLETE |
5799 | 2024-10-31T20:01:10.046Z | [ recovery-image] Oct 31 20:01:08.948 INFO O| Oct 31 20:01:08.948 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-10-31T20:01:10.055Z | [ recovery-image] Oct 31 20:01:08.957 INFO O| Oct 31 20:01:08.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5801 | 2024-10-31T20:01:10.058Z | [ recovery-image] Oct 31 20:01:08.958 INFO O| Oct 31 20:01:08.957 INFO STEP 560 (remove_files) COMPLETE |
5802 | 2024-10-31T20:01:10.058Z | [ recovery-image] Oct 31 20:01:08.958 INFO O| Oct 31 20:01:08.958 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-10-31T20:01:10.065Z | [ recovery-image] Oct 31 20:01:08.967 INFO O| Oct 31 20:01:08.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5804 | 2024-10-31T20:01:10.065Z | [ recovery-image] Oct 31 20:01:08.967 INFO O| Oct 31 20:01:08.967 INFO STEP 561 (remove_files) COMPLETE |
5805 | 2024-10-31T20:01:10.068Z | [ recovery-image] Oct 31 20:01:08.967 INFO O| Oct 31 20:01:08.967 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-10-31T20:01:10.075Z | [ recovery-image] Oct 31 20:01:08.977 INFO O| Oct 31 20:01:08.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5807 | 2024-10-31T20:01:10.077Z | [ recovery-image] Oct 31 20:01:08.977 INFO O| Oct 31 20:01:08.977 INFO STEP 562 (remove_files) COMPLETE |
5808 | 2024-10-31T20:01:10.078Z | [ recovery-image] Oct 31 20:01:08.977 INFO O| Oct 31 20:01:08.977 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-10-31T20:01:10.085Z | [ recovery-image] Oct 31 20:01:08.986 INFO O| Oct 31 20:01:08.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5810 | 2024-10-31T20:01:10.085Z | [ recovery-image] Oct 31 20:01:08.986 INFO O| Oct 31 20:01:08.986 INFO STEP 563 (remove_files) COMPLETE |
5811 | 2024-10-31T20:01:10.087Z | [ recovery-image] Oct 31 20:01:08.987 INFO O| Oct 31 20:01:08.986 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-10-31T20:01:10.094Z | [ recovery-image] Oct 31 20:01:08.996 INFO O| Oct 31 20:01:08.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5813 | 2024-10-31T20:01:10.094Z | [ recovery-image] Oct 31 20:01:08.996 INFO O| Oct 31 20:01:08.996 INFO STEP 564 (remove_files) COMPLETE |
5814 | 2024-10-31T20:01:10.097Z | [ recovery-image] Oct 31 20:01:08.996 INFO O| Oct 31 20:01:08.996 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-10-31T20:01:10.104Z | [ recovery-image] Oct 31 20:01:09.006 INFO O| Oct 31 20:01:09.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5816 | 2024-10-31T20:01:10.104Z | [ recovery-image] Oct 31 20:01:09.006 INFO O| Oct 31 20:01:09.006 INFO STEP 565 (remove_files) COMPLETE |
5817 | 2024-10-31T20:01:10.107Z | [ recovery-image] Oct 31 20:01:09.006 INFO O| Oct 31 20:01:09.006 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-10-31T20:01:10.115Z | [ recovery-image] Oct 31 20:01:09.017 INFO O| Oct 31 20:01:09.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5819 | 2024-10-31T20:01:10.115Z | [ recovery-image] Oct 31 20:01:09.017 INFO O| Oct 31 20:01:09.017 INFO STEP 566 (remove_files) COMPLETE |
5820 | 2024-10-31T20:01:10.115Z | [ recovery-image] Oct 31 20:01:09.017 INFO O| Oct 31 20:01:09.017 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-10-31T20:01:10.124Z | [ recovery-image] Oct 31 20:01:09.026 INFO O| Oct 31 20:01:09.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5822 | 2024-10-31T20:01:10.124Z | [ recovery-image] Oct 31 20:01:09.026 INFO O| Oct 31 20:01:09.026 INFO STEP 567 (remove_files) COMPLETE |
5823 | 2024-10-31T20:01:10.127Z | [ recovery-image] Oct 31 20:01:09.026 INFO O| Oct 31 20:01:09.026 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-10-31T20:01:10.134Z | [ recovery-image] Oct 31 20:01:09.036 INFO O| Oct 31 20:01:09.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5825 | 2024-10-31T20:01:10.134Z | [ recovery-image] Oct 31 20:01:09.036 INFO O| Oct 31 20:01:09.036 INFO STEP 568 (remove_files) COMPLETE |
5826 | 2024-10-31T20:01:10.135Z | [ recovery-image] Oct 31 20:01:09.036 INFO O| Oct 31 20:01:09.036 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-10-31T20:01:10.144Z | [ recovery-image] Oct 31 20:01:09.046 INFO O| Oct 31 20:01:09.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5828 | 2024-10-31T20:01:10.147Z | [ recovery-image] Oct 31 20:01:09.046 INFO O| Oct 31 20:01:09.046 INFO STEP 569 (remove_files) COMPLETE |
5829 | 2024-10-31T20:01:10.147Z | [ recovery-image] Oct 31 20:01:09.046 INFO O| Oct 31 20:01:09.046 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-10-31T20:01:10.154Z | [ recovery-image] Oct 31 20:01:09.056 INFO O| Oct 31 20:01:09.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5831 | 2024-10-31T20:01:10.154Z | [ recovery-image] Oct 31 20:01:09.056 INFO O| Oct 31 20:01:09.056 INFO STEP 570 (remove_files) COMPLETE |
5832 | 2024-10-31T20:01:10.154Z | [ recovery-image] Oct 31 20:01:09.056 INFO O| Oct 31 20:01:09.056 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-10-31T20:01:10.164Z | [ recovery-image] Oct 31 20:01:09.065 INFO O| Oct 31 20:01:09.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5834 | 2024-10-31T20:01:10.164Z | [ recovery-image] Oct 31 20:01:09.065 INFO O| Oct 31 20:01:09.065 INFO STEP 571 (remove_files) COMPLETE |
5835 | 2024-10-31T20:01:10.164Z | [ recovery-image] Oct 31 20:01:09.065 INFO O| Oct 31 20:01:09.065 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-10-31T20:01:10.174Z | [ recovery-image] Oct 31 20:01:09.075 INFO O| Oct 31 20:01:09.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5837 | 2024-10-31T20:01:10.174Z | [ recovery-image] Oct 31 20:01:09.075 INFO O| Oct 31 20:01:09.075 INFO STEP 572 (remove_files) COMPLETE |
5838 | 2024-10-31T20:01:10.176Z | [ recovery-image] Oct 31 20:01:09.075 INFO O| Oct 31 20:01:09.075 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-10-31T20:01:10.183Z | [ recovery-image] Oct 31 20:01:09.085 INFO O| Oct 31 20:01:09.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5840 | 2024-10-31T20:01:10.183Z | [ recovery-image] Oct 31 20:01:09.085 INFO O| Oct 31 20:01:09.085 INFO STEP 573 (remove_files) COMPLETE |
5841 | 2024-10-31T20:01:10.186Z | [ recovery-image] Oct 31 20:01:09.085 INFO O| Oct 31 20:01:09.085 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-10-31T20:01:10.193Z | [ recovery-image] Oct 31 20:01:09.095 INFO O| Oct 31 20:01:09.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5843 | 2024-10-31T20:01:10.193Z | [ recovery-image] Oct 31 20:01:09.095 INFO O| Oct 31 20:01:09.095 INFO STEP 574 (remove_files) COMPLETE |
5844 | 2024-10-31T20:01:10.196Z | [ recovery-image] Oct 31 20:01:09.095 INFO O| Oct 31 20:01:09.095 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-10-31T20:01:10.204Z | [ recovery-image] Oct 31 20:01:09.105 INFO O| Oct 31 20:01:09.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5846 | 2024-10-31T20:01:10.204Z | [ recovery-image] Oct 31 20:01:09.105 INFO O| Oct 31 20:01:09.105 INFO STEP 575 (remove_files) COMPLETE |
5847 | 2024-10-31T20:01:10.206Z | [ recovery-image] Oct 31 20:01:09.105 INFO O| Oct 31 20:01:09.105 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-10-31T20:01:10.213Z | [ recovery-image] Oct 31 20:01:09.114 INFO O| Oct 31 20:01:09.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5849 | 2024-10-31T20:01:10.213Z | [ recovery-image] Oct 31 20:01:09.115 INFO O| Oct 31 20:01:09.114 INFO STEP 576 (remove_files) COMPLETE |
5850 | 2024-10-31T20:01:10.213Z | [ recovery-image] Oct 31 20:01:09.115 INFO O| Oct 31 20:01:09.115 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-10-31T20:01:10.222Z | [ recovery-image] Oct 31 20:01:09.124 INFO O| Oct 31 20:01:09.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5852 | 2024-10-31T20:01:10.223Z | [ recovery-image] Oct 31 20:01:09.124 INFO O| Oct 31 20:01:09.124 INFO STEP 577 (remove_files) COMPLETE |
5853 | 2024-10-31T20:01:10.225Z | [ recovery-image] Oct 31 20:01:09.124 INFO O| Oct 31 20:01:09.124 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-10-31T20:01:10.232Z | [ recovery-image] Oct 31 20:01:09.134 INFO O| Oct 31 20:01:09.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5855 | 2024-10-31T20:01:10.232Z | [ recovery-image] Oct 31 20:01:09.134 INFO O| Oct 31 20:01:09.134 INFO STEP 578 (remove_files) COMPLETE |
5856 | 2024-10-31T20:01:10.233Z | [ recovery-image] Oct 31 20:01:09.134 INFO O| Oct 31 20:01:09.134 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-10-31T20:01:10.242Z | [ recovery-image] Oct 31 20:01:09.144 INFO O| Oct 31 20:01:09.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5858 | 2024-10-31T20:01:10.242Z | [ recovery-image] Oct 31 20:01:09.144 INFO O| Oct 31 20:01:09.144 INFO STEP 579 (remove_files) COMPLETE |
5859 | 2024-10-31T20:01:10.247Z | [ recovery-image] Oct 31 20:01:09.144 INFO O| Oct 31 20:01:09.144 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-10-31T20:01:10.249Z | [ host-image] Oct 31 20:01:09.151 INFO O| Oct 31 20:01:09.151 INFO STEP 11 (pkg_install) COMPLETE |
5861 | 2024-10-31T20:01:10.249Z | [ host-image] Oct 31 20:01:09.151 INFO O| Oct 31 20:01:09.151 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5862 | 2024-10-31T20:01:10.252Z | [ recovery-image] Oct 31 20:01:09.154 INFO O| Oct 31 20:01:09.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5863 | 2024-10-31T20:01:10.255Z | [ recovery-image] Oct 31 20:01:09.154 INFO O| Oct 31 20:01:09.154 INFO STEP 580 (remove_files) COMPLETE |
5864 | 2024-10-31T20:01:10.255Z | [ recovery-image] Oct 31 20:01:09.154 INFO O| Oct 31 20:01:09.154 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-10-31T20:01:10.259Z | [ host-image] Oct 31 20:01:09.161 INFO O| Oct 31 20:01:09.161 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
5866 | 2024-10-31T20:01:10.262Z | [ recovery-image] Oct 31 20:01:09.164 INFO O| Oct 31 20:01:09.164 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5867 | 2024-10-31T20:01:10.265Z | [ recovery-image] Oct 31 20:01:09.164 INFO O| Oct 31 20:01:09.164 INFO STEP 581 (remove_files) COMPLETE |
5868 | 2024-10-31T20:01:10.265Z | [ recovery-image] Oct 31 20:01:09.164 INFO O| Oct 31 20:01:09.164 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5869 | 2024-10-31T20:01:10.272Z | [ recovery-image] Oct 31 20:01:09.174 INFO O| Oct 31 20:01:09.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5870 | 2024-10-31T20:01:10.272Z | [ recovery-image] Oct 31 20:01:09.174 INFO O| Oct 31 20:01:09.174 INFO STEP 582 (remove_files) COMPLETE |
5871 | 2024-10-31T20:01:10.272Z | [ recovery-image] Oct 31 20:01:09.174 INFO O| Oct 31 20:01:09.174 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5872 | 2024-10-31T20:01:10.281Z | [ recovery-image] Oct 31 20:01:09.183 INFO O| Oct 31 20:01:09.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5873 | 2024-10-31T20:01:10.284Z | [ recovery-image] Oct 31 20:01:09.184 INFO O| Oct 31 20:01:09.184 INFO STEP 583 (remove_files) COMPLETE |
5874 | 2024-10-31T20:01:10.284Z | [ recovery-image] Oct 31 20:01:09.184 INFO O| Oct 31 20:01:09.184 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5875 | 2024-10-31T20:01:10.292Z | [ recovery-image] Oct 31 20:01:09.194 INFO O| Oct 31 20:01:09.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5876 | 2024-10-31T20:01:10.294Z | [ recovery-image] Oct 31 20:01:09.194 INFO O| Oct 31 20:01:09.194 INFO STEP 584 (remove_files) COMPLETE |
5877 | 2024-10-31T20:01:10.294Z | [ recovery-image] Oct 31 20:01:09.194 INFO O| Oct 31 20:01:09.194 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-10-31T20:01:10.301Z | [ recovery-image] Oct 31 20:01:09.203 INFO O| Oct 31 20:01:09.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5879 | 2024-10-31T20:01:10.301Z | [ recovery-image] Oct 31 20:01:09.203 INFO O| Oct 31 20:01:09.203 INFO STEP 585 (remove_files) COMPLETE |
5880 | 2024-10-31T20:01:10.302Z | [ recovery-image] Oct 31 20:01:09.203 INFO O| Oct 31 20:01:09.203 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-10-31T20:01:10.311Z | [ recovery-image] Oct 31 20:01:09.213 INFO O| Oct 31 20:01:09.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5882 | 2024-10-31T20:01:10.311Z | [ recovery-image] Oct 31 20:01:09.213 INFO O| Oct 31 20:01:09.213 INFO STEP 586 (remove_files) COMPLETE |
5883 | 2024-10-31T20:01:10.311Z | [ recovery-image] Oct 31 20:01:09.213 INFO O| Oct 31 20:01:09.213 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-10-31T20:01:10.321Z | [ recovery-image] Oct 31 20:01:09.223 INFO O| Oct 31 20:01:09.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5885 | 2024-10-31T20:01:10.321Z | [ recovery-image] Oct 31 20:01:09.223 INFO O| Oct 31 20:01:09.223 INFO STEP 587 (remove_files) COMPLETE |
5886 | 2024-10-31T20:01:10.324Z | [ recovery-image] Oct 31 20:01:09.223 INFO O| Oct 31 20:01:09.223 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-10-31T20:01:10.330Z | [ recovery-image] Oct 31 20:01:09.232 INFO O| Oct 31 20:01:09.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5888 | 2024-10-31T20:01:10.330Z | [ recovery-image] Oct 31 20:01:09.232 INFO O| Oct 31 20:01:09.232 INFO STEP 588 (remove_files) COMPLETE |
5889 | 2024-10-31T20:01:10.330Z | [ recovery-image] Oct 31 20:01:09.232 INFO O| Oct 31 20:01:09.232 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5890 | 2024-10-31T20:01:10.340Z | [ recovery-image] Oct 31 20:01:09.242 INFO O| Oct 31 20:01:09.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5891 | 2024-10-31T20:01:10.340Z | [ recovery-image] Oct 31 20:01:09.242 INFO O| Oct 31 20:01:09.242 INFO STEP 589 (remove_files) COMPLETE |
5892 | 2024-10-31T20:01:10.340Z | [ recovery-image] Oct 31 20:01:09.242 INFO O| Oct 31 20:01:09.242 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5893 | 2024-10-31T20:01:10.349Z | [ recovery-image] Oct 31 20:01:09.251 INFO O| Oct 31 20:01:09.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5894 | 2024-10-31T20:01:10.352Z | [ recovery-image] Oct 31 20:01:09.252 INFO O| Oct 31 20:01:09.252 INFO STEP 590 (remove_files) COMPLETE |
5895 | 2024-10-31T20:01:10.352Z | [ recovery-image] Oct 31 20:01:09.252 INFO O| Oct 31 20:01:09.252 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5896 | 2024-10-31T20:01:10.359Z | [ recovery-image] Oct 31 20:01:09.261 INFO O| Oct 31 20:01:09.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5897 | 2024-10-31T20:01:10.362Z | [ recovery-image] Oct 31 20:01:09.261 INFO O| Oct 31 20:01:09.261 INFO STEP 591 (remove_files) COMPLETE |
5898 | 2024-10-31T20:01:10.362Z | [ recovery-image] Oct 31 20:01:09.261 INFO O| Oct 31 20:01:09.261 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5899 | 2024-10-31T20:01:10.369Z | [ recovery-image] Oct 31 20:01:09.271 INFO O| Oct 31 20:01:09.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5900 | 2024-10-31T20:01:10.370Z | [ recovery-image] Oct 31 20:01:09.271 INFO O| Oct 31 20:01:09.271 INFO STEP 592 (remove_files) COMPLETE |
5901 | 2024-10-31T20:01:10.373Z | [ recovery-image] Oct 31 20:01:09.271 INFO O| Oct 31 20:01:09.271 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5902 | 2024-10-31T20:01:10.379Z | [ recovery-image] Oct 31 20:01:09.281 INFO O| Oct 31 20:01:09.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5903 | 2024-10-31T20:01:10.381Z | [ recovery-image] Oct 31 20:01:09.281 INFO O| Oct 31 20:01:09.281 INFO STEP 593 (remove_files) COMPLETE |
5904 | 2024-10-31T20:01:10.381Z | [ recovery-image] Oct 31 20:01:09.281 INFO O| Oct 31 20:01:09.281 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5905 | 2024-10-31T20:01:10.389Z | [ recovery-image] Oct 31 20:01:09.291 INFO O| Oct 31 20:01:09.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5906 | 2024-10-31T20:01:10.389Z | [ recovery-image] Oct 31 20:01:09.291 INFO O| Oct 31 20:01:09.291 INFO STEP 594 (remove_files) COMPLETE |
5907 | 2024-10-31T20:01:10.389Z | [ recovery-image] Oct 31 20:01:09.291 INFO O| Oct 31 20:01:09.291 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5908 | 2024-10-31T20:01:10.399Z | [ recovery-image] Oct 31 20:01:09.300 INFO O| Oct 31 20:01:09.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5909 | 2024-10-31T20:01:10.402Z | [ recovery-image] Oct 31 20:01:09.301 INFO O| Oct 31 20:01:09.300 INFO STEP 595 (remove_files) COMPLETE |
5910 | 2024-10-31T20:01:10.402Z | [ recovery-image] Oct 31 20:01:09.301 INFO O| Oct 31 20:01:09.301 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5911 | 2024-10-31T20:01:10.408Z | [ recovery-image] Oct 31 20:01:09.310 INFO O| Oct 31 20:01:09.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5912 | 2024-10-31T20:01:10.411Z | [ recovery-image] Oct 31 20:01:09.310 INFO O| Oct 31 20:01:09.310 INFO STEP 596 (remove_files) COMPLETE |
5913 | 2024-10-31T20:01:10.411Z | [ recovery-image] Oct 31 20:01:09.310 INFO O| Oct 31 20:01:09.310 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5914 | 2024-10-31T20:01:10.419Z | [ recovery-image] Oct 31 20:01:09.320 INFO O| Oct 31 20:01:09.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5915 | 2024-10-31T20:01:10.419Z | [ recovery-image] Oct 31 20:01:09.320 INFO O| Oct 31 20:01:09.320 INFO STEP 597 (remove_files) COMPLETE |
5916 | 2024-10-31T20:01:10.419Z | [ recovery-image] Oct 31 20:01:09.320 INFO O| Oct 31 20:01:09.320 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5917 | 2024-10-31T20:01:10.427Z | [ recovery-image] Oct 31 20:01:09.329 INFO O| Oct 31 20:01:09.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5918 | 2024-10-31T20:01:10.430Z | [ recovery-image] Oct 31 20:01:09.329 INFO O| Oct 31 20:01:09.329 INFO STEP 598 (remove_files) COMPLETE |
5919 | 2024-10-31T20:01:10.430Z | [ recovery-image] Oct 31 20:01:09.329 INFO O| Oct 31 20:01:09.329 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5920 | 2024-10-31T20:01:10.437Z | [ recovery-image] Oct 31 20:01:09.339 INFO O| Oct 31 20:01:09.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5921 | 2024-10-31T20:01:10.438Z | [ recovery-image] Oct 31 20:01:09.339 INFO O| Oct 31 20:01:09.339 INFO STEP 599 (remove_files) COMPLETE |
5922 | 2024-10-31T20:01:10.438Z | [ recovery-image] Oct 31 20:01:09.339 INFO O| Oct 31 20:01:09.339 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-10-31T20:01:10.447Z | [ recovery-image] Oct 31 20:01:09.348 INFO O| Oct 31 20:01:09.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5924 | 2024-10-31T20:01:10.447Z | [ recovery-image] Oct 31 20:01:09.349 INFO O| Oct 31 20:01:09.349 INFO STEP 600 (remove_files) COMPLETE |
5925 | 2024-10-31T20:01:10.447Z | [ recovery-image] Oct 31 20:01:09.349 INFO O| Oct 31 20:01:09.349 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5926 | 2024-10-31T20:01:10.456Z | [ recovery-image] Oct 31 20:01:09.358 INFO O| Oct 31 20:01:09.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5927 | 2024-10-31T20:01:10.459Z | [ recovery-image] Oct 31 20:01:09.358 INFO O| Oct 31 20:01:09.358 INFO STEP 601 (remove_files) COMPLETE |
5928 | 2024-10-31T20:01:10.459Z | [ recovery-image] Oct 31 20:01:09.358 INFO O| Oct 31 20:01:09.358 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5929 | 2024-10-31T20:01:10.466Z | [ recovery-image] Oct 31 20:01:09.367 INFO O| Oct 31 20:01:09.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5930 | 2024-10-31T20:01:10.468Z | [ recovery-image] Oct 31 20:01:09.368 INFO O| Oct 31 20:01:09.368 INFO STEP 602 (remove_files) COMPLETE |
5931 | 2024-10-31T20:01:10.468Z | [ recovery-image] Oct 31 20:01:09.368 INFO O| Oct 31 20:01:09.368 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5932 | 2024-10-31T20:01:10.475Z | [ recovery-image] Oct 31 20:01:09.377 INFO O| Oct 31 20:01:09.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5933 | 2024-10-31T20:01:10.478Z | [ recovery-image] Oct 31 20:01:09.377 INFO O| Oct 31 20:01:09.377 INFO STEP 603 (remove_files) COMPLETE |
5934 | 2024-10-31T20:01:10.478Z | [ recovery-image] Oct 31 20:01:09.377 INFO O| Oct 31 20:01:09.377 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5935 | 2024-10-31T20:01:10.485Z | [ recovery-image] Oct 31 20:01:09.387 INFO O| Oct 31 20:01:09.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5936 | 2024-10-31T20:01:10.485Z | [ recovery-image] Oct 31 20:01:09.387 INFO O| Oct 31 20:01:09.387 INFO STEP 604 (remove_files) COMPLETE |
5937 | 2024-10-31T20:01:10.485Z | [ recovery-image] Oct 31 20:01:09.387 INFO O| Oct 31 20:01:09.387 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5938 | 2024-10-31T20:01:10.494Z | [ recovery-image] Oct 31 20:01:09.396 INFO O| Oct 31 20:01:09.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5939 | 2024-10-31T20:01:10.495Z | [ recovery-image] Oct 31 20:01:09.396 INFO O| Oct 31 20:01:09.396 INFO STEP 605 (remove_files) COMPLETE |
5940 | 2024-10-31T20:01:10.498Z | [ recovery-image] Oct 31 20:01:09.396 INFO O| Oct 31 20:01:09.396 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5941 | 2024-10-31T20:01:10.504Z | [ recovery-image] Oct 31 20:01:09.406 INFO O| Oct 31 20:01:09.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5942 | 2024-10-31T20:01:10.507Z | [ recovery-image] Oct 31 20:01:09.406 INFO O| Oct 31 20:01:09.406 INFO STEP 606 (remove_files) COMPLETE |
5943 | 2024-10-31T20:01:10.507Z | [ recovery-image] Oct 31 20:01:09.406 INFO O| Oct 31 20:01:09.406 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5944 | 2024-10-31T20:01:10.514Z | [ recovery-image] Oct 31 20:01:09.416 INFO O| Oct 31 20:01:09.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5945 | 2024-10-31T20:01:10.514Z | [ recovery-image] Oct 31 20:01:09.416 INFO O| Oct 31 20:01:09.416 INFO STEP 607 (remove_files) COMPLETE |
5946 | 2024-10-31T20:01:10.514Z | [ recovery-image] Oct 31 20:01:09.416 INFO O| Oct 31 20:01:09.416 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5947 | 2024-10-31T20:01:10.523Z | [ recovery-image] Oct 31 20:01:09.425 INFO O| Oct 31 20:01:09.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5948 | 2024-10-31T20:01:10.523Z | [ recovery-image] Oct 31 20:01:09.425 INFO O| Oct 31 20:01:09.425 INFO STEP 608 (remove_files) COMPLETE |
5949 | 2024-10-31T20:01:10.523Z | [ recovery-image] Oct 31 20:01:09.425 INFO O| Oct 31 20:01:09.425 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5950 | 2024-10-31T20:01:10.533Z | [ recovery-image] Oct 31 20:01:09.435 INFO O| Oct 31 20:01:09.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5951 | 2024-10-31T20:01:10.533Z | [ recovery-image] Oct 31 20:01:09.435 INFO O| Oct 31 20:01:09.435 INFO STEP 609 (remove_files) COMPLETE |
5952 | 2024-10-31T20:01:10.533Z | [ recovery-image] Oct 31 20:01:09.435 INFO O| Oct 31 20:01:09.435 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5953 | 2024-10-31T20:01:10.542Z | [ recovery-image] Oct 31 20:01:09.444 INFO O| Oct 31 20:01:09.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5954 | 2024-10-31T20:01:10.542Z | [ recovery-image] Oct 31 20:01:09.444 INFO O| Oct 31 20:01:09.444 INFO STEP 610 (remove_files) COMPLETE |
5955 | 2024-10-31T20:01:10.545Z | [ recovery-image] Oct 31 20:01:09.444 INFO O| Oct 31 20:01:09.444 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5956 | 2024-10-31T20:01:10.553Z | [ recovery-image] Oct 31 20:01:09.454 INFO O| Oct 31 20:01:09.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5957 | 2024-10-31T20:01:10.556Z | [ recovery-image] Oct 31 20:01:09.454 INFO O| Oct 31 20:01:09.454 INFO STEP 611 (remove_files) COMPLETE |
5958 | 2024-10-31T20:01:10.556Z | [ recovery-image] Oct 31 20:01:09.454 INFO O| Oct 31 20:01:09.454 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5959 | 2024-10-31T20:01:10.562Z | [ recovery-image] Oct 31 20:01:09.463 INFO O| Oct 31 20:01:09.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5960 | 2024-10-31T20:01:10.566Z | [ recovery-image] Oct 31 20:01:09.464 INFO O| Oct 31 20:01:09.464 INFO STEP 612 (remove_files) COMPLETE |
5961 | 2024-10-31T20:01:10.566Z | [ recovery-image] Oct 31 20:01:09.464 INFO O| Oct 31 20:01:09.464 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5962 | 2024-10-31T20:01:10.572Z | [ recovery-image] Oct 31 20:01:09.474 INFO O| Oct 31 20:01:09.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5963 | 2024-10-31T20:01:10.574Z | [ recovery-image] Oct 31 20:01:09.474 INFO O| Oct 31 20:01:09.474 INFO STEP 613 (remove_files) COMPLETE |
5964 | 2024-10-31T20:01:10.574Z | [ recovery-image] Oct 31 20:01:09.474 INFO O| Oct 31 20:01:09.474 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5965 | 2024-10-31T20:01:10.581Z | [ recovery-image] Oct 31 20:01:09.483 INFO O| Oct 31 20:01:09.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5966 | 2024-10-31T20:01:10.581Z | [ recovery-image] Oct 31 20:01:09.483 INFO O| Oct 31 20:01:09.483 INFO STEP 614 (remove_files) COMPLETE |
5967 | 2024-10-31T20:01:10.587Z | [ recovery-image] Oct 31 20:01:09.483 INFO O| Oct 31 20:01:09.483 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5968 | 2024-10-31T20:01:10.591Z | [ recovery-image] Oct 31 20:01:09.493 INFO O| Oct 31 20:01:09.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5969 | 2024-10-31T20:01:10.591Z | [ recovery-image] Oct 31 20:01:09.493 INFO O| Oct 31 20:01:09.493 INFO STEP 615 (remove_files) COMPLETE |
5970 | 2024-10-31T20:01:10.594Z | [ recovery-image] Oct 31 20:01:09.493 INFO O| Oct 31 20:01:09.493 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5971 | 2024-10-31T20:01:10.600Z | [ recovery-image] Oct 31 20:01:09.502 INFO O| Oct 31 20:01:09.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5972 | 2024-10-31T20:01:10.600Z | [ recovery-image] Oct 31 20:01:09.502 INFO O| Oct 31 20:01:09.502 INFO STEP 616 (remove_files) COMPLETE |
5973 | 2024-10-31T20:01:10.600Z | [ recovery-image] Oct 31 20:01:09.502 INFO O| Oct 31 20:01:09.502 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5974 | 2024-10-31T20:01:10.610Z | [ recovery-image] Oct 31 20:01:09.512 INFO O| Oct 31 20:01:09.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5975 | 2024-10-31T20:01:10.610Z | [ recovery-image] Oct 31 20:01:09.512 INFO O| Oct 31 20:01:09.512 INFO STEP 617 (remove_files) COMPLETE |
5976 | 2024-10-31T20:01:10.612Z | [ recovery-image] Oct 31 20:01:09.512 INFO O| Oct 31 20:01:09.512 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5977 | 2024-10-31T20:01:10.620Z | [ recovery-image] Oct 31 20:01:09.521 INFO O| Oct 31 20:01:09.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5978 | 2024-10-31T20:01:10.623Z | [ recovery-image] Oct 31 20:01:09.521 INFO O| Oct 31 20:01:09.521 INFO STEP 618 (remove_files) COMPLETE |
5979 | 2024-10-31T20:01:10.623Z | [ recovery-image] Oct 31 20:01:09.521 INFO O| Oct 31 20:01:09.521 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5980 | 2024-10-31T20:01:10.629Z | [ recovery-image] Oct 31 20:01:09.530 INFO O| Oct 31 20:01:09.530 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5981 | 2024-10-31T20:01:10.631Z | [ recovery-image] Oct 31 20:01:09.531 INFO O| Oct 31 20:01:09.531 INFO STEP 619 (remove_files) COMPLETE |
5982 | 2024-10-31T20:01:10.631Z | [ recovery-image] Oct 31 20:01:09.531 INFO O| Oct 31 20:01:09.531 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5983 | 2024-10-31T20:01:10.638Z | [ recovery-image] Oct 31 20:01:09.540 INFO O| Oct 31 20:01:09.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5984 | 2024-10-31T20:01:10.638Z | [ recovery-image] Oct 31 20:01:09.540 INFO O| Oct 31 20:01:09.540 INFO STEP 620 (remove_files) COMPLETE |
5985 | 2024-10-31T20:01:10.641Z | [ recovery-image] Oct 31 20:01:09.540 INFO O| Oct 31 20:01:09.540 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5986 | 2024-10-31T20:01:10.648Z | [ recovery-image] Oct 31 20:01:09.549 INFO O| Oct 31 20:01:09.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5987 | 2024-10-31T20:01:10.648Z | [ recovery-image] Oct 31 20:01:09.549 INFO O| Oct 31 20:01:09.549 INFO STEP 621 (remove_files) COMPLETE |
5988 | 2024-10-31T20:01:10.651Z | [ recovery-image] Oct 31 20:01:09.550 INFO O| Oct 31 20:01:09.549 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5989 | 2024-10-31T20:01:10.657Z | [ recovery-image] Oct 31 20:01:09.559 INFO O| Oct 31 20:01:09.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5990 | 2024-10-31T20:01:10.657Z | [ recovery-image] Oct 31 20:01:09.559 INFO O| Oct 31 20:01:09.559 INFO STEP 622 (remove_files) COMPLETE |
5991 | 2024-10-31T20:01:10.657Z | [ recovery-image] Oct 31 20:01:09.559 INFO O| Oct 31 20:01:09.559 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5992 | 2024-10-31T20:01:10.667Z | [ recovery-image] Oct 31 20:01:09.569 INFO O| Oct 31 20:01:09.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5993 | 2024-10-31T20:01:10.667Z | [ recovery-image] Oct 31 20:01:09.569 INFO O| Oct 31 20:01:09.569 INFO STEP 623 (remove_files) COMPLETE |
5994 | 2024-10-31T20:01:10.670Z | [ recovery-image] Oct 31 20:01:09.569 INFO O| Oct 31 20:01:09.569 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5995 | 2024-10-31T20:01:10.677Z | [ recovery-image] Oct 31 20:01:09.578 INFO O| Oct 31 20:01:09.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5996 | 2024-10-31T20:01:10.677Z | [ recovery-image] Oct 31 20:01:09.578 INFO O| Oct 31 20:01:09.578 INFO STEP 624 (remove_files) COMPLETE |
5997 | 2024-10-31T20:01:10.679Z | [ recovery-image] Oct 31 20:01:09.578 INFO O| Oct 31 20:01:09.578 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5998 | 2024-10-31T20:01:10.686Z | [ recovery-image] Oct 31 20:01:09.588 INFO O| Oct 31 20:01:09.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5999 | 2024-10-31T20:01:10.689Z | [ recovery-image] Oct 31 20:01:09.589 INFO O| Oct 31 20:01:09.588 INFO STEP 625 (remove_files) COMPLETE |
6000 | 2024-10-31T20:01:10.689Z | [ recovery-image] Oct 31 20:01:09.589 INFO O| Oct 31 20:01:09.589 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6001 | 2024-10-31T20:01:10.696Z | [ recovery-image] Oct 31 20:01:09.598 INFO O| Oct 31 20:01:09.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6002 | 2024-10-31T20:01:10.696Z | [ recovery-image] Oct 31 20:01:09.598 INFO O| Oct 31 20:01:09.598 INFO STEP 626 (remove_files) COMPLETE |
6003 | 2024-10-31T20:01:10.696Z | [ recovery-image] Oct 31 20:01:09.598 INFO O| Oct 31 20:01:09.598 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6004 | 2024-10-31T20:01:10.706Z | [ recovery-image] Oct 31 20:01:09.608 INFO O| Oct 31 20:01:09.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6005 | 2024-10-31T20:01:10.708Z | [ recovery-image] Oct 31 20:01:09.608 INFO O| Oct 31 20:01:09.608 INFO STEP 627 (remove_files) COMPLETE |
6006 | 2024-10-31T20:01:10.708Z | [ recovery-image] Oct 31 20:01:09.608 INFO O| Oct 31 20:01:09.608 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6007 | 2024-10-31T20:01:10.715Z | [ recovery-image] Oct 31 20:01:09.617 INFO O| Oct 31 20:01:09.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6008 | 2024-10-31T20:01:10.715Z | [ recovery-image] Oct 31 20:01:09.617 INFO O| Oct 31 20:01:09.617 INFO STEP 628 (remove_files) COMPLETE |
6009 | 2024-10-31T20:01:10.715Z | [ recovery-image] Oct 31 20:01:09.617 INFO O| Oct 31 20:01:09.617 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6010 | 2024-10-31T20:01:10.725Z | [ recovery-image] Oct 31 20:01:09.627 INFO O| Oct 31 20:01:09.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6011 | 2024-10-31T20:01:10.728Z | [ recovery-image] Oct 31 20:01:09.627 INFO O| Oct 31 20:01:09.627 INFO STEP 629 (remove_files) COMPLETE |
6012 | 2024-10-31T20:01:10.728Z | [ recovery-image] Oct 31 20:01:09.627 INFO O| Oct 31 20:01:09.627 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6013 | 2024-10-31T20:01:10.735Z | [ recovery-image] Oct 31 20:01:09.637 INFO O| Oct 31 20:01:09.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6014 | 2024-10-31T20:01:10.735Z | [ recovery-image] Oct 31 20:01:09.637 INFO O| Oct 31 20:01:09.637 INFO STEP 630 (remove_files) COMPLETE |
6015 | 2024-10-31T20:01:10.738Z | [ recovery-image] Oct 31 20:01:09.637 INFO O| Oct 31 20:01:09.637 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6016 | 2024-10-31T20:01:10.745Z | [ recovery-image] Oct 31 20:01:09.647 INFO O| Oct 31 20:01:09.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6017 | 2024-10-31T20:01:10.747Z | [ recovery-image] Oct 31 20:01:09.647 INFO O| Oct 31 20:01:09.647 INFO STEP 631 (remove_files) COMPLETE |
6018 | 2024-10-31T20:01:10.747Z | [ recovery-image] Oct 31 20:01:09.647 INFO O| Oct 31 20:01:09.647 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6019 | 2024-10-31T20:01:10.754Z | [ recovery-image] Oct 31 20:01:09.656 INFO O| Oct 31 20:01:09.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6020 | 2024-10-31T20:01:10.754Z | [ recovery-image] Oct 31 20:01:09.656 INFO O| Oct 31 20:01:09.656 INFO STEP 632 (remove_files) COMPLETE |
6021 | 2024-10-31T20:01:10.757Z | [ recovery-image] Oct 31 20:01:09.656 INFO O| Oct 31 20:01:09.656 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6022 | 2024-10-31T20:01:10.764Z | [ recovery-image] Oct 31 20:01:09.666 INFO O| Oct 31 20:01:09.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6023 | 2024-10-31T20:01:10.764Z | [ recovery-image] Oct 31 20:01:09.666 INFO O| Oct 31 20:01:09.666 INFO STEP 633 (remove_files) COMPLETE |
6024 | 2024-10-31T20:01:10.764Z | [ recovery-image] Oct 31 20:01:09.666 INFO O| Oct 31 20:01:09.666 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6025 | 2024-10-31T20:01:10.773Z | [ host-image] Oct 31 20:01:09.675 INFO O| Oct 31 20:01:09.675 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6026 | 2024-10-31T20:01:10.777Z | [ recovery-image] Oct 31 20:01:09.676 INFO O| Oct 31 20:01:09.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6027 | 2024-10-31T20:01:10.777Z | [ recovery-image] Oct 31 20:01:09.676 INFO O| Oct 31 20:01:09.676 INFO STEP 634 (remove_files) COMPLETE |
6028 | 2024-10-31T20:01:10.777Z | [ recovery-image] Oct 31 20:01:09.676 INFO O| Oct 31 20:01:09.676 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-10-31T20:01:10.783Z | [ recovery-image] Oct 31 20:01:09.685 INFO O| Oct 31 20:01:09.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6030 | 2024-10-31T20:01:10.783Z | [ recovery-image] Oct 31 20:01:09.685 INFO O| Oct 31 20:01:09.685 INFO STEP 635 (remove_files) COMPLETE |
6031 | 2024-10-31T20:01:10.783Z | [ recovery-image] Oct 31 20:01:09.685 INFO O| Oct 31 20:01:09.685 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-10-31T20:01:10.794Z | [ recovery-image] Oct 31 20:01:09.695 INFO O| Oct 31 20:01:09.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6033 | 2024-10-31T20:01:10.794Z | [ recovery-image] Oct 31 20:01:09.695 INFO O| Oct 31 20:01:09.695 INFO STEP 636 (remove_files) COMPLETE |
6034 | 2024-10-31T20:01:10.794Z | [ recovery-image] Oct 31 20:01:09.695 INFO O| Oct 31 20:01:09.695 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-10-31T20:01:10.804Z | [ recovery-image] Oct 31 20:01:09.705 INFO O| Oct 31 20:01:09.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6036 | 2024-10-31T20:01:10.804Z | [ recovery-image] Oct 31 20:01:09.705 INFO O| Oct 31 20:01:09.705 INFO STEP 637 (remove_files) COMPLETE |
6037 | 2024-10-31T20:01:10.804Z | [ recovery-image] Oct 31 20:01:09.705 INFO O| Oct 31 20:01:09.705 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-10-31T20:01:10.813Z | [ recovery-image] Oct 31 20:01:09.715 INFO O| Oct 31 20:01:09.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6039 | 2024-10-31T20:01:10.813Z | [ recovery-image] Oct 31 20:01:09.715 INFO O| Oct 31 20:01:09.715 INFO STEP 638 (remove_files) COMPLETE |
6040 | 2024-10-31T20:01:10.813Z | [ recovery-image] Oct 31 20:01:09.715 INFO O| Oct 31 20:01:09.715 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-10-31T20:01:10.824Z | [ recovery-image] Oct 31 20:01:09.725 INFO O| Oct 31 20:01:09.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6042 | 2024-10-31T20:01:10.824Z | [ recovery-image] Oct 31 20:01:09.725 INFO O| Oct 31 20:01:09.725 INFO STEP 639 (remove_files) COMPLETE |
6043 | 2024-10-31T20:01:10.826Z | [ recovery-image] Oct 31 20:01:09.725 INFO O| Oct 31 20:01:09.725 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-10-31T20:01:10.833Z | [ recovery-image] Oct 31 20:01:09.735 INFO O| Oct 31 20:01:09.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6045 | 2024-10-31T20:01:10.836Z | [ recovery-image] Oct 31 20:01:09.735 INFO O| Oct 31 20:01:09.735 INFO STEP 640 (remove_files) COMPLETE |
6046 | 2024-10-31T20:01:10.836Z | [ recovery-image] Oct 31 20:01:09.735 INFO O| Oct 31 20:01:09.735 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-10-31T20:01:10.843Z | [ recovery-image] Oct 31 20:01:09.745 INFO O| Oct 31 20:01:09.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6048 | 2024-10-31T20:01:10.846Z | [ recovery-image] Oct 31 20:01:09.745 INFO O| Oct 31 20:01:09.745 INFO STEP 641 (remove_files) COMPLETE |
6049 | 2024-10-31T20:01:10.846Z | [ recovery-image] Oct 31 20:01:09.745 INFO O| Oct 31 20:01:09.745 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-10-31T20:01:10.853Z | [ recovery-image] Oct 31 20:01:09.755 INFO O| Oct 31 20:01:09.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6051 | 2024-10-31T20:01:10.853Z | [ recovery-image] Oct 31 20:01:09.755 INFO O| Oct 31 20:01:09.755 INFO STEP 642 (remove_files) COMPLETE |
6052 | 2024-10-31T20:01:10.853Z | [ recovery-image] Oct 31 20:01:09.755 INFO O| Oct 31 20:01:09.755 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-10-31T20:01:10.863Z | [ recovery-image] Oct 31 20:01:09.765 INFO O| Oct 31 20:01:09.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6054 | 2024-10-31T20:01:10.866Z | [ recovery-image] Oct 31 20:01:09.765 INFO O| Oct 31 20:01:09.765 INFO STEP 643 (remove_files) COMPLETE |
6055 | 2024-10-31T20:01:10.866Z | [ recovery-image] Oct 31 20:01:09.765 INFO O| Oct 31 20:01:09.765 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-10-31T20:01:10.873Z | [ recovery-image] Oct 31 20:01:09.775 INFO O| Oct 31 20:01:09.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6057 | 2024-10-31T20:01:10.873Z | [ recovery-image] Oct 31 20:01:09.775 INFO O| Oct 31 20:01:09.775 INFO STEP 644 (remove_files) COMPLETE |
6058 | 2024-10-31T20:01:10.876Z | [ recovery-image] Oct 31 20:01:09.775 INFO O| Oct 31 20:01:09.775 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-10-31T20:01:10.884Z | [ recovery-image] Oct 31 20:01:09.785 INFO O| Oct 31 20:01:09.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6060 | 2024-10-31T20:01:10.886Z | [ recovery-image] Oct 31 20:01:09.786 INFO O| Oct 31 20:01:09.785 INFO STEP 645 (remove_files) COMPLETE |
6061 | 2024-10-31T20:01:10.886Z | [ recovery-image] Oct 31 20:01:09.786 INFO O| Oct 31 20:01:09.785 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-10-31T20:01:10.893Z | [ recovery-image] Oct 31 20:01:09.795 INFO O| Oct 31 20:01:09.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6063 | 2024-10-31T20:01:10.896Z | [ recovery-image] Oct 31 20:01:09.796 INFO O| Oct 31 20:01:09.796 INFO STEP 646 (remove_files) COMPLETE |
6064 | 2024-10-31T20:01:10.896Z | [ recovery-image] Oct 31 20:01:09.796 INFO O| Oct 31 20:01:09.796 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-10-31T20:01:10.905Z | [ recovery-image] Oct 31 20:01:09.806 INFO O| Oct 31 20:01:09.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6066 | 2024-10-31T20:01:10.905Z | [ recovery-image] Oct 31 20:01:09.807 INFO O| Oct 31 20:01:09.806 INFO STEP 647 (remove_files) COMPLETE |
6067 | 2024-10-31T20:01:10.907Z | [ recovery-image] Oct 31 20:01:09.807 INFO O| Oct 31 20:01:09.807 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6068 | 2024-10-31T20:01:10.914Z | [ recovery-image] Oct 31 20:01:09.816 INFO O| Oct 31 20:01:09.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6069 | 2024-10-31T20:01:10.914Z | [ recovery-image] Oct 31 20:01:09.816 INFO O| Oct 31 20:01:09.816 INFO STEP 648 (remove_files) COMPLETE |
6070 | 2024-10-31T20:01:10.917Z | [ recovery-image] Oct 31 20:01:09.816 INFO O| Oct 31 20:01:09.816 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6071 | 2024-10-31T20:01:10.924Z | [ recovery-image] Oct 31 20:01:09.826 INFO O| Oct 31 20:01:09.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6072 | 2024-10-31T20:01:10.924Z | [ recovery-image] Oct 31 20:01:09.826 INFO O| Oct 31 20:01:09.826 INFO STEP 649 (remove_files) COMPLETE |
6073 | 2024-10-31T20:01:10.924Z | [ recovery-image] Oct 31 20:01:09.826 INFO O| Oct 31 20:01:09.826 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6074 | 2024-10-31T20:01:10.935Z | [ recovery-image] Oct 31 20:01:09.836 INFO O| Oct 31 20:01:09.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6075 | 2024-10-31T20:01:10.935Z | [ recovery-image] Oct 31 20:01:09.836 INFO O| Oct 31 20:01:09.836 INFO STEP 650 (remove_files) COMPLETE |
6076 | 2024-10-31T20:01:10.935Z | [ recovery-image] Oct 31 20:01:09.836 INFO O| Oct 31 20:01:09.836 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6077 | 2024-10-31T20:01:10.945Z | [ recovery-image] Oct 31 20:01:09.846 INFO O| Oct 31 20:01:09.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6078 | 2024-10-31T20:01:10.947Z | [ recovery-image] Oct 31 20:01:09.847 INFO O| Oct 31 20:01:09.847 INFO STEP 651 (remove_files) COMPLETE |
6079 | 2024-10-31T20:01:10.947Z | [ recovery-image] Oct 31 20:01:09.847 INFO O| Oct 31 20:01:09.847 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6080 | 2024-10-31T20:01:10.955Z | [ recovery-image] Oct 31 20:01:09.856 INFO O| Oct 31 20:01:09.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6081 | 2024-10-31T20:01:10.957Z | [ recovery-image] Oct 31 20:01:09.856 INFO O| Oct 31 20:01:09.856 INFO STEP 652 (remove_files) COMPLETE |
6082 | 2024-10-31T20:01:10.957Z | [ recovery-image] Oct 31 20:01:09.856 INFO O| Oct 31 20:01:09.856 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6083 | 2024-10-31T20:01:10.964Z | [ recovery-image] Oct 31 20:01:09.866 INFO O| Oct 31 20:01:09.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6084 | 2024-10-31T20:01:10.967Z | [ recovery-image] Oct 31 20:01:09.867 INFO O| Oct 31 20:01:09.867 INFO STEP 653 (remove_files) COMPLETE |
6085 | 2024-10-31T20:01:10.967Z | [ recovery-image] Oct 31 20:01:09.867 INFO O| Oct 31 20:01:09.867 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6086 | 2024-10-31T20:01:10.976Z | [ recovery-image] Oct 31 20:01:09.878 INFO O| Oct 31 20:01:09.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6087 | 2024-10-31T20:01:10.980Z | [ recovery-image] Oct 31 20:01:09.878 INFO O| Oct 31 20:01:09.878 INFO STEP 654 (remove_files) COMPLETE |
6088 | 2024-10-31T20:01:10.980Z | [ recovery-image] Oct 31 20:01:09.878 INFO O| Oct 31 20:01:09.878 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6089 | 2024-10-31T20:01:10.987Z | [ recovery-image] Oct 31 20:01:09.888 INFO O| Oct 31 20:01:09.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6090 | 2024-10-31T20:01:10.989Z | [ recovery-image] Oct 31 20:01:09.889 INFO O| Oct 31 20:01:09.888 INFO STEP 655 (remove_files) COMPLETE |
6091 | 2024-10-31T20:01:10.989Z | [ recovery-image] Oct 31 20:01:09.889 INFO O| Oct 31 20:01:09.889 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6092 | 2024-10-31T20:01:10.996Z | [ recovery-image] Oct 31 20:01:09.898 INFO O| Oct 31 20:01:09.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6093 | 2024-10-31T20:01:10.999Z | [ recovery-image] Oct 31 20:01:09.898 INFO O| Oct 31 20:01:09.898 INFO STEP 656 (remove_files) COMPLETE |
6094 | 2024-10-31T20:01:10.999Z | [ recovery-image] Oct 31 20:01:09.898 INFO O| Oct 31 20:01:09.898 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6095 | 2024-10-31T20:01:11.008Z | [ recovery-image] Oct 31 20:01:09.910 INFO O| Oct 31 20:01:09.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6096 | 2024-10-31T20:01:11.010Z | [ recovery-image] Oct 31 20:01:09.910 INFO O| Oct 31 20:01:09.910 INFO STEP 657 (remove_files) COMPLETE |
6097 | 2024-10-31T20:01:11.010Z | [ recovery-image] Oct 31 20:01:09.910 INFO O| Oct 31 20:01:09.910 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6098 | 2024-10-31T20:01:11.018Z | [ recovery-image] Oct 31 20:01:09.919 INFO O| Oct 31 20:01:09.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6099 | 2024-10-31T20:01:11.018Z | [ recovery-image] Oct 31 20:01:09.920 INFO O| Oct 31 20:01:09.920 INFO STEP 658 (remove_files) COMPLETE |
6100 | 2024-10-31T20:01:11.020Z | [ recovery-image] Oct 31 20:01:09.920 INFO O| Oct 31 20:01:09.920 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6101 | 2024-10-31T20:01:11.028Z | [ recovery-image] Oct 31 20:01:09.929 INFO O| Oct 31 20:01:09.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6102 | 2024-10-31T20:01:11.028Z | [ recovery-image] Oct 31 20:01:09.929 INFO O| Oct 31 20:01:09.929 INFO STEP 659 (remove_files) COMPLETE |
6103 | 2024-10-31T20:01:11.030Z | [ recovery-image] Oct 31 20:01:09.929 INFO O| Oct 31 20:01:09.929 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6104 | 2024-10-31T20:01:11.037Z | [ recovery-image] Oct 31 20:01:09.939 INFO O| Oct 31 20:01:09.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6105 | 2024-10-31T20:01:11.040Z | [ recovery-image] Oct 31 20:01:09.939 INFO O| Oct 31 20:01:09.939 INFO STEP 660 (remove_files) COMPLETE |
6106 | 2024-10-31T20:01:11.040Z | [ recovery-image] Oct 31 20:01:09.939 INFO O| Oct 31 20:01:09.939 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6107 | 2024-10-31T20:01:11.047Z | [ recovery-image] Oct 31 20:01:09.949 INFO O| Oct 31 20:01:09.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6108 | 2024-10-31T20:01:11.050Z | [ recovery-image] Oct 31 20:01:09.949 INFO O| Oct 31 20:01:09.949 INFO STEP 661 (remove_files) COMPLETE |
6109 | 2024-10-31T20:01:11.050Z | [ recovery-image] Oct 31 20:01:09.949 INFO O| Oct 31 20:01:09.949 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6110 | 2024-10-31T20:01:11.056Z | [ recovery-image] Oct 31 20:01:09.958 INFO O| Oct 31 20:01:09.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6111 | 2024-10-31T20:01:11.059Z | [ recovery-image] Oct 31 20:01:09.958 INFO O| Oct 31 20:01:09.958 INFO STEP 662 (remove_files) COMPLETE |
6112 | 2024-10-31T20:01:11.059Z | [ recovery-image] Oct 31 20:01:09.958 INFO O| Oct 31 20:01:09.958 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6113 | 2024-10-31T20:01:11.066Z | [ recovery-image] Oct 31 20:01:09.968 INFO O| Oct 31 20:01:09.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6114 | 2024-10-31T20:01:11.069Z | [ recovery-image] Oct 31 20:01:09.968 INFO O| Oct 31 20:01:09.968 INFO STEP 663 (remove_files) COMPLETE |
6115 | 2024-10-31T20:01:11.069Z | [ recovery-image] Oct 31 20:01:09.968 INFO O| Oct 31 20:01:09.968 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6116 | 2024-10-31T20:01:11.076Z | [ recovery-image] Oct 31 20:01:09.978 INFO O| Oct 31 20:01:09.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6117 | 2024-10-31T20:01:11.076Z | [ recovery-image] Oct 31 20:01:09.978 INFO O| Oct 31 20:01:09.978 INFO STEP 664 (remove_files) COMPLETE |
6118 | 2024-10-31T20:01:11.076Z | [ recovery-image] Oct 31 20:01:09.978 INFO O| Oct 31 20:01:09.978 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6119 | 2024-10-31T20:01:11.086Z | [ recovery-image] Oct 31 20:01:09.987 INFO O| Oct 31 20:01:09.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6120 | 2024-10-31T20:01:11.086Z | [ recovery-image] Oct 31 20:01:09.987 INFO O| Oct 31 20:01:09.987 INFO STEP 665 (remove_files) COMPLETE |
6121 | 2024-10-31T20:01:11.088Z | [ recovery-image] Oct 31 20:01:09.987 INFO O| Oct 31 20:01:09.987 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6122 | 2024-10-31T20:01:11.101Z | [ recovery-image] Oct 31 20:01:09.997 INFO O| Oct 31 20:01:09.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6123 | 2024-10-31T20:01:11.101Z | [ recovery-image] Oct 31 20:01:09.997 INFO O| Oct 31 20:01:09.997 INFO STEP 666 (remove_files) COMPLETE |
6124 | 2024-10-31T20:01:11.104Z | [ recovery-image] Oct 31 20:01:09.997 INFO O| Oct 31 20:01:09.997 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6125 | 2024-10-31T20:01:11.106Z | [ recovery-image] Oct 31 20:01:10.007 INFO O| Oct 31 20:01:10.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6126 | 2024-10-31T20:01:11.106Z | [ recovery-image] Oct 31 20:01:10.007 INFO O| Oct 31 20:01:10.007 INFO STEP 667 (remove_files) COMPLETE |
6127 | 2024-10-31T20:01:11.106Z | [ recovery-image] Oct 31 20:01:10.008 INFO O| Oct 31 20:01:10.007 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6128 | 2024-10-31T20:01:11.116Z | [ recovery-image] Oct 31 20:01:10.018 INFO O| Oct 31 20:01:10.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6129 | 2024-10-31T20:01:11.116Z | [ recovery-image] Oct 31 20:01:10.018 INFO O| Oct 31 20:01:10.018 INFO STEP 668 (remove_files) COMPLETE |
6130 | 2024-10-31T20:01:11.116Z | [ recovery-image] Oct 31 20:01:10.018 INFO O| Oct 31 20:01:10.018 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6131 | 2024-10-31T20:01:11.126Z | [ recovery-image] Oct 31 20:01:10.028 INFO O| Oct 31 20:01:10.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6132 | 2024-10-31T20:01:11.126Z | [ recovery-image] Oct 31 20:01:10.028 INFO O| Oct 31 20:01:10.028 INFO STEP 669 (remove_files) COMPLETE |
6133 | 2024-10-31T20:01:11.126Z | [ recovery-image] Oct 31 20:01:10.028 INFO O| Oct 31 20:01:10.028 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6134 | 2024-10-31T20:01:11.138Z | [ recovery-image] Oct 31 20:01:10.040 INFO O| Oct 31 20:01:10.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6135 | 2024-10-31T20:01:11.138Z | [ recovery-image] Oct 31 20:01:10.040 INFO O| Oct 31 20:01:10.040 INFO STEP 670 (remove_files) COMPLETE |
6136 | 2024-10-31T20:01:11.141Z | [ recovery-image] Oct 31 20:01:10.040 INFO O| Oct 31 20:01:10.040 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6137 | 2024-10-31T20:01:11.149Z | [ recovery-image] Oct 31 20:01:10.051 INFO O| Oct 31 20:01:10.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6138 | 2024-10-31T20:01:11.149Z | [ recovery-image] Oct 31 20:01:10.051 INFO O| Oct 31 20:01:10.051 INFO STEP 671 (remove_files) COMPLETE |
6139 | 2024-10-31T20:01:11.149Z | [ recovery-image] Oct 31 20:01:10.051 INFO O| Oct 31 20:01:10.051 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6140 | 2024-10-31T20:01:11.159Z | [ recovery-image] Oct 31 20:01:10.061 INFO O| Oct 31 20:01:10.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6141 | 2024-10-31T20:01:11.162Z | [ recovery-image] Oct 31 20:01:10.061 INFO O| Oct 31 20:01:10.061 INFO STEP 672 (remove_files) COMPLETE |
6142 | 2024-10-31T20:01:11.162Z | [ recovery-image] Oct 31 20:01:10.061 INFO O| Oct 31 20:01:10.061 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6143 | 2024-10-31T20:01:11.169Z | [ recovery-image] Oct 31 20:01:10.071 INFO O| Oct 31 20:01:10.071 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6144 | 2024-10-31T20:01:11.169Z | [ recovery-image] Oct 31 20:01:10.071 INFO O| Oct 31 20:01:10.071 INFO STEP 673 (remove_files) COMPLETE |
6145 | 2024-10-31T20:01:11.172Z | [ recovery-image] Oct 31 20:01:10.071 INFO O| Oct 31 20:01:10.071 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6146 | 2024-10-31T20:01:11.179Z | [ recovery-image] Oct 31 20:01:10.081 INFO O| Oct 31 20:01:10.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6147 | 2024-10-31T20:01:11.180Z | [ recovery-image] Oct 31 20:01:10.081 INFO O| Oct 31 20:01:10.081 INFO STEP 674 (remove_files) COMPLETE |
6148 | 2024-10-31T20:01:11.180Z | [ recovery-image] Oct 31 20:01:10.081 INFO O| Oct 31 20:01:10.081 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6149 | 2024-10-31T20:01:11.190Z | [ recovery-image] Oct 31 20:01:10.091 INFO O| Oct 31 20:01:10.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6150 | 2024-10-31T20:01:11.190Z | [ recovery-image] Oct 31 20:01:10.091 INFO O| Oct 31 20:01:10.091 INFO STEP 675 (remove_files) COMPLETE |
6151 | 2024-10-31T20:01:11.190Z | [ recovery-image] Oct 31 20:01:10.091 INFO O| Oct 31 20:01:10.091 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6152 | 2024-10-31T20:01:11.199Z | [ recovery-image] Oct 31 20:01:10.101 INFO O| Oct 31 20:01:10.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6153 | 2024-10-31T20:01:11.201Z | [ recovery-image] Oct 31 20:01:10.101 INFO O| Oct 31 20:01:10.101 INFO STEP 676 (remove_files) COMPLETE |
6154 | 2024-10-31T20:01:11.201Z | [ recovery-image] Oct 31 20:01:10.101 INFO O| Oct 31 20:01:10.101 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6155 | 2024-10-31T20:01:11.208Z | [ recovery-image] Oct 31 20:01:10.110 INFO O| Oct 31 20:01:10.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6156 | 2024-10-31T20:01:11.209Z | [ recovery-image] Oct 31 20:01:10.110 INFO O| Oct 31 20:01:10.110 INFO STEP 677 (remove_files) COMPLETE |
6157 | 2024-10-31T20:01:11.209Z | [ recovery-image] Oct 31 20:01:10.110 INFO O| Oct 31 20:01:10.110 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6158 | 2024-10-31T20:01:11.218Z | [ recovery-image] Oct 31 20:01:10.120 INFO O| Oct 31 20:01:10.120 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6159 | 2024-10-31T20:01:11.218Z | [ recovery-image] Oct 31 20:01:10.120 INFO O| Oct 31 20:01:10.120 INFO STEP 678 (remove_files) COMPLETE |
6160 | 2024-10-31T20:01:11.218Z | [ recovery-image] Oct 31 20:01:10.120 INFO O| Oct 31 20:01:10.120 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6161 | 2024-10-31T20:01:11.228Z | [ recovery-image] Oct 31 20:01:10.130 INFO O| Oct 31 20:01:10.130 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6162 | 2024-10-31T20:01:11.230Z | [ recovery-image] Oct 31 20:01:10.130 INFO O| Oct 31 20:01:10.130 INFO STEP 679 (remove_files) COMPLETE |
6163 | 2024-10-31T20:01:11.230Z | [ recovery-image] Oct 31 20:01:10.130 INFO O| Oct 31 20:01:10.130 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6164 | 2024-10-31T20:01:11.238Z | [ recovery-image] Oct 31 20:01:10.140 INFO O| Oct 31 20:01:10.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6165 | 2024-10-31T20:01:11.238Z | [ recovery-image] Oct 31 20:01:10.140 INFO O| Oct 31 20:01:10.140 INFO STEP 680 (remove_files) COMPLETE |
6166 | 2024-10-31T20:01:11.238Z | [ recovery-image] Oct 31 20:01:10.140 INFO O| Oct 31 20:01:10.140 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6167 | 2024-10-31T20:01:11.251Z | [ recovery-image] Oct 31 20:01:10.150 INFO O| Oct 31 20:01:10.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6168 | 2024-10-31T20:01:11.251Z | [ recovery-image] Oct 31 20:01:10.150 INFO O| Oct 31 20:01:10.150 INFO STEP 681 (remove_files) COMPLETE |
6169 | 2024-10-31T20:01:11.251Z | [ recovery-image] Oct 31 20:01:10.150 INFO O| Oct 31 20:01:10.150 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6170 | 2024-10-31T20:01:11.258Z | [ recovery-image] Oct 31 20:01:10.160 INFO O| Oct 31 20:01:10.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6171 | 2024-10-31T20:01:11.259Z | [ recovery-image] Oct 31 20:01:10.160 INFO O| Oct 31 20:01:10.160 INFO STEP 682 (remove_files) COMPLETE |
6172 | 2024-10-31T20:01:11.262Z | [ recovery-image] Oct 31 20:01:10.160 INFO O| Oct 31 20:01:10.160 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6173 | 2024-10-31T20:01:11.269Z | [ recovery-image] Oct 31 20:01:10.171 INFO O| Oct 31 20:01:10.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6174 | 2024-10-31T20:01:11.271Z | [ recovery-image] Oct 31 20:01:10.172 INFO O| Oct 31 20:01:10.172 INFO STEP 683 (remove_files) COMPLETE |
6175 | 2024-10-31T20:01:11.271Z | [ recovery-image] Oct 31 20:01:10.172 INFO O| Oct 31 20:01:10.172 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6176 | 2024-10-31T20:01:11.280Z | [ recovery-image] Oct 31 20:01:10.182 INFO O| Oct 31 20:01:10.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6177 | 2024-10-31T20:01:11.280Z | [ recovery-image] Oct 31 20:01:10.182 INFO O| Oct 31 20:01:10.182 INFO STEP 684 (remove_files) COMPLETE |
6178 | 2024-10-31T20:01:11.282Z | [ recovery-image] Oct 31 20:01:10.182 INFO O| Oct 31 20:01:10.182 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-10-31T20:01:11.290Z | [ recovery-image] Oct 31 20:01:10.192 INFO O| Oct 31 20:01:10.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6180 | 2024-10-31T20:01:11.290Z | [ recovery-image] Oct 31 20:01:10.192 INFO O| Oct 31 20:01:10.192 INFO STEP 685 (remove_files) COMPLETE |
6181 | 2024-10-31T20:01:11.290Z | [ recovery-image] Oct 31 20:01:10.192 INFO O| Oct 31 20:01:10.192 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-10-31T20:01:11.300Z | [ recovery-image] Oct 31 20:01:10.202 INFO O| Oct 31 20:01:10.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6183 | 2024-10-31T20:01:11.302Z | [ recovery-image] Oct 31 20:01:10.202 INFO O| Oct 31 20:01:10.202 INFO STEP 686 (remove_files) COMPLETE |
6184 | 2024-10-31T20:01:11.302Z | [ recovery-image] Oct 31 20:01:10.202 INFO O| Oct 31 20:01:10.202 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-10-31T20:01:11.310Z | [ recovery-image] Oct 31 20:01:10.212 INFO O| Oct 31 20:01:10.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6186 | 2024-10-31T20:01:11.310Z | [ recovery-image] Oct 31 20:01:10.212 INFO O| Oct 31 20:01:10.212 INFO STEP 687 (remove_files) COMPLETE |
6187 | 2024-10-31T20:01:11.310Z | [ recovery-image] Oct 31 20:01:10.212 INFO O| Oct 31 20:01:10.212 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-10-31T20:01:11.321Z | [ recovery-image] Oct 31 20:01:10.223 INFO O| Oct 31 20:01:10.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6189 | 2024-10-31T20:01:11.321Z | [ recovery-image] Oct 31 20:01:10.223 INFO O| Oct 31 20:01:10.223 INFO STEP 688 (remove_files) COMPLETE |
6190 | 2024-10-31T20:01:11.321Z | [ recovery-image] Oct 31 20:01:10.223 INFO O| Oct 31 20:01:10.223 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-10-31T20:01:11.332Z | [ recovery-image] Oct 31 20:01:10.233 INFO O| Oct 31 20:01:10.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6192 | 2024-10-31T20:01:11.332Z | [ recovery-image] Oct 31 20:01:10.234 INFO O| Oct 31 20:01:10.234 INFO STEP 689 (remove_files) COMPLETE |
6193 | 2024-10-31T20:01:11.332Z | [ recovery-image] Oct 31 20:01:10.234 INFO O| Oct 31 20:01:10.234 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-10-31T20:01:11.342Z | [ recovery-image] Oct 31 20:01:10.243 INFO O| Oct 31 20:01:10.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6195 | 2024-10-31T20:01:11.350Z | [ recovery-image] Oct 31 20:01:10.244 INFO O| Oct 31 20:01:10.243 INFO STEP 690 (remove_files) COMPLETE |
6196 | 2024-10-31T20:01:11.350Z | [ recovery-image] Oct 31 20:01:10.244 INFO O| Oct 31 20:01:10.244 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-10-31T20:01:11.354Z | [ recovery-image] Oct 31 20:01:10.253 INFO O| Oct 31 20:01:10.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6198 | 2024-10-31T20:01:11.354Z | [ recovery-image] Oct 31 20:01:10.254 INFO O| Oct 31 20:01:10.253 INFO STEP 691 (remove_files) COMPLETE |
6199 | 2024-10-31T20:01:11.354Z | [ recovery-image] Oct 31 20:01:10.254 INFO O| Oct 31 20:01:10.253 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-10-31T20:01:11.361Z | [ recovery-image] Oct 31 20:01:10.263 INFO O| Oct 31 20:01:10.263 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6201 | 2024-10-31T20:01:11.361Z | [ recovery-image] Oct 31 20:01:10.263 INFO O| Oct 31 20:01:10.263 INFO STEP 692 (remove_files) COMPLETE |
6202 | 2024-10-31T20:01:11.364Z | [ recovery-image] Oct 31 20:01:10.263 INFO O| Oct 31 20:01:10.263 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-10-31T20:01:11.371Z | [ recovery-image] Oct 31 20:01:10.273 INFO O| Oct 31 20:01:10.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6204 | 2024-10-31T20:01:11.371Z | [ recovery-image] Oct 31 20:01:10.273 INFO O| Oct 31 20:01:10.273 INFO STEP 693 (remove_files) COMPLETE |
6205 | 2024-10-31T20:01:11.371Z | [ recovery-image] Oct 31 20:01:10.273 INFO O| Oct 31 20:01:10.273 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-10-31T20:01:11.381Z | [ recovery-image] Oct 31 20:01:10.283 INFO O| Oct 31 20:01:10.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6207 | 2024-10-31T20:01:11.381Z | [ recovery-image] Oct 31 20:01:10.283 INFO O| Oct 31 20:01:10.283 INFO STEP 694 (remove_files) COMPLETE |
6208 | 2024-10-31T20:01:11.383Z | [ recovery-image] Oct 31 20:01:10.283 INFO O| Oct 31 20:01:10.283 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-10-31T20:01:11.390Z | [ recovery-image] Oct 31 20:01:10.292 INFO O| Oct 31 20:01:10.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6210 | 2024-10-31T20:01:11.390Z | [ recovery-image] Oct 31 20:01:10.292 INFO O| Oct 31 20:01:10.292 INFO STEP 695 (remove_files) COMPLETE |
6211 | 2024-10-31T20:01:11.393Z | [ recovery-image] Oct 31 20:01:10.292 INFO O| Oct 31 20:01:10.292 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-10-31T20:01:11.400Z | [ recovery-image] Oct 31 20:01:10.302 INFO O| Oct 31 20:01:10.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6213 | 2024-10-31T20:01:11.400Z | [ recovery-image] Oct 31 20:01:10.302 INFO O| Oct 31 20:01:10.302 INFO STEP 696 (remove_files) COMPLETE |
6214 | 2024-10-31T20:01:11.402Z | [ recovery-image] Oct 31 20:01:10.302 INFO O| Oct 31 20:01:10.302 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-10-31T20:01:11.410Z | [ recovery-image] Oct 31 20:01:10.312 INFO O| Oct 31 20:01:10.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6216 | 2024-10-31T20:01:11.410Z | [ recovery-image] Oct 31 20:01:10.312 INFO O| Oct 31 20:01:10.312 INFO STEP 697 (remove_files) COMPLETE |
6217 | 2024-10-31T20:01:11.410Z | [ recovery-image] Oct 31 20:01:10.312 INFO O| Oct 31 20:01:10.312 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-10-31T20:01:11.419Z | [ recovery-image] Oct 31 20:01:10.321 INFO O| Oct 31 20:01:10.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6219 | 2024-10-31T20:01:11.419Z | [ recovery-image] Oct 31 20:01:10.321 INFO O| Oct 31 20:01:10.321 INFO STEP 698 (remove_files) COMPLETE |
6220 | 2024-10-31T20:01:11.419Z | [ recovery-image] Oct 31 20:01:10.321 INFO O| Oct 31 20:01:10.321 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-10-31T20:01:11.430Z | [ recovery-image] Oct 31 20:01:10.332 INFO O| Oct 31 20:01:10.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6222 | 2024-10-31T20:01:11.430Z | [ recovery-image] Oct 31 20:01:10.332 INFO O| Oct 31 20:01:10.332 INFO STEP 699 (remove_files) COMPLETE |
6223 | 2024-10-31T20:01:11.430Z | [ recovery-image] Oct 31 20:01:10.332 INFO O| Oct 31 20:01:10.332 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-10-31T20:01:11.439Z | [ recovery-image] Oct 31 20:01:10.341 INFO O| Oct 31 20:01:10.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6225 | 2024-10-31T20:01:11.443Z | [ recovery-image] Oct 31 20:01:10.341 INFO O| Oct 31 20:01:10.341 INFO STEP 700 (remove_files) COMPLETE |
6226 | 2024-10-31T20:01:11.443Z | [ recovery-image] Oct 31 20:01:10.341 INFO O| Oct 31 20:01:10.341 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-10-31T20:01:11.449Z | [ recovery-image] Oct 31 20:01:10.351 INFO O| Oct 31 20:01:10.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6228 | 2024-10-31T20:01:11.449Z | [ recovery-image] Oct 31 20:01:10.351 INFO O| Oct 31 20:01:10.351 INFO STEP 701 (remove_files) COMPLETE |
6229 | 2024-10-31T20:01:11.449Z | [ recovery-image] Oct 31 20:01:10.351 INFO O| Oct 31 20:01:10.351 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-10-31T20:01:11.458Z | [ recovery-image] Oct 31 20:01:10.360 INFO O| Oct 31 20:01:10.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6231 | 2024-10-31T20:01:11.458Z | [ recovery-image] Oct 31 20:01:10.360 INFO O| Oct 31 20:01:10.360 INFO STEP 702 (remove_files) COMPLETE |
6232 | 2024-10-31T20:01:11.458Z | [ recovery-image] Oct 31 20:01:10.360 INFO O| Oct 31 20:01:10.360 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-10-31T20:01:11.468Z | [ recovery-image] Oct 31 20:01:10.369 INFO O| Oct 31 20:01:10.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6234 | 2024-10-31T20:01:11.468Z | [ recovery-image] Oct 31 20:01:10.369 INFO O| Oct 31 20:01:10.369 INFO STEP 703 (remove_files) COMPLETE |
6235 | 2024-10-31T20:01:11.468Z | [ recovery-image] Oct 31 20:01:10.369 INFO O| Oct 31 20:01:10.369 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-10-31T20:01:11.477Z | [ recovery-image] Oct 31 20:01:10.379 INFO O| Oct 31 20:01:10.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6237 | 2024-10-31T20:01:11.480Z | [ recovery-image] Oct 31 20:01:10.379 INFO O| Oct 31 20:01:10.379 INFO STEP 704 (remove_files) COMPLETE |
6238 | 2024-10-31T20:01:11.480Z | [ recovery-image] Oct 31 20:01:10.379 INFO O| Oct 31 20:01:10.379 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-10-31T20:01:11.486Z | [ recovery-image] Oct 31 20:01:10.388 INFO O| Oct 31 20:01:10.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6240 | 2024-10-31T20:01:11.489Z | [ recovery-image] Oct 31 20:01:10.388 INFO O| Oct 31 20:01:10.388 INFO STEP 705 (remove_files) COMPLETE |
6241 | 2024-10-31T20:01:11.489Z | [ recovery-image] Oct 31 20:01:10.388 INFO O| Oct 31 20:01:10.388 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-10-31T20:01:11.496Z | [ recovery-image] Oct 31 20:01:10.398 INFO O| Oct 31 20:01:10.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6243 | 2024-10-31T20:01:11.496Z | [ recovery-image] Oct 31 20:01:10.398 INFO O| Oct 31 20:01:10.398 INFO STEP 706 (remove_files) COMPLETE |
6244 | 2024-10-31T20:01:11.496Z | [ recovery-image] Oct 31 20:01:10.398 INFO O| Oct 31 20:01:10.398 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-10-31T20:01:11.506Z | [ recovery-image] Oct 31 20:01:10.408 INFO O| Oct 31 20:01:10.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6246 | 2024-10-31T20:01:11.509Z | [ recovery-image] Oct 31 20:01:10.408 INFO O| Oct 31 20:01:10.408 INFO STEP 707 (remove_files) COMPLETE |
6247 | 2024-10-31T20:01:11.509Z | [ recovery-image] Oct 31 20:01:10.408 INFO O| Oct 31 20:01:10.408 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-10-31T20:01:11.515Z | [ recovery-image] Oct 31 20:01:10.417 INFO O| Oct 31 20:01:10.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6249 | 2024-10-31T20:01:11.517Z | [ recovery-image] Oct 31 20:01:10.417 INFO O| Oct 31 20:01:10.417 INFO STEP 708 (remove_files) COMPLETE |
6250 | 2024-10-31T20:01:11.517Z | [ recovery-image] Oct 31 20:01:10.417 INFO O| Oct 31 20:01:10.417 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-10-31T20:01:11.524Z | [ recovery-image] Oct 31 20:01:10.426 INFO O| Oct 31 20:01:10.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6252 | 2024-10-31T20:01:11.524Z | [ recovery-image] Oct 31 20:01:10.426 INFO O| Oct 31 20:01:10.426 INFO STEP 709 (remove_files) COMPLETE |
6253 | 2024-10-31T20:01:11.527Z | [ recovery-image] Oct 31 20:01:10.426 INFO O| Oct 31 20:01:10.426 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-10-31T20:01:11.534Z | [ recovery-image] Oct 31 20:01:10.436 INFO O| Oct 31 20:01:10.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6255 | 2024-10-31T20:01:11.534Z | [ recovery-image] Oct 31 20:01:10.436 INFO O| Oct 31 20:01:10.436 INFO STEP 710 (remove_files) COMPLETE |
6256 | 2024-10-31T20:01:11.536Z | [ recovery-image] Oct 31 20:01:10.436 INFO O| Oct 31 20:01:10.436 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-10-31T20:01:11.544Z | [ recovery-image] Oct 31 20:01:10.445 INFO O| Oct 31 20:01:10.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6258 | 2024-10-31T20:01:11.544Z | [ recovery-image] Oct 31 20:01:10.445 INFO O| Oct 31 20:01:10.445 INFO STEP 711 (remove_files) COMPLETE |
6259 | 2024-10-31T20:01:11.544Z | [ recovery-image] Oct 31 20:01:10.445 INFO O| Oct 31 20:01:10.445 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-10-31T20:01:11.555Z | [ recovery-image] Oct 31 20:01:10.457 INFO O| Oct 31 20:01:10.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6261 | 2024-10-31T20:01:11.558Z | [ recovery-image] Oct 31 20:01:10.457 INFO O| Oct 31 20:01:10.457 INFO STEP 712 (remove_files) COMPLETE |
6262 | 2024-10-31T20:01:11.558Z | [ recovery-image] Oct 31 20:01:10.457 INFO O| Oct 31 20:01:10.457 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-10-31T20:01:11.565Z | [ recovery-image] Oct 31 20:01:10.467 INFO O| Oct 31 20:01:10.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6264 | 2024-10-31T20:01:11.567Z | [ recovery-image] Oct 31 20:01:10.467 INFO O| Oct 31 20:01:10.467 INFO STEP 713 (remove_files) COMPLETE |
6265 | 2024-10-31T20:01:11.567Z | [ recovery-image] Oct 31 20:01:10.467 INFO O| Oct 31 20:01:10.467 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-10-31T20:01:11.574Z | [ recovery-image] Oct 31 20:01:10.476 INFO O| Oct 31 20:01:10.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6267 | 2024-10-31T20:01:11.575Z | [ recovery-image] Oct 31 20:01:10.476 INFO O| Oct 31 20:01:10.476 INFO STEP 714 (remove_files) COMPLETE |
6268 | 2024-10-31T20:01:11.577Z | [ recovery-image] Oct 31 20:01:10.477 INFO O| Oct 31 20:01:10.476 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-10-31T20:01:11.584Z | [ recovery-image] Oct 31 20:01:10.486 INFO O| Oct 31 20:01:10.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6270 | 2024-10-31T20:01:11.587Z | [ recovery-image] Oct 31 20:01:10.486 INFO O| Oct 31 20:01:10.486 INFO STEP 715 (remove_files) COMPLETE |
6271 | 2024-10-31T20:01:11.587Z | [ recovery-image] Oct 31 20:01:10.486 INFO O| Oct 31 20:01:10.486 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-10-31T20:01:11.594Z | [ recovery-image] Oct 31 20:01:10.496 INFO O| Oct 31 20:01:10.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6273 | 2024-10-31T20:01:11.597Z | [ recovery-image] Oct 31 20:01:10.496 INFO O| Oct 31 20:01:10.496 INFO STEP 716 (remove_files) COMPLETE |
6274 | 2024-10-31T20:01:11.597Z | [ recovery-image] Oct 31 20:01:10.496 INFO O| Oct 31 20:01:10.496 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-10-31T20:01:11.604Z | [ recovery-image] Oct 31 20:01:10.506 INFO O| Oct 31 20:01:10.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6276 | 2024-10-31T20:01:11.604Z | [ recovery-image] Oct 31 20:01:10.506 INFO O| Oct 31 20:01:10.506 INFO STEP 717 (remove_files) COMPLETE |
6277 | 2024-10-31T20:01:11.604Z | [ recovery-image] Oct 31 20:01:10.506 INFO O| Oct 31 20:01:10.506 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-10-31T20:01:11.614Z | [ recovery-image] Oct 31 20:01:10.515 INFO O| Oct 31 20:01:10.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6279 | 2024-10-31T20:01:11.614Z | [ recovery-image] Oct 31 20:01:10.516 INFO O| Oct 31 20:01:10.515 INFO STEP 718 (remove_files) COMPLETE |
6280 | 2024-10-31T20:01:11.617Z | [ recovery-image] Oct 31 20:01:10.516 INFO O| Oct 31 20:01:10.516 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-10-31T20:01:11.623Z | [ recovery-image] Oct 31 20:01:10.525 INFO O| Oct 31 20:01:10.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6282 | 2024-10-31T20:01:11.626Z | [ recovery-image] Oct 31 20:01:10.525 INFO O| Oct 31 20:01:10.525 INFO STEP 719 (remove_files) COMPLETE |
6283 | 2024-10-31T20:01:11.626Z | [ recovery-image] Oct 31 20:01:10.525 INFO O| Oct 31 20:01:10.525 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-10-31T20:01:11.633Z | [ recovery-image] Oct 31 20:01:10.535 INFO O| Oct 31 20:01:10.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6285 | 2024-10-31T20:01:11.636Z | [ recovery-image] Oct 31 20:01:10.535 INFO O| Oct 31 20:01:10.535 INFO STEP 720 (remove_files) COMPLETE |
6286 | 2024-10-31T20:01:11.636Z | [ recovery-image] Oct 31 20:01:10.535 INFO O| Oct 31 20:01:10.535 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-10-31T20:01:11.643Z | [ recovery-image] Oct 31 20:01:10.544 INFO O| Oct 31 20:01:10.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6288 | 2024-10-31T20:01:11.643Z | [ recovery-image] Oct 31 20:01:10.544 INFO O| Oct 31 20:01:10.544 INFO STEP 721 (remove_files) COMPLETE |
6289 | 2024-10-31T20:01:11.643Z | [ recovery-image] Oct 31 20:01:10.545 INFO O| Oct 31 20:01:10.544 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-10-31T20:01:11.653Z | [ recovery-image] Oct 31 20:01:10.554 INFO O| Oct 31 20:01:10.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6291 | 2024-10-31T20:01:11.655Z | [ recovery-image] Oct 31 20:01:10.554 INFO O| Oct 31 20:01:10.554 INFO STEP 722 (remove_files) COMPLETE |
6292 | 2024-10-31T20:01:11.655Z | [ recovery-image] Oct 31 20:01:10.554 INFO O| Oct 31 20:01:10.554 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-10-31T20:01:11.662Z | [ recovery-image] Oct 31 20:01:10.563 INFO O| Oct 31 20:01:10.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6294 | 2024-10-31T20:01:11.664Z | [ recovery-image] Oct 31 20:01:10.563 INFO O| Oct 31 20:01:10.563 INFO STEP 723 (remove_files) COMPLETE |
6295 | 2024-10-31T20:01:11.664Z | [ recovery-image] Oct 31 20:01:10.564 INFO O| Oct 31 20:01:10.563 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-10-31T20:01:11.671Z | [ recovery-image] Oct 31 20:01:10.573 INFO O| Oct 31 20:01:10.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6297 | 2024-10-31T20:01:11.671Z | [ recovery-image] Oct 31 20:01:10.573 INFO O| Oct 31 20:01:10.573 INFO STEP 724 (remove_files) COMPLETE |
6298 | 2024-10-31T20:01:11.671Z | [ recovery-image] Oct 31 20:01:10.573 INFO O| Oct 31 20:01:10.573 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-10-31T20:01:11.680Z | [ recovery-image] Oct 31 20:01:10.582 INFO O| Oct 31 20:01:10.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6300 | 2024-10-31T20:01:11.680Z | [ recovery-image] Oct 31 20:01:10.582 INFO O| Oct 31 20:01:10.582 INFO STEP 725 (remove_files) COMPLETE |
6301 | 2024-10-31T20:01:11.680Z | [ recovery-image] Oct 31 20:01:10.582 INFO O| Oct 31 20:01:10.582 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-10-31T20:01:11.690Z | [ recovery-image] Oct 31 20:01:10.591 INFO O| Oct 31 20:01:10.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6303 | 2024-10-31T20:01:11.692Z | [ recovery-image] Oct 31 20:01:10.592 INFO O| Oct 31 20:01:10.591 INFO STEP 726 (remove_files) COMPLETE |
6304 | 2024-10-31T20:01:11.692Z | [ recovery-image] Oct 31 20:01:10.592 INFO O| Oct 31 20:01:10.591 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-10-31T20:01:11.699Z | [ recovery-image] Oct 31 20:01:10.601 INFO O| Oct 31 20:01:10.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6306 | 2024-10-31T20:01:11.701Z | [ recovery-image] Oct 31 20:01:10.601 INFO O| Oct 31 20:01:10.601 INFO STEP 727 (remove_files) COMPLETE |
6307 | 2024-10-31T20:01:11.701Z | [ recovery-image] Oct 31 20:01:10.601 INFO O| Oct 31 20:01:10.601 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6308 | 2024-10-31T20:01:11.708Z | [ recovery-image] Oct 31 20:01:10.610 INFO O| Oct 31 20:01:10.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6309 | 2024-10-31T20:01:11.711Z | [ recovery-image] Oct 31 20:01:10.610 INFO O| Oct 31 20:01:10.610 INFO STEP 728 (remove_files) COMPLETE |
6310 | 2024-10-31T20:01:11.711Z | [ recovery-image] Oct 31 20:01:10.610 INFO O| Oct 31 20:01:10.610 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6311 | 2024-10-31T20:01:11.719Z | [ recovery-image] Oct 31 20:01:10.620 INFO O| Oct 31 20:01:10.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6312 | 2024-10-31T20:01:11.722Z | [ recovery-image] Oct 31 20:01:10.620 INFO O| Oct 31 20:01:10.620 INFO STEP 729 (remove_files) COMPLETE |
6313 | 2024-10-31T20:01:11.722Z | [ recovery-image] Oct 31 20:01:10.620 INFO O| Oct 31 20:01:10.620 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6314 | 2024-10-31T20:01:11.728Z | [ recovery-image] Oct 31 20:01:10.630 INFO O| Oct 31 20:01:10.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6315 | 2024-10-31T20:01:11.732Z | [ recovery-image] Oct 31 20:01:10.630 INFO O| Oct 31 20:01:10.630 INFO STEP 730 (remove_files) COMPLETE |
6316 | 2024-10-31T20:01:11.732Z | [ recovery-image] Oct 31 20:01:10.630 INFO O| Oct 31 20:01:10.630 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6317 | 2024-10-31T20:01:11.737Z | [ recovery-image] Oct 31 20:01:10.639 INFO O| Oct 31 20:01:10.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6318 | 2024-10-31T20:01:11.737Z | [ recovery-image] Oct 31 20:01:10.639 INFO O| Oct 31 20:01:10.639 INFO STEP 731 (remove_files) COMPLETE |
6319 | 2024-10-31T20:01:11.740Z | [ recovery-image] Oct 31 20:01:10.639 INFO O| Oct 31 20:01:10.639 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6320 | 2024-10-31T20:01:11.747Z | [ recovery-image] Oct 31 20:01:10.648 INFO O| Oct 31 20:01:10.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6321 | 2024-10-31T20:01:11.747Z | [ recovery-image] Oct 31 20:01:10.648 INFO O| Oct 31 20:01:10.648 INFO STEP 732 (remove_files) COMPLETE |
6322 | 2024-10-31T20:01:11.747Z | [ recovery-image] Oct 31 20:01:10.648 INFO O| Oct 31 20:01:10.648 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6323 | 2024-10-31T20:01:11.756Z | [ recovery-image] Oct 31 20:01:10.658 INFO O| Oct 31 20:01:10.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6324 | 2024-10-31T20:01:11.756Z | [ recovery-image] Oct 31 20:01:10.658 INFO O| Oct 31 20:01:10.658 INFO STEP 733 (remove_files) COMPLETE |
6325 | 2024-10-31T20:01:11.758Z | [ recovery-image] Oct 31 20:01:10.658 INFO O| Oct 31 20:01:10.658 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6326 | 2024-10-31T20:01:11.765Z | [ recovery-image] Oct 31 20:01:10.667 INFO O| Oct 31 20:01:10.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6327 | 2024-10-31T20:01:11.765Z | [ recovery-image] Oct 31 20:01:10.667 INFO O| Oct 31 20:01:10.667 INFO STEP 734 (remove_files) COMPLETE |
6328 | 2024-10-31T20:01:11.768Z | [ recovery-image] Oct 31 20:01:10.667 INFO O| Oct 31 20:01:10.667 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6329 | 2024-10-31T20:01:11.775Z | [ recovery-image] Oct 31 20:01:10.677 INFO O| Oct 31 20:01:10.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6330 | 2024-10-31T20:01:11.777Z | [ recovery-image] Oct 31 20:01:10.677 INFO O| Oct 31 20:01:10.677 INFO STEP 735 (remove_files) COMPLETE |
6331 | 2024-10-31T20:01:11.777Z | [ recovery-image] Oct 31 20:01:10.677 INFO O| Oct 31 20:01:10.677 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6332 | 2024-10-31T20:01:11.784Z | [ recovery-image] Oct 31 20:01:10.686 INFO O| Oct 31 20:01:10.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6333 | 2024-10-31T20:01:11.784Z | [ recovery-image] Oct 31 20:01:10.686 INFO O| Oct 31 20:01:10.686 INFO STEP 736 (remove_files) COMPLETE |
6334 | 2024-10-31T20:01:11.784Z | [ recovery-image] Oct 31 20:01:10.686 INFO O| Oct 31 20:01:10.686 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6335 | 2024-10-31T20:01:11.794Z | [ recovery-image] Oct 31 20:01:10.695 INFO O| Oct 31 20:01:10.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6336 | 2024-10-31T20:01:11.796Z | [ recovery-image] Oct 31 20:01:10.695 INFO O| Oct 31 20:01:10.695 INFO STEP 737 (remove_files) COMPLETE |
6337 | 2024-10-31T20:01:11.796Z | [ recovery-image] Oct 31 20:01:10.695 INFO O| Oct 31 20:01:10.695 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6338 | 2024-10-31T20:01:11.803Z | [ recovery-image] Oct 31 20:01:10.704 INFO O| Oct 31 20:01:10.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6339 | 2024-10-31T20:01:11.803Z | [ recovery-image] Oct 31 20:01:10.705 INFO O| Oct 31 20:01:10.705 INFO STEP 738 (remove_files) COMPLETE |
6340 | 2024-10-31T20:01:11.803Z | [ recovery-image] Oct 31 20:01:10.705 INFO O| Oct 31 20:01:10.705 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6341 | 2024-10-31T20:01:11.812Z | [ recovery-image] Oct 31 20:01:10.714 INFO O| Oct 31 20:01:10.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6342 | 2024-10-31T20:01:11.812Z | [ recovery-image] Oct 31 20:01:10.714 INFO O| Oct 31 20:01:10.714 INFO STEP 739 (remove_files) COMPLETE |
6343 | 2024-10-31T20:01:11.812Z | [ recovery-image] Oct 31 20:01:10.714 INFO O| Oct 31 20:01:10.714 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6344 | 2024-10-31T20:01:11.822Z | [ recovery-image] Oct 31 20:01:10.724 INFO O| Oct 31 20:01:10.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6345 | 2024-10-31T20:01:11.824Z | [ recovery-image] Oct 31 20:01:10.724 INFO O| Oct 31 20:01:10.724 INFO STEP 740 (remove_files) COMPLETE |
6346 | 2024-10-31T20:01:11.824Z | [ recovery-image] Oct 31 20:01:10.724 INFO O| Oct 31 20:01:10.724 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6347 | 2024-10-31T20:01:11.831Z | [ recovery-image] Oct 31 20:01:10.733 INFO O| Oct 31 20:01:10.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6348 | 2024-10-31T20:01:11.831Z | [ recovery-image] Oct 31 20:01:10.733 INFO O| Oct 31 20:01:10.733 INFO STEP 741 (remove_files) COMPLETE |
6349 | 2024-10-31T20:01:11.834Z | [ recovery-image] Oct 31 20:01:10.733 INFO O| Oct 31 20:01:10.733 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6350 | 2024-10-31T20:01:11.841Z | [ recovery-image] Oct 31 20:01:10.743 INFO O| Oct 31 20:01:10.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6351 | 2024-10-31T20:01:11.841Z | [ recovery-image] Oct 31 20:01:10.743 INFO O| Oct 31 20:01:10.743 INFO STEP 742 (remove_files) COMPLETE |
6352 | 2024-10-31T20:01:11.844Z | [ recovery-image] Oct 31 20:01:10.743 INFO O| Oct 31 20:01:10.743 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6353 | 2024-10-31T20:01:11.851Z | [ recovery-image] Oct 31 20:01:10.752 INFO O| Oct 31 20:01:10.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6354 | 2024-10-31T20:01:11.853Z | [ recovery-image] Oct 31 20:01:10.753 INFO O| Oct 31 20:01:10.753 INFO STEP 743 (remove_files) COMPLETE |
6355 | 2024-10-31T20:01:11.853Z | [ recovery-image] Oct 31 20:01:10.753 INFO O| Oct 31 20:01:10.753 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6356 | 2024-10-31T20:01:11.860Z | [ recovery-image] Oct 31 20:01:10.762 INFO O| Oct 31 20:01:10.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6357 | 2024-10-31T20:01:11.860Z | [ recovery-image] Oct 31 20:01:10.762 INFO O| Oct 31 20:01:10.762 INFO STEP 744 (remove_files) COMPLETE |
6358 | 2024-10-31T20:01:11.860Z | [ recovery-image] Oct 31 20:01:10.762 INFO O| Oct 31 20:01:10.762 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6359 | 2024-10-31T20:01:11.870Z | [ recovery-image] Oct 31 20:01:10.772 INFO O| Oct 31 20:01:10.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6360 | 2024-10-31T20:01:11.870Z | [ recovery-image] Oct 31 20:01:10.772 INFO O| Oct 31 20:01:10.772 INFO STEP 745 (remove_files) COMPLETE |
6361 | 2024-10-31T20:01:11.873Z | [ recovery-image] Oct 31 20:01:10.772 INFO O| Oct 31 20:01:10.772 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6362 | 2024-10-31T20:01:11.880Z | [ recovery-image] Oct 31 20:01:10.782 INFO O| Oct 31 20:01:10.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6363 | 2024-10-31T20:01:11.880Z | [ recovery-image] Oct 31 20:01:10.782 INFO O| Oct 31 20:01:10.782 INFO STEP 746 (remove_files) COMPLETE |
6364 | 2024-10-31T20:01:11.882Z | [ recovery-image] Oct 31 20:01:10.782 INFO O| Oct 31 20:01:10.782 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6365 | 2024-10-31T20:01:11.891Z | [ recovery-image] Oct 31 20:01:10.793 INFO O| Oct 31 20:01:10.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6366 | 2024-10-31T20:01:11.891Z | [ recovery-image] Oct 31 20:01:10.793 INFO O| Oct 31 20:01:10.793 INFO STEP 747 (remove_files) COMPLETE |
6367 | 2024-10-31T20:01:11.894Z | [ recovery-image] Oct 31 20:01:10.793 INFO O| Oct 31 20:01:10.793 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6368 | 2024-10-31T20:01:11.901Z | [ recovery-image] Oct 31 20:01:10.803 INFO O| Oct 31 20:01:10.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6369 | 2024-10-31T20:01:11.904Z | [ recovery-image] Oct 31 20:01:10.803 INFO O| Oct 31 20:01:10.803 INFO STEP 748 (remove_files) COMPLETE |
6370 | 2024-10-31T20:01:11.904Z | [ recovery-image] Oct 31 20:01:10.803 INFO O| Oct 31 20:01:10.803 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6371 | 2024-10-31T20:01:11.911Z | [ recovery-image] Oct 31 20:01:10.813 INFO O| Oct 31 20:01:10.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6372 | 2024-10-31T20:01:11.912Z | [ recovery-image] Oct 31 20:01:10.813 INFO O| Oct 31 20:01:10.813 INFO STEP 749 (remove_files) COMPLETE |
6373 | 2024-10-31T20:01:11.914Z | [ recovery-image] Oct 31 20:01:10.813 INFO O| Oct 31 20:01:10.813 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6374 | 2024-10-31T20:01:11.922Z | [ recovery-image] Oct 31 20:01:10.823 INFO O| Oct 31 20:01:10.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6375 | 2024-10-31T20:01:11.922Z | [ recovery-image] Oct 31 20:01:10.823 INFO O| Oct 31 20:01:10.823 INFO STEP 750 (remove_files) COMPLETE |
6376 | 2024-10-31T20:01:11.924Z | [ recovery-image] Oct 31 20:01:10.823 INFO O| Oct 31 20:01:10.823 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-10-31T20:01:11.931Z | [ recovery-image] Oct 31 20:01:10.833 INFO O| Oct 31 20:01:10.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6378 | 2024-10-31T20:01:11.931Z | [ recovery-image] Oct 31 20:01:10.833 INFO O| Oct 31 20:01:10.833 INFO STEP 751 (remove_files) COMPLETE |
6379 | 2024-10-31T20:01:11.934Z | [ recovery-image] Oct 31 20:01:10.833 INFO O| Oct 31 20:01:10.833 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-10-31T20:01:11.941Z | [ recovery-image] Oct 31 20:01:10.843 INFO O| Oct 31 20:01:10.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6381 | 2024-10-31T20:01:11.943Z | [ recovery-image] Oct 31 20:01:10.843 INFO O| Oct 31 20:01:10.843 INFO STEP 752 (remove_files) COMPLETE |
6382 | 2024-10-31T20:01:11.944Z | [ recovery-image] Oct 31 20:01:10.843 INFO O| Oct 31 20:01:10.843 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-10-31T20:01:11.951Z | [ recovery-image] Oct 31 20:01:10.853 INFO O| Oct 31 20:01:10.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6384 | 2024-10-31T20:01:11.953Z | [ recovery-image] Oct 31 20:01:10.853 INFO O| Oct 31 20:01:10.853 INFO STEP 753 (remove_files) COMPLETE |
6385 | 2024-10-31T20:01:11.954Z | [ recovery-image] Oct 31 20:01:10.853 INFO O| Oct 31 20:01:10.853 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-10-31T20:01:11.961Z | [ recovery-image] Oct 31 20:01:10.862 INFO O| Oct 31 20:01:10.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6387 | 2024-10-31T20:01:11.963Z | [ recovery-image] Oct 31 20:01:10.863 INFO O| Oct 31 20:01:10.863 INFO STEP 754 (remove_files) COMPLETE |
6388 | 2024-10-31T20:01:11.963Z | [ recovery-image] Oct 31 20:01:10.863 INFO O| Oct 31 20:01:10.863 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-10-31T20:01:11.972Z | [ recovery-image] Oct 31 20:01:10.874 INFO O| Oct 31 20:01:10.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6390 | 2024-10-31T20:01:11.974Z | [ recovery-image] Oct 31 20:01:10.874 INFO O| Oct 31 20:01:10.874 INFO STEP 755 (remove_files) COMPLETE |
6391 | 2024-10-31T20:01:11.974Z | [ recovery-image] Oct 31 20:01:10.874 INFO O| Oct 31 20:01:10.874 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-10-31T20:01:11.982Z | [ recovery-image] Oct 31 20:01:10.884 INFO O| Oct 31 20:01:10.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6393 | 2024-10-31T20:01:11.982Z | [ recovery-image] Oct 31 20:01:10.884 INFO O| Oct 31 20:01:10.884 INFO STEP 756 (remove_files) COMPLETE |
6394 | 2024-10-31T20:01:11.982Z | [ recovery-image] Oct 31 20:01:10.884 INFO O| Oct 31 20:01:10.884 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-10-31T20:01:11.992Z | [ recovery-image] Oct 31 20:01:10.893 INFO O| Oct 31 20:01:10.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6396 | 2024-10-31T20:01:11.992Z | [ recovery-image] Oct 31 20:01:10.894 INFO O| Oct 31 20:01:10.893 INFO STEP 757 (remove_files) COMPLETE |
6397 | 2024-10-31T20:01:11.995Z | [ recovery-image] Oct 31 20:01:10.894 INFO O| Oct 31 20:01:10.894 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-10-31T20:01:12.001Z | [ recovery-image] Oct 31 20:01:10.903 INFO O| Oct 31 20:01:10.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6399 | 2024-10-31T20:01:12.004Z | [ recovery-image] Oct 31 20:01:10.903 INFO O| Oct 31 20:01:10.903 INFO STEP 758 (remove_files) COMPLETE |
6400 | 2024-10-31T20:01:12.004Z | [ recovery-image] Oct 31 20:01:10.903 INFO O| Oct 31 20:01:10.903 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-10-31T20:01:12.011Z | [ recovery-image] Oct 31 20:01:10.913 INFO O| Oct 31 20:01:10.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6402 | 2024-10-31T20:01:12.013Z | [ recovery-image] Oct 31 20:01:10.913 INFO O| Oct 31 20:01:10.913 INFO STEP 759 (remove_files) COMPLETE |
6403 | 2024-10-31T20:01:12.013Z | [ recovery-image] Oct 31 20:01:10.913 INFO O| Oct 31 20:01:10.913 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-10-31T20:01:12.021Z | [ recovery-image] Oct 31 20:01:10.923 INFO O| Oct 31 20:01:10.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6405 | 2024-10-31T20:01:12.021Z | [ recovery-image] Oct 31 20:01:10.923 INFO O| Oct 31 20:01:10.923 INFO STEP 760 (remove_files) COMPLETE |
6406 | 2024-10-31T20:01:12.021Z | [ recovery-image] Oct 31 20:01:10.923 INFO O| Oct 31 20:01:10.923 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-10-31T20:01:12.030Z | [ recovery-image] Oct 31 20:01:10.932 INFO O| Oct 31 20:01:10.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6408 | 2024-10-31T20:01:12.033Z | [ recovery-image] Oct 31 20:01:10.932 INFO O| Oct 31 20:01:10.932 INFO STEP 761 (remove_files) COMPLETE |
6409 | 2024-10-31T20:01:12.033Z | [ recovery-image] Oct 31 20:01:10.932 INFO O| Oct 31 20:01:10.932 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-10-31T20:01:12.040Z | [ recovery-image] Oct 31 20:01:10.942 INFO O| Oct 31 20:01:10.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6411 | 2024-10-31T20:01:12.043Z | [ recovery-image] Oct 31 20:01:10.942 INFO O| Oct 31 20:01:10.942 INFO STEP 762 (remove_files) COMPLETE |
6412 | 2024-10-31T20:01:12.043Z | [ recovery-image] Oct 31 20:01:10.942 INFO O| Oct 31 20:01:10.942 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-10-31T20:01:12.050Z | [ recovery-image] Oct 31 20:01:10.952 INFO O| Oct 31 20:01:10.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6414 | 2024-10-31T20:01:12.050Z | [ recovery-image] Oct 31 20:01:10.952 INFO O| Oct 31 20:01:10.952 INFO STEP 763 (remove_files) COMPLETE |
6415 | 2024-10-31T20:01:12.050Z | [ recovery-image] Oct 31 20:01:10.952 INFO O| Oct 31 20:01:10.952 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-10-31T20:01:12.060Z | [ recovery-image] Oct 31 20:01:10.961 INFO O| Oct 31 20:01:10.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6417 | 2024-10-31T20:01:12.060Z | [ recovery-image] Oct 31 20:01:10.961 INFO O| Oct 31 20:01:10.961 INFO STEP 764 (remove_files) COMPLETE |
6418 | 2024-10-31T20:01:12.060Z | [ recovery-image] Oct 31 20:01:10.961 INFO O| Oct 31 20:01:10.961 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-10-31T20:01:12.071Z | [ recovery-image] Oct 31 20:01:10.973 INFO O| Oct 31 20:01:10.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6420 | 2024-10-31T20:01:12.073Z | [ recovery-image] Oct 31 20:01:10.973 INFO O| Oct 31 20:01:10.973 INFO STEP 765 (remove_files) COMPLETE |
6421 | 2024-10-31T20:01:12.073Z | [ recovery-image] Oct 31 20:01:10.973 INFO O| Oct 31 20:01:10.973 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-10-31T20:01:12.082Z | [ recovery-image] Oct 31 20:01:10.984 INFO O| Oct 31 20:01:10.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6423 | 2024-10-31T20:01:12.085Z | [ recovery-image] Oct 31 20:01:10.984 INFO O| Oct 31 20:01:10.984 INFO STEP 766 (remove_files) COMPLETE |
6424 | 2024-10-31T20:01:12.085Z | [ recovery-image] Oct 31 20:01:10.984 INFO O| Oct 31 20:01:10.984 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-10-31T20:01:12.092Z | [ recovery-image] Oct 31 20:01:10.994 INFO O| Oct 31 20:01:10.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6426 | 2024-10-31T20:01:12.094Z | [ recovery-image] Oct 31 20:01:10.994 INFO O| Oct 31 20:01:10.994 INFO STEP 767 (remove_files) COMPLETE |
6427 | 2024-10-31T20:01:12.094Z | [ recovery-image] Oct 31 20:01:10.994 INFO O| Oct 31 20:01:10.994 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-10-31T20:01:12.102Z | [ recovery-image] Oct 31 20:01:11.004 INFO O| Oct 31 20:01:11.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6429 | 2024-10-31T20:01:12.102Z | [ recovery-image] Oct 31 20:01:11.004 INFO O| Oct 31 20:01:11.004 INFO STEP 768 (remove_files) COMPLETE |
6430 | 2024-10-31T20:01:12.105Z | [ recovery-image] Oct 31 20:01:11.004 INFO O| Oct 31 20:01:11.004 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-10-31T20:01:12.115Z | [ recovery-image] Oct 31 20:01:11.016 INFO O| Oct 31 20:01:11.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6432 | 2024-10-31T20:01:12.117Z | [ recovery-image] Oct 31 20:01:11.017 INFO O| Oct 31 20:01:11.016 INFO STEP 769 (remove_files) COMPLETE |
6433 | 2024-10-31T20:01:12.117Z | [ recovery-image] Oct 31 20:01:11.017 INFO O| Oct 31 20:01:11.016 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-10-31T20:01:12.124Z | [ recovery-image] Oct 31 20:01:11.026 INFO O| Oct 31 20:01:11.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6435 | 2024-10-31T20:01:12.127Z | [ recovery-image] Oct 31 20:01:11.026 INFO O| Oct 31 20:01:11.026 INFO STEP 770 (remove_files) COMPLETE |
6436 | 2024-10-31T20:01:12.127Z | [ recovery-image] Oct 31 20:01:11.026 INFO O| Oct 31 20:01:11.026 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-10-31T20:01:12.134Z | [ recovery-image] Oct 31 20:01:11.036 INFO O| Oct 31 20:01:11.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6438 | 2024-10-31T20:01:12.134Z | [ recovery-image] Oct 31 20:01:11.036 INFO O| Oct 31 20:01:11.036 INFO STEP 771 (remove_files) COMPLETE |
6439 | 2024-10-31T20:01:12.134Z | [ recovery-image] Oct 31 20:01:11.036 INFO O| Oct 31 20:01:11.036 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-10-31T20:01:12.144Z | [ recovery-image] Oct 31 20:01:11.046 INFO O| Oct 31 20:01:11.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6441 | 2024-10-31T20:01:12.144Z | [ recovery-image] Oct 31 20:01:11.046 INFO O| Oct 31 20:01:11.046 INFO STEP 772 (remove_files) COMPLETE |
6442 | 2024-10-31T20:01:12.144Z | [ recovery-image] Oct 31 20:01:11.046 INFO O| Oct 31 20:01:11.046 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-10-31T20:01:12.153Z | [ recovery-image] Oct 31 20:01:11.055 INFO O| Oct 31 20:01:11.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6444 | 2024-10-31T20:01:12.154Z | [ recovery-image] Oct 31 20:01:11.055 INFO O| Oct 31 20:01:11.055 INFO STEP 773 (remove_files) COMPLETE |
6445 | 2024-10-31T20:01:12.156Z | [ recovery-image] Oct 31 20:01:11.055 INFO O| Oct 31 20:01:11.055 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-10-31T20:01:12.163Z | [ recovery-image] Oct 31 20:01:11.065 INFO O| Oct 31 20:01:11.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6447 | 2024-10-31T20:01:12.165Z | [ recovery-image] Oct 31 20:01:11.065 INFO O| Oct 31 20:01:11.065 INFO STEP 774 (remove_files) COMPLETE |
6448 | 2024-10-31T20:01:12.165Z | [ recovery-image] Oct 31 20:01:11.065 INFO O| Oct 31 20:01:11.065 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-10-31T20:01:12.173Z | [ recovery-image] Oct 31 20:01:11.075 INFO O| Oct 31 20:01:11.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6450 | 2024-10-31T20:01:12.173Z | [ recovery-image] Oct 31 20:01:11.075 INFO O| Oct 31 20:01:11.075 INFO STEP 775 (remove_files) COMPLETE |
6451 | 2024-10-31T20:01:12.175Z | [ recovery-image] Oct 31 20:01:11.075 INFO O| Oct 31 20:01:11.075 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-10-31T20:01:12.182Z | [ recovery-image] Oct 31 20:01:11.084 INFO O| Oct 31 20:01:11.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6453 | 2024-10-31T20:01:12.182Z | [ recovery-image] Oct 31 20:01:11.084 INFO O| Oct 31 20:01:11.084 INFO STEP 776 (remove_files) COMPLETE |
6454 | 2024-10-31T20:01:12.185Z | [ recovery-image] Oct 31 20:01:11.084 INFO O| Oct 31 20:01:11.084 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-10-31T20:01:12.192Z | [ recovery-image] Oct 31 20:01:11.094 INFO O| Oct 31 20:01:11.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6456 | 2024-10-31T20:01:12.195Z | [ recovery-image] Oct 31 20:01:11.094 INFO O| Oct 31 20:01:11.094 INFO STEP 777 (remove_files) COMPLETE |
6457 | 2024-10-31T20:01:12.195Z | [ recovery-image] Oct 31 20:01:11.094 INFO O| Oct 31 20:01:11.094 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-10-31T20:01:12.202Z | [ recovery-image] Oct 31 20:01:11.104 INFO O| Oct 31 20:01:11.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6459 | 2024-10-31T20:01:12.202Z | [ recovery-image] Oct 31 20:01:11.104 INFO O| Oct 31 20:01:11.104 INFO STEP 778 (remove_files) COMPLETE |
6460 | 2024-10-31T20:01:12.205Z | [ recovery-image] Oct 31 20:01:11.104 INFO O| Oct 31 20:01:11.104 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-10-31T20:01:12.212Z | [ recovery-image] Oct 31 20:01:11.113 INFO O| Oct 31 20:01:11.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6462 | 2024-10-31T20:01:12.212Z | [ recovery-image] Oct 31 20:01:11.113 INFO O| Oct 31 20:01:11.113 INFO STEP 779 (remove_files) COMPLETE |
6463 | 2024-10-31T20:01:12.212Z | [ recovery-image] Oct 31 20:01:11.113 INFO O| Oct 31 20:01:11.113 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-10-31T20:01:12.221Z | [ recovery-image] Oct 31 20:01:11.123 INFO O| Oct 31 20:01:11.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6465 | 2024-10-31T20:01:12.221Z | [ recovery-image] Oct 31 20:01:11.123 INFO O| Oct 31 20:01:11.123 INFO STEP 780 (remove_files) COMPLETE |
6466 | 2024-10-31T20:01:12.222Z | [ recovery-image] Oct 31 20:01:11.123 INFO O| Oct 31 20:01:11.123 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-10-31T20:01:12.231Z | [ recovery-image] Oct 31 20:01:11.132 INFO O| Oct 31 20:01:11.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6468 | 2024-10-31T20:01:12.231Z | [ recovery-image] Oct 31 20:01:11.132 INFO O| Oct 31 20:01:11.132 INFO STEP 781 (remove_files) COMPLETE |
6469 | 2024-10-31T20:01:12.233Z | [ recovery-image] Oct 31 20:01:11.132 INFO O| Oct 31 20:01:11.132 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-10-31T20:01:12.240Z | [ recovery-image] Oct 31 20:01:11.142 INFO O| Oct 31 20:01:11.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6471 | 2024-10-31T20:01:12.240Z | [ recovery-image] Oct 31 20:01:11.142 INFO O| Oct 31 20:01:11.142 INFO STEP 782 (remove_files) COMPLETE |
6472 | 2024-10-31T20:01:12.240Z | [ recovery-image] Oct 31 20:01:11.142 INFO O| Oct 31 20:01:11.142 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-10-31T20:01:12.250Z | [ recovery-image] Oct 31 20:01:11.151 INFO O| Oct 31 20:01:11.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6474 | 2024-10-31T20:01:12.250Z | [ recovery-image] Oct 31 20:01:11.151 INFO O| Oct 31 20:01:11.151 INFO STEP 783 (remove_files) COMPLETE |
6475 | 2024-10-31T20:01:12.276Z | [ recovery-image] Oct 31 20:01:11.151 INFO O| Oct 31 20:01:11.151 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-10-31T20:01:12.276Z | [ recovery-image] Oct 31 20:01:11.161 INFO O| Oct 31 20:01:11.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6477 | 2024-10-31T20:01:12.276Z | [ recovery-image] Oct 31 20:01:11.161 INFO O| Oct 31 20:01:11.161 INFO STEP 784 (remove_files) COMPLETE |
6478 | 2024-10-31T20:01:12.276Z | [ recovery-image] Oct 31 20:01:11.161 INFO O| Oct 31 20:01:11.161 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-10-31T20:01:12.276Z | [ recovery-image] Oct 31 20:01:11.171 INFO O| Oct 31 20:01:11.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6480 | 2024-10-31T20:01:12.276Z | [ recovery-image] Oct 31 20:01:11.171 INFO O| Oct 31 20:01:11.171 INFO STEP 785 (remove_files) COMPLETE |
6481 | 2024-10-31T20:01:12.276Z | [ recovery-image] Oct 31 20:01:11.171 INFO O| Oct 31 20:01:11.171 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-10-31T20:01:12.281Z | [ recovery-image] Oct 31 20:01:11.180 INFO O| Oct 31 20:01:11.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6483 | 2024-10-31T20:01:12.281Z | [ recovery-image] Oct 31 20:01:11.180 INFO O| Oct 31 20:01:11.180 INFO STEP 786 (remove_files) COMPLETE |
6484 | 2024-10-31T20:01:12.281Z | [ recovery-image] Oct 31 20:01:11.180 INFO O| Oct 31 20:01:11.180 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6485 | 2024-10-31T20:01:12.288Z | [ recovery-image] Oct 31 20:01:11.190 INFO O| Oct 31 20:01:11.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6486 | 2024-10-31T20:01:12.288Z | [ recovery-image] Oct 31 20:01:11.190 INFO O| Oct 31 20:01:11.190 INFO STEP 787 (remove_files) COMPLETE |
6487 | 2024-10-31T20:01:12.291Z | [ recovery-image] Oct 31 20:01:11.190 INFO O| Oct 31 20:01:11.190 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6488 | 2024-10-31T20:01:12.298Z | [ recovery-image] Oct 31 20:01:11.199 INFO O| Oct 31 20:01:11.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6489 | 2024-10-31T20:01:12.298Z | [ recovery-image] Oct 31 20:01:11.199 INFO O| Oct 31 20:01:11.199 INFO STEP 788 (remove_files) COMPLETE |
6490 | 2024-10-31T20:01:12.298Z | [ recovery-image] Oct 31 20:01:11.199 INFO O| Oct 31 20:01:11.199 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6491 | 2024-10-31T20:01:12.307Z | [ recovery-image] Oct 31 20:01:11.209 INFO O| Oct 31 20:01:11.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6492 | 2024-10-31T20:01:12.307Z | [ recovery-image] Oct 31 20:01:11.209 INFO O| Oct 31 20:01:11.209 INFO STEP 789 (remove_files) COMPLETE |
6493 | 2024-10-31T20:01:12.307Z | [ recovery-image] Oct 31 20:01:11.209 INFO O| Oct 31 20:01:11.209 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6494 | 2024-10-31T20:01:12.317Z | [ recovery-image] Oct 31 20:01:11.219 INFO O| Oct 31 20:01:11.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6495 | 2024-10-31T20:01:12.318Z | [ recovery-image] Oct 31 20:01:11.219 INFO O| Oct 31 20:01:11.219 INFO STEP 790 (remove_files) COMPLETE |
6496 | 2024-10-31T20:01:12.321Z | [ recovery-image] Oct 31 20:01:11.219 INFO O| Oct 31 20:01:11.219 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6497 | 2024-10-31T20:01:12.328Z | [ recovery-image] Oct 31 20:01:11.230 INFO O| Oct 31 20:01:11.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6498 | 2024-10-31T20:01:12.328Z | [ recovery-image] Oct 31 20:01:11.230 INFO O| Oct 31 20:01:11.230 INFO STEP 791 (remove_files) COMPLETE |
6499 | 2024-10-31T20:01:12.331Z | [ recovery-image] Oct 31 20:01:11.230 INFO O| Oct 31 20:01:11.230 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6500 | 2024-10-31T20:01:12.338Z | [ recovery-image] Oct 31 20:01:11.240 INFO O| Oct 31 20:01:11.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6501 | 2024-10-31T20:01:12.341Z | [ recovery-image] Oct 31 20:01:11.240 INFO O| Oct 31 20:01:11.240 INFO STEP 792 (remove_files) COMPLETE |
6502 | 2024-10-31T20:01:12.341Z | [ recovery-image] Oct 31 20:01:11.240 INFO O| Oct 31 20:01:11.240 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6503 | 2024-10-31T20:01:12.348Z | [ recovery-image] Oct 31 20:01:11.250 INFO O| Oct 31 20:01:11.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6504 | 2024-10-31T20:01:12.349Z | [ recovery-image] Oct 31 20:01:11.250 INFO O| Oct 31 20:01:11.250 INFO STEP 793 (remove_files) COMPLETE |
6505 | 2024-10-31T20:01:12.349Z | [ recovery-image] Oct 31 20:01:11.250 INFO O| Oct 31 20:01:11.250 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6506 | 2024-10-31T20:01:12.359Z | [ recovery-image] Oct 31 20:01:11.260 INFO O| Oct 31 20:01:11.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6507 | 2024-10-31T20:01:12.361Z | [ recovery-image] Oct 31 20:01:11.261 INFO O| Oct 31 20:01:11.260 INFO STEP 794 (remove_files) COMPLETE |
6508 | 2024-10-31T20:01:12.361Z | [ recovery-image] Oct 31 20:01:11.261 INFO O| Oct 31 20:01:11.261 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6509 | 2024-10-31T20:01:12.369Z | [ recovery-image] Oct 31 20:01:11.271 INFO O| Oct 31 20:01:11.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6510 | 2024-10-31T20:01:12.369Z | [ recovery-image] Oct 31 20:01:11.271 INFO O| Oct 31 20:01:11.271 INFO STEP 795 (remove_files) COMPLETE |
6511 | 2024-10-31T20:01:12.371Z | [ recovery-image] Oct 31 20:01:11.271 INFO O| Oct 31 20:01:11.271 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6512 | 2024-10-31T20:01:12.380Z | [ recovery-image] Oct 31 20:01:11.281 INFO O| Oct 31 20:01:11.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6513 | 2024-10-31T20:01:12.382Z | [ recovery-image] Oct 31 20:01:11.281 INFO O| Oct 31 20:01:11.281 INFO STEP 796 (remove_files) COMPLETE |
6514 | 2024-10-31T20:01:12.382Z | [ recovery-image] Oct 31 20:01:11.281 INFO O| Oct 31 20:01:11.281 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6515 | 2024-10-31T20:01:12.390Z | [ recovery-image] Oct 31 20:01:11.292 INFO O| Oct 31 20:01:11.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6516 | 2024-10-31T20:01:12.390Z | [ recovery-image] Oct 31 20:01:11.292 INFO O| Oct 31 20:01:11.292 INFO STEP 797 (remove_files) COMPLETE |
6517 | 2024-10-31T20:01:12.393Z | [ recovery-image] Oct 31 20:01:11.292 INFO O| Oct 31 20:01:11.292 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6518 | 2024-10-31T20:01:12.402Z | [ recovery-image] Oct 31 20:01:11.304 INFO O| Oct 31 20:01:11.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6519 | 2024-10-31T20:01:12.404Z | [ recovery-image] Oct 31 20:01:11.304 INFO O| Oct 31 20:01:11.304 INFO STEP 798 (remove_files) COMPLETE |
6520 | 2024-10-31T20:01:12.404Z | [ recovery-image] Oct 31 20:01:11.304 INFO O| Oct 31 20:01:11.304 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-10-31T20:01:12.413Z | [ recovery-image] Oct 31 20:01:11.315 INFO O| Oct 31 20:01:11.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6522 | 2024-10-31T20:01:12.415Z | [ recovery-image] Oct 31 20:01:11.315 INFO O| Oct 31 20:01:11.315 INFO STEP 799 (remove_files) COMPLETE |
6523 | 2024-10-31T20:01:12.415Z | [ recovery-image] Oct 31 20:01:11.315 INFO O| Oct 31 20:01:11.315 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-10-31T20:01:12.423Z | [ recovery-image] Oct 31 20:01:11.325 INFO O| Oct 31 20:01:11.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6525 | 2024-10-31T20:01:12.423Z | [ recovery-image] Oct 31 20:01:11.325 INFO O| Oct 31 20:01:11.325 INFO STEP 800 (remove_files) COMPLETE |
6526 | 2024-10-31T20:01:12.426Z | [ recovery-image] Oct 31 20:01:11.325 INFO O| Oct 31 20:01:11.325 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-10-31T20:01:12.435Z | [ recovery-image] Oct 31 20:01:11.335 INFO O| Oct 31 20:01:11.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6528 | 2024-10-31T20:01:12.437Z | [ recovery-image] Oct 31 20:01:11.336 INFO O| Oct 31 20:01:11.335 INFO STEP 801 (remove_files) COMPLETE |
6529 | 2024-10-31T20:01:12.437Z | [ recovery-image] Oct 31 20:01:11.336 INFO O| Oct 31 20:01:11.336 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-10-31T20:01:12.444Z | [ recovery-image] Oct 31 20:01:11.345 INFO O| Oct 31 20:01:11.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6531 | 2024-10-31T20:01:12.444Z | [ recovery-image] Oct 31 20:01:11.345 INFO O| Oct 31 20:01:11.345 INFO STEP 802 (remove_files) COMPLETE |
6532 | 2024-10-31T20:01:12.444Z | [ recovery-image] Oct 31 20:01:11.345 INFO O| Oct 31 20:01:11.345 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-10-31T20:01:12.453Z | [ recovery-image] Oct 31 20:01:11.355 INFO O| Oct 31 20:01:11.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6534 | 2024-10-31T20:01:12.453Z | [ recovery-image] Oct 31 20:01:11.355 INFO O| Oct 31 20:01:11.355 INFO STEP 803 (remove_files) COMPLETE |
6535 | 2024-10-31T20:01:12.453Z | [ recovery-image] Oct 31 20:01:11.355 INFO O| Oct 31 20:01:11.355 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-10-31T20:01:12.463Z | [ recovery-image] Oct 31 20:01:11.364 INFO O| Oct 31 20:01:11.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6537 | 2024-10-31T20:01:12.463Z | [ recovery-image] Oct 31 20:01:11.365 INFO O| Oct 31 20:01:11.364 INFO STEP 804 (remove_files) COMPLETE |
6538 | 2024-10-31T20:01:12.463Z | [ recovery-image] Oct 31 20:01:11.365 INFO O| Oct 31 20:01:11.365 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-10-31T20:01:12.472Z | [ recovery-image] Oct 31 20:01:11.374 INFO O| Oct 31 20:01:11.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6540 | 2024-10-31T20:01:12.472Z | [ recovery-image] Oct 31 20:01:11.374 INFO O| Oct 31 20:01:11.374 INFO STEP 805 (remove_files) COMPLETE |
6541 | 2024-10-31T20:01:12.475Z | [ recovery-image] Oct 31 20:01:11.374 INFO O| Oct 31 20:01:11.374 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-10-31T20:01:12.482Z | [ recovery-image] Oct 31 20:01:11.383 INFO O| Oct 31 20:01:11.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6543 | 2024-10-31T20:01:12.482Z | [ recovery-image] Oct 31 20:01:11.383 INFO O| Oct 31 20:01:11.383 INFO STEP 806 (remove_files) COMPLETE |
6544 | 2024-10-31T20:01:12.485Z | [ recovery-image] Oct 31 20:01:11.383 INFO O| Oct 31 20:01:11.383 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-10-31T20:01:12.491Z | [ recovery-image] Oct 31 20:01:11.393 INFO O| Oct 31 20:01:11.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6546 | 2024-10-31T20:01:12.494Z | [ recovery-image] Oct 31 20:01:11.393 INFO O| Oct 31 20:01:11.393 INFO STEP 807 (remove_files) COMPLETE |
6547 | 2024-10-31T20:01:12.494Z | [ recovery-image] Oct 31 20:01:11.393 INFO O| Oct 31 20:01:11.393 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-10-31T20:01:12.501Z | [ recovery-image] Oct 31 20:01:11.403 INFO O| Oct 31 20:01:11.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6549 | 2024-10-31T20:01:12.504Z | [ recovery-image] Oct 31 20:01:11.403 INFO O| Oct 31 20:01:11.403 INFO STEP 808 (remove_files) COMPLETE |
6550 | 2024-10-31T20:01:12.504Z | [ recovery-image] Oct 31 20:01:11.403 INFO O| Oct 31 20:01:11.403 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-10-31T20:01:12.511Z | [ recovery-image] Oct 31 20:01:11.412 INFO O| Oct 31 20:01:11.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6552 | 2024-10-31T20:01:12.511Z | [ recovery-image] Oct 31 20:01:11.412 INFO O| Oct 31 20:01:11.412 INFO STEP 809 (remove_files) COMPLETE |
6553 | 2024-10-31T20:01:12.511Z | [ recovery-image] Oct 31 20:01:11.412 INFO O| Oct 31 20:01:11.412 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-10-31T20:01:12.520Z | [ recovery-image] Oct 31 20:01:11.422 INFO O| Oct 31 20:01:11.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6555 | 2024-10-31T20:01:12.523Z | [ recovery-image] Oct 31 20:01:11.422 INFO O| Oct 31 20:01:11.422 INFO STEP 810 (remove_files) COMPLETE |
6556 | 2024-10-31T20:01:12.523Z | [ recovery-image] Oct 31 20:01:11.422 INFO O| Oct 31 20:01:11.422 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-10-31T20:01:12.530Z | [ recovery-image] Oct 31 20:01:11.432 INFO O| Oct 31 20:01:11.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6558 | 2024-10-31T20:01:12.532Z | [ recovery-image] Oct 31 20:01:11.432 INFO O| Oct 31 20:01:11.432 INFO STEP 811 (remove_files) COMPLETE |
6559 | 2024-10-31T20:01:12.532Z | [ recovery-image] Oct 31 20:01:11.432 INFO O| Oct 31 20:01:11.432 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-10-31T20:01:12.540Z | [ recovery-image] Oct 31 20:01:11.442 INFO O| Oct 31 20:01:11.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6561 | 2024-10-31T20:01:12.540Z | [ recovery-image] Oct 31 20:01:11.442 INFO O| Oct 31 20:01:11.442 INFO STEP 812 (remove_files) COMPLETE |
6562 | 2024-10-31T20:01:12.540Z | [ recovery-image] Oct 31 20:01:11.442 INFO O| Oct 31 20:01:11.442 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-10-31T20:01:12.549Z | [ recovery-image] Oct 31 20:01:11.451 INFO O| Oct 31 20:01:11.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6564 | 2024-10-31T20:01:12.549Z | [ recovery-image] Oct 31 20:01:11.451 INFO O| Oct 31 20:01:11.451 INFO STEP 813 (remove_files) COMPLETE |
6565 | 2024-10-31T20:01:12.549Z | [ recovery-image] Oct 31 20:01:11.451 INFO O| Oct 31 20:01:11.451 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-10-31T20:01:12.559Z | [ recovery-image] Oct 31 20:01:11.461 INFO O| Oct 31 20:01:11.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6567 | 2024-10-31T20:01:12.559Z | [ recovery-image] Oct 31 20:01:11.461 INFO O| Oct 31 20:01:11.461 INFO STEP 814 (remove_files) COMPLETE |
6568 | 2024-10-31T20:01:12.561Z | [ recovery-image] Oct 31 20:01:11.461 INFO O| Oct 31 20:01:11.461 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-10-31T20:01:12.569Z | [ recovery-image] Oct 31 20:01:11.470 INFO O| Oct 31 20:01:11.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6570 | 2024-10-31T20:01:12.569Z | [ recovery-image] Oct 31 20:01:11.470 INFO O| Oct 31 20:01:11.470 INFO STEP 815 (remove_files) COMPLETE |
6571 | 2024-10-31T20:01:12.569Z | [ recovery-image] Oct 31 20:01:11.470 INFO O| Oct 31 20:01:11.470 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-10-31T20:01:12.578Z | [ recovery-image] Oct 31 20:01:11.480 INFO O| Oct 31 20:01:11.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6573 | 2024-10-31T20:01:12.578Z | [ recovery-image] Oct 31 20:01:11.480 INFO O| Oct 31 20:01:11.480 INFO STEP 816 (remove_files) COMPLETE |
6574 | 2024-10-31T20:01:12.580Z | [ recovery-image] Oct 31 20:01:11.480 INFO O| Oct 31 20:01:11.480 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-10-31T20:01:12.588Z | [ recovery-image] Oct 31 20:01:11.489 INFO O| Oct 31 20:01:11.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6576 | 2024-10-31T20:01:12.588Z | [ recovery-image] Oct 31 20:01:11.490 INFO O| Oct 31 20:01:11.490 INFO STEP 817 (remove_files) COMPLETE |
6577 | 2024-10-31T20:01:12.590Z | [ recovery-image] Oct 31 20:01:11.490 INFO O| Oct 31 20:01:11.490 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-10-31T20:01:12.597Z | [ recovery-image] Oct 31 20:01:11.499 INFO O| Oct 31 20:01:11.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6579 | 2024-10-31T20:01:12.597Z | [ recovery-image] Oct 31 20:01:11.499 INFO O| Oct 31 20:01:11.499 INFO STEP 818 (remove_files) COMPLETE |
6580 | 2024-10-31T20:01:12.597Z | [ recovery-image] Oct 31 20:01:11.499 INFO O| Oct 31 20:01:11.499 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-10-31T20:01:12.607Z | [ recovery-image] Oct 31 20:01:11.509 INFO O| Oct 31 20:01:11.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6582 | 2024-10-31T20:01:12.609Z | [ recovery-image] Oct 31 20:01:11.509 INFO O| Oct 31 20:01:11.509 INFO STEP 819 (remove_files) COMPLETE |
6583 | 2024-10-31T20:01:12.609Z | [ recovery-image] Oct 31 20:01:11.509 INFO O| Oct 31 20:01:11.509 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-10-31T20:01:12.617Z | [ recovery-image] Oct 31 20:01:11.518 INFO O| Oct 31 20:01:11.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6585 | 2024-10-31T20:01:12.617Z | [ recovery-image] Oct 31 20:01:11.518 INFO O| Oct 31 20:01:11.518 INFO STEP 820 (remove_files) COMPLETE |
6586 | 2024-10-31T20:01:12.620Z | [ recovery-image] Oct 31 20:01:11.518 INFO O| Oct 31 20:01:11.518 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-10-31T20:01:12.626Z | [ recovery-image] Oct 31 20:01:11.528 INFO O| Oct 31 20:01:11.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6588 | 2024-10-31T20:01:12.626Z | [ recovery-image] Oct 31 20:01:11.528 INFO O| Oct 31 20:01:11.528 INFO STEP 821 (remove_files) COMPLETE |
6589 | 2024-10-31T20:01:12.626Z | [ recovery-image] Oct 31 20:01:11.528 INFO O| Oct 31 20:01:11.528 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-10-31T20:01:12.636Z | [ recovery-image] Oct 31 20:01:11.537 INFO O| Oct 31 20:01:11.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6591 | 2024-10-31T20:01:12.638Z | [ recovery-image] Oct 31 20:01:11.538 INFO O| Oct 31 20:01:11.537 INFO STEP 822 (remove_files) COMPLETE |
6592 | 2024-10-31T20:01:12.638Z | [ recovery-image] Oct 31 20:01:11.538 INFO O| Oct 31 20:01:11.538 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-10-31T20:01:12.645Z | [ recovery-image] Oct 31 20:01:11.547 INFO O| Oct 31 20:01:11.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6594 | 2024-10-31T20:01:12.648Z | [ recovery-image] Oct 31 20:01:11.548 INFO O| Oct 31 20:01:11.548 INFO STEP 823 (remove_files) COMPLETE |
6595 | 2024-10-31T20:01:12.648Z | [ recovery-image] Oct 31 20:01:11.548 INFO O| Oct 31 20:01:11.548 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-10-31T20:01:12.655Z | [ recovery-image] Oct 31 20:01:11.557 INFO O| Oct 31 20:01:11.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6597 | 2024-10-31T20:01:12.655Z | [ recovery-image] Oct 31 20:01:11.557 INFO O| Oct 31 20:01:11.557 INFO STEP 824 (remove_files) COMPLETE |
6598 | 2024-10-31T20:01:12.658Z | [ recovery-image] Oct 31 20:01:11.557 INFO O| Oct 31 20:01:11.557 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-10-31T20:01:12.665Z | [ recovery-image] Oct 31 20:01:11.566 INFO O| Oct 31 20:01:11.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6600 | 2024-10-31T20:01:12.665Z | [ recovery-image] Oct 31 20:01:11.566 INFO O| Oct 31 20:01:11.566 INFO STEP 825 (remove_files) COMPLETE |
6601 | 2024-10-31T20:01:12.668Z | [ recovery-image] Oct 31 20:01:11.567 INFO O| Oct 31 20:01:11.566 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-10-31T20:01:12.674Z | [ recovery-image] Oct 31 20:01:11.576 INFO O| Oct 31 20:01:11.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6603 | 2024-10-31T20:01:12.674Z | [ recovery-image] Oct 31 20:01:11.576 INFO O| Oct 31 20:01:11.576 INFO STEP 826 (remove_files) COMPLETE |
6604 | 2024-10-31T20:01:12.674Z | [ recovery-image] Oct 31 20:01:11.576 INFO O| Oct 31 20:01:11.576 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-10-31T20:01:12.684Z | [ recovery-image] Oct 31 20:01:11.585 INFO O| Oct 31 20:01:11.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6606 | 2024-10-31T20:01:12.686Z | [ recovery-image] Oct 31 20:01:11.586 INFO O| Oct 31 20:01:11.586 INFO STEP 827 (remove_files) COMPLETE |
6607 | 2024-10-31T20:01:12.686Z | [ recovery-image] Oct 31 20:01:11.586 INFO O| Oct 31 20:01:11.586 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-10-31T20:01:12.693Z | [ recovery-image] Oct 31 20:01:11.595 INFO O| Oct 31 20:01:11.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6609 | 2024-10-31T20:01:12.693Z | [ recovery-image] Oct 31 20:01:11.595 INFO O| Oct 31 20:01:11.595 INFO STEP 828 (remove_files) COMPLETE |
6610 | 2024-10-31T20:01:12.693Z | [ recovery-image] Oct 31 20:01:11.595 INFO O| Oct 31 20:01:11.595 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-10-31T20:01:12.703Z | [ recovery-image] Oct 31 20:01:11.604 INFO O| Oct 31 20:01:11.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6612 | 2024-10-31T20:01:12.705Z | [ recovery-image] Oct 31 20:01:11.604 INFO O| Oct 31 20:01:11.604 INFO STEP 829 (remove_files) COMPLETE |
6613 | 2024-10-31T20:01:12.705Z | [ recovery-image] Oct 31 20:01:11.604 INFO O| Oct 31 20:01:11.604 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-10-31T20:01:12.712Z | [ recovery-image] Oct 31 20:01:11.614 INFO O| Oct 31 20:01:11.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6615 | 2024-10-31T20:01:12.714Z | [ recovery-image] Oct 31 20:01:11.614 INFO O| Oct 31 20:01:11.614 INFO STEP 830 (remove_files) COMPLETE |
6616 | 2024-10-31T20:01:12.714Z | [ recovery-image] Oct 31 20:01:11.614 INFO O| Oct 31 20:01:11.614 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-10-31T20:01:12.721Z | [ recovery-image] Oct 31 20:01:11.623 INFO O| Oct 31 20:01:11.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6618 | 2024-10-31T20:01:12.721Z | [ recovery-image] Oct 31 20:01:11.623 INFO O| Oct 31 20:01:11.623 INFO STEP 831 (remove_files) COMPLETE |
6619 | 2024-10-31T20:01:12.721Z | [ recovery-image] Oct 31 20:01:11.623 INFO O| Oct 31 20:01:11.623 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-10-31T20:01:12.731Z | [ recovery-image] Oct 31 20:01:11.632 INFO O| Oct 31 20:01:11.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6621 | 2024-10-31T20:01:12.734Z | [ recovery-image] Oct 31 20:01:11.633 INFO O| Oct 31 20:01:11.633 INFO STEP 832 (remove_files) COMPLETE |
6622 | 2024-10-31T20:01:12.734Z | [ recovery-image] Oct 31 20:01:11.633 INFO O| Oct 31 20:01:11.633 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-10-31T20:01:12.741Z | [ recovery-image] Oct 31 20:01:11.642 INFO O| Oct 31 20:01:11.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6624 | 2024-10-31T20:01:12.743Z | [ recovery-image] Oct 31 20:01:11.642 INFO O| Oct 31 20:01:11.642 INFO STEP 833 (remove_files) COMPLETE |
6625 | 2024-10-31T20:01:12.743Z | [ recovery-image] Oct 31 20:01:11.643 INFO O| Oct 31 20:01:11.642 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-10-31T20:01:12.750Z | [ recovery-image] Oct 31 20:01:11.652 INFO O| Oct 31 20:01:11.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6627 | 2024-10-31T20:01:12.750Z | [ recovery-image] Oct 31 20:01:11.652 INFO O| Oct 31 20:01:11.652 INFO STEP 834 (remove_files) COMPLETE |
6628 | 2024-10-31T20:01:12.750Z | [ recovery-image] Oct 31 20:01:11.652 INFO O| Oct 31 20:01:11.652 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-10-31T20:01:12.760Z | [ recovery-image] Oct 31 20:01:11.661 INFO O| Oct 31 20:01:11.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6630 | 2024-10-31T20:01:12.760Z | [ recovery-image] Oct 31 20:01:11.662 INFO O| Oct 31 20:01:11.662 INFO STEP 835 (remove_files) COMPLETE |
6631 | 2024-10-31T20:01:12.760Z | [ recovery-image] Oct 31 20:01:11.662 INFO O| Oct 31 20:01:11.662 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-10-31T20:01:12.769Z | [ recovery-image] Oct 31 20:01:11.671 INFO O| Oct 31 20:01:11.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6633 | 2024-10-31T20:01:12.772Z | [ recovery-image] Oct 31 20:01:11.671 INFO O| Oct 31 20:01:11.671 INFO STEP 836 (remove_files) COMPLETE |
6634 | 2024-10-31T20:01:12.772Z | [ recovery-image] Oct 31 20:01:11.671 INFO O| Oct 31 20:01:11.671 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-10-31T20:01:12.779Z | [ recovery-image] Oct 31 20:01:11.681 INFO O| Oct 31 20:01:11.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6636 | 2024-10-31T20:01:12.779Z | [ recovery-image] Oct 31 20:01:11.681 INFO O| Oct 31 20:01:11.681 INFO STEP 837 (remove_files) COMPLETE |
6637 | 2024-10-31T20:01:12.779Z | [ recovery-image] Oct 31 20:01:11.681 INFO O| Oct 31 20:01:11.681 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-10-31T20:01:12.790Z | [ recovery-image] Oct 31 20:01:11.692 INFO O| Oct 31 20:01:11.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6639 | 2024-10-31T20:01:12.792Z | [ recovery-image] Oct 31 20:01:11.692 INFO O| Oct 31 20:01:11.692 INFO STEP 838 (remove_files) COMPLETE |
6640 | 2024-10-31T20:01:12.793Z | [ recovery-image] Oct 31 20:01:11.692 INFO O| Oct 31 20:01:11.692 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-10-31T20:01:12.800Z | [ recovery-image] Oct 31 20:01:11.701 INFO O| Oct 31 20:01:11.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6642 | 2024-10-31T20:01:12.803Z | [ recovery-image] Oct 31 20:01:11.702 INFO O| Oct 31 20:01:11.702 INFO STEP 839 (remove_files) COMPLETE |
6643 | 2024-10-31T20:01:12.803Z | [ recovery-image] Oct 31 20:01:11.702 INFO O| Oct 31 20:01:11.702 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-10-31T20:01:12.811Z | [ recovery-image] Oct 31 20:01:11.712 INFO O| Oct 31 20:01:11.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6645 | 2024-10-31T20:01:12.813Z | [ recovery-image] Oct 31 20:01:11.712 INFO O| Oct 31 20:01:11.712 INFO STEP 840 (remove_files) COMPLETE |
6646 | 2024-10-31T20:01:12.813Z | [ recovery-image] Oct 31 20:01:11.712 INFO O| Oct 31 20:01:11.712 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-10-31T20:01:12.820Z | [ recovery-image] Oct 31 20:01:11.722 INFO O| Oct 31 20:01:11.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6648 | 2024-10-31T20:01:12.822Z | [ recovery-image] Oct 31 20:01:11.722 INFO O| Oct 31 20:01:11.722 INFO STEP 841 (remove_files) COMPLETE |
6649 | 2024-10-31T20:01:12.822Z | [ recovery-image] Oct 31 20:01:11.722 INFO O| Oct 31 20:01:11.722 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-10-31T20:01:12.830Z | [ recovery-image] Oct 31 20:01:11.731 INFO O| Oct 31 20:01:11.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6651 | 2024-10-31T20:01:12.830Z | [ recovery-image] Oct 31 20:01:11.732 INFO O| Oct 31 20:01:11.731 INFO STEP 842 (remove_files) COMPLETE |
6652 | 2024-10-31T20:01:12.832Z | [ recovery-image] Oct 31 20:01:11.732 INFO O| Oct 31 20:01:11.731 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-10-31T20:01:12.839Z | [ recovery-image] Oct 31 20:01:11.741 INFO O| Oct 31 20:01:11.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6654 | 2024-10-31T20:01:12.841Z | [ recovery-image] Oct 31 20:01:11.741 INFO O| Oct 31 20:01:11.741 INFO STEP 843 (remove_files) COMPLETE |
6655 | 2024-10-31T20:01:12.841Z | [ recovery-image] Oct 31 20:01:11.741 INFO O| Oct 31 20:01:11.741 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-10-31T20:01:12.849Z | [ recovery-image] Oct 31 20:01:11.750 INFO O| Oct 31 20:01:11.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6657 | 2024-10-31T20:01:12.849Z | [ recovery-image] Oct 31 20:01:11.750 INFO O| Oct 31 20:01:11.750 INFO STEP 844 (remove_files) COMPLETE |
6658 | 2024-10-31T20:01:12.851Z | [ recovery-image] Oct 31 20:01:11.750 INFO O| Oct 31 20:01:11.750 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-10-31T20:01:12.858Z | [ recovery-image] Oct 31 20:01:11.760 INFO O| Oct 31 20:01:11.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6660 | 2024-10-31T20:01:12.858Z | [ recovery-image] Oct 31 20:01:11.760 INFO O| Oct 31 20:01:11.760 INFO STEP 845 (remove_files) COMPLETE |
6661 | 2024-10-31T20:01:12.860Z | [ recovery-image] Oct 31 20:01:11.760 INFO O| Oct 31 20:01:11.760 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-10-31T20:01:12.868Z | [ recovery-image] Oct 31 20:01:11.769 INFO O| Oct 31 20:01:11.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6663 | 2024-10-31T20:01:12.868Z | [ recovery-image] Oct 31 20:01:11.770 INFO O| Oct 31 20:01:11.770 INFO STEP 846 (remove_files) COMPLETE |
6664 | 2024-10-31T20:01:12.868Z | [ recovery-image] Oct 31 20:01:11.770 INFO O| Oct 31 20:01:11.770 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-10-31T20:01:12.877Z | [ recovery-image] Oct 31 20:01:11.779 INFO O| Oct 31 20:01:11.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6666 | 2024-10-31T20:01:12.877Z | [ recovery-image] Oct 31 20:01:11.779 INFO O| Oct 31 20:01:11.779 INFO STEP 847 (remove_files) COMPLETE |
6667 | 2024-10-31T20:01:12.877Z | [ recovery-image] Oct 31 20:01:11.779 INFO O| Oct 31 20:01:11.779 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-10-31T20:01:12.887Z | [ recovery-image] Oct 31 20:01:11.788 INFO O| Oct 31 20:01:11.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6669 | 2024-10-31T20:01:12.889Z | [ recovery-image] Oct 31 20:01:11.789 INFO O| Oct 31 20:01:11.788 INFO STEP 848 (remove_files) COMPLETE |
6670 | 2024-10-31T20:01:12.889Z | [ recovery-image] Oct 31 20:01:11.789 INFO O| Oct 31 20:01:11.789 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-10-31T20:01:12.896Z | [ recovery-image] Oct 31 20:01:11.798 INFO O| Oct 31 20:01:11.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6672 | 2024-10-31T20:01:12.898Z | [ recovery-image] Oct 31 20:01:11.798 INFO O| Oct 31 20:01:11.798 INFO STEP 849 (remove_files) COMPLETE |
6673 | 2024-10-31T20:01:12.898Z | [ recovery-image] Oct 31 20:01:11.798 INFO O| Oct 31 20:01:11.798 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-10-31T20:01:12.906Z | [ recovery-image] Oct 31 20:01:11.807 INFO O| Oct 31 20:01:11.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6675 | 2024-10-31T20:01:12.908Z | [ recovery-image] Oct 31 20:01:11.807 INFO O| Oct 31 20:01:11.807 INFO STEP 850 (remove_files) COMPLETE |
6676 | 2024-10-31T20:01:12.908Z | [ recovery-image] Oct 31 20:01:11.807 INFO O| Oct 31 20:01:11.807 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-10-31T20:01:12.915Z | [ recovery-image] Oct 31 20:01:11.817 INFO O| Oct 31 20:01:11.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6678 | 2024-10-31T20:01:12.917Z | [ recovery-image] Oct 31 20:01:11.818 INFO O| Oct 31 20:01:11.818 INFO STEP 851 (remove_files) COMPLETE |
6679 | 2024-10-31T20:01:12.918Z | [ recovery-image] Oct 31 20:01:11.818 INFO O| Oct 31 20:01:11.818 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-10-31T20:01:12.925Z | [ recovery-image] Oct 31 20:01:11.827 INFO O| Oct 31 20:01:11.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6681 | 2024-10-31T20:01:12.925Z | [ recovery-image] Oct 31 20:01:11.827 INFO O| Oct 31 20:01:11.827 INFO STEP 852 (remove_files) COMPLETE |
6682 | 2024-10-31T20:01:12.927Z | [ recovery-image] Oct 31 20:01:11.827 INFO O| Oct 31 20:01:11.827 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-10-31T20:01:12.935Z | [ recovery-image] Oct 31 20:01:11.836 INFO O| Oct 31 20:01:11.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6684 | 2024-10-31T20:01:12.937Z | [ recovery-image] Oct 31 20:01:11.837 INFO O| Oct 31 20:01:11.837 INFO STEP 853 (remove_files) COMPLETE |
6685 | 2024-10-31T20:01:12.937Z | [ recovery-image] Oct 31 20:01:11.837 INFO O| Oct 31 20:01:11.837 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-10-31T20:01:12.944Z | [ recovery-image] Oct 31 20:01:11.846 INFO O| Oct 31 20:01:11.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6687 | 2024-10-31T20:01:12.944Z | [ recovery-image] Oct 31 20:01:11.846 INFO O| Oct 31 20:01:11.846 INFO STEP 854 (remove_files) COMPLETE |
6688 | 2024-10-31T20:01:12.946Z | [ recovery-image] Oct 31 20:01:11.846 INFO O| Oct 31 20:01:11.846 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6689 | 2024-10-31T20:01:12.954Z | [ recovery-image] Oct 31 20:01:11.855 INFO O| Oct 31 20:01:11.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6690 | 2024-10-31T20:01:12.954Z | [ recovery-image] Oct 31 20:01:11.855 INFO O| Oct 31 20:01:11.855 INFO STEP 855 (remove_files) COMPLETE |
6691 | 2024-10-31T20:01:12.956Z | [ recovery-image] Oct 31 20:01:11.855 INFO O| Oct 31 20:01:11.855 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6692 | 2024-10-31T20:01:12.963Z | [ recovery-image] Oct 31 20:01:11.865 INFO O| Oct 31 20:01:11.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6693 | 2024-10-31T20:01:12.963Z | [ recovery-image] Oct 31 20:01:11.865 INFO O| Oct 31 20:01:11.865 INFO STEP 856 (remove_files) COMPLETE |
6694 | 2024-10-31T20:01:12.963Z | [ recovery-image] Oct 31 20:01:11.865 INFO O| Oct 31 20:01:11.865 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6695 | 2024-10-31T20:01:13.975Z | [ recovery-image] Oct 31 20:01:11.874 INFO O| Oct 31 20:01:11.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6696 | 2024-10-31T20:01:13.979Z | [ recovery-image] Oct 31 20:01:11.874 INFO O| Oct 31 20:01:11.874 INFO STEP 857 (remove_files) COMPLETE |
6697 | 2024-10-31T20:01:13.979Z | [ recovery-image] Oct 31 20:01:11.874 INFO O| Oct 31 20:01:11.874 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-10-31T20:01:13.979Z | [ host-image] Oct 31 20:01:11.878 INFO O| Oct 31 20:01:11.878 INFO O| Planning: Solver setup ... Done |
6699 | 2024-10-31T20:01:13.979Z | [ host-image] Oct 31 20:01:11.882 INFO O| Oct 31 20:01:11.882 INFO O| Planning: Running solver ... Done |
6700 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.884 INFO O| Oct 31 20:01:11.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6701 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.884 INFO O| Oct 31 20:01:11.884 INFO STEP 858 (remove_files) COMPLETE |
6702 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.884 INFO O| Oct 31 20:01:11.884 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6703 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.894 INFO O| Oct 31 20:01:11.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6704 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.894 INFO O| Oct 31 20:01:11.894 INFO STEP 859 (remove_files) COMPLETE |
6705 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.894 INFO O| Oct 31 20:01:11.894 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6706 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.903 INFO O| Oct 31 20:01:11.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6707 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.903 INFO O| Oct 31 20:01:11.903 INFO STEP 860 (remove_files) COMPLETE |
6708 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.903 INFO O| Oct 31 20:01:11.903 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6709 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.912 INFO O| Oct 31 20:01:11.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6710 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.913 INFO O| Oct 31 20:01:11.913 INFO STEP 861 (remove_files) COMPLETE |
6711 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.913 INFO O| Oct 31 20:01:11.913 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6712 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.922 INFO O| Oct 31 20:01:11.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6713 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.922 INFO O| Oct 31 20:01:11.922 INFO STEP 862 (remove_files) COMPLETE |
6714 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.922 INFO O| Oct 31 20:01:11.922 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6715 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.931 INFO O| Oct 31 20:01:11.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6716 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.931 INFO O| Oct 31 20:01:11.931 INFO STEP 863 (remove_files) COMPLETE |
6717 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.932 INFO O| Oct 31 20:01:11.931 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6718 | 2024-10-31T20:01:13.980Z | [ host-image] Oct 31 20:01:11.936 INFO O| Oct 31 20:01:11.936 INFO O| Planning: Finding local manifests ... Done |
6719 | 2024-10-31T20:01:13.980Z | [ host-image] Oct 31 20:01:11.937 INFO O| Oct 31 20:01:11.937 INFO O| Planning: Fetching manifests: 0/4 0% complete |
6720 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.941 INFO O| Oct 31 20:01:11.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6721 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.941 INFO O| Oct 31 20:01:11.941 INFO STEP 864 (remove_files) COMPLETE |
6722 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.941 INFO O| Oct 31 20:01:11.941 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.950 INFO O| Oct 31 20:01:11.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6724 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.951 INFO O| Oct 31 20:01:11.951 INFO STEP 865 (remove_files) COMPLETE |
6725 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.951 INFO O| Oct 31 20:01:11.951 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.960 INFO O| Oct 31 20:01:11.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6727 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.960 INFO O| Oct 31 20:01:11.960 INFO STEP 866 (remove_files) COMPLETE |
6728 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.960 INFO O| Oct 31 20:01:11.960 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.970 INFO O| Oct 31 20:01:11.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6730 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.970 INFO O| Oct 31 20:01:11.970 INFO STEP 867 (remove_files) COMPLETE |
6731 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.970 INFO O| Oct 31 20:01:11.970 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.979 INFO O| Oct 31 20:01:11.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6733 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.979 INFO O| Oct 31 20:01:11.979 INFO STEP 868 (remove_files) COMPLETE |
6734 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.979 INFO O| Oct 31 20:01:11.979 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.988 INFO O| Oct 31 20:01:11.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6736 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.989 INFO O| Oct 31 20:01:11.989 INFO STEP 869 (remove_files) COMPLETE |
6737 | 2024-10-31T20:01:13.980Z | [ recovery-image] Oct 31 20:01:11.989 INFO O| Oct 31 20:01:11.989 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:11.998 INFO O| Oct 31 20:01:11.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6739 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:11.998 INFO O| Oct 31 20:01:11.998 INFO STEP 870 (remove_files) COMPLETE |
6740 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:11.998 INFO O| Oct 31 20:01:11.998 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.008 INFO O| Oct 31 20:01:12.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6742 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.008 INFO O| Oct 31 20:01:12.008 INFO STEP 871 (remove_files) COMPLETE |
6743 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.008 INFO O| Oct 31 20:01:12.008 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.018 INFO O| Oct 31 20:01:12.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6745 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.018 INFO O| Oct 31 20:01:12.018 INFO STEP 872 (remove_files) COMPLETE |
6746 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.018 INFO O| Oct 31 20:01:12.018 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.027 INFO O| Oct 31 20:01:12.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6748 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.027 INFO O| Oct 31 20:01:12.027 INFO STEP 873 (remove_files) COMPLETE |
6749 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.027 INFO O| Oct 31 20:01:12.027 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.036 INFO O| Oct 31 20:01:12.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6751 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.037 INFO O| Oct 31 20:01:12.037 INFO STEP 874 (remove_files) COMPLETE |
6752 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.037 INFO O| Oct 31 20:01:12.037 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.046 INFO O| Oct 31 20:01:12.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6754 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.046 INFO O| Oct 31 20:01:12.046 INFO STEP 875 (remove_files) COMPLETE |
6755 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.046 INFO O| Oct 31 20:01:12.046 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.056 INFO O| Oct 31 20:01:12.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6757 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.056 INFO O| Oct 31 20:01:12.056 INFO STEP 876 (remove_files) COMPLETE |
6758 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.056 INFO O| Oct 31 20:01:12.056 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.065 INFO O| Oct 31 20:01:12.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6760 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.065 INFO O| Oct 31 20:01:12.065 INFO STEP 877 (remove_files) COMPLETE |
6761 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.065 INFO O| Oct 31 20:01:12.065 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-10-31T20:01:13.981Z | [ host-image] Oct 31 20:01:12.068 INFO O| Oct 31 20:01:12.068 INFO O| Planning: Fetching manifests: 4/4 100% complete |
6763 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.074 INFO O| Oct 31 20:01:12.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6764 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.074 INFO O| Oct 31 20:01:12.074 INFO STEP 878 (remove_files) COMPLETE |
6765 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.074 INFO O| Oct 31 20:01:12.074 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.085 INFO O| Oct 31 20:01:12.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6767 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.085 INFO O| Oct 31 20:01:12.085 INFO STEP 879 (remove_files) COMPLETE |
6768 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.085 INFO O| Oct 31 20:01:12.085 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-10-31T20:01:13.981Z | [ host-image] Oct 31 20:01:12.091 INFO O| Oct 31 20:01:12.091 INFO O| Planning: Package planning ... Done |
6770 | 2024-10-31T20:01:13.981Z | [ host-image] Oct 31 20:01:12.093 INFO O| Oct 31 20:01:12.093 INFO O| Planning: Merging actions ... Done |
6771 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.094 INFO O| Oct 31 20:01:12.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6772 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.094 INFO O| Oct 31 20:01:12.094 INFO STEP 880 (remove_files) COMPLETE |
6773 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.094 INFO O| Oct 31 20:01:12.094 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.104 INFO O| Oct 31 20:01:12.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6775 | 2024-10-31T20:01:13.981Z | [ recovery-image] Oct 31 20:01:12.104 INFO O| Oct 31 20:01:12.104 INFO STEP 881 (remove_files) COMPLETE |
6776 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.104 INFO O| Oct 31 20:01:12.104 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.114 INFO O| Oct 31 20:01:12.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6778 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.114 INFO O| Oct 31 20:01:12.114 INFO STEP 882 (remove_files) COMPLETE |
6779 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.114 INFO O| Oct 31 20:01:12.114 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.123 INFO O| Oct 31 20:01:12.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6781 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.123 INFO O| Oct 31 20:01:12.123 INFO STEP 883 (remove_files) COMPLETE |
6782 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.123 INFO O| Oct 31 20:01:12.123 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.133 INFO O| Oct 31 20:01:12.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6784 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.133 INFO O| Oct 31 20:01:12.133 INFO STEP 884 (remove_files) COMPLETE |
6785 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.133 INFO O| Oct 31 20:01:12.133 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.143 INFO O| Oct 31 20:01:12.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6787 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.143 INFO O| Oct 31 20:01:12.143 INFO STEP 885 (remove_files) COMPLETE |
6788 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.143 INFO O| Oct 31 20:01:12.143 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.152 INFO O| Oct 31 20:01:12.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6790 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.152 INFO O| Oct 31 20:01:12.152 INFO STEP 886 (remove_files) COMPLETE |
6791 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.152 INFO O| Oct 31 20:01:12.152 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-10-31T20:01:13.982Z | [ recovery-image] Oct 31 20:01:12.161 INFO O| Oct 31 20:01:12.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6793 | 2024-10-31T20:01:13.983Z | [ recovery-image] Oct 31 20:01:12.162 INFO O| Oct 31 20:01:12.162 INFO STEP 887 (remove_files) COMPLETE |
6794 | 2024-10-31T20:01:13.983Z | [ recovery-image] Oct 31 20:01:12.162 INFO O| Oct 31 20:01:12.162 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-10-31T20:01:13.983Z | [ host-image] Oct 31 20:01:12.169 INFO O| Oct 31 20:01:12.169 INFO O| Planning: Checking for conflicting actions ... Done |
6796 | 2024-10-31T20:01:13.987Z | [ host-image] Oct 31 20:01:12.170 INFO O| Oct 31 20:01:12.170 INFO O| Planning: Consolidating action changes ... Done |
6797 | 2024-10-31T20:01:13.987Z | [ recovery-image] Oct 31 20:01:12.171 INFO O| Oct 31 20:01:12.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6798 | 2024-10-31T20:01:13.987Z | [ recovery-image] Oct 31 20:01:12.171 INFO O| Oct 31 20:01:12.171 INFO STEP 888 (remove_files) COMPLETE |
6799 | 2024-10-31T20:01:13.987Z | [ recovery-image] Oct 31 20:01:12.171 INFO O| Oct 31 20:01:12.171 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6800 | 2024-10-31T20:01:13.987Z | [ recovery-image] Oct 31 20:01:12.183 INFO O| Oct 31 20:01:12.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6801 | 2024-10-31T20:01:13.987Z | [ recovery-image] Oct 31 20:01:12.183 INFO O| Oct 31 20:01:12.183 INFO STEP 889 (remove_files) COMPLETE |
6802 | 2024-10-31T20:01:13.987Z | [ recovery-image] Oct 31 20:01:12.183 INFO O| Oct 31 20:01:12.183 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6803 | 2024-10-31T20:01:13.987Z | [ recovery-image] Oct 31 20:01:12.193 INFO O| Oct 31 20:01:12.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6804 | 2024-10-31T20:01:13.987Z | [ recovery-image] Oct 31 20:01:12.193 INFO O| Oct 31 20:01:12.193 INFO STEP 890 (remove_files) COMPLETE |
6805 | 2024-10-31T20:01:13.987Z | [ recovery-image] Oct 31 20:01:12.194 INFO O| Oct 31 20:01:12.193 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6806 | 2024-10-31T20:01:13.987Z | [ recovery-image] Oct 31 20:01:12.205 INFO O| Oct 31 20:01:12.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6807 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.205 INFO O| Oct 31 20:01:12.205 INFO STEP 891 (remove_files) COMPLETE |
6808 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.205 INFO O| Oct 31 20:01:12.205 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6809 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.215 INFO O| Oct 31 20:01:12.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6810 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.215 INFO O| Oct 31 20:01:12.215 INFO STEP 892 (remove_files) COMPLETE |
6811 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.215 INFO O| Oct 31 20:01:12.215 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.224 INFO O| Oct 31 20:01:12.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6813 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.224 INFO O| Oct 31 20:01:12.224 INFO STEP 893 (remove_files) COMPLETE |
6814 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.224 INFO O| Oct 31 20:01:12.224 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.236 INFO O| Oct 31 20:01:12.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6816 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.236 INFO O| Oct 31 20:01:12.236 INFO STEP 894 (remove_files) COMPLETE |
6817 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.236 INFO O| Oct 31 20:01:12.236 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.245 INFO O| Oct 31 20:01:12.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6819 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.246 INFO O| Oct 31 20:01:12.246 INFO STEP 895 (remove_files) COMPLETE |
6820 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.246 INFO O| Oct 31 20:01:12.246 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6821 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.255 INFO O| Oct 31 20:01:12.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6822 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.255 INFO O| Oct 31 20:01:12.255 INFO STEP 896 (remove_files) COMPLETE |
6823 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.255 INFO O| Oct 31 20:01:12.255 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6824 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.265 INFO O| Oct 31 20:01:12.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6825 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.265 INFO O| Oct 31 20:01:12.265 INFO STEP 897 (remove_files) COMPLETE |
6826 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.265 INFO O| Oct 31 20:01:12.265 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6827 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.274 INFO O| Oct 31 20:01:12.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6828 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.274 INFO O| Oct 31 20:01:12.274 INFO STEP 898 (remove_files) COMPLETE |
6829 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.274 INFO O| Oct 31 20:01:12.274 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6830 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.284 INFO O| Oct 31 20:01:12.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6831 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.284 INFO O| Oct 31 20:01:12.284 INFO STEP 899 (remove_files) COMPLETE |
6832 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.284 INFO O| Oct 31 20:01:12.284 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6833 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.293 INFO O| Oct 31 20:01:12.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6834 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.293 INFO O| Oct 31 20:01:12.293 INFO STEP 900 (remove_files) COMPLETE |
6835 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.293 INFO O| Oct 31 20:01:12.293 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6836 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.303 INFO O| Oct 31 20:01:12.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6837 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.303 INFO O| Oct 31 20:01:12.303 INFO STEP 901 (remove_files) COMPLETE |
6838 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.303 INFO O| Oct 31 20:01:12.303 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6839 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.312 INFO O| Oct 31 20:01:12.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6840 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.312 INFO O| Oct 31 20:01:12.312 INFO STEP 902 (remove_files) COMPLETE |
6841 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.312 INFO O| Oct 31 20:01:12.312 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6842 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.321 INFO O| Oct 31 20:01:12.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6843 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.321 INFO O| Oct 31 20:01:12.321 INFO STEP 903 (remove_files) COMPLETE |
6844 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.322 INFO O| Oct 31 20:01:12.321 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6845 | 2024-10-31T20:01:13.988Z | [ recovery-image] Oct 31 20:01:12.331 INFO O| Oct 31 20:01:12.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6846 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.331 INFO O| Oct 31 20:01:12.331 INFO STEP 904 (remove_files) COMPLETE |
6847 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.331 INFO O| Oct 31 20:01:12.331 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6848 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.340 INFO O| Oct 31 20:01:12.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6849 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.340 INFO O| Oct 31 20:01:12.340 INFO STEP 905 (remove_files) COMPLETE |
6850 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.340 INFO O| Oct 31 20:01:12.340 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6851 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.349 INFO O| Oct 31 20:01:12.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6852 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.349 INFO O| Oct 31 20:01:12.349 INFO STEP 906 (remove_files) COMPLETE |
6853 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.349 INFO O| Oct 31 20:01:12.349 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6854 | 2024-10-31T20:01:13.989Z | [ host-image] Oct 31 20:01:12.353 INFO O| Oct 31 20:01:12.353 INFO O| Planning: Evaluating mediators ... Done |
6855 | 2024-10-31T20:01:13.989Z | [ host-image] Oct 31 20:01:12.354 INFO O| Oct 31 20:01:12.354 INFO O| Planning: Planning completed in 2.68 seconds |
6856 | 2024-10-31T20:01:13.989Z | [ host-image] Oct 31 20:01:12.355 INFO O| Oct 31 20:01:12.355 INFO O| Packages to install: 4 |
6857 | 2024-10-31T20:01:13.989Z | [ host-image] Oct 31 20:01:12.355 INFO O| Oct 31 20:01:12.355 INFO O| Services to change: 2 |
6858 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.359 INFO O| Oct 31 20:01:12.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6859 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.359 INFO O| Oct 31 20:01:12.359 INFO STEP 907 (remove_files) COMPLETE |
6860 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.359 INFO O| Oct 31 20:01:12.359 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-10-31T20:01:13.989Z | [ host-image] Oct 31 20:01:12.366 INFO O| Oct 31 20:01:12.366 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
6862 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.369 INFO O| Oct 31 20:01:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6863 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.369 INFO O| Oct 31 20:01:12.369 INFO STEP 908 (remove_files) COMPLETE |
6864 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.369 INFO O| Oct 31 20:01:12.369 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.380 INFO O| Oct 31 20:01:12.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6866 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.380 INFO O| Oct 31 20:01:12.380 INFO STEP 909 (remove_files) COMPLETE |
6867 | 2024-10-31T20:01:13.989Z | [ recovery-image] Oct 31 20:01:12.380 INFO O| Oct 31 20:01:12.380 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.390 INFO O| Oct 31 20:01:12.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6869 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.390 INFO O| Oct 31 20:01:12.390 INFO STEP 910 (remove_files) COMPLETE |
6870 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.390 INFO O| Oct 31 20:01:12.390 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.400 INFO O| Oct 31 20:01:12.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6872 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.400 INFO O| Oct 31 20:01:12.400 INFO STEP 911 (remove_files) COMPLETE |
6873 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.400 INFO O| Oct 31 20:01:12.400 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.410 INFO O| Oct 31 20:01:12.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6875 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.410 INFO O| Oct 31 20:01:12.410 INFO STEP 912 (remove_files) COMPLETE |
6876 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.410 INFO O| Oct 31 20:01:12.410 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.420 INFO O| Oct 31 20:01:12.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6878 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.420 INFO O| Oct 31 20:01:12.420 INFO STEP 913 (remove_files) COMPLETE |
6879 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.420 INFO O| Oct 31 20:01:12.420 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.430 INFO O| Oct 31 20:01:12.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6881 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.430 INFO O| Oct 31 20:01:12.430 INFO STEP 914 (remove_files) COMPLETE |
6882 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.430 INFO O| Oct 31 20:01:12.430 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.439 INFO O| Oct 31 20:01:12.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6884 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.440 INFO O| Oct 31 20:01:12.440 INFO STEP 915 (remove_files) COMPLETE |
6885 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.440 INFO O| Oct 31 20:01:12.440 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.449 INFO O| Oct 31 20:01:12.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6887 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.449 INFO O| Oct 31 20:01:12.449 INFO STEP 916 (remove_files) COMPLETE |
6888 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.449 INFO O| Oct 31 20:01:12.449 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.458 INFO O| Oct 31 20:01:12.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6890 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.459 INFO O| Oct 31 20:01:12.458 INFO STEP 917 (remove_files) COMPLETE |
6891 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.459 INFO O| Oct 31 20:01:12.459 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.468 INFO O| Oct 31 20:01:12.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6893 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.468 INFO O| Oct 31 20:01:12.468 INFO STEP 918 (remove_files) COMPLETE |
6894 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.468 INFO O| Oct 31 20:01:12.468 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-10-31T20:01:13.990Z | [ recovery-image] Oct 31 20:01:12.477 INFO O| Oct 31 20:01:12.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6896 | 2024-10-31T20:01:13.993Z | [ recovery-image] Oct 31 20:01:12.477 INFO O| Oct 31 20:01:12.477 INFO STEP 919 (remove_files) COMPLETE |
6897 | 2024-10-31T20:01:13.993Z | [ recovery-image] Oct 31 20:01:12.477 INFO O| Oct 31 20:01:12.477 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-10-31T20:01:13.993Z | [ recovery-image] Oct 31 20:01:12.487 INFO O| Oct 31 20:01:12.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6899 | 2024-10-31T20:01:13.993Z | [ recovery-image] Oct 31 20:01:12.487 INFO O| Oct 31 20:01:12.487 INFO STEP 920 (remove_files) COMPLETE |
6900 | 2024-10-31T20:01:13.993Z | [ recovery-image] Oct 31 20:01:12.487 INFO O| Oct 31 20:01:12.487 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-10-31T20:01:13.993Z | [ recovery-image] Oct 31 20:01:12.497 INFO O| Oct 31 20:01:12.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6902 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.497 INFO O| Oct 31 20:01:12.497 INFO STEP 921 (remove_files) COMPLETE |
6903 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.497 INFO O| Oct 31 20:01:12.497 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.506 INFO O| Oct 31 20:01:12.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6905 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.506 INFO O| Oct 31 20:01:12.506 INFO STEP 922 (remove_files) COMPLETE |
6906 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.506 INFO O| Oct 31 20:01:12.506 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.516 INFO O| Oct 31 20:01:12.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6908 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.516 INFO O| Oct 31 20:01:12.516 INFO STEP 923 (remove_files) COMPLETE |
6909 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.516 INFO O| Oct 31 20:01:12.516 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.525 INFO O| Oct 31 20:01:12.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6911 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.526 INFO O| Oct 31 20:01:12.525 INFO STEP 924 (remove_files) COMPLETE |
6912 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.526 INFO O| Oct 31 20:01:12.526 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.535 INFO O| Oct 31 20:01:12.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6914 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.535 INFO O| Oct 31 20:01:12.535 INFO STEP 925 (remove_files) COMPLETE |
6915 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.535 INFO O| Oct 31 20:01:12.535 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.545 INFO O| Oct 31 20:01:12.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6917 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.545 INFO O| Oct 31 20:01:12.545 INFO STEP 926 (remove_files) COMPLETE |
6918 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.545 INFO O| Oct 31 20:01:12.545 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-10-31T20:01:13.994Z | [ recovery-image] Oct 31 20:01:12.554 INFO O| Oct 31 20:01:12.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6920 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.554 INFO O| Oct 31 20:01:12.554 INFO STEP 927 (remove_files) COMPLETE |
6921 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.555 INFO O| Oct 31 20:01:12.554 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.564 INFO O| Oct 31 20:01:12.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6923 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.564 INFO O| Oct 31 20:01:12.564 INFO STEP 928 (remove_files) COMPLETE |
6924 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.564 INFO O| Oct 31 20:01:12.564 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.573 INFO O| Oct 31 20:01:12.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6926 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.573 INFO O| Oct 31 20:01:12.573 INFO STEP 929 (remove_files) COMPLETE |
6927 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.573 INFO O| Oct 31 20:01:12.573 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.582 INFO O| Oct 31 20:01:12.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6929 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.582 INFO O| Oct 31 20:01:12.582 INFO STEP 930 (remove_files) COMPLETE |
6930 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.582 INFO O| Oct 31 20:01:12.582 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.592 INFO O| Oct 31 20:01:12.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6932 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.592 INFO O| Oct 31 20:01:12.592 INFO STEP 931 (remove_files) COMPLETE |
6933 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.592 INFO O| Oct 31 20:01:12.592 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.601 INFO O| Oct 31 20:01:12.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6935 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.601 INFO O| Oct 31 20:01:12.601 INFO STEP 932 (remove_files) COMPLETE |
6936 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.601 INFO O| Oct 31 20:01:12.601 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.610 INFO O| Oct 31 20:01:12.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6938 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.610 INFO O| Oct 31 20:01:12.610 INFO STEP 933 (remove_files) COMPLETE |
6939 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.610 INFO O| Oct 31 20:01:12.610 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.620 INFO O| Oct 31 20:01:12.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6941 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.620 INFO O| Oct 31 20:01:12.620 INFO STEP 934 (remove_files) COMPLETE |
6942 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.620 INFO O| Oct 31 20:01:12.620 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.629 INFO O| Oct 31 20:01:12.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6944 | 2024-10-31T20:01:13.995Z | [ recovery-image] Oct 31 20:01:12.629 INFO O| Oct 31 20:01:12.629 INFO STEP 935 (remove_files) COMPLETE |
6945 | 2024-10-31T20:01:13.996Z | [ recovery-image] Oct 31 20:01:12.629 INFO O| Oct 31 20:01:12.629 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-10-31T20:01:13.996Z | [ recovery-image] Oct 31 20:01:12.638 INFO O| Oct 31 20:01:12.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6947 | 2024-10-31T20:01:13.996Z | [ recovery-image] Oct 31 20:01:12.638 INFO O| Oct 31 20:01:12.638 INFO STEP 936 (remove_files) COMPLETE |
6948 | 2024-10-31T20:01:13.996Z | [ recovery-image] Oct 31 20:01:12.638 INFO O| Oct 31 20:01:12.638 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-10-31T20:01:13.996Z | [ recovery-image] Oct 31 20:01:12.647 INFO O| Oct 31 20:01:12.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6950 | 2024-10-31T20:01:13.996Z | [ recovery-image] Oct 31 20:01:12.647 INFO O| Oct 31 20:01:12.647 INFO STEP 937 (remove_files) COMPLETE |
6951 | 2024-10-31T20:01:13.996Z | [ recovery-image] Oct 31 20:01:12.648 INFO O| Oct 31 20:01:12.647 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-10-31T20:01:13.996Z | [ recovery-image] Oct 31 20:01:12.657 INFO O| Oct 31 20:01:12.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6953 | 2024-10-31T20:01:13.996Z | [ recovery-image] Oct 31 20:01:12.657 INFO O| Oct 31 20:01:12.657 INFO STEP 938 (remove_files) COMPLETE |
6954 | 2024-10-31T20:01:13.996Z | [ recovery-image] Oct 31 20:01:12.657 INFO O| Oct 31 20:01:12.657 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.666 INFO O| Oct 31 20:01:12.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6956 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.666 INFO O| Oct 31 20:01:12.666 INFO STEP 939 (remove_files) COMPLETE |
6957 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.666 INFO O| Oct 31 20:01:12.666 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.675 INFO O| Oct 31 20:01:12.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6959 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.675 INFO O| Oct 31 20:01:12.675 INFO STEP 940 (remove_files) COMPLETE |
6960 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.675 INFO O| Oct 31 20:01:12.675 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.684 INFO O| Oct 31 20:01:12.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6962 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.685 INFO O| Oct 31 20:01:12.684 INFO STEP 941 (remove_files) COMPLETE |
6963 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.685 INFO O| Oct 31 20:01:12.685 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.694 INFO O| Oct 31 20:01:12.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6965 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.694 INFO O| Oct 31 20:01:12.694 INFO STEP 942 (remove_files) COMPLETE |
6966 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.694 INFO O| Oct 31 20:01:12.694 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.703 INFO O| Oct 31 20:01:12.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6968 | 2024-10-31T20:01:13.997Z | [ recovery-image] Oct 31 20:01:12.703 INFO O| Oct 31 20:01:12.703 INFO STEP 943 (remove_files) COMPLETE |
6969 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.703 INFO O| Oct 31 20:01:12.703 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.712 INFO O| Oct 31 20:01:12.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6971 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.712 INFO O| Oct 31 20:01:12.712 INFO STEP 944 (remove_files) COMPLETE |
6972 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.712 INFO O| Oct 31 20:01:12.712 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.721 INFO O| Oct 31 20:01:12.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6974 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.721 INFO O| Oct 31 20:01:12.721 INFO STEP 945 (remove_files) COMPLETE |
6975 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.721 INFO O| Oct 31 20:01:12.721 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.730 INFO O| Oct 31 20:01:12.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6977 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.731 INFO O| Oct 31 20:01:12.730 INFO STEP 946 (remove_files) COMPLETE |
6978 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.731 INFO O| Oct 31 20:01:12.730 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.740 INFO O| Oct 31 20:01:12.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6980 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.740 INFO O| Oct 31 20:01:12.740 INFO STEP 947 (remove_files) COMPLETE |
6981 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.740 INFO O| Oct 31 20:01:12.740 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.749 INFO O| Oct 31 20:01:12.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6983 | 2024-10-31T20:01:13.998Z | [ recovery-image] Oct 31 20:01:12.749 INFO O| Oct 31 20:01:12.749 INFO STEP 948 (remove_files) COMPLETE |
6984 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.749 INFO O| Oct 31 20:01:12.749 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.758 INFO O| Oct 31 20:01:12.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6986 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.758 INFO O| Oct 31 20:01:12.758 INFO STEP 949 (remove_files) COMPLETE |
6987 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.758 INFO O| Oct 31 20:01:12.758 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.767 INFO O| Oct 31 20:01:12.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6989 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.767 INFO O| Oct 31 20:01:12.767 INFO STEP 950 (remove_files) COMPLETE |
6990 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.767 INFO O| Oct 31 20:01:12.767 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.776 INFO O| Oct 31 20:01:12.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6992 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.776 INFO O| Oct 31 20:01:12.776 INFO STEP 951 (remove_files) COMPLETE |
6993 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.776 INFO O| Oct 31 20:01:12.776 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.786 INFO O| Oct 31 20:01:12.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6995 | 2024-10-31T20:01:13.999Z | [ recovery-image] Oct 31 20:01:12.786 INFO O| Oct 31 20:01:12.786 INFO STEP 952 (remove_files) COMPLETE |
6996 | 2024-10-31T20:01:14.010Z | [ recovery-image] Oct 31 20:01:12.786 INFO O| Oct 31 20:01:12.786 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-10-31T20:01:14.010Z | [ recovery-image] Oct 31 20:01:12.795 INFO O| Oct 31 20:01:12.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6998 | 2024-10-31T20:01:14.010Z | [ recovery-image] Oct 31 20:01:12.795 INFO O| Oct 31 20:01:12.795 INFO STEP 953 (remove_files) COMPLETE |
6999 | 2024-10-31T20:01:14.010Z | [ recovery-image] Oct 31 20:01:12.795 INFO O| Oct 31 20:01:12.795 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-10-31T20:01:14.010Z | [ recovery-image] Oct 31 20:01:12.804 INFO O| Oct 31 20:01:12.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7001 | 2024-10-31T20:01:14.010Z | [ recovery-image] Oct 31 20:01:12.804 INFO O| Oct 31 20:01:12.804 INFO STEP 954 (remove_files) COMPLETE |
7002 | 2024-10-31T20:01:14.010Z | [ recovery-image] Oct 31 20:01:12.804 INFO O| Oct 31 20:01:12.804 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-10-31T20:01:14.010Z | [ recovery-image] Oct 31 20:01:12.813 INFO O| Oct 31 20:01:12.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7004 | 2024-10-31T20:01:14.010Z | [ recovery-image] Oct 31 20:01:12.813 INFO O| Oct 31 20:01:12.813 INFO STEP 955 (remove_files) COMPLETE |
7005 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.813 INFO O| Oct 31 20:01:12.813 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.822 INFO O| Oct 31 20:01:12.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7007 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.823 INFO O| Oct 31 20:01:12.823 INFO STEP 956 (remove_files) COMPLETE |
7008 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.823 INFO O| Oct 31 20:01:12.823 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.832 INFO O| Oct 31 20:01:12.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7010 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.832 INFO O| Oct 31 20:01:12.832 INFO STEP 957 (remove_files) COMPLETE |
7011 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.832 INFO O| Oct 31 20:01:12.832 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.841 INFO O| Oct 31 20:01:12.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7013 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.841 INFO O| Oct 31 20:01:12.841 INFO STEP 958 (remove_files) COMPLETE |
7014 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.841 INFO O| Oct 31 20:01:12.841 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.850 INFO O| Oct 31 20:01:12.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7016 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.850 INFO O| Oct 31 20:01:12.850 INFO STEP 959 (remove_files) COMPLETE |
7017 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.850 INFO O| Oct 31 20:01:12.850 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.859 INFO O| Oct 31 20:01:12.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7019 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.860 INFO O| Oct 31 20:01:12.859 INFO STEP 960 (remove_files) COMPLETE |
7020 | 2024-10-31T20:01:14.011Z | [ recovery-image] Oct 31 20:01:12.860 INFO O| Oct 31 20:01:12.859 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.869 INFO O| Oct 31 20:01:12.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7022 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.869 INFO O| Oct 31 20:01:12.869 INFO STEP 961 (remove_files) COMPLETE |
7023 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.869 INFO O| Oct 31 20:01:12.869 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.878 INFO O| Oct 31 20:01:12.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7025 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.879 INFO O| Oct 31 20:01:12.879 INFO STEP 962 (remove_files) COMPLETE |
7026 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.879 INFO O| Oct 31 20:01:12.879 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.888 INFO O| Oct 31 20:01:12.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7028 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.888 INFO O| Oct 31 20:01:12.888 INFO STEP 963 (remove_files) COMPLETE |
7029 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.888 INFO O| Oct 31 20:01:12.888 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.897 INFO O| Oct 31 20:01:12.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7031 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.897 INFO O| Oct 31 20:01:12.897 INFO STEP 964 (remove_files) COMPLETE |
7032 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.897 INFO O| Oct 31 20:01:12.897 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.906 INFO O| Oct 31 20:01:12.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7034 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.906 INFO O| Oct 31 20:01:12.906 INFO STEP 965 (remove_files) COMPLETE |
7035 | 2024-10-31T20:01:14.012Z | [ recovery-image] Oct 31 20:01:12.906 INFO O| Oct 31 20:01:12.906 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-10-31T20:01:14.017Z | [ recovery-image] Oct 31 20:01:12.915 INFO O| Oct 31 20:01:12.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7037 | 2024-10-31T20:01:14.017Z | [ recovery-image] Oct 31 20:01:12.916 INFO O| Oct 31 20:01:12.916 INFO STEP 966 (remove_files) COMPLETE |
7038 | 2024-10-31T20:01:14.017Z | [ recovery-image] Oct 31 20:01:12.916 INFO O| Oct 31 20:01:12.916 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-10-31T20:01:14.023Z | [ recovery-image] Oct 31 20:01:12.925 INFO O| Oct 31 20:01:12.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7040 | 2024-10-31T20:01:14.026Z | [ recovery-image] Oct 31 20:01:12.925 INFO O| Oct 31 20:01:12.925 INFO STEP 967 (remove_files) COMPLETE |
7041 | 2024-10-31T20:01:14.026Z | [ recovery-image] Oct 31 20:01:12.925 INFO O| Oct 31 20:01:12.925 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-10-31T20:01:14.033Z | [ recovery-image] Oct 31 20:01:12.934 INFO O| Oct 31 20:01:12.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7043 | 2024-10-31T20:01:14.033Z | [ recovery-image] Oct 31 20:01:12.934 INFO O| Oct 31 20:01:12.934 INFO STEP 968 (remove_files) COMPLETE |
7044 | 2024-10-31T20:01:14.035Z | [ recovery-image] Oct 31 20:01:12.934 INFO O| Oct 31 20:01:12.934 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-10-31T20:01:14.042Z | [ recovery-image] Oct 31 20:01:12.943 INFO O| Oct 31 20:01:12.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7046 | 2024-10-31T20:01:14.042Z | [ recovery-image] Oct 31 20:01:12.944 INFO O| Oct 31 20:01:12.944 INFO STEP 969 (remove_files) COMPLETE |
7047 | 2024-10-31T20:01:14.044Z | [ recovery-image] Oct 31 20:01:12.944 INFO O| Oct 31 20:01:12.944 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-10-31T20:01:14.051Z | [ recovery-image] Oct 31 20:01:12.953 INFO O| Oct 31 20:01:12.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7049 | 2024-10-31T20:01:14.053Z | [ recovery-image] Oct 31 20:01:12.953 INFO O| Oct 31 20:01:12.953 INFO STEP 970 (remove_files) COMPLETE |
7050 | 2024-10-31T20:01:14.054Z | [ recovery-image] Oct 31 20:01:12.953 INFO O| Oct 31 20:01:12.953 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-10-31T20:01:14.061Z | [ recovery-image] Oct 31 20:01:12.962 INFO O| Oct 31 20:01:12.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7052 | 2024-10-31T20:01:14.061Z | [ recovery-image] Oct 31 20:01:12.962 INFO O| Oct 31 20:01:12.962 INFO STEP 971 (remove_files) COMPLETE |
7053 | 2024-10-31T20:01:14.063Z | [ recovery-image] Oct 31 20:01:12.962 INFO O| Oct 31 20:01:12.962 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-10-31T20:01:14.070Z | [ recovery-image] Oct 31 20:01:12.972 INFO O| Oct 31 20:01:12.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7055 | 2024-10-31T20:01:14.072Z | [ recovery-image] Oct 31 20:01:12.972 INFO O| Oct 31 20:01:12.972 INFO STEP 972 (remove_files) COMPLETE |
7056 | 2024-10-31T20:01:14.072Z | [ recovery-image] Oct 31 20:01:12.972 INFO O| Oct 31 20:01:12.972 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-10-31T20:01:14.079Z | [ recovery-image] Oct 31 20:01:12.981 INFO O| Oct 31 20:01:12.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7058 | 2024-10-31T20:01:14.081Z | [ recovery-image] Oct 31 20:01:12.981 INFO O| Oct 31 20:01:12.981 INFO STEP 973 (remove_files) COMPLETE |
7059 | 2024-10-31T20:01:14.082Z | [ recovery-image] Oct 31 20:01:12.981 INFO O| Oct 31 20:01:12.981 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-10-31T20:01:14.088Z | [ recovery-image] Oct 31 20:01:12.990 INFO O| Oct 31 20:01:12.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7061 | 2024-10-31T20:01:14.090Z | [ recovery-image] Oct 31 20:01:12.990 INFO O| Oct 31 20:01:12.990 INFO STEP 974 (remove_files) COMPLETE |
7062 | 2024-10-31T20:01:14.091Z | [ recovery-image] Oct 31 20:01:12.990 INFO O| Oct 31 20:01:12.990 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-10-31T20:01:14.098Z | [ recovery-image] Oct 31 20:01:12.999 INFO O| Oct 31 20:01:12.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7064 | 2024-10-31T20:01:14.098Z | [ recovery-image] Oct 31 20:01:12.999 INFO O| Oct 31 20:01:12.999 INFO STEP 975 (remove_files) COMPLETE |
7065 | 2024-10-31T20:01:14.098Z | [ recovery-image] Oct 31 20:01:12.999 INFO O| Oct 31 20:01:12.999 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-10-31T20:01:14.108Z | [ recovery-image] Oct 31 20:01:13.009 INFO O| Oct 31 20:01:13.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7067 | 2024-10-31T20:01:14.108Z | [ recovery-image] Oct 31 20:01:13.009 INFO O| Oct 31 20:01:13.009 INFO STEP 976 (remove_files) COMPLETE |
7068 | 2024-10-31T20:01:14.110Z | [ recovery-image] Oct 31 20:01:13.009 INFO O| Oct 31 20:01:13.009 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-10-31T20:01:14.117Z | [ recovery-image] Oct 31 20:01:13.019 INFO O| Oct 31 20:01:13.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7070 | 2024-10-31T20:01:14.120Z | [ recovery-image] Oct 31 20:01:13.019 INFO O| Oct 31 20:01:13.019 INFO STEP 977 (remove_files) COMPLETE |
7071 | 2024-10-31T20:01:14.120Z | [ recovery-image] Oct 31 20:01:13.019 INFO O| Oct 31 20:01:13.019 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-10-31T20:01:14.126Z | [ recovery-image] Oct 31 20:01:13.028 INFO O| Oct 31 20:01:13.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7073 | 2024-10-31T20:01:14.129Z | [ recovery-image] Oct 31 20:01:13.029 INFO O| Oct 31 20:01:13.029 INFO STEP 978 (remove_files) COMPLETE |
7074 | 2024-10-31T20:01:14.129Z | [ recovery-image] Oct 31 20:01:13.029 INFO O| Oct 31 20:01:13.029 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-10-31T20:01:14.136Z | [ recovery-image] Oct 31 20:01:13.038 INFO O| Oct 31 20:01:13.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7076 | 2024-10-31T20:01:14.136Z | [ recovery-image] Oct 31 20:01:13.038 INFO O| Oct 31 20:01:13.038 INFO STEP 979 (remove_files) COMPLETE |
7077 | 2024-10-31T20:01:14.136Z | [ recovery-image] Oct 31 20:01:13.038 INFO O| Oct 31 20:01:13.038 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-10-31T20:01:14.145Z | [ recovery-image] Oct 31 20:01:13.047 INFO O| Oct 31 20:01:13.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7079 | 2024-10-31T20:01:14.148Z | [ recovery-image] Oct 31 20:01:13.047 INFO O| Oct 31 20:01:13.047 INFO STEP 980 (remove_files) COMPLETE |
7080 | 2024-10-31T20:01:14.148Z | [ recovery-image] Oct 31 20:01:13.047 INFO O| Oct 31 20:01:13.047 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-10-31T20:01:14.155Z | [ recovery-image] Oct 31 20:01:13.057 INFO O| Oct 31 20:01:13.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7082 | 2024-10-31T20:01:14.157Z | [ recovery-image] Oct 31 20:01:13.057 INFO O| Oct 31 20:01:13.057 INFO STEP 981 (remove_files) COMPLETE |
7083 | 2024-10-31T20:01:14.157Z | [ recovery-image] Oct 31 20:01:13.057 INFO O| Oct 31 20:01:13.057 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7084 | 2024-10-31T20:01:14.165Z | [ recovery-image] Oct 31 20:01:13.066 INFO O| Oct 31 20:01:13.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7085 | 2024-10-31T20:01:14.165Z | [ recovery-image] Oct 31 20:01:13.066 INFO O| Oct 31 20:01:13.066 INFO STEP 982 (remove_files) COMPLETE |
7086 | 2024-10-31T20:01:14.168Z | [ recovery-image] Oct 31 20:01:13.066 INFO O| Oct 31 20:01:13.066 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7087 | 2024-10-31T20:01:14.174Z | [ recovery-image] Oct 31 20:01:13.075 INFO O| Oct 31 20:01:13.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7088 | 2024-10-31T20:01:14.174Z | [ recovery-image] Oct 31 20:01:13.076 INFO O| Oct 31 20:01:13.076 INFO STEP 983 (remove_files) COMPLETE |
7089 | 2024-10-31T20:01:14.177Z | [ recovery-image] Oct 31 20:01:13.076 INFO O| Oct 31 20:01:13.076 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7090 | 2024-10-31T20:01:14.183Z | [ recovery-image] Oct 31 20:01:13.085 INFO O| Oct 31 20:01:13.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7091 | 2024-10-31T20:01:14.184Z | [ recovery-image] Oct 31 20:01:13.085 INFO O| Oct 31 20:01:13.085 INFO STEP 984 (remove_files) COMPLETE |
7092 | 2024-10-31T20:01:14.187Z | [ recovery-image] Oct 31 20:01:13.085 INFO O| Oct 31 20:01:13.085 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7093 | 2024-10-31T20:01:14.193Z | [ recovery-image] Oct 31 20:01:13.094 INFO O| Oct 31 20:01:13.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7094 | 2024-10-31T20:01:14.195Z | [ recovery-image] Oct 31 20:01:13.094 INFO O| Oct 31 20:01:13.094 INFO STEP 985 (remove_files) COMPLETE |
7095 | 2024-10-31T20:01:14.195Z | [ recovery-image] Oct 31 20:01:13.094 INFO O| Oct 31 20:01:13.094 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7096 | 2024-10-31T20:01:14.202Z | [ recovery-image] Oct 31 20:01:13.103 INFO O| Oct 31 20:01:13.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7097 | 2024-10-31T20:01:14.202Z | [ recovery-image] Oct 31 20:01:13.103 INFO O| Oct 31 20:01:13.103 INFO STEP 986 (remove_files) COMPLETE |
7098 | 2024-10-31T20:01:14.202Z | [ recovery-image] Oct 31 20:01:13.103 INFO O| Oct 31 20:01:13.103 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7099 | 2024-10-31T20:01:14.212Z | [ recovery-image] Oct 31 20:01:13.113 INFO O| Oct 31 20:01:13.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7100 | 2024-10-31T20:01:14.213Z | [ recovery-image] Oct 31 20:01:13.113 INFO O| Oct 31 20:01:13.113 INFO STEP 987 (remove_files) COMPLETE |
7101 | 2024-10-31T20:01:14.215Z | [ recovery-image] Oct 31 20:01:13.113 INFO O| Oct 31 20:01:13.113 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7102 | 2024-10-31T20:01:14.220Z | [ recovery-image] Oct 31 20:01:13.122 INFO O| Oct 31 20:01:13.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7103 | 2024-10-31T20:01:14.220Z | [ recovery-image] Oct 31 20:01:13.122 INFO O| Oct 31 20:01:13.122 INFO STEP 988 (remove_files) COMPLETE |
7104 | 2024-10-31T20:01:14.223Z | [ recovery-image] Oct 31 20:01:13.122 INFO O| Oct 31 20:01:13.122 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7105 | 2024-10-31T20:01:14.230Z | [ recovery-image] Oct 31 20:01:13.131 INFO O| Oct 31 20:01:13.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7106 | 2024-10-31T20:01:14.230Z | [ recovery-image] Oct 31 20:01:13.132 INFO O| Oct 31 20:01:13.131 INFO STEP 989 (remove_files) COMPLETE |
7107 | 2024-10-31T20:01:14.233Z | [ recovery-image] Oct 31 20:01:13.132 INFO O| Oct 31 20:01:13.131 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7108 | 2024-10-31T20:01:14.239Z | [ recovery-image] Oct 31 20:01:13.141 INFO O| Oct 31 20:01:13.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7109 | 2024-10-31T20:01:14.239Z | [ recovery-image] Oct 31 20:01:13.141 INFO O| Oct 31 20:01:13.141 INFO STEP 990 (remove_files) COMPLETE |
7110 | 2024-10-31T20:01:14.242Z | [ recovery-image] Oct 31 20:01:13.141 INFO O| Oct 31 20:01:13.141 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7111 | 2024-10-31T20:01:14.249Z | [ recovery-image] Oct 31 20:01:13.150 INFO O| Oct 31 20:01:13.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7112 | 2024-10-31T20:01:14.249Z | [ recovery-image] Oct 31 20:01:13.150 INFO O| Oct 31 20:01:13.150 INFO STEP 991 (remove_files) COMPLETE |
7113 | 2024-10-31T20:01:14.251Z | [ recovery-image] Oct 31 20:01:13.150 INFO O| Oct 31 20:01:13.150 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7114 | 2024-10-31T20:01:14.258Z | [ recovery-image] Oct 31 20:01:13.160 INFO O| Oct 31 20:01:13.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7115 | 2024-10-31T20:01:14.258Z | [ recovery-image] Oct 31 20:01:13.160 INFO O| Oct 31 20:01:13.160 INFO STEP 992 (remove_files) COMPLETE |
7116 | 2024-10-31T20:01:14.260Z | [ recovery-image] Oct 31 20:01:13.160 INFO O| Oct 31 20:01:13.160 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7117 | 2024-10-31T20:01:14.267Z | [ recovery-image] Oct 31 20:01:13.169 INFO O| Oct 31 20:01:13.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7118 | 2024-10-31T20:01:14.267Z | [ recovery-image] Oct 31 20:01:13.169 INFO O| Oct 31 20:01:13.169 INFO STEP 993 (remove_files) COMPLETE |
7119 | 2024-10-31T20:01:14.270Z | [ recovery-image] Oct 31 20:01:13.169 INFO O| Oct 31 20:01:13.169 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7120 | 2024-10-31T20:01:14.278Z | [ recovery-image] Oct 31 20:01:13.179 INFO O| Oct 31 20:01:13.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7121 | 2024-10-31T20:01:14.278Z | [ recovery-image] Oct 31 20:01:13.180 INFO O| Oct 31 20:01:13.179 INFO STEP 994 (remove_files) COMPLETE |
7122 | 2024-10-31T20:01:14.283Z | [ recovery-image] Oct 31 20:01:13.180 INFO O| Oct 31 20:01:13.179 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7123 | 2024-10-31T20:01:14.293Z | [ recovery-image] Oct 31 20:01:13.193 INFO O| Oct 31 20:01:13.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7124 | 2024-10-31T20:01:14.293Z | [ recovery-image] Oct 31 20:01:13.193 INFO O| Oct 31 20:01:13.193 INFO STEP 995 (remove_files) COMPLETE |
7125 | 2024-10-31T20:01:14.295Z | [ recovery-image] Oct 31 20:01:13.195 INFO O| Oct 31 20:01:13.195 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7126 | 2024-10-31T20:01:14.308Z | [ recovery-image] Oct 31 20:01:13.209 INFO O| Oct 31 20:01:13.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7127 | 2024-10-31T20:01:14.308Z | [ recovery-image] Oct 31 20:01:13.210 INFO O| Oct 31 20:01:13.210 INFO STEP 996 (remove_files) COMPLETE |
7128 | 2024-10-31T20:01:14.308Z | [ recovery-image] Oct 31 20:01:13.210 INFO O| Oct 31 20:01:13.210 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7129 | 2024-10-31T20:01:14.320Z | [ recovery-image] Oct 31 20:01:13.222 INFO O| Oct 31 20:01:13.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7130 | 2024-10-31T20:01:14.320Z | [ recovery-image] Oct 31 20:01:13.222 INFO O| Oct 31 20:01:13.222 INFO STEP 997 (remove_files) COMPLETE |
7131 | 2024-10-31T20:01:14.320Z | [ recovery-image] Oct 31 20:01:13.222 INFO O| Oct 31 20:01:13.222 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7132 | 2024-10-31T20:01:14.330Z | [ recovery-image] Oct 31 20:01:13.232 INFO O| Oct 31 20:01:13.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7133 | 2024-10-31T20:01:14.331Z | [ recovery-image] Oct 31 20:01:13.232 INFO O| Oct 31 20:01:13.232 INFO STEP 998 (remove_files) COMPLETE |
7134 | 2024-10-31T20:01:14.334Z | [ recovery-image] Oct 31 20:01:13.232 INFO O| Oct 31 20:01:13.232 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7135 | 2024-10-31T20:01:14.341Z | [ recovery-image] Oct 31 20:01:13.242 INFO O| Oct 31 20:01:13.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7136 | 2024-10-31T20:01:14.343Z | [ recovery-image] Oct 31 20:01:13.242 INFO O| Oct 31 20:01:13.242 INFO STEP 999 (remove_files) COMPLETE |
7137 | 2024-10-31T20:01:14.343Z | [ recovery-image] Oct 31 20:01:13.242 INFO O| Oct 31 20:01:13.242 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7138 | 2024-10-31T20:01:14.351Z | [ recovery-image] Oct 31 20:01:13.252 INFO O| Oct 31 20:01:13.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7139 | 2024-10-31T20:01:14.353Z | [ recovery-image] Oct 31 20:01:13.252 INFO O| Oct 31 20:01:13.252 INFO STEP 1000 (remove_files) COMPLETE |
7140 | 2024-10-31T20:01:14.353Z | [ recovery-image] Oct 31 20:01:13.252 INFO O| Oct 31 20:01:13.252 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7141 | 2024-10-31T20:01:14.360Z | [ recovery-image] Oct 31 20:01:13.262 INFO O| Oct 31 20:01:13.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7142 | 2024-10-31T20:01:14.362Z | [ recovery-image] Oct 31 20:01:13.262 INFO O| Oct 31 20:01:13.262 INFO STEP 1001 (remove_files) COMPLETE |
7143 | 2024-10-31T20:01:14.363Z | [ recovery-image] Oct 31 20:01:13.262 INFO O| Oct 31 20:01:13.262 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7144 | 2024-10-31T20:01:14.370Z | [ recovery-image] Oct 31 20:01:13.272 INFO O| Oct 31 20:01:13.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7145 | 2024-10-31T20:01:14.370Z | [ recovery-image] Oct 31 20:01:13.272 INFO O| Oct 31 20:01:13.272 INFO STEP 1002 (remove_files) COMPLETE |
7146 | 2024-10-31T20:01:14.372Z | [ recovery-image] Oct 31 20:01:13.272 INFO O| Oct 31 20:01:13.272 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7147 | 2024-10-31T20:01:14.379Z | [ recovery-image] Oct 31 20:01:13.281 INFO O| Oct 31 20:01:13.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7148 | 2024-10-31T20:01:14.379Z | [ recovery-image] Oct 31 20:01:13.281 INFO O| Oct 31 20:01:13.281 INFO STEP 1003 (remove_files) COMPLETE |
7149 | 2024-10-31T20:01:14.379Z | [ recovery-image] Oct 31 20:01:13.281 INFO O| Oct 31 20:01:13.281 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7150 | 2024-10-31T20:01:14.389Z | [ recovery-image] Oct 31 20:01:13.290 INFO O| Oct 31 20:01:13.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7151 | 2024-10-31T20:01:14.389Z | [ recovery-image] Oct 31 20:01:13.290 INFO O| Oct 31 20:01:13.290 INFO STEP 1004 (remove_files) COMPLETE |
7152 | 2024-10-31T20:01:14.391Z | [ recovery-image] Oct 31 20:01:13.290 INFO O| Oct 31 20:01:13.290 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7153 | 2024-10-31T20:01:14.398Z | [ recovery-image] Oct 31 20:01:13.300 INFO O| Oct 31 20:01:13.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7154 | 2024-10-31T20:01:14.398Z | [ recovery-image] Oct 31 20:01:13.300 INFO O| Oct 31 20:01:13.300 INFO STEP 1005 (remove_files) COMPLETE |
7155 | 2024-10-31T20:01:14.401Z | [ recovery-image] Oct 31 20:01:13.300 INFO O| Oct 31 20:01:13.300 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7156 | 2024-10-31T20:01:14.408Z | [ recovery-image] Oct 31 20:01:13.309 INFO O| Oct 31 20:01:13.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7157 | 2024-10-31T20:01:14.409Z | [ recovery-image] Oct 31 20:01:13.309 INFO O| Oct 31 20:01:13.309 INFO STEP 1006 (remove_files) COMPLETE |
7158 | 2024-10-31T20:01:14.411Z | [ recovery-image] Oct 31 20:01:13.309 INFO O| Oct 31 20:01:13.309 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7159 | 2024-10-31T20:01:14.418Z | [ recovery-image] Oct 31 20:01:13.319 INFO O| Oct 31 20:01:13.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7160 | 2024-10-31T20:01:14.420Z | [ recovery-image] Oct 31 20:01:13.319 INFO O| Oct 31 20:01:13.319 INFO STEP 1007 (remove_files) COMPLETE |
7161 | 2024-10-31T20:01:14.420Z | [ recovery-image] Oct 31 20:01:13.319 INFO O| Oct 31 20:01:13.319 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7162 | 2024-10-31T20:01:14.426Z | [ recovery-image] Oct 31 20:01:13.328 INFO O| Oct 31 20:01:13.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7163 | 2024-10-31T20:01:14.426Z | [ recovery-image] Oct 31 20:01:13.328 INFO O| Oct 31 20:01:13.328 INFO STEP 1008 (remove_files) COMPLETE |
7164 | 2024-10-31T20:01:14.429Z | [ recovery-image] Oct 31 20:01:13.328 INFO O| Oct 31 20:01:13.328 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7165 | 2024-10-31T20:01:14.436Z | [ recovery-image] Oct 31 20:01:13.337 INFO O| Oct 31 20:01:13.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7166 | 2024-10-31T20:01:14.438Z | [ recovery-image] Oct 31 20:01:13.337 INFO O| Oct 31 20:01:13.337 INFO STEP 1009 (remove_files) COMPLETE |
7167 | 2024-10-31T20:01:14.438Z | [ recovery-image] Oct 31 20:01:13.337 INFO O| Oct 31 20:01:13.337 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7168 | 2024-10-31T20:01:14.445Z | [ recovery-image] Oct 31 20:01:13.347 INFO O| Oct 31 20:01:13.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7169 | 2024-10-31T20:01:14.445Z | [ recovery-image] Oct 31 20:01:13.347 INFO O| Oct 31 20:01:13.347 INFO STEP 1010 (remove_files) COMPLETE |
7170 | 2024-10-31T20:01:14.445Z | [ recovery-image] Oct 31 20:01:13.347 INFO O| Oct 31 20:01:13.347 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7171 | 2024-10-31T20:01:14.454Z | [ recovery-image] Oct 31 20:01:13.356 INFO O| Oct 31 20:01:13.356 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7172 | 2024-10-31T20:01:14.454Z | [ recovery-image] Oct 31 20:01:13.356 INFO O| Oct 31 20:01:13.356 INFO STEP 1011 (remove_files) COMPLETE |
7173 | 2024-10-31T20:01:14.457Z | [ recovery-image] Oct 31 20:01:13.356 INFO O| Oct 31 20:01:13.356 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7174 | 2024-10-31T20:01:14.464Z | [ recovery-image] Oct 31 20:01:13.365 INFO O| Oct 31 20:01:13.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7175 | 2024-10-31T20:01:14.464Z | [ recovery-image] Oct 31 20:01:13.365 INFO O| Oct 31 20:01:13.365 INFO STEP 1012 (remove_files) COMPLETE |
7176 | 2024-10-31T20:01:14.466Z | [ recovery-image] Oct 31 20:01:13.365 INFO O| Oct 31 20:01:13.365 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7177 | 2024-10-31T20:01:14.473Z | [ recovery-image] Oct 31 20:01:13.375 INFO O| Oct 31 20:01:13.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7178 | 2024-10-31T20:01:14.476Z | [ recovery-image] Oct 31 20:01:13.375 INFO O| Oct 31 20:01:13.375 INFO STEP 1013 (remove_files) COMPLETE |
7179 | 2024-10-31T20:01:14.476Z | [ recovery-image] Oct 31 20:01:13.375 INFO O| Oct 31 20:01:13.375 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7180 | 2024-10-31T20:01:14.482Z | [ recovery-image] Oct 31 20:01:13.384 INFO O| Oct 31 20:01:13.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7181 | 2024-10-31T20:01:14.482Z | [ recovery-image] Oct 31 20:01:13.384 INFO O| Oct 31 20:01:13.384 INFO STEP 1014 (remove_files) COMPLETE |
7182 | 2024-10-31T20:01:14.484Z | [ recovery-image] Oct 31 20:01:13.384 INFO O| Oct 31 20:01:13.384 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7183 | 2024-10-31T20:01:14.496Z | [ recovery-image] Oct 31 20:01:13.397 INFO O| Oct 31 20:01:13.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7184 | 2024-10-31T20:01:14.498Z | [ recovery-image] Oct 31 20:01:13.397 INFO O| Oct 31 20:01:13.397 INFO STEP 1015 (remove_files) COMPLETE |
7185 | 2024-10-31T20:01:14.498Z | [ recovery-image] Oct 31 20:01:13.398 INFO O| Oct 31 20:01:13.397 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-10-31T20:01:14.513Z | [ recovery-image] Oct 31 20:01:13.415 INFO O| Oct 31 20:01:13.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7187 | 2024-10-31T20:01:14.515Z | [ recovery-image] Oct 31 20:01:13.415 INFO O| Oct 31 20:01:13.415 INFO STEP 1016 (remove_files) COMPLETE |
7188 | 2024-10-31T20:01:14.515Z | [ recovery-image] Oct 31 20:01:13.415 INFO O| Oct 31 20:01:13.415 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7189 | 2024-10-31T20:01:14.530Z | [ recovery-image] Oct 31 20:01:13.432 INFO O| Oct 31 20:01:13.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7190 | 2024-10-31T20:01:14.532Z | [ recovery-image] Oct 31 20:01:13.432 INFO O| Oct 31 20:01:13.432 INFO STEP 1017 (remove_files) COMPLETE |
7191 | 2024-10-31T20:01:14.532Z | [ recovery-image] Oct 31 20:01:13.432 INFO O| Oct 31 20:01:13.432 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7192 | 2024-10-31T20:01:14.546Z | [ recovery-image] Oct 31 20:01:13.447 INFO O| Oct 31 20:01:13.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7193 | 2024-10-31T20:01:14.546Z | [ recovery-image] Oct 31 20:01:13.447 INFO O| Oct 31 20:01:13.447 INFO STEP 1018 (remove_files) COMPLETE |
7194 | 2024-10-31T20:01:14.546Z | [ recovery-image] Oct 31 20:01:13.448 INFO O| Oct 31 20:01:13.447 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-10-31T20:01:14.555Z | [ recovery-image] Oct 31 20:01:13.457 INFO O| Oct 31 20:01:13.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7196 | 2024-10-31T20:01:14.558Z | [ recovery-image] Oct 31 20:01:13.458 INFO O| Oct 31 20:01:13.458 INFO STEP 1019 (remove_files) COMPLETE |
7197 | 2024-10-31T20:01:14.558Z | [ recovery-image] Oct 31 20:01:13.458 INFO O| Oct 31 20:01:13.458 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-10-31T20:01:14.566Z | [ recovery-image] Oct 31 20:01:13.467 INFO O| Oct 31 20:01:13.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7199 | 2024-10-31T20:01:14.568Z | [ recovery-image] Oct 31 20:01:13.467 INFO O| Oct 31 20:01:13.467 INFO STEP 1020 (remove_files) COMPLETE |
7200 | 2024-10-31T20:01:14.568Z | [ recovery-image] Oct 31 20:01:13.467 INFO O| Oct 31 20:01:13.467 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-10-31T20:01:14.575Z | [ recovery-image] Oct 31 20:01:13.477 INFO O| Oct 31 20:01:13.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7202 | 2024-10-31T20:01:14.575Z | [ recovery-image] Oct 31 20:01:13.477 INFO O| Oct 31 20:01:13.477 INFO STEP 1021 (remove_files) COMPLETE |
7203 | 2024-10-31T20:01:14.575Z | [ recovery-image] Oct 31 20:01:13.477 INFO O| Oct 31 20:01:13.477 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-10-31T20:01:14.584Z | [ recovery-image] Oct 31 20:01:13.486 INFO O| Oct 31 20:01:13.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7205 | 2024-10-31T20:01:14.584Z | [ recovery-image] Oct 31 20:01:13.486 INFO O| Oct 31 20:01:13.486 INFO STEP 1022 (remove_files) COMPLETE |
7206 | 2024-10-31T20:01:14.585Z | [ recovery-image] Oct 31 20:01:13.486 INFO O| Oct 31 20:01:13.486 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-10-31T20:01:14.594Z | [ recovery-image] Oct 31 20:01:13.495 INFO O| Oct 31 20:01:13.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7208 | 2024-10-31T20:01:14.596Z | [ recovery-image] Oct 31 20:01:13.495 INFO O| Oct 31 20:01:13.495 INFO STEP 1023 (remove_files) COMPLETE |
7209 | 2024-10-31T20:01:14.596Z | [ recovery-image] Oct 31 20:01:13.495 INFO O| Oct 31 20:01:13.495 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-10-31T20:01:14.603Z | [ recovery-image] Oct 31 20:01:13.505 INFO O| Oct 31 20:01:13.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7211 | 2024-10-31T20:01:14.605Z | [ recovery-image] Oct 31 20:01:13.505 INFO O| Oct 31 20:01:13.505 INFO STEP 1024 (remove_files) COMPLETE |
7212 | 2024-10-31T20:01:14.605Z | [ recovery-image] Oct 31 20:01:13.505 INFO O| Oct 31 20:01:13.505 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-10-31T20:01:14.612Z | [ recovery-image] Oct 31 20:01:13.514 INFO O| Oct 31 20:01:13.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7214 | 2024-10-31T20:01:14.612Z | [ recovery-image] Oct 31 20:01:13.514 INFO O| Oct 31 20:01:13.514 INFO STEP 1025 (remove_files) COMPLETE |
7215 | 2024-10-31T20:01:14.612Z | [ recovery-image] Oct 31 20:01:13.514 INFO O| Oct 31 20:01:13.514 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-10-31T20:01:14.621Z | [ recovery-image] Oct 31 20:01:13.523 INFO O| Oct 31 20:01:13.523 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7217 | 2024-10-31T20:01:14.624Z | [ recovery-image] Oct 31 20:01:13.524 INFO O| Oct 31 20:01:13.524 INFO STEP 1026 (remove_files) COMPLETE |
7218 | 2024-10-31T20:01:14.624Z | [ recovery-image] Oct 31 20:01:13.524 INFO O| Oct 31 20:01:13.524 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-10-31T20:01:14.631Z | [ recovery-image] Oct 31 20:01:13.533 INFO O| Oct 31 20:01:13.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7220 | 2024-10-31T20:01:14.633Z | [ recovery-image] Oct 31 20:01:13.533 INFO O| Oct 31 20:01:13.533 INFO STEP 1027 (remove_files) COMPLETE |
7221 | 2024-10-31T20:01:14.633Z | [ recovery-image] Oct 31 20:01:13.533 INFO O| Oct 31 20:01:13.533 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-10-31T20:01:14.641Z | [ recovery-image] Oct 31 20:01:13.542 INFO O| Oct 31 20:01:13.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7223 | 2024-10-31T20:01:14.643Z | [ recovery-image] Oct 31 20:01:13.542 INFO O| Oct 31 20:01:13.542 INFO STEP 1028 (remove_files) COMPLETE |
7224 | 2024-10-31T20:01:14.643Z | [ recovery-image] Oct 31 20:01:13.542 INFO O| Oct 31 20:01:13.542 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-10-31T20:01:14.650Z | [ recovery-image] Oct 31 20:01:13.552 INFO O| Oct 31 20:01:13.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7226 | 2024-10-31T20:01:14.653Z | [ recovery-image] Oct 31 20:01:13.552 INFO O| Oct 31 20:01:13.552 INFO STEP 1029 (remove_files) COMPLETE |
7227 | 2024-10-31T20:01:14.653Z | [ recovery-image] Oct 31 20:01:13.552 INFO O| Oct 31 20:01:13.552 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-10-31T20:01:14.661Z | [ recovery-image] Oct 31 20:01:13.561 INFO O| Oct 31 20:01:13.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7229 | 2024-10-31T20:01:14.661Z | [ recovery-image] Oct 31 20:01:13.561 INFO O| Oct 31 20:01:13.561 INFO STEP 1030 (remove_files) COMPLETE |
7230 | 2024-10-31T20:01:14.664Z | [ recovery-image] Oct 31 20:01:13.561 INFO O| Oct 31 20:01:13.561 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-10-31T20:01:14.669Z | [ recovery-image] Oct 31 20:01:13.570 INFO O| Oct 31 20:01:13.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7232 | 2024-10-31T20:01:14.669Z | [ recovery-image] Oct 31 20:01:13.570 INFO O| Oct 31 20:01:13.570 INFO STEP 1031 (remove_files) COMPLETE |
7233 | 2024-10-31T20:01:14.671Z | [ recovery-image] Oct 31 20:01:13.570 INFO O| Oct 31 20:01:13.570 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-10-31T20:01:14.678Z | [ recovery-image] Oct 31 20:01:13.579 INFO O| Oct 31 20:01:13.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7235 | 2024-10-31T20:01:14.680Z | [ recovery-image] Oct 31 20:01:13.579 INFO O| Oct 31 20:01:13.579 INFO STEP 1032 (remove_files) COMPLETE |
7236 | 2024-10-31T20:01:14.680Z | [ recovery-image] Oct 31 20:01:13.579 INFO O| Oct 31 20:01:13.579 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-10-31T20:01:14.687Z | [ recovery-image] Oct 31 20:01:13.589 INFO O| Oct 31 20:01:13.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7238 | 2024-10-31T20:01:14.687Z | [ recovery-image] Oct 31 20:01:13.589 INFO O| Oct 31 20:01:13.589 INFO STEP 1033 (remove_files) COMPLETE |
7239 | 2024-10-31T20:01:14.687Z | [ recovery-image] Oct 31 20:01:13.589 INFO O| Oct 31 20:01:13.589 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-10-31T20:01:14.696Z | [ recovery-image] Oct 31 20:01:13.598 INFO O| Oct 31 20:01:13.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7241 | 2024-10-31T20:01:14.696Z | [ recovery-image] Oct 31 20:01:13.598 INFO O| Oct 31 20:01:13.598 INFO STEP 1034 (remove_files) COMPLETE |
7242 | 2024-10-31T20:01:14.696Z | [ recovery-image] Oct 31 20:01:13.598 INFO O| Oct 31 20:01:13.598 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-10-31T20:01:14.706Z | [ recovery-image] Oct 31 20:01:13.607 INFO O| Oct 31 20:01:13.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7244 | 2024-10-31T20:01:14.706Z | [ recovery-image] Oct 31 20:01:13.607 INFO O| Oct 31 20:01:13.607 INFO STEP 1035 (remove_files) COMPLETE |
7245 | 2024-10-31T20:01:14.709Z | [ recovery-image] Oct 31 20:01:13.607 INFO O| Oct 31 20:01:13.607 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-10-31T20:01:14.715Z | [ recovery-image] Oct 31 20:01:13.616 INFO O| Oct 31 20:01:13.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7247 | 2024-10-31T20:01:14.717Z | [ recovery-image] Oct 31 20:01:13.616 INFO O| Oct 31 20:01:13.616 INFO STEP 1036 (remove_files) COMPLETE |
7248 | 2024-10-31T20:01:14.717Z | [ recovery-image] Oct 31 20:01:13.616 INFO O| Oct 31 20:01:13.616 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-10-31T20:01:14.724Z | [ recovery-image] Oct 31 20:01:13.626 INFO O| Oct 31 20:01:13.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7250 | 2024-10-31T20:01:14.726Z | [ recovery-image] Oct 31 20:01:13.626 INFO O| Oct 31 20:01:13.626 INFO STEP 1037 (remove_files) COMPLETE |
7251 | 2024-10-31T20:01:14.726Z | [ recovery-image] Oct 31 20:01:13.626 INFO O| Oct 31 20:01:13.626 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-10-31T20:01:14.733Z | [ recovery-image] Oct 31 20:01:13.635 INFO O| Oct 31 20:01:13.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7253 | 2024-10-31T20:01:14.733Z | [ recovery-image] Oct 31 20:01:13.635 INFO O| Oct 31 20:01:13.635 INFO STEP 1038 (remove_files) COMPLETE |
7254 | 2024-10-31T20:01:14.736Z | [ recovery-image] Oct 31 20:01:13.635 INFO O| Oct 31 20:01:13.635 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-10-31T20:01:14.743Z | [ recovery-image] Oct 31 20:01:13.644 INFO O| Oct 31 20:01:13.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7256 | 2024-10-31T20:01:14.743Z | [ recovery-image] Oct 31 20:01:13.644 INFO O| Oct 31 20:01:13.644 INFO STEP 1039 (remove_files) COMPLETE |
7257 | 2024-10-31T20:01:14.743Z | [ recovery-image] Oct 31 20:01:13.644 INFO O| Oct 31 20:01:13.644 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-10-31T20:01:14.752Z | [ recovery-image] Oct 31 20:01:13.654 INFO O| Oct 31 20:01:13.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7259 | 2024-10-31T20:01:14.754Z | [ recovery-image] Oct 31 20:01:13.654 INFO O| Oct 31 20:01:13.654 INFO STEP 1040 (remove_files) COMPLETE |
7260 | 2024-10-31T20:01:14.754Z | [ recovery-image] Oct 31 20:01:13.654 INFO O| Oct 31 20:01:13.654 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-10-31T20:01:14.762Z | [ recovery-image] Oct 31 20:01:13.663 INFO O| Oct 31 20:01:13.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7262 | 2024-10-31T20:01:14.762Z | [ recovery-image] Oct 31 20:01:13.663 INFO O| Oct 31 20:01:13.663 INFO STEP 1041 (remove_files) COMPLETE |
7263 | 2024-10-31T20:01:14.764Z | [ recovery-image] Oct 31 20:01:13.663 INFO O| Oct 31 20:01:13.663 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-10-31T20:01:14.771Z | [ recovery-image] Oct 31 20:01:13.672 INFO O| Oct 31 20:01:13.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7265 | 2024-10-31T20:01:14.771Z | [ recovery-image] Oct 31 20:01:13.672 INFO O| Oct 31 20:01:13.672 INFO STEP 1042 (remove_files) COMPLETE |
7266 | 2024-10-31T20:01:14.771Z | [ recovery-image] Oct 31 20:01:13.672 INFO O| Oct 31 20:01:13.672 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-10-31T20:01:14.780Z | [ recovery-image] Oct 31 20:01:13.682 INFO O| Oct 31 20:01:13.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7268 | 2024-10-31T20:01:14.780Z | [ recovery-image] Oct 31 20:01:13.682 INFO O| Oct 31 20:01:13.682 INFO STEP 1043 (remove_files) COMPLETE |
7269 | 2024-10-31T20:01:14.782Z | [ recovery-image] Oct 31 20:01:13.682 INFO O| Oct 31 20:01:13.682 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-10-31T20:01:14.790Z | [ recovery-image] Oct 31 20:01:13.692 INFO O| Oct 31 20:01:13.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7271 | 2024-10-31T20:01:14.790Z | [ recovery-image] Oct 31 20:01:13.692 INFO O| Oct 31 20:01:13.692 INFO STEP 1044 (remove_files) COMPLETE |
7272 | 2024-10-31T20:01:14.790Z | [ recovery-image] Oct 31 20:01:13.692 INFO O| Oct 31 20:01:13.692 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-10-31T20:01:14.800Z | [ recovery-image] Oct 31 20:01:13.701 INFO O| Oct 31 20:01:13.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7274 | 2024-10-31T20:01:14.802Z | [ recovery-image] Oct 31 20:01:13.701 INFO O| Oct 31 20:01:13.701 INFO STEP 1045 (remove_files) COMPLETE |
7275 | 2024-10-31T20:01:14.802Z | [ recovery-image] Oct 31 20:01:13.701 INFO O| Oct 31 20:01:13.701 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-10-31T20:01:14.809Z | [ recovery-image] Oct 31 20:01:13.711 INFO O| Oct 31 20:01:13.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7277 | 2024-10-31T20:01:14.809Z | [ recovery-image] Oct 31 20:01:13.711 INFO O| Oct 31 20:01:13.711 INFO STEP 1046 (remove_files) COMPLETE |
7278 | 2024-10-31T20:01:14.809Z | [ recovery-image] Oct 31 20:01:13.711 INFO O| Oct 31 20:01:13.711 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-10-31T20:01:14.819Z | [ recovery-image] Oct 31 20:01:13.720 INFO O| Oct 31 20:01:13.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7280 | 2024-10-31T20:01:14.819Z | [ recovery-image] Oct 31 20:01:13.720 INFO O| Oct 31 20:01:13.720 INFO STEP 1047 (remove_files) COMPLETE |
7281 | 2024-10-31T20:01:14.821Z | [ recovery-image] Oct 31 20:01:13.720 INFO O| Oct 31 20:01:13.720 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-10-31T20:01:14.828Z | [ recovery-image] Oct 31 20:01:13.730 INFO O| Oct 31 20:01:13.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7283 | 2024-10-31T20:01:14.828Z | [ recovery-image] Oct 31 20:01:13.730 INFO O| Oct 31 20:01:13.730 INFO STEP 1048 (remove_files) COMPLETE |
7284 | 2024-10-31T20:01:14.828Z | [ recovery-image] Oct 31 20:01:13.730 INFO O| Oct 31 20:01:13.730 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-10-31T20:01:14.837Z | [ recovery-image] Oct 31 20:01:13.739 INFO O| Oct 31 20:01:13.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7286 | 2024-10-31T20:01:14.837Z | [ recovery-image] Oct 31 20:01:13.739 INFO O| Oct 31 20:01:13.739 INFO STEP 1049 (remove_files) COMPLETE |
7287 | 2024-10-31T20:01:14.840Z | [ recovery-image] Oct 31 20:01:13.739 INFO O| Oct 31 20:01:13.739 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-10-31T20:01:14.846Z | [ recovery-image] Oct 31 20:01:13.748 INFO O| Oct 31 20:01:13.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7289 | 2024-10-31T20:01:14.847Z | [ recovery-image] Oct 31 20:01:13.748 INFO O| Oct 31 20:01:13.748 INFO STEP 1050 (remove_files) COMPLETE |
7290 | 2024-10-31T20:01:14.849Z | [ recovery-image] Oct 31 20:01:13.748 INFO O| Oct 31 20:01:13.748 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-10-31T20:01:14.856Z | [ recovery-image] Oct 31 20:01:13.757 INFO O| Oct 31 20:01:13.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7292 | 2024-10-31T20:01:14.858Z | [ recovery-image] Oct 31 20:01:13.758 INFO O| Oct 31 20:01:13.758 INFO STEP 1051 (remove_files) COMPLETE |
7293 | 2024-10-31T20:01:14.858Z | [ recovery-image] Oct 31 20:01:13.758 INFO O| Oct 31 20:01:13.758 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-10-31T20:01:14.865Z | [ recovery-image] Oct 31 20:01:13.767 INFO O| Oct 31 20:01:13.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7295 | 2024-10-31T20:01:14.868Z | [ recovery-image] Oct 31 20:01:13.767 INFO O| Oct 31 20:01:13.767 INFO STEP 1052 (remove_files) COMPLETE |
7296 | 2024-10-31T20:01:14.868Z | [ recovery-image] Oct 31 20:01:13.767 INFO O| Oct 31 20:01:13.767 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-10-31T20:01:14.875Z | [ recovery-image] Oct 31 20:01:13.776 INFO O| Oct 31 20:01:13.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7298 | 2024-10-31T20:01:14.875Z | [ recovery-image] Oct 31 20:01:13.776 INFO O| Oct 31 20:01:13.776 INFO STEP 1053 (remove_files) COMPLETE |
7299 | 2024-10-31T20:01:14.877Z | [ recovery-image] Oct 31 20:01:13.776 INFO O| Oct 31 20:01:13.776 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-10-31T20:01:14.884Z | [ recovery-image] Oct 31 20:01:13.785 INFO O| Oct 31 20:01:13.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7301 | 2024-10-31T20:01:14.884Z | [ recovery-image] Oct 31 20:01:13.786 INFO O| Oct 31 20:01:13.786 INFO STEP 1054 (remove_files) COMPLETE |
7302 | 2024-10-31T20:01:14.886Z | [ recovery-image] Oct 31 20:01:13.786 INFO O| Oct 31 20:01:13.786 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-10-31T20:01:14.893Z | [ recovery-image] Oct 31 20:01:13.795 INFO O| Oct 31 20:01:13.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7304 | 2024-10-31T20:01:14.895Z | [ recovery-image] Oct 31 20:01:13.795 INFO O| Oct 31 20:01:13.795 INFO STEP 1055 (remove_files) COMPLETE |
7305 | 2024-10-31T20:01:14.895Z | [ recovery-image] Oct 31 20:01:13.795 INFO O| Oct 31 20:01:13.795 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-10-31T20:01:14.902Z | [ recovery-image] Oct 31 20:01:13.804 INFO O| Oct 31 20:01:13.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7307 | 2024-10-31T20:01:14.905Z | [ recovery-image] Oct 31 20:01:13.804 INFO O| Oct 31 20:01:13.804 INFO STEP 1056 (remove_files) COMPLETE |
7308 | 2024-10-31T20:01:14.905Z | [ recovery-image] Oct 31 20:01:13.804 INFO O| Oct 31 20:01:13.804 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-10-31T20:01:14.912Z | [ recovery-image] Oct 31 20:01:13.813 INFO O| Oct 31 20:01:13.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7310 | 2024-10-31T20:01:14.915Z | [ recovery-image] Oct 31 20:01:13.814 INFO O| Oct 31 20:01:13.813 INFO STEP 1057 (remove_files) COMPLETE |
7311 | 2024-10-31T20:01:14.915Z | [ recovery-image] Oct 31 20:01:13.814 INFO O| Oct 31 20:01:13.813 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-10-31T20:01:14.921Z | [ recovery-image] Oct 31 20:01:13.823 INFO O| Oct 31 20:01:13.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7313 | 2024-10-31T20:01:14.921Z | [ recovery-image] Oct 31 20:01:13.823 INFO O| Oct 31 20:01:13.823 INFO STEP 1058 (remove_files) COMPLETE |
7314 | 2024-10-31T20:01:14.923Z | [ recovery-image] Oct 31 20:01:13.823 INFO O| Oct 31 20:01:13.823 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-10-31T20:01:14.930Z | [ recovery-image] Oct 31 20:01:13.832 INFO O| Oct 31 20:01:13.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7316 | 2024-10-31T20:01:14.931Z | [ recovery-image] Oct 31 20:01:13.832 INFO O| Oct 31 20:01:13.832 INFO STEP 1059 (remove_files) COMPLETE |
7317 | 2024-10-31T20:01:14.933Z | [ recovery-image] Oct 31 20:01:13.832 INFO O| Oct 31 20:01:13.832 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-10-31T20:01:14.940Z | [ recovery-image] Oct 31 20:01:13.841 INFO O| Oct 31 20:01:13.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7319 | 2024-10-31T20:01:14.942Z | [ recovery-image] Oct 31 20:01:13.842 INFO O| Oct 31 20:01:13.841 INFO STEP 1060 (remove_files) COMPLETE |
7320 | 2024-10-31T20:01:14.942Z | [ recovery-image] Oct 31 20:01:13.842 INFO O| Oct 31 20:01:13.842 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-10-31T20:01:14.949Z | [ recovery-image] Oct 31 20:01:13.851 INFO O| Oct 31 20:01:13.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7322 | 2024-10-31T20:01:14.949Z | [ recovery-image] Oct 31 20:01:13.851 INFO O| Oct 31 20:01:13.851 INFO STEP 1061 (remove_files) COMPLETE |
7323 | 2024-10-31T20:01:14.949Z | [ recovery-image] Oct 31 20:01:13.851 INFO O| Oct 31 20:01:13.851 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-10-31T20:01:14.959Z | [ recovery-image] Oct 31 20:01:13.860 INFO O| Oct 31 20:01:13.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7325 | 2024-10-31T20:01:14.959Z | [ recovery-image] Oct 31 20:01:13.860 INFO O| Oct 31 20:01:13.860 INFO STEP 1062 (remove_files) COMPLETE |
7326 | 2024-10-31T20:01:14.959Z | [ recovery-image] Oct 31 20:01:13.860 INFO O| Oct 31 20:01:13.860 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-10-31T20:01:14.968Z | [ recovery-image] Oct 31 20:01:13.870 INFO O| Oct 31 20:01:13.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7328 | 2024-10-31T20:01:14.968Z | [ recovery-image] Oct 31 20:01:13.870 INFO O| Oct 31 20:01:13.870 INFO STEP 1063 (remove_files) COMPLETE |
7329 | 2024-10-31T20:01:14.970Z | [ recovery-image] Oct 31 20:01:13.870 INFO O| Oct 31 20:01:13.870 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-10-31T20:01:14.977Z | [ recovery-image] Oct 31 20:01:13.879 INFO O| Oct 31 20:01:13.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7331 | 2024-10-31T20:01:14.979Z | [ recovery-image] Oct 31 20:01:13.879 INFO O| Oct 31 20:01:13.879 INFO STEP 1064 (remove_files) COMPLETE |
7332 | 2024-10-31T20:01:14.979Z | [ recovery-image] Oct 31 20:01:13.879 INFO O| Oct 31 20:01:13.879 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-10-31T20:01:14.986Z | [ recovery-image] Oct 31 20:01:13.888 INFO O| Oct 31 20:01:13.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7334 | 2024-10-31T20:01:14.990Z | [ recovery-image] Oct 31 20:01:13.888 INFO O| Oct 31 20:01:13.888 INFO STEP 1065 (remove_files) COMPLETE |
7335 | 2024-10-31T20:01:14.990Z | [ recovery-image] Oct 31 20:01:13.888 INFO O| Oct 31 20:01:13.888 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-10-31T20:01:14.996Z | [ recovery-image] Oct 31 20:01:13.897 INFO O| Oct 31 20:01:13.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7337 | 2024-10-31T20:01:14.996Z | [ recovery-image] Oct 31 20:01:13.897 INFO O| Oct 31 20:01:13.897 INFO STEP 1066 (remove_files) COMPLETE |
7338 | 2024-10-31T20:01:14.998Z | [ recovery-image] Oct 31 20:01:13.897 INFO O| Oct 31 20:01:13.897 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-10-31T20:01:15.005Z | [ recovery-image] Oct 31 20:01:13.907 INFO O| Oct 31 20:01:13.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7340 | 2024-10-31T20:01:15.005Z | [ recovery-image] Oct 31 20:01:13.907 INFO O| Oct 31 20:01:13.907 INFO STEP 1067 (remove_files) COMPLETE |
7341 | 2024-10-31T20:01:15.007Z | [ recovery-image] Oct 31 20:01:13.907 INFO O| Oct 31 20:01:13.907 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-10-31T20:01:15.014Z | [ recovery-image] Oct 31 20:01:13.916 INFO O| Oct 31 20:01:13.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7343 | 2024-10-31T20:01:15.016Z | [ recovery-image] Oct 31 20:01:13.916 INFO O| Oct 31 20:01:13.916 INFO STEP 1068 (remove_files) COMPLETE |
7344 | 2024-10-31T20:01:15.016Z | [ recovery-image] Oct 31 20:01:13.917 INFO O| Oct 31 20:01:13.916 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-10-31T20:01:15.024Z | [ recovery-image] Oct 31 20:01:13.926 INFO O| Oct 31 20:01:13.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7346 | 2024-10-31T20:01:15.026Z | [ recovery-image] Oct 31 20:01:13.926 INFO O| Oct 31 20:01:13.926 INFO STEP 1069 (remove_files) COMPLETE |
7347 | 2024-10-31T20:01:15.027Z | [ recovery-image] Oct 31 20:01:13.926 INFO O| Oct 31 20:01:13.926 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-10-31T20:01:15.034Z | [ recovery-image] Oct 31 20:01:13.935 INFO O| Oct 31 20:01:13.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7349 | 2024-10-31T20:01:15.034Z | [ recovery-image] Oct 31 20:01:13.936 INFO O| Oct 31 20:01:13.935 INFO STEP 1070 (remove_files) COMPLETE |
7350 | 2024-10-31T20:01:15.036Z | [ recovery-image] Oct 31 20:01:13.936 INFO O| Oct 31 20:01:13.936 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-10-31T20:01:15.043Z | [ recovery-image] Oct 31 20:01:13.945 INFO O| Oct 31 20:01:13.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7352 | 2024-10-31T20:01:15.043Z | [ recovery-image] Oct 31 20:01:13.945 INFO O| Oct 31 20:01:13.945 INFO STEP 1071 (remove_files) COMPLETE |
7353 | 2024-10-31T20:01:15.046Z | [ recovery-image] Oct 31 20:01:13.945 INFO O| Oct 31 20:01:13.945 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-10-31T20:01:15.054Z | [ recovery-image] Oct 31 20:01:13.954 INFO O| Oct 31 20:01:13.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7355 | 2024-10-31T20:01:15.054Z | [ recovery-image] Oct 31 20:01:13.954 INFO O| Oct 31 20:01:13.954 INFO STEP 1072 (remove_files) COMPLETE |
7356 | 2024-10-31T20:01:15.056Z | [ recovery-image] Oct 31 20:01:13.954 INFO O| Oct 31 20:01:13.954 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-10-31T20:01:15.062Z | [ recovery-image] Oct 31 20:01:13.964 INFO O| Oct 31 20:01:13.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7358 | 2024-10-31T20:01:15.062Z | [ recovery-image] Oct 31 20:01:13.964 INFO O| Oct 31 20:01:13.964 INFO STEP 1073 (remove_files) COMPLETE |
7359 | 2024-10-31T20:01:15.064Z | [ recovery-image] Oct 31 20:01:13.964 INFO O| Oct 31 20:01:13.964 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-10-31T20:01:15.071Z | [ recovery-image] Oct 31 20:01:13.973 INFO O| Oct 31 20:01:13.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7361 | 2024-10-31T20:01:15.071Z | [ recovery-image] Oct 31 20:01:13.973 INFO O| Oct 31 20:01:13.973 INFO STEP 1074 (remove_files) COMPLETE |
7362 | 2024-10-31T20:01:15.073Z | [ recovery-image] Oct 31 20:01:13.973 INFO O| Oct 31 20:01:13.973 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-10-31T20:01:15.081Z | [ recovery-image] Oct 31 20:01:13.982 INFO O| Oct 31 20:01:13.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7364 | 2024-10-31T20:01:15.081Z | [ recovery-image] Oct 31 20:01:13.982 INFO O| Oct 31 20:01:13.982 INFO STEP 1075 (remove_files) COMPLETE |
7365 | 2024-10-31T20:01:15.083Z | [ recovery-image] Oct 31 20:01:13.982 INFO O| Oct 31 20:01:13.982 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-10-31T20:01:15.090Z | [ recovery-image] Oct 31 20:01:13.991 INFO O| Oct 31 20:01:13.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7367 | 2024-10-31T20:01:15.090Z | [ recovery-image] Oct 31 20:01:13.992 INFO O| Oct 31 20:01:13.992 INFO STEP 1076 (remove_files) COMPLETE |
7368 | 2024-10-31T20:01:15.092Z | [ recovery-image] Oct 31 20:01:13.992 INFO O| Oct 31 20:01:13.992 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-10-31T20:01:15.099Z | [ recovery-image] Oct 31 20:01:14.001 INFO O| Oct 31 20:01:14.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7370 | 2024-10-31T20:01:15.101Z | [ recovery-image] Oct 31 20:01:14.001 INFO O| Oct 31 20:01:14.001 INFO STEP 1077 (remove_files) COMPLETE |
7371 | 2024-10-31T20:01:15.102Z | [ recovery-image] Oct 31 20:01:14.001 INFO O| Oct 31 20:01:14.001 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-10-31T20:01:15.110Z | [ recovery-image] Oct 31 20:01:14.011 INFO O| Oct 31 20:01:14.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7373 | 2024-10-31T20:01:15.112Z | [ recovery-image] Oct 31 20:01:14.011 INFO O| Oct 31 20:01:14.011 INFO STEP 1078 (remove_files) COMPLETE |
7374 | 2024-10-31T20:01:15.112Z | [ recovery-image] Oct 31 20:01:14.012 INFO O| Oct 31 20:01:14.011 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-10-31T20:01:15.119Z | [ recovery-image] Oct 31 20:01:14.021 INFO O| Oct 31 20:01:14.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7376 | 2024-10-31T20:01:15.122Z | [ recovery-image] Oct 31 20:01:14.021 INFO O| Oct 31 20:01:14.021 INFO STEP 1079 (remove_files) COMPLETE |
7377 | 2024-10-31T20:01:15.122Z | [ recovery-image] Oct 31 20:01:14.021 INFO O| Oct 31 20:01:14.021 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-10-31T20:01:15.129Z | [ recovery-image] Oct 31 20:01:14.030 INFO O| Oct 31 20:01:14.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7379 | 2024-10-31T20:01:15.129Z | [ recovery-image] Oct 31 20:01:14.030 INFO O| Oct 31 20:01:14.030 INFO STEP 1080 (remove_files) COMPLETE |
7380 | 2024-10-31T20:01:15.131Z | [ recovery-image] Oct 31 20:01:14.031 INFO O| Oct 31 20:01:14.030 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-10-31T20:01:15.138Z | [ recovery-image] Oct 31 20:01:14.040 INFO O| Oct 31 20:01:14.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7382 | 2024-10-31T20:01:15.138Z | [ recovery-image] Oct 31 20:01:14.040 INFO O| Oct 31 20:01:14.040 INFO STEP 1081 (remove_files) COMPLETE |
7383 | 2024-10-31T20:01:15.141Z | [ recovery-image] Oct 31 20:01:14.040 INFO O| Oct 31 20:01:14.040 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-10-31T20:01:15.148Z | [ recovery-image] Oct 31 20:01:14.049 INFO O| Oct 31 20:01:14.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7385 | 2024-10-31T20:01:15.148Z | [ recovery-image] Oct 31 20:01:14.049 INFO O| Oct 31 20:01:14.049 INFO STEP 1082 (remove_files) COMPLETE |
7386 | 2024-10-31T20:01:15.150Z | [ recovery-image] Oct 31 20:01:14.049 INFO O| Oct 31 20:01:14.049 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-10-31T20:01:15.157Z | [ recovery-image] Oct 31 20:01:14.059 INFO O| Oct 31 20:01:14.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7388 | 2024-10-31T20:01:15.157Z | [ recovery-image] Oct 31 20:01:14.059 INFO O| Oct 31 20:01:14.059 INFO STEP 1083 (remove_files) COMPLETE |
7389 | 2024-10-31T20:01:15.160Z | [ recovery-image] Oct 31 20:01:14.059 INFO O| Oct 31 20:01:14.059 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-10-31T20:01:15.166Z | [ recovery-image] Oct 31 20:01:14.068 INFO O| Oct 31 20:01:14.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7391 | 2024-10-31T20:01:15.169Z | [ recovery-image] Oct 31 20:01:14.068 INFO O| Oct 31 20:01:14.068 INFO STEP 1084 (remove_files) COMPLETE |
7392 | 2024-10-31T20:01:15.169Z | [ recovery-image] Oct 31 20:01:14.068 INFO O| Oct 31 20:01:14.068 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-10-31T20:01:15.176Z | [ recovery-image] Oct 31 20:01:14.077 INFO O| Oct 31 20:01:14.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7394 | 2024-10-31T20:01:15.178Z | [ recovery-image] Oct 31 20:01:14.078 INFO O| Oct 31 20:01:14.078 INFO STEP 1085 (remove_files) COMPLETE |
7395 | 2024-10-31T20:01:15.179Z | [ recovery-image] Oct 31 20:01:14.078 INFO O| Oct 31 20:01:14.078 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-10-31T20:01:15.185Z | [ recovery-image] Oct 31 20:01:14.087 INFO O| Oct 31 20:01:14.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7397 | 2024-10-31T20:01:15.185Z | [ recovery-image] Oct 31 20:01:14.087 INFO O| Oct 31 20:01:14.087 INFO STEP 1086 (remove_files) COMPLETE |
7398 | 2024-10-31T20:01:15.185Z | [ recovery-image] Oct 31 20:01:14.087 INFO O| Oct 31 20:01:14.087 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-10-31T20:01:15.194Z | [ recovery-image] Oct 31 20:01:14.096 INFO O| Oct 31 20:01:14.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7400 | 2024-10-31T20:01:15.194Z | [ recovery-image] Oct 31 20:01:14.096 INFO O| Oct 31 20:01:14.096 INFO STEP 1087 (remove_files) COMPLETE |
7401 | 2024-10-31T20:01:15.197Z | [ recovery-image] Oct 31 20:01:14.096 INFO O| Oct 31 20:01:14.096 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-10-31T20:01:15.204Z | [ recovery-image] Oct 31 20:01:14.105 INFO O| Oct 31 20:01:14.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7403 | 2024-10-31T20:01:15.204Z | [ recovery-image] Oct 31 20:01:14.105 INFO O| Oct 31 20:01:14.105 INFO STEP 1088 (remove_files) COMPLETE |
7404 | 2024-10-31T20:01:15.204Z | [ recovery-image] Oct 31 20:01:14.105 INFO O| Oct 31 20:01:14.105 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-10-31T20:01:15.213Z | [ recovery-image] Oct 31 20:01:14.115 INFO O| Oct 31 20:01:14.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7406 | 2024-10-31T20:01:15.213Z | [ recovery-image] Oct 31 20:01:14.115 INFO O| Oct 31 20:01:14.115 INFO STEP 1089 (remove_files) COMPLETE |
7407 | 2024-10-31T20:01:15.213Z | [ recovery-image] Oct 31 20:01:14.115 INFO O| Oct 31 20:01:14.115 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-10-31T20:01:15.223Z | [ recovery-image] Oct 31 20:01:14.125 INFO O| Oct 31 20:01:14.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7409 | 2024-10-31T20:01:15.225Z | [ recovery-image] Oct 31 20:01:14.125 INFO O| Oct 31 20:01:14.125 INFO STEP 1090 (remove_files) COMPLETE |
7410 | 2024-10-31T20:01:15.226Z | [ recovery-image] Oct 31 20:01:14.125 INFO O| Oct 31 20:01:14.125 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-10-31T20:01:15.232Z | [ recovery-image] Oct 31 20:01:14.134 INFO O| Oct 31 20:01:14.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7412 | 2024-10-31T20:01:15.235Z | [ recovery-image] Oct 31 20:01:14.134 INFO O| Oct 31 20:01:14.134 INFO STEP 1091 (remove_files) COMPLETE |
7413 | 2024-10-31T20:01:15.235Z | [ recovery-image] Oct 31 20:01:14.134 INFO O| Oct 31 20:01:14.134 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-10-31T20:01:15.242Z | [ recovery-image] Oct 31 20:01:14.143 INFO O| Oct 31 20:01:14.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7415 | 2024-10-31T20:01:15.242Z | [ recovery-image] Oct 31 20:01:14.143 INFO O| Oct 31 20:01:14.143 INFO STEP 1092 (remove_files) COMPLETE |
7416 | 2024-10-31T20:01:15.244Z | [ recovery-image] Oct 31 20:01:14.143 INFO O| Oct 31 20:01:14.143 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-10-31T20:01:15.251Z | [ recovery-image] Oct 31 20:01:14.153 INFO O| Oct 31 20:01:14.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7418 | 2024-10-31T20:01:15.251Z | [ recovery-image] Oct 31 20:01:14.153 INFO O| Oct 31 20:01:14.153 INFO STEP 1093 (remove_files) COMPLETE |
7419 | 2024-10-31T20:01:15.254Z | [ recovery-image] Oct 31 20:01:14.153 INFO O| Oct 31 20:01:14.153 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-10-31T20:01:15.260Z | [ recovery-image] Oct 31 20:01:14.162 INFO O| Oct 31 20:01:14.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7421 | 2024-10-31T20:01:15.261Z | [ recovery-image] Oct 31 20:01:14.162 INFO O| Oct 31 20:01:14.162 INFO STEP 1094 (remove_files) COMPLETE |
7422 | 2024-10-31T20:01:15.263Z | [ recovery-image] Oct 31 20:01:14.162 INFO O| Oct 31 20:01:14.162 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-10-31T20:01:15.270Z | [ recovery-image] Oct 31 20:01:14.172 INFO O| Oct 31 20:01:14.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7424 | 2024-10-31T20:01:15.270Z | [ recovery-image] Oct 31 20:01:14.172 INFO O| Oct 31 20:01:14.172 INFO STEP 1095 (remove_files) COMPLETE |
7425 | 2024-10-31T20:01:15.273Z | [ recovery-image] Oct 31 20:01:14.172 INFO O| Oct 31 20:01:14.172 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-10-31T20:01:15.280Z | [ recovery-image] Oct 31 20:01:14.181 INFO O| Oct 31 20:01:14.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7427 | 2024-10-31T20:01:15.280Z | [ recovery-image] Oct 31 20:01:14.181 INFO O| Oct 31 20:01:14.181 INFO STEP 1096 (remove_files) COMPLETE |
7428 | 2024-10-31T20:01:15.282Z | [ recovery-image] Oct 31 20:01:14.181 INFO O| Oct 31 20:01:14.181 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-10-31T20:01:15.289Z | [ recovery-image] Oct 31 20:01:14.191 INFO O| Oct 31 20:01:14.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7430 | 2024-10-31T20:01:15.289Z | [ recovery-image] Oct 31 20:01:14.191 INFO O| Oct 31 20:01:14.191 INFO STEP 1097 (remove_files) COMPLETE |
7431 | 2024-10-31T20:01:15.292Z | [ recovery-image] Oct 31 20:01:14.191 INFO O| Oct 31 20:01:14.191 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-10-31T20:01:15.299Z | [ recovery-image] Oct 31 20:01:14.200 INFO O| Oct 31 20:01:14.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7433 | 2024-10-31T20:01:15.299Z | [ recovery-image] Oct 31 20:01:14.200 INFO O| Oct 31 20:01:14.200 INFO STEP 1098 (remove_files) COMPLETE |
7434 | 2024-10-31T20:01:15.299Z | [ recovery-image] Oct 31 20:01:14.200 INFO O| Oct 31 20:01:14.200 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-10-31T20:01:15.308Z | [ recovery-image] Oct 31 20:01:14.210 INFO O| Oct 31 20:01:14.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7436 | 2024-10-31T20:01:15.311Z | [ recovery-image] Oct 31 20:01:14.210 INFO O| Oct 31 20:01:14.210 INFO STEP 1099 (remove_files) COMPLETE |
7437 | 2024-10-31T20:01:15.311Z | [ recovery-image] Oct 31 20:01:14.210 INFO O| Oct 31 20:01:14.210 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-10-31T20:01:15.317Z | [ recovery-image] Oct 31 20:01:14.219 INFO O| Oct 31 20:01:14.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7439 | 2024-10-31T20:01:15.318Z | [ recovery-image] Oct 31 20:01:14.219 INFO O| Oct 31 20:01:14.219 INFO STEP 1100 (remove_files) COMPLETE |
7440 | 2024-10-31T20:01:15.321Z | [ recovery-image] Oct 31 20:01:14.219 INFO O| Oct 31 20:01:14.219 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-10-31T20:01:15.327Z | [ recovery-image] Oct 31 20:01:14.228 INFO O| Oct 31 20:01:14.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7442 | 2024-10-31T20:01:15.328Z | [ recovery-image] Oct 31 20:01:14.229 INFO O| Oct 31 20:01:14.229 INFO STEP 1101 (remove_files) COMPLETE |
7443 | 2024-10-31T20:01:15.330Z | [ recovery-image] Oct 31 20:01:14.229 INFO O| Oct 31 20:01:14.229 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-10-31T20:01:15.336Z | [ recovery-image] Oct 31 20:01:14.238 INFO O| Oct 31 20:01:14.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7445 | 2024-10-31T20:01:15.336Z | [ recovery-image] Oct 31 20:01:14.238 INFO O| Oct 31 20:01:14.238 INFO STEP 1102 (remove_files) COMPLETE |
7446 | 2024-10-31T20:01:15.339Z | [ recovery-image] Oct 31 20:01:14.238 INFO O| Oct 31 20:01:14.238 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-10-31T20:01:15.346Z | [ recovery-image] Oct 31 20:01:14.247 INFO O| Oct 31 20:01:14.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7448 | 2024-10-31T20:01:15.346Z | [ recovery-image] Oct 31 20:01:14.247 INFO O| Oct 31 20:01:14.247 INFO STEP 1103 (remove_files) COMPLETE |
7449 | 2024-10-31T20:01:15.348Z | [ recovery-image] Oct 31 20:01:14.247 INFO O| Oct 31 20:01:14.247 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-10-31T20:01:15.355Z | [ recovery-image] Oct 31 20:01:14.257 INFO O| Oct 31 20:01:14.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7451 | 2024-10-31T20:01:15.357Z | [ recovery-image] Oct 31 20:01:14.257 INFO O| Oct 31 20:01:14.257 INFO STEP 1104 (remove_files) COMPLETE |
7452 | 2024-10-31T20:01:15.357Z | [ recovery-image] Oct 31 20:01:14.257 INFO O| Oct 31 20:01:14.257 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-10-31T20:01:15.364Z | [ recovery-image] Oct 31 20:01:14.266 INFO O| Oct 31 20:01:14.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7454 | 2024-10-31T20:01:15.364Z | [ recovery-image] Oct 31 20:01:14.266 INFO O| Oct 31 20:01:14.266 INFO STEP 1105 (remove_files) COMPLETE |
7455 | 2024-10-31T20:01:15.364Z | [ recovery-image] Oct 31 20:01:14.266 INFO O| Oct 31 20:01:14.266 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-10-31T20:01:15.374Z | [ recovery-image] Oct 31 20:01:14.275 INFO O| Oct 31 20:01:14.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7457 | 2024-10-31T20:01:15.375Z | [ recovery-image] Oct 31 20:01:14.275 INFO O| Oct 31 20:01:14.275 INFO STEP 1106 (remove_files) COMPLETE |
7458 | 2024-10-31T20:01:15.375Z | [ recovery-image] Oct 31 20:01:14.275 INFO O| Oct 31 20:01:14.275 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-10-31T20:01:15.383Z | [ recovery-image] Oct 31 20:01:14.284 INFO O| Oct 31 20:01:14.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7460 | 2024-10-31T20:01:15.383Z | [ recovery-image] Oct 31 20:01:14.285 INFO O| Oct 31 20:01:14.284 INFO STEP 1107 (remove_files) COMPLETE |
7461 | 2024-10-31T20:01:15.386Z | [ recovery-image] Oct 31 20:01:14.285 INFO O| Oct 31 20:01:14.285 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-10-31T20:01:15.392Z | [ recovery-image] Oct 31 20:01:14.294 INFO O| Oct 31 20:01:14.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7463 | 2024-10-31T20:01:15.395Z | [ recovery-image] Oct 31 20:01:14.294 INFO O| Oct 31 20:01:14.294 INFO STEP 1108 (remove_files) COMPLETE |
7464 | 2024-10-31T20:01:15.395Z | [ recovery-image] Oct 31 20:01:14.294 INFO O| Oct 31 20:01:14.294 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-10-31T20:01:15.401Z | [ recovery-image] Oct 31 20:01:14.303 INFO O| Oct 31 20:01:14.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7466 | 2024-10-31T20:01:15.404Z | [ recovery-image] Oct 31 20:01:14.303 INFO O| Oct 31 20:01:14.303 INFO STEP 1109 (remove_files) COMPLETE |
7467 | 2024-10-31T20:01:15.404Z | [ recovery-image] Oct 31 20:01:14.303 INFO O| Oct 31 20:01:14.303 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-10-31T20:01:15.411Z | [ recovery-image] Oct 31 20:01:14.312 INFO O| Oct 31 20:01:14.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7469 | 2024-10-31T20:01:15.413Z | [ recovery-image] Oct 31 20:01:14.312 INFO O| Oct 31 20:01:14.312 INFO STEP 1110 (remove_files) COMPLETE |
7470 | 2024-10-31T20:01:15.413Z | [ recovery-image] Oct 31 20:01:14.312 INFO O| Oct 31 20:01:14.312 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-10-31T20:01:15.420Z | [ recovery-image] Oct 31 20:01:14.321 INFO O| Oct 31 20:01:14.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7472 | 2024-10-31T20:01:15.420Z | [ recovery-image] Oct 31 20:01:14.322 INFO O| Oct 31 20:01:14.321 INFO STEP 1111 (remove_files) COMPLETE |
7473 | 2024-10-31T20:01:15.421Z | [ recovery-image] Oct 31 20:01:14.322 INFO O| Oct 31 20:01:14.322 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-10-31T20:01:15.429Z | [ recovery-image] Oct 31 20:01:14.331 INFO O| Oct 31 20:01:14.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7475 | 2024-10-31T20:01:15.432Z | [ recovery-image] Oct 31 20:01:14.331 INFO O| Oct 31 20:01:14.331 INFO STEP 1112 (remove_files) COMPLETE |
7476 | 2024-10-31T20:01:15.432Z | [ recovery-image] Oct 31 20:01:14.332 INFO O| Oct 31 20:01:14.331 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-10-31T20:01:15.439Z | [ recovery-image] Oct 31 20:01:14.341 INFO O| Oct 31 20:01:14.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7478 | 2024-10-31T20:01:15.441Z | [ recovery-image] Oct 31 20:01:14.341 INFO O| Oct 31 20:01:14.341 INFO STEP 1113 (remove_files) COMPLETE |
7479 | 2024-10-31T20:01:15.441Z | [ recovery-image] Oct 31 20:01:14.341 INFO O| Oct 31 20:01:14.341 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-10-31T20:01:15.449Z | [ recovery-image] Oct 31 20:01:14.350 INFO O| Oct 31 20:01:14.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7481 | 2024-10-31T20:01:15.449Z | [ recovery-image] Oct 31 20:01:14.350 INFO O| Oct 31 20:01:14.350 INFO STEP 1114 (remove_files) COMPLETE |
7482 | 2024-10-31T20:01:15.451Z | [ recovery-image] Oct 31 20:01:14.350 INFO O| Oct 31 20:01:14.350 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-10-31T20:01:15.459Z | [ recovery-image] Oct 31 20:01:14.359 INFO O| Oct 31 20:01:14.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7484 | 2024-10-31T20:01:15.461Z | [ recovery-image] Oct 31 20:01:14.359 INFO O| Oct 31 20:01:14.359 INFO STEP 1115 (remove_files) COMPLETE |
7485 | 2024-10-31T20:01:15.461Z | [ recovery-image] Oct 31 20:01:14.359 INFO O| Oct 31 20:01:14.359 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7486 | 2024-10-31T20:01:15.467Z | [ recovery-image] Oct 31 20:01:14.369 INFO O| Oct 31 20:01:14.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7487 | 2024-10-31T20:01:15.472Z | [ recovery-image] Oct 31 20:01:14.369 INFO O| Oct 31 20:01:14.369 INFO STEP 1116 (remove_files) COMPLETE |
7488 | 2024-10-31T20:01:15.472Z | [ recovery-image] Oct 31 20:01:14.369 INFO O| Oct 31 20:01:14.369 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7489 | 2024-10-31T20:01:15.476Z | [ recovery-image] Oct 31 20:01:14.378 INFO O| Oct 31 20:01:14.378 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7490 | 2024-10-31T20:01:15.479Z | [ recovery-image] Oct 31 20:01:14.378 INFO O| Oct 31 20:01:14.378 INFO STEP 1117 (remove_files) COMPLETE |
7491 | 2024-10-31T20:01:15.479Z | [ recovery-image] Oct 31 20:01:14.378 INFO O| Oct 31 20:01:14.378 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7492 | 2024-10-31T20:01:15.486Z | [ recovery-image] Oct 31 20:01:14.387 INFO O| Oct 31 20:01:14.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7493 | 2024-10-31T20:01:15.486Z | [ recovery-image] Oct 31 20:01:14.387 INFO O| Oct 31 20:01:14.387 INFO STEP 1118 (remove_files) COMPLETE |
7494 | 2024-10-31T20:01:15.489Z | [ recovery-image] Oct 31 20:01:14.387 INFO O| Oct 31 20:01:14.387 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7495 | 2024-10-31T20:01:15.497Z | [ recovery-image] Oct 31 20:01:14.397 INFO O| Oct 31 20:01:14.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7496 | 2024-10-31T20:01:15.497Z | [ recovery-image] Oct 31 20:01:14.397 INFO O| Oct 31 20:01:14.397 INFO STEP 1119 (remove_files) COMPLETE |
7497 | 2024-10-31T20:01:15.497Z | [ recovery-image] Oct 31 20:01:14.397 INFO O| Oct 31 20:01:14.397 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7498 | 2024-10-31T20:01:15.505Z | [ recovery-image] Oct 31 20:01:14.406 INFO O| Oct 31 20:01:14.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7499 | 2024-10-31T20:01:15.508Z | [ recovery-image] Oct 31 20:01:14.406 INFO O| Oct 31 20:01:14.406 INFO STEP 1120 (remove_files) COMPLETE |
7500 | 2024-10-31T20:01:15.508Z | [ recovery-image] Oct 31 20:01:14.406 INFO O| Oct 31 20:01:14.406 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7501 | 2024-10-31T20:01:15.514Z | [ recovery-image] Oct 31 20:01:14.415 INFO O| Oct 31 20:01:14.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7502 | 2024-10-31T20:01:15.514Z | [ recovery-image] Oct 31 20:01:14.415 INFO O| Oct 31 20:01:14.415 INFO STEP 1121 (remove_files) COMPLETE |
7503 | 2024-10-31T20:01:15.516Z | [ recovery-image] Oct 31 20:01:14.415 INFO O| Oct 31 20:01:14.415 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7504 | 2024-10-31T20:01:15.523Z | [ recovery-image] Oct 31 20:01:14.425 INFO O| Oct 31 20:01:14.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7505 | 2024-10-31T20:01:15.523Z | [ recovery-image] Oct 31 20:01:14.425 INFO O| Oct 31 20:01:14.425 INFO STEP 1122 (remove_files) COMPLETE |
7506 | 2024-10-31T20:01:15.523Z | [ recovery-image] Oct 31 20:01:14.425 INFO O| Oct 31 20:01:14.425 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7507 | 2024-10-31T20:01:15.533Z | [ recovery-image] Oct 31 20:01:14.434 INFO O| Oct 31 20:01:14.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7508 | 2024-10-31T20:01:15.533Z | [ recovery-image] Oct 31 20:01:14.434 INFO O| Oct 31 20:01:14.434 INFO STEP 1123 (remove_files) COMPLETE |
7509 | 2024-10-31T20:01:15.533Z | [ recovery-image] Oct 31 20:01:14.434 INFO O| Oct 31 20:01:14.434 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7510 | 2024-10-31T20:01:15.542Z | [ recovery-image] Oct 31 20:01:14.443 INFO O| Oct 31 20:01:14.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7511 | 2024-10-31T20:01:15.542Z | [ recovery-image] Oct 31 20:01:14.443 INFO O| Oct 31 20:01:14.443 INFO STEP 1124 (remove_files) COMPLETE |
7512 | 2024-10-31T20:01:15.545Z | [ recovery-image] Oct 31 20:01:14.443 INFO O| Oct 31 20:01:14.443 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7513 | 2024-10-31T20:01:15.551Z | [ recovery-image] Oct 31 20:01:14.453 INFO O| Oct 31 20:01:14.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7514 | 2024-10-31T20:01:15.551Z | [ recovery-image] Oct 31 20:01:14.453 INFO O| Oct 31 20:01:14.453 INFO STEP 1125 (remove_files) COMPLETE |
7515 | 2024-10-31T20:01:15.551Z | [ recovery-image] Oct 31 20:01:14.453 INFO O| Oct 31 20:01:14.453 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7516 | 2024-10-31T20:01:15.560Z | [ recovery-image] Oct 31 20:01:14.462 INFO O| Oct 31 20:01:14.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7517 | 2024-10-31T20:01:15.560Z | [ recovery-image] Oct 31 20:01:14.462 INFO O| Oct 31 20:01:14.462 INFO STEP 1126 (remove_files) COMPLETE |
7518 | 2024-10-31T20:01:15.563Z | [ recovery-image] Oct 31 20:01:14.462 INFO O| Oct 31 20:01:14.462 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7519 | 2024-10-31T20:01:15.570Z | [ recovery-image] Oct 31 20:01:14.471 INFO O| Oct 31 20:01:14.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7520 | 2024-10-31T20:01:15.570Z | [ recovery-image] Oct 31 20:01:14.471 INFO O| Oct 31 20:01:14.471 INFO STEP 1127 (remove_files) COMPLETE |
7521 | 2024-10-31T20:01:15.570Z | [ recovery-image] Oct 31 20:01:14.471 INFO O| Oct 31 20:01:14.471 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7522 | 2024-10-31T20:01:15.579Z | [ recovery-image] Oct 31 20:01:14.480 INFO O| Oct 31 20:01:14.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7523 | 2024-10-31T20:01:15.579Z | [ recovery-image] Oct 31 20:01:14.481 INFO O| Oct 31 20:01:14.481 INFO STEP 1128 (remove_files) COMPLETE |
7524 | 2024-10-31T20:01:15.579Z | [ recovery-image] Oct 31 20:01:14.481 INFO O| Oct 31 20:01:14.481 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7525 | 2024-10-31T20:01:15.588Z | [ recovery-image] Oct 31 20:01:14.490 INFO O| Oct 31 20:01:14.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7526 | 2024-10-31T20:01:15.588Z | [ recovery-image] Oct 31 20:01:14.490 INFO O| Oct 31 20:01:14.490 INFO STEP 1129 (remove_files) COMPLETE |
7527 | 2024-10-31T20:01:15.588Z | [ recovery-image] Oct 31 20:01:14.490 INFO O| Oct 31 20:01:14.490 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7528 | 2024-10-31T20:01:15.598Z | [ recovery-image] Oct 31 20:01:14.499 INFO O| Oct 31 20:01:14.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7529 | 2024-10-31T20:01:15.598Z | [ recovery-image] Oct 31 20:01:14.499 INFO O| Oct 31 20:01:14.499 INFO STEP 1130 (remove_files) COMPLETE |
7530 | 2024-10-31T20:01:15.598Z | [ recovery-image] Oct 31 20:01:14.499 INFO O| Oct 31 20:01:14.499 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7531 | 2024-10-31T20:01:15.607Z | [ recovery-image] Oct 31 20:01:14.509 INFO O| Oct 31 20:01:14.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7532 | 2024-10-31T20:01:15.610Z | [ recovery-image] Oct 31 20:01:14.509 INFO O| Oct 31 20:01:14.509 INFO STEP 1131 (remove_files) COMPLETE |
7533 | 2024-10-31T20:01:15.610Z | [ recovery-image] Oct 31 20:01:14.509 INFO O| Oct 31 20:01:14.509 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7534 | 2024-10-31T20:01:15.616Z | [ recovery-image] Oct 31 20:01:14.518 INFO O| Oct 31 20:01:14.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7535 | 2024-10-31T20:01:15.619Z | [ recovery-image] Oct 31 20:01:14.518 INFO O| Oct 31 20:01:14.518 INFO STEP 1132 (remove_files) COMPLETE |
7536 | 2024-10-31T20:01:15.619Z | [ recovery-image] Oct 31 20:01:14.518 INFO O| Oct 31 20:01:14.518 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7537 | 2024-10-31T20:01:15.626Z | [ recovery-image] Oct 31 20:01:14.527 INFO O| Oct 31 20:01:14.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7538 | 2024-10-31T20:01:15.628Z | [ recovery-image] Oct 31 20:01:14.528 INFO O| Oct 31 20:01:14.528 INFO STEP 1133 (remove_files) COMPLETE |
7539 | 2024-10-31T20:01:15.628Z | [ recovery-image] Oct 31 20:01:14.528 INFO O| Oct 31 20:01:14.528 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7540 | 2024-10-31T20:01:15.636Z | [ recovery-image] Oct 31 20:01:14.537 INFO O| Oct 31 20:01:14.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7541 | 2024-10-31T20:01:15.636Z | [ recovery-image] Oct 31 20:01:14.537 INFO O| Oct 31 20:01:14.537 INFO STEP 1134 (remove_files) COMPLETE |
7542 | 2024-10-31T20:01:15.638Z | [ recovery-image] Oct 31 20:01:14.537 INFO O| Oct 31 20:01:14.537 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7543 | 2024-10-31T20:01:15.647Z | [ recovery-image] Oct 31 20:01:14.547 INFO O| Oct 31 20:01:14.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7544 | 2024-10-31T20:01:15.647Z | [ recovery-image] Oct 31 20:01:14.547 INFO O| Oct 31 20:01:14.547 INFO STEP 1135 (remove_files) COMPLETE |
7545 | 2024-10-31T20:01:15.650Z | [ recovery-image] Oct 31 20:01:14.547 INFO O| Oct 31 20:01:14.547 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7546 | 2024-10-31T20:01:15.654Z | [ recovery-image] Oct 31 20:01:14.556 INFO O| Oct 31 20:01:14.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7547 | 2024-10-31T20:01:15.654Z | [ recovery-image] Oct 31 20:01:14.556 INFO O| Oct 31 20:01:14.556 INFO STEP 1136 (remove_files) COMPLETE |
7548 | 2024-10-31T20:01:15.654Z | [ recovery-image] Oct 31 20:01:14.556 INFO O| Oct 31 20:01:14.556 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7549 | 2024-10-31T20:01:15.664Z | [ recovery-image] Oct 31 20:01:14.565 INFO O| Oct 31 20:01:14.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7550 | 2024-10-31T20:01:15.668Z | [ recovery-image] Oct 31 20:01:14.565 INFO O| Oct 31 20:01:14.565 INFO STEP 1137 (remove_files) COMPLETE |
7551 | 2024-10-31T20:01:15.668Z | [ recovery-image] Oct 31 20:01:14.565 INFO O| Oct 31 20:01:14.565 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7552 | 2024-10-31T20:01:15.673Z | [ recovery-image] Oct 31 20:01:14.575 INFO O| Oct 31 20:01:14.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7553 | 2024-10-31T20:01:15.673Z | [ recovery-image] Oct 31 20:01:14.575 INFO O| Oct 31 20:01:14.575 INFO STEP 1138 (remove_files) COMPLETE |
7554 | 2024-10-31T20:01:15.673Z | [ recovery-image] Oct 31 20:01:14.575 INFO O| Oct 31 20:01:14.575 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7555 | 2024-10-31T20:01:15.682Z | [ recovery-image] Oct 31 20:01:14.584 INFO O| Oct 31 20:01:14.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7556 | 2024-10-31T20:01:15.682Z | [ recovery-image] Oct 31 20:01:14.584 INFO O| Oct 31 20:01:14.584 INFO STEP 1139 (remove_files) COMPLETE |
7557 | 2024-10-31T20:01:15.686Z | [ recovery-image] Oct 31 20:01:14.584 INFO O| Oct 31 20:01:14.584 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7558 | 2024-10-31T20:01:15.692Z | [ recovery-image] Oct 31 20:01:14.593 INFO O| Oct 31 20:01:14.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7559 | 2024-10-31T20:01:15.692Z | [ recovery-image] Oct 31 20:01:14.593 INFO O| Oct 31 20:01:14.593 INFO STEP 1140 (remove_files) COMPLETE |
7560 | 2024-10-31T20:01:15.694Z | [ recovery-image] Oct 31 20:01:14.593 INFO O| Oct 31 20:01:14.593 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7561 | 2024-10-31T20:01:15.701Z | [ recovery-image] Oct 31 20:01:14.603 INFO O| Oct 31 20:01:14.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7562 | 2024-10-31T20:01:15.701Z | [ recovery-image] Oct 31 20:01:14.603 INFO O| Oct 31 20:01:14.603 INFO STEP 1141 (remove_files) COMPLETE |
7563 | 2024-10-31T20:01:15.703Z | [ recovery-image] Oct 31 20:01:14.603 INFO O| Oct 31 20:01:14.603 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7564 | 2024-10-31T20:01:15.710Z | [ recovery-image] Oct 31 20:01:14.612 INFO O| Oct 31 20:01:14.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7565 | 2024-10-31T20:01:15.710Z | [ recovery-image] Oct 31 20:01:14.612 INFO O| Oct 31 20:01:14.612 INFO STEP 1142 (remove_files) COMPLETE |
7566 | 2024-10-31T20:01:15.713Z | [ recovery-image] Oct 31 20:01:14.612 INFO O| Oct 31 20:01:14.612 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7567 | 2024-10-31T20:01:15.720Z | [ recovery-image] Oct 31 20:01:14.621 INFO O| Oct 31 20:01:14.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7568 | 2024-10-31T20:01:15.720Z | [ recovery-image] Oct 31 20:01:14.621 INFO O| Oct 31 20:01:14.621 INFO STEP 1143 (remove_files) COMPLETE |
7569 | 2024-10-31T20:01:15.722Z | [ recovery-image] Oct 31 20:01:14.621 INFO O| Oct 31 20:01:14.621 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7570 | 2024-10-31T20:01:15.729Z | [ recovery-image] Oct 31 20:01:14.631 INFO O| Oct 31 20:01:14.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7571 | 2024-10-31T20:01:15.729Z | [ recovery-image] Oct 31 20:01:14.631 INFO O| Oct 31 20:01:14.631 INFO STEP 1144 (remove_files) COMPLETE |
7572 | 2024-10-31T20:01:15.729Z | [ recovery-image] Oct 31 20:01:14.631 INFO O| Oct 31 20:01:14.631 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7573 | 2024-10-31T20:01:15.738Z | [ recovery-image] Oct 31 20:01:14.640 INFO O| Oct 31 20:01:14.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7574 | 2024-10-31T20:01:15.741Z | [ recovery-image] Oct 31 20:01:14.640 INFO O| Oct 31 20:01:14.640 INFO STEP 1145 (remove_files) COMPLETE |
7575 | 2024-10-31T20:01:15.741Z | [ recovery-image] Oct 31 20:01:14.640 INFO O| Oct 31 20:01:14.640 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7576 | 2024-10-31T20:01:15.748Z | [ recovery-image] Oct 31 20:01:14.649 INFO O| Oct 31 20:01:14.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7577 | 2024-10-31T20:01:15.748Z | [ recovery-image] Oct 31 20:01:14.649 INFO O| Oct 31 20:01:14.649 INFO STEP 1146 (remove_files) COMPLETE |
7578 | 2024-10-31T20:01:15.750Z | [ recovery-image] Oct 31 20:01:14.649 INFO O| Oct 31 20:01:14.649 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-10-31T20:01:15.757Z | [ recovery-image] Oct 31 20:01:14.658 INFO O| Oct 31 20:01:14.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7580 | 2024-10-31T20:01:15.759Z | [ recovery-image] Oct 31 20:01:14.659 INFO O| Oct 31 20:01:14.659 INFO STEP 1147 (remove_files) COMPLETE |
7581 | 2024-10-31T20:01:15.759Z | [ recovery-image] Oct 31 20:01:14.659 INFO O| Oct 31 20:01:14.659 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-10-31T20:01:15.766Z | [ recovery-image] Oct 31 20:01:14.668 INFO O| Oct 31 20:01:14.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7583 | 2024-10-31T20:01:15.769Z | [ recovery-image] Oct 31 20:01:14.668 INFO O| Oct 31 20:01:14.668 INFO STEP 1148 (remove_files) COMPLETE |
7584 | 2024-10-31T20:01:15.769Z | [ recovery-image] Oct 31 20:01:14.668 INFO O| Oct 31 20:01:14.668 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-10-31T20:01:15.776Z | [ recovery-image] Oct 31 20:01:14.677 INFO O| Oct 31 20:01:14.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7586 | 2024-10-31T20:01:15.776Z | [ recovery-image] Oct 31 20:01:14.677 INFO O| Oct 31 20:01:14.677 INFO STEP 1149 (remove_files) COMPLETE |
7587 | 2024-10-31T20:01:15.779Z | [ recovery-image] Oct 31 20:01:14.677 INFO O| Oct 31 20:01:14.677 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7588 | 2024-10-31T20:01:15.785Z | [ recovery-image] Oct 31 20:01:14.687 INFO O| Oct 31 20:01:14.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7589 | 2024-10-31T20:01:15.785Z | [ recovery-image] Oct 31 20:01:14.687 INFO O| Oct 31 20:01:14.687 INFO STEP 1150 (remove_files) COMPLETE |
7590 | 2024-10-31T20:01:15.785Z | [ recovery-image] Oct 31 20:01:14.687 INFO O| Oct 31 20:01:14.687 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-10-31T20:01:15.795Z | [ recovery-image] Oct 31 20:01:14.696 INFO O| Oct 31 20:01:14.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7592 | 2024-10-31T20:01:15.795Z | [ recovery-image] Oct 31 20:01:14.696 INFO O| Oct 31 20:01:14.696 INFO STEP 1151 (remove_files) COMPLETE |
7593 | 2024-10-31T20:01:15.797Z | [ recovery-image] Oct 31 20:01:14.696 INFO O| Oct 31 20:01:14.696 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-10-31T20:01:15.804Z | [ recovery-image] Oct 31 20:01:14.705 INFO O| Oct 31 20:01:14.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7595 | 2024-10-31T20:01:15.804Z | [ recovery-image] Oct 31 20:01:14.705 INFO O| Oct 31 20:01:14.705 INFO STEP 1152 (remove_files) COMPLETE |
7596 | 2024-10-31T20:01:15.806Z | [ recovery-image] Oct 31 20:01:14.705 INFO O| Oct 31 20:01:14.705 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-10-31T20:01:15.813Z | [ recovery-image] Oct 31 20:01:14.715 INFO O| Oct 31 20:01:14.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7598 | 2024-10-31T20:01:15.816Z | [ recovery-image] Oct 31 20:01:14.715 INFO O| Oct 31 20:01:14.715 INFO STEP 1153 (remove_files) COMPLETE |
7599 | 2024-10-31T20:01:15.816Z | [ recovery-image] Oct 31 20:01:14.715 INFO O| Oct 31 20:01:14.715 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-10-31T20:01:15.822Z | [ recovery-image] Oct 31 20:01:14.724 INFO O| Oct 31 20:01:14.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7601 | 2024-10-31T20:01:15.825Z | [ recovery-image] Oct 31 20:01:14.724 INFO O| Oct 31 20:01:14.724 INFO STEP 1154 (remove_files) COMPLETE |
7602 | 2024-10-31T20:01:15.825Z | [ recovery-image] Oct 31 20:01:14.724 INFO O| Oct 31 20:01:14.724 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-10-31T20:01:15.832Z | [ recovery-image] Oct 31 20:01:14.733 INFO O| Oct 31 20:01:14.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7604 | 2024-10-31T20:01:15.832Z | [ recovery-image] Oct 31 20:01:14.733 INFO O| Oct 31 20:01:14.733 INFO STEP 1155 (remove_files) COMPLETE |
7605 | 2024-10-31T20:01:15.832Z | [ recovery-image] Oct 31 20:01:14.733 INFO O| Oct 31 20:01:14.733 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-10-31T20:01:15.841Z | [ recovery-image] Oct 31 20:01:14.743 INFO O| Oct 31 20:01:14.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7607 | 2024-10-31T20:01:15.843Z | [ recovery-image] Oct 31 20:01:14.743 INFO O| Oct 31 20:01:14.743 INFO STEP 1156 (remove_files) COMPLETE |
7608 | 2024-10-31T20:01:15.843Z | [ recovery-image] Oct 31 20:01:14.743 INFO O| Oct 31 20:01:14.743 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-10-31T20:01:15.850Z | [ recovery-image] Oct 31 20:01:14.752 INFO O| Oct 31 20:01:14.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7610 | 2024-10-31T20:01:15.850Z | [ recovery-image] Oct 31 20:01:14.752 INFO O| Oct 31 20:01:14.752 INFO STEP 1157 (remove_files) COMPLETE |
7611 | 2024-10-31T20:01:15.850Z | [ recovery-image] Oct 31 20:01:14.752 INFO O| Oct 31 20:01:14.752 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-10-31T20:01:15.860Z | [ recovery-image] Oct 31 20:01:14.761 INFO O| Oct 31 20:01:14.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7613 | 2024-10-31T20:01:15.860Z | [ recovery-image] Oct 31 20:01:14.761 INFO O| Oct 31 20:01:14.761 INFO STEP 1158 (remove_files) COMPLETE |
7614 | 2024-10-31T20:01:15.860Z | [ recovery-image] Oct 31 20:01:14.761 INFO O| Oct 31 20:01:14.761 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-10-31T20:01:15.869Z | [ recovery-image] Oct 31 20:01:14.770 INFO O| Oct 31 20:01:14.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7616 | 2024-10-31T20:01:15.872Z | [ recovery-image] Oct 31 20:01:14.770 INFO O| Oct 31 20:01:14.770 INFO STEP 1159 (remove_files) COMPLETE |
7617 | 2024-10-31T20:01:15.872Z | [ recovery-image] Oct 31 20:01:14.771 INFO O| Oct 31 20:01:14.770 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-10-31T20:01:15.878Z | [ recovery-image] Oct 31 20:01:14.780 INFO O| Oct 31 20:01:14.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7619 | 2024-10-31T20:01:15.881Z | [ recovery-image] Oct 31 20:01:14.780 INFO O| Oct 31 20:01:14.780 INFO STEP 1160 (remove_files) COMPLETE |
7620 | 2024-10-31T20:01:15.881Z | [ recovery-image] Oct 31 20:01:14.780 INFO O| Oct 31 20:01:14.780 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-10-31T20:01:15.888Z | [ recovery-image] Oct 31 20:01:14.789 INFO O| Oct 31 20:01:14.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7622 | 2024-10-31T20:01:15.888Z | [ recovery-image] Oct 31 20:01:14.789 INFO O| Oct 31 20:01:14.789 INFO STEP 1161 (remove_files) COMPLETE |
7623 | 2024-10-31T20:01:15.890Z | [ recovery-image] Oct 31 20:01:14.789 INFO O| Oct 31 20:01:14.789 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-10-31T20:01:15.897Z | [ recovery-image] Oct 31 20:01:14.798 INFO O| Oct 31 20:01:14.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7625 | 2024-10-31T20:01:15.897Z | [ recovery-image] Oct 31 20:01:14.799 INFO O| Oct 31 20:01:14.799 INFO STEP 1162 (remove_files) COMPLETE |
7626 | 2024-10-31T20:01:15.897Z | [ recovery-image] Oct 31 20:01:14.799 INFO O| Oct 31 20:01:14.799 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-10-31T20:01:15.906Z | [ recovery-image] Oct 31 20:01:14.808 INFO O| Oct 31 20:01:14.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7628 | 2024-10-31T20:01:15.906Z | [ recovery-image] Oct 31 20:01:14.808 INFO O| Oct 31 20:01:14.808 INFO STEP 1163 (remove_files) COMPLETE |
7629 | 2024-10-31T20:01:15.908Z | [ recovery-image] Oct 31 20:01:14.808 INFO O| Oct 31 20:01:14.808 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-10-31T20:01:15.916Z | [ recovery-image] Oct 31 20:01:14.817 INFO O| Oct 31 20:01:14.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7631 | 2024-10-31T20:01:15.916Z | [ recovery-image] Oct 31 20:01:14.817 INFO O| Oct 31 20:01:14.817 INFO STEP 1164 (remove_files) COMPLETE |
7632 | 2024-10-31T20:01:15.918Z | [ recovery-image] Oct 31 20:01:14.817 INFO O| Oct 31 20:01:14.817 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-10-31T20:01:15.925Z | [ recovery-image] Oct 31 20:01:14.826 INFO O| Oct 31 20:01:14.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7634 | 2024-10-31T20:01:15.925Z | [ recovery-image] Oct 31 20:01:14.826 INFO O| Oct 31 20:01:14.826 INFO STEP 1165 (remove_files) COMPLETE |
7635 | 2024-10-31T20:01:15.927Z | [ recovery-image] Oct 31 20:01:14.826 INFO O| Oct 31 20:01:14.826 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-10-31T20:01:15.934Z | [ recovery-image] Oct 31 20:01:14.836 INFO O| Oct 31 20:01:14.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7637 | 2024-10-31T20:01:15.937Z | [ recovery-image] Oct 31 20:01:14.836 INFO O| Oct 31 20:01:14.836 INFO STEP 1166 (remove_files) COMPLETE |
7638 | 2024-10-31T20:01:15.937Z | [ recovery-image] Oct 31 20:01:14.836 INFO O| Oct 31 20:01:14.836 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-10-31T20:01:15.943Z | [ recovery-image] Oct 31 20:01:14.845 INFO O| Oct 31 20:01:14.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7640 | 2024-10-31T20:01:15.944Z | [ recovery-image] Oct 31 20:01:14.845 INFO O| Oct 31 20:01:14.845 INFO STEP 1167 (remove_files) COMPLETE |
7641 | 2024-10-31T20:01:15.944Z | [ recovery-image] Oct 31 20:01:14.845 INFO O| Oct 31 20:01:14.845 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-10-31T20:01:15.953Z | [ recovery-image] Oct 31 20:01:14.854 INFO O| Oct 31 20:01:14.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7643 | 2024-10-31T20:01:15.955Z | [ recovery-image] Oct 31 20:01:14.855 INFO O| Oct 31 20:01:14.854 INFO STEP 1168 (remove_files) COMPLETE |
7644 | 2024-10-31T20:01:15.955Z | [ recovery-image] Oct 31 20:01:14.855 INFO O| Oct 31 20:01:14.854 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-10-31T20:01:15.962Z | [ recovery-image] Oct 31 20:01:14.864 INFO O| Oct 31 20:01:14.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7646 | 2024-10-31T20:01:15.964Z | [ recovery-image] Oct 31 20:01:14.864 INFO O| Oct 31 20:01:14.864 INFO STEP 1169 (remove_files) COMPLETE |
7647 | 2024-10-31T20:01:15.964Z | [ recovery-image] Oct 31 20:01:14.864 INFO O| Oct 31 20:01:14.864 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-10-31T20:01:15.972Z | [ recovery-image] Oct 31 20:01:14.873 INFO O| Oct 31 20:01:14.873 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7649 | 2024-10-31T20:01:15.972Z | [ recovery-image] Oct 31 20:01:14.873 INFO O| Oct 31 20:01:14.873 INFO STEP 1170 (remove_files) COMPLETE |
7650 | 2024-10-31T20:01:15.972Z | [ recovery-image] Oct 31 20:01:14.873 INFO O| Oct 31 20:01:14.873 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-10-31T20:01:15.981Z | [ recovery-image] Oct 31 20:01:14.882 INFO O| Oct 31 20:01:14.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7652 | 2024-10-31T20:01:15.981Z | [ recovery-image] Oct 31 20:01:14.882 INFO O| Oct 31 20:01:14.882 INFO STEP 1171 (remove_files) COMPLETE |
7653 | 2024-10-31T20:01:15.981Z | [ recovery-image] Oct 31 20:01:14.882 INFO O| Oct 31 20:01:14.882 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-10-31T20:01:15.990Z | [ recovery-image] Oct 31 20:01:14.892 INFO O| Oct 31 20:01:14.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7655 | 2024-10-31T20:01:15.990Z | [ recovery-image] Oct 31 20:01:14.892 INFO O| Oct 31 20:01:14.892 INFO STEP 1172 (remove_files) COMPLETE |
7656 | 2024-10-31T20:01:15.993Z | [ recovery-image] Oct 31 20:01:14.892 INFO O| Oct 31 20:01:14.892 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-10-31T20:01:16.000Z | [ recovery-image] Oct 31 20:01:14.901 INFO O| Oct 31 20:01:14.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7658 | 2024-10-31T20:01:16.000Z | [ recovery-image] Oct 31 20:01:14.901 INFO O| Oct 31 20:01:14.901 INFO STEP 1173 (remove_files) COMPLETE |
7659 | 2024-10-31T20:01:16.002Z | [ recovery-image] Oct 31 20:01:14.901 INFO O| Oct 31 20:01:14.901 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-10-31T20:01:16.009Z | [ recovery-image] Oct 31 20:01:14.911 INFO O| Oct 31 20:01:14.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7661 | 2024-10-31T20:01:16.009Z | [ recovery-image] Oct 31 20:01:14.911 INFO O| Oct 31 20:01:14.911 INFO STEP 1174 (remove_files) COMPLETE |
7662 | 2024-10-31T20:01:16.011Z | [ recovery-image] Oct 31 20:01:14.911 INFO O| Oct 31 20:01:14.911 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-10-31T20:01:16.019Z | [ recovery-image] Oct 31 20:01:14.920 INFO O| Oct 31 20:01:14.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7664 | 2024-10-31T20:01:16.019Z | [ recovery-image] Oct 31 20:01:14.920 INFO O| Oct 31 20:01:14.920 INFO STEP 1175 (remove_files) COMPLETE |
7665 | 2024-10-31T20:01:16.019Z | [ recovery-image] Oct 31 20:01:14.920 INFO O| Oct 31 20:01:14.920 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-10-31T20:01:16.028Z | [ recovery-image] Oct 31 20:01:14.930 INFO O| Oct 31 20:01:14.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7667 | 2024-10-31T20:01:16.028Z | [ recovery-image] Oct 31 20:01:14.930 INFO O| Oct 31 20:01:14.930 INFO STEP 1176 (remove_files) COMPLETE |
7668 | 2024-10-31T20:01:16.031Z | [ recovery-image] Oct 31 20:01:14.930 INFO O| Oct 31 20:01:14.930 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-10-31T20:01:16.038Z | [ recovery-image] Oct 31 20:01:14.939 INFO O| Oct 31 20:01:14.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7670 | 2024-10-31T20:01:16.038Z | [ recovery-image] Oct 31 20:01:14.939 INFO O| Oct 31 20:01:14.939 INFO STEP 1177 (remove_files) COMPLETE |
7671 | 2024-10-31T20:01:16.041Z | [ recovery-image] Oct 31 20:01:14.939 INFO O| Oct 31 20:01:14.939 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-10-31T20:01:16.047Z | [ recovery-image] Oct 31 20:01:14.949 INFO O| Oct 31 20:01:14.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7673 | 2024-10-31T20:01:16.047Z | [ recovery-image] Oct 31 20:01:14.949 INFO O| Oct 31 20:01:14.949 INFO STEP 1178 (remove_files) COMPLETE |
7674 | 2024-10-31T20:01:16.047Z | [ recovery-image] Oct 31 20:01:14.949 INFO O| Oct 31 20:01:14.949 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-10-31T20:01:16.059Z | [ recovery-image] Oct 31 20:01:14.961 INFO O| Oct 31 20:01:14.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7676 | 2024-10-31T20:01:16.062Z | [ recovery-image] Oct 31 20:01:14.961 INFO O| Oct 31 20:01:14.961 INFO STEP 1179 (remove_files) COMPLETE |
7677 | 2024-10-31T20:01:16.062Z | [ recovery-image] Oct 31 20:01:14.961 INFO O| Oct 31 20:01:14.961 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-10-31T20:01:16.071Z | [ recovery-image] Oct 31 20:01:14.972 INFO O| Oct 31 20:01:14.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7679 | 2024-10-31T20:01:16.071Z | [ recovery-image] Oct 31 20:01:14.972 INFO O| Oct 31 20:01:14.972 INFO STEP 1180 (remove_files) COMPLETE |
7680 | 2024-10-31T20:01:16.073Z | [ recovery-image] Oct 31 20:01:14.972 INFO O| Oct 31 20:01:14.972 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-10-31T20:01:16.082Z | [ recovery-image] Oct 31 20:01:14.983 INFO O| Oct 31 20:01:14.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7682 | 2024-10-31T20:01:16.082Z | [ recovery-image] Oct 31 20:01:14.983 INFO O| Oct 31 20:01:14.983 INFO STEP 1181 (remove_files) COMPLETE |
7683 | 2024-10-31T20:01:16.084Z | [ recovery-image] Oct 31 20:01:14.983 INFO O| Oct 31 20:01:14.983 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-10-31T20:01:16.091Z | [ recovery-image] Oct 31 20:01:14.992 INFO O| Oct 31 20:01:14.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7685 | 2024-10-31T20:01:16.091Z | [ recovery-image] Oct 31 20:01:14.993 INFO O| Oct 31 20:01:14.992 INFO STEP 1182 (remove_files) COMPLETE |
7686 | 2024-10-31T20:01:16.093Z | [ recovery-image] Oct 31 20:01:14.993 INFO O| Oct 31 20:01:14.993 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2024-10-31T20:01:16.101Z | [ recovery-image] Oct 31 20:01:15.002 INFO O| Oct 31 20:01:15.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7688 | 2024-10-31T20:01:16.103Z | [ recovery-image] Oct 31 20:01:15.002 INFO O| Oct 31 20:01:15.002 INFO STEP 1183 (remove_files) COMPLETE |
7689 | 2024-10-31T20:01:16.103Z | [ recovery-image] Oct 31 20:01:15.002 INFO O| Oct 31 20:01:15.002 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2024-10-31T20:01:16.110Z | [ recovery-image] Oct 31 20:01:15.012 INFO O| Oct 31 20:01:15.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7691 | 2024-10-31T20:01:16.110Z | [ recovery-image] Oct 31 20:01:15.012 INFO O| Oct 31 20:01:15.012 INFO STEP 1184 (remove_files) COMPLETE |
7692 | 2024-10-31T20:01:16.113Z | [ recovery-image] Oct 31 20:01:15.012 INFO O| Oct 31 20:01:15.012 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2024-10-31T20:01:16.120Z | [ recovery-image] Oct 31 20:01:15.021 INFO O| Oct 31 20:01:15.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7694 | 2024-10-31T20:01:16.122Z | [ recovery-image] Oct 31 20:01:15.022 INFO O| Oct 31 20:01:15.022 INFO STEP 1185 (remove_files) COMPLETE |
7695 | 2024-10-31T20:01:16.122Z | [ recovery-image] Oct 31 20:01:15.022 INFO O| Oct 31 20:01:15.022 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-10-31T20:01:16.129Z | [ recovery-image] Oct 31 20:01:15.031 INFO O| Oct 31 20:01:15.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7697 | 2024-10-31T20:01:16.129Z | [ recovery-image] Oct 31 20:01:15.031 INFO O| Oct 31 20:01:15.031 INFO STEP 1186 (remove_files) COMPLETE |
7698 | 2024-10-31T20:01:16.129Z | [ recovery-image] Oct 31 20:01:15.031 INFO O| Oct 31 20:01:15.031 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-10-31T20:01:16.139Z | [ recovery-image] Oct 31 20:01:15.040 INFO O| Oct 31 20:01:15.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7700 | 2024-10-31T20:01:16.139Z | [ recovery-image] Oct 31 20:01:15.040 INFO O| Oct 31 20:01:15.040 INFO STEP 1187 (remove_files) COMPLETE |
7701 | 2024-10-31T20:01:16.141Z | [ recovery-image] Oct 31 20:01:15.040 INFO O| Oct 31 20:01:15.040 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-10-31T20:01:16.148Z | [ recovery-image] Oct 31 20:01:15.049 INFO O| Oct 31 20:01:15.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7703 | 2024-10-31T20:01:16.148Z | [ recovery-image] Oct 31 20:01:15.050 INFO O| Oct 31 20:01:15.050 INFO STEP 1188 (remove_files) COMPLETE |
7704 | 2024-10-31T20:01:16.148Z | [ recovery-image] Oct 31 20:01:15.050 INFO O| Oct 31 20:01:15.050 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-10-31T20:01:16.157Z | [ recovery-image] Oct 31 20:01:15.059 INFO O| Oct 31 20:01:15.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7706 | 2024-10-31T20:01:16.159Z | [ recovery-image] Oct 31 20:01:15.059 INFO O| Oct 31 20:01:15.059 INFO STEP 1189 (remove_files) COMPLETE |
7707 | 2024-10-31T20:01:16.159Z | [ recovery-image] Oct 31 20:01:15.059 INFO O| Oct 31 20:01:15.059 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-10-31T20:01:16.167Z | [ recovery-image] Oct 31 20:01:15.068 INFO O| Oct 31 20:01:15.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7709 | 2024-10-31T20:01:16.169Z | [ recovery-image] Oct 31 20:01:15.068 INFO O| Oct 31 20:01:15.068 INFO STEP 1190 (remove_files) COMPLETE |
7710 | 2024-10-31T20:01:16.169Z | [ recovery-image] Oct 31 20:01:15.068 INFO O| Oct 31 20:01:15.068 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-10-31T20:01:16.176Z | [ recovery-image] Oct 31 20:01:15.078 INFO O| Oct 31 20:01:15.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7712 | 2024-10-31T20:01:16.176Z | [ recovery-image] Oct 31 20:01:15.078 INFO O| Oct 31 20:01:15.078 INFO STEP 1191 (remove_files) COMPLETE |
7713 | 2024-10-31T20:01:16.179Z | [ recovery-image] Oct 31 20:01:15.078 INFO O| Oct 31 20:01:15.078 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-10-31T20:01:16.185Z | [ recovery-image] Oct 31 20:01:15.087 INFO O| Oct 31 20:01:15.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7715 | 2024-10-31T20:01:16.185Z | [ recovery-image] Oct 31 20:01:15.087 INFO O| Oct 31 20:01:15.087 INFO STEP 1192 (remove_files) COMPLETE |
7716 | 2024-10-31T20:01:16.188Z | [ recovery-image] Oct 31 20:01:15.087 INFO O| Oct 31 20:01:15.087 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-10-31T20:01:16.195Z | [ recovery-image] Oct 31 20:01:15.096 INFO O| Oct 31 20:01:15.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7718 | 2024-10-31T20:01:16.195Z | [ recovery-image] Oct 31 20:01:15.096 INFO O| Oct 31 20:01:15.096 INFO STEP 1193 (remove_files) COMPLETE |
7719 | 2024-10-31T20:01:16.195Z | [ recovery-image] Oct 31 20:01:15.096 INFO O| Oct 31 20:01:15.096 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-10-31T20:01:16.204Z | [ recovery-image] Oct 31 20:01:15.106 INFO O| Oct 31 20:01:15.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7721 | 2024-10-31T20:01:16.204Z | [ recovery-image] Oct 31 20:01:15.106 INFO O| Oct 31 20:01:15.106 INFO STEP 1194 (remove_files) COMPLETE |
7722 | 2024-10-31T20:01:16.206Z | [ recovery-image] Oct 31 20:01:15.106 INFO O| Oct 31 20:01:15.106 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-10-31T20:01:16.213Z | [ recovery-image] Oct 31 20:01:15.115 INFO O| Oct 31 20:01:15.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7724 | 2024-10-31T20:01:16.213Z | [ recovery-image] Oct 31 20:01:15.115 INFO O| Oct 31 20:01:15.115 INFO STEP 1195 (remove_files) COMPLETE |
7725 | 2024-10-31T20:01:16.216Z | [ recovery-image] Oct 31 20:01:15.115 INFO O| Oct 31 20:01:15.115 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-10-31T20:01:16.223Z | [ recovery-image] Oct 31 20:01:15.124 INFO O| Oct 31 20:01:15.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7727 | 2024-10-31T20:01:16.223Z | [ recovery-image] Oct 31 20:01:15.124 INFO O| Oct 31 20:01:15.124 INFO STEP 1196 (remove_files) COMPLETE |
7728 | 2024-10-31T20:01:16.225Z | [ recovery-image] Oct 31 20:01:15.124 INFO O| Oct 31 20:01:15.124 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-10-31T20:01:16.232Z | [ recovery-image] Oct 31 20:01:15.134 INFO O| Oct 31 20:01:15.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7730 | 2024-10-31T20:01:16.232Z | [ recovery-image] Oct 31 20:01:15.134 INFO O| Oct 31 20:01:15.134 INFO STEP 1197 (remove_files) COMPLETE |
7731 | 2024-10-31T20:01:16.232Z | [ recovery-image] Oct 31 20:01:15.134 INFO O| Oct 31 20:01:15.134 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-10-31T20:01:16.241Z | [ recovery-image] Oct 31 20:01:15.143 INFO O| Oct 31 20:01:15.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7733 | 2024-10-31T20:01:16.242Z | [ recovery-image] Oct 31 20:01:15.143 INFO O| Oct 31 20:01:15.143 INFO STEP 1198 (remove_files) COMPLETE |
7734 | 2024-10-31T20:01:16.242Z | [ recovery-image] Oct 31 20:01:15.143 INFO O| Oct 31 20:01:15.143 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-10-31T20:01:16.251Z | [ recovery-image] Oct 31 20:01:15.152 INFO O| Oct 31 20:01:15.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7736 | 2024-10-31T20:01:16.257Z | [ recovery-image] Oct 31 20:01:15.152 INFO O| Oct 31 20:01:15.152 INFO STEP 1199 (remove_files) COMPLETE |
7737 | 2024-10-31T20:01:16.257Z | [ recovery-image] Oct 31 20:01:15.153 INFO O| Oct 31 20:01:15.152 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-10-31T20:01:16.260Z | [ recovery-image] Oct 31 20:01:15.162 INFO O| Oct 31 20:01:15.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7739 | 2024-10-31T20:01:16.263Z | [ recovery-image] Oct 31 20:01:15.162 INFO O| Oct 31 20:01:15.162 INFO STEP 1200 (remove_files) COMPLETE |
7740 | 2024-10-31T20:01:16.263Z | [ recovery-image] Oct 31 20:01:15.162 INFO O| Oct 31 20:01:15.162 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-10-31T20:01:16.270Z | [ recovery-image] Oct 31 20:01:15.171 INFO O| Oct 31 20:01:15.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7742 | 2024-10-31T20:01:16.270Z | [ recovery-image] Oct 31 20:01:15.171 INFO O| Oct 31 20:01:15.171 INFO STEP 1201 (remove_files) COMPLETE |
7743 | 2024-10-31T20:01:16.272Z | [ recovery-image] Oct 31 20:01:15.171 INFO O| Oct 31 20:01:15.171 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-10-31T20:01:16.279Z | [ recovery-image] Oct 31 20:01:15.180 INFO O| Oct 31 20:01:15.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7745 | 2024-10-31T20:01:16.279Z | [ recovery-image] Oct 31 20:01:15.181 INFO O| Oct 31 20:01:15.180 INFO STEP 1202 (remove_files) COMPLETE |
7746 | 2024-10-31T20:01:16.279Z | [ recovery-image] Oct 31 20:01:15.181 INFO O| Oct 31 20:01:15.181 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-10-31T20:01:16.288Z | [ recovery-image] Oct 31 20:01:15.190 INFO O| Oct 31 20:01:15.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7748 | 2024-10-31T20:01:16.288Z | [ recovery-image] Oct 31 20:01:15.190 INFO O| Oct 31 20:01:15.190 INFO STEP 1203 (remove_files) COMPLETE |
7749 | 2024-10-31T20:01:16.292Z | [ recovery-image] Oct 31 20:01:15.190 INFO O| Oct 31 20:01:15.190 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-10-31T20:01:16.297Z | [ recovery-image] Oct 31 20:01:15.199 INFO O| Oct 31 20:01:15.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7751 | 2024-10-31T20:01:16.297Z | [ recovery-image] Oct 31 20:01:15.199 INFO O| Oct 31 20:01:15.199 INFO STEP 1204 (remove_files) COMPLETE |
7752 | 2024-10-31T20:01:16.300Z | [ recovery-image] Oct 31 20:01:15.199 INFO O| Oct 31 20:01:15.199 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-10-31T20:01:16.307Z | [ recovery-image] Oct 31 20:01:15.208 INFO O| Oct 31 20:01:15.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7754 | 2024-10-31T20:01:16.307Z | [ recovery-image] Oct 31 20:01:15.208 INFO O| Oct 31 20:01:15.208 INFO STEP 1205 (remove_files) COMPLETE |
7755 | 2024-10-31T20:01:16.309Z | [ recovery-image] Oct 31 20:01:15.208 INFO O| Oct 31 20:01:15.208 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7756 | 2024-10-31T20:01:16.321Z | [ recovery-image] Oct 31 20:01:15.223 INFO O| Oct 31 20:01:15.222 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7757 | 2024-10-31T20:01:16.321Z | [ recovery-image] Oct 31 20:01:15.223 INFO O| Oct 31 20:01:15.223 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7758 | 2024-10-31T20:01:16.868Z | [ host-image] Oct 31 20:01:15.769 INFO O| Oct 31 20:01:15.769 INFO O| Download: Completed 1.39 MB in 3.40 seconds (418k/s) |
7759 | 2024-10-31T20:01:16.896Z | [ host-image] Oct 31 20:01:15.797 INFO O| Oct 31 20:01:15.797 INFO O| Actions: 1/238 actions (Installing new actions) |
7760 | 2024-10-31T20:01:16.997Z | [ host-image] Oct 31 20:01:15.899 INFO O| Oct 31 20:01:15.899 INFO O| Actions: Completed 238 actions in 0.10 seconds. |
7761 | 2024-10-31T20:01:17.038Z | [ recovery-image] Oct 31 20:01:15.939 INFO O| Oct 31 20:01:15.939 INFO STEP 1206 (pack_tar) COMPLETE |
7762 | 2024-10-31T20:01:17.038Z | [ recovery-image] Oct 31 20:01:15.939 INFO O| Oct 31 20:01:15.939 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7763 | 2024-10-31T20:01:17.038Z | [ recovery-image] Oct 31 20:01:15.939 INFO O| Oct 31 20:01:15.939 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7764 | 2024-10-31T20:01:17.329Z | [ recovery-image] Oct 31 20:01:16.230 INFO O| Oct 31 20:01:16.230 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7765 | 2024-10-31T20:01:17.347Z | [ host-image] Oct 31 20:01:16.248 INFO O| Oct 31 20:01:16.248 INFO O| Done |
7766 | 2024-10-31T20:01:17.347Z | [ host-image] Oct 31 20:01:16.248 INFO O| Oct 31 20:01:16.248 INFO O| Done |
7767 | 2024-10-31T20:01:17.427Z | [ recovery-image] Oct 31 20:01:16.328 INFO O| Oct 31 20:01:16.328 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7768 | 2024-10-31T20:01:17.434Z | [ recovery-image] Oct 31 20:01:16.335 INFO image builder template: zfs-recovery... |
7769 | 2024-10-31T20:01:17.434Z | [ recovery-image] Oct 31 20:01:16.335 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/.tmpap0uK3/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 |
7770 | 2024-10-31T20:01:17.466Z | [ recovery-image] Oct 31 20:01:16.367 INFO O| Oct 31 20:01:16.367 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7771 | 2024-10-31T20:01:17.470Z | [ recovery-image] Oct 31 20:01:16.371 INFO O| Oct 31 20:01:16.371 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7772 | 2024-10-31T20:01:17.599Z | [ recovery-image] Oct 31 20:01:16.501 INFO O| Oct 31 20:01:16.501 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7773 | 2024-10-31T20:01:17.674Z | [ recovery-image] Oct 31 20:01:16.575 INFO O| Oct 31 20:01:16.575 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7774 | 2024-10-31T20:01:17.674Z | [ recovery-image] Oct 31 20:01:16.576 INFO O| Oct 31 20:01:16.576 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7775 | 2024-10-31T20:01:17.678Z | [ recovery-image] Oct 31 20:01:16.580 INFO O| Oct 31 20:01:16.579 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7776 | 2024-10-31T20:01:17.766Z | [ recovery-image] Oct 31 20:01:16.667 INFO O| Oct 31 20:01:16.667 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7777 | 2024-10-31T20:01:17.818Z | [ recovery-image] Oct 31 20:01:16.719 INFO O| Oct 31 20:01:16.719 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7778 | 2024-10-31T20:01:17.828Z | [ recovery-image] Oct 31 20:01:16.729 INFO O| Oct 31 20:01:16.729 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7779 | 2024-10-31T20:01:17.835Z | [ recovery-image] Oct 31 20:01:16.735 INFO O| Oct 31 20:01:16.735 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7780 | 2024-10-31T20:01:17.838Z | [ recovery-image] Oct 31 20:01:16.737 INFO O| Oct 31 20:01:16.737 INFO no lofi found |
7781 | 2024-10-31T20:01:17.838Z | [ recovery-image] Oct 31 20:01:16.737 INFO O| Oct 31 20:01:16.737 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7782 | 2024-10-31T20:01:17.838Z | [ recovery-image] Oct 31 20:01:16.737 INFO O| Oct 31 20:01:16.737 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7783 | 2024-10-31T20:01:17.838Z | [ host-image] Oct 31 20:01:16.738 INFO O| Oct 31 20:01:16.737 INFO O| Done |
7784 | 2024-10-31T20:01:19.033Z | [ host-image] Oct 31 20:01:17.934 INFO O| Oct 31 20:01:17.934 INFO O| Done |
7785 | 2024-10-31T20:01:19.055Z | [ host-image] Oct 31 20:01:17.956 INFO O| Oct 31 20:01:17.956 INFO O| Done |
7786 | 2024-10-31T20:01:19.055Z | [ host-image] Oct 31 20:01:17.957 INFO O| Oct 31 20:01:17.957 INFO O| Done |
7787 | 2024-10-31T20:01:19.070Z | [ host-image] Oct 31 20:01:17.971 INFO O| Oct 31 20:01:17.971 INFO O| Done |
7788 | 2024-10-31T20:01:19.171Z | [ host-image] Oct 31 20:01:18.072 INFO O| Oct 31 20:01:18.072 INFO STEP 12 (pkg_install) COMPLETE |
7789 | 2024-10-31T20:01:19.171Z | [ host-image] Oct 31 20:01:18.072 INFO O| Oct 31 20:01:18.072 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7790 | 2024-10-31T20:01:19.182Z | [ host-image] Oct 31 20:01:18.083 INFO O| Oct 31 20:01:18.083 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
7791 | 2024-10-31T20:01:19.672Z | [ host-image] Oct 31 20:01:18.573 INFO O| Oct 31 20:01:18.573 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7792 | 2024-10-31T20:01:20.109Z | [ recovery-image] Oct 31 20:01:19.010 INFO O| Oct 31 20:01:19.010 INFO lofi device = /dev/dsk/c2t1d0p0 |
7793 | 2024-10-31T20:01:20.109Z | [ recovery-image] Oct 31 20:01:19.010 INFO O| Oct 31 20:01:19.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7794 | 2024-10-31T20:01:20.112Z | [ recovery-image] Oct 31 20:01:19.010 INFO O| Oct 31 20:01:19.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7795 | 2024-10-31T20:01:20.186Z | [ recovery-image] Oct 31 20:01:19.087 INFO O| Oct 31 20:01:19.087 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7796 | 2024-10-31T20:01:20.186Z | [ recovery-image] Oct 31 20:01:19.087 INFO O| Oct 31 20:01:19.087 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7797 | 2024-10-31T20:01:20.205Z | [ recovery-image] Oct 31 20:01:19.106 INFO O| Oct 31 20:01:19.106 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7798 | 2024-10-31T20:01:20.270Z | [ recovery-image] Oct 31 20:01:19.171 INFO O| Oct 31 20:01:19.171 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7799 | 2024-10-31T20:01:20.309Z | [ recovery-image] Oct 31 20:01:19.208 INFO O| Oct 31 20:01:19.208 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7800 | 2024-10-31T20:01:20.322Z | [ recovery-image] Oct 31 20:01:19.222 INFO O| Oct 31 20:01:19.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7801 | 2024-10-31T20:01:20.333Z | [ recovery-image] Oct 31 20:01:19.233 INFO O| Oct 31 20:01:19.233 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7802 | 2024-10-31T20:01:20.378Z | [ recovery-image] Oct 31 20:01:19.278 INFO O| Oct 31 20:01:19.278 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7803 | 2024-10-31T20:01:20.380Z | [ recovery-image] Oct 31 20:01:19.278 INFO O| Oct 31 20:01:19.278 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7804 | 2024-10-31T20:01:20.380Z | [ recovery-image] Oct 31 20:01:19.278 INFO O| Oct 31 20:01:19.278 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7805 | 2024-10-31T20:01:20.388Z | [ recovery-image] Oct 31 20:01:19.289 INFO O| Oct 31 20:01:19.289 INFO boot environment UUID: a93c11c5-a98e-49fd-bbe2-42e160e1c2d0 |
7806 | 2024-10-31T20:01:20.388Z | [ recovery-image] Oct 31 20:01:19.289 INFO O| Oct 31 20:01:19.289 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = a93c11c5-a98e-49fd-bbe2-42e160e1c2d0 |
7807 | 2024-10-31T20:01:20.398Z | [ recovery-image] Oct 31 20:01:19.299 INFO O| Oct 31 20:01:19.299 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7808 | 2024-10-31T20:01:20.408Z | [ recovery-image] Oct 31 20:01:19.309 INFO O| Oct 31 20:01:19.309 INFO STEP 0 (create_be) COMPLETE |
7809 | 2024-10-31T20:01:20.408Z | [ recovery-image] Oct 31 20:01:19.309 INFO O| Oct 31 20:01:19.309 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7810 | 2024-10-31T20:01:20.425Z | [ recovery-image] Oct 31 20:01:19.326 INFO O| Oct 31 20:01:19.326 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"] |
7811 | 2024-10-31T20:01:22.314Z | [ host-image] Oct 31 20:01:21.212 INFO O| Oct 31 20:01:21.211 INFO O| Planning: Solver setup ... Done |
7812 | 2024-10-31T20:01:22.318Z | [ host-image] Oct 31 20:01:21.218 INFO O| Oct 31 20:01:21.218 INFO O| Planning: Running solver ... Done |
7813 | 2024-10-31T20:01:22.403Z | [ host-image] Oct 31 20:01:21.304 INFO O| Oct 31 20:01:21.304 INFO O| Planning: Finding local manifests ... Done |
7814 | 2024-10-31T20:01:22.406Z | [ host-image] Oct 31 20:01:21.306 INFO O| Oct 31 20:01:21.306 INFO O| Planning: Fetching manifests: 0/6 0% complete |
7815 | 2024-10-31T20:01:22.627Z | [ recovery-image] Oct 31 20:01:21.526 INFO O| Oct 31 20:01:21.526 INFO STEP 1 (unpack_tar) COMPLETE |
7816 | 2024-10-31T20:01:22.627Z | [ recovery-image] Oct 31 20:01:21.526 INFO O| Oct 31 20:01:21.526 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7817 | 2024-10-31T20:01:22.630Z | [ host-image] Oct 31 20:01:21.531 INFO O| Oct 31 20:01:21.531 INFO O| Planning: Fetching manifests: 6/6 100% complete |
7818 | 2024-10-31T20:01:22.637Z | [ recovery-image] Oct 31 20:01:21.538 INFO O| Oct 31 20:01:21.538 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7819 | 2024-10-31T20:01:22.688Z | [ host-image] Oct 31 20:01:21.589 INFO O| Oct 31 20:01:21.589 INFO O| Planning: Package planning ... Done |
7820 | 2024-10-31T20:01:22.721Z | [ host-image] Oct 31 20:01:21.622 INFO O| Oct 31 20:01:21.622 INFO O| Planning: Merging actions ... Done |
7821 | 2024-10-31T20:01:22.860Z | [ host-image] Oct 31 20:01:21.761 INFO O| Oct 31 20:01:21.761 INFO O| Planning: Checking for conflicting actions ... Done |
7822 | 2024-10-31T20:01:22.867Z | [ host-image] Oct 31 20:01:21.768 INFO O| Oct 31 20:01:21.767 INFO O| Planning: Consolidating action changes ... Done |
7823 | 2024-10-31T20:01:23.100Z | [ recovery-image] Oct 31 20:01:22.001 INFO O| Oct 31 20:01:22.001 INFO STEP 2 (devfsadm) COMPLETE |
7824 | 2024-10-31T20:01:23.100Z | [ recovery-image] Oct 31 20:01:22.001 INFO O| Oct 31 20:01:22.001 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7825 | 2024-10-31T20:01:23.111Z | [ recovery-image] Oct 31 20:01:22.012 INFO O| Oct 31 20:01:22.012 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7826 | 2024-10-31T20:01:23.111Z | [ recovery-image] Oct 31 20:01:22.012 INFO O| Oct 31 20:01:22.012 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7827 | 2024-10-31T20:01:23.114Z | [ recovery-image] Oct 31 20:01:22.012 INFO O| Oct 31 20:01:22.012 INFO STEP 3 (ensure_dir) COMPLETE |
7828 | 2024-10-31T20:01:23.115Z | [ recovery-image] Oct 31 20:01:22.012 INFO O| Oct 31 20:01:22.012 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7829 | 2024-10-31T20:01:23.121Z | [ recovery-image] Oct 31 20:01:22.022 INFO O| Oct 31 20:01:22.022 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7830 | 2024-10-31T20:01:23.121Z | [ recovery-image] Oct 31 20:01:22.022 INFO O| Oct 31 20:01:22.022 INFO STEP 4 (ensure_dir) COMPLETE |
7831 | 2024-10-31T20:01:23.121Z | [ recovery-image] Oct 31 20:01:22.022 INFO O| Oct 31 20:01:22.022 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7832 | 2024-10-31T20:01:23.131Z | [ recovery-image] Oct 31 20:01:22.032 INFO O| Oct 31 20:01:22.032 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7833 | 2024-10-31T20:01:23.131Z | [ recovery-image] Oct 31 20:01:22.032 INFO O| Oct 31 20:01:22.032 INFO STEP 5 (ensure_dir) COMPLETE |
7834 | 2024-10-31T20:01:23.133Z | [ recovery-image] Oct 31 20:01:22.032 INFO O| Oct 31 20:01:22.032 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7835 | 2024-10-31T20:01:23.141Z | [ host-image] Oct 31 20:01:22.040 INFO O| Oct 31 20:01:22.040 INFO O| Planning: Evaluating mediators ... Done |
7836 | 2024-10-31T20:01:23.143Z | [ recovery-image] Oct 31 20:01:22.041 INFO O| Oct 31 20:01:22.041 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7837 | 2024-10-31T20:01:23.144Z | [ recovery-image] Oct 31 20:01:22.042 INFO O| Oct 31 20:01:22.042 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7838 | 2024-10-31T20:01:23.144Z | [ recovery-image] Oct 31 20:01:22.042 INFO O| Oct 31 20:01:22.042 INFO STEP 6 (ensure_dir) COMPLETE |
7839 | 2024-10-31T20:01:23.144Z | [ recovery-image] Oct 31 20:01:22.042 INFO O| Oct 31 20:01:22.042 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7840 | 2024-10-31T20:01:23.144Z | [ host-image] Oct 31 20:01:22.044 INFO O| Oct 31 20:01:22.044 INFO O| Planning: Planning completed in 3.47 seconds |
7841 | 2024-10-31T20:01:23.147Z | [ host-image] Oct 31 20:01:22.047 INFO O| Oct 31 20:01:22.047 INFO O| Packages to install: 6 |
7842 | 2024-10-31T20:01:23.147Z | [ host-image] Oct 31 20:01:22.047 INFO O| Oct 31 20:01:22.047 INFO O| Mediators to change: 1 |
7843 | 2024-10-31T20:01:23.147Z | [ host-image] Oct 31 20:01:22.047 INFO O| Oct 31 20:01:22.047 INFO O| Services to change: 1 |
7844 | 2024-10-31T20:01:23.152Z | [ recovery-image] Oct 31 20:01:22.054 INFO O| Oct 31 20:01:22.053 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7845 | 2024-10-31T20:01:23.153Z | [ recovery-image] Oct 31 20:01:22.054 INFO O| Oct 31 20:01:22.054 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7846 | 2024-10-31T20:01:23.155Z | [ recovery-image] Oct 31 20:01:22.054 INFO O| Oct 31 20:01:22.054 INFO STEP 7 (ensure_dir) COMPLETE |
7847 | 2024-10-31T20:01:23.155Z | [ recovery-image] Oct 31 20:01:22.054 INFO O| Oct 31 20:01:22.054 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7848 | 2024-10-31T20:01:23.160Z | [ host-image] Oct 31 20:01:22.061 INFO O| Oct 31 20:01:22.061 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
7849 | 2024-10-31T20:01:23.162Z | [ recovery-image] Oct 31 20:01:22.063 INFO O| Oct 31 20:01:22.063 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7850 | 2024-10-31T20:01:23.165Z | [ recovery-image] Oct 31 20:01:22.064 INFO O| Oct 31 20:01:22.064 INFO STEP 8 (remove_files) COMPLETE |
7851 | 2024-10-31T20:01:23.165Z | [ recovery-image] Oct 31 20:01:22.064 INFO O| Oct 31 20:01:22.064 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7852 | 2024-10-31T20:01:23.173Z | [ recovery-image] Oct 31 20:01:22.074 INFO O| Oct 31 20:01:22.074 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7853 | 2024-10-31T20:01:23.175Z | [ recovery-image] Oct 31 20:01:22.075 INFO O| Oct 31 20:01:22.075 INFO STEP 9 (remove_files) COMPLETE |
7854 | 2024-10-31T20:01:23.176Z | [ recovery-image] Oct 31 20:01:22.075 INFO O| Oct 31 20:01:22.075 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7855 | 2024-10-31T20:01:23.184Z | [ recovery-image] Oct 31 20:01:22.084 INFO O| Oct 31 20:01:22.084 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7856 | 2024-10-31T20:01:23.187Z | [ recovery-image] Oct 31 20:01:22.085 INFO O| Oct 31 20:01:22.085 INFO STEP 10 (remove_files) COMPLETE |
7857 | 2024-10-31T20:01:23.187Z | [ recovery-image] Oct 31 20:01:22.085 INFO O| Oct 31 20:01:22.085 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7858 | 2024-10-31T20:01:23.194Z | [ recovery-image] Oct 31 20:01:22.095 INFO O| Oct 31 20:01:22.095 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7859 | 2024-10-31T20:01:23.197Z | [ recovery-image] Oct 31 20:01:22.095 INFO O| Oct 31 20:01:22.095 INFO STEP 11 (remove_files) COMPLETE |
7860 | 2024-10-31T20:01:23.197Z | [ recovery-image] Oct 31 20:01:22.095 INFO O| Oct 31 20:01:22.095 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7861 | 2024-10-31T20:01:23.204Z | [ recovery-image] Oct 31 20:01:22.105 INFO O| Oct 31 20:01:22.105 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7862 | 2024-10-31T20:01:23.206Z | [ recovery-image] Oct 31 20:01:22.105 INFO O| Oct 31 20:01:22.105 INFO STEP 12 (remove_files) COMPLETE |
7863 | 2024-10-31T20:01:23.206Z | [ recovery-image] Oct 31 20:01:22.105 INFO O| Oct 31 20:01:22.105 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7864 | 2024-10-31T20:01:23.214Z | [ recovery-image] Oct 31 20:01:22.115 INFO O| Oct 31 20:01:22.115 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7865 | 2024-10-31T20:01:23.217Z | [ recovery-image] Oct 31 20:01:22.115 INFO O| Oct 31 20:01:22.115 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7866 | 2024-10-31T20:01:23.217Z | [ recovery-image] Oct 31 20:01:22.115 INFO O| Oct 31 20:01:22.115 INFO STEP 13 (ensure_dir) COMPLETE |
7867 | 2024-10-31T20:01:23.217Z | [ recovery-image] Oct 31 20:01:22.116 INFO O| Oct 31 20:01:22.115 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7868 | 2024-10-31T20:01:23.225Z | [ recovery-image] Oct 31 20:01:22.126 INFO O| Oct 31 20:01:22.126 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7869 | 2024-10-31T20:01:23.227Z | [ recovery-image] Oct 31 20:01:22.126 INFO O| Oct 31 20:01:22.126 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7870 | 2024-10-31T20:01:23.227Z | [ recovery-image] Oct 31 20:01:22.126 INFO O| Oct 31 20:01:22.126 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7871 | 2024-10-31T20:01:23.227Z | [ recovery-image] Oct 31 20:01:22.126 INFO O| Oct 31 20:01:22.126 INFO STEP 14 (ensure_dir) COMPLETE |
7872 | 2024-10-31T20:01:23.227Z | [ recovery-image] Oct 31 20:01:22.126 INFO O| Oct 31 20:01:22.126 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7873 | 2024-10-31T20:01:23.235Z | [ recovery-image] Oct 31 20:01:22.136 INFO O| Oct 31 20:01:22.136 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7874 | 2024-10-31T20:01:23.237Z | [ recovery-image] Oct 31 20:01:22.136 INFO O| Oct 31 20:01:22.136 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7875 | 2024-10-31T20:01:23.237Z | [ recovery-image] Oct 31 20:01:22.136 INFO O| Oct 31 20:01:22.136 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7876 | 2024-10-31T20:01:23.237Z | [ recovery-image] Oct 31 20:01:22.136 INFO O| Oct 31 20:01:22.136 INFO STEP 15 (ensure_dir) COMPLETE |
7877 | 2024-10-31T20:01:23.238Z | [ recovery-image] Oct 31 20:01:22.136 INFO O| Oct 31 20:01:22.136 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7878 | 2024-10-31T20:01:23.245Z | [ recovery-image] Oct 31 20:01:22.146 INFO O| Oct 31 20:01:22.146 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7879 | 2024-10-31T20:01:23.245Z | [ recovery-image] Oct 31 20:01:22.146 INFO O| Oct 31 20:01:22.146 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7880 | 2024-10-31T20:01:23.247Z | [ recovery-image] Oct 31 20:01:22.146 INFO O| Oct 31 20:01:22.146 INFO STEP 16 (ensure_dir) COMPLETE |
7881 | 2024-10-31T20:01:23.247Z | [ recovery-image] Oct 31 20:01:22.146 INFO O| Oct 31 20:01:22.146 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7882 | 2024-10-31T20:01:23.255Z | [ recovery-image] Oct 31 20:01:22.156 INFO O| Oct 31 20:01:22.156 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7883 | 2024-10-31T20:01:23.257Z | [ recovery-image] Oct 31 20:01:22.156 INFO O| Oct 31 20:01:22.156 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7884 | 2024-10-31T20:01:23.257Z | [ recovery-image] Oct 31 20:01:22.156 INFO O| Oct 31 20:01:22.156 INFO STEP 17 (ensure_dir) COMPLETE |
7885 | 2024-10-31T20:01:23.257Z | [ recovery-image] Oct 31 20:01:22.156 INFO O| Oct 31 20:01:22.156 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7886 | 2024-10-31T20:01:23.265Z | [ recovery-image] Oct 31 20:01:22.166 INFO O| Oct 31 20:01:22.166 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7887 | 2024-10-31T20:01:23.265Z | [ recovery-image] Oct 31 20:01:22.166 INFO O| Oct 31 20:01:22.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7888 | 2024-10-31T20:01:23.267Z | [ recovery-image] Oct 31 20:01:22.166 INFO O| Oct 31 20:01:22.166 INFO ok! |
7889 | 2024-10-31T20:01:23.267Z | [ recovery-image] Oct 31 20:01:22.166 INFO O| Oct 31 20:01:22.166 INFO STEP 18 (ensure_symlink) COMPLETE |
7890 | 2024-10-31T20:01:23.267Z | [ recovery-image] Oct 31 20:01:22.166 INFO O| Oct 31 20:01:22.166 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7891 | 2024-10-31T20:01:23.275Z | [ recovery-image] Oct 31 20:01:22.176 INFO O| Oct 31 20:01:22.176 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7892 | 2024-10-31T20:01:23.275Z | [ recovery-image] Oct 31 20:01:22.176 INFO O| Oct 31 20:01:22.176 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7893 | 2024-10-31T20:01:23.275Z | [ recovery-image] Oct 31 20:01:22.176 INFO O| Oct 31 20:01:22.176 INFO ok! |
7894 | 2024-10-31T20:01:23.275Z | [ recovery-image] Oct 31 20:01:22.176 INFO O| Oct 31 20:01:22.176 INFO STEP 19 (ensure_file) COMPLETE |
7895 | 2024-10-31T20:01:23.275Z | [ recovery-image] Oct 31 20:01:22.176 INFO O| Oct 31 20:01:22.176 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7896 | 2024-10-31T20:01:23.285Z | [ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7897 | 2024-10-31T20:01:23.285Z | [ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7898 | 2024-10-31T20:01:23.287Z | [ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7899 | 2024-10-31T20:01:23.287Z | [ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO ok! |
7900 | 2024-10-31T20:01:23.287Z | [ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO STEP 20 (ensure_symlink) COMPLETE |
7901 | 2024-10-31T20:01:23.287Z | [ recovery-image] Oct 31 20:01:22.186 INFO O| Oct 31 20:01:22.186 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7902 | 2024-10-31T20:01:23.294Z | [ recovery-image] Oct 31 20:01:22.195 INFO O| Oct 31 20:01:22.195 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7903 | 2024-10-31T20:01:23.294Z | [ recovery-image] Oct 31 20:01:22.195 INFO O| Oct 31 20:01:22.195 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7904 | 2024-10-31T20:01:23.297Z | [ recovery-image] Oct 31 20:01:22.196 INFO O| Oct 31 20:01:22.195 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7905 | 2024-10-31T20:01:23.297Z | [ recovery-image] Oct 31 20:01:22.196 INFO O| Oct 31 20:01:22.196 INFO ok! |
7906 | 2024-10-31T20:01:23.297Z | [ recovery-image] Oct 31 20:01:22.196 INFO O| Oct 31 20:01:22.196 INFO STEP 21 (ensure_symlink) COMPLETE |
7907 | 2024-10-31T20:01:23.297Z | [ recovery-image] Oct 31 20:01:22.196 INFO O| Oct 31 20:01:22.196 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7908 | 2024-10-31T20:01:23.305Z | [ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7909 | 2024-10-31T20:01:23.305Z | [ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7910 | 2024-10-31T20:01:23.307Z | [ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7911 | 2024-10-31T20:01:23.307Z | [ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO ok! |
7912 | 2024-10-31T20:01:23.307Z | [ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO STEP 22 (ensure_symlink) COMPLETE |
7913 | 2024-10-31T20:01:23.307Z | [ recovery-image] Oct 31 20:01:22.206 INFO O| Oct 31 20:01:22.206 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7914 | 2024-10-31T20:01:23.317Z | [ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7915 | 2024-10-31T20:01:23.318Z | [ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7916 | 2024-10-31T20:01:23.320Z | [ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7917 | 2024-10-31T20:01:23.320Z | [ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO ok! |
7918 | 2024-10-31T20:01:23.320Z | [ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO STEP 23 (ensure_symlink) COMPLETE |
7919 | 2024-10-31T20:01:23.320Z | [ recovery-image] Oct 31 20:01:22.216 INFO O| Oct 31 20:01:22.216 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7920 | 2024-10-31T20:01:23.325Z | [ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7921 | 2024-10-31T20:01:23.327Z | [ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 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 ... |
7922 | 2024-10-31T20:01:23.327Z | [ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7923 | 2024-10-31T20:01:23.327Z | [ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 INFO ok! |
7924 | 2024-10-31T20:01:23.327Z | [ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 INFO STEP 24 (ensure_file) COMPLETE |
7925 | 2024-10-31T20:01:23.327Z | [ recovery-image] Oct 31 20:01:22.226 INFO O| Oct 31 20:01:22.226 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7926 | 2024-10-31T20:01:23.335Z | [ recovery-image] Oct 31 20:01:22.236 INFO O| Oct 31 20:01:22.236 INFO updating shadow file |
7927 | 2024-10-31T20:01:23.337Z | [ recovery-image] Oct 31 20:01:22.236 INFO O| Oct 31 20:01:22.236 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7928 | 2024-10-31T20:01:23.337Z | [ recovery-image] Oct 31 20:01:22.236 INFO O| Oct 31 20:01:22.236 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7929 | 2024-10-31T20:01:23.337Z | [ recovery-image] Oct 31 20:01:22.236 INFO O| Oct 31 20:01:22.236 INFO STEP 25 (shadow) COMPLETE |
7930 | 2024-10-31T20:01:23.338Z | [ recovery-image] Oct 31 20:01:22.237 INFO O| Oct 31 20:01:22.236 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7931 | 2024-10-31T20:01:23.346Z | [ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7932 | 2024-10-31T20:01:23.348Z | [ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7933 | 2024-10-31T20:01:23.348Z | [ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7934 | 2024-10-31T20:01:23.348Z | [ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 INFO ok! |
7935 | 2024-10-31T20:01:23.348Z | [ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 INFO STEP 26 (ensure_file) COMPLETE |
7936 | 2024-10-31T20:01:23.348Z | [ recovery-image] Oct 31 20:01:22.247 INFO O| Oct 31 20:01:22.247 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7937 | 2024-10-31T20:01:23.356Z | [ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7938 | 2024-10-31T20:01:23.356Z | [ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7939 | 2024-10-31T20:01:23.358Z | [ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7940 | 2024-10-31T20:01:23.359Z | [ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO ok! |
7941 | 2024-10-31T20:01:23.359Z | [ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO STEP 27 (ensure_file) COMPLETE |
7942 | 2024-10-31T20:01:23.359Z | [ recovery-image] Oct 31 20:01:22.257 INFO O| Oct 31 20:01:22.257 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7943 | 2024-10-31T20:01:23.366Z | [ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7944 | 2024-10-31T20:01:23.366Z | [ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7945 | 2024-10-31T20:01:23.369Z | [ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7946 | 2024-10-31T20:01:23.369Z | [ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7947 | 2024-10-31T20:01:23.370Z | [ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO ok! |
7948 | 2024-10-31T20:01:23.370Z | [ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO STEP 28 (ensure_file) COMPLETE |
7949 | 2024-10-31T20:01:23.370Z | [ recovery-image] Oct 31 20:01:22.267 INFO O| Oct 31 20:01:22.267 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7950 | 2024-10-31T20:01:23.376Z | [ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7951 | 2024-10-31T20:01:23.376Z | [ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7952 | 2024-10-31T20:01:23.378Z | [ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7953 | 2024-10-31T20:01:23.378Z | [ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO ok! |
7954 | 2024-10-31T20:01:23.378Z | [ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO STEP 29 (ensure_file) COMPLETE |
7955 | 2024-10-31T20:01:23.378Z | [ recovery-image] Oct 31 20:01:22.277 INFO O| Oct 31 20:01:22.277 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7956 | 2024-10-31T20:01:23.386Z | [ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7957 | 2024-10-31T20:01:23.386Z | [ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7958 | 2024-10-31T20:01:23.389Z | [ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7959 | 2024-10-31T20:01:23.389Z | [ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO ok! |
7960 | 2024-10-31T20:01:23.389Z | [ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO STEP 30 (ensure_file) COMPLETE |
7961 | 2024-10-31T20:01:23.389Z | [ recovery-image] Oct 31 20:01:22.287 INFO O| Oct 31 20:01:22.287 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7962 | 2024-10-31T20:01:23.396Z | [ recovery-image] Oct 31 20:01:22.297 INFO O| Oct 31 20:01:22.297 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7963 | 2024-10-31T20:01:23.399Z | [ recovery-image] Oct 31 20:01:22.297 INFO O| Oct 31 20:01:22.297 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7964 | 2024-10-31T20:01:23.399Z | [ recovery-image] Oct 31 20:01:22.297 INFO O| Oct 31 20:01:22.297 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7965 | 2024-10-31T20:01:23.399Z | [ recovery-image] Oct 31 20:01:22.297 INFO O| Oct 31 20:01:22.297 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7966 | 2024-10-31T20:01:23.399Z | [ recovery-image] Oct 31 20:01:22.298 INFO O| Oct 31 20:01:22.297 INFO ok! |
7967 | 2024-10-31T20:01:23.399Z | [ recovery-image] Oct 31 20:01:22.298 INFO O| Oct 31 20:01:22.297 INFO STEP 31 (ensure_file) COMPLETE |
7968 | 2024-10-31T20:01:23.399Z | [ recovery-image] Oct 31 20:01:22.298 INFO O| Oct 31 20:01:22.297 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7969 | 2024-10-31T20:01:23.406Z | [ recovery-image] Oct 31 20:01:22.307 INFO O| Oct 31 20:01:22.307 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7970 | 2024-10-31T20:01:23.406Z | [ recovery-image] Oct 31 20:01:22.307 INFO O| Oct 31 20:01:22.307 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7971 | 2024-10-31T20:01:23.409Z | [ recovery-image] Oct 31 20:01:22.308 INFO O| Oct 31 20:01:22.307 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7972 | 2024-10-31T20:01:23.409Z | [ recovery-image] Oct 31 20:01:22.308 INFO O| Oct 31 20:01:22.308 INFO ok! |
7973 | 2024-10-31T20:01:23.409Z | [ recovery-image] Oct 31 20:01:22.308 INFO O| Oct 31 20:01:22.308 INFO STEP 32 (ensure_file) COMPLETE |
7974 | 2024-10-31T20:01:23.409Z | [ recovery-image] Oct 31 20:01:22.308 INFO O| Oct 31 20:01:22.308 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7975 | 2024-10-31T20:01:23.416Z | [ recovery-image] Oct 31 20:01:22.317 INFO O| Oct 31 20:01:22.317 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7976 | 2024-10-31T20:01:23.419Z | [ recovery-image] Oct 31 20:01:22.317 INFO O| Oct 31 20:01:22.317 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7977 | 2024-10-31T20:01:23.419Z | [ recovery-image] Oct 31 20:01:22.318 INFO O| Oct 31 20:01:22.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7978 | 2024-10-31T20:01:23.419Z | [ recovery-image] Oct 31 20:01:22.318 INFO O| Oct 31 20:01:22.318 INFO ok! |
7979 | 2024-10-31T20:01:23.419Z | [ recovery-image] Oct 31 20:01:22.318 INFO O| Oct 31 20:01:22.318 INFO STEP 33 (ensure_file) COMPLETE |
7980 | 2024-10-31T20:01:23.419Z | [ recovery-image] Oct 31 20:01:22.318 INFO O| Oct 31 20:01:22.318 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7981 | 2024-10-31T20:01:23.426Z | [ recovery-image] Oct 31 20:01:22.327 INFO O| Oct 31 20:01:22.327 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7982 | 2024-10-31T20:01:23.427Z | [ recovery-image] Oct 31 20:01:22.327 INFO O| Oct 31 20:01:22.327 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7983 | 2024-10-31T20:01:23.429Z | [ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7984 | 2024-10-31T20:01:23.429Z | [ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7985 | 2024-10-31T20:01:23.429Z | [ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7986 | 2024-10-31T20:01:23.429Z | [ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7987 | 2024-10-31T20:01:23.429Z | [ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO ok! |
7988 | 2024-10-31T20:01:23.429Z | [ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO STEP 34 (ensure_file) COMPLETE |
7989 | 2024-10-31T20:01:23.429Z | [ recovery-image] Oct 31 20:01:22.328 INFO O| Oct 31 20:01:22.328 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7990 | 2024-10-31T20:01:23.437Z | [ recovery-image] Oct 31 20:01:22.338 INFO O| Oct 31 20:01:22.338 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7991 | 2024-10-31T20:01:23.439Z | [ recovery-image] Oct 31 20:01:22.338 INFO O| Oct 31 20:01:22.338 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7992 | 2024-10-31T20:01:23.439Z | [ recovery-image] Oct 31 20:01:22.338 INFO O| Oct 31 20:01:22.338 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7993 | 2024-10-31T20:01:23.439Z | [ recovery-image] Oct 31 20:01:22.338 INFO O| Oct 31 20:01:22.338 INFO STEP 35 (ensure_dir) COMPLETE |
7994 | 2024-10-31T20:01:23.439Z | [ recovery-image] Oct 31 20:01:22.338 INFO O| Oct 31 20:01:22.338 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7995 | 2024-10-31T20:01:23.448Z | [ recovery-image] Oct 31 20:01:22.348 INFO O| Oct 31 20:01:22.348 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 |
7996 | 2024-10-31T20:01:23.448Z | [ recovery-image] Oct 31 20:01:22.348 INFO O| Oct 31 20:01:22.348 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 ... |
7997 | 2024-10-31T20:01:23.450Z | [ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 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 |
7998 | 2024-10-31T20:01:23.450Z | [ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 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 |
7999 | 2024-10-31T20:01:23.450Z | [ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 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 |
8000 | 2024-10-31T20:01:23.450Z | [ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 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 |
8001 | 2024-10-31T20:01:23.450Z | [ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 INFO ok! |
8002 | 2024-10-31T20:01:23.450Z | [ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 INFO STEP 36 (ensure_file) COMPLETE |
8003 | 2024-10-31T20:01:23.450Z | [ recovery-image] Oct 31 20:01:22.349 INFO O| Oct 31 20:01:22.349 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8004 | 2024-10-31T20:01:23.458Z | [ recovery-image] Oct 31 20:01:22.358 INFO O| Oct 31 20:01:22.358 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8005 | 2024-10-31T20:01:23.458Z | [ recovery-image] Oct 31 20:01:22.358 INFO O| Oct 31 20:01:22.358 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 ... |
8006 | 2024-10-31T20:01:23.460Z | [ recovery-image] Oct 31 20:01:22.358 INFO O| Oct 31 20:01:22.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8007 | 2024-10-31T20:01:23.460Z | [ recovery-image] Oct 31 20:01:22.358 INFO O| Oct 31 20:01:22.358 INFO ok! |
8008 | 2024-10-31T20:01:23.460Z | [ recovery-image] Oct 31 20:01:22.358 INFO O| Oct 31 20:01:22.358 INFO STEP 37 (ensure_symlink) COMPLETE |
8009 | 2024-10-31T20:01:23.460Z | [ recovery-image] Oct 31 20:01:22.359 INFO O| Oct 31 20:01:22.358 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8010 | 2024-10-31T20:01:23.467Z | [ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8011 | 2024-10-31T20:01:23.467Z | [ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8012 | 2024-10-31T20:01:23.470Z | [ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8013 | 2024-10-31T20:01:23.470Z | [ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8014 | 2024-10-31T20:01:23.470Z | [ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8015 | 2024-10-31T20:01:23.470Z | [ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8016 | 2024-10-31T20:01:23.470Z | [ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO ok! |
8017 | 2024-10-31T20:01:23.470Z | [ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO STEP 38 (ensure_file) COMPLETE |
8018 | 2024-10-31T20:01:23.470Z | [ recovery-image] Oct 31 20:01:22.368 INFO O| Oct 31 20:01:22.368 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8019 | 2024-10-31T20:01:23.477Z | [ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8020 | 2024-10-31T20:01:23.477Z | [ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 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 ... |
8021 | 2024-10-31T20:01:23.479Z | [ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 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 |
8022 | 2024-10-31T20:01:23.479Z | [ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8023 | 2024-10-31T20:01:23.479Z | [ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 INFO ok! |
8024 | 2024-10-31T20:01:23.480Z | [ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 INFO STEP 39 (ensure_file) COMPLETE |
8025 | 2024-10-31T20:01:23.480Z | [ recovery-image] Oct 31 20:01:22.378 INFO O| Oct 31 20:01:22.378 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8026 | 2024-10-31T20:01:23.487Z | [ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8027 | 2024-10-31T20:01:23.487Z | [ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8028 | 2024-10-31T20:01:23.490Z | [ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8029 | 2024-10-31T20:01:23.490Z | [ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO ok! |
8030 | 2024-10-31T20:01:23.490Z | [ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO STEP 40 (ensure_file) COMPLETE |
8031 | 2024-10-31T20:01:23.490Z | [ recovery-image] Oct 31 20:01:22.388 INFO O| Oct 31 20:01:22.388 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8032 | 2024-10-31T20:01:23.497Z | [ recovery-image] Oct 31 20:01:22.398 INFO O| Oct 31 20:01:22.398 INFO updating shadow file |
8033 | 2024-10-31T20:01:23.499Z | [ recovery-image] Oct 31 20:01:22.398 INFO O| Oct 31 20:01:22.398 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8034 | 2024-10-31T20:01:23.499Z | [ recovery-image] Oct 31 20:01:22.398 INFO O| Oct 31 20:01:22.398 INFO STEP 41 (shadow) COMPLETE |
8035 | 2024-10-31T20:01:23.500Z | [ recovery-image] Oct 31 20:01:22.398 INFO O| Oct 31 20:01:22.398 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8036 | 2024-10-31T20:01:23.507Z | [ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8037 | 2024-10-31T20:01:23.510Z | [ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8038 | 2024-10-31T20:01:23.510Z | [ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8039 | 2024-10-31T20:01:23.510Z | [ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8040 | 2024-10-31T20:01:23.511Z | [ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO ok! |
8041 | 2024-10-31T20:01:23.511Z | [ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO STEP 42 (ensure_file) COMPLETE |
8042 | 2024-10-31T20:01:23.511Z | [ recovery-image] Oct 31 20:01:22.408 INFO O| Oct 31 20:01:22.408 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8043 | 2024-10-31T20:01:23.517Z | [ recovery-image] Oct 31 20:01:22.418 INFO O| Oct 31 20:01:22.418 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8044 | 2024-10-31T20:01:23.517Z | [ recovery-image] Oct 31 20:01:22.418 INFO O| Oct 31 20:01:22.418 INFO STEP 43 (ensure_dir) COMPLETE |
8045 | 2024-10-31T20:01:23.517Z | [ recovery-image] Oct 31 20:01:22.418 INFO O| Oct 31 20:01:22.418 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8046 | 2024-10-31T20:01:23.527Z | [ recovery-image] Oct 31 20:01:22.428 INFO O| Oct 31 20:01:22.428 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8047 | 2024-10-31T20:01:23.527Z | [ recovery-image] Oct 31 20:01:22.428 INFO O| Oct 31 20:01:22.428 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8048 | 2024-10-31T20:01:23.527Z | [ recovery-image] Oct 31 20:01:22.428 INFO O| Oct 31 20:01:22.428 INFO STEP 44 (ensure_dir) COMPLETE |
8049 | 2024-10-31T20:01:23.530Z | [ recovery-image] Oct 31 20:01:22.428 INFO O| Oct 31 20:01:22.428 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8050 | 2024-10-31T20:01:23.537Z | [ recovery-image] Oct 31 20:01:22.438 INFO O| Oct 31 20:01:22.438 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8051 | 2024-10-31T20:01:23.539Z | [ recovery-image] Oct 31 20:01:22.438 INFO O| Oct 31 20:01:22.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8052 | 2024-10-31T20:01:23.539Z | [ recovery-image] Oct 31 20:01:22.438 INFO O| Oct 31 20:01:22.438 INFO STEP 45 (ensure_dir) COMPLETE |
8053 | 2024-10-31T20:01:23.539Z | [ recovery-image] Oct 31 20:01:22.438 INFO O| Oct 31 20:01:22.438 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8054 | 2024-10-31T20:01:23.547Z | [ recovery-image] Oct 31 20:01:22.448 INFO O| Oct 31 20:01:22.448 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8055 | 2024-10-31T20:01:23.549Z | [ recovery-image] Oct 31 20:01:22.448 INFO O| Oct 31 20:01:22.448 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8056 | 2024-10-31T20:01:23.578Z | [ recovery-image] Oct 31 20:01:22.479 INFO O| Oct 31 20:01:22.479 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8057 | 2024-10-31T20:01:23.578Z | [ recovery-image] Oct 31 20:01:22.479 INFO O| Oct 31 20:01:22.479 INFO ok! |
8058 | 2024-10-31T20:01:23.581Z | [ recovery-image] Oct 31 20:01:22.479 INFO O| Oct 31 20:01:22.479 INFO STEP 46 (ensure_file) COMPLETE |
8059 | 2024-10-31T20:01:23.581Z | [ recovery-image] Oct 31 20:01:22.479 INFO O| Oct 31 20:01:22.479 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8060 | 2024-10-31T20:01:23.589Z | [ recovery-image] Oct 31 20:01:22.490 INFO O| Oct 31 20:01:22.490 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8061 | 2024-10-31T20:01:23.589Z | [ recovery-image] Oct 31 20:01:22.490 INFO O| Oct 31 20:01:22.490 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8062 | 2024-10-31T20:01:23.592Z | [ recovery-image] Oct 31 20:01:22.490 INFO O| Oct 31 20:01:22.490 INFO STEP 47 (ensure_dir) COMPLETE |
8063 | 2024-10-31T20:01:23.592Z | [ recovery-image] Oct 31 20:01:22.490 INFO O| Oct 31 20:01:22.490 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8064 | 2024-10-31T20:01:23.599Z | [ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8065 | 2024-10-31T20:01:23.599Z | [ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8066 | 2024-10-31T20:01:23.602Z | [ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8067 | 2024-10-31T20:01:23.602Z | [ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO ok! |
8068 | 2024-10-31T20:01:23.602Z | [ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO STEP 48 (ensure_file) COMPLETE |
8069 | 2024-10-31T20:01:23.602Z | [ recovery-image] Oct 31 20:01:22.500 INFO O| Oct 31 20:01:22.500 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8070 | 2024-10-31T20:01:23.609Z | [ recovery-image] Oct 31 20:01:22.510 INFO O| Oct 31 20:01:22.510 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8071 | 2024-10-31T20:01:23.609Z | [ recovery-image] Oct 31 20:01:22.510 INFO O| Oct 31 20:01:22.510 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8072 | 2024-10-31T20:01:23.609Z | [ recovery-image] Oct 31 20:01:22.510 INFO O| Oct 31 20:01:22.510 INFO STEP 49 (ensure_dir) COMPLETE |
8073 | 2024-10-31T20:01:23.609Z | [ recovery-image] Oct 31 20:01:22.510 INFO O| Oct 31 20:01:22.510 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8074 | 2024-10-31T20:01:23.619Z | [ recovery-image] Oct 31 20:01:22.520 INFO O| Oct 31 20:01:22.520 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8075 | 2024-10-31T20:01:23.619Z | [ recovery-image] Oct 31 20:01:22.520 INFO O| Oct 31 20:01:22.520 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8076 | 2024-10-31T20:01:23.634Z | [ recovery-image] Oct 31 20:01:22.535 INFO O| Oct 31 20:01:22.535 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8077 | 2024-10-31T20:01:23.636Z | [ recovery-image] Oct 31 20:01:22.535 INFO O| Oct 31 20:01:22.535 INFO ok! |
8078 | 2024-10-31T20:01:23.636Z | [ recovery-image] Oct 31 20:01:22.535 INFO O| Oct 31 20:01:22.535 INFO STEP 50 (ensure_file) COMPLETE |
8079 | 2024-10-31T20:01:23.636Z | [ recovery-image] Oct 31 20:01:22.535 INFO O| Oct 31 20:01:22.535 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8080 | 2024-10-31T20:01:23.645Z | [ recovery-image] Oct 31 20:01:22.546 INFO O| Oct 31 20:01:22.545 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8081 | 2024-10-31T20:01:23.645Z | [ recovery-image] Oct 31 20:01:22.546 INFO O| Oct 31 20:01:22.546 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8082 | 2024-10-31T20:01:23.870Z | [ recovery-image] Oct 31 20:01:22.770 INFO O| Oct 31 20:01:22.770 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8083 | 2024-10-31T20:01:23.870Z | [ recovery-image] Oct 31 20:01:22.770 INFO O| Oct 31 20:01:22.770 INFO ok! |
8084 | 2024-10-31T20:01:23.870Z | [ recovery-image] Oct 31 20:01:22.770 INFO O| Oct 31 20:01:22.770 INFO STEP 51 (ensure_file) COMPLETE |
8085 | 2024-10-31T20:01:23.872Z | [ recovery-image] Oct 31 20:01:22.770 INFO O| Oct 31 20:01:22.770 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8086 | 2024-10-31T20:01:23.881Z | [ recovery-image] Oct 31 20:01:22.782 INFO O| Oct 31 20:01:22.782 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8087 | 2024-10-31T20:01:23.883Z | [ recovery-image] Oct 31 20:01:22.782 INFO O| Oct 31 20:01:22.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8088 | 2024-10-31T20:01:23.883Z | [ recovery-image] Oct 31 20:01:22.782 INFO O| Oct 31 20:01:22.782 INFO STEP 52 (ensure_dir) COMPLETE |
8089 | 2024-10-31T20:01:23.883Z | [ recovery-image] Oct 31 20:01:22.782 INFO O| Oct 31 20:01:22.782 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8090 | 2024-10-31T20:01:23.891Z | [ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8091 | 2024-10-31T20:01:23.891Z | [ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 INFO copying /tmp/.tmpap0uK3/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 ... |
8092 | 2024-10-31T20:01:23.891Z | [ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 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 |
8093 | 2024-10-31T20:01:23.893Z | [ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 INFO ok! |
8094 | 2024-10-31T20:01:23.893Z | [ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 INFO STEP 53 (ensure_file) COMPLETE |
8095 | 2024-10-31T20:01:23.893Z | [ recovery-image] Oct 31 20:01:22.792 INFO O| Oct 31 20:01:22.792 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8096 | 2024-10-31T20:01:23.901Z | [ recovery-image] Oct 31 20:01:22.801 INFO O| Oct 31 20:01:22.801 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8097 | 2024-10-31T20:01:23.901Z | [ recovery-image] Oct 31 20:01:22.801 INFO O| Oct 31 20:01:22.801 INFO copying /tmp/.tmpap0uK3/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 ... |
8098 | 2024-10-31T20:01:23.901Z | [ recovery-image] Oct 31 20:01:22.802 INFO O| Oct 31 20:01:22.801 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 |
8099 | 2024-10-31T20:01:23.903Z | [ recovery-image] Oct 31 20:01:22.802 INFO O| Oct 31 20:01:22.801 INFO ok! |
8100 | 2024-10-31T20:01:23.903Z | [ recovery-image] Oct 31 20:01:22.802 INFO O| Oct 31 20:01:22.802 INFO STEP 54 (ensure_file) COMPLETE |
8101 | 2024-10-31T20:01:23.903Z | [ recovery-image] Oct 31 20:01:22.802 INFO O| Oct 31 20:01:22.802 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8102 | 2024-10-31T20:01:23.910Z | [ recovery-image] Oct 31 20:01:22.811 INFO O| Oct 31 20:01:22.811 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8103 | 2024-10-31T20:01:23.913Z | [ recovery-image] Oct 31 20:01:22.811 INFO O| Oct 31 20:01:22.811 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8104 | 2024-10-31T20:01:23.913Z | [ recovery-image] Oct 31 20:01:22.811 INFO O| Oct 31 20:01:22.811 INFO STEP 55 (ensure_dir) COMPLETE |
8105 | 2024-10-31T20:01:23.913Z | [ recovery-image] Oct 31 20:01:22.811 INFO O| Oct 31 20:01:22.811 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8106 | 2024-10-31T20:01:23.920Z | [ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8107 | 2024-10-31T20:01:23.920Z | [ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO copying /tmp/.tmpap0uK3/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 ... |
8108 | 2024-10-31T20:01:23.922Z | [ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8109 | 2024-10-31T20:01:23.922Z | [ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO ok! |
8110 | 2024-10-31T20:01:23.923Z | [ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO STEP 56 (ensure_file) COMPLETE |
8111 | 2024-10-31T20:01:23.923Z | [ recovery-image] Oct 31 20:01:22.821 INFO O| Oct 31 20:01:22.821 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8112 | 2024-10-31T20:01:23.930Z | [ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.830 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8113 | 2024-10-31T20:01:23.930Z | [ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.831 INFO copying /tmp/.tmpap0uK3/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 ... |
8114 | 2024-10-31T20:01:23.932Z | [ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.831 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 |
8115 | 2024-10-31T20:01:23.932Z | [ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.831 INFO ok! |
8116 | 2024-10-31T20:01:23.932Z | [ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.831 INFO STEP 57 (ensure_file) COMPLETE |
8117 | 2024-10-31T20:01:23.932Z | [ recovery-image] Oct 31 20:01:22.831 INFO O| Oct 31 20:01:22.831 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8118 | 2024-10-31T20:01:23.939Z | [ recovery-image] Oct 31 20:01:22.840 INFO O| Oct 31 20:01:22.840 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8119 | 2024-10-31T20:01:23.942Z | [ recovery-image] Oct 31 20:01:22.840 INFO O| Oct 31 20:01:22.840 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8120 | 2024-10-31T20:01:23.942Z | [ recovery-image] Oct 31 20:01:22.840 INFO O| Oct 31 20:01:22.840 INFO STEP 58 (ensure_dir) COMPLETE |
8121 | 2024-10-31T20:01:23.942Z | [ recovery-image] Oct 31 20:01:22.840 INFO O| Oct 31 20:01:22.840 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8122 | 2024-10-31T20:01:23.949Z | [ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8123 | 2024-10-31T20:01:23.951Z | [ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO copying /tmp/.tmpap0uK3/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 ... |
8124 | 2024-10-31T20:01:23.951Z | [ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8125 | 2024-10-31T20:01:23.952Z | [ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO ok! |
8126 | 2024-10-31T20:01:23.952Z | [ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO STEP 59 (ensure_file) COMPLETE |
8127 | 2024-10-31T20:01:23.952Z | [ recovery-image] Oct 31 20:01:22.850 INFO O| Oct 31 20:01:22.850 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8128 | 2024-10-31T20:01:23.959Z | [ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8129 | 2024-10-31T20:01:23.959Z | [ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8130 | 2024-10-31T20:01:23.961Z | [ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8131 | 2024-10-31T20:01:23.961Z | [ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO ok! |
8132 | 2024-10-31T20:01:23.961Z | [ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO STEP 60 (ensure_file) COMPLETE |
8133 | 2024-10-31T20:01:23.961Z | [ recovery-image] Oct 31 20:01:22.860 INFO O| Oct 31 20:01:22.860 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8134 | 2024-10-31T20:01:23.969Z | [ recovery-image] Oct 31 20:01:22.869 INFO O| Oct 31 20:01:22.869 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8135 | 2024-10-31T20:01:23.969Z | [ recovery-image] Oct 31 20:01:22.869 INFO O| Oct 31 20:01:22.869 INFO STEP 61 (ensure_dir) COMPLETE |
8136 | 2024-10-31T20:01:23.971Z | [ recovery-image] Oct 31 20:01:22.870 INFO O| Oct 31 20:01:22.869 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8137 | 2024-10-31T20:01:23.978Z | [ recovery-image] Oct 31 20:01:22.879 INFO O| Oct 31 20:01:22.879 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8138 | 2024-10-31T20:01:23.978Z | [ recovery-image] Oct 31 20:01:22.879 INFO O| Oct 31 20:01:22.879 INFO STEP 62 (ensure_dir) COMPLETE |
8139 | 2024-10-31T20:01:23.981Z | [ recovery-image] Oct 31 20:01:22.879 INFO O| Oct 31 20:01:22.879 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8140 | 2024-10-31T20:01:23.988Z | [ recovery-image] Oct 31 20:01:22.889 INFO O| Oct 31 20:01:22.889 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8141 | 2024-10-31T20:01:23.991Z | [ recovery-image] Oct 31 20:01:22.889 INFO O| Oct 31 20:01:22.889 INFO STEP 63 (ensure_dir) COMPLETE |
8142 | 2024-10-31T20:01:23.991Z | [ recovery-image] Oct 31 20:01:22.889 INFO O| Oct 31 20:01:22.889 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8143 | 2024-10-31T20:01:23.997Z | [ recovery-image] Oct 31 20:01:22.898 INFO O| Oct 31 20:01:22.898 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8144 | 2024-10-31T20:01:23.997Z | [ recovery-image] Oct 31 20:01:22.898 INFO O| Oct 31 20:01:22.898 INFO STEP 64 (ensure_dir) COMPLETE |
8145 | 2024-10-31T20:01:24.000Z | [ recovery-image] Oct 31 20:01:22.898 INFO O| Oct 31 20:01:22.898 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8146 | 2024-10-31T20:01:24.007Z | [ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8147 | 2024-10-31T20:01:24.007Z | [ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO copying /tmp/.tmpap0uK3/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8148 | 2024-10-31T20:01:24.009Z | [ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8149 | 2024-10-31T20:01:24.010Z | [ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO ok! |
8150 | 2024-10-31T20:01:24.010Z | [ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO STEP 65 (ensure_file) COMPLETE |
8151 | 2024-10-31T20:01:24.010Z | [ recovery-image] Oct 31 20:01:22.908 INFO O| Oct 31 20:01:22.908 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8152 | 2024-10-31T20:01:24.017Z | [ recovery-image] Oct 31 20:01:22.918 INFO O| Oct 31 20:01:22.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8153 | 2024-10-31T20:01:24.019Z | [ recovery-image] Oct 31 20:01:22.918 INFO O| Oct 31 20:01:22.918 INFO STEP 66 (remove_files) COMPLETE |
8154 | 2024-10-31T20:01:24.019Z | [ recovery-image] Oct 31 20:01:22.918 INFO O| Oct 31 20:01:22.918 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8155 | 2024-10-31T20:01:24.027Z | [ recovery-image] Oct 31 20:01:22.927 INFO O| Oct 31 20:01:22.927 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8156 | 2024-10-31T20:01:24.029Z | [ recovery-image] Oct 31 20:01:22.928 INFO O| Oct 31 20:01:22.928 INFO STEP 67 (remove_files) COMPLETE |
8157 | 2024-10-31T20:01:24.029Z | [ recovery-image] Oct 31 20:01:22.928 INFO O| Oct 31 20:01:22.928 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8158 | 2024-10-31T20:01:24.036Z | [ recovery-image] Oct 31 20:01:22.937 INFO O| Oct 31 20:01:22.937 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8159 | 2024-10-31T20:01:24.039Z | [ recovery-image] Oct 31 20:01:22.937 INFO O| Oct 31 20:01:22.937 INFO STEP 68 (remove_files) COMPLETE |
8160 | 2024-10-31T20:01:24.039Z | [ recovery-image] Oct 31 20:01:22.937 INFO O| Oct 31 20:01:22.937 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8161 | 2024-10-31T20:01:24.046Z | [ recovery-image] Oct 31 20:01:22.947 INFO O| Oct 31 20:01:22.947 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8162 | 2024-10-31T20:01:24.049Z | [ recovery-image] Oct 31 20:01:22.947 INFO O| Oct 31 20:01:22.947 INFO STEP 69 (remove_files) COMPLETE |
8163 | 2024-10-31T20:01:24.049Z | [ recovery-image] Oct 31 20:01:22.947 INFO O| Oct 31 20:01:22.947 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8164 | 2024-10-31T20:01:24.056Z | [ recovery-image] Oct 31 20:01:22.957 INFO O| Oct 31 20:01:22.957 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8165 | 2024-10-31T20:01:24.059Z | [ recovery-image] Oct 31 20:01:22.957 INFO O| Oct 31 20:01:22.957 INFO STEP 70 (remove_files) COMPLETE |
8166 | 2024-10-31T20:01:24.059Z | [ recovery-image] Oct 31 20:01:22.957 INFO O| Oct 31 20:01:22.957 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8167 | 2024-10-31T20:01:24.066Z | [ recovery-image] Oct 31 20:01:22.966 INFO O| Oct 31 20:01:22.966 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8168 | 2024-10-31T20:01:24.068Z | [ recovery-image] Oct 31 20:01:22.966 INFO O| Oct 31 20:01:22.966 INFO STEP 71 (remove_files) COMPLETE |
8169 | 2024-10-31T20:01:24.069Z | [ recovery-image] Oct 31 20:01:22.966 INFO O| Oct 31 20:01:22.966 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8170 | 2024-10-31T20:01:24.076Z | [ recovery-image] Oct 31 20:01:22.976 INFO O| Oct 31 20:01:22.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8171 | 2024-10-31T20:01:24.076Z | [ recovery-image] Oct 31 20:01:22.976 INFO O| Oct 31 20:01:22.976 INFO STEP 72 (remove_files) COMPLETE |
8172 | 2024-10-31T20:01:24.078Z | [ recovery-image] Oct 31 20:01:22.976 INFO O| Oct 31 20:01:22.976 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8173 | 2024-10-31T20:01:24.085Z | [ recovery-image] Oct 31 20:01:22.986 INFO O| Oct 31 20:01:22.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8174 | 2024-10-31T20:01:24.088Z | [ recovery-image] Oct 31 20:01:22.986 INFO O| Oct 31 20:01:22.986 INFO STEP 73 (remove_files) COMPLETE |
8175 | 2024-10-31T20:01:24.088Z | [ recovery-image] Oct 31 20:01:22.986 INFO O| Oct 31 20:01:22.986 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8176 | 2024-10-31T20:01:24.095Z | [ recovery-image] Oct 31 20:01:22.996 INFO O| Oct 31 20:01:22.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8177 | 2024-10-31T20:01:24.095Z | [ recovery-image] Oct 31 20:01:22.996 INFO O| Oct 31 20:01:22.996 INFO STEP 74 (remove_files) COMPLETE |
8178 | 2024-10-31T20:01:24.098Z | [ recovery-image] Oct 31 20:01:22.996 INFO O| Oct 31 20:01:22.996 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8179 | 2024-10-31T20:01:24.105Z | [ recovery-image] Oct 31 20:01:23.006 INFO O| Oct 31 20:01:23.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8180 | 2024-10-31T20:01:24.105Z | [ recovery-image] Oct 31 20:01:23.006 INFO O| Oct 31 20:01:23.006 INFO STEP 75 (remove_files) COMPLETE |
8181 | 2024-10-31T20:01:24.107Z | [ recovery-image] Oct 31 20:01:23.006 INFO O| Oct 31 20:01:23.006 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8182 | 2024-10-31T20:01:24.115Z | [ recovery-image] Oct 31 20:01:23.016 INFO O| Oct 31 20:01:23.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8183 | 2024-10-31T20:01:24.116Z | [ recovery-image] Oct 31 20:01:23.016 INFO O| Oct 31 20:01:23.016 INFO STEP 76 (remove_files) COMPLETE |
8184 | 2024-10-31T20:01:24.118Z | [ recovery-image] Oct 31 20:01:23.016 INFO O| Oct 31 20:01:23.016 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8185 | 2024-10-31T20:01:24.125Z | [ recovery-image] Oct 31 20:01:23.026 INFO O| Oct 31 20:01:23.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8186 | 2024-10-31T20:01:24.127Z | [ recovery-image] Oct 31 20:01:23.026 INFO O| Oct 31 20:01:23.026 INFO STEP 77 (remove_files) COMPLETE |
8187 | 2024-10-31T20:01:24.127Z | [ recovery-image] Oct 31 20:01:23.026 INFO O| Oct 31 20:01:23.026 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8188 | 2024-10-31T20:01:24.135Z | [ recovery-image] Oct 31 20:01:23.035 INFO O| Oct 31 20:01:23.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8189 | 2024-10-31T20:01:24.137Z | [ recovery-image] Oct 31 20:01:23.035 INFO O| Oct 31 20:01:23.035 INFO STEP 78 (remove_files) COMPLETE |
8190 | 2024-10-31T20:01:24.137Z | [ recovery-image] Oct 31 20:01:23.035 INFO O| Oct 31 20:01:23.035 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8191 | 2024-10-31T20:01:24.144Z | [ recovery-image] Oct 31 20:01:23.045 INFO O| Oct 31 20:01:23.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8192 | 2024-10-31T20:01:24.144Z | [ recovery-image] Oct 31 20:01:23.045 INFO O| Oct 31 20:01:23.045 INFO STEP 79 (remove_files) COMPLETE |
8193 | 2024-10-31T20:01:24.147Z | [ recovery-image] Oct 31 20:01:23.045 INFO O| Oct 31 20:01:23.045 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8194 | 2024-10-31T20:01:24.154Z | [ recovery-image] Oct 31 20:01:23.054 INFO O| Oct 31 20:01:23.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8195 | 2024-10-31T20:01:24.154Z | [ recovery-image] Oct 31 20:01:23.055 INFO O| Oct 31 20:01:23.055 INFO STEP 80 (remove_files) COMPLETE |
8196 | 2024-10-31T20:01:24.156Z | [ recovery-image] Oct 31 20:01:23.055 INFO O| Oct 31 20:01:23.055 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8197 | 2024-10-31T20:01:24.163Z | [ recovery-image] Oct 31 20:01:23.064 INFO O| Oct 31 20:01:23.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8198 | 2024-10-31T20:01:24.163Z | [ recovery-image] Oct 31 20:01:23.064 INFO O| Oct 31 20:01:23.064 INFO STEP 81 (remove_files) COMPLETE |
8199 | 2024-10-31T20:01:24.163Z | [ recovery-image] Oct 31 20:01:23.064 INFO O| Oct 31 20:01:23.064 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8200 | 2024-10-31T20:01:24.174Z | [ recovery-image] Oct 31 20:01:23.074 INFO O| Oct 31 20:01:23.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8201 | 2024-10-31T20:01:24.174Z | [ recovery-image] Oct 31 20:01:23.074 INFO O| Oct 31 20:01:23.074 INFO STEP 82 (remove_files) COMPLETE |
8202 | 2024-10-31T20:01:24.174Z | [ recovery-image] Oct 31 20:01:23.074 INFO O| Oct 31 20:01:23.074 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8203 | 2024-10-31T20:01:24.183Z | [ recovery-image] Oct 31 20:01:23.084 INFO O| Oct 31 20:01:23.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8204 | 2024-10-31T20:01:24.186Z | [ recovery-image] Oct 31 20:01:23.084 INFO O| Oct 31 20:01:23.084 INFO STEP 83 (remove_files) COMPLETE |
8205 | 2024-10-31T20:01:24.186Z | [ recovery-image] Oct 31 20:01:23.084 INFO O| Oct 31 20:01:23.084 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8206 | 2024-10-31T20:01:24.192Z | [ recovery-image] Oct 31 20:01:23.093 INFO O| Oct 31 20:01:23.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8207 | 2024-10-31T20:01:24.192Z | [ recovery-image] Oct 31 20:01:23.093 INFO O| Oct 31 20:01:23.093 INFO STEP 84 (remove_files) COMPLETE |
8208 | 2024-10-31T20:01:24.195Z | [ recovery-image] Oct 31 20:01:23.093 INFO O| Oct 31 20:01:23.093 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8209 | 2024-10-31T20:01:24.202Z | [ recovery-image] Oct 31 20:01:23.103 INFO O| Oct 31 20:01:23.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8210 | 2024-10-31T20:01:24.202Z | [ recovery-image] Oct 31 20:01:23.103 INFO O| Oct 31 20:01:23.103 INFO STEP 85 (remove_files) COMPLETE |
8211 | 2024-10-31T20:01:24.204Z | [ recovery-image] Oct 31 20:01:23.103 INFO O| Oct 31 20:01:23.103 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8212 | 2024-10-31T20:01:24.212Z | [ recovery-image] Oct 31 20:01:23.113 INFO O| Oct 31 20:01:23.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8213 | 2024-10-31T20:01:24.214Z | [ recovery-image] Oct 31 20:01:23.113 INFO O| Oct 31 20:01:23.113 INFO STEP 86 (remove_files) COMPLETE |
8214 | 2024-10-31T20:01:24.214Z | [ recovery-image] Oct 31 20:01:23.113 INFO O| Oct 31 20:01:23.113 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8215 | 2024-10-31T20:01:24.222Z | [ recovery-image] Oct 31 20:01:23.122 INFO O| Oct 31 20:01:23.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8216 | 2024-10-31T20:01:24.222Z | [ recovery-image] Oct 31 20:01:23.122 INFO O| Oct 31 20:01:23.122 INFO STEP 87 (remove_files) COMPLETE |
8217 | 2024-10-31T20:01:24.224Z | [ recovery-image] Oct 31 20:01:23.122 INFO O| Oct 31 20:01:23.122 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8218 | 2024-10-31T20:01:24.231Z | [ recovery-image] Oct 31 20:01:23.132 INFO O| Oct 31 20:01:23.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8219 | 2024-10-31T20:01:24.231Z | [ recovery-image] Oct 31 20:01:23.132 INFO O| Oct 31 20:01:23.132 INFO STEP 88 (remove_files) COMPLETE |
8220 | 2024-10-31T20:01:24.231Z | [ recovery-image] Oct 31 20:01:23.132 INFO O| Oct 31 20:01:23.132 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8221 | 2024-10-31T20:01:24.241Z | [ recovery-image] Oct 31 20:01:23.142 INFO O| Oct 31 20:01:23.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8222 | 2024-10-31T20:01:24.241Z | [ recovery-image] Oct 31 20:01:23.142 INFO O| Oct 31 20:01:23.142 INFO STEP 89 (remove_files) COMPLETE |
8223 | 2024-10-31T20:01:24.241Z | [ recovery-image] Oct 31 20:01:23.142 INFO O| Oct 31 20:01:23.142 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8224 | 2024-10-31T20:01:24.250Z | [ recovery-image] Oct 31 20:01:23.151 INFO O| Oct 31 20:01:23.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8225 | 2024-10-31T20:01:24.250Z | [ recovery-image] Oct 31 20:01:23.151 INFO O| Oct 31 20:01:23.151 INFO STEP 90 (remove_files) COMPLETE |
8226 | 2024-10-31T20:01:24.253Z | [ recovery-image] Oct 31 20:01:23.151 INFO O| Oct 31 20:01:23.151 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8227 | 2024-10-31T20:01:24.260Z | [ recovery-image] Oct 31 20:01:23.161 INFO O| Oct 31 20:01:23.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8228 | 2024-10-31T20:01:24.260Z | [ recovery-image] Oct 31 20:01:23.161 INFO O| Oct 31 20:01:23.161 INFO STEP 91 (remove_files) COMPLETE |
8229 | 2024-10-31T20:01:24.260Z | [ recovery-image] Oct 31 20:01:23.161 INFO O| Oct 31 20:01:23.161 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8230 | 2024-10-31T20:01:24.270Z | [ recovery-image] Oct 31 20:01:23.171 INFO O| Oct 31 20:01:23.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8231 | 2024-10-31T20:01:24.270Z | [ recovery-image] Oct 31 20:01:23.171 INFO O| Oct 31 20:01:23.171 INFO STEP 92 (remove_files) COMPLETE |
8232 | 2024-10-31T20:01:24.270Z | [ recovery-image] Oct 31 20:01:23.171 INFO O| Oct 31 20:01:23.171 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8233 | 2024-10-31T20:01:24.279Z | [ recovery-image] Oct 31 20:01:23.180 INFO O| Oct 31 20:01:23.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8234 | 2024-10-31T20:01:24.282Z | [ recovery-image] Oct 31 20:01:23.181 INFO O| Oct 31 20:01:23.180 INFO STEP 93 (remove_files) COMPLETE |
8235 | 2024-10-31T20:01:24.282Z | [ recovery-image] Oct 31 20:01:23.181 INFO O| Oct 31 20:01:23.180 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8236 | 2024-10-31T20:01:24.289Z | [ recovery-image] Oct 31 20:01:23.190 INFO O| Oct 31 20:01:23.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8237 | 2024-10-31T20:01:24.289Z | [ recovery-image] Oct 31 20:01:23.190 INFO O| Oct 31 20:01:23.190 INFO STEP 94 (remove_files) COMPLETE |
8238 | 2024-10-31T20:01:24.291Z | [ recovery-image] Oct 31 20:01:23.190 INFO O| Oct 31 20:01:23.190 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8239 | 2024-10-31T20:01:24.304Z | [ recovery-image] Oct 31 20:01:23.205 INFO O| Oct 31 20:01:23.205 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8240 | 2024-10-31T20:01:24.306Z | [ recovery-image] Oct 31 20:01:23.205 INFO O| Oct 31 20:01:23.205 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
8241 | 2024-10-31T20:01:28.171Z | [ host-image] Oct 31 20:01:27.071 INFO O| Oct 31 20:01:27.071 INFO O| Download: 828/1140 items 3.2/8.4MB 37% complete (654k/s) |
8242 | 2024-10-31T20:01:29.970Z | [ host-image] Oct 31 20:01:28.869 INFO O| Oct 31 20:01:28.869 INFO O| Download: Completed 8.42 MB in 6.81 seconds (1.2M/s) |
8243 | 2024-10-31T20:01:30.028Z | [ host-image] Oct 31 20:01:28.928 INFO O| Oct 31 20:01:28.928 INFO O| Actions: 1/1361 actions (Installing new actions) |
8244 | 2024-10-31T20:01:30.431Z | [ host-image] Oct 31 20:01:29.330 INFO O| Oct 31 20:01:29.330 INFO O| Actions: Completed 1361 actions in 0.40 seconds. |
8245 | 2024-10-31T20:01:30.736Z | [ host-image] Oct 31 20:01:29.637 INFO O| Oct 31 20:01:29.636 INFO O| Done |
8246 | 2024-10-31T20:01:30.736Z | [ host-image] Oct 31 20:01:29.637 INFO O| Oct 31 20:01:29.637 INFO O| Done |
8247 | 2024-10-31T20:01:31.229Z | [ host-image] Oct 31 20:01:30.129 INFO O| Oct 31 20:01:30.129 INFO O| Done |
8248 | 2024-10-31T20:01:32.445Z | [ host-image] Oct 31 20:01:31.345 INFO O| Oct 31 20:01:31.345 INFO O| Done |
8249 | 2024-10-31T20:01:32.469Z | [ host-image] Oct 31 20:01:31.369 INFO O| Oct 31 20:01:31.369 INFO O| Done |
8250 | 2024-10-31T20:01:32.469Z | [ host-image] Oct 31 20:01:31.369 INFO O| Oct 31 20:01:31.369 INFO O| Done |
8251 | 2024-10-31T20:01:32.506Z | [ host-image] Oct 31 20:01:31.406 INFO O| Oct 31 20:01:31.406 INFO O| Done |
8252 | 2024-10-31T20:01:32.611Z | [ host-image] Oct 31 20:01:31.511 INFO O| Oct 31 20:01:31.511 INFO STEP 13 (pkg_install) COMPLETE |
8253 | 2024-10-31T20:01:32.611Z | [ host-image] Oct 31 20:01:31.511 INFO O| Oct 31 20:01:31.511 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8254 | 2024-10-31T20:01:32.622Z | [ host-image] Oct 31 20:01:31.522 INFO O| Oct 31 20:01:31.522 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
8255 | 2024-10-31T20:01:33.176Z | [ host-image] Oct 31 20:01:32.076 INFO O| Oct 31 20:01:32.076 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
8256 | 2024-10-31T20:01:34.700Z | [ recovery-image] Oct 31 20:01:33.600 INFO O| Oct 31 20:01:33.600 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 |
8257 | 2024-10-31T20:01:34.700Z | [ recovery-image] Oct 31 20:01:33.600 INFO O| Oct 31 20:01:33.600 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8258 | 2024-10-31T20:01:34.715Z | [ recovery-image] Oct 31 20:01:33.615 INFO O| Oct 31 20:01:33.615 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8259 | 2024-10-31T20:01:34.794Z | [ recovery-image] Oct 31 20:01:33.693 INFO O| Oct 31 20:01:33.693 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8260 | 2024-10-31T20:01:34.794Z | [ recovery-image] Oct 31 20:01:33.693 INFO O| Oct 31 20:01:33.693 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 ... |
8261 | 2024-10-31T20:01:34.797Z | [ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8262 | 2024-10-31T20:01:34.797Z | [ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO ok! |
8263 | 2024-10-31T20:01:34.797Z | [ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8264 | 2024-10-31T20:01:34.797Z | [ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO STEP 95 (seed_smf) COMPLETE |
8265 | 2024-10-31T20:01:34.797Z | [ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO steps complete; finalising image! |
8266 | 2024-10-31T20:01:34.797Z | [ recovery-image] Oct 31 20:01:33.695 INFO O| Oct 31 20:01:33.695 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8267 | 2024-10-31T20:01:34.828Z | [ recovery-image] Oct 31 20:01:33.728 INFO O| Oct 31 20:01:33.728 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Thu Oct 31 20:01:33 2024) |
8268 | 2024-10-31T20:01:35.057Z | [ recovery-image] Oct 31 20:01:33.950 INFO O| Oct 31 20:01:33.950 INFO temporary pool has 409M used, 1.35G avail, 1.00x compressratio |
8269 | 2024-10-31T20:01:35.057Z | [ recovery-image] Oct 31 20:01:33.950 INFO O| Oct 31 20:01:33.950 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8270 | 2024-10-31T20:01:35.063Z | [ host-image] Oct 31 20:01:33.963 INFO O| Oct 31 20:01:33.963 INFO O| Planning: Solver setup ... Done |
8271 | 2024-10-31T20:01:35.067Z | [ host-image] Oct 31 20:01:33.967 INFO O| Oct 31 20:01:33.967 INFO O| Planning: Running solver ... Done |
8272 | 2024-10-31T20:01:35.119Z | [ host-image] Oct 31 20:01:34.019 INFO O| Oct 31 20:01:34.019 INFO O| Planning: Finding local manifests ... Done |
8273 | 2024-10-31T20:01:35.122Z | [ host-image] Oct 31 20:01:34.020 INFO O| Oct 31 20:01:34.020 INFO O| Planning: Fetching manifests: 0/1 0% complete |
8274 | 2024-10-31T20:01:35.215Z | [ host-image] Oct 31 20:01:34.115 INFO O| Oct 31 20:01:34.115 INFO O| Planning: Fetching manifests: 1/1 100% complete |
8275 | 2024-10-31T20:01:35.233Z | [ host-image] Oct 31 20:01:34.133 INFO O| Oct 31 20:01:34.133 INFO O| Planning: Package planning ... Done |
8276 | 2024-10-31T20:01:35.236Z | [ host-image] Oct 31 20:01:34.134 INFO O| Oct 31 20:01:34.133 INFO O| Planning: Merging actions ... Done |
8277 | 2024-10-31T20:01:35.259Z | [ recovery-image] Oct 31 20:01:34.159 INFO O| Oct 31 20:01:34.159 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 |
8278 | 2024-10-31T20:01:35.260Z | [ recovery-image] Oct 31 20:01:34.159 INFO O| Oct 31 20:01:34.159 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8279 | 2024-10-31T20:01:35.302Z | [ host-image] Oct 31 20:01:34.201 INFO O| Oct 31 20:01:34.201 INFO O| Planning: Checking for conflicting actions ... Done |
8280 | 2024-10-31T20:01:35.305Z | [ host-image] Oct 31 20:01:34.202 INFO O| Oct 31 20:01:34.202 INFO O| Planning: Consolidating action changes ... Done |
8281 | 2024-10-31T20:01:35.472Z | [ host-image] Oct 31 20:01:34.371 INFO O| Oct 31 20:01:34.371 INFO O| Planning: Evaluating mediators ... Done |
8282 | 2024-10-31T20:01:35.474Z | [ host-image] Oct 31 20:01:34.372 INFO O| Oct 31 20:01:34.372 INFO O| Planning: Planning completed in 2.29 seconds |
8283 | 2024-10-31T20:01:35.474Z | [ host-image] Oct 31 20:01:34.373 INFO O| Oct 31 20:01:34.373 INFO O| Packages to install: 1 |
8284 | 2024-10-31T20:01:35.484Z | [ host-image] Oct 31 20:01:34.384 INFO O| Oct 31 20:01:34.384 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
8285 | 2024-10-31T20:01:38.189Z | [ recovery-image] Oct 31 20:01:37.088 INFO O| Oct 31 20:01:37.088 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8286 | 2024-10-31T20:01:38.189Z | [ recovery-image] Oct 31 20:01:37.088 INFO O| Oct 31 20:01:37.088 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8287 | 2024-10-31T20:01:38.192Z | [ recovery-image] Oct 31 20:01:37.088 INFO O| Oct 31 20:01:37.088 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8288 | 2024-10-31T20:01:38.192Z | [ recovery-image] Oct 31 20:01:37.088 INFO O| Oct 31 20:01:37.088 INFO completed processing gimlet/zfs-recovery |
8289 | 2024-10-31T20:01:38.192Z | [ recovery-image] Oct 31 20:01:37.088 INFO O| Oct 31 20:01:37.088 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8290 | 2024-10-31T20:01:38.537Z | [ host-image] Oct 31 20:01:37.437 INFO O| Oct 31 20:01:37.437 INFO O| Download: Completed 20.80 MB in 3.05 seconds (6.8M/s) |
8291 | 2024-10-31T20:01:38.705Z | [ host-image] Oct 31 20:01:37.604 INFO O| Oct 31 20:01:37.604 INFO O| Actions: 1/22 actions (Installing new actions) |
8292 | 2024-10-31T20:01:38.767Z | [ recovery-image] Oct 31 20:01:37.666 INFO O| Oct 31 20:01:37.666 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8293 | 2024-10-31T20:01:38.865Z | [ recovery-image] Oct 31 20:01:37.765 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
8294 | 2024-10-31T20:01:38.868Z | [ recovery-image] Oct 31 20:01:37.765 INFO expanded image name: "recovery 2a50385/${os_short_commit} 2024-10-31 19:31" -> "recovery 2a50385/54a974b 2024-10-31 19:31" |
8295 | 2024-10-31T20:01:38.868Z | [ recovery-image] Oct 31 20:01:37.765 INFO output artefacts stored in: "/work/os-recovery" |
8296 | 2024-10-31T20:01:38.868Z | [ recovery-image] Oct 31 20:01:37.766 INFO collecting git info from project "pilot"... |
8297 | 2024-10-31T20:01:38.881Z | [ recovery-image] Oct 31 20:01:37.781 INFO collecting git info from project "chelsio-t6-roms"... |
8298 | 2024-10-31T20:01:38.902Z | [ recovery-image] Oct 31 20:01:37.801 INFO collecting git info from project "image-builder"... |
8299 | 2024-10-31T20:01:38.907Z | [ recovery-image] Oct 31 20:01:37.807 INFO collecting git info from project "amd-host-image-builder"... |
8300 | 2024-10-31T20:01:39.143Z | [ recovery-image] Oct 31 20:01:38.043 INFO collecting git info from project "pinprick"... |
8301 | 2024-10-31T20:01:39.150Z | [ recovery-image] Oct 31 20:01:38.049 INFO collecting git info from project "phbl"... |
8302 | 2024-10-31T20:01:39.159Z | [ recovery-image] Oct 31 20:01:38.058 INFO collecting git info from project "amd-firmware"... |
8303 | 2024-10-31T20:01:39.194Z | [ host-image] Oct 31 20:01:38.094 INFO O| Oct 31 20:01:38.093 INFO O| Actions: Completed 22 actions in 0.49 seconds. |
8304 | 2024-10-31T20:01:39.430Z | [ recovery-image] Oct 31 20:01:38.329 INFO collecting git info from project "bootserver"... |
8305 | 2024-10-31T20:01:39.436Z | [ recovery-image] Oct 31 20:01:38.335 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8306 | 2024-10-31T20:01:39.488Z | [ host-image] Oct 31 20:01:38.387 INFO O| Oct 31 20:01:38.387 INFO O| Done |
8307 | 2024-10-31T20:01:39.488Z | [ host-image] Oct 31 20:01:38.387 INFO O| Oct 31 20:01:38.387 INFO O| Done |
8308 | 2024-10-31T20:01:39.785Z | [ recovery-image] Oct 31 20:01:38.684 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8309 | 2024-10-31T20:01:39.940Z | [ host-image] Oct 31 20:01:38.839 INFO O| Oct 31 20:01:38.839 INFO O| Done |
8310 | 2024-10-31T20:01:40.127Z | [ recovery-image] Oct 31 20:01:39.025 INFO creating Oxide boot image... |
8311 | 2024-10-31T20:01:40.130Z | [ recovery-image] Oct 31 20:01:39.025 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 2a50385/54a974b 2024-10-31 19:31", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8312 | 2024-10-31T20:01:41.092Z | [ host-image] Oct 31 20:01:39.992 INFO O| Oct 31 20:01:39.992 INFO O| Done |
8313 | 2024-10-31T20:01:41.119Z | [ host-image] Oct 31 20:01:40.018 INFO O| Oct 31 20:01:40.018 INFO O| Done |
8314 | 2024-10-31T20:01:41.119Z | [ host-image] Oct 31 20:01:40.018 INFO O| Oct 31 20:01:40.018 INFO O| Done |
8315 | 2024-10-31T20:01:41.129Z | [ host-image] Oct 31 20:01:40.028 INFO O| Oct 31 20:01:40.028 INFO O| Done |
8316 | 2024-10-31T20:01:41.230Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO STEP 14 (pkg_install) COMPLETE |
8317 | 2024-10-31T20:01:41.230Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8318 | 2024-10-31T20:01:41.233Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO skip step because feature "mfg" is not enabled |
8319 | 2024-10-31T20:01:41.234Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8320 | 2024-10-31T20:01:41.234Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO skip step because feature "compliance" is not enabled |
8321 | 2024-10-31T20:01:41.234Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8322 | 2024-10-31T20:01:41.234Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO skip step because feature "stress" is not enabled |
8323 | 2024-10-31T20:01:41.234Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
8324 | 2024-10-31T20:01:41.234Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO skip step because feature "nfs" is not enabled |
8325 | 2024-10-31T20:01:41.234Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8326 | 2024-10-31T20:01:41.234Z | [ host-image] Oct 31 20:01:40.129 INFO O| Oct 31 20:01:40.129 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8327 | 2024-10-31T20:01:41.327Z | [ host-image] Oct 31 20:01:40.226 INFO O| Oct 31 20:01:40.226 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
8328 | 2024-10-31T20:01:41.399Z | [ host-image] Oct 31 20:01:40.298 INFO O| Oct 31 20:01:40.298 INFO completed processing gimlet/ramdisk-01-os |
8329 | 2024-10-31T20:01:41.401Z | [ host-image] Oct 31 20:01:40.300 INFO omicron1 baseline generation... |
8330 | 2024-10-31T20:01:41.401Z | [ host-image] Oct 31 20:01:40.300 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
8331 | 2024-10-31T20:01:41.785Z | [ host-image] Oct 31 20:01:40.684 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z |
8332 | 2024-10-31T20:02:28.199Z | [ host-image] Oct 31 20:02:27.095 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z |
8333 | 2024-10-31T20:02:28.199Z | [ host-image] Oct 31 20:02:27.095 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z |
8334 | 2024-10-31T20:02:28.203Z | [ host-image] Oct 31 20:02:27.095 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8335 | 2024-10-31T20:02:28.203Z | [ host-image] Oct 31 20:02:27.095 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8336 | 2024-10-31T20:02:28.203Z | [ host-image] Oct 31 20:02:27.095 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8337 | 2024-10-31T20:02:28.204Z | [ host-image] Oct 31 20:02:27.096 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8338 | 2024-10-31T20:02:28.204Z | [ host-image] Oct 31 20:02:27.096 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8339 | 2024-10-31T20:02:28.204Z | [ host-image] Oct 31 20:02:27.097 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8340 | 2024-10-31T20:02:28.204Z | [ host-image] Oct 31 20:02:27.097 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8341 | 2024-10-31T20:02:28.204Z | [ host-image] Oct 31 20:02:27.097 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8342 | 2024-10-31T20:02:28.204Z | [ host-image] Oct 31 20:02:27.097 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z |
8343 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.099 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z |
8344 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.099 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z |
8345 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.100 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z |
8346 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.100 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8347 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.101 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z |
8348 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.101 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z |
8349 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.101 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z |
8350 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.101 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z |
8351 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z |
8352 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z |
8353 | 2024-10-31T20:02:28.206Z | [ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z |
8354 | 2024-10-31T20:02:28.207Z | [ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z |
8355 | 2024-10-31T20:02:28.207Z | [ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z |
8356 | 2024-10-31T20:02:28.209Z | [ host-image] Oct 31 20:02:27.102 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z |
8357 | 2024-10-31T20:02:28.209Z | [ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z |
8358 | 2024-10-31T20:02:28.209Z | [ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z |
8359 | 2024-10-31T20:02:28.209Z | [ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z |
8360 | 2024-10-31T20:02:28.209Z | [ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8361 | 2024-10-31T20:02:28.209Z | [ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z |
8362 | 2024-10-31T20:02:28.209Z | [ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z |
8363 | 2024-10-31T20:02:28.209Z | [ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z |
8364 | 2024-10-31T20:02:28.210Z | [ host-image] Oct 31 20:02:27.103 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z |
8365 | 2024-10-31T20:02:28.210Z | [ host-image] Oct 31 20:02:27.104 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z |
8366 | 2024-10-31T20:02:28.210Z | [ host-image] Oct 31 20:02:27.104 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z |
8367 | 2024-10-31T20:02:28.218Z | [ host-image] Oct 31 20:02:27.114 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8368 | 2024-10-31T20:02:28.220Z | [ host-image] Oct 31 20:02:27.114 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z |
8369 | 2024-10-31T20:02:28.220Z | [ host-image] Oct 31 20:02:27.114 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z |
8370 | 2024-10-31T20:02:28.220Z | [ host-image] Oct 31 20:02:27.114 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8371 | 2024-10-31T20:02:28.220Z | [ host-image] Oct 31 20:02:27.115 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8372 | 2024-10-31T20:02:28.220Z | [ host-image] Oct 31 20:02:27.115 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z |
8373 | 2024-10-31T20:02:28.220Z | [ host-image] Oct 31 20:02:27.115 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8374 | 2024-10-31T20:02:28.220Z | [ host-image] Oct 31 20:02:27.116 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8375 | 2024-10-31T20:02:28.223Z | [ host-image] Oct 31 20:02:27.117 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8376 | 2024-10-31T20:02:28.223Z | [ host-image] Oct 31 20:02:27.117 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8377 | 2024-10-31T20:02:28.233Z | [ host-image] Oct 31 20:02:27.129 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8378 | 2024-10-31T20:02:28.235Z | [ host-image] Oct 31 20:02:27.129 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8379 | 2024-10-31T20:02:28.236Z | [ host-image] Oct 31 20:02:27.129 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8380 | 2024-10-31T20:02:28.236Z | [ host-image] Oct 31 20:02:27.130 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8381 | 2024-10-31T20:02:28.236Z | [ host-image] Oct 31 20:02:27.131 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8382 | 2024-10-31T20:02:28.236Z | [ host-image] Oct 31 20:02:27.131 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8383 | 2024-10-31T20:02:28.271Z | [ host-image] Oct 31 20:02:27.167 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8384 | 2024-10-31T20:02:28.274Z | [ host-image] Oct 31 20:02:27.167 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8385 | 2024-10-31T20:02:28.274Z | [ host-image] Oct 31 20:02:27.167 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8386 | 2024-10-31T20:02:28.274Z | [ host-image] Oct 31 20:02:27.168 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z |
8387 | 2024-10-31T20:02:28.274Z | [ host-image] Oct 31 20:02:27.168 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z |
8388 | 2024-10-31T20:02:28.274Z | [ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8389 | 2024-10-31T20:02:28.274Z | [ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z |
8390 | 2024-10-31T20:02:28.274Z | [ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8391 | 2024-10-31T20:02:28.274Z | [ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8392 | 2024-10-31T20:02:28.274Z | [ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8393 | 2024-10-31T20:02:28.277Z | [ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z |
8394 | 2024-10-31T20:02:28.277Z | [ host-image] Oct 31 20:02:27.169 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8395 | 2024-10-31T20:02:28.280Z | [ host-image] Oct 31 20:02:27.174 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8396 | 2024-10-31T20:02:28.280Z | [ host-image] Oct 31 20:02:27.174 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8397 | 2024-10-31T20:02:28.280Z | [ host-image] Oct 31 20:02:27.174 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8398 | 2024-10-31T20:02:28.280Z | [ host-image] Oct 31 20:02:27.174 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z |
8399 | 2024-10-31T20:02:28.280Z | [ host-image] Oct 31 20:02:27.175 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8400 | 2024-10-31T20:02:28.294Z | [ host-image] Oct 31 20:02:27.189 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8401 | 2024-10-31T20:02:28.297Z | [ host-image] Oct 31 20:02:27.190 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z |
8402 | 2024-10-31T20:02:28.297Z | [ host-image] Oct 31 20:02:27.192 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z |
8403 | 2024-10-31T20:02:28.297Z | [ host-image] Oct 31 20:02:27.192 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z |
8404 | 2024-10-31T20:02:28.297Z | [ host-image] Oct 31 20:02:27.192 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8405 | 2024-10-31T20:02:28.301Z | [ host-image] Oct 31 20:02:27.193 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z |
8406 | 2024-10-31T20:02:28.302Z | [ host-image] Oct 31 20:02:27.193 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z |
8407 | 2024-10-31T20:02:28.302Z | [ host-image] Oct 31 20:02:27.193 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z |
8408 | 2024-10-31T20:02:28.302Z | [ host-image] Oct 31 20:02:27.194 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z |
8409 | 2024-10-31T20:02:28.302Z | [ host-image] Oct 31 20:02:27.197 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8410 | 2024-10-31T20:02:28.305Z | [ host-image] Oct 31 20:02:27.198 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z |
8411 | 2024-10-31T20:02:28.305Z | [ host-image] Oct 31 20:02:27.198 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z |
8412 | 2024-10-31T20:02:28.305Z | [ host-image] Oct 31 20:02:27.199 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8413 | 2024-10-31T20:02:28.305Z | [ host-image] Oct 31 20:02:27.199 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z |
8414 | 2024-10-31T20:02:28.305Z | [ host-image] Oct 31 20:02:27.199 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z |
8415 | 2024-10-31T20:02:28.305Z | [ host-image] Oct 31 20:02:27.199 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z |
8416 | 2024-10-31T20:02:28.305Z | [ host-image] Oct 31 20:02:27.200 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z |
8417 | 2024-10-31T20:02:28.312Z | [ host-image] Oct 31 20:02:27.208 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z |
8418 | 2024-10-31T20:02:28.315Z | [ host-image] Oct 31 20:02:27.208 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8419 | 2024-10-31T20:02:28.315Z | [ host-image] Oct 31 20:02:27.210 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z |
8420 | 2024-10-31T20:02:28.317Z | [ host-image] Oct 31 20:02:27.211 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z |
8421 | 2024-10-31T20:02:28.318Z | [ host-image] Oct 31 20:02:27.211 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z |
8422 | 2024-10-31T20:02:28.318Z | [ host-image] Oct 31 20:02:27.212 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z |
8423 | 2024-10-31T20:02:28.318Z | [ host-image] Oct 31 20:02:27.212 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z |
8424 | 2024-10-31T20:02:28.318Z | [ host-image] Oct 31 20:02:27.212 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z |
8425 | 2024-10-31T20:02:28.327Z | [ host-image] Oct 31 20:02:27.223 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z |
8426 | 2024-10-31T20:02:28.331Z | [ host-image] Oct 31 20:02:27.223 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z |
8427 | 2024-10-31T20:02:28.331Z | [ host-image] Oct 31 20:02:27.223 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z |
8428 | 2024-10-31T20:02:28.331Z | [ host-image] Oct 31 20:02:27.224 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z |
8429 | 2024-10-31T20:02:28.331Z | [ host-image] Oct 31 20:02:27.224 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z |
8430 | 2024-10-31T20:02:28.350Z | [ host-image] Oct 31 20:02:27.246 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z |
8431 | 2024-10-31T20:02:28.353Z | [ host-image] Oct 31 20:02:27.246 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z |
8432 | 2024-10-31T20:02:28.353Z | [ host-image] Oct 31 20:02:27.246 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z |
8433 | 2024-10-31T20:02:28.353Z | [ host-image] Oct 31 20:02:27.247 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8434 | 2024-10-31T20:02:28.353Z | [ host-image] Oct 31 20:02:27.247 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8435 | 2024-10-31T20:02:28.380Z | [ host-image] Oct 31 20:02:27.276 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z |
8436 | 2024-10-31T20:02:28.383Z | [ host-image] Oct 31 20:02:27.276 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8437 | 2024-10-31T20:02:28.383Z | [ host-image] Oct 31 20:02:27.276 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z |
8438 | 2024-10-31T20:02:28.383Z | [ host-image] Oct 31 20:02:27.276 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z |
8439 | 2024-10-31T20:02:28.384Z | [ host-image] Oct 31 20:02:27.278 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z |
8440 | 2024-10-31T20:02:28.384Z | [ host-image] Oct 31 20:02:27.278 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8441 | 2024-10-31T20:02:28.384Z | [ host-image] Oct 31 20:02:27.279 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8442 | 2024-10-31T20:02:28.388Z | [ host-image] Oct 31 20:02:27.279 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z |
8443 | 2024-10-31T20:02:28.388Z | [ host-image] Oct 31 20:02:27.279 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z |
8444 | 2024-10-31T20:02:28.388Z | [ host-image] Oct 31 20:02:27.279 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z |
8445 | 2024-10-31T20:02:28.388Z | [ host-image] Oct 31 20:02:27.280 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z |
8446 | 2024-10-31T20:02:28.388Z | [ host-image] Oct 31 20:02:27.280 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z |
8447 | 2024-10-31T20:02:28.388Z | [ host-image] Oct 31 20:02:27.280 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z |
8448 | 2024-10-31T20:02:28.391Z | [ host-image] Oct 31 20:02:27.283 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8449 | 2024-10-31T20:02:28.391Z | [ host-image] Oct 31 20:02:27.283 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z |
8450 | 2024-10-31T20:02:28.391Z | [ host-image] Oct 31 20:02:27.285 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z |
8451 | 2024-10-31T20:02:28.391Z | [ host-image] Oct 31 20:02:27.285 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z |
8452 | 2024-10-31T20:02:28.391Z | [ host-image] Oct 31 20:02:27.285 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z |
8453 | 2024-10-31T20:02:28.391Z | [ host-image] Oct 31 20:02:27.286 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z |
8454 | 2024-10-31T20:02:28.391Z | [ host-image] Oct 31 20:02:27.286 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z |
8455 | 2024-10-31T20:02:28.397Z | [ host-image] Oct 31 20:02:27.286 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8456 | 2024-10-31T20:02:28.397Z | [ host-image] Oct 31 20:02:27.286 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8457 | 2024-10-31T20:02:28.397Z | [ host-image] Oct 31 20:02:27.286 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z |
8458 | 2024-10-31T20:02:28.397Z | [ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z |
8459 | 2024-10-31T20:02:28.397Z | [ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8460 | 2024-10-31T20:02:28.400Z | [ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8461 | 2024-10-31T20:02:28.400Z | [ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8462 | 2024-10-31T20:02:28.400Z | [ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8463 | 2024-10-31T20:02:28.400Z | [ host-image] Oct 31 20:02:27.287 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8464 | 2024-10-31T20:02:28.400Z | [ host-image] Oct 31 20:02:27.288 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8465 | 2024-10-31T20:02:28.400Z | [ host-image] Oct 31 20:02:27.289 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8466 | 2024-10-31T20:02:28.400Z | [ host-image] Oct 31 20:02:27.289 INFO O| tempdir @ "/tmp/.tmpsNL06K/tmp" |
8467 | 2024-10-31T20:02:28.400Z | [ host-image] Oct 31 20:02:27.289 INFO O| image root @ "/tmp/.tmpsNL06K/tmp/root" |
8468 | 2024-10-31T20:02:28.400Z | [ host-image] Oct 31 20:02:27.289 INFO O| creating image... |
8469 | 2024-10-31T20:02:28.890Z | [ host-image] Oct 31 20:02:27.786 INFO O| copying publishers... |
8470 | 2024-10-31T20:02:33.576Z | [ recovery-image] Oct 31 20:02:32.471 INFO O| ok, image written! |
8471 | 2024-10-31T20:02:33.576Z | [ recovery-image] Oct 31 20:02:32.471 INFO O| ok, boot_image_csum file written! |
8472 | 2024-10-31T20:02:33.581Z | [ recovery-image] Oct 31 20:02:32.476 INFO creating boot archive (CPIO)... |
8473 | 2024-10-31T20:02:33.581Z | [ recovery-image] Oct 31 20:02:32.476 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 |
8474 | 2024-10-31T20:02:33.596Z | [ recovery-image] Oct 31 20:02:32.487 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8475 | 2024-10-31T20:02:33.599Z | [ recovery-image] Oct 31 20:02:32.487 INFO E| + outfile=/work/os-recovery/cpio |
8476 | 2024-10-31T20:02:33.599Z | [ recovery-image] Oct 31 20:02:32.487 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8477 | 2024-10-31T20:02:33.599Z | [ recovery-image] Oct 31 20:02:32.489 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8478 | 2024-10-31T20:02:33.599Z | [ recovery-image] Oct 31 20:02:32.489 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8479 | 2024-10-31T20:02:33.628Z | [ recovery-image] Oct 31 20:02:32.523 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8480 | 2024-10-31T20:02:33.628Z | [ recovery-image] Oct 31 20:02:32.523 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8481 | 2024-10-31T20:02:33.635Z | [ recovery-image] Oct 31 20:02:32.530 INFO creating compressed cpio/unix for nanobl-rs... |
8482 | 2024-10-31T20:02:33.637Z | [ recovery-image] Oct 31 20:02:32.530 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 |
8483 | 2024-10-31T20:02:33.907Z | [ recovery-image] Oct 31 20:02:32.802 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8484 | 2024-10-31T20:02:37.783Z | [ host-image] Oct 31 20:02:36.678 INFO O| adding properties... |
8485 | 2024-10-31T20:02:38.039Z | [ recovery-image] Oct 31 20:02:36.934 INFO creating reset image... |
8486 | 2024-10-31T20:02:38.042Z | [ recovery-image] Oct 31 20:02:36.934 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8487 | 2024-10-31T20:02:38.281Z | [ recovery-image] Oct 31 20:02:37.175 INFO E| Updating crates.io index |
8488 | 2024-10-31T20:02:38.480Z | [ recovery-image] Oct 31 20:02:37.374 INFO E| Downloading crates ... |
8489 | 2024-10-31T20:02:38.568Z | [ recovery-image] Oct 31 20:02:37.462 INFO E| Downloaded shared_child v1.0.1 |
8490 | 2024-10-31T20:02:38.570Z | [ recovery-image] Oct 31 20:02:37.464 INFO E| Downloaded duct v0.13.7 |
8491 | 2024-10-31T20:02:38.573Z | [ recovery-image] Oct 31 20:02:37.466 INFO E| Downloaded os_pipe v1.2.1 |
8492 | 2024-10-31T20:02:38.575Z | [ recovery-image] Oct 31 20:02:37.468 INFO E| Downloaded clap v4.5.17 |
8493 | 2024-10-31T20:02:38.592Z | [ recovery-image] Oct 31 20:02:37.487 INFO E| Downloaded clap_builder v4.5.17 |
8494 | 2024-10-31T20:02:38.628Z | [ recovery-image] Oct 31 20:02:37.523 INFO E| Downloaded libc v0.2.158 |
8495 | 2024-10-31T20:02:38.702Z | [ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling proc-macro2 v1.0.86 |
8496 | 2024-10-31T20:02:38.703Z | [ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling unicode-ident v1.0.13 |
8497 | 2024-10-31T20:02:38.705Z | [ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling libc v0.2.158 |
8498 | 2024-10-31T20:02:38.705Z | [ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling utf8parse v0.2.2 |
8499 | 2024-10-31T20:02:38.705Z | [ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling colorchoice v1.0.2 |
8500 | 2024-10-31T20:02:38.705Z | [ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8501 | 2024-10-31T20:02:38.706Z | [ recovery-image] Oct 31 20:02:37.597 INFO E| Compiling anstyle v1.0.8 |
8502 | 2024-10-31T20:02:38.709Z | [ recovery-image] Oct 31 20:02:37.602 INFO E| Compiling anstyle-query v1.1.1 |
8503 | 2024-10-31T20:02:38.891Z | [ recovery-image] Oct 31 20:02:37.786 INFO E| Compiling anstyle-parse v0.2.5 |
8504 | 2024-10-31T20:02:38.910Z | [ recovery-image] Oct 31 20:02:37.805 INFO E| Compiling strsim v0.11.1 |
8505 | 2024-10-31T20:02:38.915Z | [ recovery-image] Oct 31 20:02:37.810 INFO E| Compiling heck v0.5.0 |
8506 | 2024-10-31T20:02:38.926Z | [ recovery-image] Oct 31 20:02:37.821 INFO E| Compiling clap_lex v0.7.2 |
8507 | 2024-10-31T20:02:38.933Z | [ host-image] Oct 31 20:02:37.828 INFO O| installing packages... |
8508 | 2024-10-31T20:02:38.935Z | [ recovery-image] Oct 31 20:02:37.829 INFO E| Compiling once_cell v1.19.0 |
8509 | 2024-10-31T20:02:39.208Z | [ recovery-image] Oct 31 20:02:38.103 INFO E| Compiling anstream v0.6.15 |
8510 | 2024-10-31T20:02:39.537Z | [ recovery-image] Oct 31 20:02:38.432 INFO E| Compiling clap_builder v4.5.17 |
8511 | 2024-10-31T20:02:40.136Z | [ recovery-image] Oct 31 20:02:39.030 INFO E| Compiling os_pipe v1.2.1 |
8512 | 2024-10-31T20:02:40.136Z | [ recovery-image] Oct 31 20:02:39.031 INFO E| Compiling shared_child v1.0.1 |
8513 | 2024-10-31T20:02:40.149Z | [ recovery-image] Oct 31 20:02:39.044 INFO E| Compiling quote v1.0.37 |
8514 | 2024-10-31T20:02:40.305Z | [ recovery-image] Oct 31 20:02:39.199 INFO E| Compiling duct v0.13.7 |
8515 | 2024-10-31T20:02:40.475Z | [ recovery-image] Oct 31 20:02:39.370 INFO E| Compiling syn v2.0.77 |
8516 | 2024-10-31T20:02:44.413Z | [ recovery-image] Oct 31 20:02:43.307 INFO E| Compiling clap_derive v4.5.13 |
8517 | 2024-10-31T20:02:46.255Z | [ recovery-image] Oct 31 20:02:45.150 INFO E| Compiling clap v4.5.17 |
8518 | 2024-10-31T20:02:46.314Z | [ recovery-image] Oct 31 20:02:45.208 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8519 | 2024-10-31T20:02:47.343Z | [ recovery-image] Oct 31 20:02:46.237 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.24s |
8520 | 2024-10-31T20:02:47.353Z | [ recovery-image] Oct 31 20:02:46.248 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8521 | 2024-10-31T20:02:47.471Z | [ recovery-image] Oct 31 20:02:46.366 INFO E| Updating crates.io index |
8522 | 2024-10-31T20:02:47.539Z | [ recovery-image] Oct 31 20:02:46.433 INFO E| Downloading crates ... |
8523 | 2024-10-31T20:02:47.584Z | [ recovery-image] Oct 31 20:02:46.478 INFO E| Downloaded bitstruct v0.1.1 |
8524 | 2024-10-31T20:02:47.595Z | [ recovery-image] Oct 31 20:02:46.490 INFO E| Downloaded bit_field v0.10.2 |
8525 | 2024-10-31T20:02:47.597Z | [ recovery-image] Oct 31 20:02:46.492 INFO E| Downloaded raw-cpuid v10.7.0 |
8526 | 2024-10-31T20:02:47.601Z | [ recovery-image] Oct 31 20:02:46.495 INFO E| Downloaded seq-macro v0.3.5 |
8527 | 2024-10-31T20:02:47.603Z | [ recovery-image] Oct 31 20:02:46.497 INFO E| Downloaded cpio_reader v0.1.1 |
8528 | 2024-10-31T20:02:47.606Z | [ recovery-image] Oct 31 20:02:46.498 INFO E| Downloaded bitstruct_derive v0.1.0 |
8529 | 2024-10-31T20:02:47.716Z | [ recovery-image] Oct 31 20:02:46.610 INFO E| Downloaded x86 v0.52.0 |
8530 | 2024-10-31T20:02:47.774Z | [ recovery-image] Oct 31 20:02:46.669 INFO E| Updating crates.io index |
8531 | 2024-10-31T20:02:47.832Z | [ recovery-image] Oct 31 20:02:46.726 INFO E| Downloading crates ... |
8532 | 2024-10-31T20:02:47.903Z | [ recovery-image] Oct 31 20:02:46.797 INFO E| Downloaded compiler_builtins v0.1.125 |
8533 | 2024-10-31T20:02:47.933Z | [ recovery-image] Oct 31 20:02:46.827 INFO E| Downloaded unicode-width v0.1.13 |
8534 | 2024-10-31T20:02:47.999Z | [ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling compiler_builtins v0.1.125 |
8535 | 2024-10-31T20:02:47.999Z | [ recovery-image] Oct 31 20:02:46.893 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) |
8536 | 2024-10-31T20:02:48.002Z | [ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling proc-macro2 v1.0.86 |
8537 | 2024-10-31T20:02:48.002Z | [ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling unicode-ident v1.0.13 |
8538 | 2024-10-31T20:02:48.002Z | [ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling syn v1.0.109 |
8539 | 2024-10-31T20:02:48.002Z | [ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling x86 v0.52.0 |
8540 | 2024-10-31T20:02:48.002Z | [ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8541 | 2024-10-31T20:02:48.002Z | [ recovery-image] Oct 31 20:02:46.893 INFO E| Compiling seq-macro v0.3.5 |
8542 | 2024-10-31T20:02:49.081Z | [ recovery-image] Oct 31 20:02:47.975 INFO E| Compiling quote v1.0.37 |
8543 | 2024-10-31T20:02:49.327Z | [ recovery-image] Oct 31 20:02:48.221 INFO E| Compiling syn v2.0.77 |
8544 | 2024-10-31T20:02:51.687Z | [ recovery-image] Oct 31 20:02:50.580 INFO E| Compiling scroll_derive v0.12.0 |
8545 | 2024-10-31T20:02:53.864Z | [ recovery-image] Oct 31 20:02:52.757 INFO E| Compiling bitstruct_derive v0.1.0 |
8546 | 2024-10-31T20:02:56.747Z | [ host-image] Oct 31 20:02:55.640 INFO O| seeding SMF database... |
8547 | 2024-10-31T20:03:04.281Z | [ host-image] Oct 31 20:03:03.174 INFO O| configuring SMF profile... |
8548 | 2024-10-31T20:03:04.284Z | [ host-image] Oct 31 20:03:03.174 INFO O| modifying shadow(5)... |
8549 | 2024-10-31T20:03:04.284Z | [ host-image] Oct 31 20:03:03.175 INFO O| loading user and group database... |
8550 | 2024-10-31T20:03:04.284Z | [ host-image] Oct 31 20:03:03.175 INFO O| assessing packaged files... |
8551 | 2024-10-31T20:03:05.638Z | [ recovery-image] Oct 31 20:03:04.530 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-31T20:03:07.100Z | [ host-image] Oct 31 20:03:05.992 INFO O| creating archive... |
8553 | 2024-10-31T20:03:07.133Z | [ host-image] Oct 31 20:03:06.026 INFO O| missing from packaging: |
8554 | 2024-10-31T20:03:07.133Z | [ host-image] Oct 31 20:03:06.026 INFO O| "etc/.pwd.lock" |
8555 | 2024-10-31T20:03:07.133Z | [ host-image] Oct 31 20:03:06.026 INFO O| "etc/bash" |
8556 | 2024-10-31T20:03:07.138Z | [ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/profile/generic.xml" |
8557 | 2024-10-31T20:03:07.138Z | [ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/profile/inetd_services.xml" |
8558 | 2024-10-31T20:03:07.141Z | [ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/profile/name_service.xml" |
8559 | 2024-10-31T20:03:07.141Z | [ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/profile/platform.xml" |
8560 | 2024-10-31T20:03:07.141Z | [ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8561 | 2024-10-31T20:03:07.141Z | [ host-image] Oct 31 20:03:06.031 INFO O| "etc/svc/repository.db" |
8562 | 2024-10-31T20:03:07.148Z | [ host-image] Oct 31 20:03:06.040 INFO O| "opt/ooce/share" |
8563 | 2024-10-31T20:03:07.151Z | [ host-image] Oct 31 20:03:06.040 INFO O| "opt/ooce/share/man" |
8564 | 2024-10-31T20:03:07.151Z | [ host-image] Oct 31 20:03:06.040 INFO O| "opt/ooce/share/man/man1" |
8565 | 2024-10-31T20:03:07.158Z | [ host-image] Oct 31 20:03:06.051 INFO O| finishing archive... |
8566 | 2024-10-31T20:03:07.328Z | [ recovery-image] Oct 31 20:03:06.221 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) |
8567 | 2024-10-31T20:03:10.119Z | [ host-image] Oct 31 20:03:09.011 INFO O| creating gzonly manifest... |
8568 | 2024-10-31T20:03:10.160Z | [ host-image] Oct 31 20:03:09.053 INFO O| ok |
8569 | 2024-10-31T20:03:10.263Z | [ host-image] Oct 31 20:03:09.155 INFO image builder template: ramdisk-02-trim... |
8570 | 2024-10-31T20:03:10.266Z | [ host-image] Oct 31 20:03:09.155 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/.tmpap0uK3/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 |
8571 | 2024-10-31T20:03:10.286Z | [ host-image] Oct 31 20:03:09.179 INFO O| Oct 31 20:03:09.179 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8572 | 2024-10-31T20:03:10.290Z | [ host-image] Oct 31 20:03:09.183 INFO O| Oct 31 20:03:09.183 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8573 | 2024-10-31T20:03:10.414Z | [ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling bitflags v1.3.2 |
8574 | 2024-10-31T20:03:10.414Z | [ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling adler2 v2.0.0 |
8575 | 2024-10-31T20:03:10.417Z | [ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling plain v0.2.3 |
8576 | 2024-10-31T20:03:10.417Z | [ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling scroll v0.12.0 |
8577 | 2024-10-31T20:03:10.417Z | [ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling bit_field v0.10.2 |
8578 | 2024-10-31T20:03:10.417Z | [ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling log v0.4.22 |
8579 | 2024-10-31T20:03:10.417Z | [ recovery-image] Oct 31 20:03:09.307 INFO E| Compiling static_assertions v1.1.0 |
8580 | 2024-10-31T20:03:10.446Z | [ host-image] Oct 31 20:03:09.338 INFO O| Oct 31 20:03:09.338 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8581 | 2024-10-31T20:03:10.502Z | [ recovery-image] Oct 31 20:03:09.393 INFO E| Compiling raw-cpuid v10.7.0 |
8582 | 2024-10-31T20:03:10.502Z | [ recovery-image] Oct 31 20:03:09.393 INFO E| Compiling cpio_reader v0.1.1 |
8583 | 2024-10-31T20:03:10.548Z | [ host-image] Oct 31 20:03:09.440 INFO O| Oct 31 20:03:09.440 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8584 | 2024-10-31T20:03:10.550Z | [ host-image] Oct 31 20:03:09.440 INFO O| Oct 31 20:03:09.440 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8585 | 2024-10-31T20:03:10.566Z | [ recovery-image] Oct 31 20:03:09.458 INFO E| Compiling miniz_oxide v0.8.0 |
8586 | 2024-10-31T20:03:10.619Z | [ host-image] Oct 31 20:03:09.512 INFO O| Oct 31 20:03:09.512 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8587 | 2024-10-31T20:03:10.627Z | [ host-image] Oct 31 20:03:09.520 INFO O| Oct 31 20:03:09.520 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8588 | 2024-10-31T20:03:10.636Z | [ host-image] Oct 31 20:03:09.528 INFO O| Oct 31 20:03:09.528 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8589 | 2024-10-31T20:03:10.669Z | [ recovery-image] Oct 31 20:03:09.560 INFO E| Compiling bitstruct v0.1.1 |
8590 | 2024-10-31T20:03:10.938Z | [ host-image] Oct 31 20:03:09.830 INFO O| Oct 31 20:03:09.830 INFO rolled back to input snapshot; work may begin |
8591 | 2024-10-31T20:03:10.941Z | [ host-image] Oct 31 20:03:09.830 INFO O| Oct 31 20:03:09.830 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8592 | 2024-10-31T20:03:10.947Z | [ host-image] Oct 31 20:03:09.839 INFO O| Oct 31 20:03:09.839 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8593 | 2024-10-31T20:03:10.963Z | [ host-image] Oct 31 20:03:09.855 INFO O| Oct 31 20:03:09.855 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8594 | 2024-10-31T20:03:10.972Z | [ recovery-image] Oct 31 20:03:09.864 INFO E| Compiling goblin v0.8.2 |
8595 | 2024-10-31T20:03:11.042Z | [ host-image] Oct 31 20:03:09.934 INFO O| Oct 31 20:03:09.934 INFO STEP 0 (remove_files) COMPLETE |
8596 | 2024-10-31T20:03:11.042Z | [ host-image] Oct 31 20:03:09.934 INFO O| Oct 31 20:03:09.934 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8597 | 2024-10-31T20:03:11.061Z | [ host-image] Oct 31 20:03:09.953 INFO O| Oct 31 20:03:09.953 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8598 | 2024-10-31T20:03:11.064Z | [ host-image] Oct 31 20:03:09.956 INFO O| Oct 31 20:03:09.955 INFO STEP 1 (remove_files) COMPLETE |
8599 | 2024-10-31T20:03:11.064Z | [ host-image] Oct 31 20:03:09.956 INFO O| Oct 31 20:03:09.955 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8600 | 2024-10-31T20:03:11.084Z | [ host-image] Oct 31 20:03:09.975 INFO O| Oct 31 20:03:09.975 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8601 | 2024-10-31T20:03:11.107Z | [ host-image] Oct 31 20:03:09.999 INFO O| Oct 31 20:03:09.999 INFO STEP 2 (remove_files) COMPLETE |
8602 | 2024-10-31T20:03:11.107Z | [ host-image] Oct 31 20:03:09.999 INFO O| Oct 31 20:03:09.999 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8603 | 2024-10-31T20:03:11.123Z | [ host-image] Oct 31 20:03:10.015 INFO O| Oct 31 20:03:10.015 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8604 | 2024-10-31T20:03:11.126Z | [ host-image] Oct 31 20:03:10.018 INFO O| Oct 31 20:03:10.018 INFO STEP 3 (remove_files) COMPLETE |
8605 | 2024-10-31T20:03:11.126Z | [ host-image] Oct 31 20:03:10.018 INFO O| Oct 31 20:03:10.018 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8606 | 2024-10-31T20:03:11.140Z | [ host-image] Oct 31 20:03:10.032 INFO O| Oct 31 20:03:10.032 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8607 | 2024-10-31T20:03:11.144Z | [ host-image] Oct 31 20:03:10.036 INFO O| Oct 31 20:03:10.036 INFO STEP 4 (remove_files) COMPLETE |
8608 | 2024-10-31T20:03:11.146Z | [ host-image] Oct 31 20:03:10.036 INFO O| Oct 31 20:03:10.036 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8609 | 2024-10-31T20:03:11.159Z | [ host-image] Oct 31 20:03:10.052 INFO O| Oct 31 20:03:10.052 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8610 | 2024-10-31T20:03:11.163Z | [ host-image] Oct 31 20:03:10.055 INFO O| Oct 31 20:03:10.055 INFO STEP 5 (remove_files) COMPLETE |
8611 | 2024-10-31T20:03:11.163Z | [ host-image] Oct 31 20:03:10.055 INFO O| Oct 31 20:03:10.055 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8612 | 2024-10-31T20:03:11.180Z | [ host-image] Oct 31 20:03:10.072 INFO O| Oct 31 20:03:10.072 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8613 | 2024-10-31T20:03:11.194Z | [ host-image] Oct 31 20:03:10.087 INFO O| Oct 31 20:03:10.087 INFO STEP 6 (remove_files) COMPLETE |
8614 | 2024-10-31T20:03:11.194Z | [ host-image] Oct 31 20:03:10.087 INFO O| Oct 31 20:03:10.087 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8615 | 2024-10-31T20:03:11.212Z | [ host-image] Oct 31 20:03:10.104 INFO O| Oct 31 20:03:10.104 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8616 | 2024-10-31T20:03:11.224Z | [ host-image] Oct 31 20:03:10.116 INFO O| Oct 31 20:03:10.116 INFO STEP 7 (remove_files) COMPLETE |
8617 | 2024-10-31T20:03:11.224Z | [ host-image] Oct 31 20:03:10.116 INFO O| Oct 31 20:03:10.116 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8618 | 2024-10-31T20:03:11.242Z | [ host-image] Oct 31 20:03:10.134 INFO O| Oct 31 20:03:10.134 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8619 | 2024-10-31T20:03:11.316Z | [ host-image] Oct 31 20:03:10.209 INFO O| Oct 31 20:03:10.209 INFO STEP 8 (remove_files) COMPLETE |
8620 | 2024-10-31T20:03:11.317Z | [ host-image] Oct 31 20:03:10.209 INFO O| Oct 31 20:03:10.209 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8621 | 2024-10-31T20:03:11.334Z | [ host-image] Oct 31 20:03:10.226 INFO O| Oct 31 20:03:10.226 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8622 | 2024-10-31T20:03:11.442Z | [ host-image] Oct 31 20:03:10.334 INFO O| Oct 31 20:03:10.334 INFO STEP 9 (remove_files) COMPLETE |
8623 | 2024-10-31T20:03:11.442Z | [ host-image] Oct 31 20:03:10.334 INFO O| Oct 31 20:03:10.334 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8624 | 2024-10-31T20:03:11.459Z | [ host-image] Oct 31 20:03:10.351 INFO O| Oct 31 20:03:10.351 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8625 | 2024-10-31T20:03:11.464Z | [ host-image] Oct 31 20:03:10.357 INFO O| Oct 31 20:03:10.356 INFO STEP 10 (remove_files) COMPLETE |
8626 | 2024-10-31T20:03:11.464Z | [ host-image] Oct 31 20:03:10.357 INFO O| Oct 31 20:03:10.357 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8627 | 2024-10-31T20:03:11.480Z | [ host-image] Oct 31 20:03:10.372 INFO O| Oct 31 20:03:10.372 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8628 | 2024-10-31T20:03:11.484Z | [ host-image] Oct 31 20:03:10.373 INFO O| Oct 31 20:03:10.373 INFO STEP 11 (remove_files) COMPLETE |
8629 | 2024-10-31T20:03:11.484Z | [ host-image] Oct 31 20:03:10.373 INFO O| Oct 31 20:03:10.373 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8630 | 2024-10-31T20:03:11.496Z | [ host-image] Oct 31 20:03:10.388 INFO O| Oct 31 20:03:10.388 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8631 | 2024-10-31T20:03:11.499Z | [ host-image] Oct 31 20:03:10.391 INFO O| Oct 31 20:03:10.391 INFO STEP 12 (remove_files) COMPLETE |
8632 | 2024-10-31T20:03:11.499Z | [ host-image] Oct 31 20:03:10.391 INFO O| Oct 31 20:03:10.391 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8633 | 2024-10-31T20:03:11.536Z | [ host-image] Oct 31 20:03:10.429 INFO O| Oct 31 20:03:10.428 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8634 | 2024-10-31T20:03:11.539Z | [ host-image] Oct 31 20:03:10.429 INFO O| Oct 31 20:03:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8635 | 2024-10-31T20:03:11.539Z | [ host-image] Oct 31 20:03:10.429 INFO O| Oct 31 20:03:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8636 | 2024-10-31T20:03:11.539Z | [ host-image] Oct 31 20:03:10.429 INFO O| Oct 31 20:03:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8637 | 2024-10-31T20:03:11.539Z | [ host-image] Oct 31 20:03:10.429 INFO O| Oct 31 20:03:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8638 | 2024-10-31T20:03:11.539Z | [ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.429 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8639 | 2024-10-31T20:03:11.539Z | [ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8640 | 2024-10-31T20:03:11.539Z | [ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8641 | 2024-10-31T20:03:11.539Z | [ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8642 | 2024-10-31T20:03:11.540Z | [ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8643 | 2024-10-31T20:03:11.540Z | [ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8644 | 2024-10-31T20:03:11.540Z | [ host-image] Oct 31 20:03:10.430 INFO O| Oct 31 20:03:10.430 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8645 | 2024-10-31T20:03:11.540Z | [ host-image] Oct 31 20:03:10.431 INFO O| Oct 31 20:03:10.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8646 | 2024-10-31T20:03:11.540Z | [ host-image] Oct 31 20:03:10.431 INFO O| Oct 31 20:03:10.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8647 | 2024-10-31T20:03:11.540Z | [ host-image] Oct 31 20:03:10.431 INFO O| Oct 31 20:03:10.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8648 | 2024-10-31T20:03:11.542Z | [ host-image] Oct 31 20:03:10.432 INFO O| Oct 31 20:03:10.432 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8649 | 2024-10-31T20:03:11.542Z | [ host-image] Oct 31 20:03:10.434 INFO O| Oct 31 20:03:10.434 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8650 | 2024-10-31T20:03:11.924Z | [ host-image] Oct 31 20:03:10.816 INFO O| Oct 31 20:03:10.816 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8651 | 2024-10-31T20:03:11.929Z | [ host-image] Oct 31 20:03:10.821 INFO O| Oct 31 20:03:10.821 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8652 | 2024-10-31T20:03:11.932Z | [ host-image] Oct 31 20:03:10.823 INFO O| Oct 31 20:03:10.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8653 | 2024-10-31T20:03:11.944Z | [ host-image] Oct 31 20:03:10.837 INFO O| Oct 31 20:03:10.837 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8654 | 2024-10-31T20:03:11.994Z | [ host-image] Oct 31 20:03:10.885 INFO O| Oct 31 20:03:10.885 INFO STEP 13 (remove_files) COMPLETE |
8655 | 2024-10-31T20:03:11.994Z | [ host-image] Oct 31 20:03:10.886 INFO O| Oct 31 20:03:10.885 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8656 | 2024-10-31T20:03:12.009Z | [ host-image] Oct 31 20:03:10.902 INFO O| Oct 31 20:03:10.901 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8657 | 2024-10-31T20:03:12.013Z | [ host-image] Oct 31 20:03:10.903 INFO O| Oct 31 20:03:10.903 INFO STEP 14 (remove_files) COMPLETE |
8658 | 2024-10-31T20:03:12.013Z | [ host-image] Oct 31 20:03:10.903 INFO O| Oct 31 20:03:10.903 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8659 | 2024-10-31T20:03:12.025Z | [ host-image] Oct 31 20:03:10.917 INFO O| Oct 31 20:03:10.917 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8660 | 2024-10-31T20:03:12.031Z | [ host-image] Oct 31 20:03:10.923 INFO O| Oct 31 20:03:10.923 INFO STEP 15 (remove_files) COMPLETE |
8661 | 2024-10-31T20:03:12.031Z | [ host-image] Oct 31 20:03:10.923 INFO O| Oct 31 20:03:10.923 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8662 | 2024-10-31T20:03:12.047Z | [ host-image] Oct 31 20:03:10.939 INFO O| Oct 31 20:03:10.939 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8663 | 2024-10-31T20:03:12.052Z | [ host-image] Oct 31 20:03:10.939 INFO O| Oct 31 20:03:10.939 INFO STEP 16 (remove_files) COMPLETE |
8664 | 2024-10-31T20:03:12.052Z | [ host-image] Oct 31 20:03:10.939 INFO O| Oct 31 20:03:10.939 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8665 | 2024-10-31T20:03:12.059Z | [ host-image] Oct 31 20:03:10.952 INFO O| Oct 31 20:03:10.952 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8666 | 2024-10-31T20:03:12.062Z | [ host-image] Oct 31 20:03:10.953 INFO O| Oct 31 20:03:10.953 INFO STEP 17 (remove_files) COMPLETE |
8667 | 2024-10-31T20:03:12.062Z | [ host-image] Oct 31 20:03:10.953 INFO O| Oct 31 20:03:10.953 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8668 | 2024-10-31T20:03:12.075Z | [ host-image] Oct 31 20:03:10.968 INFO O| Oct 31 20:03:10.968 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8669 | 2024-10-31T20:03:12.078Z | [ host-image] Oct 31 20:03:10.968 INFO O| Oct 31 20:03:10.968 INFO STEP 18 (remove_files) COMPLETE |
8670 | 2024-10-31T20:03:12.078Z | [ host-image] Oct 31 20:03:10.968 INFO O| Oct 31 20:03:10.968 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8671 | 2024-10-31T20:03:12.090Z | [ host-image] Oct 31 20:03:10.982 INFO O| Oct 31 20:03:10.982 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8672 | 2024-10-31T20:03:12.090Z | [ host-image] Oct 31 20:03:10.982 INFO O| Oct 31 20:03:10.982 INFO STEP 19 (remove_files) COMPLETE |
8673 | 2024-10-31T20:03:12.092Z | [ host-image] Oct 31 20:03:10.982 INFO O| Oct 31 20:03:10.982 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8674 | 2024-10-31T20:03:12.104Z | [ host-image] Oct 31 20:03:10.997 INFO O| Oct 31 20:03:10.997 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8675 | 2024-10-31T20:03:12.105Z | [ host-image] Oct 31 20:03:10.997 INFO O| Oct 31 20:03:10.997 INFO STEP 20 (remove_files) COMPLETE |
8676 | 2024-10-31T20:03:12.105Z | [ host-image] Oct 31 20:03:10.997 INFO O| Oct 31 20:03:10.997 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8677 | 2024-10-31T20:03:12.118Z | [ host-image] Oct 31 20:03:11.009 INFO O| Oct 31 20:03:11.009 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8678 | 2024-10-31T20:03:12.118Z | [ host-image] Oct 31 20:03:11.009 INFO O| Oct 31 20:03:11.009 INFO STEP 21 (remove_files) COMPLETE |
8679 | 2024-10-31T20:03:12.118Z | [ host-image] Oct 31 20:03:11.009 INFO O| Oct 31 20:03:11.009 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8680 | 2024-10-31T20:03:12.128Z | [ host-image] Oct 31 20:03:11.020 INFO O| Oct 31 20:03:11.020 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8681 | 2024-10-31T20:03:12.131Z | [ host-image] Oct 31 20:03:11.020 INFO O| Oct 31 20:03:11.020 INFO STEP 22 (remove_files) COMPLETE |
8682 | 2024-10-31T20:03:12.131Z | [ host-image] Oct 31 20:03:11.020 INFO O| Oct 31 20:03:11.020 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8683 | 2024-10-31T20:03:12.138Z | [ host-image] Oct 31 20:03:11.031 INFO O| Oct 31 20:03:11.031 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8684 | 2024-10-31T20:03:12.139Z | [ host-image] Oct 31 20:03:11.031 INFO O| Oct 31 20:03:11.031 INFO STEP 23 (remove_files) COMPLETE |
8685 | 2024-10-31T20:03:12.141Z | [ host-image] Oct 31 20:03:11.031 INFO O| Oct 31 20:03:11.031 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8686 | 2024-10-31T20:03:12.149Z | [ host-image] Oct 31 20:03:11.041 INFO O| Oct 31 20:03:11.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8687 | 2024-10-31T20:03:12.149Z | [ host-image] Oct 31 20:03:11.041 INFO O| Oct 31 20:03:11.041 INFO STEP 24 (remove_files) COMPLETE |
8688 | 2024-10-31T20:03:12.152Z | [ host-image] Oct 31 20:03:11.041 INFO O| Oct 31 20:03:11.041 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8689 | 2024-10-31T20:03:12.159Z | [ host-image] Oct 31 20:03:11.052 INFO O| Oct 31 20:03:11.052 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8690 | 2024-10-31T20:03:12.159Z | [ host-image] Oct 31 20:03:11.052 INFO O| Oct 31 20:03:11.052 INFO STEP 25 (remove_files) COMPLETE |
8691 | 2024-10-31T20:03:12.162Z | [ host-image] Oct 31 20:03:11.052 INFO O| Oct 31 20:03:11.052 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8692 | 2024-10-31T20:03:12.170Z | [ host-image] Oct 31 20:03:11.062 INFO O| Oct 31 20:03:11.062 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8693 | 2024-10-31T20:03:12.170Z | [ host-image] Oct 31 20:03:11.063 INFO O| Oct 31 20:03:11.063 INFO STEP 26 (remove_files) COMPLETE |
8694 | 2024-10-31T20:03:12.173Z | [ host-image] Oct 31 20:03:11.063 INFO O| Oct 31 20:03:11.063 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8695 | 2024-10-31T20:03:12.182Z | [ host-image] Oct 31 20:03:11.074 INFO O| Oct 31 20:03:11.074 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8696 | 2024-10-31T20:03:12.182Z | [ host-image] Oct 31 20:03:11.074 INFO O| Oct 31 20:03:11.074 INFO STEP 27 (remove_files) COMPLETE |
8697 | 2024-10-31T20:03:12.184Z | [ host-image] Oct 31 20:03:11.074 INFO O| Oct 31 20:03:11.074 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8698 | 2024-10-31T20:03:12.197Z | [ host-image] Oct 31 20:03:11.089 INFO O| Oct 31 20:03:11.089 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8699 | 2024-10-31T20:03:12.197Z | [ host-image] Oct 31 20:03:11.089 INFO O| Oct 31 20:03:11.089 INFO STEP 28 (remove_files) COMPLETE |
8700 | 2024-10-31T20:03:12.200Z | [ host-image] Oct 31 20:03:11.089 INFO O| Oct 31 20:03:11.089 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8701 | 2024-10-31T20:03:12.212Z | [ host-image] Oct 31 20:03:11.104 INFO O| Oct 31 20:03:11.104 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8702 | 2024-10-31T20:03:12.212Z | [ host-image] Oct 31 20:03:11.104 INFO O| Oct 31 20:03:11.104 INFO STEP 29 (remove_files) COMPLETE |
8703 | 2024-10-31T20:03:12.214Z | [ host-image] Oct 31 20:03:11.104 INFO O| Oct 31 20:03:11.104 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8704 | 2024-10-31T20:03:12.227Z | [ host-image] Oct 31 20:03:11.119 INFO O| Oct 31 20:03:11.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8705 | 2024-10-31T20:03:12.227Z | [ host-image] Oct 31 20:03:11.119 INFO O| Oct 31 20:03:11.119 INFO STEP 30 (remove_files) COMPLETE |
8706 | 2024-10-31T20:03:12.229Z | [ host-image] Oct 31 20:03:11.119 INFO O| Oct 31 20:03:11.119 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8707 | 2024-10-31T20:03:12.242Z | [ host-image] Oct 31 20:03:11.135 INFO O| Oct 31 20:03:11.135 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8708 | 2024-10-31T20:03:12.245Z | [ host-image] Oct 31 20:03:11.135 INFO O| Oct 31 20:03:11.135 INFO STEP 31 (remove_files) COMPLETE |
8709 | 2024-10-31T20:03:12.245Z | [ host-image] Oct 31 20:03:11.135 INFO O| Oct 31 20:03:11.135 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8710 | 2024-10-31T20:03:12.259Z | [ host-image] Oct 31 20:03:11.151 INFO O| Oct 31 20:03:11.151 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8711 | 2024-10-31T20:03:12.259Z | [ host-image] Oct 31 20:03:11.151 INFO O| Oct 31 20:03:11.151 INFO STEP 32 (remove_files) COMPLETE |
8712 | 2024-10-31T20:03:12.262Z | [ host-image] Oct 31 20:03:11.151 INFO O| Oct 31 20:03:11.151 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8713 | 2024-10-31T20:03:12.272Z | [ host-image] Oct 31 20:03:11.164 INFO O| Oct 31 20:03:11.164 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8714 | 2024-10-31T20:03:12.272Z | [ host-image] Oct 31 20:03:11.164 INFO O| Oct 31 20:03:11.164 INFO STEP 33 (remove_files) COMPLETE |
8715 | 2024-10-31T20:03:12.272Z | [ host-image] Oct 31 20:03:11.164 INFO O| Oct 31 20:03:11.164 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8716 | 2024-10-31T20:03:12.287Z | [ host-image] Oct 31 20:03:11.180 INFO O| Oct 31 20:03:11.180 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8717 | 2024-10-31T20:03:12.290Z | [ host-image] Oct 31 20:03:11.180 INFO O| Oct 31 20:03:11.180 INFO STEP 34 (remove_files) COMPLETE |
8718 | 2024-10-31T20:03:12.290Z | [ host-image] Oct 31 20:03:11.180 INFO O| Oct 31 20:03:11.180 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8719 | 2024-10-31T20:03:12.298Z | [ host-image] Oct 31 20:03:11.191 INFO O| Oct 31 20:03:11.191 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8720 | 2024-10-31T20:03:12.298Z | [ host-image] Oct 31 20:03:11.191 INFO O| Oct 31 20:03:11.191 INFO STEP 35 (remove_files) COMPLETE |
8721 | 2024-10-31T20:03:12.301Z | [ host-image] Oct 31 20:03:11.191 INFO O| Oct 31 20:03:11.191 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8722 | 2024-10-31T20:03:12.309Z | [ host-image] Oct 31 20:03:11.202 INFO O| Oct 31 20:03:11.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8723 | 2024-10-31T20:03:12.309Z | [ host-image] Oct 31 20:03:11.202 INFO O| Oct 31 20:03:11.202 INFO STEP 36 (remove_files) COMPLETE |
8724 | 2024-10-31T20:03:12.309Z | [ host-image] Oct 31 20:03:11.202 INFO O| Oct 31 20:03:11.202 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8725 | 2024-10-31T20:03:12.322Z | [ host-image] Oct 31 20:03:11.215 INFO O| Oct 31 20:03:11.215 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8726 | 2024-10-31T20:03:12.322Z | [ host-image] Oct 31 20:03:11.215 INFO O| Oct 31 20:03:11.215 INFO STEP 37 (remove_files) COMPLETE |
8727 | 2024-10-31T20:03:12.325Z | [ host-image] Oct 31 20:03:11.215 INFO O| Oct 31 20:03:11.215 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8728 | 2024-10-31T20:03:12.339Z | [ host-image] Oct 31 20:03:11.231 INFO O| Oct 31 20:03:11.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8729 | 2024-10-31T20:03:12.339Z | [ host-image] Oct 31 20:03:11.231 INFO O| Oct 31 20:03:11.231 INFO STEP 38 (remove_files) COMPLETE |
8730 | 2024-10-31T20:03:12.340Z | [ host-image] Oct 31 20:03:11.231 INFO O| Oct 31 20:03:11.231 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8731 | 2024-10-31T20:03:12.352Z | [ host-image] Oct 31 20:03:11.245 INFO O| Oct 31 20:03:11.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8732 | 2024-10-31T20:03:12.352Z | [ host-image] Oct 31 20:03:11.245 INFO O| Oct 31 20:03:11.245 INFO STEP 39 (remove_files) COMPLETE |
8733 | 2024-10-31T20:03:12.352Z | [ host-image] Oct 31 20:03:11.245 INFO O| Oct 31 20:03:11.245 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8734 | 2024-10-31T20:03:12.367Z | [ host-image] Oct 31 20:03:11.260 INFO O| Oct 31 20:03:11.259 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8735 | 2024-10-31T20:03:12.370Z | [ host-image] Oct 31 20:03:11.260 INFO O| Oct 31 20:03:11.260 INFO STEP 40 (remove_files) COMPLETE |
8736 | 2024-10-31T20:03:12.370Z | [ host-image] Oct 31 20:03:11.260 INFO O| Oct 31 20:03:11.260 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8737 | 2024-10-31T20:03:12.382Z | [ host-image] Oct 31 20:03:11.274 INFO O| Oct 31 20:03:11.274 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8738 | 2024-10-31T20:03:12.382Z | [ host-image] Oct 31 20:03:11.274 INFO O| Oct 31 20:03:11.274 INFO STEP 41 (remove_files) COMPLETE |
8739 | 2024-10-31T20:03:12.382Z | [ host-image] Oct 31 20:03:11.274 INFO O| Oct 31 20:03:11.274 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8740 | 2024-10-31T20:03:12.398Z | [ host-image] Oct 31 20:03:11.290 INFO O| Oct 31 20:03:11.290 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8741 | 2024-10-31T20:03:12.398Z | [ host-image] Oct 31 20:03:11.290 INFO O| Oct 31 20:03:11.290 INFO STEP 42 (remove_files) COMPLETE |
8742 | 2024-10-31T20:03:12.400Z | [ host-image] Oct 31 20:03:11.290 INFO O| Oct 31 20:03:11.290 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8743 | 2024-10-31T20:03:12.408Z | [ host-image] Oct 31 20:03:11.301 INFO O| Oct 31 20:03:11.300 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8744 | 2024-10-31T20:03:12.408Z | [ host-image] Oct 31 20:03:11.301 INFO O| Oct 31 20:03:11.301 INFO STEP 43 (remove_files) COMPLETE |
8745 | 2024-10-31T20:03:12.411Z | [ host-image] Oct 31 20:03:11.301 INFO O| Oct 31 20:03:11.301 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8746 | 2024-10-31T20:03:12.422Z | [ host-image] Oct 31 20:03:11.314 INFO O| Oct 31 20:03:11.314 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8747 | 2024-10-31T20:03:12.422Z | [ host-image] Oct 31 20:03:11.314 INFO O| Oct 31 20:03:11.314 INFO STEP 44 (remove_files) COMPLETE |
8748 | 2024-10-31T20:03:12.425Z | [ host-image] Oct 31 20:03:11.314 INFO O| Oct 31 20:03:11.314 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8749 | 2024-10-31T20:03:12.435Z | [ host-image] Oct 31 20:03:11.328 INFO O| Oct 31 20:03:11.328 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8750 | 2024-10-31T20:03:12.435Z | [ host-image] Oct 31 20:03:11.328 INFO O| Oct 31 20:03:11.328 INFO STEP 45 (remove_files) COMPLETE |
8751 | 2024-10-31T20:03:12.438Z | [ host-image] Oct 31 20:03:11.328 INFO O| Oct 31 20:03:11.328 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8752 | 2024-10-31T20:03:12.452Z | [ host-image] Oct 31 20:03:11.344 INFO O| Oct 31 20:03:11.344 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8753 | 2024-10-31T20:03:12.452Z | [ host-image] Oct 31 20:03:11.344 INFO O| Oct 31 20:03:11.344 INFO STEP 46 (remove_files) COMPLETE |
8754 | 2024-10-31T20:03:12.455Z | [ host-image] Oct 31 20:03:11.344 INFO O| Oct 31 20:03:11.344 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8755 | 2024-10-31T20:03:12.466Z | [ host-image] Oct 31 20:03:11.358 INFO O| Oct 31 20:03:11.358 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8756 | 2024-10-31T20:03:12.466Z | [ host-image] Oct 31 20:03:11.358 INFO O| Oct 31 20:03:11.358 INFO STEP 47 (remove_files) COMPLETE |
8757 | 2024-10-31T20:03:12.469Z | [ host-image] Oct 31 20:03:11.358 INFO O| Oct 31 20:03:11.358 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8758 | 2024-10-31T20:03:12.486Z | [ host-image] Oct 31 20:03:11.378 INFO O| Oct 31 20:03:11.378 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8759 | 2024-10-31T20:03:12.489Z | [ host-image] Oct 31 20:03:11.379 INFO O| Oct 31 20:03:11.379 INFO STEP 48 (remove_files) COMPLETE |
8760 | 2024-10-31T20:03:12.489Z | [ host-image] Oct 31 20:03:11.379 INFO O| Oct 31 20:03:11.379 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8761 | 2024-10-31T20:03:12.506Z | [ host-image] Oct 31 20:03:11.398 INFO O| Oct 31 20:03:11.398 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8762 | 2024-10-31T20:03:12.506Z | [ host-image] Oct 31 20:03:11.398 INFO O| Oct 31 20:03:11.398 INFO STEP 49 (remove_files) COMPLETE |
8763 | 2024-10-31T20:03:12.506Z | [ host-image] Oct 31 20:03:11.398 INFO O| Oct 31 20:03:11.398 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8764 | 2024-10-31T20:03:12.523Z | [ host-image] Oct 31 20:03:11.415 INFO O| Oct 31 20:03:11.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8765 | 2024-10-31T20:03:12.523Z | [ host-image] Oct 31 20:03:11.415 INFO O| Oct 31 20:03:11.415 INFO STEP 50 (remove_files) COMPLETE |
8766 | 2024-10-31T20:03:12.523Z | [ host-image] Oct 31 20:03:11.415 INFO O| Oct 31 20:03:11.415 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8767 | 2024-10-31T20:03:12.539Z | [ host-image] Oct 31 20:03:11.431 INFO O| Oct 31 20:03:11.431 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8768 | 2024-10-31T20:03:12.539Z | [ host-image] Oct 31 20:03:11.432 INFO O| Oct 31 20:03:11.432 INFO STEP 51 (remove_files) COMPLETE |
8769 | 2024-10-31T20:03:12.539Z | [ host-image] Oct 31 20:03:11.432 INFO O| Oct 31 20:03:11.432 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8770 | 2024-10-31T20:03:12.574Z | [ host-image] Oct 31 20:03:11.466 INFO O| Oct 31 20:03:11.466 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8771 | 2024-10-31T20:03:12.574Z | [ host-image] Oct 31 20:03:11.466 INFO O| Oct 31 20:03:11.466 INFO STEP 52 (remove_files) COMPLETE |
8772 | 2024-10-31T20:03:12.574Z | [ host-image] Oct 31 20:03:11.466 INFO O| Oct 31 20:03:11.466 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8773 | 2024-10-31T20:03:12.593Z | [ host-image] Oct 31 20:03:11.485 INFO O| Oct 31 20:03:11.485 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8774 | 2024-10-31T20:03:12.593Z | [ host-image] Oct 31 20:03:11.485 INFO O| Oct 31 20:03:11.485 INFO STEP 53 (remove_files) COMPLETE |
8775 | 2024-10-31T20:03:12.596Z | [ host-image] Oct 31 20:03:11.485 INFO O| Oct 31 20:03:11.485 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8776 | 2024-10-31T20:03:12.612Z | [ host-image] Oct 31 20:03:11.503 INFO O| Oct 31 20:03:11.503 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8777 | 2024-10-31T20:03:12.612Z | [ host-image] Oct 31 20:03:11.503 INFO O| Oct 31 20:03:11.503 INFO STEP 54 (remove_files) COMPLETE |
8778 | 2024-10-31T20:03:12.612Z | [ host-image] Oct 31 20:03:11.503 INFO O| Oct 31 20:03:11.503 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8779 | 2024-10-31T20:03:12.635Z | [ host-image] Oct 31 20:03:11.526 INFO O| Oct 31 20:03:11.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8780 | 2024-10-31T20:03:12.635Z | [ host-image] Oct 31 20:03:11.526 INFO O| Oct 31 20:03:11.526 INFO STEP 55 (remove_files) COMPLETE |
8781 | 2024-10-31T20:03:12.639Z | [ host-image] Oct 31 20:03:11.526 INFO O| Oct 31 20:03:11.526 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8782 | 2024-10-31T20:03:12.651Z | [ host-image] Oct 31 20:03:11.543 INFO O| Oct 31 20:03:11.543 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8783 | 2024-10-31T20:03:12.651Z | [ host-image] Oct 31 20:03:11.544 INFO O| Oct 31 20:03:11.543 INFO STEP 56 (remove_files) COMPLETE |
8784 | 2024-10-31T20:03:12.654Z | [ host-image] Oct 31 20:03:11.544 INFO O| Oct 31 20:03:11.544 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8785 | 2024-10-31T20:03:12.677Z | [ host-image] Oct 31 20:03:11.569 INFO O| Oct 31 20:03:11.569 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8786 | 2024-10-31T20:03:12.680Z | [ host-image] Oct 31 20:03:11.569 INFO O| Oct 31 20:03:11.569 INFO STEP 57 (remove_files) COMPLETE |
8787 | 2024-10-31T20:03:12.680Z | [ host-image] Oct 31 20:03:11.569 INFO O| Oct 31 20:03:11.569 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8788 | 2024-10-31T20:03:12.693Z | [ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.585 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8789 | 2024-10-31T20:03:12.693Z | [ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8790 | 2024-10-31T20:03:12.696Z | [ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8791 | 2024-10-31T20:03:12.697Z | [ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8792 | 2024-10-31T20:03:12.697Z | [ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8793 | 2024-10-31T20:03:12.697Z | [ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8794 | 2024-10-31T20:03:12.697Z | [ host-image] Oct 31 20:03:11.586 INFO O| Oct 31 20:03:11.586 INFO ok! |
8795 | 2024-10-31T20:03:12.697Z | [ host-image] Oct 31 20:03:11.587 INFO O| Oct 31 20:03:11.586 INFO STEP 58 (ensure_file) COMPLETE |
8796 | 2024-10-31T20:03:12.697Z | [ host-image] Oct 31 20:03:11.587 INFO O| Oct 31 20:03:11.587 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8797 | 2024-10-31T20:03:12.710Z | [ host-image] Oct 31 20:03:11.602 INFO O| Oct 31 20:03:11.602 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8798 | 2024-10-31T20:03:12.710Z | [ host-image] Oct 31 20:03:11.602 INFO O| Oct 31 20:03:11.602 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8799 | 2024-10-31T20:03:12.713Z | [ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8800 | 2024-10-31T20:03:12.713Z | [ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8801 | 2024-10-31T20:03:12.713Z | [ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8802 | 2024-10-31T20:03:12.713Z | [ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8803 | 2024-10-31T20:03:12.713Z | [ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO ok! |
8804 | 2024-10-31T20:03:12.713Z | [ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO STEP 59 (ensure_file) COMPLETE |
8805 | 2024-10-31T20:03:12.713Z | [ host-image] Oct 31 20:03:11.603 INFO O| Oct 31 20:03:11.603 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8806 | 2024-10-31T20:03:12.729Z | [ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8807 | 2024-10-31T20:03:12.729Z | [ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8808 | 2024-10-31T20:03:12.731Z | [ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8809 | 2024-10-31T20:03:12.731Z | [ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO ok! |
8810 | 2024-10-31T20:03:12.731Z | [ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO STEP 60 (ensure_file) COMPLETE |
8811 | 2024-10-31T20:03:12.731Z | [ host-image] Oct 31 20:03:11.620 INFO O| Oct 31 20:03:11.620 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8812 | 2024-10-31T20:03:12.745Z | [ host-image] Oct 31 20:03:11.636 INFO O| Oct 31 20:03:11.636 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8813 | 2024-10-31T20:03:12.745Z | [ host-image] Oct 31 20:03:11.636 INFO O| Oct 31 20:03:11.636 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8814 | 2024-10-31T20:03:12.748Z | [ host-image] Oct 31 20:03:11.637 INFO O| Oct 31 20:03:11.637 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8815 | 2024-10-31T20:03:12.748Z | [ host-image] Oct 31 20:03:11.637 INFO O| Oct 31 20:03:11.637 INFO ok! |
8816 | 2024-10-31T20:03:12.748Z | [ host-image] Oct 31 20:03:11.637 INFO O| Oct 31 20:03:11.637 INFO STEP 61 (ensure_file) COMPLETE |
8817 | 2024-10-31T20:03:12.748Z | [ host-image] Oct 31 20:03:11.637 INFO O| Oct 31 20:03:11.637 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8818 | 2024-10-31T20:03:12.760Z | [ host-image] Oct 31 20:03:11.652 INFO O| Oct 31 20:03:11.652 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8819 | 2024-10-31T20:03:12.762Z | [ host-image] Oct 31 20:03:11.652 INFO O| Oct 31 20:03:11.652 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8820 | 2024-10-31T20:03:12.763Z | [ host-image] Oct 31 20:03:11.653 INFO O| Oct 31 20:03:11.653 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8821 | 2024-10-31T20:03:12.763Z | [ host-image] Oct 31 20:03:11.653 INFO O| Oct 31 20:03:11.653 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8822 | 2024-10-31T20:03:12.763Z | [ host-image] Oct 31 20:03:11.653 INFO O| Oct 31 20:03:11.653 INFO ok! |
8823 | 2024-10-31T20:03:12.763Z | [ host-image] Oct 31 20:03:11.653 INFO O| Oct 31 20:03:11.653 INFO STEP 62 (ensure_file) COMPLETE |
8824 | 2024-10-31T20:03:12.763Z | [ host-image] Oct 31 20:03:11.653 INFO O| Oct 31 20:03:11.653 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8825 | 2024-10-31T20:03:12.776Z | [ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8826 | 2024-10-31T20:03:12.776Z | [ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8827 | 2024-10-31T20:03:12.779Z | [ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8828 | 2024-10-31T20:03:12.779Z | [ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8829 | 2024-10-31T20:03:12.779Z | [ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO ok! |
8830 | 2024-10-31T20:03:12.779Z | [ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO STEP 63 (ensure_file) COMPLETE |
8831 | 2024-10-31T20:03:12.779Z | [ host-image] Oct 31 20:03:11.669 INFO O| Oct 31 20:03:11.669 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8832 | 2024-10-31T20:03:12.807Z | [ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8833 | 2024-10-31T20:03:12.808Z | [ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8834 | 2024-10-31T20:03:12.808Z | [ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8835 | 2024-10-31T20:03:12.808Z | [ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO ok! |
8836 | 2024-10-31T20:03:12.808Z | [ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO STEP 64 (assemble_files) COMPLETE |
8837 | 2024-10-31T20:03:12.808Z | [ host-image] Oct 31 20:03:11.684 INFO O| Oct 31 20:03:11.684 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8838 | 2024-10-31T20:03:12.810Z | [ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.699 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8839 | 2024-10-31T20:03:12.810Z | [ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8840 | 2024-10-31T20:03:12.810Z | [ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8841 | 2024-10-31T20:03:12.810Z | [ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8842 | 2024-10-31T20:03:12.810Z | [ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO ok! |
8843 | 2024-10-31T20:03:12.810Z | [ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO STEP 65 (ensure_file) COMPLETE |
8844 | 2024-10-31T20:03:12.810Z | [ host-image] Oct 31 20:03:11.700 INFO O| Oct 31 20:03:11.700 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8845 | 2024-10-31T20:03:12.823Z | [ host-image] Oct 31 20:03:11.715 INFO O| Oct 31 20:03:11.715 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8846 | 2024-10-31T20:03:12.825Z | [ host-image] Oct 31 20:03:11.715 INFO O| Oct 31 20:03:11.715 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8847 | 2024-10-31T20:03:12.825Z | [ host-image] Oct 31 20:03:11.715 INFO O| Oct 31 20:03:11.715 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8848 | 2024-10-31T20:03:12.825Z | [ host-image] Oct 31 20:03:11.715 INFO O| Oct 31 20:03:11.715 INFO STEP 66 (ensure_dir) COMPLETE |
8849 | 2024-10-31T20:03:12.825Z | [ host-image] Oct 31 20:03:11.715 INFO O| Oct 31 20:03:11.715 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8850 | 2024-10-31T20:03:12.838Z | [ host-image] Oct 31 20:03:11.730 INFO O| Oct 31 20:03:11.730 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8851 | 2024-10-31T20:03:12.838Z | [ host-image] Oct 31 20:03:11.731 INFO O| Oct 31 20:03:11.730 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 ... |
8852 | 2024-10-31T20:03:12.849Z | [ host-image] Oct 31 20:03:11.742 INFO O| Oct 31 20:03:11.741 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 |
8853 | 2024-10-31T20:03:12.849Z | [ host-image] Oct 31 20:03:11.742 INFO O| Oct 31 20:03:11.742 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8854 | 2024-10-31T20:03:12.852Z | [ host-image] Oct 31 20:03:11.742 INFO O| Oct 31 20:03:11.742 INFO ok! |
8855 | 2024-10-31T20:03:12.852Z | [ host-image] Oct 31 20:03:11.742 INFO O| Oct 31 20:03:11.742 INFO STEP 67 (ensure_file) COMPLETE |
8856 | 2024-10-31T20:03:12.852Z | [ host-image] Oct 31 20:03:11.742 INFO O| Oct 31 20:03:11.742 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8857 | 2024-10-31T20:03:12.861Z | [ host-image] Oct 31 20:03:11.753 INFO O| Oct 31 20:03:11.753 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8858 | 2024-10-31T20:03:12.864Z | [ host-image] Oct 31 20:03:11.753 INFO O| Oct 31 20:03:11.753 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 ... |
8859 | 2024-10-31T20:03:12.864Z | [ host-image] Oct 31 20:03:11.754 INFO O| Oct 31 20:03:11.753 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 |
8860 | 2024-10-31T20:03:12.864Z | [ host-image] Oct 31 20:03:11.754 INFO O| Oct 31 20:03:11.754 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8861 | 2024-10-31T20:03:12.864Z | [ host-image] Oct 31 20:03:11.754 INFO O| Oct 31 20:03:11.754 INFO ok! |
8862 | 2024-10-31T20:03:12.864Z | [ host-image] Oct 31 20:03:11.754 INFO O| Oct 31 20:03:11.754 INFO STEP 68 (ensure_file) COMPLETE |
8863 | 2024-10-31T20:03:12.864Z | [ host-image] Oct 31 20:03:11.754 INFO O| Oct 31 20:03:11.754 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8864 | 2024-10-31T20:03:12.876Z | [ host-image] Oct 31 20:03:11.769 INFO O| Oct 31 20:03:11.769 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8865 | 2024-10-31T20:03:12.876Z | [ host-image] Oct 31 20:03:11.769 INFO O| Oct 31 20:03:11.769 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8866 | 2024-10-31T20:03:15.346Z | [ host-image] Oct 31 20:03:14.238 INFO O| Oct 31 20:03:14.238 INFO STEP 69 (pack_tar) COMPLETE |
8867 | 2024-10-31T20:03:15.346Z | [ host-image] Oct 31 20:03:14.238 INFO O| Oct 31 20:03:14.238 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8868 | 2024-10-31T20:03:15.348Z | [ host-image] Oct 31 20:03:14.238 INFO O| Oct 31 20:03:14.238 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8869 | 2024-10-31T20:03:15.677Z | [ host-image] Oct 31 20:03:14.569 INFO O| Oct 31 20:03:14.569 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8870 | 2024-10-31T20:03:15.763Z | [ host-image] Oct 31 20:03:14.655 INFO O| Oct 31 20:03:14.655 INFO completed processing gimlet/ramdisk-02-trim |
8871 | 2024-10-31T20:03:15.766Z | [ host-image] Oct 31 20:03:14.657 INFO image builder template: zfs... |
8872 | 2024-10-31T20:03:15.766Z | [ host-image] Oct 31 20:03:14.657 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/.tmpap0uK3/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 |
8873 | 2024-10-31T20:03:15.779Z | [ host-image] Oct 31 20:03:14.671 INFO O| Oct 31 20:03:14.671 INFO skip include "stress" because feature "stress" is not enabled |
8874 | 2024-10-31T20:03:15.810Z | [ host-image] Oct 31 20:03:14.702 INFO O| Oct 31 20:03:14.702 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8875 | 2024-10-31T20:03:15.813Z | [ host-image] Oct 31 20:03:14.705 INFO O| Oct 31 20:03:14.705 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8876 | 2024-10-31T20:03:15.951Z | [ host-image] Oct 31 20:03:14.843 INFO O| Oct 31 20:03:14.843 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8877 | 2024-10-31T20:03:16.051Z | [ host-image] Oct 31 20:03:14.943 INFO O| Oct 31 20:03:14.943 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8878 | 2024-10-31T20:03:16.054Z | [ host-image] Oct 31 20:03:14.944 INFO O| Oct 31 20:03:14.944 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8879 | 2024-10-31T20:03:16.058Z | [ host-image] Oct 31 20:03:14.948 INFO O| Oct 31 20:03:14.948 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8880 | 2024-10-31T20:03:16.163Z | [ host-image] Oct 31 20:03:15.055 INFO O| Oct 31 20:03:15.055 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8881 | 2024-10-31T20:03:16.230Z | [ host-image] Oct 31 20:03:15.122 INFO O| Oct 31 20:03:15.122 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8882 | 2024-10-31T20:03:16.238Z | [ host-image] Oct 31 20:03:15.130 INFO O| Oct 31 20:03:15.130 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8883 | 2024-10-31T20:03:16.243Z | [ host-image] Oct 31 20:03:15.135 INFO O| Oct 31 20:03:15.135 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8884 | 2024-10-31T20:03:16.246Z | [ host-image] Oct 31 20:03:15.135 INFO O| Oct 31 20:03:15.135 INFO no lofi found |
8885 | 2024-10-31T20:03:16.246Z | [ host-image] Oct 31 20:03:15.135 INFO O| Oct 31 20:03:15.135 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8886 | 2024-10-31T20:03:16.246Z | [ host-image] Oct 31 20:03:15.135 INFO O| Oct 31 20:03:15.135 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8887 | 2024-10-31T20:03:17.104Z | [ recovery-image] Oct 31 20:03:15.993 INFO E| Finished `release` profile [optimized] target(s) in 29.73s |
8888 | 2024-10-31T20:03:17.122Z | [ recovery-image] Oct 31 20:03:16.014 INFO building host image... |
8889 | 2024-10-31T20:03:17.125Z | [ recovery-image] Oct 31 20:03:16.014 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") |
8890 | 2024-10-31T20:03:17.600Z | [ recovery-image] Oct 31 20:03:16.491 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8891 | 2024-10-31T20:03:18.117Z | [ host-image] Oct 31 20:03:17.009 INFO O| Oct 31 20:03:17.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8892 | 2024-10-31T20:03:18.117Z | [ host-image] Oct 31 20:03:17.009 INFO O| Oct 31 20:03:17.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8893 | 2024-10-31T20:03:18.118Z | [ host-image] Oct 31 20:03:17.009 INFO O| Oct 31 20:03:17.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8894 | 2024-10-31T20:03:18.184Z | [ host-image] Oct 31 20:03:17.075 INFO O| Oct 31 20:03:17.075 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8895 | 2024-10-31T20:03:18.184Z | [ host-image] Oct 31 20:03:17.075 INFO O| Oct 31 20:03:17.075 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8896 | 2024-10-31T20:03:18.203Z | [ host-image] Oct 31 20:03:17.093 INFO O| Oct 31 20:03:17.093 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8897 | 2024-10-31T20:03:18.258Z | [ host-image] Oct 31 20:03:17.150 INFO O| Oct 31 20:03:17.150 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8898 | 2024-10-31T20:03:18.294Z | [ host-image] Oct 31 20:03:17.186 INFO O| Oct 31 20:03:17.186 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8899 | 2024-10-31T20:03:18.307Z | [ host-image] Oct 31 20:03:17.199 INFO O| Oct 31 20:03:17.199 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8900 | 2024-10-31T20:03:18.317Z | [ host-image] Oct 31 20:03:17.209 INFO O| Oct 31 20:03:17.209 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8901 | 2024-10-31T20:03:18.361Z | [ host-image] Oct 31 20:03:17.253 INFO O| Oct 31 20:03:17.253 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8902 | 2024-10-31T20:03:18.363Z | [ host-image] Oct 31 20:03:17.253 INFO O| Oct 31 20:03:17.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8903 | 2024-10-31T20:03:18.363Z | [ host-image] Oct 31 20:03:17.253 INFO O| Oct 31 20:03:17.253 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8904 | 2024-10-31T20:03:18.374Z | [ host-image] Oct 31 20:03:17.265 INFO O| Oct 31 20:03:17.265 INFO boot environment UUID: 2563ada4-1a96-48a2-b861-ea39a82f32d8 |
8905 | 2024-10-31T20:03:18.377Z | [ host-image] Oct 31 20:03:17.265 INFO O| Oct 31 20:03:17.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 2563ada4-1a96-48a2-b861-ea39a82f32d8 |
8906 | 2024-10-31T20:03:18.383Z | [ host-image] Oct 31 20:03:17.275 INFO O| Oct 31 20:03:17.275 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8907 | 2024-10-31T20:03:18.393Z | [ host-image] Oct 31 20:03:17.285 INFO O| Oct 31 20:03:17.285 INFO STEP 0 (create_be) COMPLETE |
8908 | 2024-10-31T20:03:18.393Z | [ host-image] Oct 31 20:03:17.285 INFO O| Oct 31 20:03:17.285 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8909 | 2024-10-31T20:03:18.407Z | [ host-image] Oct 31 20:03:17.299 INFO O| Oct 31 20:03:17.299 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8910 | 2024-10-31T20:03:19.230Z | [ recovery-image] Oct 31 20:03:18.121 INFO image complete! materials are in "/work/os-recovery" |
8911 | 2024-10-31T20:03:19.233Z | [ recovery-image] |
8912 | 2024-10-31T20:03:19.236Z | [ recovery-image] real 8:02.863887265 |
8913 | 2024-10-31T20:03:19.236Z | [ recovery-image] user 5:14.924808194 |
8914 | 2024-10-31T20:03:19.236Z | [ recovery-image] sys 49.407394049 |
8915 | 2024-10-31T20:03:19.236Z | [ recovery-image] trap 0.200279484 |
8916 | 2024-10-31T20:03:19.236Z | [ recovery-image] tflt 0.277467163 |
8917 | 2024-10-31T20:03:19.236Z | [ recovery-image] dflt 1.169047452 |
8918 | 2024-10-31T20:03:19.236Z | [ recovery-image] kflt 0.000324960 |
8919 | 2024-10-31T20:03:19.236Z | [ recovery-image] lock 16:47.501182210 |
8920 | 2024-10-31T20:03:19.236Z | [ recovery-image] slp 49:12.289890624 |
8921 | 2024-10-31T20:03:19.236Z | [ recovery-image] lat 1:19.963598717 |
8922 | 2024-10-31T20:03:19.236Z | [ recovery-image] stop 2.739602856 |
8923 | 2024-10-31T20:03:19.236Z | Oct 31 20:03:18.126 INFO [recovery-image] process exited with exit status: 0 (482.9291525s) |
8924 | 2024-10-31T20:03:37.760Z | [ host-image] Oct 31 20:03:36.649 INFO O| Oct 31 20:03:36.649 INFO STEP 1 (unpack_tar) COMPLETE |
8925 | 2024-10-31T20:03:37.760Z | [ host-image] Oct 31 20:03:36.649 INFO O| Oct 31 20:03:36.649 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8926 | 2024-10-31T20:03:37.771Z | [ host-image] Oct 31 20:03:36.660 INFO O| Oct 31 20:03:36.660 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8927 | 2024-10-31T20:03:38.109Z | [ host-image] Oct 31 20:03:36.998 INFO O| Oct 31 20:03:36.998 INFO STEP 2 (devfsadm) COMPLETE |
8928 | 2024-10-31T20:03:38.112Z | [ host-image] Oct 31 20:03:36.998 INFO O| Oct 31 20:03:36.998 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8929 | 2024-10-31T20:03:38.119Z | [ host-image] Oct 31 20:03:37.009 INFO O| Oct 31 20:03:37.009 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8930 | 2024-10-31T20:03:38.119Z | [ host-image] Oct 31 20:03:37.009 INFO O| Oct 31 20:03:37.009 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8931 | 2024-10-31T20:03:38.119Z | [ host-image] Oct 31 20:03:37.009 INFO O| Oct 31 20:03:37.009 INFO STEP 3 (ensure_dir) COMPLETE |
8932 | 2024-10-31T20:03:38.122Z | [ host-image] Oct 31 20:03:37.009 INFO O| Oct 31 20:03:37.009 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8933 | 2024-10-31T20:03:38.129Z | [ host-image] Oct 31 20:03:37.019 INFO O| Oct 31 20:03:37.019 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8934 | 2024-10-31T20:03:38.129Z | [ host-image] Oct 31 20:03:37.019 INFO O| Oct 31 20:03:37.019 INFO STEP 4 (ensure_dir) COMPLETE |
8935 | 2024-10-31T20:03:38.131Z | [ host-image] Oct 31 20:03:37.019 INFO O| Oct 31 20:03:37.019 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8936 | 2024-10-31T20:03:38.137Z | [ host-image] Oct 31 20:03:37.028 INFO O| Oct 31 20:03:37.028 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8937 | 2024-10-31T20:03:38.137Z | [ host-image] Oct 31 20:03:37.028 INFO O| Oct 31 20:03:37.028 INFO STEP 5 (ensure_dir) COMPLETE |
8938 | 2024-10-31T20:03:38.141Z | [ host-image] Oct 31 20:03:37.028 INFO O| Oct 31 20:03:37.028 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8939 | 2024-10-31T20:03:38.148Z | [ host-image] Oct 31 20:03:37.037 INFO O| Oct 31 20:03:37.037 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8940 | 2024-10-31T20:03:38.151Z | [ host-image] Oct 31 20:03:37.037 INFO O| Oct 31 20:03:37.037 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8941 | 2024-10-31T20:03:38.151Z | [ host-image] Oct 31 20:03:37.037 INFO O| Oct 31 20:03:37.037 INFO STEP 6 (ensure_dir) COMPLETE |
8942 | 2024-10-31T20:03:38.151Z | [ host-image] Oct 31 20:03:37.037 INFO O| Oct 31 20:03:37.037 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8943 | 2024-10-31T20:03:38.156Z | [ host-image] Oct 31 20:03:37.046 INFO O| Oct 31 20:03:37.046 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8944 | 2024-10-31T20:03:38.156Z | [ host-image] Oct 31 20:03:37.046 INFO O| Oct 31 20:03:37.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8945 | 2024-10-31T20:03:38.159Z | [ host-image] Oct 31 20:03:37.046 INFO O| Oct 31 20:03:37.046 INFO STEP 7 (ensure_dir) COMPLETE |
8946 | 2024-10-31T20:03:38.159Z | [ host-image] Oct 31 20:03:37.046 INFO O| Oct 31 20:03:37.046 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8947 | 2024-10-31T20:03:38.165Z | [ host-image] Oct 31 20:03:37.055 INFO O| Oct 31 20:03:37.055 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8948 | 2024-10-31T20:03:38.172Z | [ host-image] Oct 31 20:03:37.056 INFO O| Oct 31 20:03:37.056 INFO STEP 8 (remove_files) COMPLETE |
8949 | 2024-10-31T20:03:38.172Z | [ host-image] Oct 31 20:03:37.056 INFO O| Oct 31 20:03:37.056 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8950 | 2024-10-31T20:03:38.200Z | [ host-image] Oct 31 20:03:37.065 INFO O| Oct 31 20:03:37.065 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8951 | 2024-10-31T20:03:38.200Z | [ host-image] Oct 31 20:03:37.065 INFO O| Oct 31 20:03:37.065 INFO STEP 9 (remove_files) COMPLETE |
8952 | 2024-10-31T20:03:38.200Z | [ host-image] Oct 31 20:03:37.065 INFO O| Oct 31 20:03:37.065 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8953 | 2024-10-31T20:03:38.212Z | [ host-image] Oct 31 20:03:37.074 INFO O| Oct 31 20:03:37.074 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8954 | 2024-10-31T20:03:38.212Z | [ host-image] Oct 31 20:03:37.075 INFO O| Oct 31 20:03:37.075 INFO STEP 10 (remove_files) COMPLETE |
8955 | 2024-10-31T20:03:38.212Z | [ host-image] Oct 31 20:03:37.075 INFO O| Oct 31 20:03:37.075 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8956 | 2024-10-31T20:03:38.212Z | [ host-image] Oct 31 20:03:37.084 INFO O| Oct 31 20:03:37.084 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8957 | 2024-10-31T20:03:38.212Z | [ host-image] Oct 31 20:03:37.084 INFO O| Oct 31 20:03:37.084 INFO STEP 11 (remove_files) COMPLETE |
8958 | 2024-10-31T20:03:38.213Z | [ host-image] Oct 31 20:03:37.084 INFO O| Oct 31 20:03:37.084 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8959 | 2024-10-31T20:03:38.213Z | [ host-image] Oct 31 20:03:37.093 INFO O| Oct 31 20:03:37.093 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8960 | 2024-10-31T20:03:38.213Z | [ host-image] Oct 31 20:03:37.093 INFO O| Oct 31 20:03:37.093 INFO STEP 12 (remove_files) COMPLETE |
8961 | 2024-10-31T20:03:38.213Z | [ host-image] Oct 31 20:03:37.094 INFO O| Oct 31 20:03:37.093 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8962 | 2024-10-31T20:03:38.217Z | [ host-image] Oct 31 20:03:37.103 INFO O| Oct 31 20:03:37.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8963 | 2024-10-31T20:03:38.217Z | [ host-image] Oct 31 20:03:37.103 INFO O| Oct 31 20:03:37.103 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8964 | 2024-10-31T20:03:38.217Z | [ host-image] Oct 31 20:03:37.103 INFO O| Oct 31 20:03:37.103 INFO STEP 13 (ensure_dir) COMPLETE |
8965 | 2024-10-31T20:03:38.217Z | [ host-image] Oct 31 20:03:37.103 INFO O| Oct 31 20:03:37.103 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8966 | 2024-10-31T20:03:38.223Z | [ host-image] Oct 31 20:03:37.112 INFO O| Oct 31 20:03:37.112 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8967 | 2024-10-31T20:03:38.223Z | [ host-image] Oct 31 20:03:37.112 INFO O| Oct 31 20:03:37.112 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8968 | 2024-10-31T20:03:38.226Z | [ host-image] Oct 31 20:03:37.113 INFO O| Oct 31 20:03:37.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8969 | 2024-10-31T20:03:38.226Z | [ host-image] Oct 31 20:03:37.113 INFO O| Oct 31 20:03:37.113 INFO STEP 14 (ensure_dir) COMPLETE |
8970 | 2024-10-31T20:03:38.226Z | [ host-image] Oct 31 20:03:37.113 INFO O| Oct 31 20:03:37.113 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8971 | 2024-10-31T20:03:38.232Z | [ host-image] Oct 31 20:03:37.122 INFO O| Oct 31 20:03:37.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8972 | 2024-10-31T20:03:38.232Z | [ host-image] Oct 31 20:03:37.122 INFO O| Oct 31 20:03:37.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8973 | 2024-10-31T20:03:38.232Z | [ host-image] Oct 31 20:03:37.122 INFO O| Oct 31 20:03:37.122 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8974 | 2024-10-31T20:03:38.235Z | [ host-image] Oct 31 20:03:37.122 INFO O| Oct 31 20:03:37.122 INFO STEP 15 (ensure_dir) COMPLETE |
8975 | 2024-10-31T20:03:38.235Z | [ host-image] Oct 31 20:03:37.122 INFO O| Oct 31 20:03:37.122 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8976 | 2024-10-31T20:03:38.241Z | [ host-image] Oct 31 20:03:37.131 INFO O| Oct 31 20:03:37.131 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8977 | 2024-10-31T20:03:38.251Z | [ host-image] Oct 31 20:03:37.131 INFO O| Oct 31 20:03:37.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8978 | 2024-10-31T20:03:38.251Z | [ host-image] Oct 31 20:03:37.131 INFO O| Oct 31 20:03:37.131 INFO STEP 16 (ensure_dir) COMPLETE |
8979 | 2024-10-31T20:03:38.251Z | [ host-image] Oct 31 20:03:37.131 INFO O| Oct 31 20:03:37.131 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8980 | 2024-10-31T20:03:38.251Z | [ host-image] Oct 31 20:03:37.140 INFO O| Oct 31 20:03:37.140 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8981 | 2024-10-31T20:03:38.251Z | [ host-image] Oct 31 20:03:37.140 INFO O| Oct 31 20:03:37.140 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8982 | 2024-10-31T20:03:38.251Z | [ host-image] Oct 31 20:03:37.140 INFO O| Oct 31 20:03:37.140 INFO STEP 17 (ensure_dir) COMPLETE |
8983 | 2024-10-31T20:03:38.251Z | [ host-image] Oct 31 20:03:37.140 INFO O| Oct 31 20:03:37.140 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8984 | 2024-10-31T20:03:38.259Z | [ host-image] Oct 31 20:03:37.150 INFO O| Oct 31 20:03:37.150 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8985 | 2024-10-31T20:03:38.262Z | [ host-image] Oct 31 20:03:37.150 INFO O| Oct 31 20:03:37.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8986 | 2024-10-31T20:03:38.262Z | [ host-image] Oct 31 20:03:37.150 INFO O| Oct 31 20:03:37.150 INFO ok! |
8987 | 2024-10-31T20:03:38.262Z | [ host-image] Oct 31 20:03:37.150 INFO O| Oct 31 20:03:37.150 INFO STEP 18 (ensure_symlink) COMPLETE |
8988 | 2024-10-31T20:03:38.262Z | [ host-image] Oct 31 20:03:37.150 INFO O| Oct 31 20:03:37.150 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8989 | 2024-10-31T20:03:38.269Z | [ host-image] Oct 31 20:03:37.159 INFO O| Oct 31 20:03:37.159 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8990 | 2024-10-31T20:03:38.269Z | [ host-image] Oct 31 20:03:37.159 INFO O| Oct 31 20:03:37.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8991 | 2024-10-31T20:03:38.269Z | [ host-image] Oct 31 20:03:37.159 INFO O| Oct 31 20:03:37.159 INFO ok! |
8992 | 2024-10-31T20:03:38.269Z | [ host-image] Oct 31 20:03:37.159 INFO O| Oct 31 20:03:37.159 INFO STEP 19 (ensure_file) COMPLETE |
8993 | 2024-10-31T20:03:38.273Z | [ host-image] Oct 31 20:03:37.159 INFO O| Oct 31 20:03:37.159 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8994 | 2024-10-31T20:03:38.278Z | [ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8995 | 2024-10-31T20:03:38.278Z | [ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8996 | 2024-10-31T20:03:38.280Z | [ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8997 | 2024-10-31T20:03:38.280Z | [ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO ok! |
8998 | 2024-10-31T20:03:38.281Z | [ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO STEP 20 (ensure_symlink) COMPLETE |
8999 | 2024-10-31T20:03:38.281Z | [ host-image] Oct 31 20:03:37.168 INFO O| Oct 31 20:03:37.168 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9000 | 2024-10-31T20:03:38.288Z | [ host-image] Oct 31 20:03:37.177 INFO O| Oct 31 20:03:37.177 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9001 | 2024-10-31T20:03:38.288Z | [ host-image] Oct 31 20:03:37.178 INFO O| Oct 31 20:03:37.177 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9002 | 2024-10-31T20:03:38.293Z | [ host-image] Oct 31 20:03:37.178 INFO O| Oct 31 20:03:37.178 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9003 | 2024-10-31T20:03:38.293Z | [ host-image] Oct 31 20:03:37.178 INFO O| Oct 31 20:03:37.178 INFO ok! |
9004 | 2024-10-31T20:03:38.293Z | [ host-image] Oct 31 20:03:37.178 INFO O| Oct 31 20:03:37.178 INFO STEP 21 (ensure_symlink) COMPLETE |
9005 | 2024-10-31T20:03:38.293Z | [ host-image] Oct 31 20:03:37.178 INFO O| Oct 31 20:03:37.178 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9006 | 2024-10-31T20:03:38.299Z | [ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9007 | 2024-10-31T20:03:38.299Z | [ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9008 | 2024-10-31T20:03:38.299Z | [ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9009 | 2024-10-31T20:03:38.300Z | [ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO ok! |
9010 | 2024-10-31T20:03:38.300Z | [ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO STEP 22 (ensure_symlink) COMPLETE |
9011 | 2024-10-31T20:03:38.300Z | [ host-image] Oct 31 20:03:37.187 INFO O| Oct 31 20:03:37.187 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9012 | 2024-10-31T20:03:38.308Z | [ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9013 | 2024-10-31T20:03:38.314Z | [ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9014 | 2024-10-31T20:03:38.314Z | [ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9015 | 2024-10-31T20:03:38.315Z | [ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO ok! |
9016 | 2024-10-31T20:03:38.315Z | [ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO STEP 23 (ensure_symlink) COMPLETE |
9017 | 2024-10-31T20:03:38.315Z | [ host-image] Oct 31 20:03:37.196 INFO O| Oct 31 20:03:37.196 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9018 | 2024-10-31T20:03:38.319Z | [ host-image] Oct 31 20:03:37.205 INFO O| Oct 31 20:03:37.205 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9019 | 2024-10-31T20:03:38.319Z | [ host-image] Oct 31 20:03:37.206 INFO O| Oct 31 20:03:37.206 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9020 | 2024-10-31T20:03:38.320Z | [ host-image] Oct 31 20:03:37.206 INFO O| Oct 31 20:03:37.206 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9021 | 2024-10-31T20:03:38.320Z | [ host-image] Oct 31 20:03:37.206 INFO O| Oct 31 20:03:37.206 INFO ok! |
9022 | 2024-10-31T20:03:38.320Z | [ host-image] Oct 31 20:03:37.206 INFO O| Oct 31 20:03:37.206 INFO STEP 24 (ensure_file) COMPLETE |
9023 | 2024-10-31T20:03:38.321Z | [ host-image] Oct 31 20:03:37.206 INFO O| Oct 31 20:03:37.206 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9024 | 2024-10-31T20:03:38.326Z | [ host-image] Oct 31 20:03:37.215 INFO O| Oct 31 20:03:37.215 INFO updating shadow file |
9025 | 2024-10-31T20:03:38.330Z | [ host-image] Oct 31 20:03:37.215 INFO O| Oct 31 20:03:37.215 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9026 | 2024-10-31T20:03:38.330Z | [ host-image] Oct 31 20:03:37.215 INFO O| Oct 31 20:03:37.215 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9027 | 2024-10-31T20:03:38.330Z | [ host-image] Oct 31 20:03:37.215 INFO O| Oct 31 20:03:37.215 INFO STEP 25 (shadow) COMPLETE |
9028 | 2024-10-31T20:03:38.331Z | [ host-image] Oct 31 20:03:37.215 INFO O| Oct 31 20:03:37.215 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9029 | 2024-10-31T20:03:38.336Z | [ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9030 | 2024-10-31T20:03:38.336Z | [ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9031 | 2024-10-31T20:03:38.336Z | [ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9032 | 2024-10-31T20:03:38.336Z | [ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 INFO ok! |
9033 | 2024-10-31T20:03:38.336Z | [ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 INFO STEP 26 (ensure_file) COMPLETE |
9034 | 2024-10-31T20:03:38.336Z | [ host-image] Oct 31 20:03:37.225 INFO O| Oct 31 20:03:37.225 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9035 | 2024-10-31T20:03:38.346Z | [ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9036 | 2024-10-31T20:03:38.346Z | [ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9037 | 2024-10-31T20:03:38.352Z | [ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9038 | 2024-10-31T20:03:38.352Z | [ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO ok! |
9039 | 2024-10-31T20:03:38.352Z | [ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO STEP 27 (ensure_file) COMPLETE |
9040 | 2024-10-31T20:03:38.352Z | [ host-image] Oct 31 20:03:37.234 INFO O| Oct 31 20:03:37.234 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9041 | 2024-10-31T20:03:38.363Z | [ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9042 | 2024-10-31T20:03:38.364Z | [ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9043 | 2024-10-31T20:03:38.364Z | [ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9044 | 2024-10-31T20:03:38.364Z | [ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9045 | 2024-10-31T20:03:38.364Z | [ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO ok! |
9046 | 2024-10-31T20:03:38.364Z | [ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO STEP 28 (ensure_file) COMPLETE |
9047 | 2024-10-31T20:03:38.364Z | [ host-image] Oct 31 20:03:37.244 INFO O| Oct 31 20:03:37.244 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9048 | 2024-10-31T20:03:38.369Z | [ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9049 | 2024-10-31T20:03:38.369Z | [ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9050 | 2024-10-31T20:03:38.369Z | [ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9051 | 2024-10-31T20:03:38.369Z | [ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO ok! |
9052 | 2024-10-31T20:03:38.370Z | [ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO STEP 29 (ensure_file) COMPLETE |
9053 | 2024-10-31T20:03:38.370Z | [ host-image] Oct 31 20:03:37.253 INFO O| Oct 31 20:03:37.253 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9054 | 2024-10-31T20:03:38.385Z | [ host-image] Oct 31 20:03:37.262 INFO O| Oct 31 20:03:37.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9055 | 2024-10-31T20:03:38.385Z | [ host-image] Oct 31 20:03:37.262 INFO O| Oct 31 20:03:37.262 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9056 | 2024-10-31T20:03:38.385Z | [ host-image] Oct 31 20:03:37.263 INFO O| Oct 31 20:03:37.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9057 | 2024-10-31T20:03:38.385Z | [ host-image] Oct 31 20:03:37.263 INFO O| Oct 31 20:03:37.263 INFO ok! |
9058 | 2024-10-31T20:03:38.385Z | [ host-image] Oct 31 20:03:37.263 INFO O| Oct 31 20:03:37.263 INFO STEP 30 (ensure_file) COMPLETE |
9059 | 2024-10-31T20:03:38.386Z | [ host-image] Oct 31 20:03:37.263 INFO O| Oct 31 20:03:37.263 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9060 | 2024-10-31T20:03:38.414Z | [ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9061 | 2024-10-31T20:03:38.414Z | [ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9062 | 2024-10-31T20:03:38.414Z | [ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9063 | 2024-10-31T20:03:38.415Z | [ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9064 | 2024-10-31T20:03:38.415Z | [ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO ok! |
9065 | 2024-10-31T20:03:38.415Z | [ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO STEP 31 (ensure_file) COMPLETE |
9066 | 2024-10-31T20:03:38.416Z | [ host-image] Oct 31 20:03:37.272 INFO O| Oct 31 20:03:37.272 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9067 | 2024-10-31T20:03:38.416Z | [ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9068 | 2024-10-31T20:03:38.417Z | [ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9069 | 2024-10-31T20:03:38.417Z | [ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9070 | 2024-10-31T20:03:38.417Z | [ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 INFO ok! |
9071 | 2024-10-31T20:03:38.417Z | [ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 INFO STEP 32 (ensure_file) COMPLETE |
9072 | 2024-10-31T20:03:38.417Z | [ host-image] Oct 31 20:03:37.281 INFO O| Oct 31 20:03:37.281 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9073 | 2024-10-31T20:03:38.427Z | [ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9074 | 2024-10-31T20:03:38.428Z | [ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9075 | 2024-10-31T20:03:38.428Z | [ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9076 | 2024-10-31T20:03:38.428Z | [ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 INFO ok! |
9077 | 2024-10-31T20:03:38.428Z | [ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 INFO STEP 33 (ensure_file) COMPLETE |
9078 | 2024-10-31T20:03:38.428Z | [ host-image] Oct 31 20:03:37.291 INFO O| Oct 31 20:03:37.291 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9079 | 2024-10-31T20:03:38.428Z | [ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9080 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9081 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9082 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9083 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9084 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9085 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO ok! |
9086 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO STEP 34 (ensure_file) COMPLETE |
9087 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.300 INFO O| Oct 31 20:03:37.300 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9088 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.309 INFO O| Oct 31 20:03:37.309 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9089 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.310 INFO O| Oct 31 20:03:37.310 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9090 | 2024-10-31T20:03:38.429Z | [ host-image] Oct 31 20:03:37.310 INFO O| Oct 31 20:03:37.310 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9091 | 2024-10-31T20:03:38.430Z | [ host-image] Oct 31 20:03:37.310 INFO O| Oct 31 20:03:37.310 INFO STEP 35 (ensure_dir) COMPLETE |
9092 | 2024-10-31T20:03:38.430Z | [ host-image] Oct 31 20:03:37.310 INFO O| Oct 31 20:03:37.310 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9093 | 2024-10-31T20:03:38.434Z | [ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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 |
9094 | 2024-10-31T20:03:38.434Z | [ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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 ... |
9095 | 2024-10-31T20:03:38.434Z | [ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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 |
9096 | 2024-10-31T20:03:38.434Z | [ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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 |
9097 | 2024-10-31T20:03:38.434Z | [ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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 |
9098 | 2024-10-31T20:03:38.435Z | [ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 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 |
9099 | 2024-10-31T20:03:38.435Z | [ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 INFO ok! |
9100 | 2024-10-31T20:03:38.435Z | [ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 INFO STEP 36 (ensure_file) COMPLETE |
9101 | 2024-10-31T20:03:38.435Z | [ host-image] Oct 31 20:03:37.319 INFO O| Oct 31 20:03:37.319 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9102 | 2024-10-31T20:03:38.439Z | [ host-image] Oct 31 20:03:37.328 INFO O| Oct 31 20:03:37.328 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9103 | 2024-10-31T20:03:38.444Z | [ host-image] Oct 31 20:03:37.328 INFO O| Oct 31 20:03:37.328 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 ... |
9104 | 2024-10-31T20:03:38.444Z | [ host-image] Oct 31 20:03:37.329 INFO O| Oct 31 20:03:37.329 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9105 | 2024-10-31T20:03:38.444Z | [ host-image] Oct 31 20:03:37.329 INFO O| Oct 31 20:03:37.329 INFO ok! |
9106 | 2024-10-31T20:03:38.444Z | [ host-image] Oct 31 20:03:37.329 INFO O| Oct 31 20:03:37.329 INFO STEP 37 (ensure_symlink) COMPLETE |
9107 | 2024-10-31T20:03:38.445Z | [ host-image] Oct 31 20:03:37.329 INFO O| Oct 31 20:03:37.329 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9108 | 2024-10-31T20:03:38.451Z | [ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9109 | 2024-10-31T20:03:38.451Z | [ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9110 | 2024-10-31T20:03:38.451Z | [ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9111 | 2024-10-31T20:03:38.451Z | [ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9112 | 2024-10-31T20:03:38.451Z | [ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9113 | 2024-10-31T20:03:38.451Z | [ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9114 | 2024-10-31T20:03:38.451Z | [ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO ok! |
9115 | 2024-10-31T20:03:38.451Z | [ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO STEP 38 (ensure_file) COMPLETE |
9116 | 2024-10-31T20:03:38.451Z | [ host-image] Oct 31 20:03:37.338 INFO O| Oct 31 20:03:37.338 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9117 | 2024-10-31T20:03:38.460Z | [ host-image] Oct 31 20:03:37.347 INFO O| Oct 31 20:03:37.347 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9118 | 2024-10-31T20:03:38.460Z | [ host-image] Oct 31 20:03:37.347 INFO O| Oct 31 20:03:37.347 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 ... |
9119 | 2024-10-31T20:03:38.473Z | [ host-image] Oct 31 20:03:37.347 INFO O| Oct 31 20:03:37.347 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 |
9120 | 2024-10-31T20:03:38.473Z | [ host-image] Oct 31 20:03:37.348 INFO O| Oct 31 20:03:37.347 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9121 | 2024-10-31T20:03:38.473Z | [ host-image] Oct 31 20:03:37.348 INFO O| Oct 31 20:03:37.348 INFO ok! |
9122 | 2024-10-31T20:03:38.473Z | [ host-image] Oct 31 20:03:37.348 INFO O| Oct 31 20:03:37.348 INFO STEP 39 (ensure_file) COMPLETE |
9123 | 2024-10-31T20:03:38.474Z | [ host-image] Oct 31 20:03:37.348 INFO O| Oct 31 20:03:37.348 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9124 | 2024-10-31T20:03:38.485Z | [ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9125 | 2024-10-31T20:03:38.485Z | [ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9126 | 2024-10-31T20:03:38.485Z | [ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9127 | 2024-10-31T20:03:38.485Z | [ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO ok! |
9128 | 2024-10-31T20:03:38.486Z | [ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO STEP 40 (ensure_file) COMPLETE |
9129 | 2024-10-31T20:03:38.486Z | [ host-image] Oct 31 20:03:37.357 INFO O| Oct 31 20:03:37.357 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9130 | 2024-10-31T20:03:38.487Z | [ host-image] Oct 31 20:03:37.366 INFO O| Oct 31 20:03:37.366 INFO updating shadow file |
9131 | 2024-10-31T20:03:38.487Z | [ host-image] Oct 31 20:03:37.366 INFO O| Oct 31 20:03:37.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9132 | 2024-10-31T20:03:38.487Z | [ host-image] Oct 31 20:03:37.366 INFO O| Oct 31 20:03:37.366 INFO STEP 41 (shadow) COMPLETE |
9133 | 2024-10-31T20:03:38.487Z | [ host-image] Oct 31 20:03:37.366 INFO O| Oct 31 20:03:37.366 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9134 | 2024-10-31T20:03:38.494Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9135 | 2024-10-31T20:03:38.494Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9136 | 2024-10-31T20:03:38.494Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9137 | 2024-10-31T20:03:38.494Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9138 | 2024-10-31T20:03:38.495Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO ok! |
9139 | 2024-10-31T20:03:38.495Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO STEP 42 (ensure_file) COMPLETE |
9140 | 2024-10-31T20:03:38.495Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9141 | 2024-10-31T20:03:38.496Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO skip step because feature "mfg" is not enabled |
9142 | 2024-10-31T20:03:38.496Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9143 | 2024-10-31T20:03:38.496Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO skip step because feature "mfg" is not enabled |
9144 | 2024-10-31T20:03:38.496Z | [ host-image] Oct 31 20:03:37.376 INFO O| Oct 31 20:03:37.376 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9145 | 2024-10-31T20:03:38.508Z | [ host-image] Oct 31 20:03:37.386 INFO O| Oct 31 20:03:37.386 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9146 | 2024-10-31T20:03:38.508Z | [ host-image] Oct 31 20:03:37.386 INFO O| Oct 31 20:03:37.386 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9147 | 2024-10-31T20:03:39.127Z | [ host-image] Oct 31 20:03:38.017 INFO O| Oct 31 20:03:38.017 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9148 | 2024-10-31T20:03:39.127Z | [ host-image] Oct 31 20:03:38.017 INFO O| Oct 31 20:03:38.017 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9149 | 2024-10-31T20:03:39.130Z | [ host-image] Oct 31 20:03:38.017 INFO O| Oct 31 20:03:38.017 INFO ok! |
9150 | 2024-10-31T20:03:39.130Z | [ host-image] Oct 31 20:03:38.017 INFO O| Oct 31 20:03:38.017 INFO STEP 45 (ensure_file) COMPLETE |
9151 | 2024-10-31T20:03:39.130Z | [ host-image] Oct 31 20:03:38.017 INFO O| Oct 31 20:03:38.017 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9152 | 2024-10-31T20:03:39.138Z | [ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9153 | 2024-10-31T20:03:39.138Z | [ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9154 | 2024-10-31T20:03:39.140Z | [ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9155 | 2024-10-31T20:03:39.140Z | [ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9156 | 2024-10-31T20:03:39.140Z | [ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9157 | 2024-10-31T20:03:39.140Z | [ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9158 | 2024-10-31T20:03:39.140Z | [ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO ok! |
9159 | 2024-10-31T20:03:39.141Z | [ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO STEP 46 (ensure_file) COMPLETE |
9160 | 2024-10-31T20:03:39.141Z | [ host-image] Oct 31 20:03:38.028 INFO O| Oct 31 20:03:38.028 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9161 | 2024-10-31T20:03:39.147Z | [ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9162 | 2024-10-31T20:03:39.150Z | [ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 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 ... |
9163 | 2024-10-31T20:03:39.150Z | [ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 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 |
9164 | 2024-10-31T20:03:39.150Z | [ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9165 | 2024-10-31T20:03:39.150Z | [ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 INFO ok! |
9166 | 2024-10-31T20:03:39.150Z | [ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 INFO STEP 47 (ensure_file) COMPLETE |
9167 | 2024-10-31T20:03:39.150Z | [ host-image] Oct 31 20:03:38.038 INFO O| Oct 31 20:03:38.038 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9168 | 2024-10-31T20:03:39.157Z | [ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9169 | 2024-10-31T20:03:39.159Z | [ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9170 | 2024-10-31T20:03:39.159Z | [ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9171 | 2024-10-31T20:03:39.159Z | [ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9172 | 2024-10-31T20:03:39.159Z | [ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9173 | 2024-10-31T20:03:39.159Z | [ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9174 | 2024-10-31T20:03:39.159Z | [ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO ok! |
9175 | 2024-10-31T20:03:39.160Z | [ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO STEP 48 (ensure_file) COMPLETE |
9176 | 2024-10-31T20:03:39.160Z | [ host-image] Oct 31 20:03:38.047 INFO O| Oct 31 20:03:38.047 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9177 | 2024-10-31T20:03:39.166Z | [ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9178 | 2024-10-31T20:03:39.166Z | [ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 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 ... |
9179 | 2024-10-31T20:03:39.169Z | [ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 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 |
9180 | 2024-10-31T20:03:39.169Z | [ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9181 | 2024-10-31T20:03:39.169Z | [ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 INFO ok! |
9182 | 2024-10-31T20:03:39.169Z | [ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 INFO STEP 49 (ensure_file) COMPLETE |
9183 | 2024-10-31T20:03:39.169Z | [ host-image] Oct 31 20:03:38.057 INFO O| Oct 31 20:03:38.057 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9184 | 2024-10-31T20:03:39.176Z | [ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9185 | 2024-10-31T20:03:39.176Z | [ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9186 | 2024-10-31T20:03:39.182Z | [ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9187 | 2024-10-31T20:03:39.182Z | [ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9188 | 2024-10-31T20:03:39.182Z | [ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9189 | 2024-10-31T20:03:39.182Z | [ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9190 | 2024-10-31T20:03:39.182Z | [ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO ok! |
9191 | 2024-10-31T20:03:39.182Z | [ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO STEP 50 (ensure_file) COMPLETE |
9192 | 2024-10-31T20:03:39.182Z | [ host-image] Oct 31 20:03:38.066 INFO O| Oct 31 20:03:38.066 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9193 | 2024-10-31T20:03:39.188Z | [ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9194 | 2024-10-31T20:03:39.188Z | [ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 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 ... |
9195 | 2024-10-31T20:03:39.188Z | [ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 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 |
9196 | 2024-10-31T20:03:39.188Z | [ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9197 | 2024-10-31T20:03:39.188Z | [ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 INFO ok! |
9198 | 2024-10-31T20:03:39.188Z | [ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 INFO STEP 51 (ensure_file) COMPLETE |
9199 | 2024-10-31T20:03:39.189Z | [ host-image] Oct 31 20:03:38.076 INFO O| Oct 31 20:03:38.076 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9200 | 2024-10-31T20:03:39.196Z | [ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9201 | 2024-10-31T20:03:39.197Z | [ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 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 ... |
9202 | 2024-10-31T20:03:39.203Z | [ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 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 |
9203 | 2024-10-31T20:03:39.203Z | [ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9204 | 2024-10-31T20:03:39.203Z | [ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 INFO ok! |
9205 | 2024-10-31T20:03:39.203Z | [ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 INFO STEP 52 (ensure_file) COMPLETE |
9206 | 2024-10-31T20:03:39.203Z | [ host-image] Oct 31 20:03:38.085 INFO O| Oct 31 20:03:38.085 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9207 | 2024-10-31T20:03:39.212Z | [ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9208 | 2024-10-31T20:03:39.212Z | [ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 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 ... |
9209 | 2024-10-31T20:03:39.212Z | [ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 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 |
9210 | 2024-10-31T20:03:39.212Z | [ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9211 | 2024-10-31T20:03:39.212Z | [ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 INFO ok! |
9212 | 2024-10-31T20:03:39.213Z | [ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 INFO STEP 53 (ensure_file) COMPLETE |
9213 | 2024-10-31T20:03:39.213Z | [ host-image] Oct 31 20:03:38.095 INFO O| Oct 31 20:03:38.095 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9214 | 2024-10-31T20:03:39.225Z | [ host-image] Oct 31 20:03:38.104 INFO O| Oct 31 20:03:38.104 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9215 | 2024-10-31T20:03:39.225Z | [ host-image] Oct 31 20:03:38.104 INFO O| Oct 31 20:03:38.104 INFO STEP 54 (ensure_dir) COMPLETE |
9216 | 2024-10-31T20:03:39.226Z | [ host-image] Oct 31 20:03:38.104 INFO O| Oct 31 20:03:38.104 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9217 | 2024-10-31T20:03:39.226Z | [ host-image] Oct 31 20:03:38.113 INFO O| Oct 31 20:03:38.113 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9218 | 2024-10-31T20:03:39.226Z | [ host-image] Oct 31 20:03:38.113 INFO O| Oct 31 20:03:38.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9219 | 2024-10-31T20:03:39.226Z | [ host-image] Oct 31 20:03:38.113 INFO O| Oct 31 20:03:38.113 INFO STEP 55 (ensure_dir) COMPLETE |
9220 | 2024-10-31T20:03:39.226Z | [ host-image] Oct 31 20:03:38.113 INFO O| Oct 31 20:03:38.113 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9221 | 2024-10-31T20:03:39.232Z | [ host-image] Oct 31 20:03:38.122 INFO O| Oct 31 20:03:38.122 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9222 | 2024-10-31T20:03:39.235Z | [ host-image] Oct 31 20:03:38.123 INFO O| Oct 31 20:03:38.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9223 | 2024-10-31T20:03:39.235Z | [ host-image] Oct 31 20:03:38.123 INFO O| Oct 31 20:03:38.123 INFO STEP 56 (ensure_dir) COMPLETE |
9224 | 2024-10-31T20:03:39.235Z | [ host-image] Oct 31 20:03:38.123 INFO O| Oct 31 20:03:38.123 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9225 | 2024-10-31T20:03:39.243Z | [ host-image] Oct 31 20:03:38.132 INFO O| Oct 31 20:03:38.132 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9226 | 2024-10-31T20:03:39.243Z | [ host-image] Oct 31 20:03:38.132 INFO O| Oct 31 20:03:38.132 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9227 | 2024-10-31T20:03:39.257Z | [ host-image] Oct 31 20:03:38.147 INFO O| Oct 31 20:03:38.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9228 | 2024-10-31T20:03:39.257Z | [ host-image] Oct 31 20:03:38.147 INFO O| Oct 31 20:03:38.147 INFO ok! |
9229 | 2024-10-31T20:03:39.260Z | [ host-image] Oct 31 20:03:38.147 INFO O| Oct 31 20:03:38.147 INFO STEP 57 (ensure_file) COMPLETE |
9230 | 2024-10-31T20:03:39.260Z | [ host-image] Oct 31 20:03:38.147 INFO O| Oct 31 20:03:38.147 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9231 | 2024-10-31T20:03:39.266Z | [ host-image] Oct 31 20:03:38.156 INFO O| Oct 31 20:03:38.156 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9232 | 2024-10-31T20:03:39.266Z | [ host-image] Oct 31 20:03:38.156 INFO O| Oct 31 20:03:38.156 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9233 | 2024-10-31T20:03:40.329Z | [ host-image] Oct 31 20:03:39.219 INFO O| Oct 31 20:03:39.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9234 | 2024-10-31T20:03:40.329Z | [ host-image] Oct 31 20:03:39.219 INFO O| Oct 31 20:03:39.219 INFO ok! |
9235 | 2024-10-31T20:03:40.331Z | [ host-image] Oct 31 20:03:39.219 INFO O| Oct 31 20:03:39.219 INFO STEP 58 (ensure_file) COMPLETE |
9236 | 2024-10-31T20:03:40.331Z | [ host-image] Oct 31 20:03:39.219 INFO O| Oct 31 20:03:39.219 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9237 | 2024-10-31T20:03:40.339Z | [ host-image] Oct 31 20:03:39.230 INFO O| Oct 31 20:03:39.229 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9238 | 2024-10-31T20:03:40.342Z | [ host-image] Oct 31 20:03:39.230 INFO O| Oct 31 20:03:39.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9239 | 2024-10-31T20:03:40.342Z | [ host-image] Oct 31 20:03:39.230 INFO O| Oct 31 20:03:39.230 INFO STEP 59 (ensure_dir) COMPLETE |
9240 | 2024-10-31T20:03:40.342Z | [ host-image] Oct 31 20:03:39.230 INFO O| Oct 31 20:03:39.230 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9241 | 2024-10-31T20:03:40.349Z | [ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9242 | 2024-10-31T20:03:40.349Z | [ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO copying /tmp/.tmpap0uK3/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 ... |
9243 | 2024-10-31T20:03:40.352Z | [ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9244 | 2024-10-31T20:03:40.352Z | [ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO ok! |
9245 | 2024-10-31T20:03:40.352Z | [ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO STEP 60 (ensure_file) COMPLETE |
9246 | 2024-10-31T20:03:40.352Z | [ host-image] Oct 31 20:03:39.239 INFO O| Oct 31 20:03:39.239 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9247 | 2024-10-31T20:03:40.358Z | [ host-image] Oct 31 20:03:39.248 INFO O| Oct 31 20:03:39.248 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9248 | 2024-10-31T20:03:40.358Z | [ host-image] Oct 31 20:03:39.248 INFO O| Oct 31 20:03:39.248 INFO copying /tmp/.tmpap0uK3/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 ... |
9249 | 2024-10-31T20:03:40.362Z | [ host-image] Oct 31 20:03:39.249 INFO O| Oct 31 20:03:39.249 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9250 | 2024-10-31T20:03:40.362Z | [ host-image] Oct 31 20:03:39.249 INFO O| Oct 31 20:03:39.249 INFO ok! |
9251 | 2024-10-31T20:03:40.362Z | [ host-image] Oct 31 20:03:39.249 INFO O| Oct 31 20:03:39.249 INFO STEP 61 (ensure_file) COMPLETE |
9252 | 2024-10-31T20:03:40.362Z | [ host-image] Oct 31 20:03:39.249 INFO O| Oct 31 20:03:39.249 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9253 | 2024-10-31T20:03:40.368Z | [ host-image] Oct 31 20:03:39.258 INFO O| Oct 31 20:03:39.258 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9254 | 2024-10-31T20:03:40.370Z | [ host-image] Oct 31 20:03:39.258 INFO O| Oct 31 20:03:39.258 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9255 | 2024-10-31T20:03:40.370Z | [ host-image] Oct 31 20:03:39.258 INFO O| Oct 31 20:03:39.258 INFO STEP 62 (ensure_dir) COMPLETE |
9256 | 2024-10-31T20:03:40.370Z | [ host-image] Oct 31 20:03:39.258 INFO O| Oct 31 20:03:39.258 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9257 | 2024-10-31T20:03:40.377Z | [ host-image] Oct 31 20:03:39.267 INFO O| Oct 31 20:03:39.267 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9258 | 2024-10-31T20:03:40.377Z | [ host-image] Oct 31 20:03:39.267 INFO O| Oct 31 20:03:39.267 INFO copying /tmp/.tmpap0uK3/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 ... |
9259 | 2024-10-31T20:03:40.380Z | [ host-image] Oct 31 20:03:39.268 INFO O| Oct 31 20:03:39.267 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9260 | 2024-10-31T20:03:40.380Z | [ host-image] Oct 31 20:03:39.268 INFO O| Oct 31 20:03:39.268 INFO ok! |
9261 | 2024-10-31T20:03:40.380Z | [ host-image] Oct 31 20:03:39.268 INFO O| Oct 31 20:03:39.268 INFO STEP 63 (ensure_file) COMPLETE |
9262 | 2024-10-31T20:03:40.380Z | [ host-image] Oct 31 20:03:39.268 INFO O| Oct 31 20:03:39.268 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9263 | 2024-10-31T20:03:40.387Z | [ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9264 | 2024-10-31T20:03:40.387Z | [ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO copying /tmp/.tmpap0uK3/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 ... |
9265 | 2024-10-31T20:03:40.389Z | [ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9266 | 2024-10-31T20:03:40.389Z | [ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO ok! |
9267 | 2024-10-31T20:03:40.389Z | [ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO STEP 64 (ensure_file) COMPLETE |
9268 | 2024-10-31T20:03:40.389Z | [ host-image] Oct 31 20:03:39.277 INFO O| Oct 31 20:03:39.277 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9269 | 2024-10-31T20:03:40.396Z | [ host-image] Oct 31 20:03:39.286 INFO O| Oct 31 20:03:39.286 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9270 | 2024-10-31T20:03:40.396Z | [ host-image] Oct 31 20:03:39.286 INFO O| Oct 31 20:03:39.286 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9271 | 2024-10-31T20:03:40.399Z | [ host-image] Oct 31 20:03:39.286 INFO O| Oct 31 20:03:39.286 INFO STEP 65 (ensure_dir) COMPLETE |
9272 | 2024-10-31T20:03:40.399Z | [ host-image] Oct 31 20:03:39.286 INFO O| Oct 31 20:03:39.286 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9273 | 2024-10-31T20:03:40.405Z | [ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9274 | 2024-10-31T20:03:40.405Z | [ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO copying /tmp/.tmpap0uK3/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 ... |
9275 | 2024-10-31T20:03:40.408Z | [ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9276 | 2024-10-31T20:03:40.408Z | [ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO ok! |
9277 | 2024-10-31T20:03:40.408Z | [ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO STEP 66 (ensure_file) COMPLETE |
9278 | 2024-10-31T20:03:40.408Z | [ host-image] Oct 31 20:03:39.296 INFO O| Oct 31 20:03:39.296 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9279 | 2024-10-31T20:03:40.415Z | [ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9280 | 2024-10-31T20:03:40.415Z | [ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9281 | 2024-10-31T20:03:40.417Z | [ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9282 | 2024-10-31T20:03:40.417Z | [ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO ok! |
9283 | 2024-10-31T20:03:40.417Z | [ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO STEP 67 (ensure_file) COMPLETE |
9284 | 2024-10-31T20:03:40.417Z | [ host-image] Oct 31 20:03:39.305 INFO O| Oct 31 20:03:39.305 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9285 | 2024-10-31T20:03:40.424Z | [ host-image] Oct 31 20:03:39.314 INFO O| Oct 31 20:03:39.314 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9286 | 2024-10-31T20:03:40.424Z | [ host-image] Oct 31 20:03:39.314 INFO O| Oct 31 20:03:39.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9287 | 2024-10-31T20:03:40.427Z | [ host-image] Oct 31 20:03:39.314 INFO O| Oct 31 20:03:39.314 INFO STEP 68 (ensure_dir) COMPLETE |
9288 | 2024-10-31T20:03:40.427Z | [ host-image] Oct 31 20:03:39.314 INFO O| Oct 31 20:03:39.314 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9289 | 2024-10-31T20:03:40.433Z | [ host-image] Oct 31 20:03:39.324 INFO O| Oct 31 20:03:39.324 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9290 | 2024-10-31T20:03:40.433Z | [ host-image] Oct 31 20:03:39.324 INFO O| Oct 31 20:03:39.324 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9291 | 2024-10-31T20:03:41.443Z | [ host-image] Oct 31 20:03:40.333 INFO O| Oct 31 20:03:40.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9292 | 2024-10-31T20:03:41.443Z | [ host-image] Oct 31 20:03:40.333 INFO O| Oct 31 20:03:40.333 INFO ok! |
9293 | 2024-10-31T20:03:41.443Z | [ host-image] Oct 31 20:03:40.333 INFO O| Oct 31 20:03:40.333 INFO STEP 69 (ensure_file) COMPLETE |
9294 | 2024-10-31T20:03:41.446Z | [ host-image] Oct 31 20:03:40.333 INFO O| Oct 31 20:03:40.333 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9295 | 2024-10-31T20:03:41.455Z | [ host-image] Oct 31 20:03:40.345 INFO O| Oct 31 20:03:40.345 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9296 | 2024-10-31T20:03:41.455Z | [ host-image] Oct 31 20:03:40.345 INFO O| Oct 31 20:03:40.345 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9297 | 2024-10-31T20:03:42.902Z | [ host-image] Oct 31 20:03:41.792 INFO O| Oct 31 20:03:41.792 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9298 | 2024-10-31T20:03:42.902Z | [ host-image] Oct 31 20:03:41.792 INFO O| Oct 31 20:03:41.792 INFO ok! |
9299 | 2024-10-31T20:03:42.902Z | [ host-image] Oct 31 20:03:41.792 INFO O| Oct 31 20:03:41.792 INFO STEP 70 (ensure_file) COMPLETE |
9300 | 2024-10-31T20:03:42.905Z | [ host-image] Oct 31 20:03:41.792 INFO O| Oct 31 20:03:41.792 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9301 | 2024-10-31T20:03:42.914Z | [ host-image] Oct 31 20:03:41.804 INFO O| Oct 31 20:03:41.803 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9302 | 2024-10-31T20:03:42.917Z | [ host-image] Oct 31 20:03:41.804 INFO O| Oct 31 20:03:41.804 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9303 | 2024-10-31T20:03:42.917Z | [ host-image] Oct 31 20:03:41.804 INFO O| Oct 31 20:03:41.804 INFO STEP 71 (ensure_dir) COMPLETE |
9304 | 2024-10-31T20:03:42.917Z | [ host-image] Oct 31 20:03:41.804 INFO O| Oct 31 20:03:41.804 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9305 | 2024-10-31T20:03:42.923Z | [ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9306 | 2024-10-31T20:03:42.923Z | [ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO copying /tmp/.tmpap0uK3/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 ... |
9307 | 2024-10-31T20:03:42.927Z | [ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9308 | 2024-10-31T20:03:42.927Z | [ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO ok! |
9309 | 2024-10-31T20:03:42.927Z | [ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO STEP 72 (ensure_file) COMPLETE |
9310 | 2024-10-31T20:03:42.927Z | [ host-image] Oct 31 20:03:41.813 INFO O| Oct 31 20:03:41.813 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9311 | 2024-10-31T20:03:42.933Z | [ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9312 | 2024-10-31T20:03:42.933Z | [ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO copying /tmp/.tmpap0uK3/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 ... |
9313 | 2024-10-31T20:03:42.933Z | [ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9314 | 2024-10-31T20:03:42.935Z | [ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO ok! |
9315 | 2024-10-31T20:03:42.936Z | [ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO STEP 73 (ensure_file) COMPLETE |
9316 | 2024-10-31T20:03:42.936Z | [ host-image] Oct 31 20:03:41.823 INFO O| Oct 31 20:03:41.823 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9317 | 2024-10-31T20:03:42.942Z | [ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9318 | 2024-10-31T20:03:42.942Z | [ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9319 | 2024-10-31T20:03:42.944Z | [ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9320 | 2024-10-31T20:03:42.944Z | [ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO ok! |
9321 | 2024-10-31T20:03:42.945Z | [ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO STEP 74 (ensure_file) COMPLETE |
9322 | 2024-10-31T20:03:42.945Z | [ host-image] Oct 31 20:03:41.832 INFO O| Oct 31 20:03:41.832 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9323 | 2024-10-31T20:03:42.952Z | [ host-image] Oct 31 20:03:41.841 INFO O| Oct 31 20:03:41.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9324 | 2024-10-31T20:03:42.952Z | [ host-image] Oct 31 20:03:41.841 INFO O| Oct 31 20:03:41.841 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9325 | 2024-10-31T20:03:42.954Z | [ host-image] Oct 31 20:03:41.842 INFO O| Oct 31 20:03:41.841 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9326 | 2024-10-31T20:03:42.954Z | [ host-image] Oct 31 20:03:41.842 INFO O| Oct 31 20:03:41.842 INFO ok! |
9327 | 2024-10-31T20:03:42.954Z | [ host-image] Oct 31 20:03:41.842 INFO O| Oct 31 20:03:41.842 INFO STEP 75 (ensure_file) COMPLETE |
9328 | 2024-10-31T20:03:42.954Z | [ host-image] Oct 31 20:03:41.842 INFO O| Oct 31 20:03:41.842 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9329 | 2024-10-31T20:03:42.961Z | [ host-image] Oct 31 20:03:41.851 INFO O| Oct 31 20:03:41.851 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9330 | 2024-10-31T20:03:42.961Z | [ host-image] Oct 31 20:03:41.851 INFO O| Oct 31 20:03:41.851 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9331 | 2024-10-31T20:03:42.963Z | [ host-image] Oct 31 20:03:41.851 INFO O| Oct 31 20:03:41.851 INFO STEP 76 (ensure_dir) COMPLETE |
9332 | 2024-10-31T20:03:42.964Z | [ host-image] Oct 31 20:03:41.851 INFO O| Oct 31 20:03:41.851 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9333 | 2024-10-31T20:03:42.970Z | [ host-image] Oct 31 20:03:41.860 INFO O| Oct 31 20:03:41.860 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9334 | 2024-10-31T20:03:42.970Z | [ host-image] Oct 31 20:03:41.860 INFO O| Oct 31 20:03:41.860 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9335 | 2024-10-31T20:03:42.973Z | [ host-image] Oct 31 20:03:41.863 INFO O| Oct 31 20:03:41.863 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9336 | 2024-10-31T20:03:42.974Z | [ host-image] Oct 31 20:03:41.863 INFO O| Oct 31 20:03:41.863 INFO ok! |
9337 | 2024-10-31T20:03:42.976Z | [ host-image] Oct 31 20:03:41.863 INFO O| Oct 31 20:03:41.863 INFO STEP 77 (ensure_file) COMPLETE |
9338 | 2024-10-31T20:03:42.976Z | [ host-image] Oct 31 20:03:41.863 INFO O| Oct 31 20:03:41.863 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9339 | 2024-10-31T20:03:42.984Z | [ host-image] Oct 31 20:03:41.872 INFO O| Oct 31 20:03:41.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9340 | 2024-10-31T20:03:42.984Z | [ host-image] Oct 31 20:03:41.872 INFO O| Oct 31 20:03:41.872 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9341 | 2024-10-31T20:03:42.988Z | [ host-image] Oct 31 20:03:41.872 INFO O| Oct 31 20:03:41.872 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9342 | 2024-10-31T20:03:42.988Z | [ host-image] Oct 31 20:03:41.872 INFO O| Oct 31 20:03:41.872 INFO ok! |
9343 | 2024-10-31T20:03:42.989Z | [ host-image] Oct 31 20:03:41.873 INFO O| Oct 31 20:03:41.872 INFO STEP 78 (ensure_file) COMPLETE |
9344 | 2024-10-31T20:03:42.989Z | [ host-image] Oct 31 20:03:41.873 INFO O| Oct 31 20:03:41.872 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9345 | 2024-10-31T20:03:42.993Z | [ host-image] Oct 31 20:03:41.882 INFO O| Oct 31 20:03:41.882 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9346 | 2024-10-31T20:03:42.993Z | [ host-image] Oct 31 20:03:41.882 INFO O| Oct 31 20:03:41.882 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9347 | 2024-10-31T20:03:43.600Z | [ host-image] Oct 31 20:03:42.489 INFO O| Oct 31 20:03:42.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9348 | 2024-10-31T20:03:43.600Z | [ host-image] Oct 31 20:03:42.489 INFO O| Oct 31 20:03:42.489 INFO ok! |
9349 | 2024-10-31T20:03:43.600Z | [ host-image] Oct 31 20:03:42.489 INFO O| Oct 31 20:03:42.489 INFO STEP 79 (ensure_file) COMPLETE |
9350 | 2024-10-31T20:03:43.602Z | [ host-image] Oct 31 20:03:42.489 INFO O| Oct 31 20:03:42.489 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9351 | 2024-10-31T20:03:43.610Z | [ host-image] Oct 31 20:03:42.500 INFO O| Oct 31 20:03:42.500 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9352 | 2024-10-31T20:03:43.613Z | [ host-image] Oct 31 20:03:42.500 INFO O| Oct 31 20:03:42.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9353 | 2024-10-31T20:03:43.613Z | [ host-image] Oct 31 20:03:42.500 INFO O| Oct 31 20:03:42.500 INFO STEP 80 (ensure_dir) COMPLETE |
9354 | 2024-10-31T20:03:43.613Z | [ host-image] Oct 31 20:03:42.500 INFO O| Oct 31 20:03:42.500 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9355 | 2024-10-31T20:03:43.620Z | [ host-image] Oct 31 20:03:42.510 INFO O| Oct 31 20:03:42.510 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9356 | 2024-10-31T20:03:43.623Z | [ host-image] Oct 31 20:03:42.510 INFO O| Oct 31 20:03:42.510 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9357 | 2024-10-31T20:03:43.623Z | [ host-image] Oct 31 20:03:42.510 INFO O| Oct 31 20:03:42.510 INFO STEP 81 (ensure_dir) COMPLETE |
9358 | 2024-10-31T20:03:43.623Z | [ host-image] Oct 31 20:03:42.510 INFO O| Oct 31 20:03:42.510 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9359 | 2024-10-31T20:03:43.629Z | [ host-image] Oct 31 20:03:42.519 INFO O| Oct 31 20:03:42.519 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9360 | 2024-10-31T20:03:43.632Z | [ host-image] Oct 31 20:03:42.519 INFO O| Oct 31 20:03:42.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9361 | 2024-10-31T20:03:43.632Z | [ host-image] Oct 31 20:03:42.519 INFO O| Oct 31 20:03:42.519 INFO STEP 82 (ensure_dir) COMPLETE |
9362 | 2024-10-31T20:03:43.632Z | [ host-image] Oct 31 20:03:42.519 INFO O| Oct 31 20:03:42.519 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9363 | 2024-10-31T20:03:43.638Z | [ host-image] Oct 31 20:03:42.528 INFO O| Oct 31 20:03:42.528 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9364 | 2024-10-31T20:03:43.639Z | [ host-image] Oct 31 20:03:42.529 INFO O| Oct 31 20:03:42.528 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9365 | 2024-10-31T20:03:43.639Z | [ host-image] Oct 31 20:03:42.529 INFO O| Oct 31 20:03:42.529 INFO STEP 83 (ensure_dir) COMPLETE |
9366 | 2024-10-31T20:03:43.641Z | [ host-image] Oct 31 20:03:42.529 INFO O| Oct 31 20:03:42.529 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9367 | 2024-10-31T20:03:43.648Z | [ host-image] Oct 31 20:03:42.538 INFO O| Oct 31 20:03:42.538 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9368 | 2024-10-31T20:03:43.648Z | [ host-image] Oct 31 20:03:42.538 INFO O| Oct 31 20:03:42.538 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9369 | 2024-10-31T20:03:43.650Z | [ host-image] Oct 31 20:03:42.538 INFO O| Oct 31 20:03:42.538 INFO STEP 84 (ensure_dir) COMPLETE |
9370 | 2024-10-31T20:03:43.651Z | [ host-image] Oct 31 20:03:42.538 INFO O| Oct 31 20:03:42.538 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9371 | 2024-10-31T20:03:43.657Z | [ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9372 | 2024-10-31T20:03:43.657Z | [ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO copying /tmp/.tmpap0uK3/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 ... |
9373 | 2024-10-31T20:03:43.659Z | [ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9374 | 2024-10-31T20:03:43.660Z | [ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO ok! |
9375 | 2024-10-31T20:03:43.660Z | [ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO STEP 85 (ensure_file) COMPLETE |
9376 | 2024-10-31T20:03:43.660Z | [ host-image] Oct 31 20:03:42.547 INFO O| Oct 31 20:03:42.547 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9377 | 2024-10-31T20:03:43.666Z | [ host-image] Oct 31 20:03:42.557 INFO O| Oct 31 20:03:42.556 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9378 | 2024-10-31T20:03:43.669Z | [ host-image] Oct 31 20:03:42.557 INFO O| Oct 31 20:03:42.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9379 | 2024-10-31T20:03:43.669Z | [ host-image] Oct 31 20:03:42.557 INFO O| Oct 31 20:03:42.557 INFO STEP 86 (ensure_dir) COMPLETE |
9380 | 2024-10-31T20:03:43.669Z | [ host-image] Oct 31 20:03:42.557 INFO O| Oct 31 20:03:42.557 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9381 | 2024-10-31T20:03:43.676Z | [ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9382 | 2024-10-31T20:03:43.678Z | [ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9383 | 2024-10-31T20:03:43.678Z | [ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9384 | 2024-10-31T20:03:43.678Z | [ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO ok! |
9385 | 2024-10-31T20:03:43.678Z | [ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO STEP 87 (ensure_file) COMPLETE |
9386 | 2024-10-31T20:03:43.679Z | [ host-image] Oct 31 20:03:42.566 INFO O| Oct 31 20:03:42.566 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9387 | 2024-10-31T20:03:43.686Z | [ host-image] Oct 31 20:03:42.575 INFO O| Oct 31 20:03:42.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9388 | 2024-10-31T20:03:43.686Z | [ host-image] Oct 31 20:03:42.575 INFO O| Oct 31 20:03:42.575 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9389 | 2024-10-31T20:03:44.024Z | [ host-image] Oct 31 20:03:42.914 INFO O| Oct 31 20:03:42.914 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9390 | 2024-10-31T20:03:44.024Z | [ host-image] Oct 31 20:03:42.914 INFO O| Oct 31 20:03:42.914 INFO ok! |
9391 | 2024-10-31T20:03:44.024Z | [ host-image] Oct 31 20:03:42.914 INFO O| Oct 31 20:03:42.914 INFO STEP 88 (ensure_file) COMPLETE |
9392 | 2024-10-31T20:03:44.024Z | [ host-image] Oct 31 20:03:42.914 INFO O| Oct 31 20:03:42.914 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9393 | 2024-10-31T20:03:44.035Z | [ host-image] Oct 31 20:03:42.925 INFO O| Oct 31 20:03:42.925 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9394 | 2024-10-31T20:03:44.037Z | [ host-image] Oct 31 20:03:42.925 INFO O| Oct 31 20:03:42.925 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9395 | 2024-10-31T20:03:44.053Z | [ host-image] Oct 31 20:03:42.943 INFO O| Oct 31 20:03:42.943 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9396 | 2024-10-31T20:03:44.053Z | [ host-image] Oct 31 20:03:42.943 INFO O| Oct 31 20:03:42.943 INFO ok! |
9397 | 2024-10-31T20:03:44.053Z | [ host-image] Oct 31 20:03:42.943 INFO O| Oct 31 20:03:42.943 INFO STEP 89 (ensure_file) COMPLETE |
9398 | 2024-10-31T20:03:44.056Z | [ host-image] Oct 31 20:03:42.943 INFO O| Oct 31 20:03:42.943 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9399 | 2024-10-31T20:03:44.063Z | [ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9400 | 2024-10-31T20:03:44.063Z | [ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9401 | 2024-10-31T20:03:44.067Z | [ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9402 | 2024-10-31T20:03:44.067Z | [ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO ok! |
9403 | 2024-10-31T20:03:44.067Z | [ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO STEP 90 (ensure_file) COMPLETE |
9404 | 2024-10-31T20:03:44.067Z | [ host-image] Oct 31 20:03:42.953 INFO O| Oct 31 20:03:42.953 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9405 | 2024-10-31T20:03:44.073Z | [ host-image] Oct 31 20:03:42.963 INFO O| Oct 31 20:03:42.963 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9406 | 2024-10-31T20:03:44.075Z | [ host-image] Oct 31 20:03:42.963 INFO O| Oct 31 20:03:42.963 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9407 | 2024-10-31T20:03:44.075Z | [ host-image] Oct 31 20:03:42.963 INFO O| Oct 31 20:03:42.963 INFO STEP 91 (ensure_dir) COMPLETE |
9408 | 2024-10-31T20:03:44.075Z | [ host-image] Oct 31 20:03:42.963 INFO O| Oct 31 20:03:42.963 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9409 | 2024-10-31T20:03:44.082Z | [ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9410 | 2024-10-31T20:03:44.083Z | [ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO copying /tmp/.tmpap0uK3/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 ... |
9411 | 2024-10-31T20:03:44.086Z | [ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9412 | 2024-10-31T20:03:44.086Z | [ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO ok! |
9413 | 2024-10-31T20:03:44.086Z | [ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO STEP 92 (ensure_file) COMPLETE |
9414 | 2024-10-31T20:03:44.087Z | [ host-image] Oct 31 20:03:42.972 INFO O| Oct 31 20:03:42.972 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9415 | 2024-10-31T20:03:44.092Z | [ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9416 | 2024-10-31T20:03:44.094Z | [ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO copying /tmp/.tmpap0uK3/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 ... |
9417 | 2024-10-31T20:03:44.094Z | [ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9418 | 2024-10-31T20:03:44.094Z | [ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO ok! |
9419 | 2024-10-31T20:03:44.094Z | [ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO STEP 93 (ensure_file) COMPLETE |
9420 | 2024-10-31T20:03:44.094Z | [ host-image] Oct 31 20:03:42.982 INFO O| Oct 31 20:03:42.982 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9421 | 2024-10-31T20:03:44.101Z | [ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9422 | 2024-10-31T20:03:44.101Z | [ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO copying /tmp/.tmpap0uK3/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 ... |
9423 | 2024-10-31T20:03:44.104Z | [ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9424 | 2024-10-31T20:03:44.105Z | [ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO ok! |
9425 | 2024-10-31T20:03:44.105Z | [ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO STEP 94 (ensure_file) COMPLETE |
9426 | 2024-10-31T20:03:44.105Z | [ host-image] Oct 31 20:03:42.991 INFO O| Oct 31 20:03:42.991 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9427 | 2024-10-31T20:03:44.111Z | [ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9428 | 2024-10-31T20:03:44.113Z | [ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO copying /tmp/.tmpap0uK3/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 ... |
9429 | 2024-10-31T20:03:44.113Z | [ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9430 | 2024-10-31T20:03:44.113Z | [ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO ok! |
9431 | 2024-10-31T20:03:44.113Z | [ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO STEP 95 (ensure_file) COMPLETE |
9432 | 2024-10-31T20:03:44.114Z | [ host-image] Oct 31 20:03:43.001 INFO O| Oct 31 20:03:43.001 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9433 | 2024-10-31T20:03:44.121Z | [ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9434 | 2024-10-31T20:03:44.121Z | [ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO copying /tmp/.tmpap0uK3/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 ... |
9435 | 2024-10-31T20:03:44.124Z | [ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9436 | 2024-10-31T20:03:44.124Z | [ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO ok! |
9437 | 2024-10-31T20:03:44.124Z | [ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO STEP 96 (ensure_file) COMPLETE |
9438 | 2024-10-31T20:03:44.124Z | [ host-image] Oct 31 20:03:43.011 INFO O| Oct 31 20:03:43.011 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9439 | 2024-10-31T20:03:44.130Z | [ host-image] Oct 31 20:03:43.020 INFO O| Oct 31 20:03:43.020 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9440 | 2024-10-31T20:03:44.130Z | [ host-image] Oct 31 20:03:43.020 INFO O| Oct 31 20:03:43.020 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9441 | 2024-10-31T20:03:44.130Z | [ host-image] Oct 31 20:03:43.020 INFO O| Oct 31 20:03:43.020 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9442 | 2024-10-31T20:03:44.133Z | [ host-image] Oct 31 20:03:43.021 INFO O| Oct 31 20:03:43.020 INFO ok! |
9443 | 2024-10-31T20:03:44.133Z | [ host-image] Oct 31 20:03:43.021 INFO O| Oct 31 20:03:43.020 INFO STEP 97 (ensure_file) COMPLETE |
9444 | 2024-10-31T20:03:44.133Z | [ host-image] Oct 31 20:03:43.021 INFO O| Oct 31 20:03:43.021 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9445 | 2024-10-31T20:03:44.140Z | [ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9446 | 2024-10-31T20:03:44.140Z | [ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO copying /tmp/.tmpap0uK3/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 ... |
9447 | 2024-10-31T20:03:44.140Z | [ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9448 | 2024-10-31T20:03:44.142Z | [ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO ok! |
9449 | 2024-10-31T20:03:44.143Z | [ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO STEP 98 (ensure_file) COMPLETE |
9450 | 2024-10-31T20:03:44.143Z | [ host-image] Oct 31 20:03:43.030 INFO O| Oct 31 20:03:43.030 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9451 | 2024-10-31T20:03:44.149Z | [ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9452 | 2024-10-31T20:03:44.149Z | [ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO copying /tmp/.tmpap0uK3/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 ... |
9453 | 2024-10-31T20:03:44.153Z | [ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9454 | 2024-10-31T20:03:44.153Z | [ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO ok! |
9455 | 2024-10-31T20:03:44.153Z | [ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO STEP 99 (ensure_file) COMPLETE |
9456 | 2024-10-31T20:03:44.153Z | [ host-image] Oct 31 20:03:43.039 INFO O| Oct 31 20:03:43.039 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9457 | 2024-10-31T20:03:44.159Z | [ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9458 | 2024-10-31T20:03:44.161Z | [ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO copying /tmp/.tmpap0uK3/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 ... |
9459 | 2024-10-31T20:03:44.161Z | [ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9460 | 2024-10-31T20:03:44.162Z | [ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO ok! |
9461 | 2024-10-31T20:03:44.162Z | [ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO STEP 100 (ensure_file) COMPLETE |
9462 | 2024-10-31T20:03:44.162Z | [ host-image] Oct 31 20:03:43.049 INFO O| Oct 31 20:03:43.049 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9463 | 2024-10-31T20:03:44.168Z | [ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9464 | 2024-10-31T20:03:44.168Z | [ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9465 | 2024-10-31T20:03:44.171Z | [ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9466 | 2024-10-31T20:03:44.172Z | [ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO ok! |
9467 | 2024-10-31T20:03:44.172Z | [ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO STEP 101 (ensure_file) COMPLETE |
9468 | 2024-10-31T20:03:44.172Z | [ host-image] Oct 31 20:03:43.058 INFO O| Oct 31 20:03:43.058 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9469 | 2024-10-31T20:03:44.178Z | [ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9470 | 2024-10-31T20:03:44.178Z | [ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO copying /tmp/.tmpap0uK3/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 ... |
9471 | 2024-10-31T20:03:44.181Z | [ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9472 | 2024-10-31T20:03:44.181Z | [ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO ok! |
9473 | 2024-10-31T20:03:44.181Z | [ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO STEP 102 (ensure_file) COMPLETE |
9474 | 2024-10-31T20:03:44.181Z | [ host-image] Oct 31 20:03:43.068 INFO O| Oct 31 20:03:43.068 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9475 | 2024-10-31T20:03:44.187Z | [ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9476 | 2024-10-31T20:03:44.187Z | [ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO copying /tmp/.tmpap0uK3/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 ... |
9477 | 2024-10-31T20:03:44.190Z | [ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9478 | 2024-10-31T20:03:44.190Z | [ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO ok! |
9479 | 2024-10-31T20:03:44.190Z | [ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO STEP 103 (ensure_file) COMPLETE |
9480 | 2024-10-31T20:03:44.190Z | [ host-image] Oct 31 20:03:43.077 INFO O| Oct 31 20:03:43.077 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9481 | 2024-10-31T20:03:44.197Z | [ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9482 | 2024-10-31T20:03:44.197Z | [ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO copying /tmp/.tmpap0uK3/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 ... |
9483 | 2024-10-31T20:03:44.199Z | [ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9484 | 2024-10-31T20:03:44.200Z | [ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO ok! |
9485 | 2024-10-31T20:03:44.200Z | [ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO STEP 104 (ensure_file) COMPLETE |
9486 | 2024-10-31T20:03:44.200Z | [ host-image] Oct 31 20:03:43.087 INFO O| Oct 31 20:03:43.087 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9487 | 2024-10-31T20:03:44.207Z | [ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9488 | 2024-10-31T20:03:44.207Z | [ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO copying /tmp/.tmpap0uK3/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 ... |
9489 | 2024-10-31T20:03:44.210Z | [ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9490 | 2024-10-31T20:03:44.210Z | [ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO ok! |
9491 | 2024-10-31T20:03:44.211Z | [ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO STEP 105 (ensure_file) COMPLETE |
9492 | 2024-10-31T20:03:44.211Z | [ host-image] Oct 31 20:03:43.097 INFO O| Oct 31 20:03:43.097 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9493 | 2024-10-31T20:03:44.216Z | [ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9494 | 2024-10-31T20:03:44.216Z | [ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO copying /tmp/.tmpap0uK3/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 ... |
9495 | 2024-10-31T20:03:44.220Z | [ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9496 | 2024-10-31T20:03:44.220Z | [ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO ok! |
9497 | 2024-10-31T20:03:44.220Z | [ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO STEP 106 (ensure_file) COMPLETE |
9498 | 2024-10-31T20:03:44.220Z | [ host-image] Oct 31 20:03:43.106 INFO O| Oct 31 20:03:43.106 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9499 | 2024-10-31T20:03:44.226Z | [ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9500 | 2024-10-31T20:03:44.226Z | [ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO copying /tmp/.tmpap0uK3/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 ... |
9501 | 2024-10-31T20:03:44.226Z | [ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9502 | 2024-10-31T20:03:44.228Z | [ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO ok! |
9503 | 2024-10-31T20:03:44.228Z | [ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO STEP 107 (ensure_file) COMPLETE |
9504 | 2024-10-31T20:03:44.228Z | [ host-image] Oct 31 20:03:43.116 INFO O| Oct 31 20:03:43.116 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9505 | 2024-10-31T20:03:44.235Z | [ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9506 | 2024-10-31T20:03:44.235Z | [ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO copying /tmp/.tmpap0uK3/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 ... |
9507 | 2024-10-31T20:03:44.235Z | [ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9508 | 2024-10-31T20:03:44.238Z | [ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO ok! |
9509 | 2024-10-31T20:03:44.238Z | [ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO STEP 108 (ensure_file) COMPLETE |
9510 | 2024-10-31T20:03:44.238Z | [ host-image] Oct 31 20:03:43.125 INFO O| Oct 31 20:03:43.125 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9511 | 2024-10-31T20:03:44.244Z | [ host-image] Oct 31 20:03:43.134 INFO O| Oct 31 20:03:43.134 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9512 | 2024-10-31T20:03:44.244Z | [ host-image] Oct 31 20:03:43.135 INFO O| Oct 31 20:03:43.134 INFO copying /tmp/.tmpap0uK3/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 ... |
9513 | 2024-10-31T20:03:44.247Z | [ host-image] Oct 31 20:03:43.135 INFO O| Oct 31 20:03:43.135 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9514 | 2024-10-31T20:03:44.247Z | [ host-image] Oct 31 20:03:43.135 INFO O| Oct 31 20:03:43.135 INFO ok! |
9515 | 2024-10-31T20:03:44.247Z | [ host-image] Oct 31 20:03:43.135 INFO O| Oct 31 20:03:43.135 INFO STEP 109 (ensure_file) COMPLETE |
9516 | 2024-10-31T20:03:44.247Z | [ host-image] Oct 31 20:03:43.135 INFO O| Oct 31 20:03:43.135 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9517 | 2024-10-31T20:03:44.254Z | [ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9518 | 2024-10-31T20:03:44.254Z | [ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO copying /tmp/.tmpap0uK3/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 ... |
9519 | 2024-10-31T20:03:44.256Z | [ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9520 | 2024-10-31T20:03:44.256Z | [ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO ok! |
9521 | 2024-10-31T20:03:44.256Z | [ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO STEP 110 (ensure_file) COMPLETE |
9522 | 2024-10-31T20:03:44.257Z | [ host-image] Oct 31 20:03:43.144 INFO O| Oct 31 20:03:43.144 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2024-10-31T20:03:44.263Z | [ host-image] Oct 31 20:03:43.153 INFO O| Oct 31 20:03:43.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9524 | 2024-10-31T20:03:44.266Z | [ host-image] Oct 31 20:03:43.153 INFO O| Oct 31 20:03:43.153 INFO copying /tmp/.tmpap0uK3/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 ... |
9525 | 2024-10-31T20:03:44.266Z | [ host-image] Oct 31 20:03:43.154 INFO O| Oct 31 20:03:43.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9526 | 2024-10-31T20:03:44.266Z | [ host-image] Oct 31 20:03:43.154 INFO O| Oct 31 20:03:43.154 INFO ok! |
9527 | 2024-10-31T20:03:44.266Z | [ host-image] Oct 31 20:03:43.154 INFO O| Oct 31 20:03:43.154 INFO STEP 111 (ensure_file) COMPLETE |
9528 | 2024-10-31T20:03:44.266Z | [ host-image] Oct 31 20:03:43.154 INFO O| Oct 31 20:03:43.154 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9529 | 2024-10-31T20:03:44.273Z | [ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9530 | 2024-10-31T20:03:44.273Z | [ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO copying /tmp/.tmpap0uK3/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 ... |
9531 | 2024-10-31T20:03:44.275Z | [ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9532 | 2024-10-31T20:03:44.275Z | [ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO ok! |
9533 | 2024-10-31T20:03:44.275Z | [ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO STEP 112 (ensure_file) COMPLETE |
9534 | 2024-10-31T20:03:44.275Z | [ host-image] Oct 31 20:03:43.163 INFO O| Oct 31 20:03:43.163 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9535 | 2024-10-31T20:03:44.282Z | [ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9536 | 2024-10-31T20:03:44.282Z | [ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO copying /tmp/.tmpap0uK3/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 ... |
9537 | 2024-10-31T20:03:44.285Z | [ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9538 | 2024-10-31T20:03:44.285Z | [ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO ok! |
9539 | 2024-10-31T20:03:44.285Z | [ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO STEP 113 (ensure_file) COMPLETE |
9540 | 2024-10-31T20:03:44.285Z | [ host-image] Oct 31 20:03:43.172 INFO O| Oct 31 20:03:43.172 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9541 | 2024-10-31T20:03:44.292Z | [ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.181 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9542 | 2024-10-31T20:03:44.296Z | [ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.182 INFO copying /tmp/.tmpap0uK3/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 ... |
9543 | 2024-10-31T20:03:44.296Z | [ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9544 | 2024-10-31T20:03:44.296Z | [ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.182 INFO ok! |
9545 | 2024-10-31T20:03:44.296Z | [ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.182 INFO STEP 114 (ensure_file) COMPLETE |
9546 | 2024-10-31T20:03:44.296Z | [ host-image] Oct 31 20:03:43.182 INFO O| Oct 31 20:03:43.182 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9547 | 2024-10-31T20:03:44.301Z | [ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9548 | 2024-10-31T20:03:44.301Z | [ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO copying /tmp/.tmpap0uK3/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 ... |
9549 | 2024-10-31T20:03:44.304Z | [ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9550 | 2024-10-31T20:03:44.304Z | [ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO ok! |
9551 | 2024-10-31T20:03:44.304Z | [ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO STEP 115 (ensure_file) COMPLETE |
9552 | 2024-10-31T20:03:44.304Z | [ host-image] Oct 31 20:03:43.191 INFO O| Oct 31 20:03:43.191 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9553 | 2024-10-31T20:03:44.311Z | [ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.200 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9554 | 2024-10-31T20:03:44.311Z | [ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.201 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9555 | 2024-10-31T20:03:44.313Z | [ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9556 | 2024-10-31T20:03:44.313Z | [ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.201 INFO ok! |
9557 | 2024-10-31T20:03:44.313Z | [ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.201 INFO STEP 116 (ensure_file) COMPLETE |
9558 | 2024-10-31T20:03:44.313Z | [ host-image] Oct 31 20:03:43.201 INFO O| Oct 31 20:03:43.201 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9559 | 2024-10-31T20:03:44.320Z | [ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9560 | 2024-10-31T20:03:44.323Z | [ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO copying /tmp/.tmpap0uK3/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 ... |
9561 | 2024-10-31T20:03:44.323Z | [ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9562 | 2024-10-31T20:03:44.323Z | [ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO ok! |
9563 | 2024-10-31T20:03:44.323Z | [ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO STEP 117 (ensure_file) COMPLETE |
9564 | 2024-10-31T20:03:44.323Z | [ host-image] Oct 31 20:03:43.210 INFO O| Oct 31 20:03:43.210 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9565 | 2024-10-31T20:03:44.329Z | [ host-image] Oct 31 20:03:43.219 INFO O| Oct 31 20:03:43.219 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9566 | 2024-10-31T20:03:44.329Z | [ host-image] Oct 31 20:03:43.220 INFO O| Oct 31 20:03:43.219 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9567 | 2024-10-31T20:03:44.332Z | [ host-image] Oct 31 20:03:43.220 INFO O| Oct 31 20:03:43.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9568 | 2024-10-31T20:03:44.332Z | [ host-image] Oct 31 20:03:43.220 INFO O| Oct 31 20:03:43.220 INFO ok! |
9569 | 2024-10-31T20:03:44.332Z | [ host-image] Oct 31 20:03:43.220 INFO O| Oct 31 20:03:43.220 INFO STEP 118 (ensure_file) COMPLETE |
9570 | 2024-10-31T20:03:44.332Z | [ host-image] Oct 31 20:03:43.220 INFO O| Oct 31 20:03:43.220 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9571 | 2024-10-31T20:03:44.344Z | [ host-image] Oct 31 20:03:43.229 INFO O| Oct 31 20:03:43.229 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9572 | 2024-10-31T20:03:44.344Z | [ host-image] Oct 31 20:03:43.229 INFO O| Oct 31 20:03:43.229 INFO copying /tmp/.tmpap0uK3/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9573 | 2024-10-31T20:03:47.883Z | [ host-image] Oct 31 20:03:46.772 INFO O| Oct 31 20:03:46.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9574 | 2024-10-31T20:03:47.883Z | [ host-image] Oct 31 20:03:46.772 INFO O| Oct 31 20:03:46.772 INFO ok! |
9575 | 2024-10-31T20:03:47.886Z | [ host-image] Oct 31 20:03:46.772 INFO O| Oct 31 20:03:46.772 INFO STEP 119 (ensure_file) COMPLETE |
9576 | 2024-10-31T20:03:47.886Z | [ host-image] Oct 31 20:03:46.772 INFO O| Oct 31 20:03:46.772 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9577 | 2024-10-31T20:03:47.894Z | [ host-image] Oct 31 20:03:46.784 INFO O| Oct 31 20:03:46.784 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9578 | 2024-10-31T20:03:47.894Z | [ host-image] Oct 31 20:03:46.784 INFO O| Oct 31 20:03:46.784 INFO STEP 120 (ensure_dir) COMPLETE |
9579 | 2024-10-31T20:03:47.897Z | [ host-image] Oct 31 20:03:46.784 INFO O| Oct 31 20:03:46.784 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9580 | 2024-10-31T20:03:47.904Z | [ host-image] Oct 31 20:03:46.794 INFO O| Oct 31 20:03:46.794 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9581 | 2024-10-31T20:03:47.904Z | [ host-image] Oct 31 20:03:46.794 INFO O| Oct 31 20:03:46.794 INFO STEP 121 (ensure_dir) COMPLETE |
9582 | 2024-10-31T20:03:47.906Z | [ host-image] Oct 31 20:03:46.794 INFO O| Oct 31 20:03:46.794 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9583 | 2024-10-31T20:03:47.914Z | [ host-image] Oct 31 20:03:46.803 INFO O| Oct 31 20:03:46.803 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9584 | 2024-10-31T20:03:47.914Z | [ host-image] Oct 31 20:03:46.803 INFO O| Oct 31 20:03:46.803 INFO STEP 122 (ensure_dir) COMPLETE |
9585 | 2024-10-31T20:03:47.916Z | [ host-image] Oct 31 20:03:46.804 INFO O| Oct 31 20:03:46.803 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9586 | 2024-10-31T20:03:47.924Z | [ host-image] Oct 31 20:03:46.813 INFO O| Oct 31 20:03:46.813 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9587 | 2024-10-31T20:03:47.924Z | [ host-image] Oct 31 20:03:46.813 INFO O| Oct 31 20:03:46.813 INFO STEP 123 (ensure_dir) COMPLETE |
9588 | 2024-10-31T20:03:47.926Z | [ host-image] Oct 31 20:03:46.813 INFO O| Oct 31 20:03:46.813 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9589 | 2024-10-31T20:03:47.934Z | [ host-image] Oct 31 20:03:46.823 INFO O| Oct 31 20:03:46.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9590 | 2024-10-31T20:03:47.934Z | [ host-image] Oct 31 20:03:46.823 INFO O| Oct 31 20:03:46.823 INFO copying /tmp/.tmpap0uK3/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 ... |
9591 | 2024-10-31T20:03:47.936Z | [ host-image] Oct 31 20:03:46.824 INFO O| Oct 31 20:03:46.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9592 | 2024-10-31T20:03:47.936Z | [ host-image] Oct 31 20:03:46.824 INFO O| Oct 31 20:03:46.824 INFO ok! |
9593 | 2024-10-31T20:03:47.936Z | [ host-image] Oct 31 20:03:46.824 INFO O| Oct 31 20:03:46.824 INFO STEP 124 (ensure_file) COMPLETE |
9594 | 2024-10-31T20:03:47.936Z | [ host-image] Oct 31 20:03:46.824 INFO O| Oct 31 20:03:46.824 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9595 | 2024-10-31T20:03:47.943Z | [ host-image] Oct 31 20:03:46.833 INFO O| Oct 31 20:03:46.833 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9596 | 2024-10-31T20:03:47.943Z | [ host-image] Oct 31 20:03:46.833 INFO O| Oct 31 20:03:46.833 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9597 | 2024-10-31T20:03:47.946Z | [ host-image] Oct 31 20:03:46.833 INFO O| Oct 31 20:03:46.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9598 | 2024-10-31T20:03:47.946Z | [ host-image] Oct 31 20:03:46.833 INFO O| Oct 31 20:03:46.833 INFO STEP 125 (ensure_dir) COMPLETE |
9599 | 2024-10-31T20:03:47.946Z | [ host-image] Oct 31 20:03:46.833 INFO O| Oct 31 20:03:46.833 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9600 | 2024-10-31T20:03:47.953Z | [ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9601 | 2024-10-31T20:03:47.953Z | [ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 INFO copying /tmp/.tmpap0uK3/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9602 | 2024-10-31T20:03:47.956Z | [ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9603 | 2024-10-31T20:03:47.956Z | [ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 INFO ok! |
9604 | 2024-10-31T20:03:47.956Z | [ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 INFO STEP 126 (ensure_file) COMPLETE |
9605 | 2024-10-31T20:03:47.956Z | [ host-image] Oct 31 20:03:46.843 INFO O| Oct 31 20:03:46.843 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9606 | 2024-10-31T20:03:47.963Z | [ host-image] Oct 31 20:03:46.853 INFO O| Oct 31 20:03:46.852 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9607 | 2024-10-31T20:03:47.966Z | [ host-image] Oct 31 20:03:46.853 INFO O| Oct 31 20:03:46.853 INFO STEP 127 (remove_files) COMPLETE |
9608 | 2024-10-31T20:03:47.966Z | [ host-image] Oct 31 20:03:46.853 INFO O| Oct 31 20:03:46.853 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9609 | 2024-10-31T20:03:47.973Z | [ host-image] Oct 31 20:03:46.862 INFO O| Oct 31 20:03:46.862 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9610 | 2024-10-31T20:03:47.973Z | [ host-image] Oct 31 20:03:46.863 INFO O| Oct 31 20:03:46.862 INFO STEP 128 (remove_files) COMPLETE |
9611 | 2024-10-31T20:03:47.975Z | [ host-image] Oct 31 20:03:46.863 INFO O| Oct 31 20:03:46.863 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9612 | 2024-10-31T20:03:47.982Z | [ host-image] Oct 31 20:03:46.872 INFO O| Oct 31 20:03:46.872 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9613 | 2024-10-31T20:03:47.986Z | [ host-image] Oct 31 20:03:46.872 INFO O| Oct 31 20:03:46.872 INFO STEP 129 (remove_files) COMPLETE |
9614 | 2024-10-31T20:03:47.986Z | [ host-image] Oct 31 20:03:46.872 INFO O| Oct 31 20:03:46.872 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9615 | 2024-10-31T20:03:47.993Z | [ host-image] Oct 31 20:03:46.882 INFO O| Oct 31 20:03:46.882 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9616 | 2024-10-31T20:03:47.995Z | [ host-image] Oct 31 20:03:46.882 INFO O| Oct 31 20:03:46.882 INFO STEP 130 (remove_files) COMPLETE |
9617 | 2024-10-31T20:03:47.995Z | [ host-image] Oct 31 20:03:46.882 INFO O| Oct 31 20:03:46.882 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9618 | 2024-10-31T20:03:48.002Z | [ host-image] Oct 31 20:03:46.892 INFO O| Oct 31 20:03:46.892 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9619 | 2024-10-31T20:03:48.005Z | [ host-image] Oct 31 20:03:46.892 INFO O| Oct 31 20:03:46.892 INFO STEP 131 (remove_files) COMPLETE |
9620 | 2024-10-31T20:03:48.005Z | [ host-image] Oct 31 20:03:46.892 INFO O| Oct 31 20:03:46.892 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9621 | 2024-10-31T20:03:48.012Z | [ host-image] Oct 31 20:03:46.902 INFO O| Oct 31 20:03:46.902 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9622 | 2024-10-31T20:03:48.015Z | [ host-image] Oct 31 20:03:46.902 INFO O| Oct 31 20:03:46.902 INFO STEP 132 (remove_files) COMPLETE |
9623 | 2024-10-31T20:03:48.015Z | [ host-image] Oct 31 20:03:46.902 INFO O| Oct 31 20:03:46.902 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9624 | 2024-10-31T20:03:48.022Z | [ host-image] Oct 31 20:03:46.912 INFO O| Oct 31 20:03:46.912 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9625 | 2024-10-31T20:03:48.022Z | [ host-image] Oct 31 20:03:46.912 INFO O| Oct 31 20:03:46.912 INFO STEP 133 (remove_files) COMPLETE |
9626 | 2024-10-31T20:03:48.025Z | [ host-image] Oct 31 20:03:46.912 INFO O| Oct 31 20:03:46.912 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9627 | 2024-10-31T20:03:48.032Z | [ host-image] Oct 31 20:03:46.922 INFO O| Oct 31 20:03:46.922 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9628 | 2024-10-31T20:03:48.034Z | [ host-image] Oct 31 20:03:46.922 INFO O| Oct 31 20:03:46.922 INFO STEP 134 (remove_files) COMPLETE |
9629 | 2024-10-31T20:03:48.034Z | [ host-image] Oct 31 20:03:46.922 INFO O| Oct 31 20:03:46.922 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9630 | 2024-10-31T20:03:48.042Z | [ host-image] Oct 31 20:03:46.932 INFO O| Oct 31 20:03:46.932 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9631 | 2024-10-31T20:03:48.042Z | [ host-image] Oct 31 20:03:46.932 INFO O| Oct 31 20:03:46.932 INFO STEP 135 (remove_files) COMPLETE |
9632 | 2024-10-31T20:03:48.042Z | [ host-image] Oct 31 20:03:46.932 INFO O| Oct 31 20:03:46.932 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9633 | 2024-10-31T20:03:48.052Z | [ host-image] Oct 31 20:03:46.941 INFO O| Oct 31 20:03:46.941 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9634 | 2024-10-31T20:03:48.054Z | [ host-image] Oct 31 20:03:46.941 INFO O| Oct 31 20:03:46.941 INFO STEP 136 (remove_files) COMPLETE |
9635 | 2024-10-31T20:03:48.054Z | [ host-image] Oct 31 20:03:46.941 INFO O| Oct 31 20:03:46.941 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9636 | 2024-10-31T20:03:48.062Z | [ host-image] Oct 31 20:03:46.951 INFO O| Oct 31 20:03:46.951 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9637 | 2024-10-31T20:03:48.062Z | [ host-image] Oct 31 20:03:46.951 INFO O| Oct 31 20:03:46.951 INFO STEP 137 (remove_files) COMPLETE |
9638 | 2024-10-31T20:03:48.064Z | [ host-image] Oct 31 20:03:46.951 INFO O| Oct 31 20:03:46.951 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9639 | 2024-10-31T20:03:48.071Z | [ host-image] Oct 31 20:03:46.961 INFO O| Oct 31 20:03:46.961 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9640 | 2024-10-31T20:03:48.071Z | [ host-image] Oct 31 20:03:46.961 INFO O| Oct 31 20:03:46.961 INFO STEP 138 (remove_files) COMPLETE |
9641 | 2024-10-31T20:03:48.073Z | [ host-image] Oct 31 20:03:46.961 INFO O| Oct 31 20:03:46.961 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9642 | 2024-10-31T20:03:48.080Z | [ host-image] Oct 31 20:03:46.970 INFO O| Oct 31 20:03:46.970 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9643 | 2024-10-31T20:03:48.080Z | [ host-image] Oct 31 20:03:46.970 INFO O| Oct 31 20:03:46.970 INFO STEP 139 (remove_files) COMPLETE |
9644 | 2024-10-31T20:03:48.080Z | [ host-image] Oct 31 20:03:46.970 INFO O| Oct 31 20:03:46.970 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9645 | 2024-10-31T20:03:48.090Z | [ host-image] Oct 31 20:03:46.980 INFO O| Oct 31 20:03:46.980 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9646 | 2024-10-31T20:03:48.090Z | [ host-image] Oct 31 20:03:46.980 INFO O| Oct 31 20:03:46.980 INFO STEP 140 (remove_files) COMPLETE |
9647 | 2024-10-31T20:03:48.093Z | [ host-image] Oct 31 20:03:46.980 INFO O| Oct 31 20:03:46.980 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9648 | 2024-10-31T20:03:48.100Z | [ host-image] Oct 31 20:03:46.990 INFO O| Oct 31 20:03:46.989 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9649 | 2024-10-31T20:03:48.100Z | [ host-image] Oct 31 20:03:46.990 INFO O| Oct 31 20:03:46.990 INFO STEP 141 (remove_files) COMPLETE |
9650 | 2024-10-31T20:03:48.100Z | [ host-image] Oct 31 20:03:46.990 INFO O| Oct 31 20:03:46.990 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9651 | 2024-10-31T20:03:48.110Z | [ host-image] Oct 31 20:03:47.000 INFO O| Oct 31 20:03:47.000 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9652 | 2024-10-31T20:03:48.110Z | [ host-image] Oct 31 20:03:47.000 INFO O| Oct 31 20:03:47.000 INFO STEP 142 (remove_files) COMPLETE |
9653 | 2024-10-31T20:03:48.110Z | [ host-image] Oct 31 20:03:47.000 INFO O| Oct 31 20:03:47.000 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9654 | 2024-10-31T20:03:48.121Z | [ host-image] Oct 31 20:03:47.010 INFO O| Oct 31 20:03:47.010 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9655 | 2024-10-31T20:03:48.121Z | [ host-image] Oct 31 20:03:47.010 INFO O| Oct 31 20:03:47.010 INFO STEP 143 (remove_files) COMPLETE |
9656 | 2024-10-31T20:03:48.121Z | [ host-image] Oct 31 20:03:47.010 INFO O| Oct 31 20:03:47.010 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9657 | 2024-10-31T20:03:48.130Z | [ host-image] Oct 31 20:03:47.020 INFO O| Oct 31 20:03:47.020 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9658 | 2024-10-31T20:03:48.130Z | [ host-image] Oct 31 20:03:47.020 INFO O| Oct 31 20:03:47.020 INFO STEP 144 (remove_files) COMPLETE |
9659 | 2024-10-31T20:03:48.133Z | [ host-image] Oct 31 20:03:47.020 INFO O| Oct 31 20:03:47.020 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9660 | 2024-10-31T20:03:48.140Z | [ host-image] Oct 31 20:03:47.029 INFO O| Oct 31 20:03:47.029 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9661 | 2024-10-31T20:03:48.140Z | [ host-image] Oct 31 20:03:47.029 INFO O| Oct 31 20:03:47.029 INFO STEP 145 (remove_files) COMPLETE |
9662 | 2024-10-31T20:03:48.142Z | [ host-image] Oct 31 20:03:47.029 INFO O| Oct 31 20:03:47.029 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9663 | 2024-10-31T20:03:48.149Z | [ host-image] Oct 31 20:03:47.039 INFO O| Oct 31 20:03:47.039 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9664 | 2024-10-31T20:03:48.151Z | [ host-image] Oct 31 20:03:47.039 INFO O| Oct 31 20:03:47.039 INFO STEP 146 (remove_files) COMPLETE |
9665 | 2024-10-31T20:03:48.151Z | [ host-image] Oct 31 20:03:47.039 INFO O| Oct 31 20:03:47.039 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9666 | 2024-10-31T20:03:48.159Z | [ host-image] Oct 31 20:03:47.048 INFO O| Oct 31 20:03:47.048 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9667 | 2024-10-31T20:03:48.159Z | [ host-image] Oct 31 20:03:47.048 INFO O| Oct 31 20:03:47.048 INFO STEP 147 (remove_files) COMPLETE |
9668 | 2024-10-31T20:03:48.161Z | [ host-image] Oct 31 20:03:47.048 INFO O| Oct 31 20:03:47.048 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9669 | 2024-10-31T20:03:48.168Z | [ host-image] Oct 31 20:03:47.058 INFO O| Oct 31 20:03:47.058 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9670 | 2024-10-31T20:03:48.171Z | [ host-image] Oct 31 20:03:47.058 INFO O| Oct 31 20:03:47.058 INFO STEP 148 (remove_files) COMPLETE |
9671 | 2024-10-31T20:03:48.171Z | [ host-image] Oct 31 20:03:47.058 INFO O| Oct 31 20:03:47.058 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9672 | 2024-10-31T20:03:48.178Z | [ host-image] Oct 31 20:03:47.068 INFO O| Oct 31 20:03:47.068 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9673 | 2024-10-31T20:03:48.181Z | [ host-image] Oct 31 20:03:47.068 INFO O| Oct 31 20:03:47.068 INFO STEP 149 (remove_files) COMPLETE |
9674 | 2024-10-31T20:03:48.181Z | [ host-image] Oct 31 20:03:47.068 INFO O| Oct 31 20:03:47.068 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9675 | 2024-10-31T20:03:48.188Z | [ host-image] Oct 31 20:03:47.077 INFO O| Oct 31 20:03:47.077 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9676 | 2024-10-31T20:03:48.188Z | [ host-image] Oct 31 20:03:47.077 INFO O| Oct 31 20:03:47.077 INFO STEP 150 (remove_files) COMPLETE |
9677 | 2024-10-31T20:03:48.190Z | [ host-image] Oct 31 20:03:47.077 INFO O| Oct 31 20:03:47.077 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9678 | 2024-10-31T20:03:48.198Z | [ host-image] Oct 31 20:03:47.087 INFO O| Oct 31 20:03:47.087 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9679 | 2024-10-31T20:03:48.198Z | [ host-image] Oct 31 20:03:47.087 INFO O| Oct 31 20:03:47.087 INFO STEP 151 (remove_files) COMPLETE |
9680 | 2024-10-31T20:03:48.200Z | [ host-image] Oct 31 20:03:47.087 INFO O| Oct 31 20:03:47.087 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9681 | 2024-10-31T20:03:48.207Z | [ host-image] Oct 31 20:03:47.097 INFO O| Oct 31 20:03:47.097 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9682 | 2024-10-31T20:03:48.210Z | [ host-image] Oct 31 20:03:47.097 INFO O| Oct 31 20:03:47.097 INFO STEP 152 (remove_files) COMPLETE |
9683 | 2024-10-31T20:03:48.210Z | [ host-image] Oct 31 20:03:47.097 INFO O| Oct 31 20:03:47.097 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9684 | 2024-10-31T20:03:48.217Z | [ host-image] Oct 31 20:03:47.107 INFO O| Oct 31 20:03:47.106 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9685 | 2024-10-31T20:03:48.219Z | [ host-image] Oct 31 20:03:47.107 INFO O| Oct 31 20:03:47.107 INFO STEP 153 (remove_files) COMPLETE |
9686 | 2024-10-31T20:03:48.220Z | [ host-image] Oct 31 20:03:47.107 INFO O| Oct 31 20:03:47.107 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9687 | 2024-10-31T20:03:48.227Z | [ host-image] Oct 31 20:03:47.116 INFO O| Oct 31 20:03:47.116 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9688 | 2024-10-31T20:03:48.227Z | [ host-image] Oct 31 20:03:47.116 INFO O| Oct 31 20:03:47.116 INFO STEP 154 (remove_files) COMPLETE |
9689 | 2024-10-31T20:03:48.229Z | [ host-image] Oct 31 20:03:47.116 INFO O| Oct 31 20:03:47.116 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9690 | 2024-10-31T20:03:48.236Z | [ host-image] Oct 31 20:03:47.126 INFO O| Oct 31 20:03:47.126 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9691 | 2024-10-31T20:03:48.236Z | [ host-image] Oct 31 20:03:47.126 INFO O| Oct 31 20:03:47.126 INFO STEP 155 (remove_files) COMPLETE |
9692 | 2024-10-31T20:03:48.236Z | [ host-image] Oct 31 20:03:47.126 INFO O| Oct 31 20:03:47.126 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9693 | 2024-10-31T20:03:48.251Z | [ host-image] Oct 31 20:03:47.141 INFO O| Oct 31 20:03:47.141 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9694 | 2024-10-31T20:03:48.254Z | [ host-image] Oct 31 20:03:47.141 INFO O| Oct 31 20:03:47.141 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9695 | 2024-10-31T20:03:55.490Z | [ host-image] Oct 31 20:03:54.378 INFO O| Oct 31 20:03:54.378 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 |
9696 | 2024-10-31T20:03:55.490Z | [ host-image] Oct 31 20:03:54.378 INFO O| Oct 31 20:03:54.378 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9697 | 2024-10-31T20:03:55.505Z | [ host-image] Oct 31 20:03:54.393 INFO O| Oct 31 20:03:54.393 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_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9698 | 2024-10-31T20:03:55.582Z | [ host-image] Oct 31 20:03:54.471 INFO O| Oct 31 20:03:54.471 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9699 | 2024-10-31T20:03:55.582Z | [ host-image] Oct 31 20:03:54.471 INFO O| Oct 31 20:03:54.471 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9700 | 2024-10-31T20:03:55.585Z | [ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9701 | 2024-10-31T20:03:55.585Z | [ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO ok! |
9702 | 2024-10-31T20:03:55.585Z | [ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9703 | 2024-10-31T20:03:55.585Z | [ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO STEP 156 (seed_smf) COMPLETE |
9704 | 2024-10-31T20:03:55.585Z | [ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO steps complete; finalising image! |
9705 | 2024-10-31T20:03:55.585Z | [ host-image] Oct 31 20:03:54.473 INFO O| Oct 31 20:03:54.473 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9706 | 2024-10-31T20:03:55.719Z | [ host-image] Oct 31 20:03:54.608 INFO O| Oct 31 20:03:54.608 INFO trim TEMPORARY-gimlet-zfs: (4% trimmed, started at Thu Oct 31 20:03:54 2024) |
9707 | 2024-10-31T20:03:55.940Z | [ host-image] Oct 31 20:03:54.829 INFO O| Oct 31 20:03:54.828 INFO temporary pool has 687M used, 145M avail, 1.86x compressratio |
9708 | 2024-10-31T20:03:55.940Z | [ host-image] Oct 31 20:03:54.829 INFO O| Oct 31 20:03:54.828 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9709 | 2024-10-31T20:03:56.216Z | [ host-image] Oct 31 20:03:55.105 INFO O| Oct 31 20:03:55.104 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9710 | 2024-10-31T20:03:56.216Z | [ host-image] Oct 31 20:03:55.105 INFO O| Oct 31 20:03:55.105 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9711 | 2024-10-31T20:03:57.287Z | [ host-image] Oct 31 20:03:56.174 INFO O| Oct 31 20:03:56.174 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9712 | 2024-10-31T20:03:57.287Z | [ host-image] Oct 31 20:03:56.174 INFO O| Oct 31 20:03:56.174 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9713 | 2024-10-31T20:03:57.290Z | [ host-image] Oct 31 20:03:56.174 INFO O| Oct 31 20:03:56.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9714 | 2024-10-31T20:03:57.290Z | [ host-image] Oct 31 20:03:56.174 INFO O| Oct 31 20:03:56.174 INFO completed processing gimlet/zfs |
9715 | 2024-10-31T20:03:57.290Z | [ host-image] Oct 31 20:03:56.174 INFO O| Oct 31 20:03:56.174 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9716 | 2024-10-31T20:04:03.536Z | [ host-image] Oct 31 20:04:02.424 INFO O| Oct 31 20:04:02.424 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9717 | 2024-10-31T20:04:03.629Z | [ host-image] Oct 31 20:04:02.517 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
9718 | 2024-10-31T20:04:03.629Z | [ host-image] Oct 31 20:04:02.517 INFO expanded image name: "ci 2a50385/${os_short_commit} 2024-10-31 19:31" -> "ci 2a50385/54a974b 2024-10-31 19:31" |
9719 | 2024-10-31T20:04:03.632Z | [ host-image] Oct 31 20:04:02.518 INFO output artefacts stored in: "/work/os-host" |
9720 | 2024-10-31T20:04:03.632Z | [ host-image] Oct 31 20:04:02.518 INFO collecting git info from project "pilot"... |
9721 | 2024-10-31T20:04:03.637Z | [ host-image] Oct 31 20:04:02.523 INFO collecting git info from project "chelsio-t6-roms"... |
9722 | 2024-10-31T20:04:03.640Z | [ host-image] Oct 31 20:04:02.528 INFO collecting git info from project "image-builder"... |
9723 | 2024-10-31T20:04:03.644Z | [ host-image] Oct 31 20:04:02.532 INFO collecting git info from project "amd-host-image-builder"... |
9724 | 2024-10-31T20:04:03.657Z | [ host-image] Oct 31 20:04:02.545 INFO collecting git info from project "pinprick"... |
9725 | 2024-10-31T20:04:03.661Z | [ host-image] Oct 31 20:04:02.550 INFO collecting git info from project "phbl"... |
9726 | 2024-10-31T20:04:03.666Z | [ host-image] Oct 31 20:04:02.554 INFO collecting git info from project "amd-firmware"... |
9727 | 2024-10-31T20:04:03.675Z | [ host-image] Oct 31 20:04:02.562 INFO collecting git info from project "bootserver"... |
9728 | 2024-10-31T20:04:03.681Z | [ host-image] Oct 31 20:04:02.567 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9729 | 2024-10-31T20:04:04.038Z | [ host-image] Oct 31 20:04:02.926 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9730 | 2024-10-31T20:04:04.384Z | [ host-image] Oct 31 20:04:03.272 INFO creating Oxide boot image... |
9731 | 2024-10-31T20:04:04.384Z | [ host-image] Oct 31 20:04:03.272 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 2a50385/54a974b 2024-10-31 19:31", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9732 | 2024-10-31T20:04:05.311Z | [ host-image] Oct 31 20:04:04.199 INFO O| ok, image written! |
9733 | 2024-10-31T20:04:05.311Z | [ host-image] Oct 31 20:04:04.199 INFO O| ok, boot_image_csum file written! |
9734 | 2024-10-31T20:04:05.315Z | [ host-image] Oct 31 20:04:04.202 INFO creating boot archive (CPIO)... |
9735 | 2024-10-31T20:04:05.315Z | [ host-image] Oct 31 20:04:04.202 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 |
9736 | 2024-10-31T20:04:05.325Z | [ host-image] Oct 31 20:04:04.213 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9737 | 2024-10-31T20:04:05.325Z | [ host-image] Oct 31 20:04:04.213 INFO E| + outfile=/work/os-host/cpio |
9738 | 2024-10-31T20:04:05.328Z | [ host-image] Oct 31 20:04:04.213 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9739 | 2024-10-31T20:04:05.328Z | [ host-image] Oct 31 20:04:04.215 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9740 | 2024-10-31T20:04:05.329Z | [ host-image] Oct 31 20:04:04.215 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9741 | 2024-10-31T20:04:05.363Z | [ host-image] Oct 31 20:04:04.249 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9742 | 2024-10-31T20:04:05.363Z | [ host-image] Oct 31 20:04:04.249 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9743 | 2024-10-31T20:04:05.372Z | [ host-image] Oct 31 20:04:04.257 INFO creating compressed cpio/unix for nanobl-rs... |
9744 | 2024-10-31T20:04:05.372Z | [ host-image] Oct 31 20:04:04.257 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 |
9745 | 2024-10-31T20:04:05.646Z | [ host-image] Oct 31 20:04:04.534 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9746 | 2024-10-31T20:04:09.754Z | [ host-image] Oct 31 20:04:08.642 INFO creating reset image... |
9747 | 2024-10-31T20:04:09.757Z | [ host-image] Oct 31 20:04:08.642 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9748 | 2024-10-31T20:04:09.840Z | [ host-image] Oct 31 20:04:08.727 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9749 | 2024-10-31T20:04:09.842Z | [ host-image] Oct 31 20:04:08.728 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9750 | 2024-10-31T20:04:09.891Z | [ host-image] Oct 31 20:04:08.779 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9751 | 2024-10-31T20:04:11.708Z | [ host-image] Oct 31 20:04:10.595 INFO E| Finished `release` profile [optimized] target(s) in 1.85s |
9752 | 2024-10-31T20:04:11.718Z | [ host-image] Oct 31 20:04:10.606 INFO building host image... |
9753 | 2024-10-31T20:04:11.722Z | [ host-image] Oct 31 20:04:10.606 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") |
9754 | 2024-10-31T20:04:12.213Z | [ host-image] Oct 31 20:04:11.100 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9755 | 2024-10-31T20:04:59.218Z | [ host-image] Oct 31 20:04:58.102 INFO image complete! materials are in "/work/os-host" |
9756 | 2024-10-31T20:04:59.221Z | [ host-image] |
9757 | 2024-10-31T20:04:59.223Z | [ host-image] real 9:56.371108480 |
9758 | 2024-10-31T20:04:59.223Z | [ host-image] user 4:42.123352952 |
9759 | 2024-10-31T20:04:59.223Z | [ host-image] sys 48.519606171 |
9760 | 2024-10-31T20:04:59.223Z | [ host-image] trap 0.174763268 |
9761 | 2024-10-31T20:04:59.223Z | [ host-image] tflt 0.024472554 |
9762 | 2024-10-31T20:04:59.223Z | [ host-image] dflt 0.051927403 |
9763 | 2024-10-31T20:04:59.223Z | [ host-image] kflt 0.000005269 |
9764 | 2024-10-31T20:04:59.223Z | [ host-image] lock 10:10.096562162 |
9765 | 2024-10-31T20:04:59.224Z | [ host-image] slp 55:37.868186887 |
9766 | 2024-10-31T20:04:59.224Z | [ host-image] lat 1:15.030158563 |
9767 | 2024-10-31T20:04:59.224Z | [ host-image] stop 0.420506039 |
9768 | 2024-10-31T20:04:59.224Z | Oct 31 20:04:58.106 INFO [host-image] process exited with exit status: 0 (596.386719094s) |
9769 | 2024-10-31T20:04:59.224Z | Oct 31 20:04:58.106 INFO [tuf-repo] running task |
9770 | 2024-10-31T20:05:06.295Z | Oct 31 20:05:05.179 INFO assembling repository in `/tmp/tufaceoush1nN9z`, component: OmicronRepoAssembler |
9771 | 2024-10-31T20:05:11.289Z | Oct 31 20:05:10.172 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9772 | 2024-10-31T20:05:11.466Z | Oct 31 20:05:10.349 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9773 | 2024-10-31T20:05:23.052Z | Oct 31 20:05:21.934 INFO [tuf-repo] task succeeded (23.827309698s) |
9774 | 2024-10-31T20:05:23.052Z | Oct 31 20:05:21.934 INFO all jobs completed in 2019.385207125s |
9775 | 2024-10-31T20:05:23.604Z | process exited: duration 2614570 ms, exit code 0 |
|
9776 | 2024-10-31T20:05:23.616Z | found 33 output files |
9777 | 2024-10-31T20:05:23.616Z | uploading: /work/manifest.toml (8404 bytes) |
9778 | 2024-10-31T20:05:24.628Z | uploaded: /work/manifest.toml |
9779 | 2024-10-31T20:05:24.628Z | uploading: /work/repo.zip (1858062681 bytes) |
9780 | 2024-10-31T20:06:03.595Z | uploaded: /work/repo.zip |
9781 | 2024-10-31T20:06:03.595Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9782 | 2024-10-31T20:06:04.642Z | uploaded: /work/repo.zip.sha256.txt |
9783 | 2024-10-31T20:06:04.642Z | uploading: /work/helios-setup.log (65527 bytes) |
9784 | 2024-10-31T20:06:05.653Z | uploaded: /work/helios-setup.log |
9785 | 2024-10-31T20:06:05.653Z | uploading: /work/host-image.log (195442 bytes) |
9786 | 2024-10-31T20:06:06.667Z | uploaded: /work/host-image.log |
9787 | 2024-10-31T20:06:06.667Z | uploading: /work/host-package.log (22417 bytes) |
9788 | 2024-10-31T20:06:07.677Z | uploaded: /work/host-package.log |
9789 | 2024-10-31T20:06:07.677Z | uploading: /work/host-target.log (101 bytes) |
9790 | 2024-10-31T20:06:08.685Z | uploaded: /work/host-target.log |
9791 | 2024-10-31T20:06:08.686Z | uploading: /work/omicron-package.log (4946 bytes) |
9792 | 2024-10-31T20:06:09.694Z | uploaded: /work/omicron-package.log |
9793 | 2024-10-31T20:06:09.694Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9794 | 2024-10-31T20:06:10.705Z | uploaded: /work/phbl-toolchain.log |
9795 | 2024-10-31T20:06:10.705Z | uploading: /work/recovery-image.log (592056 bytes) |
9796 | 2024-10-31T20:06:11.726Z | uploaded: /work/recovery-image.log |
9797 | 2024-10-31T20:06:11.726Z | uploading: /work/recovery-package.log (321 bytes) |
9798 | 2024-10-31T20:06:12.736Z | uploaded: /work/recovery-package.log |
9799 | 2024-10-31T20:06:12.736Z | uploading: /work/recovery-target.log (98 bytes) |
9800 | 2024-10-31T20:06:13.745Z | uploaded: /work/recovery-target.log |
9801 | 2024-10-31T20:06:13.745Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9802 | 2024-10-31T20:06:14.754Z | uploaded: /work/stamp-clickhouse.log |
9803 | 2024-10-31T20:06:14.755Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9804 | 2024-10-31T20:06:15.763Z | uploaded: /work/stamp-clickhouse_keeper.log |
9805 | 2024-10-31T20:06:15.763Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9806 | 2024-10-31T20:06:16.772Z | uploaded: /work/stamp-cockroachdb.log |
9807 | 2024-10-31T20:06:16.772Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9808 | 2024-10-31T20:06:17.780Z | uploaded: /work/stamp-crucible-dtrace.log |
9809 | 2024-10-31T20:06:17.780Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9810 | 2024-10-31T20:06:18.788Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9811 | 2024-10-31T20:06:18.788Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9812 | 2024-10-31T20:06:19.797Z | uploaded: /work/stamp-crucible-zone.log |
9813 | 2024-10-31T20:06:19.797Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9814 | 2024-10-31T20:06:20.804Z | uploaded: /work/stamp-external-dns.log |
9815 | 2024-10-31T20:06:20.804Z | uploading: /work/stamp-installinator.log (103 bytes) |
9816 | 2024-10-31T20:06:21.811Z | uploaded: /work/stamp-installinator.log |
9817 | 2024-10-31T20:06:21.811Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9818 | 2024-10-31T20:06:22.821Z | uploaded: /work/stamp-internal-dns.log |
9819 | 2024-10-31T20:06:22.821Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9820 | 2024-10-31T20:06:23.832Z | uploaded: /work/stamp-mg-ddm-gz.log |
9821 | 2024-10-31T20:06:23.832Z | uploading: /work/stamp-nexus.log (112 bytes) |
9822 | 2024-10-31T20:06:24.843Z | uploaded: /work/stamp-nexus.log |
9823 | 2024-10-31T20:06:24.843Z | uploading: /work/stamp-ntp.log (110 bytes) |
9824 | 2024-10-31T20:06:25.851Z | uploaded: /work/stamp-ntp.log |
9825 | 2024-10-31T20:06:25.851Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9826 | 2024-10-31T20:06:26.859Z | uploaded: /work/stamp-omicron-sled-agent.log |
9827 | 2024-10-31T20:06:26.859Z | uploading: /work/stamp-overlay.log (114 bytes) |
9828 | 2024-10-31T20:06:27.867Z | uploaded: /work/stamp-overlay.log |
9829 | 2024-10-31T20:06:27.867Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9830 | 2024-10-31T20:06:28.875Z | uploaded: /work/stamp-oximeter.log |
9831 | 2024-10-31T20:06:28.875Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9832 | 2024-10-31T20:06:29.882Z | uploaded: /work/stamp-oxlog.log |
9833 | 2024-10-31T20:06:29.882Z | uploading: /work/stamp-probe.log (112 bytes) |
9834 | 2024-10-31T20:06:30.890Z | uploaded: /work/stamp-probe.log |
9835 | 2024-10-31T20:06:30.890Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9836 | 2024-10-31T20:06:31.901Z | uploaded: /work/stamp-propolis-server.log |
9837 | 2024-10-31T20:06:31.901Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9838 | 2024-10-31T20:06:32.911Z | uploaded: /work/stamp-pumpkind-gz.log |
9839 | 2024-10-31T20:06:32.911Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9840 | 2024-10-31T20:06:33.919Z | uploaded: /work/stamp-switch-asic.log |
9841 | 2024-10-31T20:06:33.922Z | uploading: /work/verify-libraries.log (3720 bytes) |
9842 | 2024-10-31T20:06:34.927Z | uploaded: /work/verify-libraries.log |