|
|
|
1 | 2024-12-13T23:52:17.484Z | job assigned to worker 01JF16XT75T71FQ01QPNMCQDCX [factory aws, i-0a18ca32f6899e20d] (queued for 1 m 13 s) |
|
2 | 2024-12-13T23:52:25.223Z | starting task 0: "setup" |
3 | 2024-12-13T23:52:25.235Z | ++ uname -s |
4 | 2024-12-13T23:52:25.239Z | + kern=SunOS |
5 | 2024-12-13T23:52:25.239Z | + case "$kern" in |
6 | 2024-12-13T23:52:25.239Z | + groupadd -g 12345 build |
7 | 2024-12-13T23:52:25.241Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T23:52:27.247Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T23:52:27.358Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T23:52:27.361Z | + home_fs=zfs |
11 | 2024-12-13T23:52:27.361Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T23:52:27.361Z | + mkdir -p /home/build |
13 | 2024-12-13T23:52:27.361Z | + chown build:build /home/build /work |
14 | 2024-12-13T23:52:29.363Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T23:52:29.366Z | process exited: duration 4142 ms, exit code 0 |
|
16 | 2024-12-13T23:52:29.372Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T23:52:29.377Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T23:52:29.377Z | ' 1.81.0 |
19 | 2024-12-13T23:52:29.377Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-13T23:52:29.377Z | ' default |
21 | 2024-12-13T23:52:29.377Z | * toolchain channel = "1.81.0" |
22 | 2024-12-13T23:52:29.377Z | * toolchain profile = "default" |
23 | 2024-12-13T23:52:29.380Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T23:52:29.380Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T23:52:29.496Z | info: downloading installer |
26 | 2024-12-13T23:52:30.892Z | info: profile set to 'default' |
27 | 2024-12-13T23:52:30.892Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T23:52:30.895Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T23:52:31.065Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T23:52:31.065Z | info: downloading component 'cargo' |
31 | 2024-12-13T23:52:32.075Z | info: downloading component 'clippy' |
32 | 2024-12-13T23:52:32.448Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T23:52:33.856Z | info: downloading component 'rust-std' |
34 | 2024-12-13T23:52:36.048Z | info: downloading component 'rustc' |
35 | 2024-12-13T23:52:43.895Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T23:52:44.192Z | info: installing component 'cargo' |
37 | 2024-12-13T23:52:44.981Z | info: installing component 'clippy' |
38 | 2024-12-13T23:52:45.339Z | info: installing component 'rust-docs' |
39 | 2024-12-13T23:52:46.971Z | info: installing component 'rust-std' |
40 | 2024-12-13T23:52:48.699Z | info: installing component 'rustc' |
41 | 2024-12-13T23:52:54.377Z | info: installing component 'rustfmt' |
42 | 2024-12-13T23:52:54.699Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T23:52:54.699Z | |
44 | 2024-12-13T23:52:55.071Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T23:52:55.071Z | |
46 | 2024-12-13T23:52:55.074Z | |
47 | 2024-12-13T23:52:55.074Z | Rust is installed now. Great! |
48 | 2024-12-13T23:52:55.074Z | |
49 | 2024-12-13T23:52:55.074Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T23:52:55.074Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T23:52:55.074Z | |
52 | 2024-12-13T23:52:55.074Z | To configure your current shell, you need to source |
53 | 2024-12-13T23:52:55.074Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T23:52:55.074Z | |
55 | 2024-12-13T23:52:55.074Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T23:52:55.074Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T23:52:55.074Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T23:52:55.146Z | + rustc --version |
59 | 2024-12-13T23:52:55.210Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T23:52:55.217Z | process exited: duration 25835 ms, exit code 0 |
|
61 | 2024-12-13T23:52:55.227Z | starting task 2: "authentication" |
62 | 2024-12-13T23:52:55.246Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-13T23:52:55.252Z | starting task 3: "clone repository" |
64 | 2024-12-13T23:52:55.257Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T23:52:55.260Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T23:52:55.304Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T23:53:02.606Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T23:53:02.606Z | + git fetch origin 2d0edd7fe91c7e13881879dccf13399351d475d3 |
69 | 2024-12-13T23:53:02.904Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T23:53:02.904Z | * branch 2d0edd7fe91c7e13881879dccf13399351d475d3 -> FETCH_HEAD |
71 | 2024-12-13T23:53:02.915Z | + [[ -n dtrace-sql-transactions ]] |
72 | 2024-12-13T23:53:02.919Z | ++ git branch --show-current |
73 | 2024-12-13T23:53:02.922Z | + current=main |
74 | 2024-12-13T23:53:02.922Z | + [[ main != dtrace-sql-transactions ]] |
75 | 2024-12-13T23:53:02.922Z | + git branch -f dtrace-sql-transactions 2d0edd7fe91c7e13881879dccf13399351d475d3 |
76 | 2024-12-13T23:53:02.925Z | + git checkout -f dtrace-sql-transactions |
77 | 2024-12-13T23:53:03.101Z | Switched to branch 'dtrace-sql-transactions' |
78 | 2024-12-13T23:53:03.106Z | + git reset --hard 2d0edd7fe91c7e13881879dccf13399351d475d3 |
79 | 2024-12-13T23:53:03.118Z | HEAD is now at 2d0edd7fe Alan has spoken |
80 | 2024-12-13T23:53:03.122Z | process exited: duration 7865 ms, exit code 0 |
|
81 | 2024-12-13T23:53:03.128Z | starting task 4: "build" |
82 | 2024-12-13T23:53:03.133Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T23:53:03.133Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T23:53:03.133Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T23:53:03.133Z | + cargo --version |
86 | 2024-12-13T23:53:03.189Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T23:53:03.192Z | + rustc --version |
88 | 2024-12-13T23:53:03.254Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T23:53:03.263Z | + cargo tree --locked |
90 | 2024-12-13T23:53:03.519Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
91 | 2024-12-13T23:53:03.827Z | Updating crates.io index |
92 | 2024-12-13T23:53:03.886Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
93 | 2024-12-13T23:53:04.387Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
94 | 2024-12-13T23:53:04.705Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
95 | 2024-12-13T23:53:04.968Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
96 | 2024-12-13T23:53:05.232Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
97 | 2024-12-13T23:53:06.195Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-12-13T23:53:07.803Z | Updating git repository `https://github.com/oxidecomputer/opte` |
99 | 2024-12-13T23:53:08.974Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
100 | 2024-12-13T23:53:09.670Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
101 | 2024-12-13T23:53:09.990Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
102 | 2024-12-13T23:53:10.312Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
103 | 2024-12-13T23:53:10.892Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
104 | 2024-12-13T23:53:11.236Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
105 | 2024-12-13T23:53:11.533Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
106 | 2024-12-13T23:53:11.849Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
107 | 2024-12-13T23:53:12.113Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
108 | 2024-12-13T23:53:12.368Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
109 | 2024-12-13T23:53:12.646Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
110 | 2024-12-13T23:53:13.030Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
111 | 2024-12-13T23:53:13.407Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
112 | 2024-12-13T23:53:13.642Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
113 | 2024-12-13T23:53:14.170Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
114 | 2024-12-13T23:53:14.449Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
115 | 2024-12-13T23:53:14.822Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
116 | 2024-12-13T23:53:15.250Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
117 | 2024-12-13T23:53:15.537Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-12-13T23:53:15.796Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-12-13T23:53:16.145Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-12-13T23:53:17.500Z | Downloading crates ... |
121 | 2024-12-13T23:53:17.603Z | Downloaded adler2 v2.0.0 |
122 | 2024-12-13T23:53:17.614Z | Downloaded anstyle v1.0.10 |
123 | 2024-12-13T23:53:17.617Z | Downloaded arc-swap v1.7.1 |
124 | 2024-12-13T23:53:17.627Z | Downloaded cfg_aliases v0.2.1 |
125 | 2024-12-13T23:53:17.633Z | Downloaded atty v0.2.14 |
126 | 2024-12-13T23:53:17.633Z | Downloaded ciborium v0.2.2 |
127 | 2024-12-13T23:53:17.636Z | Downloaded foreign-types v0.3.2 |
128 | 2024-12-13T23:53:17.639Z | Downloaded async-stream-impl v0.3.6 |
129 | 2024-12-13T23:53:17.642Z | Downloaded foreign-types v0.5.0 |
130 | 2024-12-13T23:53:17.642Z | Downloaded foreign-types-shared v0.3.1 |
131 | 2024-12-13T23:53:17.645Z | Downloaded anstyle-parse v0.2.5 |
132 | 2024-12-13T23:53:17.649Z | Downloaded cfg_aliases v0.1.1 |
133 | 2024-12-13T23:53:17.652Z | Downloaded foreign-types-shared v0.1.1 |
134 | 2024-12-13T23:53:17.652Z | Downloaded headers-core v0.3.0 |
135 | 2024-12-13T23:53:17.652Z | Downloaded atomicwrites v0.4.4 |
136 | 2024-12-13T23:53:17.656Z | Downloaded http-range v0.1.5 |
137 | 2024-12-13T23:53:17.659Z | Downloaded async-object-pool v0.1.5 |
138 | 2024-12-13T23:53:17.659Z | Downloaded guppy-workspace-hack v0.1.0 |
139 | 2024-12-13T23:53:17.663Z | Downloaded anstyle-query v1.1.1 |
140 | 2024-12-13T23:53:17.666Z | Downloaded approx v0.5.1 |
141 | 2024-12-13T23:53:17.669Z | Downloaded bcrypt-pbkdf v0.10.0 |
142 | 2024-12-13T23:53:17.672Z | Downloaded anes v0.1.6 |
143 | 2024-12-13T23:53:17.672Z | Downloaded hubpack_derive v0.1.1 |
144 | 2024-12-13T23:53:17.675Z | Downloaded fallible-iterator v0.2.0 |
145 | 2024-12-13T23:53:17.676Z | Downloaded futures-core v0.3.31 |
146 | 2024-12-13T23:53:17.679Z | Downloaded cexpr v0.6.0 |
147 | 2024-12-13T23:53:17.679Z | Downloaded fxhash v0.2.1 |
148 | 2024-12-13T23:53:17.679Z | Downloaded cbc v0.1.2 |
149 | 2024-12-13T23:53:17.683Z | Downloaded byteorder v1.5.0 |
150 | 2024-12-13T23:53:17.683Z | Downloaded funty v2.0.0 |
151 | 2024-12-13T23:53:17.686Z | Downloaded bitflags v1.3.2 |
152 | 2024-12-13T23:53:17.686Z | Downloaded fnv v1.0.7 |
153 | 2024-12-13T23:53:17.690Z | Downloaded http-body v1.0.1 |
154 | 2024-12-13T23:53:17.691Z | Downloaded block-padding v0.3.3 |
155 | 2024-12-13T23:53:17.691Z | Downloaded block-buffer v0.10.4 |
156 | 2024-12-13T23:53:17.693Z | Downloaded chacha20 v0.9.1 |
157 | 2024-12-13T23:53:17.693Z | Downloaded blowfish v0.9.1 |
158 | 2024-12-13T23:53:17.697Z | Downloaded futures-sink v0.3.31 |
159 | 2024-12-13T23:53:17.697Z | Downloaded fs-err v2.11.0 |
160 | 2024-12-13T23:53:17.697Z | Downloaded foreign-types-macros v0.2.3 |
161 | 2024-12-13T23:53:17.699Z | Downloaded bytecount v0.6.8 |
162 | 2024-12-13T23:53:17.702Z | Downloaded hostname v0.4.0 |
163 | 2024-12-13T23:53:17.702Z | Downloaded async-channel v2.3.1 |
164 | 2024-12-13T23:53:17.709Z | Downloaded hyper-tls v0.6.0 |
165 | 2024-12-13T23:53:17.709Z | Downloaded hostname v0.3.1 |
166 | 2024-12-13T23:53:17.709Z | Downloaded hash32 v0.3.1 |
167 | 2024-12-13T23:53:17.709Z | Downloaded async-stream v0.3.6 |
168 | 2024-12-13T23:53:17.713Z | Downloaded hex v0.4.3 |
169 | 2024-12-13T23:53:17.713Z | Downloaded hash32 v0.2.1 |
170 | 2024-12-13T23:53:17.713Z | Downloaded futures-timer v3.0.3 |
171 | 2024-12-13T23:53:17.716Z | Downloaded httpdate v1.0.3 |
172 | 2024-12-13T23:53:17.717Z | Downloaded cfg-if v1.0.0 |
173 | 2024-12-13T23:53:17.720Z | Downloaded http-body-util v0.1.2 |
174 | 2024-12-13T23:53:17.720Z | Downloaded home v0.5.9 |
175 | 2024-12-13T23:53:17.720Z | Downloaded bitfield v0.14.0 |
176 | 2024-12-13T23:53:17.724Z | Downloaded heck v0.3.3 |
177 | 2024-12-13T23:53:17.724Z | Downloaded heck v0.4.1 |
178 | 2024-12-13T23:53:17.729Z | Downloaded num_threads v0.1.7 |
179 | 2024-12-13T23:53:17.729Z | Downloaded cassowary v0.3.0 |
180 | 2024-12-13T23:53:17.729Z | Downloaded bitfield-struct v0.6.2 |
181 | 2024-12-13T23:53:17.729Z | Downloaded addr2line v0.24.2 |
182 | 2024-12-13T23:53:17.732Z | Downloaded hubpack v0.1.2 |
183 | 2024-12-13T23:53:17.732Z | Downloaded generic-array v0.14.7 |
184 | 2024-12-13T23:53:17.735Z | Downloaded gethostname v0.5.0 |
185 | 2024-12-13T23:53:17.735Z | Downloaded camino-tempfile v1.1.1 |
186 | 2024-12-13T23:53:17.738Z | Downloaded bb8 v0.8.5 |
187 | 2024-12-13T23:53:17.738Z | Downloaded base64ct v1.6.0 |
188 | 2024-12-13T23:53:17.742Z | Downloaded futures-channel v0.3.31 |
189 | 2024-12-13T23:53:17.744Z | Downloaded assert_cmd v2.0.16 |
190 | 2024-12-13T23:53:17.747Z | Downloaded async-task v4.7.1 |
191 | 2024-12-13T23:53:17.750Z | Downloaded hyper-rustls v0.26.0 |
192 | 2024-12-13T23:53:17.750Z | Downloaded russh-cryptovec v0.7.3 |
193 | 2024-12-13T23:53:17.754Z | Downloaded hyper-rustls v0.27.3 |
194 | 2024-12-13T23:53:17.754Z | Downloaded num-integer v0.1.46 |
195 | 2024-12-13T23:53:17.758Z | Downloaded httparse v1.9.5 |
196 | 2024-12-13T23:53:17.761Z | Downloaded cargo_metadata v0.18.1 |
197 | 2024-12-13T23:53:17.761Z | Downloaded bzip2 v0.4.4 |
198 | 2024-12-13T23:53:17.763Z | Downloaded autocfg v1.4.0 |
199 | 2024-12-13T23:53:17.763Z | Downloaded async-trait v0.1.83 |
200 | 2024-12-13T23:53:17.766Z | Downloaded humantime v2.1.0 |
201 | 2024-12-13T23:53:17.769Z | Downloaded camino v1.1.9 |
202 | 2024-12-13T23:53:17.771Z | Downloaded async-bb8-diesel v0.2.1 |
203 | 2024-12-13T23:53:17.774Z | Downloaded signal-hook-mio v0.2.4 |
204 | 2024-12-13T23:53:17.774Z | Downloaded serde-big-array v0.5.1 |
205 | 2024-12-13T23:53:17.778Z | Downloaded pbkdf2 v0.11.0 |
206 | 2024-12-13T23:53:17.782Z | Downloaded parse-display v0.10.0 |
207 | 2024-12-13T23:53:17.782Z | Downloaded async-lock v3.4.0 |
208 | 2024-12-13T23:53:17.782Z | Downloaded parse-display-derive v0.10.0 |
209 | 2024-12-13T23:53:17.787Z | Downloaded bitflags v2.6.0 |
210 | 2024-12-13T23:53:17.787Z | Downloaded async-io v2.3.4 |
211 | 2024-12-13T23:53:17.790Z | Downloaded iana-time-zone v0.1.61 |
212 | 2024-12-13T23:53:17.793Z | Downloaded target-triple v0.1.3 |
213 | 2024-12-13T23:53:17.796Z | Downloaded pretty-hex v0.2.1 |
214 | 2024-12-13T23:53:17.796Z | Downloaded predicates-core v1.0.8 |
215 | 2024-12-13T23:53:17.796Z | Downloaded hmac v0.12.1 |
216 | 2024-12-13T23:53:17.802Z | Downloaded write16 v1.0.0 |
217 | 2024-12-13T23:53:17.802Z | Downloaded predicates-tree v1.0.11 |
218 | 2024-12-13T23:53:17.802Z | Downloaded cfg-expr v0.17.0 |
219 | 2024-12-13T23:53:17.805Z | Downloaded ref-cast-impl v1.0.23 |
220 | 2024-12-13T23:53:17.805Z | Downloaded half v2.4.1 |
221 | 2024-12-13T23:53:17.807Z | Downloaded blake2b_simd v1.0.2 |
222 | 2024-12-13T23:53:17.810Z | Downloaded powerfmt v0.2.0 |
223 | 2024-12-13T23:53:17.810Z | Downloaded polyval v0.6.2 |
224 | 2024-12-13T23:53:17.813Z | Downloaded plain v0.2.3 |
225 | 2024-12-13T23:53:17.813Z | Downloaded num_enum_derive v0.5.11 |
226 | 2024-12-13T23:53:17.816Z | Downloaded errno v0.3.9 |
227 | 2024-12-13T23:53:17.816Z | Downloaded derive_builder_macro v0.20.2 |
228 | 2024-12-13T23:53:17.816Z | Downloaded crucible-workspace-hack v0.1.0 |
229 | 2024-12-13T23:53:17.819Z | Downloaded psl-types v2.0.11 |
230 | 2024-12-13T23:53:17.819Z | Downloaded progenitor-macro v0.8.0 |
231 | 2024-12-13T23:53:17.819Z | Downloaded strum v0.26.3 |
232 | 2024-12-13T23:53:17.822Z | Downloaded rusty-fork v0.3.0 |
233 | 2024-12-13T23:53:17.822Z | Downloaded slog-json v2.6.1 |
234 | 2024-12-13T23:53:17.825Z | Downloaded bytes v1.8.0 |
235 | 2024-12-13T23:53:17.828Z | Downloaded spin v0.5.2 |
236 | 2024-12-13T23:53:17.831Z | Downloaded serde-hex v0.1.0 |
237 | 2024-12-13T23:53:17.831Z | Downloaded strum_macros v0.25.3 |
238 | 2024-12-13T23:53:17.834Z | Downloaded downcast v0.11.0 |
239 | 2024-12-13T23:53:17.836Z | Downloaded instant v0.1.13 |
240 | 2024-12-13T23:53:17.836Z | Downloaded target-spec v3.2.2 |
241 | 2024-12-13T23:53:17.840Z | Downloaded escape8259 v0.5.3 |
242 | 2024-12-13T23:53:17.840Z | Downloaded topological-sort v0.2.2 |
243 | 2024-12-13T23:53:17.840Z | Downloaded parking_lot v0.11.2 |
244 | 2024-12-13T23:53:17.843Z | Downloaded threadpool v1.8.1 |
245 | 2024-12-13T23:53:17.843Z | Downloaded thread-id v4.2.2 |
246 | 2024-12-13T23:53:17.846Z | Downloaded thiserror-no-std v2.0.2 |
247 | 2024-12-13T23:53:17.848Z | Downloaded untrusted v0.7.1 |
248 | 2024-12-13T23:53:17.850Z | Downloaded typify-macro v0.2.0 |
249 | 2024-12-13T23:53:17.850Z | Downloaded writeable v0.5.5 |
250 | 2024-12-13T23:53:17.853Z | Downloaded pin-project-internal v1.1.6 |
251 | 2024-12-13T23:53:17.856Z | Downloaded flume v0.11.1 |
252 | 2024-12-13T23:53:17.859Z | Downloaded rust-argon2 v2.1.0 |
253 | 2024-12-13T23:53:17.863Z | Downloaded endian-type v0.1.2 |
254 | 2024-12-13T23:53:17.863Z | Downloaded crunchy v0.2.2 |
255 | 2024-12-13T23:53:17.863Z | Downloaded strum_macros v0.24.3 |
256 | 2024-12-13T23:53:17.867Z | Downloaded semver v0.1.20 |
257 | 2024-12-13T23:53:17.867Z | Downloaded salsa20 v0.10.2 |
258 | 2024-12-13T23:53:17.871Z | Downloaded slog-envlogger v2.2.0 |
259 | 2024-12-13T23:53:17.871Z | Downloaded constant_time_eq v0.3.1 |
260 | 2024-12-13T23:53:17.871Z | Downloaded shlex v1.3.0 |
261 | 2024-12-13T23:53:17.875Z | Downloaded wyz v0.5.1 |
262 | 2024-12-13T23:53:17.875Z | Downloaded zone v0.1.8 |
263 | 2024-12-13T23:53:17.875Z | Downloaded utf8parse v0.2.2 |
264 | 2024-12-13T23:53:17.875Z | Downloaded utf8_iter v1.0.4 |
265 | 2024-12-13T23:53:17.878Z | Downloaded utf16_iter v1.0.5 |
266 | 2024-12-13T23:53:17.878Z | Downloaded peg-runtime v0.8.3 |
267 | 2024-12-13T23:53:17.878Z | Downloaded nested v0.1.1 |
268 | 2024-12-13T23:53:17.882Z | Downloaded hyper-util v0.1.10 |
269 | 2024-12-13T23:53:17.885Z | Downloaded bumpalo v3.16.0 |
270 | 2024-12-13T23:53:17.888Z | Downloaded snafu-derive v0.8.5 |
271 | 2024-12-13T23:53:17.888Z | Downloaded derive_builder_core v0.20.2 |
272 | 2024-12-13T23:53:17.895Z | Downloaded equivalent v1.0.1 |
273 | 2024-12-13T23:53:17.895Z | Downloaded target-lexicon v0.12.16 |
274 | 2024-12-13T23:53:17.895Z | Downloaded event-listener v2.5.3 |
275 | 2024-12-13T23:53:17.895Z | Downloaded semver v1.0.23 |
276 | 2024-12-13T23:53:17.897Z | Downloaded itoa v1.0.11 |
277 | 2024-12-13T23:53:17.897Z | Downloaded base64 v0.22.1 |
278 | 2024-12-13T23:53:17.901Z | Downloaded kstat-rs v0.2.4 |
279 | 2024-12-13T23:53:17.904Z | Downloaded keccak v0.1.5 |
280 | 2024-12-13T23:53:17.904Z | Downloaded instability v0.3.2 |
281 | 2024-12-13T23:53:17.907Z | Downloaded lru v0.12.5 |
282 | 2024-12-13T23:53:17.907Z | Downloaded lru-cache v0.1.2 |
283 | 2024-12-13T23:53:17.911Z | Downloaded tokio-tungstenite v0.23.1 |
284 | 2024-12-13T23:53:17.911Z | Downloaded num-iter v0.1.45 |
285 | 2024-12-13T23:53:17.911Z | Downloaded num-derive v0.4.2 |
286 | 2024-12-13T23:53:17.914Z | Downloaded walkdir v2.5.0 |
287 | 2024-12-13T23:53:17.917Z | Downloaded headers v0.4.0 |
288 | 2024-12-13T23:53:17.922Z | Downloaded russh-keys v0.45.0 |
289 | 2024-12-13T23:53:17.924Z | Downloaded swrite v0.1.0 |
290 | 2024-12-13T23:53:17.924Z | Downloaded chacha20poly1305 v0.10.1 |
291 | 2024-12-13T23:53:17.928Z | Downloaded tokio-tungstenite v0.21.0 |
292 | 2024-12-13T23:53:17.928Z | Downloaded crc v3.2.1 |
293 | 2024-12-13T23:53:17.930Z | Downloaded base64 v0.21.7 |
294 | 2024-12-13T23:53:17.933Z | Downloaded try-lock v0.2.5 |
295 | 2024-12-13T23:53:17.936Z | Downloaded usdt-macro v0.5.0 |
296 | 2024-12-13T23:53:17.936Z | Downloaded signal-hook v0.3.17 |
297 | 2024-12-13T23:53:17.940Z | Downloaded phf_codegen v0.11.2 |
298 | 2024-12-13T23:53:17.940Z | Downloaded ppv-lite86 v0.2.20 |
299 | 2024-12-13T23:53:17.943Z | Downloaded cc v1.1.30 |
300 | 2024-12-13T23:53:17.947Z | Downloaded socket2 v0.5.7 |
301 | 2024-12-13T23:53:17.953Z | Downloaded waitgroup v0.1.2 |
302 | 2024-12-13T23:53:17.953Z | Downloaded ryu v1.0.18 |
303 | 2024-12-13T23:53:17.956Z | Downloaded env_logger v0.11.5 |
304 | 2024-12-13T23:53:17.956Z | Downloaded slog-bunyan v2.5.0 |
305 | 2024-12-13T23:53:17.956Z | Downloaded sha1 v0.10.6 |
306 | 2024-12-13T23:53:17.961Z | Downloaded rtoolbox v0.0.2 |
307 | 2024-12-13T23:53:17.961Z | Downloaded ref-cast v1.0.23 |
308 | 2024-12-13T23:53:17.961Z | Downloaded rustversion v1.0.17 |
309 | 2024-12-13T23:53:17.965Z | Downloaded rand_seeder v0.3.0 |
310 | 2024-12-13T23:53:17.965Z | Downloaded siphasher v0.3.11 |
311 | 2024-12-13T23:53:17.968Z | Downloaded serde_plain v1.0.2 |
312 | 2024-12-13T23:53:17.968Z | Downloaded slab v0.4.9 |
313 | 2024-12-13T23:53:17.970Z | Downloaded openssl-sys v0.9.103 |
314 | 2024-12-13T23:53:17.978Z | Downloaded jobserver v0.1.32 |
315 | 2024-12-13T23:53:17.981Z | Downloaded structmeta v0.3.0 |
316 | 2024-12-13T23:53:17.981Z | Downloaded http v1.1.0 |
317 | 2024-12-13T23:53:17.981Z | Downloaded dhcproto-macros v0.1.0 |
318 | 2024-12-13T23:53:17.981Z | Downloaded supports-color v3.0.1 |
319 | 2024-12-13T23:53:17.984Z | Downloaded clap v4.5.21 |
320 | 2024-12-13T23:53:17.991Z | Downloaded twox-hash v1.6.3 |
321 | 2024-12-13T23:53:17.994Z | Downloaded icu_provider_macros v1.5.0 |
322 | 2024-12-13T23:53:17.996Z | Downloaded is_ci v1.2.0 |
323 | 2024-12-13T23:53:17.996Z | Downloaded packed_struct_codegen v0.10.1 |
324 | 2024-12-13T23:53:17.999Z | Downloaded tokio-macros v2.4.0 |
325 | 2024-12-13T23:53:17.999Z | Downloaded phf v0.11.2 |
326 | 2024-12-13T23:53:18.003Z | Downloaded mirai-annotations v1.12.0 |
327 | 2024-12-13T23:53:18.003Z | Downloaded postgres-types v0.2.8 |
328 | 2024-12-13T23:53:18.006Z | Downloaded pkcs8 v0.10.2 |
329 | 2024-12-13T23:53:18.011Z | Downloaded openssl-macros v0.1.1 |
330 | 2024-12-13T23:53:18.011Z | Downloaded peg-macros v0.8.4 |
331 | 2024-12-13T23:53:18.011Z | Downloaded slog-async v2.8.0 |
332 | 2024-12-13T23:53:18.016Z | Downloaded openssl-probe v0.1.5 |
333 | 2024-12-13T23:53:18.016Z | Downloaded colorchoice v1.0.2 |
334 | 2024-12-13T23:53:18.016Z | Downloaded postcard v1.0.10 |
335 | 2024-12-13T23:53:18.033Z | Downloaded parse-size v1.1.0 |
336 | 2024-12-13T23:53:18.034Z | Downloaded cmake v0.1.51 |
337 | 2024-12-13T23:53:18.034Z | Downloaded tungstenite v0.21.0 |
338 | 2024-12-13T23:53:18.041Z | Downloaded clap_lex v0.7.2 |
339 | 2024-12-13T23:53:18.041Z | Downloaded debug-ignore v1.0.5 |
340 | 2024-12-13T23:53:18.041Z | Downloaded cobs v0.2.3 |
341 | 2024-12-13T23:53:18.041Z | Downloaded hashbrown v0.12.3 |
342 | 2024-12-13T23:53:18.041Z | Downloaded precomputed-hash v0.1.1 |
343 | 2024-12-13T23:53:18.041Z | Downloaded log v0.4.22 |
344 | 2024-12-13T23:53:18.041Z | Downloaded datatest-stable v0.2.9 |
345 | 2024-12-13T23:53:18.041Z | Downloaded digest v0.10.7 |
346 | 2024-12-13T23:53:18.041Z | Downloaded omicron-zone-package v0.11.1 |
347 | 2024-12-13T23:53:18.052Z | Downloaded dyn-clone v1.0.17 |
348 | 2024-12-13T23:53:18.052Z | Downloaded dunce v1.0.5 |
349 | 2024-12-13T23:53:18.052Z | Downloaded tokio-rustls v0.24.1 |
350 | 2024-12-13T23:53:18.055Z | Downloaded unicode-linebreak v0.1.5 |
351 | 2024-12-13T23:53:18.056Z | Downloaded is_terminal_polyfill v1.70.1 |
352 | 2024-12-13T23:53:18.056Z | Downloaded is-terminal v0.4.13 |
353 | 2024-12-13T23:53:18.056Z | Downloaded derive_more v0.99.18 |
354 | 2024-12-13T23:53:18.056Z | Downloaded csv-core v0.1.11 |
355 | 2024-12-13T23:53:18.059Z | Downloaded xz2 v0.1.7 |
356 | 2024-12-13T23:53:18.059Z | Downloaded tinyvec_macros v0.1.1 |
357 | 2024-12-13T23:53:18.059Z | Downloaded sqlparser_derive v0.2.2 |
358 | 2024-12-13T23:53:18.062Z | Downloaded tokio-postgres v0.7.12 |
359 | 2024-12-13T23:53:18.073Z | Downloaded mockall v0.13.0 |
360 | 2024-12-13T23:53:18.073Z | Downloaded serde v1.0.215 |
361 | 2024-12-13T23:53:18.077Z | Downloaded phf_shared v0.11.2 |
362 | 2024-12-13T23:53:18.077Z | Downloaded publicsuffix v2.2.3 |
363 | 2024-12-13T23:53:18.077Z | Downloaded usdt-impl v0.5.0 |
364 | 2024-12-13T23:53:18.077Z | Downloaded unsafe-libyaml v0.2.11 |
365 | 2024-12-13T23:53:18.081Z | Downloaded hickory-server v0.24.1 |
366 | 2024-12-13T23:53:18.085Z | Downloaded slog v2.7.0 |
367 | 2024-12-13T23:53:18.093Z | Downloaded rpassword v7.3.1 |
368 | 2024-12-13T23:53:18.093Z | Downloaded resolv-conf v0.7.0 |
369 | 2024-12-13T23:53:18.099Z | Downloaded zerofrom v0.1.4 |
370 | 2024-12-13T23:53:18.099Z | Downloaded schemars_derive v0.8.21 |
371 | 2024-12-13T23:53:18.099Z | Downloaded event-listener v5.3.1 |
372 | 2024-12-13T23:53:18.099Z | Downloaded unicode-ident v1.0.13 |
373 | 2024-12-13T23:53:18.099Z | Downloaded serde_regex v1.1.0 |
374 | 2024-12-13T23:53:18.102Z | Downloaded serde_repr v0.1.19 |
375 | 2024-12-13T23:53:18.102Z | Downloaded r2d2 v0.8.10 |
376 | 2024-12-13T23:53:18.102Z | Downloaded quinn-udp v0.5.5 |
377 | 2024-12-13T23:53:18.106Z | Downloaded der v0.7.9 |
378 | 2024-12-13T23:53:18.110Z | Downloaded matches v0.1.10 |
379 | 2024-12-13T23:53:18.110Z | Downloaded indent_write v2.2.0 |
380 | 2024-12-13T23:53:18.113Z | Downloaded colored v2.1.0 |
381 | 2024-12-13T23:53:18.113Z | Downloaded unicode-xid v0.2.6 |
382 | 2024-12-13T23:53:18.116Z | Downloaded toml_datetime v0.6.8 |
383 | 2024-12-13T23:53:18.116Z | Downloaded num-conv v0.1.0 |
384 | 2024-12-13T23:53:18.119Z | Downloaded untrusted v0.9.0 |
385 | 2024-12-13T23:53:18.119Z | Downloaded pretty-hex v0.4.1 |
386 | 2024-12-13T23:53:18.121Z | Downloaded parking_lot_core v0.9.10 |
387 | 2024-12-13T23:53:18.125Z | Downloaded universal-hash v0.5.1 |
388 | 2024-12-13T23:53:18.125Z | Downloaded tap v1.0.1 |
389 | 2024-12-13T23:53:18.125Z | Downloaded structmeta-derive v0.3.0 |
390 | 2024-12-13T23:53:18.128Z | Downloaded hashbrown v0.14.5 |
391 | 2024-12-13T23:53:18.133Z | Downloaded pathdiff v0.2.2 |
392 | 2024-12-13T23:53:18.133Z | Downloaded tui-tree-widget v0.22.0 |
393 | 2024-12-13T23:53:18.136Z | Downloaded percent-encoding v2.3.1 |
394 | 2024-12-13T23:53:18.136Z | Downloaded polling v3.7.3 |
395 | 2024-12-13T23:53:18.140Z | Downloaded rstest_macros v0.23.0 |
396 | 2024-12-13T23:53:18.144Z | Downloaded zerofrom-derive v0.1.4 |
397 | 2024-12-13T23:53:18.144Z | Downloaded samael v0.0.17 |
398 | 2024-12-13T23:53:18.147Z | Downloaded env_filter v0.1.2 |
399 | 2024-12-13T23:53:18.153Z | Downloaded cpufeatures v0.2.14 |
400 | 2024-12-13T23:53:18.158Z | Downloaded serde_derive_internals v0.29.1 |
401 | 2024-12-13T23:53:18.158Z | Downloaded ipnet v2.10.1 |
402 | 2024-12-13T23:53:18.158Z | Downloaded proc-macro-error v1.0.4 |
403 | 2024-12-13T23:53:18.161Z | Downloaded indoc v1.0.9 |
404 | 2024-12-13T23:53:18.162Z | Downloaded zip v2.1.3 |
405 | 2024-12-13T23:53:18.164Z | Downloaded take_mut v0.2.2 |
406 | 2024-12-13T23:53:18.167Z | Downloaded tinytemplate v1.2.1 |
407 | 2024-12-13T23:53:18.167Z | Downloaded tempfile v3.13.0 |
408 | 2024-12-13T23:53:18.172Z | Downloaded memoffset v0.9.1 |
409 | 2024-12-13T23:53:18.172Z | Downloaded enum-as-inner v0.6.1 |
410 | 2024-12-13T23:53:18.175Z | Downloaded hashbrown v0.15.1 |
411 | 2024-12-13T23:53:18.178Z | Downloaded diesel_table_macro_syntax v0.2.0 |
412 | 2024-12-13T23:53:18.184Z | Downloaded aes-gcm v0.10.3 |
413 | 2024-12-13T23:53:18.187Z | Downloaded num v0.4.3 |
414 | 2024-12-13T23:53:18.187Z | Downloaded enum-as-inner v0.5.1 |
415 | 2024-12-13T23:53:18.188Z | Downloaded pest_generator v2.7.14 |
416 | 2024-12-13T23:53:18.188Z | Downloaded darling_macro v0.20.10 |
417 | 2024-12-13T23:53:18.191Z | Downloaded thiserror v2.0.3 |
418 | 2024-12-13T23:53:18.194Z | Downloaded relative-path v1.9.3 |
419 | 2024-12-13T23:53:18.197Z | Downloaded rfc6979 v0.4.0 |
420 | 2024-12-13T23:53:18.197Z | Downloaded progenitor v0.8.0 |
421 | 2024-12-13T23:53:18.197Z | Downloaded proc-macro-crate v3.2.0 |
422 | 2024-12-13T23:53:18.200Z | Downloaded miniz_oxide v0.8.0 |
423 | 2024-12-13T23:53:18.203Z | Downloaded smallvec v1.13.2 |
424 | 2024-12-13T23:53:18.203Z | Downloaded ed25519 v2.2.3 |
425 | 2024-12-13T23:53:18.206Z | Downloaded zerocopy-derive v0.7.35 |
426 | 2024-12-13T23:53:18.209Z | Downloaded env_logger v0.10.2 |
427 | 2024-12-13T23:53:18.212Z | Downloaded md5 v0.7.0 |
428 | 2024-12-13T23:53:18.214Z | Downloaded scopeguard v1.2.0 |
429 | 2024-12-13T23:53:18.215Z | Downloaded ctr v0.9.2 |
430 | 2024-12-13T23:53:18.218Z | Downloaded spki v0.7.3 |
431 | 2024-12-13T23:53:18.221Z | Downloaded crc-catalog v2.4.0 |
432 | 2024-12-13T23:53:18.221Z | Downloaded smf v0.2.3 |
433 | 2024-12-13T23:53:18.221Z | Downloaded tinyvec v1.8.0 |
434 | 2024-12-13T23:53:18.226Z | Downloaded mime v0.3.17 |
435 | 2024-12-13T23:53:18.229Z | Downloaded compact_str v0.8.0 |
436 | 2024-12-13T23:53:18.229Z | Downloaded termcolor v1.4.1 |
437 | 2024-12-13T23:53:18.232Z | Downloaded p521 v0.13.3 |
438 | 2024-12-13T23:53:18.238Z | Downloaded unicase v2.7.0 |
439 | 2024-12-13T23:53:18.238Z | Downloaded subtle v2.6.1 |
440 | 2024-12-13T23:53:18.241Z | Downloaded tough v0.19.0 |
441 | 2024-12-13T23:53:18.244Z | Downloaded usdt v0.5.0 |
442 | 2024-12-13T23:53:18.247Z | Downloaded num-rational v0.4.2 |
443 | 2024-12-13T23:53:18.247Z | Downloaded libtest-mimic v0.7.3 |
444 | 2024-12-13T23:53:18.250Z | Downloaded dirs-next v2.0.0 |
445 | 2024-12-13T23:53:18.253Z | Downloaded password-hash v0.4.2 |
446 | 2024-12-13T23:53:18.253Z | Downloaded crossbeam-deque v0.8.5 |
447 | 2024-12-13T23:53:18.255Z | Downloaded concurrent-queue v2.5.0 |
448 | 2024-12-13T23:53:18.258Z | Downloaded rand_xorshift v0.3.0 |
449 | 2024-12-13T23:53:18.258Z | Downloaded h2 v0.4.6 |
450 | 2024-12-13T23:53:18.263Z | Downloaded derive-where v1.2.7 |
451 | 2024-12-13T23:53:18.266Z | Downloaded data-encoding v2.6.0 |
452 | 2024-12-13T23:53:18.269Z | Downloaded zip v0.6.6 |
453 | 2024-12-13T23:53:18.272Z | Downloaded memmap v0.7.0 |
454 | 2024-12-13T23:53:18.275Z | Downloaded display-error-chain v0.2.2 |
455 | 2024-12-13T23:53:18.278Z | Downloaded indoc v2.0.5 |
456 | 2024-12-13T23:53:18.278Z | Downloaded num-bigint-dig v0.8.4 |
457 | 2024-12-13T23:53:18.282Z | Downloaded zone_cfg_derive v0.3.0 |
458 | 2024-12-13T23:53:18.285Z | Downloaded yoke-derive v0.7.4 |
459 | 2024-12-13T23:53:18.285Z | Downloaded oorandom v11.1.4 |
460 | 2024-12-13T23:53:18.287Z | Downloaded subprocess v0.2.9 |
461 | 2024-12-13T23:53:18.290Z | Downloaded hkdf v0.12.4 |
462 | 2024-12-13T23:53:18.293Z | Downloaded zone_cfg_derive v0.1.2 |
463 | 2024-12-13T23:53:18.293Z | Downloaded futures-util v0.3.31 |
464 | 2024-12-13T23:53:18.302Z | Downloaded managed v0.8.0 |
465 | 2024-12-13T23:53:18.305Z | Downloaded plotters-backend v0.3.7 |
466 | 2024-12-13T23:53:18.305Z | Downloaded normalize-line-endings v0.3.0 |
467 | 2024-12-13T23:53:18.308Z | Downloaded quick-error v1.2.3 |
468 | 2024-12-13T23:53:18.308Z | Downloaded simd-adler32 v0.3.7 |
469 | 2024-12-13T23:53:18.311Z | Downloaded tokio-rustls v0.26.0 |
470 | 2024-12-13T23:53:18.315Z | Downloaded tinystr v0.7.6 |
471 | 2024-12-13T23:53:18.315Z | Downloaded scrypt v0.11.0 |
472 | 2024-12-13T23:53:18.320Z | Downloaded tungstenite v0.23.0 |
473 | 2024-12-13T23:53:18.320Z | Downloaded cookie_store v0.21.0 |
474 | 2024-12-13T23:53:18.324Z | Downloaded typify v0.2.0 |
475 | 2024-12-13T23:53:18.324Z | Downloaded pest_meta v2.7.14 |
476 | 2024-12-13T23:53:18.328Z | Downloaded indexmap v1.9.3 |
477 | 2024-12-13T23:53:18.333Z | Downloaded dhcproto v0.12.0 |
478 | 2024-12-13T23:53:18.336Z | Downloaded icu_locid_transform v1.5.0 |
479 | 2024-12-13T23:53:18.336Z | Downloaded stringmetrics v2.2.2 |
480 | 2024-12-13T23:53:18.336Z | Downloaded tls_codec_derive v0.4.1 |
481 | 2024-12-13T23:53:18.339Z | Downloaded tls_codec v0.4.1 |
482 | 2024-12-13T23:53:18.344Z | Downloaded termtree v0.4.1 |
483 | 2024-12-13T23:53:18.344Z | Downloaded indicatif v0.17.9 |
484 | 2024-12-13T23:53:18.346Z | Downloaded crypto-common v0.1.6 |
485 | 2024-12-13T23:53:18.346Z | Downloaded libsw v3.3.1 |
486 | 2024-12-13T23:53:18.350Z | Downloaded num-traits v0.2.19 |
487 | 2024-12-13T23:53:18.353Z | Downloaded parse-zoneinfo v0.3.1 |
488 | 2024-12-13T23:53:18.358Z | Downloaded tower-service v0.3.3 |
489 | 2024-12-13T23:53:18.358Z | Downloaded dof v0.3.0 |
490 | 2024-12-13T23:53:18.358Z | Downloaded ciborium-io v0.2.2 |
491 | 2024-12-13T23:53:18.361Z | Downloaded xattr v1.3.1 |
492 | 2024-12-13T23:53:18.361Z | Downloaded pest_derive v2.7.14 |
493 | 2024-12-13T23:53:18.364Z | Downloaded newline-converter v0.3.0 |
494 | 2024-12-13T23:53:18.370Z | Downloaded new_debug_unreachable v1.0.6 |
495 | 2024-12-13T23:53:18.370Z | Downloaded doc-comment v0.3.3 |
496 | 2024-12-13T23:53:18.370Z | Downloaded criterion-plot v0.5.0 |
497 | 2024-12-13T23:53:18.376Z | Downloaded pem v3.0.4 |
498 | 2024-12-13T23:53:18.376Z | Downloaded rand_core v0.6.4 |
499 | 2024-12-13T23:53:18.377Z | Downloaded sqlformat v0.2.6 |
500 | 2024-12-13T23:53:18.377Z | Downloaded toml v0.8.19 |
501 | 2024-12-13T23:53:18.382Z | Downloaded num-bigint v0.4.6 |
502 | 2024-12-13T23:53:18.386Z | Downloaded zerocopy-derive v0.8.10 |
503 | 2024-12-13T23:53:18.392Z | Downloaded progenitor-client v0.8.0 |
504 | 2024-12-13T23:53:18.395Z | Downloaded signature v2.2.0 |
505 | 2024-12-13T23:53:18.395Z | Downloaded signal-hook-tokio v0.3.1 |
506 | 2024-12-13T23:53:18.399Z | Downloaded signal-hook-registry v1.4.2 |
507 | 2024-12-13T23:53:18.399Z | Downloaded sec1 v0.7.3 |
508 | 2024-12-13T23:53:18.403Z | Downloaded sync-ptr v0.1.1 |
509 | 2024-12-13T23:53:18.403Z | Downloaded blake3 v1.5.4 |
510 | 2024-12-13T23:53:18.410Z | Downloaded version_check v0.9.5 |
511 | 2024-12-13T23:53:18.414Z | Downloaded termios v0.3.3 |
512 | 2024-12-13T23:53:18.414Z | Downloaded terminal_size v0.4.0 |
513 | 2024-12-13T23:53:18.417Z | Downloaded zone v0.3.0 |
514 | 2024-12-13T23:53:18.417Z | Downloaded const_format_proc_macros v0.2.33 |
515 | 2024-12-13T23:53:18.420Z | Downloaded static_assertions v1.1.0 |
516 | 2024-12-13T23:53:18.423Z | Downloaded number_prefix v0.4.0 |
517 | 2024-12-13T23:53:18.423Z | Downloaded opaque-debug v0.3.1 |
518 | 2024-12-13T23:53:18.429Z | Downloaded defmt-parser v0.3.4 |
519 | 2024-12-13T23:53:18.429Z | Downloaded ena v0.14.3 |
520 | 2024-12-13T23:53:18.432Z | Downloaded maplit v1.0.2 |
521 | 2024-12-13T23:53:18.432Z | Downloaded kv-log-macro v1.0.7 |
522 | 2024-12-13T23:53:18.433Z | Downloaded predicates v3.1.2 |
523 | 2024-12-13T23:53:18.436Z | Downloaded idna_adapter v1.2.0 |
524 | 2024-12-13T23:53:18.436Z | Downloaded similar v2.6.0 |
525 | 2024-12-13T23:53:18.440Z | Downloaded rsa v0.9.6 |
526 | 2024-12-13T23:53:18.447Z | Downloaded nibble_vec v0.1.0 |
527 | 2024-12-13T23:53:18.450Z | Downloaded newtype-uuid v1.1.3 |
528 | 2024-12-13T23:53:18.452Z | Downloaded proc-macro-crate v1.3.1 |
529 | 2024-12-13T23:53:18.452Z | Downloaded time-core v0.1.2 |
530 | 2024-12-13T23:53:18.456Z | Downloaded indexmap v2.6.0 |
531 | 2024-12-13T23:53:18.459Z | Downloaded synstructure v0.13.1 |
532 | 2024-12-13T23:53:18.461Z | Downloaded strsim v0.11.1 |
533 | 2024-12-13T23:53:18.465Z | Downloaded rustfmt-wrapper v0.2.1 |
534 | 2024-12-13T23:53:18.465Z | Downloaded rustc_version v0.4.1 |
535 | 2024-12-13T23:53:18.465Z | Downloaded structmeta-derive v0.2.0 |
536 | 2024-12-13T23:53:18.467Z | Downloaded clap_builder v4.5.21 |
537 | 2024-12-13T23:53:18.474Z | Downloaded uzers v0.12.1 |
538 | 2024-12-13T23:53:18.477Z | Downloaded scroll_derive v0.12.0 |
539 | 2024-12-13T23:53:18.480Z | Downloaded sync_wrapper v1.0.1 |
540 | 2024-12-13T23:53:18.480Z | Downloaded git2 v0.19.0 |
541 | 2024-12-13T23:53:18.488Z | Downloaded phf_generator v0.11.2 |
542 | 2024-12-13T23:53:18.491Z | Downloaded bitvec v1.0.1 |
543 | 2024-12-13T23:53:18.513Z | Downloaded sigpipe v0.1.3 |
544 | 2024-12-13T23:53:18.520Z | Downloaded pkg-config v0.3.31 |
545 | 2024-12-13T23:53:18.520Z | Downloaded unicode-segmentation v1.12.0 |
546 | 2024-12-13T23:53:18.520Z | Downloaded num_enum v0.5.11 |
547 | 2024-12-13T23:53:18.524Z | Downloaded ident_case v1.0.1 |
548 | 2024-12-13T23:53:18.525Z | Downloaded serde_tokenstream v0.2.2 |
549 | 2024-12-13T23:53:18.525Z | Downloaded linear-map v1.2.0 |
550 | 2024-12-13T23:53:18.525Z | Downloaded cipher v0.4.4 |
551 | 2024-12-13T23:53:18.525Z | Downloaded ciborium-ll v0.2.2 |
552 | 2024-12-13T23:53:18.527Z | Downloaded thiserror-impl v1.0.69 |
553 | 2024-12-13T23:53:18.527Z | Downloaded thiserror v1.0.69 |
554 | 2024-12-13T23:53:18.533Z | Downloaded cstr-argument v0.1.2 |
555 | 2024-12-13T23:53:18.562Z | Downloaded lalrpop-util v0.19.12 |
556 | 2024-12-13T23:53:18.562Z | Downloaded vergen v8.3.2 |
557 | 2024-12-13T23:53:18.562Z | Downloaded piper v0.2.4 |
558 | 2024-12-13T23:53:18.562Z | Downloaded lazycell v1.3.0 |
559 | 2024-12-13T23:53:18.562Z | Downloaded lazy_static v1.5.0 |
560 | 2024-12-13T23:53:18.563Z | Downloaded crc32fast v1.4.2 |
561 | 2024-12-13T23:53:18.563Z | Downloaded embedded-io v0.6.1 |
562 | 2024-12-13T23:53:18.563Z | Downloaded embedded-io v0.4.0 |
563 | 2024-12-13T23:53:18.563Z | Downloaded utf-8 v0.7.6 |
564 | 2024-12-13T23:53:18.563Z | Downloaded strip-ansi-escapes v0.2.0 |
565 | 2024-12-13T23:53:18.563Z | Downloaded secrecy v0.8.0 |
566 | 2024-12-13T23:53:18.563Z | Downloaded ecdsa v0.16.9 |
567 | 2024-12-13T23:53:18.563Z | Downloaded scheduled-thread-pool v0.2.7 |
568 | 2024-12-13T23:53:18.563Z | Downloaded dropshot_endpoint v0.12.0 |
569 | 2024-12-13T23:53:18.569Z | Downloaded oso-derive v0.27.3 |
570 | 2024-12-13T23:53:18.569Z | Downloaded prettyplease v0.2.25 |
571 | 2024-12-13T23:53:18.569Z | Downloaded salty v0.3.0 |
572 | 2024-12-13T23:53:18.589Z | Downloaded same-file v1.0.6 |
573 | 2024-12-13T23:53:18.589Z | Downloaded pin-utils v0.1.0 |
574 | 2024-12-13T23:53:18.589Z | Downloaded rustc-demangle v0.1.24 |
575 | 2024-12-13T23:53:18.589Z | Downloaded yoke v0.7.4 |
576 | 2024-12-13T23:53:18.589Z | Downloaded zopfli v0.8.1 |
577 | 2024-12-13T23:53:18.589Z | Downloaded slog-dtrace v0.3.0 |
578 | 2024-12-13T23:53:18.589Z | Downloaded either v1.13.0 |
579 | 2024-12-13T23:53:18.589Z | Downloaded linked-hash-map v0.5.6 |
580 | 2024-12-13T23:53:18.589Z | Downloaded bindgen v0.69.5 |
581 | 2024-12-13T23:53:18.593Z | Downloaded stable_deref_trait v1.2.0 |
582 | 2024-12-13T23:53:18.596Z | Downloaded petname v2.0.2 |
583 | 2024-12-13T23:53:18.599Z | Downloaded vte_generate_state_changes v0.1.2 |
584 | 2024-12-13T23:53:18.602Z | Downloaded crossbeam-epoch v0.9.18 |
585 | 2024-12-13T23:53:18.605Z | Downloaded zeroize v1.8.1 |
586 | 2024-12-13T23:53:18.608Z | Downloaded path-tree v0.8.1 |
587 | 2024-12-13T23:53:18.608Z | Downloaded slog-scope v4.4.0 |
588 | 2024-12-13T23:53:18.614Z | Downloaded parking v2.2.1 |
589 | 2024-12-13T23:53:18.614Z | Downloaded yasna v0.5.2 |
590 | 2024-12-13T23:53:18.614Z | Downloaded portable-atomic v1.9.0 |
591 | 2024-12-13T23:53:18.619Z | Downloaded want v0.3.1 |
592 | 2024-12-13T23:53:18.622Z | Downloaded rustls-pemfile v2.2.0 |
593 | 2024-12-13T23:53:18.625Z | Downloaded vsss-rs v3.3.4 |
594 | 2024-12-13T23:53:18.628Z | Downloaded primeorder v0.13.6 |
595 | 2024-12-13T23:53:18.628Z | Downloaded steno v0.4.1 |
596 | 2024-12-13T23:53:18.631Z | Downloaded rusqlite v0.32.1 |
597 | 2024-12-13T23:53:18.638Z | Downloaded path-slash v0.1.5 |
598 | 2024-12-13T23:53:18.640Z | Downloaded smallvec v0.6.14 |
599 | 2024-12-13T23:53:18.644Z | Downloaded tracing v0.1.40 |
600 | 2024-12-13T23:53:18.647Z | Downloaded slog-stdlog v4.1.1 |
601 | 2024-12-13T23:53:18.651Z | Downloaded wait-timeout v0.2.0 |
602 | 2024-12-13T23:53:18.651Z | Downloaded icu_provider v1.5.0 |
603 | 2024-12-13T23:53:18.654Z | Downloaded console v0.15.8 |
604 | 2024-12-13T23:53:18.658Z | Downloaded radium v0.7.0 |
605 | 2024-12-13T23:53:18.658Z | Downloaded diesel-dtrace v0.4.2 |
606 | 2024-12-13T23:53:18.660Z | Downloaded pkcs5 v0.7.1 |
607 | 2024-12-13T23:53:18.663Z | Downloaded dsl_auto_type v0.1.2 |
608 | 2024-12-13T23:53:18.665Z | Downloaded defmt-macros v0.3.9 |
609 | 2024-12-13T23:53:18.668Z | Downloaded tokio-stream v0.1.16 |
610 | 2024-12-13T23:53:18.672Z | Downloaded darling v0.20.10 |
611 | 2024-12-13T23:53:18.677Z | Downloaded pin-project v1.1.6 |
612 | 2024-12-13T23:53:18.688Z | Downloaded deranged v0.3.11 |
613 | 2024-12-13T23:53:18.691Z | Downloaded itertools v0.10.5 |
614 | 2024-12-13T23:53:18.697Z | Downloaded typed-path v0.9.3 |
615 | 2024-12-13T23:53:18.703Z | Downloaded tokio-tungstenite v0.24.0 |
616 | 2024-12-13T23:53:18.707Z | Downloaded parking_lot v0.12.3 |
617 | 2024-12-13T23:53:18.709Z | Downloaded mockall_derive v0.13.0 |
618 | 2024-12-13T23:53:18.710Z | Downloaded icu_properties v1.5.1 |
619 | 2024-12-13T23:53:18.713Z | Downloaded unicode-normalization v0.1.24 |
620 | 2024-12-13T23:53:18.716Z | Downloaded slog-term v2.9.1 |
621 | 2024-12-13T23:53:18.719Z | Downloaded tungstenite v0.24.0 |
622 | 2024-12-13T23:53:18.723Z | Downloaded regex v1.11.1 |
623 | 2024-12-13T23:53:18.737Z | Downloaded rand_chacha v0.3.1 |
624 | 2024-12-13T23:53:18.740Z | Downloaded papergrid v0.11.0 |
625 | 2024-12-13T23:53:18.744Z | Downloaded lock_api v0.4.12 |
626 | 2024-12-13T23:53:18.744Z | Downloaded der_derive v0.7.3 |
627 | 2024-12-13T23:53:18.747Z | Downloaded rcgen v0.12.1 |
628 | 2024-12-13T23:53:18.751Z | Downloaded serde_with v3.11.0 |
629 | 2024-12-13T23:53:18.757Z | Downloaded toml v0.7.8 |
630 | 2024-12-13T23:53:18.761Z | Downloaded darling_core v0.20.10 |
631 | 2024-12-13T23:53:18.766Z | Downloaded rustls-webpki v0.102.8 |
632 | 2024-12-13T23:53:18.784Z | Downloaded memmap2 v0.9.5 |
633 | 2024-12-13T23:53:18.787Z | Downloaded gimli v0.31.1 |
634 | 2024-12-13T23:53:18.794Z | Downloaded cookie v0.18.1 |
635 | 2024-12-13T23:53:18.797Z | Downloaded oso v0.27.3 |
636 | 2024-12-13T23:53:18.800Z | Downloaded diesel_derives v2.2.3 |
637 | 2024-12-13T23:53:18.806Z | Downloaded ed25519-dalek v2.1.1 |
638 | 2024-12-13T23:53:18.809Z | Downloaded quinn v0.11.5 |
639 | 2024-12-13T23:53:18.813Z | Downloaded qorb v0.2.1 |
640 | 2024-12-13T23:53:18.816Z | Downloaded const_format v0.2.33 |
641 | 2024-12-13T23:53:18.821Z | Downloaded zerocopy v0.7.35 |
642 | 2024-12-13T23:53:18.837Z | Downloaded rayon-core v1.12.1 |
643 | 2024-12-13T23:53:18.841Z | Downloaded plotters v0.3.7 |
644 | 2024-12-13T23:53:18.850Z | Downloaded reqwest v0.12.9 |
645 | 2024-12-13T23:53:18.863Z | Downloaded criterion v0.5.1 |
646 | 2024-12-13T23:53:18.867Z | Downloaded idna v0.5.0 |
647 | 2024-12-13T23:53:18.872Z | Downloaded rand v0.8.5 |
648 | 2024-12-13T23:53:18.916Z | Downloaded idna v1.0.3 |
649 | 2024-12-13T23:53:18.922Z | Downloaded regex-syntax v0.6.29 |
650 | 2024-12-13T23:53:18.922Z | Downloaded ssh-key v0.6.6 |
651 | 2024-12-13T23:53:18.922Z | Downloaded polar-core v0.27.3 |
652 | 2024-12-13T23:53:18.922Z | Downloaded toml_edit v0.22.22 |
653 | 2024-12-13T23:53:18.931Z | Downloaded libm v0.2.8 |
654 | 2024-12-13T23:53:18.938Z | Downloaded idna v0.4.0 |
655 | 2024-12-13T23:53:18.942Z | Downloaded zerocopy v0.8.10 |
656 | 2024-12-13T23:53:18.965Z | Downloaded tokio-util v0.7.12 |
657 | 2024-12-13T23:53:18.971Z | Downloaded rayon v1.10.0 |
658 | 2024-12-13T23:53:18.981Z | Downloaded tabled v0.15.0 |
659 | 2024-12-13T23:53:18.997Z | Downloaded rustls-webpki v0.101.7 |
660 | 2024-12-13T23:53:19.076Z | Downloaded vcpkg v0.2.15 |
661 | 2024-12-13T23:53:19.081Z | Downloaded smoltcp v0.9.1 |
662 | 2024-12-13T23:53:19.081Z | Downloaded quinn-proto v0.11.8 |
663 | 2024-12-13T23:53:19.081Z | Downloaded curve25519-dalek v4.1.3 |
664 | 2024-12-13T23:53:19.081Z | Downloaded nix v0.28.0 |
665 | 2024-12-13T23:53:19.094Z | Downloaded radix_trie v0.2.1 |
666 | 2024-12-13T23:53:19.099Z | Downloaded regress v0.10.1 |
667 | 2024-12-13T23:53:19.099Z | Downloaded icu_properties_data v1.5.0 |
668 | 2024-12-13T23:53:19.111Z | Downloaded idna v0.2.3 |
669 | 2024-12-13T23:53:19.116Z | Downloaded diesel v2.2.6 |
670 | 2024-12-13T23:53:19.135Z | Downloaded nix v0.27.1 |
671 | 2024-12-13T23:53:19.145Z | Downloaded rustls v0.23.19 |
672 | 2024-12-13T23:53:19.158Z | Downloaded webpki-roots v0.26.6 |
673 | 2024-12-13T23:53:19.162Z | Downloaded ratatui v0.28.1 |
674 | 2024-12-13T23:53:19.180Z | Downloaded nix v0.29.0 |
675 | 2024-12-13T23:53:19.194Z | Downloaded typify-impl v0.2.0 |
676 | 2024-12-13T23:53:19.204Z | Downloaded regress v0.9.1 |
677 | 2024-12-13T23:53:19.215Z | Downloaded openssl v0.10.66 |
678 | 2024-12-13T23:53:19.222Z | Downloaded sled v0.34.7 |
679 | 2024-12-13T23:53:19.233Z | Downloaded rustls v0.22.4 |
680 | 2024-12-13T23:53:19.246Z | Downloaded rustls v0.21.12 |
681 | 2024-12-13T23:53:19.258Z | Downloaded trust-dns-proto v0.22.0 |
682 | 2024-12-13T23:53:19.274Z | Downloaded lalrpop v0.19.12 |
683 | 2024-12-13T23:53:19.280Z | Downloaded zerocopy-derive v0.6.6 |
684 | 2024-12-13T23:53:19.289Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
685 | 2024-12-13T23:53:19.301Z | Downloaded regex-automata v0.4.8 |
686 | 2024-12-13T23:53:19.317Z | Downloaded regex-syntax v0.8.5 |
687 | 2024-12-13T23:53:19.324Z | Downloaded rustix v0.38.37 |
688 | 2024-12-13T23:53:19.347Z | Downloaded bstr v1.10.0 |
689 | 2024-12-13T23:53:19.356Z | Downloaded object v0.36.5 |
690 | 2024-12-13T23:53:19.368Z | Downloaded chrono-tz v0.10.0 |
691 | 2024-12-13T23:53:19.376Z | Downloaded object v0.30.4 |
692 | 2024-12-13T23:53:19.387Z | Downloaded openapiv3 v2.0.0 |
693 | 2024-12-13T23:53:19.400Z | Downloaded unicode-width v0.2.0 |
694 | 2024-12-13T23:53:19.407Z | Downloaded lzma-sys v0.1.20 |
695 | 2024-12-13T23:53:19.435Z | Downloaded unicode-width v0.1.14 |
696 | 2024-12-13T23:53:19.440Z | Downloaded petgraph v0.6.5 |
697 | 2024-12-13T23:53:19.458Z | Downloaded dropshot v0.13.0 |
698 | 2024-12-13T23:53:19.479Z | Downloaded dropshot v0.12.0 |
699 | 2024-12-13T23:53:19.497Z | Downloaded hickory-proto v0.24.1 |
700 | 2024-12-13T23:53:19.513Z | Downloaded smoltcp v0.11.0 |
701 | 2024-12-13T23:53:19.525Z | Downloaded quick-xml v0.33.0 |
702 | 2024-12-13T23:53:19.532Z | Downloaded syn v2.0.87 |
703 | 2024-12-13T23:53:19.544Z | Downloaded libc v0.2.162 |
704 | 2024-12-13T23:53:19.581Z | Downloaded zerovec v0.10.4 |
705 | 2024-12-13T23:53:19.584Z | Downloaded tokio v1.40.0 |
706 | 2024-12-13T23:53:19.615Z | Downloaded idna v0.3.0 |
707 | 2024-12-13T23:53:19.622Z | Downloaded sqlparser v0.45.0 |
708 | 2024-12-13T23:53:19.627Z | Downloaded csv v1.3.0 |
709 | 2024-12-13T23:53:19.649Z | Downloaded libz-sys v1.1.20 |
710 | 2024-12-13T23:53:19.669Z | Downloaded syn v1.0.109 |
711 | 2024-12-13T23:53:19.680Z | Downloaded p384 v0.13.0 |
712 | 2024-12-13T23:53:19.690Z | Downloaded sha3 v0.10.8 |
713 | 2024-12-13T23:53:19.690Z | Downloaded tracing-core v0.1.32 |
714 | 2024-12-13T23:53:19.691Z | Downloaded nom v7.1.3 |
715 | 2024-12-13T23:53:19.694Z | Downloaded russh v0.45.0 |
716 | 2024-12-13T23:53:19.700Z | Downloaded maybe-uninit v2.0.0 |
717 | 2024-12-13T23:53:19.705Z | Downloaded yansi v1.0.1 |
718 | 2024-12-13T23:53:19.705Z | Downloaded uuid v1.11.0 |
719 | 2024-12-13T23:53:19.712Z | Downloaded libxml v0.3.3 |
720 | 2024-12-13T23:53:19.724Z | Downloaded password-hash v0.5.0 |
721 | 2024-12-13T23:53:19.724Z | Downloaded mime_guess v2.0.5 |
722 | 2024-12-13T23:53:19.724Z | Downloaded whoami v1.5.2 |
723 | 2024-12-13T23:53:19.727Z | Downloaded partial-io v0.5.4 |
724 | 2024-12-13T23:53:19.727Z | Downloaded owo-colors v4.1.0 |
725 | 2024-12-13T23:53:19.727Z | Downloaded proptest v1.5.0 |
726 | 2024-12-13T23:53:19.732Z | Downloaded vte v0.11.1 |
727 | 2024-12-13T23:53:19.735Z | Downloaded typenum v1.17.0 |
728 | 2024-12-13T23:53:19.738Z | Downloaded trybuild v1.0.101 |
729 | 2024-12-13T23:53:19.745Z | Downloaded tokio-rustls v0.25.0 |
730 | 2024-12-13T23:53:19.745Z | Downloaded libloading v0.8.5 |
731 | 2024-12-13T23:53:19.756Z | Downloaded convert_case v0.4.0 |
732 | 2024-12-13T23:53:19.756Z | Downloaded ssh-encoding v0.2.0 |
733 | 2024-12-13T23:53:19.757Z | Downloaded crossbeam-channel v0.5.13 |
734 | 2024-12-13T23:53:19.766Z | Downloaded serde_json v1.0.132 |
735 | 2024-12-13T23:53:19.766Z | Downloaded zeroize_derive v1.4.2 |
736 | 2024-12-13T23:53:19.766Z | Downloaded textwrap v0.16.1 |
737 | 2024-12-13T23:53:19.766Z | Downloaded httpmock v0.8.0-alpha.1 |
738 | 2024-12-13T23:53:19.782Z | Downloaded encoding_rs v0.8.34 |
739 | 2024-12-13T23:53:19.802Z | Downloaded dropshot_endpoint v0.13.0 |
740 | 2024-12-13T23:53:19.806Z | Downloaded pretty_assertions v1.4.1 |
741 | 2024-12-13T23:53:19.811Z | Downloaded itertools v0.13.0 |
742 | 2024-12-13T23:53:19.815Z | Downloaded similar-asserts v1.6.0 |
743 | 2024-12-13T23:53:19.822Z | Downloaded pkcs1 v0.7.5 |
744 | 2024-12-13T23:53:19.822Z | Downloaded serde_spanned v0.6.8 |
745 | 2024-12-13T23:53:19.822Z | Downloaded clap_derive v4.5.18 |
746 | 2024-12-13T23:53:19.826Z | Downloaded time-macros v0.2.18 |
747 | 2024-12-13T23:53:19.826Z | Downloaded chrono v0.4.38 |
748 | 2024-12-13T23:53:19.831Z | Downloaded url v2.5.3 |
749 | 2024-12-13T23:53:19.837Z | Downloaded icu_normalizer_data v1.5.0 |
750 | 2024-12-13T23:53:19.837Z | Downloaded async-std v1.13.0 |
751 | 2024-12-13T23:53:19.859Z | Downloaded tabled_derive v0.7.0 |
752 | 2024-12-13T23:53:19.862Z | Downloaded tracing-attributes v0.1.27 |
753 | 2024-12-13T23:53:19.862Z | Downloaded defmt v0.3.8 |
754 | 2024-12-13T23:53:19.863Z | Downloaded displaydoc v0.2.5 |
755 | 2024-12-13T23:53:19.868Z | Downloaded parking_lot_core v0.8.6 |
756 | 2024-12-13T23:53:19.868Z | Downloaded icu_locid v1.5.0 |
757 | 2024-12-13T23:53:19.871Z | Downloaded rand_distr v0.4.3 |
758 | 2024-12-13T23:53:19.874Z | Downloaded ron v0.8.1 |
759 | 2024-12-13T23:53:19.878Z | Downloaded winnow v0.6.20 |
760 | 2024-12-13T23:53:19.887Z | Downloaded structmeta v0.2.0 |
761 | 2024-12-13T23:53:19.892Z | Downloaded smawk v0.3.2 |
762 | 2024-12-13T23:53:19.892Z | Downloaded stringprep v0.1.5 |
763 | 2024-12-13T23:53:19.892Z | Downloaded winnow v0.5.40 |
764 | 2024-12-13T23:53:19.899Z | Downloaded time v0.3.36 |
765 | 2024-12-13T23:53:19.909Z | Downloaded itertools v0.12.1 |
766 | 2024-12-13T23:53:19.918Z | Downloaded reedline v0.35.0 |
767 | 2024-12-13T23:53:19.925Z | Downloaded curve25519-dalek-derive v0.1.1 |
768 | 2024-12-13T23:53:19.927Z | Downloaded rustls-pki-types v1.10.0 |
769 | 2024-12-13T23:53:19.937Z | Downloaded ron v0.7.1 |
770 | 2024-12-13T23:53:19.943Z | Downloaded dtrace-parser v0.2.0 |
771 | 2024-12-13T23:53:19.943Z | Downloaded goblin v0.8.2 |
772 | 2024-12-13T23:53:19.949Z | Downloaded value-bag v1.9.0 |
773 | 2024-12-13T23:53:19.952Z | Downloaded toml_edit v0.19.15 |
774 | 2024-12-13T23:53:20.036Z | Downloaded serde_derive v1.0.215 |
775 | 2024-12-13T23:53:20.041Z | Downloaded serde_yaml v0.9.34+deprecated |
776 | 2024-12-13T23:53:20.041Z | Downloaded newtype_derive v0.1.6 |
777 | 2024-12-13T23:53:20.041Z | Downloaded rustc_version v0.1.7 |
778 | 2024-12-13T23:53:20.043Z | Downloaded rustc-hash v2.0.0 |
779 | 2024-12-13T23:53:20.043Z | Downloaded rustc-hash v1.1.0 |
780 | 2024-12-13T23:53:20.043Z | Downloaded peg v0.8.4 |
781 | 2024-12-13T23:53:20.043Z | Downloaded icu_locid_transform_data v1.5.0 |
782 | 2024-12-13T23:53:20.043Z | Downloaded aws-lc-rs v1.10.0 |
783 | 2024-12-13T23:53:20.043Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
784 | 2024-12-13T23:53:20.052Z | Downloaded mio v1.0.2 |
785 | 2024-12-13T23:53:20.062Z | Downloaded memchr v2.7.4 |
786 | 2024-12-13T23:53:20.062Z | Downloaded num_cpus v1.16.0 |
787 | 2024-12-13T23:53:20.063Z | Downloaded nodrop v0.1.14 |
788 | 2024-12-13T23:53:20.063Z | Downloaded macaddr v1.0.1 |
789 | 2024-12-13T23:53:20.063Z | Downloaded lockfree-object-pool v0.1.6 |
790 | 2024-12-13T23:53:20.068Z | Downloaded libefi-sys v0.1.0 |
791 | 2024-12-13T23:53:20.068Z | Downloaded event-listener-strategy v0.5.2 |
792 | 2024-12-13T23:53:20.069Z | Downloaded sct v0.7.1 |
793 | 2024-12-13T23:53:20.075Z | Downloaded pem-rfc7468 v0.7.0 |
794 | 2024-12-13T23:53:20.075Z | Downloaded unicode-properties v0.1.3 |
795 | 2024-12-13T23:53:20.075Z | Downloaded unicode_categories v0.1.1 |
796 | 2024-12-13T23:53:20.075Z | Downloaded which v4.4.2 |
797 | 2024-12-13T23:53:20.081Z | Downloaded crossterm v0.28.1 |
798 | 2024-12-13T23:53:20.087Z | Downloaded scroll v0.12.0 |
799 | 2024-12-13T23:53:20.087Z | Downloaded tiny-keccak v2.0.2 |
800 | 2024-12-13T23:53:20.087Z | Downloaded proc-macro2 v1.0.89 |
801 | 2024-12-13T23:53:20.094Z | Downloaded paste v1.0.15 |
802 | 2024-12-13T23:53:20.095Z | Downloaded olpc-cjson v0.1.4 |
803 | 2024-12-13T23:53:20.095Z | Downloaded hyper v1.5.0 |
804 | 2024-12-13T23:53:20.099Z | Downloaded guppy v0.17.8 |
805 | 2024-12-13T23:53:20.105Z | Downloaded term v0.7.0 |
806 | 2024-12-13T23:53:20.110Z | Downloaded aho-corasick v1.1.3 |
807 | 2024-12-13T23:53:20.118Z | Downloaded dirs-sys-next v0.1.2 |
808 | 2024-12-13T23:53:20.118Z | Downloaded md-5 v0.10.6 |
809 | 2024-12-13T23:53:20.118Z | Downloaded impl-trait-for-tuples v0.2.2 |
810 | 2024-12-13T23:53:20.129Z | Downloaded serde_with_macros v3.11.0 |
811 | 2024-12-13T23:53:20.129Z | Downloaded const-oid v0.9.6 |
812 | 2024-12-13T23:53:20.129Z | Downloaded schemars v0.8.21 |
813 | 2024-12-13T23:53:20.143Z | Downloaded nu-ansi-term v0.50.1 |
814 | 2024-12-13T23:53:20.155Z | Downloaded tabwriter v1.4.0 |
815 | 2024-12-13T23:53:20.155Z | Downloaded pest v2.7.14 |
816 | 2024-12-13T23:53:20.155Z | Downloaded rustyline v14.0.0 |
817 | 2024-12-13T23:53:20.155Z | Downloaded serde_urlencoded v0.7.1 |
818 | 2024-12-13T23:53:20.155Z | Downloaded litemap v0.7.3 |
819 | 2024-12-13T23:53:20.155Z | Downloaded minimal-lexical v0.2.1 |
820 | 2024-12-13T23:53:20.163Z | Downloaded derive_builder v0.20.2 |
821 | 2024-12-13T23:53:20.163Z | Downloaded quote v1.0.37 |
822 | 2024-12-13T23:53:20.169Z | Downloaded diff v0.1.13 |
823 | 2024-12-13T23:53:20.169Z | Downloaded zerocopy v0.6.6 |
824 | 2024-12-13T23:53:20.200Z | Downloaded rustls-native-certs v0.7.3 |
825 | 2024-12-13T23:53:20.201Z | Downloaded icu_normalizer v1.5.0 |
826 | 2024-12-13T23:53:20.201Z | Downloaded unicode-bidi v0.3.17 |
827 | 2024-12-13T23:53:20.207Z | Downloaded unicode-truncate v1.1.0 |
828 | 2024-12-13T23:53:20.207Z | Downloaded x509-cert v0.2.5 |
829 | 2024-12-13T23:53:20.207Z | Downloaded elliptic-curve v0.13.8 |
830 | 2024-12-13T23:53:20.207Z | Downloaded num-complex v0.4.6 |
831 | 2024-12-13T23:53:20.207Z | Downloaded ssh-cipher v0.2.0 |
832 | 2024-12-13T23:53:20.207Z | Downloaded p256 v0.13.2 |
833 | 2024-12-13T23:53:20.207Z | Downloaded crypto-bigint v0.5.5 |
834 | 2024-12-13T23:53:20.207Z | Downloaded proc-macro-error-attr v1.0.4 |
835 | 2024-12-13T23:53:20.207Z | Downloaded test-strategy v0.3.1 |
836 | 2024-12-13T23:53:20.243Z | Downloaded hashbrown v0.13.2 |
837 | 2024-12-13T23:53:20.244Z | Downloaded aes v0.8.4 |
838 | 2024-12-13T23:53:20.244Z | Downloaded tar v0.4.42 |
839 | 2024-12-13T23:53:20.252Z | Downloaded ipnetwork v0.20.0 |
840 | 2024-12-13T23:53:20.252Z | Downloaded internet-checksum v0.2.1 |
841 | 2024-12-13T23:53:20.252Z | Downloaded inout v0.1.3 |
842 | 2024-12-13T23:53:20.252Z | Downloaded difflib v0.4.0 |
843 | 2024-12-13T23:53:20.253Z | Downloaded multer v3.1.0 |
844 | 2024-12-13T23:53:20.253Z | Downloaded plotters-svg v0.3.7 |
845 | 2024-12-13T23:53:20.253Z | Downloaded phf_shared v0.10.0 |
846 | 2024-12-13T23:53:20.253Z | Downloaded zerovec-derive v0.10.3 |
847 | 2024-12-13T23:53:20.253Z | Downloaded flate2 v1.0.34 |
848 | 2024-12-13T23:53:20.253Z | Downloaded sha2 v0.10.8 |
849 | 2024-12-13T23:53:20.257Z | Downloaded postgres-protocol v0.6.7 |
850 | 2024-12-13T23:53:20.257Z | Downloaded poly1305 v0.8.0 |
851 | 2024-12-13T23:53:20.257Z | Downloaded heapless v0.8.0 |
852 | 2024-12-13T23:53:20.257Z | Downloaded match_cfg v0.1.0 |
853 | 2024-12-13T23:53:20.257Z | Downloaded usdt-attr-macro v0.5.0 |
854 | 2024-12-13T23:53:20.257Z | Downloaded packed_struct v0.10.1 |
855 | 2024-12-13T23:53:20.257Z | Downloaded snafu v0.8.5 |
856 | 2024-12-13T23:53:20.257Z | Downloaded tokio-native-tls v0.3.1 |
857 | 2024-12-13T23:53:20.257Z | Downloaded thiserror-impl-no-std v2.0.2 |
858 | 2024-12-13T23:53:20.260Z | Downloaded thiserror-impl v2.0.3 |
859 | 2024-12-13T23:53:20.260Z | Downloaded once_cell v1.20.2 |
860 | 2024-12-13T23:53:20.270Z | Downloaded native-tls v0.2.12 |
861 | 2024-12-13T23:53:20.270Z | Downloaded crossbeam-utils v0.8.20 |
862 | 2024-12-13T23:53:20.277Z | Downloaded crc-any v2.5.0 |
863 | 2024-12-13T23:53:20.277Z | Downloaded clang-sys v1.8.1 |
864 | 2024-12-13T23:53:20.277Z | Downloaded ucd-trie v0.1.7 |
865 | 2024-12-13T23:53:20.277Z | Downloaded string_cache v0.8.7 |
866 | 2024-12-13T23:53:20.277Z | Downloaded hickory-resolver v0.24.1 |
867 | 2024-12-13T23:53:20.285Z | Downloaded serde_path_to_error v0.1.16 |
868 | 2024-12-13T23:53:20.285Z | Downloaded spin v0.9.8 |
869 | 2024-12-13T23:53:20.285Z | Downloaded rstest v0.23.0 |
870 | 2024-12-13T23:53:20.293Z | Downloaded des v0.8.1 |
871 | 2024-12-13T23:53:20.293Z | Downloaded icu_collections v1.5.0 |
872 | 2024-12-13T23:53:20.302Z | Downloaded toolchain_find v0.4.0 |
873 | 2024-12-13T23:53:20.302Z | Downloaded fancy-regex v0.13.0 |
874 | 2024-12-13T23:53:20.302Z | Downloaded heapless v0.7.17 |
875 | 2024-12-13T23:53:20.305Z | Downloaded progenitor-impl v0.8.0 |
876 | 2024-12-13T23:53:20.314Z | Downloaded nanorand v0.7.0 |
877 | 2024-12-13T23:53:20.314Z | Downloaded multimap v0.10.0 |
878 | 2024-12-13T23:53:20.314Z | Downloaded thread_local v1.1.8 |
879 | 2024-12-13T23:53:20.314Z | Downloaded strum_macros v0.26.4 |
880 | 2024-12-13T23:53:20.314Z | Downloaded pin-project-lite v0.2.14 |
881 | 2024-12-13T23:53:20.320Z | Downloaded backtrace v0.3.74 |
882 | 2024-12-13T23:53:20.328Z | Downloaded unarray v0.1.4 |
883 | 2024-12-13T23:53:20.328Z | Downloaded expectorate v1.1.0 |
884 | 2024-12-13T23:53:20.328Z | Downloaded shell-words v1.1.0 |
885 | 2024-12-13T23:53:20.328Z | Downloaded rustls-pemfile v1.0.4 |
886 | 2024-12-13T23:53:20.331Z | Downloaded pbkdf2 v0.12.2 |
887 | 2024-12-13T23:53:20.331Z | Downloaded blake2 v0.10.6 |
888 | 2024-12-13T23:53:20.337Z | Downloaded base64 v0.13.1 |
889 | 2024-12-13T23:53:20.337Z | Downloaded futures v0.3.31 |
890 | 2024-12-13T23:53:20.340Z | Downloaded fatfs v0.3.6 |
891 | 2024-12-13T23:53:20.347Z | Downloaded futures-lite v2.3.0 |
892 | 2024-12-13T23:53:20.347Z | Downloaded ahash v0.8.11 |
893 | 2024-12-13T23:53:20.348Z | Downloaded highway v1.2.0 |
894 | 2024-12-13T23:53:20.371Z | Downloaded cancel-safe-futures v0.1.5 |
895 | 2024-12-13T23:53:20.371Z | Downloaded arrayvec v0.7.6 |
896 | 2024-12-13T23:53:20.371Z | Downloaded argon2 v0.5.3 |
897 | 2024-12-13T23:53:20.371Z | Downloaded allocator-api2 v0.2.18 |
898 | 2024-12-13T23:53:20.372Z | Downloaded getrandom v0.2.15 |
899 | 2024-12-13T23:53:20.372Z | Downloaded bcs v0.1.6 |
900 | 2024-12-13T23:53:20.372Z | Downloaded backoff v0.4.0 |
901 | 2024-12-13T23:53:20.372Z | Downloaded anyhow v1.0.93 |
902 | 2024-12-13T23:53:20.388Z | Downloaded globset v0.4.15 |
903 | 2024-12-13T23:53:20.388Z | Downloaded hyper-staticfile v0.10.1 |
904 | 2024-12-13T23:53:20.388Z | Downloaded hashlink v0.9.1 |
905 | 2024-12-13T23:53:20.388Z | Downloaded httptest v0.16.1 |
906 | 2024-12-13T23:53:20.388Z | Downloaded hickory-client v0.24.1 |
907 | 2024-12-13T23:53:20.389Z | Downloaded group v0.13.0 |
908 | 2024-12-13T23:53:20.389Z | Downloaded fs_extra v1.3.0 |
909 | 2024-12-13T23:53:20.389Z | Downloaded fd-lock v4.0.2 |
910 | 2024-12-13T23:53:20.391Z | Downloaded async-process v2.3.0 |
911 | 2024-12-13T23:53:20.391Z | Downloaded futures-macro v0.3.31 |
912 | 2024-12-13T23:53:20.391Z | Downloaded async-executor v1.13.1 |
913 | 2024-12-13T23:53:20.404Z | Downloaded array-init v0.0.4 |
914 | 2024-12-13T23:53:20.404Z | Downloaded anstream v0.6.15 |
915 | 2024-12-13T23:53:20.404Z | Downloaded ff v0.13.0 |
916 | 2024-12-13T23:53:20.404Z | Downloaded buf-list v1.0.3 |
917 | 2024-12-13T23:53:20.404Z | Downloaded ghash v0.5.1 |
918 | 2024-12-13T23:53:20.408Z | Downloaded castaway v0.2.3 |
919 | 2024-12-13T23:53:20.408Z | Downloaded base16ct v0.2.0 |
920 | 2024-12-13T23:53:20.408Z | Downloaded atomic-waker v1.1.2 |
921 | 2024-12-13T23:53:20.408Z | Downloaded ascii-canvas v3.0.0 |
922 | 2024-12-13T23:53:20.408Z | Downloaded glob v0.3.1 |
923 | 2024-12-13T23:53:20.408Z | Downloaded assert-json-diff v2.0.2 |
924 | 2024-12-13T23:53:20.412Z | Downloaded heck v0.5.0 |
925 | 2024-12-13T23:53:20.412Z | Downloaded ring v0.17.8 |
926 | 2024-12-13T23:53:20.480Z | Downloaded bit-set v0.5.3 |
927 | 2024-12-13T23:53:20.484Z | Downloaded async-recursion v1.1.1 |
928 | 2024-12-13T23:53:20.484Z | Downloaded futures-task v0.3.31 |
929 | 2024-12-13T23:53:20.487Z | Downloaded blocking v1.6.1 |
930 | 2024-12-13T23:53:20.487Z | Downloaded bit-vec v0.6.3 |
931 | 2024-12-13T23:53:20.487Z | Downloaded async-attributes v1.1.2 |
932 | 2024-12-13T23:53:20.491Z | Downloaded fixedbitset v0.4.2 |
933 | 2024-12-13T23:53:20.491Z | Downloaded fallible-iterator v0.3.0 |
934 | 2024-12-13T23:53:20.491Z | Downloaded futures-io v0.3.31 |
935 | 2024-12-13T23:53:20.503Z | Downloaded foldhash v0.1.3 |
936 | 2024-12-13T23:53:20.503Z | Downloaded fallible-streaming-iterator v0.1.9 |
937 | 2024-12-13T23:53:20.503Z | Downloaded chrono-tz-build v0.4.0 |
938 | 2024-12-13T23:53:20.503Z | Downloaded cargo-platform v0.1.8 |
939 | 2024-12-13T23:53:20.503Z | Downloaded async-channel v1.9.0 |
940 | 2024-12-13T23:53:20.503Z | Downloaded assert_matches v1.5.0 |
941 | 2024-12-13T23:53:20.512Z | Downloaded hex-literal v0.4.1 |
942 | 2024-12-13T23:53:20.512Z | Downloaded futures-executor v0.3.31 |
943 | 2024-12-13T23:53:20.512Z | Downloaded form_urlencoded v1.2.1 |
944 | 2024-12-13T23:53:20.512Z | Downloaded float-cmp v0.9.0 |
945 | 2024-12-13T23:53:20.512Z | Downloaded flagset v0.4.6 |
946 | 2024-12-13T23:53:20.512Z | Downloaded filetime v0.2.25 |
947 | 2024-12-13T23:53:20.512Z | Downloaded fastrand v2.1.1 |
948 | 2024-12-13T23:53:20.512Z | Downloaded cast v0.3.0 |
949 | 2024-12-13T23:53:20.512Z | Downloaded async-global-executor v2.4.1 |
950 | 2024-12-13T23:53:20.512Z | Downloaded arrayref v0.3.9 |
951 | 2024-12-13T23:53:20.513Z | Downloaded fragile v2.0.0 |
952 | 2024-12-13T23:53:20.513Z | Downloaded float-ord v0.3.2 |
953 | 2024-12-13T23:53:20.518Z | Downloaded async-signal v0.2.10 |
954 | 2024-12-13T23:53:20.518Z | Downloaded aead v0.5.2 |
955 | 2024-12-13T23:53:20.542Z | Downloaded libsqlite3-sys v0.30.1 |
956 | 2024-12-13T23:53:20.644Z | Downloaded ring v0.16.20 |
957 | 2024-12-13T23:53:20.876Z | Downloaded aws-lc-sys v0.22.0 |
958 | 2024-12-13T23:53:21.399Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
959 | 2024-12-13T23:53:31.271Z | Startup: Refreshing catalog 'helios-dev' ... Done |
960 | 2024-12-13T23:53:35.040Z | Startup: Caching catalogs ... Done |
961 | 2024-12-13T23:53:45.281Z | Planning: Solver setup ... Done (9.345s) |
962 | 2024-12-13T23:53:45.380Z | Planning: Running solver ... Done (0.128s) |
963 | 2024-12-13T23:53:45.477Z | Planning: Finding local manifests ... Done (0.004s) |
964 | 2024-12-13T23:53:45.912Z | Planning: Fetching manifests: 0/5 0% complete |
965 | 2024-12-13T23:53:47.336Z | Planning: Fetching manifests: 5/5 100% complete |
966 | 2024-12-13T23:53:47.434Z | Planning: Package planning ... Done (0.098s) |
967 | 2024-12-13T23:53:47.490Z | Planning: Merging actions ... Done (0.056s) |
968 | 2024-12-13T23:53:47.682Z | Planning: Checking for conflicting actions ... Done (0.192s) |
969 | 2024-12-13T23:53:49.691Z | Planning: Consolidating action changes ... Done (2.007s) |
970 | 2024-12-13T23:53:50.121Z | Planning: Evaluating mediators ... Done (0.431s) |
971 | 2024-12-13T23:53:50.205Z | Planning: Planning completed in 15.07 seconds |
972 | 2024-12-13T23:53:50.220Z | Packages to install: 4 |
973 | 2024-12-13T23:53:50.220Z | Packages to update: 1 |
974 | 2024-12-13T23:53:50.225Z | Mediators to change: 2 |
975 | 2024-12-13T23:53:50.225Z | Services to change: 1 |
976 | 2024-12-13T23:53:50.225Z | Estimated space available: 155.38 GB |
977 | 2024-12-13T23:53:50.225Z | Estimated space to be consumed: 1.61 GB |
978 | 2024-12-13T23:53:50.225Z | Create boot environment: No |
979 | 2024-12-13T23:53:50.225Z | Create backup boot environment: Yes |
980 | 2024-12-13T23:53:50.225Z | Rebuild boot archive: No |
981 | 2024-12-13T23:53:50.226Z | |
982 | 2024-12-13T23:53:50.226Z | Changed mediators: |
983 | 2024-12-13T23:53:50.226Z | mediator clang: |
984 | 2024-12-13T23:53:50.226Z | version: None -> 15 (system default) |
985 | 2024-12-13T23:53:50.226Z | |
986 | 2024-12-13T23:53:50.226Z | mediator llvm: |
987 | 2024-12-13T23:53:50.226Z | version: 14 (system default) -> 15 (system default) |
988 | 2024-12-13T23:53:50.226Z | |
989 | 2024-12-13T23:53:50.226Z | Changed packages: |
990 | 2024-12-13T23:53:50.226Z | helios-dev |
991 | 2024-12-13T23:53:50.226Z | developer/build-essential |
992 | 2024-12-13T23:53:50.227Z | None -> 11-2.0 |
993 | 2024-12-13T23:53:50.227Z | library/libxmlsec1 |
994 | 2024-12-13T23:53:50.227Z | None -> 1.2.35-2.0 |
995 | 2024-12-13T23:53:50.227Z | ooce/developer/clang-15 |
996 | 2024-12-13T23:53:50.227Z | None -> 15.0.7-2.0 |
997 | 2024-12-13T23:53:50.227Z | ooce/developer/llvm-15 |
998 | 2024-12-13T23:53:50.227Z | None -> 15.0.7-2.0 |
999 | 2024-12-13T23:53:50.227Z | package/pkg |
1000 | 2024-12-13T23:53:50.227Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
1001 | 2024-12-13T23:53:50.227Z | |
1002 | 2024-12-13T23:53:50.228Z | Services: |
1003 | 2024-12-13T23:53:50.228Z | restart_fmri: |
1004 | 2024-12-13T23:53:50.228Z | svc:/system/update-man-index:default |
1005 | 2024-12-13T23:53:50.228Z | |
1006 | 2024-12-13T23:53:50.228Z | Editable files to change: |
1007 | 2024-12-13T23:53:50.228Z | Update: |
1008 | 2024-12-13T23:53:50.228Z | usr/share/lib/pkg/web/config.shtml |
1009 | 2024-12-13T23:53:50.298Z | |
1010 | 2024-12-13T23:53:50.298Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
1011 | 2024-12-13T23:53:55.307Z | Download: 752/4281 items 18.4/220.6MB 8% complete (3.8M/s) |
1012 | 2024-12-13T23:54:00.694Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (9.3M/s) |
1013 | 2024-12-13T23:54:05.888Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (10.2M/s) |
1014 | 2024-12-13T23:54:11.603Z | Download: 3248/4281 items 203.0/220.6MB 92% complete (12.3M/s) |
1015 | 2024-12-13T23:54:16.456Z | Download: 4061/4281 items 219.3/220.6MB 99% complete (10.0M/s) |
1016 | 2024-12-13T23:54:17.616Z | Download: Completed 220.60 MB in 27.31 seconds (8.1M/s) |
1017 | 2024-12-13T23:54:19.820Z | Actions: 1/5063 actions (Removing old actions) |
1018 | 2024-12-13T23:54:19.841Z | Actions: 194/5063 actions (Installing new actions) |
1019 | 2024-12-13T23:54:24.579Z | Actions: 4226/5063 actions (Updating modified actions) |
1020 | 2024-12-13T23:54:24.902Z | Actions: Completed 5063 actions in 5.08 seconds. |
1021 | 2024-12-13T23:54:25.129Z | Done (0.219s) |
1022 | 2024-12-13T23:54:25.132Z | Done (0.000s) |
1023 | 2024-12-13T23:54:25.677Z | Done (0.547s) |
1024 | 2024-12-13T23:54:30.092Z | Done (4.200s) |
1025 | 2024-12-13T23:54:30.182Z | Done (0.017s) |
1026 | 2024-12-13T23:54:30.185Z | Done (0.000s) |
1027 | 2024-12-13T23:54:30.346Z | Done (0.000s) |
1028 | 2024-12-13T23:54:31.030Z | Planning: Evaluating mediator changes ... Done |
1029 | 2024-12-13T23:54:31.189Z | Planning: Checking for conflicting actions ... Done |
1030 | 2024-12-13T23:54:31.191Z | Planning: Consolidating action changes ... Done |
1031 | 2024-12-13T23:54:31.464Z | Planning: Evaluating mediators ... Done |
1032 | 2024-12-13T23:54:31.467Z | Planning: Planning completed in 0.43 seconds |
1033 | 2024-12-13T23:54:31.506Z | Mediators to change: 2 |
1034 | 2024-12-13T23:54:31.509Z | Create boot environment: No |
1035 | 2024-12-13T23:54:31.509Z | Create backup boot environment: No |
1036 | 2024-12-13T23:54:31.592Z | Done |
1037 | 2024-12-13T23:54:31.592Z | Done |
1038 | 2024-12-13T23:54:31.943Z | Done |
1039 | 2024-12-13T23:54:35.539Z | Done |
1040 | 2024-12-13T23:54:35.632Z | Done |
1041 | 2024-12-13T23:54:35.635Z | Done |
1042 | 2024-12-13T23:54:35.772Z | Done |
1043 | 2024-12-13T23:54:36.397Z | Planning: Evaluating mediator changes ... Done |
1044 | 2024-12-13T23:54:36.400Z | Planning: Merging actions ... Done |
1045 | 2024-12-13T23:54:36.590Z | Planning: Checking for conflicting actions ... Done |
1046 | 2024-12-13T23:54:36.593Z | Planning: Consolidating action changes ... Done |
1047 | 2024-12-13T23:54:36.874Z | Planning: Evaluating mediators ... Done |
1048 | 2024-12-13T23:54:36.934Z | Planning: Planning completed in 0.79 seconds |
1049 | 2024-12-13T23:54:36.977Z | Packages to change: 1 |
1050 | 2024-12-13T23:54:36.977Z | Mediators to change: 1 |
1051 | 2024-12-13T23:54:36.980Z | Services to change: 1 |
1052 | 2024-12-13T23:54:36.980Z | Create boot environment: No |
1053 | 2024-12-13T23:54:36.981Z | Create backup boot environment: Yes |
1054 | 2024-12-13T23:54:39.392Z | Actions: 1/6 actions (Updating modified actions) |
1055 | 2024-12-13T23:54:39.395Z | Actions: Completed 6 actions in 0.00 seconds. |
1056 | 2024-12-13T23:54:39.395Z | Done |
1057 | 2024-12-13T23:54:39.395Z | Done |
1058 | 2024-12-13T23:54:39.506Z | Done |
1059 | 2024-12-13T23:54:43.112Z | Done |
1060 | 2024-12-13T23:54:43.209Z | Done |
1061 | 2024-12-13T23:54:43.211Z | Done |
1062 | 2024-12-13T23:54:43.350Z | Done |
1063 | 2024-12-13T23:54:43.788Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1064 | 2024-12-13T23:54:43.788Z | clang system 15 system |
1065 | 2024-12-13T23:54:43.788Z | csh system system illumos |
1066 | 2024-12-13T23:54:43.788Z | ctags system system illumos |
1067 | 2024-12-13T23:54:43.788Z | gcc vendor 12 vendor |
1068 | 2024-12-13T23:54:43.788Z | gcc system 10 system |
1069 | 2024-12-13T23:54:43.788Z | gcc system 7 system |
1070 | 2024-12-13T23:54:43.788Z | go system 1.20 system |
1071 | 2024-12-13T23:54:43.788Z | go system 1.19 system |
1072 | 2024-12-13T23:54:43.788Z | llvm system 15 system |
1073 | 2024-12-13T23:54:43.788Z | llvm system 14 system |
1074 | 2024-12-13T23:54:43.788Z | mariadb system 10.6 system |
1075 | 2024-12-13T23:54:43.788Z | mta vendor vendor dma |
1076 | 2024-12-13T23:54:43.788Z | openjdk system 17 system |
1077 | 2024-12-13T23:54:43.788Z | openjdk system 11 system |
1078 | 2024-12-13T23:54:43.788Z | openjdk system 1.8 system |
1079 | 2024-12-13T23:54:43.789Z | openssl vendor 3 vendor |
1080 | 2024-12-13T23:54:43.789Z | perl system 5.36 system |
1081 | 2024-12-13T23:54:43.789Z | postgresql system 15 system |
1082 | 2024-12-13T23:54:43.789Z | postgresql system 13 system |
1083 | 2024-12-13T23:54:43.789Z | python vendor 3 vendor |
1084 | 2024-12-13T23:54:43.789Z | python system 2 system |
1085 | 2024-12-13T23:54:43.789Z | python3 system 3.11 system |
1086 | 2024-12-13T23:54:43.789Z | ruby system 3.0 system |
1087 | 2024-12-13T23:54:43.789Z | words vendor vendor american-english |
1088 | 2024-12-13T23:54:43.789Z | words system system australian-english |
1089 | 2024-12-13T23:54:43.789Z | words system system british-english |
1090 | 2024-12-13T23:54:43.789Z | words system system canadian-english |
1091 | 2024-12-13T23:54:43.789Z | words system system french |
1092 | 2024-12-13T23:54:43.789Z | words system system italian |
1093 | 2024-12-13T23:54:43.789Z | words system system ngerman |
1094 | 2024-12-13T23:54:43.789Z | words system system ogerman |
1095 | 2024-12-13T23:54:43.789Z | words system system spanish |
1096 | 2024-12-13T23:54:44.127Z | PUBLISHER TYPE STATUS P LOCATION |
1097 | 2024-12-13T23:54:44.128Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1098 | 2024-12-13T23:54:46.808Z | FMRI IFO |
1099 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1100 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1101 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1102 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1103 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1104 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1105 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1106 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1107 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1108 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1109 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1110 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1111 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1112 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1113 | 2024-12-13T23:54:46.808Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1114 | 2024-12-13T23:54:47.830Z | Downloading crates ... |
1115 | 2024-12-13T23:54:47.963Z | Downloaded cargo_toml v0.20.5 |
1116 | 2024-12-13T23:54:48.098Z | Compiling proc-macro2 v1.0.89 |
1117 | 2024-12-13T23:54:48.098Z | Compiling unicode-ident v1.0.13 |
1118 | 2024-12-13T23:54:48.098Z | Compiling serde v1.0.215 |
1119 | 2024-12-13T23:54:48.101Z | Compiling version_check v0.9.5 |
1120 | 2024-12-13T23:54:48.101Z | Compiling memchr v2.7.4 |
1121 | 2024-12-13T23:54:48.101Z | Compiling thiserror v1.0.69 |
1122 | 2024-12-13T23:54:48.101Z | Compiling libc v0.2.162 |
1123 | 2024-12-13T23:54:48.119Z | Compiling ryu v1.0.18 |
1124 | 2024-12-13T23:54:48.353Z | Compiling ucd-trie v0.1.7 |
1125 | 2024-12-13T23:54:48.483Z | Compiling itoa v1.0.11 |
1126 | 2024-12-13T23:54:48.695Z | Compiling once_cell v1.20.2 |
1127 | 2024-12-13T23:54:48.967Z | Compiling byteorder v1.5.0 |
1128 | 2024-12-13T23:54:49.057Z | Compiling serde_json v1.0.132 |
1129 | 2024-12-13T23:54:49.080Z | Compiling rustix v0.38.37 |
1130 | 2024-12-13T23:54:49.373Z | Compiling bitflags v2.6.0 |
1131 | 2024-12-13T23:54:49.429Z | Compiling usdt-impl v0.5.0 |
1132 | 2024-12-13T23:54:49.674Z | Compiling proc-macro-error-attr v1.0.4 |
1133 | 2024-12-13T23:54:49.746Z | Compiling syn v1.0.109 |
1134 | 2024-12-13T23:54:49.791Z | Compiling proc-macro-error v1.0.4 |
1135 | 2024-12-13T23:54:49.858Z | Compiling quote v1.0.37 |
1136 | 2024-12-13T23:54:49.987Z | Compiling equivalent v1.0.1 |
1137 | 2024-12-13T23:54:50.021Z | Compiling utf8parse v0.2.2 |
1138 | 2024-12-13T23:54:50.061Z | Compiling hashbrown v0.15.1 |
1139 | 2024-12-13T23:54:50.099Z | Compiling camino v1.1.9 |
1140 | 2024-12-13T23:54:50.172Z | Compiling plain v0.2.3 |
1141 | 2024-12-13T23:54:50.327Z | Compiling syn v2.0.87 |
1142 | 2024-12-13T23:54:50.380Z | Compiling errno v0.3.9 |
1143 | 2024-12-13T23:54:50.569Z | Compiling thread-id v4.2.2 |
1144 | 2024-12-13T23:54:50.602Z | Compiling log v0.4.22 |
1145 | 2024-12-13T23:54:50.668Z | Compiling anstyle-parse v0.2.5 |
1146 | 2024-12-13T23:54:50.968Z | Compiling pretty-hex v0.4.1 |
1147 | 2024-12-13T23:54:50.980Z | Compiling is_terminal_polyfill v1.70.1 |
1148 | 2024-12-13T23:54:51.094Z | Compiling anstyle-query v1.1.1 |
1149 | 2024-12-13T23:54:51.163Z | Compiling winnow v0.6.20 |
1150 | 2024-12-13T23:54:51.216Z | Compiling anstyle v1.0.10 |
1151 | 2024-12-13T23:54:51.231Z | Compiling indexmap v2.6.0 |
1152 | 2024-12-13T23:54:51.321Z | Compiling unicode-width v0.1.14 |
1153 | 2024-12-13T23:54:51.606Z | Compiling autocfg v1.4.0 |
1154 | 2024-12-13T23:54:51.694Z | Compiling semver v1.0.23 |
1155 | 2024-12-13T23:54:51.801Z | Compiling colorchoice v1.0.2 |
1156 | 2024-12-13T23:54:51.956Z | Compiling anstream v0.6.15 |
1157 | 2024-12-13T23:54:52.506Z | Compiling heck v0.4.1 |
1158 | 2024-12-13T23:54:52.588Z | Compiling cfg-if v1.0.0 |
1159 | 2024-12-13T23:54:52.674Z | Compiling bytecount v0.6.8 |
1160 | 2024-12-13T23:54:52.730Z | Compiling terminal_size v0.4.0 |
1161 | 2024-12-13T23:54:52.770Z | Compiling fs-err v2.11.0 |
1162 | 2024-12-13T23:54:52.875Z | Compiling anyhow v1.0.93 |
1163 | 2024-12-13T23:54:52.920Z | Compiling clap_lex v0.7.2 |
1164 | 2024-12-13T23:54:53.043Z | Compiling heck v0.5.0 |
1165 | 2024-12-13T23:54:53.469Z | Compiling fastrand v2.1.1 |
1166 | 2024-12-13T23:54:53.474Z | Compiling strsim v0.11.1 |
1167 | 2024-12-13T23:54:53.509Z | Compiling fnv v1.0.7 |
1168 | 2024-12-13T23:54:53.624Z | Compiling papergrid v0.11.0 |
1169 | 2024-12-13T23:54:53.995Z | Compiling tempfile v3.13.0 |
1170 | 2024-12-13T23:54:54.029Z | Compiling clap_builder v4.5.21 |
1171 | 2024-12-13T23:54:54.393Z | Compiling memmap v0.7.0 |
1172 | 2024-12-13T23:54:54.410Z | Compiling smawk v0.3.2 |
1173 | 2024-12-13T23:54:54.612Z | Compiling unicode-linebreak v0.1.5 |
1174 | 2024-12-13T23:54:55.063Z | Compiling textwrap v0.16.1 |
1175 | 2024-12-13T23:54:55.115Z | Compiling swrite v0.1.0 |
1176 | 2024-12-13T23:54:56.315Z | Compiling tabled_derive v0.7.0 |
1177 | 2024-12-13T23:54:57.722Z | Compiling tabled v0.15.0 |
1178 | 2024-12-13T23:54:59.333Z | Compiling serde_derive v1.0.215 |
1179 | 2024-12-13T23:54:59.333Z | Compiling thiserror-impl v1.0.69 |
1180 | 2024-12-13T23:54:59.337Z | Compiling zerocopy-derive v0.7.35 |
1181 | 2024-12-13T23:54:59.353Z | Compiling scroll_derive v0.12.0 |
1182 | 2024-12-13T23:54:59.605Z | Compiling clap_derive v4.5.18 |
1183 | 2024-12-13T23:55:00.630Z | Compiling scroll v0.12.0 |
1184 | 2024-12-13T23:55:01.061Z | Compiling zerocopy v0.7.35 |
1185 | 2024-12-13T23:55:01.093Z | Compiling goblin v0.8.2 |
1186 | 2024-12-13T23:55:02.089Z | Compiling pest v2.7.14 |
1187 | 2024-12-13T23:55:03.539Z | Compiling clap v4.5.21 |
1188 | 2024-12-13T23:55:04.268Z | Compiling pest_meta v2.7.14 |
1189 | 2024-12-13T23:55:05.112Z | Compiling pest_generator v2.7.14 |
1190 | 2024-12-13T23:55:07.009Z | Compiling pest_derive v2.7.14 |
1191 | 2024-12-13T23:55:07.696Z | Compiling dtrace-parser v0.2.0 |
1192 | 2024-12-13T23:55:09.657Z | Compiling serde_tokenstream v0.2.2 |
1193 | 2024-12-13T23:55:09.676Z | Compiling toml_datetime v0.6.8 |
1194 | 2024-12-13T23:55:09.676Z | Compiling serde_spanned v0.6.8 |
1195 | 2024-12-13T23:55:10.053Z | Compiling toml_edit v0.22.22 |
1196 | 2024-12-13T23:55:10.056Z | Compiling cargo-platform v0.1.8 |
1197 | 2024-12-13T23:55:10.246Z | Compiling macaddr v1.0.1 |
1198 | 2024-12-13T23:55:10.288Z | Compiling camino-tempfile v1.1.1 |
1199 | 2024-12-13T23:55:11.151Z | Compiling dof v0.3.0 |
1200 | 2024-12-13T23:55:11.244Z | Compiling cargo_metadata v0.18.1 |
1201 | 2024-12-13T23:55:12.865Z | Compiling toml v0.8.19 |
1202 | 2024-12-13T23:55:12.905Z | Compiling usdt-macro v0.5.0 |
1203 | 2024-12-13T23:55:12.905Z | Compiling usdt-attr-macro v0.5.0 |
1204 | 2024-12-13T23:55:14.053Z | Compiling cargo_toml v0.20.5 |
1205 | 2024-12-13T23:55:14.324Z | Compiling usdt v0.5.0 |
1206 | 2024-12-13T23:55:17.450Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1207 | 2024-12-13T23:55:21.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.25s |
1208 | 2024-12-13T23:55:21.643Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1209 | 2024-12-13T23:55:22.472Z | Compiling serde v1.0.215 |
1210 | 2024-12-13T23:55:22.475Z | Compiling lock_api v0.4.12 |
1211 | 2024-12-13T23:55:22.475Z | Compiling scopeguard v1.2.0 |
1212 | 2024-12-13T23:55:22.475Z | Compiling value-bag v1.9.0 |
1213 | 2024-12-13T23:55:22.475Z | Compiling typenum v1.17.0 |
1214 | 2024-12-13T23:55:22.475Z | Compiling generic-array v0.14.7 |
1215 | 2024-12-13T23:55:22.630Z | Compiling syn v2.0.87 |
1216 | 2024-12-13T23:55:22.642Z | Compiling getrandom v0.2.15 |
1217 | 2024-12-13T23:55:22.822Z | Compiling subtle v2.6.1 |
1218 | 2024-12-13T23:55:22.907Z | Compiling rand_core v0.6.4 |
1219 | 2024-12-13T23:55:23.058Z | Compiling log v0.4.22 |
1220 | 2024-12-13T23:55:23.146Z | Compiling shlex v1.3.0 |
1221 | 2024-12-13T23:55:23.171Z | Compiling jobserver v0.1.32 |
1222 | 2024-12-13T23:55:23.197Z | Compiling const-oid v0.9.6 |
1223 | 2024-12-13T23:55:23.426Z | Compiling smallvec v1.13.2 |
1224 | 2024-12-13T23:55:23.488Z | Compiling spin v0.9.8 |
1225 | 2024-12-13T23:55:23.573Z | Compiling cc v1.1.30 |
1226 | 2024-12-13T23:55:23.848Z | Compiling pin-project-lite v0.2.14 |
1227 | 2024-12-13T23:55:23.909Z | Compiling rustix v0.38.37 |
1228 | 2024-12-13T23:55:23.962Z | Compiling parking_lot_core v0.9.10 |
1229 | 2024-12-13T23:55:23.981Z | Compiling futures-core v0.3.31 |
1230 | 2024-12-13T23:55:24.126Z | Compiling signal-hook-registry v1.4.2 |
1231 | 2024-12-13T23:55:24.228Z | Compiling mio v1.0.2 |
1232 | 2024-12-13T23:55:24.793Z | Compiling parking_lot v0.12.3 |
1233 | 2024-12-13T23:55:24.954Z | Compiling aho-corasick v1.1.3 |
1234 | 2024-12-13T23:55:25.169Z | Compiling cpufeatures v0.2.14 |
1235 | 2024-12-13T23:55:25.555Z | Compiling regex-syntax v0.8.5 |
1236 | 2024-12-13T23:55:25.555Z | Compiling lazy_static v1.5.0 |
1237 | 2024-12-13T23:55:25.693Z | Compiling futures-sink v0.3.31 |
1238 | 2024-12-13T23:55:25.694Z | Compiling stable_deref_trait v1.2.0 |
1239 | 2024-12-13T23:55:25.694Z | Compiling glob v0.3.1 |
1240 | 2024-12-13T23:55:25.694Z | Compiling either v1.13.0 |
1241 | 2024-12-13T23:55:25.694Z | Compiling socket2 v0.5.7 |
1242 | 2024-12-13T23:55:25.796Z | Compiling slab v0.4.9 |
1243 | 2024-12-13T23:55:25.894Z | Compiling prettyplease v0.2.25 |
1244 | 2024-12-13T23:55:26.213Z | Compiling minimal-lexical v0.2.1 |
1245 | 2024-12-13T23:55:26.382Z | Compiling clang-sys v1.8.1 |
1246 | 2024-12-13T23:55:26.425Z | Compiling libloading v0.8.5 |
1247 | 2024-12-13T23:55:26.500Z | Compiling bindgen v0.69.5 |
1248 | 2024-12-13T23:55:26.692Z | Compiling nom v7.1.3 |
1249 | 2024-12-13T23:55:26.839Z | Compiling serde_json v1.0.132 |
1250 | 2024-12-13T23:55:27.077Z | Compiling home v0.5.9 |
1251 | 2024-12-13T23:55:27.293Z | Compiling itertools v0.10.5 |
1252 | 2024-12-13T23:55:27.338Z | Compiling futures-channel v0.3.31 |
1253 | 2024-12-13T23:55:27.742Z | Compiling rustc-hash v1.1.0 |
1254 | 2024-12-13T23:55:27.855Z | Compiling lazycell v1.3.0 |
1255 | 2024-12-13T23:55:27.895Z | Compiling allocator-api2 v0.2.18 |
1256 | 2024-12-13T23:55:28.022Z | Compiling futures-io v0.3.31 |
1257 | 2024-12-13T23:55:28.406Z | Compiling futures-task v0.3.31 |
1258 | 2024-12-13T23:55:28.714Z | Compiling foldhash v0.1.3 |
1259 | 2024-12-13T23:55:28.752Z | Compiling regex-automata v0.4.8 |
1260 | 2024-12-13T23:55:29.038Z | Compiling pin-utils v0.1.0 |
1261 | 2024-12-13T23:55:29.131Z | Compiling hashbrown v0.15.1 |
1262 | 2024-12-13T23:55:30.137Z | Compiling synstructure v0.13.1 |
1263 | 2024-12-13T23:55:30.489Z | Compiling cexpr v0.6.0 |
1264 | 2024-12-13T23:55:30.508Z | Compiling cmake v0.1.51 |
1265 | 2024-12-13T23:55:31.625Z | Compiling dunce v1.0.5 |
1266 | 2024-12-13T23:55:31.757Z | Compiling libm v0.2.8 |
1267 | 2024-12-13T23:55:31.887Z | Compiling fs_extra v1.3.0 |
1268 | 2024-12-13T23:55:31.940Z | Compiling pkg-config v0.3.31 |
1269 | 2024-12-13T23:55:32.081Z | Compiling tinyvec_macros v0.1.1 |
1270 | 2024-12-13T23:55:32.177Z | Compiling tinyvec v1.8.0 |
1271 | 2024-12-13T23:55:32.287Z | Compiling num-traits v0.2.19 |
1272 | 2024-12-13T23:55:32.793Z | Compiling ring v0.17.8 |
1273 | 2024-12-13T23:55:33.489Z | Compiling paste v1.0.15 |
1274 | 2024-12-13T23:55:33.618Z | Compiling writeable v0.5.5 |
1275 | 2024-12-13T23:55:33.783Z | Compiling unicode-normalization v0.1.24 |
1276 | 2024-12-13T23:55:33.935Z | Compiling litemap v0.7.3 |
1277 | 2024-12-13T23:55:33.951Z | Compiling base64ct v1.6.0 |
1278 | 2024-12-13T23:55:33.994Z | Compiling unicode-bidi v0.3.17 |
1279 | 2024-12-13T23:55:34.296Z | Compiling regex v1.11.1 |
1280 | 2024-12-13T23:55:34.536Z | Compiling pem-rfc7468 v0.7.0 |
1281 | 2024-12-13T23:55:35.206Z | Compiling httparse v1.9.5 |
1282 | 2024-12-13T23:55:35.398Z | Compiling flagset v0.4.6 |
1283 | 2024-12-13T23:55:35.424Z | Compiling aws-lc-rs v1.10.0 |
1284 | 2024-12-13T23:55:35.807Z | Compiling tracing-core v0.1.32 |
1285 | 2024-12-13T23:55:35.977Z | Compiling icu_locid_transform_data v1.5.0 |
1286 | 2024-12-13T23:55:36.084Z | Compiling crossbeam-utils v0.8.20 |
1287 | 2024-12-13T23:55:36.649Z | Compiling rustls-pki-types v1.10.0 |
1288 | 2024-12-13T23:55:36.756Z | Compiling percent-encoding v2.3.1 |
1289 | 2024-12-13T23:55:37.026Z | Compiling serde_derive v1.0.215 |
1290 | 2024-12-13T23:55:37.094Z | Compiling zeroize_derive v1.4.2 |
1291 | 2024-12-13T23:55:37.118Z | Compiling zerocopy-derive v0.7.35 |
1292 | 2024-12-13T23:55:37.581Z | Compiling tokio-macros v2.4.0 |
1293 | 2024-12-13T23:55:37.752Z | Compiling zerofrom-derive v0.1.4 |
1294 | 2024-12-13T23:55:38.690Z | Compiling zeroize v1.8.1 |
1295 | 2024-12-13T23:55:39.138Z | Compiling yoke-derive v0.7.4 |
1296 | 2024-12-13T23:55:39.368Z | Compiling thiserror-impl v1.0.69 |
1297 | 2024-12-13T23:55:39.370Z | Compiling zerocopy v0.7.35 |
1298 | 2024-12-13T23:55:40.278Z | Compiling zerovec-derive v0.10.3 |
1299 | 2024-12-13T23:55:40.478Z | Compiling crypto-common v0.1.6 |
1300 | 2024-12-13T23:55:40.722Z | Compiling block-buffer v0.10.4 |
1301 | 2024-12-13T23:55:40.942Z | Compiling digest v0.10.7 |
1302 | 2024-12-13T23:55:40.982Z | Compiling futures-macro v0.3.31 |
1303 | 2024-12-13T23:55:41.446Z | Compiling hmac v0.12.1 |
1304 | 2024-12-13T23:55:41.699Z | Compiling block-padding v0.3.3 |
1305 | 2024-12-13T23:55:41.851Z | Compiling displaydoc v0.2.5 |
1306 | 2024-12-13T23:55:41.908Z | Compiling zerofrom v0.1.4 |
1307 | 2024-12-13T23:55:41.944Z | Compiling inout v0.1.3 |
1308 | 2024-12-13T23:55:42.156Z | Compiling sha2 v0.10.8 |
1309 | 2024-12-13T23:55:42.260Z | Compiling cipher v0.4.4 |
1310 | 2024-12-13T23:55:42.303Z | Compiling yoke v0.7.4 |
1311 | 2024-12-13T23:55:42.646Z | Compiling ppv-lite86 v0.2.20 |
1312 | 2024-12-13T23:55:42.778Z | Compiling thiserror v1.0.69 |
1313 | 2024-12-13T23:55:42.796Z | Compiling icu_provider_macros v1.5.0 |
1314 | 2024-12-13T23:55:42.924Z | Compiling der_derive v0.7.3 |
1315 | 2024-12-13T23:55:42.971Z | Compiling futures-util v0.3.31 |
1316 | 2024-12-13T23:55:43.021Z | Compiling zerovec v0.10.4 |
1317 | 2024-12-13T23:55:43.506Z | Compiling rand_chacha v0.3.1 |
1318 | 2024-12-13T23:55:43.657Z | Compiling tracing-attributes v0.1.27 |
1319 | 2024-12-13T23:55:44.013Z | Compiling rand v0.8.5 |
1320 | 2024-12-13T23:55:45.307Z | Compiling tinystr v0.7.6 |
1321 | 2024-12-13T23:55:45.449Z | Compiling der v0.7.9 |
1322 | 2024-12-13T23:55:45.743Z | Compiling icu_locid v1.5.0 |
1323 | 2024-12-13T23:55:45.761Z | Compiling icu_collections v1.5.0 |
1324 | 2024-12-13T23:55:45.860Z | Compiling pest v2.7.14 |
1325 | 2024-12-13T23:55:46.217Z | Compiling salsa20 v0.10.2 |
1326 | 2024-12-13T23:55:46.430Z | Compiling pbkdf2 v0.12.2 |
1327 | 2024-12-13T23:55:46.612Z | Compiling num-conv v0.1.0 |
1328 | 2024-12-13T23:55:46.909Z | Compiling icu_provider v1.5.0 |
1329 | 2024-12-13T23:55:47.249Z | Compiling mirai-annotations v1.12.0 |
1330 | 2024-12-13T23:55:47.441Z | Compiling time-core v0.1.2 |
1331 | 2024-12-13T23:55:47.542Z | Compiling tracing v0.1.40 |
1332 | 2024-12-13T23:55:47.633Z | Compiling icu_locid_transform v1.5.0 |
1333 | 2024-12-13T23:55:48.019Z | Compiling spki v0.7.3 |
1334 | 2024-12-13T23:55:48.066Z | Compiling icu_properties_data v1.5.0 |
1335 | 2024-12-13T23:55:48.118Z | Compiling powerfmt v0.2.0 |
1336 | 2024-12-13T23:55:48.364Z | Compiling untrusted v0.9.0 |
1337 | 2024-12-13T23:55:48.425Z | Compiling vcpkg v0.2.15 |
1338 | 2024-12-13T23:55:48.533Z | Compiling untrusted v0.7.1 |
1339 | 2024-12-13T23:55:48.720Z | Compiling deranged v0.3.11 |
1340 | 2024-12-13T23:55:48.857Z | Compiling icu_properties v1.5.1 |
1341 | 2024-12-13T23:55:48.909Z | Compiling pest_meta v2.7.14 |
1342 | 2024-12-13T23:55:49.373Z | Compiling time-macros v0.2.18 |
1343 | 2024-12-13T23:55:50.472Z | Compiling scrypt v0.11.0 |
1344 | 2024-12-13T23:55:50.630Z | Compiling cbc v0.1.2 |
1345 | 2024-12-13T23:55:50.655Z | Compiling openssl-sys v0.9.103 |
1346 | 2024-12-13T23:55:50.873Z | Compiling aes v0.8.4 |
1347 | 2024-12-13T23:55:51.060Z | Compiling scroll_derive v0.12.0 |
1348 | 2024-12-13T23:55:51.667Z | Compiling bitflags v2.6.0 |
1349 | 2024-12-13T23:55:51.781Z | Compiling bytes v1.8.0 |
1350 | 2024-12-13T23:55:52.554Z | Compiling indexmap v2.6.0 |
1351 | 2024-12-13T23:55:52.703Z | Compiling tokio v1.40.0 |
1352 | 2024-12-13T23:55:53.099Z | Compiling http v1.1.0 |
1353 | 2024-12-13T23:55:53.726Z | Compiling semver v1.0.23 |
1354 | 2024-12-13T23:55:54.089Z | Compiling atomic-waker v1.1.2 |
1355 | 2024-12-13T23:55:54.118Z | Compiling write16 v1.0.0 |
1356 | 2024-12-13T23:55:54.238Z | Compiling rustc_version v0.4.1 |
1357 | 2024-12-13T23:55:54.278Z | Compiling num_threads v0.1.7 |
1358 | 2024-12-13T23:55:54.404Z | Compiling utf16_iter v1.0.5 |
1359 | 2024-12-13T23:55:54.487Z | Compiling icu_normalizer_data v1.5.0 |
1360 | 2024-12-13T23:55:54.595Z | Compiling utf8_iter v1.0.4 |
1361 | 2024-12-13T23:55:54.613Z | Compiling time v0.3.36 |
1362 | 2024-12-13T23:55:54.844Z | Compiling icu_normalizer v1.5.0 |
1363 | 2024-12-13T23:55:55.034Z | Compiling http-body v1.0.1 |
1364 | 2024-12-13T23:55:55.169Z | Compiling scroll v0.12.0 |
1365 | 2024-12-13T23:55:55.270Z | Compiling pkcs5 v0.7.1 |
1366 | 2024-12-13T23:55:55.636Z | Compiling pest_generator v2.7.14 |
1367 | 2024-12-13T23:55:55.741Z | Compiling form_urlencoded v1.2.1 |
1368 | 2024-12-13T23:55:55.759Z | Compiling slog v2.7.0 |
1369 | 2024-12-13T23:55:56.065Z | Compiling try-lock v0.2.5 |
1370 | 2024-12-13T23:55:56.215Z | Compiling which v4.4.2 |
1371 | 2024-12-13T23:55:56.368Z | Compiling want v0.3.1 |
1372 | 2024-12-13T23:55:56.486Z | Compiling goblin v0.8.2 |
1373 | 2024-12-13T23:55:56.814Z | Compiling pkcs8 v0.10.2 |
1374 | 2024-12-13T23:55:56.867Z | Compiling idna_adapter v1.2.0 |
1375 | 2024-12-13T23:55:57.082Z | Compiling httpdate v1.0.3 |
1376 | 2024-12-13T23:55:57.545Z | Compiling idna v1.0.3 |
1377 | 2024-12-13T23:55:57.594Z | Compiling uuid v1.11.0 |
1378 | 2024-12-13T23:55:57.684Z | Compiling pest_derive v2.7.14 |
1379 | 2024-12-13T23:55:58.467Z | Compiling toml_datetime v0.6.8 |
1380 | 2024-12-13T23:55:58.528Z | Compiling dtrace-parser v0.2.0 |
1381 | 2024-12-13T23:55:59.012Z | Compiling serde_spanned v0.6.8 |
1382 | 2024-12-13T23:55:59.067Z | Compiling serde_tokenstream v0.2.2 |
1383 | 2024-12-13T23:55:59.244Z | Compiling tower-service v0.3.3 |
1384 | 2024-12-13T23:55:59.375Z | Compiling adler2 v2.0.0 |
1385 | 2024-12-13T23:55:59.465Z | Compiling iana-time-zone v0.1.61 |
1386 | 2024-12-13T23:55:59.593Z | Compiling match_cfg v0.1.0 |
1387 | 2024-12-13T23:55:59.688Z | Compiling base64 v0.22.1 |
1388 | 2024-12-13T23:55:59.706Z | Compiling foreign-types-shared v0.1.1 |
1389 | 2024-12-13T23:55:59.816Z | Compiling rustversion v1.0.17 |
1390 | 2024-12-13T23:55:59.850Z | Compiling openssl v0.10.66 |
1391 | 2024-12-13T23:55:59.914Z | Compiling foreign-types v0.3.2 |
1392 | 2024-12-13T23:56:00.009Z | Compiling hostname v0.3.1 |
1393 | 2024-12-13T23:56:00.274Z | Compiling chrono v0.4.38 |
1394 | 2024-12-13T23:56:00.290Z | Compiling miniz_oxide v0.8.0 |
1395 | 2024-12-13T23:56:00.414Z | Compiling url v2.5.3 |
1396 | 2024-12-13T23:56:00.771Z | Compiling async-trait v0.1.83 |
1397 | 2024-12-13T23:56:01.866Z | Compiling tokio-util v0.7.12 |
1398 | 2024-12-13T23:56:01.980Z | Compiling openssl-macros v0.1.1 |
1399 | 2024-12-13T23:56:02.445Z | Compiling dof v0.3.0 |
1400 | 2024-12-13T23:56:02.753Z | Compiling dirs-sys-next v0.1.2 |
1401 | 2024-12-13T23:56:03.377Z | Compiling h2 v0.4.6 |
1402 | 2024-12-13T23:56:03.458Z | Compiling usdt-impl v0.5.0 |
1403 | 2024-12-13T23:56:03.629Z | Compiling siphasher v0.3.11 |
1404 | 2024-12-13T23:56:04.027Z | Compiling rustls v0.23.19 |
1405 | 2024-12-13T23:56:04.045Z | Compiling native-tls v0.2.12 |
1406 | 2024-12-13T23:56:04.292Z | Compiling rustls v0.22.4 |
1407 | 2024-12-13T23:56:04.360Z | Compiling syn v1.0.109 |
1408 | 2024-12-13T23:56:04.535Z | Compiling data-encoding v2.6.0 |
1409 | 2024-12-13T23:56:04.716Z | Compiling dirs-next v2.0.0 |
1410 | 2024-12-13T23:56:05.046Z | Compiling http-body-util v0.1.2 |
1411 | 2024-12-13T23:56:05.564Z | Compiling heapless v0.7.17 |
1412 | 2024-12-13T23:56:06.007Z | Compiling crossbeam-epoch v0.9.18 |
1413 | 2024-12-13T23:56:06.428Z | Compiling signature v2.2.0 |
1414 | 2024-12-13T23:56:06.739Z | Compiling sha1 v0.10.6 |
1415 | 2024-12-13T23:56:06.786Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1416 | 2024-12-13T23:56:06.933Z | Compiling serde_derive_internals v0.29.1 |
1417 | 2024-12-13T23:56:06.951Z | Compiling thread_local v1.1.8 |
1418 | 2024-12-13T23:56:07.518Z | Compiling encoding_rs v0.8.34 |
1419 | 2024-12-13T23:56:07.531Z | Compiling cookie v0.18.1 |
1420 | 2024-12-13T23:56:07.536Z | Compiling multer v3.1.0 |
1421 | 2024-12-13T23:56:07.583Z | Compiling ipnet v2.10.1 |
1422 | 2024-12-13T23:56:07.803Z | Compiling signal-hook v0.3.17 |
1423 | 2024-12-13T23:56:08.061Z | Compiling unicode-properties v0.1.3 |
1424 | 2024-12-13T23:56:08.372Z | Compiling openssl-probe v0.1.5 |
1425 | 2024-12-13T23:56:08.509Z | Compiling schemars v0.8.21 |
1426 | 2024-12-13T23:56:08.765Z | Compiling rayon-core v1.12.1 |
1427 | 2024-12-13T23:56:08.864Z | Compiling slog-async v2.8.0 |
1428 | 2024-12-13T23:56:08.900Z | Compiling mime v0.3.17 |
1429 | 2024-12-13T23:56:09.037Z | Compiling gimli v0.31.1 |
1430 | 2024-12-13T23:56:09.523Z | Compiling stringprep v0.1.5 |
1431 | 2024-12-13T23:56:09.646Z | Compiling toml_edit v0.22.22 |
1432 | 2024-12-13T23:56:09.759Z | Compiling schemars_derive v0.8.21 |
1433 | 2024-12-13T23:56:10.796Z | Compiling hyper v1.5.0 |
1434 | 2024-12-13T23:56:13.142Z | Compiling usdt-macro v0.5.0 |
1435 | 2024-12-13T23:56:13.708Z | Compiling hyper-util v0.1.10 |
1436 | 2024-12-13T23:56:14.101Z | Compiling addr2line v0.24.2 |
1437 | 2024-12-13T23:56:14.104Z | Compiling usdt-attr-macro v0.5.0 |
1438 | 2024-12-13T23:56:14.146Z | Compiling crossbeam-deque v0.8.5 |
1439 | 2024-12-13T23:56:14.649Z | Compiling term v0.7.0 |
1440 | 2024-12-13T23:56:14.765Z | Compiling slog-json v2.6.1 |
1441 | 2024-12-13T23:56:14.995Z | Compiling serde_urlencoded v0.7.1 |
1442 | 2024-12-13T23:56:15.141Z | Compiling curve25519-dalek v4.1.3 |
1443 | 2024-12-13T23:56:15.530Z | Compiling crossbeam-channel v0.5.13 |
1444 | 2024-12-13T23:56:15.764Z | Compiling futures-executor v0.3.31 |
1445 | 2024-12-13T23:56:15.782Z | Compiling enum-as-inner v0.6.1 |
1446 | 2024-12-13T23:56:16.197Z | Compiling md-5 v0.10.6 |
1447 | 2024-12-13T23:56:16.348Z | Compiling rustls-pemfile v2.2.0 |
1448 | 2024-12-13T23:56:16.465Z | Compiling async-stream-impl v0.3.6 |
1449 | 2024-12-13T23:56:16.666Z | Compiling num-integer v0.1.46 |
1450 | 2024-12-13T23:56:16.687Z | Compiling idna v0.4.0 |
1451 | 2024-12-13T23:56:16.868Z | Compiling idna v0.3.0 |
1452 | 2024-12-13T23:56:16.887Z | Compiling hash32 v0.2.1 |
1453 | 2024-12-13T23:56:17.276Z | Compiling ff v0.13.0 |
1454 | 2024-12-13T23:56:17.429Z | Compiling is-terminal v0.4.13 |
1455 | 2024-12-13T23:56:17.491Z | Compiling object v0.36.5 |
1456 | 2024-12-13T23:56:17.556Z | Compiling dropshot v0.12.0 |
1457 | 2024-12-13T23:56:17.832Z | Compiling smoltcp v0.9.1 |
1458 | 2024-12-13T23:56:17.864Z | Compiling psl-types v2.0.11 |
1459 | 2024-12-13T23:56:18.054Z | Compiling base16ct v0.2.0 |
1460 | 2024-12-13T23:56:18.093Z | Compiling rustc-demangle v0.1.24 |
1461 | 2024-12-13T23:56:18.395Z | Compiling quick-error v1.2.3 |
1462 | 2024-12-13T23:56:18.427Z | Compiling portable-atomic v1.9.0 |
1463 | 2024-12-13T23:56:18.508Z | Compiling fallible-iterator v0.2.0 |
1464 | 2024-12-13T23:56:18.537Z | Compiling take_mut v0.2.2 |
1465 | 2024-12-13T23:56:18.619Z | Compiling dyn-clone v1.0.17 |
1466 | 2024-12-13T23:56:18.697Z | Compiling linked-hash-map v0.5.6 |
1467 | 2024-12-13T23:56:18.840Z | Compiling num-bigint-dig v0.8.4 |
1468 | 2024-12-13T23:56:19.078Z | Compiling utf-8 v0.7.6 |
1469 | 2024-12-13T23:56:19.137Z | Compiling anyhow v1.0.93 |
1470 | 2024-12-13T23:56:19.186Z | Compiling lru-cache v0.1.2 |
1471 | 2024-12-13T23:56:19.251Z | Compiling postgres-protocol v0.6.7 |
1472 | 2024-12-13T23:56:19.382Z | Compiling tungstenite v0.24.0 |
1473 | 2024-12-13T23:56:20.183Z | Compiling resolv-conf v0.7.0 |
1474 | 2024-12-13T23:56:20.639Z | Compiling sec1 v0.7.3 |
1475 | 2024-12-13T23:56:20.844Z | Compiling publicsuffix v2.2.3 |
1476 | 2024-12-13T23:56:20.985Z | Compiling async-stream v0.3.6 |
1477 | 2024-12-13T23:56:21.166Z | Compiling hickory-proto v0.24.1 |
1478 | 2024-12-13T23:56:21.202Z | Compiling slog-term v2.9.1 |
1479 | 2024-12-13T23:56:21.285Z | Compiling group v0.13.0 |
1480 | 2024-12-13T23:56:21.612Z | Compiling usdt v0.5.0 |
1481 | 2024-12-13T23:56:22.125Z | Compiling num-iter v0.1.45 |
1482 | 2024-12-13T23:56:22.310Z | Compiling futures v0.3.31 |
1483 | 2024-12-13T23:56:22.449Z | Compiling slog-bunyan v2.5.0 |
1484 | 2024-12-13T23:56:22.817Z | Compiling toml v0.8.19 |
1485 | 2024-12-13T23:56:23.328Z | Compiling tokio-native-tls v0.3.1 |
1486 | 2024-12-13T23:56:24.208Z | Compiling camino v1.1.9 |
1487 | 2024-12-13T23:56:24.602Z | Compiling phf_shared v0.11.2 |
1488 | 2024-12-13T23:56:24.763Z | Compiling dropshot_endpoint v0.12.0 |
1489 | 2024-12-13T23:56:24.990Z | Compiling backtrace v0.3.74 |
1490 | 2024-12-13T23:56:25.165Z | Compiling terminal_size v0.4.0 |
1491 | 2024-12-13T23:56:25.396Z | Compiling openapiv3 v2.0.0 |
1492 | 2024-12-13T23:56:25.425Z | Compiling waitgroup v0.1.2 |
1493 | 2024-12-13T23:56:25.657Z | Compiling serde_path_to_error v0.1.16 |
1494 | 2024-12-13T23:56:25.691Z | Compiling hkdf v0.12.4 |
1495 | 2024-12-13T23:56:25.954Z | Compiling crypto-bigint v0.5.5 |
1496 | 2024-12-13T23:56:26.489Z | Compiling webpki-roots v0.26.6 |
1497 | 2024-12-13T23:56:26.704Z | Compiling curve25519-dalek-derive v0.1.1 |
1498 | 2024-12-13T23:56:28.333Z | Compiling zerocopy-derive v0.6.6 |
1499 | 2024-12-13T23:56:28.742Z | Compiling idna v0.5.0 |
1500 | 2024-12-13T23:56:29.203Z | Compiling hubpack_derive v0.1.1 |
1501 | 2024-12-13T23:56:29.501Z | Compiling hostname v0.4.0 |
1502 | 2024-12-13T23:56:29.754Z | Compiling crc32fast v1.4.2 |
1503 | 2024-12-13T23:56:29.891Z | Compiling ahash v0.8.11 |
1504 | 2024-12-13T23:56:30.084Z | Compiling fs-err v2.11.0 |
1505 | 2024-12-13T23:56:30.103Z | Compiling managed v0.8.0 |
1506 | 2024-12-13T23:56:30.215Z | Compiling debug-ignore v1.0.5 |
1507 | 2024-12-13T23:56:30.369Z | Compiling winnow v0.5.40 |
1508 | 2024-12-13T23:56:30.372Z | Compiling bitflags v1.3.2 |
1509 | 2024-12-13T23:56:30.407Z | Compiling clap_builder v4.5.21 |
1510 | 2024-12-13T23:56:30.595Z | Compiling zerocopy v0.6.6 |
1511 | 2024-12-13T23:56:30.667Z | Compiling console v0.15.8 |
1512 | 2024-12-13T23:56:31.573Z | Compiling strum_macros v0.25.3 |
1513 | 2024-12-13T23:56:31.810Z | Compiling hubpack v0.1.2 |
1514 | 2024-12-13T23:56:32.223Z | Compiling flate2 v1.0.34 |
1515 | 2024-12-13T23:56:32.275Z | Compiling cookie_store v0.21.0 |
1516 | 2024-12-13T23:56:32.291Z | Compiling elliptic-curve v0.13.8 |
1517 | 2024-12-13T23:56:33.124Z | Compiling hickory-resolver v0.24.1 |
1518 | 2024-12-13T23:56:33.888Z | Compiling phf v0.11.2 |
1519 | 2024-12-13T23:56:34.180Z | Compiling toml_edit v0.19.15 |
1520 | 2024-12-13T23:56:34.203Z | Compiling signal-hook-mio v0.2.4 |
1521 | 2024-12-13T23:56:34.318Z | Compiling hyper-tls v0.6.0 |
1522 | 2024-12-13T23:56:34.378Z | Compiling rayon v1.10.0 |
1523 | 2024-12-13T23:56:34.753Z | Compiling bzip2 v0.4.4 |
1524 | 2024-12-13T23:56:35.789Z | Compiling tokio-tungstenite v0.24.0 |
1525 | 2024-12-13T23:56:36.344Z | Compiling postgres-types v0.2.8 |
1526 | 2024-12-13T23:56:39.323Z | Compiling ed25519 v2.2.3 |
1527 | 2024-12-13T23:56:39.400Z | Compiling phf_shared v0.10.0 |
1528 | 2024-12-13T23:56:39.766Z | Compiling tokio-stream v0.1.16 |
1529 | 2024-12-13T23:56:40.024Z | Compiling pkcs1 v0.7.5 |
1530 | 2024-12-13T23:56:40.040Z | Compiling serde-big-array v0.5.1 |
1531 | 2024-12-13T23:56:40.281Z | Compiling clap_derive v4.5.18 |
1532 | 2024-12-13T23:56:40.878Z | Compiling rfc6979 v0.4.0 |
1533 | 2024-12-13T23:56:40.896Z | Compiling serde_repr v0.1.19 |
1534 | 2024-12-13T23:56:41.068Z | Compiling derive-where v1.2.7 |
1535 | 2024-12-13T23:56:41.072Z | Compiling float-cmp v0.9.0 |
1536 | 2024-12-13T23:56:41.156Z | Compiling bstr v1.10.0 |
1537 | 2024-12-13T23:56:41.312Z | Compiling sync_wrapper v1.0.1 |
1538 | 2024-12-13T23:56:41.466Z | Compiling whoami v1.5.2 |
1539 | 2024-12-13T23:56:42.103Z | Compiling fixedbitset v0.4.2 |
1540 | 2024-12-13T23:56:42.121Z | Compiling static_assertions v1.1.0 |
1541 | 2024-12-13T23:56:42.224Z | Compiling new_debug_unreachable v1.0.6 |
1542 | 2024-12-13T23:56:42.297Z | Compiling precomputed-hash v0.1.1 |
1543 | 2024-12-13T23:56:42.319Z | Compiling unicode-segmentation v1.12.0 |
1544 | 2024-12-13T23:56:42.421Z | Compiling bit-vec v0.6.3 |
1545 | 2024-12-13T23:56:42.590Z | Compiling number_prefix v0.4.0 |
1546 | 2024-12-13T23:56:42.829Z | Compiling normalize-line-endings v0.3.0 |
1547 | 2024-12-13T23:56:42.878Z | Compiling predicates-core v1.0.8 |
1548 | 2024-12-13T23:56:42.952Z | Compiling unicode-width v0.2.0 |
1549 | 2024-12-13T23:56:42.977Z | Compiling difflib v0.4.0 |
1550 | 2024-12-13T23:56:43.205Z | Compiling similar v2.6.0 |
1551 | 2024-12-13T23:56:43.235Z | Compiling bit-set v0.5.3 |
1552 | 2024-12-13T23:56:43.502Z | Compiling indicatif v0.17.9 |
1553 | 2024-12-13T23:56:43.563Z | Compiling predicates v3.1.2 |
1554 | 2024-12-13T23:56:44.636Z | Compiling string_cache v0.8.7 |
1555 | 2024-12-13T23:56:44.656Z | Compiling petgraph v0.6.5 |
1556 | 2024-12-13T23:56:45.126Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1557 | 2024-12-13T23:56:45.357Z | Compiling tokio-postgres v0.7.12 |
1558 | 2024-12-13T23:56:45.473Z | Compiling clap v4.5.21 |
1559 | 2024-12-13T23:56:45.595Z | Compiling ecdsa v0.16.9 |
1560 | 2024-12-13T23:56:45.641Z | Compiling rsa v0.9.6 |
1561 | 2024-12-13T23:56:45.757Z | Compiling ed25519-dalek v2.1.1 |
1562 | 2024-12-13T23:56:46.453Z | Compiling toml v0.7.8 |
1563 | 2024-12-13T23:56:47.081Z | Compiling zip v0.6.6 |
1564 | 2024-12-13T23:56:48.265Z | Compiling crossterm v0.28.1 |
1565 | 2024-12-13T23:56:49.249Z | Compiling hex v0.4.3 |
1566 | 2024-12-13T23:56:49.791Z | Compiling x509-cert v0.2.5 |
1567 | 2024-12-13T23:56:49.864Z | Compiling peg-runtime v0.8.3 |
1568 | 2024-12-13T23:56:49.895Z | Compiling unicode-xid v0.2.6 |
1569 | 2024-12-13T23:56:50.079Z | Compiling lalrpop-util v0.19.12 |
1570 | 2024-12-13T23:56:50.448Z | Compiling strum_macros v0.26.4 |
1571 | 2024-12-13T23:56:50.538Z | Compiling xattr v1.3.1 |
1572 | 2024-12-13T23:56:50.795Z | Compiling filetime v0.2.25 |
1573 | 2024-12-13T23:56:51.099Z | Compiling tar v0.4.42 |
1574 | 2024-12-13T23:56:55.627Z | Compiling strum v0.26.3 |
1575 | 2024-12-13T23:56:58.651Z | Compiling aws-lc-sys v0.22.0 |
1576 | 2024-12-13T23:57:26.568Z | Compiling rustls-webpki v0.102.8 |
1577 | 2024-12-13T23:57:29.989Z | Compiling tokio-rustls v0.25.0 |
1578 | 2024-12-13T23:57:31.595Z | Compiling tokio-rustls v0.26.0 |
1579 | 2024-12-13T23:57:31.889Z | Compiling hyper-rustls v0.27.3 |
1580 | 2024-12-13T23:57:32.268Z | Compiling reqwest v0.12.9 |
1581 | 2024-12-13T23:57:33.595Z | Compiling qorb v0.2.1 |
1582 | 2024-12-13T23:57:38.304Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1583 | 2024-12-13T23:57:38.535Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1584 | 2024-12-13T23:57:44.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
1585 | 2024-12-13T23:57:44.524Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1586 | 2024-12-13T23:57:44.567Z | Dec 13 23:57:43.491 INFO Starting download, target: Clickhouse |
1587 | 2024-12-13T23:57:44.569Z | Dec 13 23:57:43.491 INFO Starting download, target: Console |
1588 | 2024-12-13T23:57:44.569Z | Dec 13 23:57:43.491 INFO Starting download, target: DendriteOpenapi |
1589 | 2024-12-13T23:57:44.570Z | Dec 13 23:57:43.491 INFO Starting download, target: Cockroach |
1590 | 2024-12-13T23:57:44.570Z | Dec 13 23:57:43.491 INFO Starting download, target: DendriteStub |
1591 | 2024-12-13T23:57:44.570Z | Dec 13 23:57:43.491 INFO Starting download, target: MaghemiteMgd |
1592 | 2024-12-13T23:57:44.570Z | Dec 13 23:57:43.491 INFO Starting download, target: TransceiverControl |
1593 | 2024-12-13T23:57:44.570Z | Dec 13 23:57:43.491 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1594 | 2024-12-13T23:57:44.570Z | Dec 13 23:57:43.491 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1595 | 2024-12-13T23:57:44.570Z | Dec 13 23:57:43.491 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1596 | 2024-12-13T23:57:44.570Z | Dec 13 23:57:43.491 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1597 | 2024-12-13T23:57:44.570Z | Dec 13 23:57:43.491 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1598 | 2024-12-13T23:57:44.571Z | Dec 13 23:57:43.492 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1599 | 2024-12-13T23:57:44.571Z | Dec 13 23:57:43.492 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1600 | 2024-12-13T23:57:44.729Z | Dec 13 23:57:43.652 INFO Download complete, target: DendriteOpenapi |
1601 | 2024-12-13T23:57:45.003Z | Dec 13 23:57:43.925 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1602 | 2024-12-13T23:57:45.103Z | Dec 13 23:57:44.022 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1603 | 2024-12-13T23:57:45.290Z | Dec 13 23:57:44.209 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1604 | 2024-12-13T23:57:45.460Z | Dec 13 23:57:44.380 INFO Download complete, target: Console |
1605 | 2024-12-13T23:57:45.500Z | Dec 13 23:57:44.419 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1606 | 2024-12-13T23:57:45.734Z | Dec 13 23:57:44.657 INFO Download complete, target: TransceiverControl |
1607 | 2024-12-13T23:57:46.088Z | Dec 13 23:57:45.011 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1608 | 2024-12-13T23:57:46.088Z | Dec 13 23:57:45.011 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1609 | 2024-12-13T23:57:46.469Z | Dec 13 23:57:45.393 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1610 | 2024-12-13T23:57:48.262Z | Dec 13 23:57:47.185 INFO Download complete, target: MaghemiteMgd |
1611 | 2024-12-13T23:57:48.303Z | Dec 13 23:57:47.226 INFO Download complete, target: DendriteStub |
1612 | 2024-12-13T23:57:53.567Z | Dec 13 23:57:52.488 INFO Checking that binary works, target: Cockroach |
1613 | 2024-12-13T23:57:53.727Z | Dec 13 23:57:52.648 INFO Download complete, target: Cockroach |
1614 | 2024-12-13T23:57:58.933Z | Dec 13 23:57:57.854 INFO Checking that binary works, target: Clickhouse |
1615 | 2024-12-13T23:57:59.038Z | Dec 13 23:57:57.959 INFO Download complete, target: Clickhouse |
1616 | 2024-12-13T23:57:59.046Z | All prerequisites installed successfully |
1617 | 2024-12-13T23:57:59.049Z | |
1618 | 2024-12-13T23:57:59.049Z | real 4:37.577826025 |
1619 | 2024-12-13T23:57:59.049Z | user 16:30.490047906 |
1620 | 2024-12-13T23:57:59.049Z | sys 3:09.334368371 |
1621 | 2024-12-13T23:57:59.049Z | trap 0.516525904 |
1622 | 2024-12-13T23:57:59.049Z | tflt 1.579613782 |
1623 | 2024-12-13T23:57:59.049Z | dflt 2.181701688 |
1624 | 2024-12-13T23:57:59.049Z | kflt 0.024366462 |
1625 | 2024-12-13T23:57:59.049Z | lock 32:15.598348849 |
1626 | 2024-12-13T23:57:59.049Z | slp 1:01:29.177599613 |
1627 | 2024-12-13T23:57:59.049Z | lat 55.373285662 |
1628 | 2024-12-13T23:57:59.049Z | stop 2:07.047258123 |
1629 | 2024-12-13T23:57:59.049Z | + source ./tools/include/force-git-over-https.sh |
1630 | 2024-12-13T23:57:59.049Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1631 | 2024-12-13T23:57:59.049Z | ++ (( i = 0 )) |
1632 | 2024-12-13T23:57:59.049Z | ++ (( i < 5 )) |
1633 | 2024-12-13T23:57:59.049Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1634 | 2024-12-13T23:57:59.051Z | ++ (( i++ )) |
1635 | 2024-12-13T23:57:59.051Z | ++ (( i < 5 )) |
1636 | 2024-12-13T23:57:59.051Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1637 | 2024-12-13T23:57:59.054Z | ++ (( i++ )) |
1638 | 2024-12-13T23:57:59.054Z | ++ (( i < 5 )) |
1639 | 2024-12-13T23:57:59.057Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1640 | 2024-12-13T23:57:59.059Z | ++ (( i++ )) |
1641 | 2024-12-13T23:57:59.059Z | ++ (( i < 5 )) |
1642 | 2024-12-13T23:57:59.059Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1643 | 2024-12-13T23:57:59.061Z | ++ (( i++ )) |
1644 | 2024-12-13T23:57:59.062Z | ++ (( i < 5 )) |
1645 | 2024-12-13T23:57:59.062Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1646 | 2024-12-13T23:57:59.064Z | ++ (( i++ )) |
1647 | 2024-12-13T23:57:59.064Z | ++ (( i < 5 )) |
1648 | 2024-12-13T23:57:59.064Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1649 | 2024-12-13T23:57:59.064Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1650 | 2024-12-13T23:57:59.064Z | + rc=0 |
1651 | 2024-12-13T23:57:59.064Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1652 | 2024-12-13T23:58:29.033Z | + case $rc in |
1653 | 2024-12-13T23:58:29.033Z | + pfexec zfs create -p rpool/images/build/host |
1654 | 2024-12-13T23:58:29.339Z | + pfexec zfs create -p rpool/images/build/recovery |
1655 | 2024-12-13T23:58:29.844Z | + cargo xtask releng --output-dir /work |
1656 | 2024-12-13T23:58:29.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1657 | 2024-12-13T23:58:29.954Z | Running `target/debug/xtask releng --output-dir /work` |
1658 | 2024-12-13T23:58:30.843Z | Compiling proc-macro2 v1.0.89 |
1659 | 2024-12-13T23:58:30.843Z | Compiling unicode-ident v1.0.13 |
1660 | 2024-12-13T23:58:30.846Z | Compiling libc v0.2.162 |
1661 | 2024-12-13T23:58:30.846Z | Compiling serde v1.0.215 |
1662 | 2024-12-13T23:58:30.846Z | Compiling autocfg v1.4.0 |
1663 | 2024-12-13T23:58:30.846Z | Compiling version_check v0.9.5 |
1664 | 2024-12-13T23:58:30.846Z | Compiling cfg-if v1.0.0 |
1665 | 2024-12-13T23:58:31.061Z | Compiling memchr v2.7.4 |
1666 | 2024-12-13T23:58:31.218Z | Compiling typenum v1.17.0 |
1667 | 2024-12-13T23:58:31.258Z | Compiling shlex v1.3.0 |
1668 | 2024-12-13T23:58:31.650Z | Compiling generic-array v0.14.7 |
1669 | 2024-12-13T23:58:31.721Z | Compiling value-bag v1.9.0 |
1670 | 2024-12-13T23:58:31.950Z | Compiling lock_api v0.4.12 |
1671 | 2024-12-13T23:58:31.997Z | Compiling scopeguard v1.2.0 |
1672 | 2024-12-13T23:58:32.163Z | Compiling log v0.4.22 |
1673 | 2024-12-13T23:58:32.222Z | Compiling rustix v0.38.37 |
1674 | 2024-12-13T23:58:32.281Z | Compiling parking_lot_core v0.9.10 |
1675 | 2024-12-13T23:58:32.684Z | Compiling serde_json v1.0.132 |
1676 | 2024-12-13T23:58:32.888Z | Compiling quote v1.0.37 |
1677 | 2024-12-13T23:58:32.909Z | Compiling jobserver v0.1.32 |
1678 | 2024-12-13T23:58:32.980Z | Compiling getrandom v0.2.15 |
1679 | 2024-12-13T23:58:33.002Z | Compiling libm v0.2.8 |
1680 | 2024-12-13T23:58:33.279Z | Compiling syn v2.0.87 |
1681 | 2024-12-13T23:58:33.324Z | Compiling cc v1.1.30 |
1682 | 2024-12-13T23:58:33.408Z | Compiling num-traits v0.2.19 |
1683 | 2024-12-13T23:58:33.517Z | Compiling thiserror v1.0.69 |
1684 | 2024-12-13T23:58:33.539Z | Compiling once_cell v1.20.2 |
1685 | 2024-12-13T23:58:33.708Z | Compiling spin v0.9.8 |
1686 | 2024-12-13T23:58:33.730Z | Compiling itoa v1.0.11 |
1687 | 2024-12-13T23:58:33.747Z | Compiling aho-corasick v1.1.3 |
1688 | 2024-12-13T23:58:33.928Z | Compiling regex-syntax v0.8.5 |
1689 | 2024-12-13T23:58:34.007Z | Compiling slab v0.4.9 |
1690 | 2024-12-13T23:58:34.232Z | Compiling errno v0.3.9 |
1691 | 2024-12-13T23:58:34.624Z | Compiling byteorder v1.5.0 |
1692 | 2024-12-13T23:58:35.176Z | Compiling lazy_static v1.5.0 |
1693 | 2024-12-13T23:58:35.339Z | Compiling rand_core v0.6.4 |
1694 | 2024-12-13T23:58:35.402Z | Compiling glob v0.3.1 |
1695 | 2024-12-13T23:58:35.604Z | Compiling either v1.13.0 |
1696 | 2024-12-13T23:58:36.032Z | Compiling prettyplease v0.2.25 |
1697 | 2024-12-13T23:58:36.074Z | Compiling subtle v2.6.1 |
1698 | 2024-12-13T23:58:36.294Z | Compiling clang-sys v1.8.1 |
1699 | 2024-12-13T23:58:36.389Z | Compiling minimal-lexical v0.2.1 |
1700 | 2024-12-13T23:58:36.483Z | Compiling libloading v0.8.5 |
1701 | 2024-12-13T23:58:36.861Z | Compiling nom v7.1.3 |
1702 | 2024-12-13T23:58:36.956Z | Compiling bindgen v0.69.5 |
1703 | 2024-12-13T23:58:37.055Z | Compiling home v0.5.9 |
1704 | 2024-12-13T23:58:37.379Z | Compiling itertools v0.10.5 |
1705 | 2024-12-13T23:58:37.627Z | Compiling regex-automata v0.4.8 |
1706 | 2024-12-13T23:58:37.950Z | Compiling lazycell v1.3.0 |
1707 | 2024-12-13T23:58:38.419Z | Compiling rustc-hash v1.1.0 |
1708 | 2024-12-13T23:58:39.012Z | Compiling cmake v0.1.51 |
1709 | 2024-12-13T23:58:40.020Z | Compiling dunce v1.0.5 |
1710 | 2024-12-13T23:58:40.095Z | Compiling fs_extra v1.3.0 |
1711 | 2024-12-13T23:58:40.155Z | Compiling smallvec v1.13.2 |
1712 | 2024-12-13T23:58:40.192Z | Compiling pkg-config v0.3.31 |
1713 | 2024-12-13T23:58:40.235Z | Compiling semver v1.0.23 |
1714 | 2024-12-13T23:58:40.690Z | Compiling cexpr v0.6.0 |
1715 | 2024-12-13T23:58:40.725Z | Compiling ring v0.17.8 |
1716 | 2024-12-13T23:58:40.905Z | Compiling ryu v1.0.18 |
1717 | 2024-12-13T23:58:41.123Z | Compiling synstructure v0.13.1 |
1718 | 2024-12-13T23:58:41.402Z | Compiling paste v1.0.15 |
1719 | 2024-12-13T23:58:41.801Z | Compiling httparse v1.9.5 |
1720 | 2024-12-13T23:58:42.328Z | Compiling aws-lc-rs v1.10.0 |
1721 | 2024-12-13T23:58:42.521Z | Compiling const-oid v0.9.6 |
1722 | 2024-12-13T23:58:42.824Z | Compiling pin-project-lite v0.2.14 |
1723 | 2024-12-13T23:58:42.867Z | Compiling heck v0.5.0 |
1724 | 2024-12-13T23:58:43.408Z | Compiling allocator-api2 v0.2.18 |
1725 | 2024-12-13T23:58:43.614Z | Compiling regex v1.11.1 |
1726 | 2024-12-13T23:58:44.167Z | Compiling futures-core v0.3.31 |
1727 | 2024-12-13T23:58:44.490Z | Compiling signal-hook-registry v1.4.2 |
1728 | 2024-12-13T23:58:44.887Z | Compiling time-core v0.1.2 |
1729 | 2024-12-13T23:58:45.299Z | Compiling crossbeam-utils v0.8.20 |
1730 | 2024-12-13T23:58:45.340Z | Compiling num-conv v0.1.0 |
1731 | 2024-12-13T23:58:45.453Z | Compiling parking_lot v0.12.3 |
1732 | 2024-12-13T23:58:45.669Z | Compiling time-macros v0.2.18 |
1733 | 2024-12-13T23:58:45.985Z | Compiling mio v1.0.2 |
1734 | 2024-12-13T23:58:46.102Z | Compiling vcpkg v0.2.15 |
1735 | 2024-12-13T23:58:46.347Z | Compiling fnv v1.0.7 |
1736 | 2024-12-13T23:58:46.556Z | Compiling schemars v0.8.21 |
1737 | 2024-12-13T23:58:47.100Z | Compiling serde_derive v1.0.215 |
1738 | 2024-12-13T23:58:47.273Z | Compiling zeroize_derive v1.4.2 |
1739 | 2024-12-13T23:58:47.623Z | Compiling zerocopy-derive v0.7.35 |
1740 | 2024-12-13T23:58:47.681Z | Compiling tokio-macros v2.4.0 |
1741 | 2024-12-13T23:58:47.934Z | Compiling thiserror-impl v1.0.69 |
1742 | 2024-12-13T23:58:48.263Z | Compiling zerofrom-derive v0.1.4 |
1743 | 2024-12-13T23:58:48.825Z | Compiling zeroize v1.8.1 |
1744 | 2024-12-13T23:58:49.293Z | Compiling yoke-derive v0.7.4 |
1745 | 2024-12-13T23:58:49.355Z | Compiling futures-macro v0.3.31 |
1746 | 2024-12-13T23:58:49.381Z | Compiling zerovec-derive v0.10.3 |
1747 | 2024-12-13T23:58:49.987Z | Compiling displaydoc v0.2.5 |
1748 | 2024-12-13T23:58:50.935Z | Compiling zerocopy v0.7.35 |
1749 | 2024-12-13T23:58:51.629Z | Compiling crypto-common v0.1.6 |
1750 | 2024-12-13T23:58:51.829Z | Compiling icu_provider_macros v1.5.0 |
1751 | 2024-12-13T23:58:51.881Z | Compiling tracing-attributes v0.1.27 |
1752 | 2024-12-13T23:58:52.084Z | Compiling block-buffer v0.10.4 |
1753 | 2024-12-13T23:58:52.173Z | Compiling der_derive v0.7.3 |
1754 | 2024-12-13T23:58:52.409Z | Compiling digest v0.10.7 |
1755 | 2024-12-13T23:58:52.922Z | Compiling openssl-sys v0.9.103 |
1756 | 2024-12-13T23:58:53.558Z | Compiling serde_derive_internals v0.29.1 |
1757 | 2024-12-13T23:58:54.433Z | Compiling socket2 v0.5.7 |
1758 | 2024-12-13T23:58:54.642Z | Compiling ahash v0.8.11 |
1759 | 2024-12-13T23:58:55.972Z | Compiling schemars_derive v0.8.21 |
1760 | 2024-12-13T23:58:56.336Z | Compiling cpufeatures v0.2.14 |
1761 | 2024-12-13T23:58:56.368Z | Compiling futures-sink v0.3.31 |
1762 | 2024-12-13T23:58:56.501Z | Compiling equivalent v1.0.1 |
1763 | 2024-12-13T23:58:56.626Z | Compiling foldhash v0.1.3 |
1764 | 2024-12-13T23:58:56.884Z | Compiling hashbrown v0.15.1 |
1765 | 2024-12-13T23:58:57.221Z | Compiling stable_deref_trait v1.2.0 |
1766 | 2024-12-13T23:58:57.366Z | Compiling slog v2.7.0 |
1767 | 2024-12-13T23:58:58.327Z | Compiling futures-channel v0.3.31 |
1768 | 2024-12-13T23:58:58.563Z | Compiling zerofrom v0.1.4 |
1769 | 2024-12-13T23:58:58.763Z | Compiling scroll_derive v0.12.0 |
1770 | 2024-12-13T23:58:58.848Z | Compiling futures-task v0.3.31 |
1771 | 2024-12-13T23:58:58.887Z | Compiling openssl v0.10.66 |
1772 | 2024-12-13T23:58:59.088Z | Compiling ucd-trie v0.1.7 |
1773 | 2024-12-13T23:58:59.171Z | Compiling pin-utils v0.1.0 |
1774 | 2024-12-13T23:58:59.194Z | Compiling futures-io v0.3.31 |
1775 | 2024-12-13T23:58:59.194Z | Compiling yoke v0.7.4 |
1776 | 2024-12-13T23:58:59.770Z | Compiling futures-util v0.3.31 |
1777 | 2024-12-13T23:58:59.773Z | Compiling pest v2.7.14 |
1778 | 2024-12-13T23:58:59.773Z | Compiling hmac v0.12.1 |
1779 | 2024-12-13T23:58:59.799Z | Compiling tinyvec_macros v0.1.1 |
1780 | 2024-12-13T23:59:00.139Z | Compiling tinyvec v1.8.0 |
1781 | 2024-12-13T23:59:00.236Z | Compiling zerovec v0.10.4 |
1782 | 2024-12-13T23:59:01.819Z | Compiling bitflags v2.6.0 |
1783 | 2024-12-13T23:59:02.070Z | Compiling bytes v1.8.0 |
1784 | 2024-12-13T23:59:03.672Z | Compiling tokio v1.40.0 |
1785 | 2024-12-13T23:59:04.205Z | Compiling serde_tokenstream v0.2.2 |
1786 | 2024-12-13T23:59:04.698Z | Compiling indexmap v2.6.0 |
1787 | 2024-12-13T23:59:06.427Z | Compiling http v1.1.0 |
1788 | 2024-12-13T23:59:07.093Z | Compiling which v4.4.2 |
1789 | 2024-12-13T23:59:07.648Z | Compiling rustc_version v0.4.1 |
1790 | 2024-12-13T23:59:08.218Z | Compiling pest_meta v2.7.14 |
1791 | 2024-12-13T23:59:08.418Z | Compiling uuid v1.11.0 |
1792 | 2024-12-13T23:59:09.193Z | Compiling block-padding v0.3.3 |
1793 | 2024-12-13T23:59:09.351Z | Compiling openssl-macros v0.1.1 |
1794 | 2024-12-13T23:59:09.538Z | Compiling iana-time-zone v0.1.61 |
1795 | 2024-12-13T23:59:09.978Z | Compiling native-tls v0.2.12 |
1796 | 2024-12-13T23:59:10.345Z | Compiling rustls v0.23.19 |
1797 | 2024-12-13T23:59:10.661Z | Compiling chrono v0.4.38 |
1798 | 2024-12-13T23:59:11.172Z | Compiling pest_generator v2.7.14 |
1799 | 2024-12-13T23:59:12.261Z | Compiling inout v0.1.3 |
1800 | 2024-12-13T23:59:12.684Z | Compiling unicode-normalization v0.1.24 |
1801 | 2024-12-13T23:59:12.709Z | Compiling cipher v0.4.4 |
1802 | 2024-12-13T23:59:13.212Z | Compiling pest_derive v2.7.14 |
1803 | 2024-12-13T23:59:13.235Z | Compiling tinystr v0.7.6 |
1804 | 2024-12-13T23:59:14.060Z | Compiling sha2 v0.10.8 |
1805 | 2024-12-13T23:59:14.273Z | Compiling async-trait v0.1.83 |
1806 | 2024-12-13T23:59:14.392Z | Compiling usdt-impl v0.5.0 |
1807 | 2024-12-13T23:59:14.533Z | Compiling cookie v0.18.1 |
1808 | 2024-12-13T23:59:14.781Z | Compiling litemap v0.7.3 |
1809 | 2024-12-13T23:59:14.937Z | Compiling unicode-bidi v0.3.17 |
1810 | 2024-12-13T23:59:14.987Z | Compiling writeable v0.5.5 |
1811 | 2024-12-13T23:59:16.896Z | Compiling base64ct v1.6.0 |
1812 | 2024-12-13T23:59:17.268Z | Compiling icu_locid v1.5.0 |
1813 | 2024-12-13T23:59:17.592Z | Compiling pem-rfc7468 v0.7.0 |
1814 | 2024-12-13T23:59:18.869Z | Compiling scroll v0.12.0 |
1815 | 2024-12-13T23:59:19.495Z | Compiling ppv-lite86 v0.2.20 |
1816 | 2024-12-13T23:59:20.401Z | Compiling tracing-core v0.1.32 |
1817 | 2024-12-13T23:59:20.636Z | Compiling camino v1.1.9 |
1818 | 2024-12-13T23:59:21.195Z | Compiling syn v1.0.109 |
1819 | 2024-12-13T23:59:21.711Z | Compiling flagset v0.4.6 |
1820 | 2024-12-13T23:59:21.923Z | Compiling dyn-clone v1.0.17 |
1821 | 2024-12-13T23:59:22.093Z | Compiling aws-lc-sys v0.22.0 |
1822 | 2024-12-13T23:59:22.119Z | Compiling percent-encoding v2.3.1 |
1823 | 2024-12-13T23:59:22.591Z | Compiling untrusted v0.7.1 |
1824 | 2024-12-13T23:59:22.707Z | Compiling plain v0.2.3 |
1825 | 2024-12-13T23:59:22.789Z | Compiling rustls-pki-types v1.10.0 |
1826 | 2024-12-13T23:59:22.872Z | Compiling goblin v0.8.2 |
1827 | 2024-12-13T23:59:25.804Z | Compiling der v0.7.9 |
1828 | 2024-12-13T23:59:26.003Z | Compiling tracing v0.1.40 |
1829 | 2024-12-13T23:59:27.037Z | Compiling rand_chacha v0.3.1 |
1830 | 2024-12-13T23:59:28.255Z | Compiling icu_provider v1.5.0 |
1831 | 2024-12-13T23:59:29.073Z | Compiling tokio-util v0.7.12 |
1832 | 2024-12-13T23:59:30.707Z | Compiling rustls v0.22.4 |
1833 | 2024-12-13T23:59:30.988Z | Compiling icu_locid_transform_data v1.5.0 |
1834 | 2024-12-13T23:59:31.056Z | Compiling pretty-hex v0.4.1 |
1835 | 2024-12-13T23:59:31.123Z | Compiling powerfmt v0.2.0 |
1836 | 2024-12-13T23:59:31.258Z | Compiling untrusted v0.9.0 |
1837 | 2024-12-13T23:59:31.299Z | Compiling rayon-core v1.12.1 |
1838 | 2024-12-13T23:59:31.510Z | Compiling mirai-annotations v1.12.0 |
1839 | 2024-12-13T23:59:31.763Z | Compiling icu_locid_transform v1.5.0 |
1840 | 2024-12-13T23:59:31.806Z | Compiling deranged v0.3.11 |
1841 | 2024-12-13T23:59:32.119Z | Compiling dof v0.3.0 |
1842 | 2024-12-13T23:59:34.108Z | Compiling spki v0.7.3 |
1843 | 2024-12-13T23:59:34.326Z | Compiling rand v0.8.5 |
1844 | 2024-12-13T23:59:34.575Z | Compiling dtrace-parser v0.2.0 |
1845 | 2024-12-13T23:59:36.135Z | Compiling salsa20 v0.10.2 |
1846 | 2024-12-13T23:59:36.297Z | Compiling icu_collections v1.5.0 |
1847 | 2024-12-13T23:59:36.503Z | Compiling pbkdf2 v0.12.2 |
1848 | 2024-12-13T23:59:38.373Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1849 | 2024-12-13T23:59:38.955Z | Compiling thread-id v4.2.2 |
1850 | 2024-12-13T23:59:39.348Z | Compiling atomic-waker v1.1.2 |
1851 | 2024-12-13T23:59:39.585Z | Compiling num_threads v0.1.7 |
1852 | 2024-12-13T23:59:39.777Z | Compiling icu_properties_data v1.5.0 |
1853 | 2024-12-13T23:59:40.124Z | Compiling time v0.3.36 |
1854 | 2024-12-13T23:59:40.184Z | Compiling icu_properties v1.5.1 |
1855 | 2024-12-13T23:59:46.014Z | Compiling scrypt v0.11.0 |
1856 | 2024-12-13T23:59:46.072Z | Compiling form_urlencoded v1.2.1 |
1857 | 2024-12-13T23:59:46.491Z | Compiling cbc v0.1.2 |
1858 | 2024-12-13T23:59:46.519Z | Compiling aes v0.8.4 |
1859 | 2024-12-13T23:59:46.701Z | Compiling http-body v1.0.1 |
1860 | 2024-12-13T23:59:47.056Z | Compiling multer v3.1.0 |
1861 | 2024-12-13T23:59:47.101Z | Compiling icu_normalizer_data v1.5.0 |
1862 | 2024-12-13T23:59:47.259Z | Compiling utf16_iter v1.0.5 |
1863 | 2024-12-13T23:59:47.517Z | Compiling try-lock v0.2.5 |
1864 | 2024-12-13T23:59:47.605Z | Compiling write16 v1.0.0 |
1865 | 2024-12-13T23:59:47.802Z | Compiling utf8_iter v1.0.4 |
1866 | 2024-12-13T23:59:47.806Z | Compiling slog-async v2.8.0 |
1867 | 2024-12-13T23:59:48.099Z | Compiling icu_normalizer v1.5.0 |
1868 | 2024-12-13T23:59:48.332Z | Compiling want v0.3.1 |
1869 | 2024-12-13T23:59:48.700Z | Compiling pkcs5 v0.7.1 |
1870 | 2024-12-13T23:59:54.678Z | Compiling h2 v0.4.6 |
1871 | 2024-12-13T23:59:54.728Z | Compiling heapless v0.7.17 |
1872 | 2024-12-13T23:59:54.728Z | Compiling zerocopy-derive v0.6.6 |
1873 | 2024-12-13T23:59:54.728Z | Compiling httpdate v1.0.3 |
1874 | 2024-12-13T23:59:55.011Z | Compiling num-bigint-dig v0.8.4 |
1875 | 2024-12-13T23:59:55.330Z | Compiling anyhow v1.0.93 |
1876 | 2024-12-13T23:59:55.529Z | Compiling base64 v0.22.1 |
1877 | 2024-12-13T23:59:56.017Z | Compiling signal-hook v0.3.17 |
1878 | 2024-12-13T23:59:57.325Z | Compiling pkcs8 v0.10.2 |
1879 | 2024-12-13T23:59:58.176Z | Compiling idna_adapter v1.2.0 |
1880 | 2024-12-13T23:59:58.541Z | Compiling usdt-macro v0.5.0 |
1881 | 2024-12-13T23:59:58.979Z | Compiling usdt-attr-macro v0.5.0 |
1882 | 2024-12-14T00:00:00.747Z | Compiling async-stream-impl v0.3.6 |
1883 | 2024-12-14T00:00:00.800Z | Compiling strsim v0.11.1 |
1884 | 2024-12-14T00:00:01.402Z | Compiling hyper v1.5.0 |
1885 | 2024-12-14T00:00:01.986Z | Compiling rustversion v1.0.17 |
1886 | 2024-12-14T00:00:02.025Z | Compiling tower-service v0.3.3 |
1887 | 2024-12-14T00:00:03.463Z | Compiling idna v1.0.3 |
1888 | 2024-12-14T00:00:05.176Z | Compiling hyper-util v0.1.10 |
1889 | 2024-12-14T00:00:11.032Z | Compiling curve25519-dalek v4.1.3 |
1890 | 2024-12-14T00:00:11.157Z | Compiling openapiv3 v2.0.0 |
1891 | 2024-12-14T00:00:11.327Z | Compiling serde_spanned v0.6.8 |
1892 | 2024-12-14T00:00:11.428Z | Compiling toml_datetime v0.6.8 |
1893 | 2024-12-14T00:00:11.630Z | Compiling enum-as-inner v0.6.1 |
1894 | 2024-12-14T00:00:11.892Z | Compiling dropshot v0.12.0 |
1895 | 2024-12-14T00:00:12.205Z | Compiling match_cfg v0.1.0 |
1896 | 2024-12-14T00:00:12.316Z | Compiling portable-atomic v1.9.0 |
1897 | 2024-12-14T00:00:12.694Z | Compiling foreign-types-shared v0.1.1 |
1898 | 2024-12-14T00:00:12.812Z | Compiling smoltcp v0.9.1 |
1899 | 2024-12-14T00:00:13.302Z | Compiling adler2 v2.0.0 |
1900 | 2024-12-14T00:00:13.334Z | Compiling heck v0.4.1 |
1901 | 2024-12-14T00:00:13.386Z | Compiling foreign-types v0.3.2 |
1902 | 2024-12-14T00:00:13.491Z | Compiling miniz_oxide v0.8.0 |
1903 | 2024-12-14T00:00:13.847Z | Compiling hostname v0.3.1 |
1904 | 2024-12-14T00:00:15.448Z | Compiling url v2.5.3 |
1905 | 2024-12-14T00:00:22.036Z | Compiling http-body-util v0.1.2 |
1906 | 2024-12-14T00:00:22.099Z | Compiling clap_derive v4.5.18 |
1907 | 2024-12-14T00:00:22.667Z | Compiling dirs-sys-next v0.1.2 |
1908 | 2024-12-14T00:00:23.263Z | Compiling encoding_rs v0.8.34 |
1909 | 2024-12-14T00:00:26.548Z | Compiling data-encoding v2.6.0 |
1910 | 2024-12-14T00:00:27.421Z | Compiling siphasher v0.3.11 |
1911 | 2024-12-14T00:00:27.841Z | Compiling mime v0.3.17 |
1912 | 2024-12-14T00:00:29.126Z | Compiling dirs-next v2.0.0 |
1913 | 2024-12-14T00:00:35.167Z | Compiling hubpack_derive v0.1.1 |
1914 | 2024-12-14T00:00:35.721Z | Compiling serde_urlencoded v0.7.1 |
1915 | 2024-12-14T00:00:36.341Z | Compiling crossbeam-epoch v0.9.18 |
1916 | 2024-12-14T00:00:36.517Z | Compiling hashbrown v0.14.5 |
1917 | 2024-12-14T00:00:37.221Z | Compiling rustls-pemfile v2.2.0 |
1918 | 2024-12-14T00:00:37.876Z | Compiling dropshot_endpoint v0.12.0 |
1919 | 2024-12-14T00:00:39.244Z | Compiling sha1 v0.10.6 |
1920 | 2024-12-14T00:00:39.691Z | Compiling signature v2.2.0 |
1921 | 2024-12-14T00:00:40.028Z | Compiling rustls-webpki v0.102.8 |
1922 | 2024-12-14T00:00:40.087Z | Compiling curve25519-dalek-derive v0.1.1 |
1923 | 2024-12-14T00:00:41.231Z | Compiling thread_local v1.1.8 |
1924 | 2024-12-14T00:00:41.801Z | Compiling fs-err v2.11.0 |
1925 | 2024-12-14T00:00:42.154Z | Compiling anstyle v1.0.10 |
1926 | 2024-12-14T00:00:42.250Z | Compiling ipnet v2.10.1 |
1927 | 2024-12-14T00:00:42.354Z | Compiling openssl-probe v0.1.5 |
1928 | 2024-12-14T00:00:42.728Z | Compiling gimli v0.31.1 |
1929 | 2024-12-14T00:00:43.544Z | Compiling utf8parse v0.2.2 |
1930 | 2024-12-14T00:00:43.801Z | Compiling unicode-properties v0.1.3 |
1931 | 2024-12-14T00:00:45.578Z | Compiling winnow v0.6.20 |
1932 | 2024-12-14T00:00:46.048Z | Compiling stringprep v0.1.5 |
1933 | 2024-12-14T00:00:47.073Z | Compiling anstyle-parse v0.2.5 |
1934 | 2024-12-14T00:00:47.834Z | Compiling addr2line v0.24.2 |
1935 | 2024-12-14T00:00:48.707Z | Compiling regress v0.10.1 |
1936 | 2024-12-14T00:00:48.874Z | Compiling crossbeam-deque v0.8.5 |
1937 | 2024-12-14T00:00:49.245Z | Compiling term v0.7.0 |
1938 | 2024-12-14T00:00:49.710Z | Compiling toml_edit v0.22.22 |
1939 | 2024-12-14T00:00:50.575Z | Compiling slog-json v2.6.1 |
1940 | 2024-12-14T00:00:51.749Z | Compiling crossbeam-channel v0.5.13 |
1941 | 2024-12-14T00:00:53.956Z | Compiling idna v0.3.0 |
1942 | 2024-12-14T00:00:54.192Z | Compiling idna v0.4.0 |
1943 | 2024-12-14T00:00:57.020Z | Compiling futures-executor v0.3.31 |
1944 | 2024-12-14T00:00:57.114Z | Compiling num-integer v0.1.46 |
1945 | 2024-12-14T00:00:57.147Z | Compiling md-5 v0.10.6 |
1946 | 2024-12-14T00:00:57.398Z | Compiling ff v0.13.0 |
1947 | 2024-12-14T00:00:57.481Z | Compiling hash32 v0.2.1 |
1948 | 2024-12-14T00:00:57.637Z | Compiling is-terminal v0.4.13 |
1949 | 2024-12-14T00:00:57.775Z | Compiling memmap v0.7.0 |
1950 | 2024-12-14T00:00:57.817Z | Compiling object v0.36.5 |
1951 | 2024-12-14T00:00:57.853Z | Compiling take_mut v0.2.2 |
1952 | 2024-12-14T00:00:57.878Z | Compiling is_terminal_polyfill v1.70.1 |
1953 | 2024-12-14T00:00:58.014Z | Compiling base16ct v0.2.0 |
1954 | 2024-12-14T00:00:58.016Z | Compiling colorchoice v1.0.2 |
1955 | 2024-12-14T00:00:58.100Z | Compiling fallible-iterator v0.2.0 |
1956 | 2024-12-14T00:00:58.193Z | Compiling psl-types v2.0.11 |
1957 | 2024-12-14T00:00:58.283Z | Compiling utf-8 v0.7.6 |
1958 | 2024-12-14T00:00:58.397Z | Compiling linked-hash-map v0.5.6 |
1959 | 2024-12-14T00:00:58.582Z | Compiling anstyle-query v1.1.1 |
1960 | 2024-12-14T00:00:58.744Z | Compiling rustc-demangle v0.1.24 |
1961 | 2024-12-14T00:00:58.773Z | Compiling quick-error v1.2.3 |
1962 | 2024-12-14T00:00:58.920Z | Compiling resolv-conf v0.7.0 |
1963 | 2024-12-14T00:00:59.054Z | Compiling publicsuffix v2.2.3 |
1964 | 2024-12-14T00:00:59.377Z | Compiling postgres-protocol v0.6.7 |
1965 | 2024-12-14T00:00:59.602Z | Compiling lru-cache v0.1.2 |
1966 | 2024-12-14T00:00:59.636Z | Compiling anstream v0.6.15 |
1967 | 2024-12-14T00:00:59.815Z | Compiling tungstenite v0.24.0 |
1968 | 2024-12-14T00:01:00.587Z | Compiling sec1 v0.7.3 |
1969 | 2024-12-14T00:01:00.644Z | Compiling usdt v0.5.0 |
1970 | 2024-12-14T00:01:01.171Z | Compiling slog-term v2.9.1 |
1971 | 2024-12-14T00:01:01.824Z | Compiling num-iter v0.1.45 |
1972 | 2024-12-14T00:01:02.025Z | Compiling group v0.13.0 |
1973 | 2024-12-14T00:01:02.127Z | Compiling futures v0.3.31 |
1974 | 2024-12-14T00:01:02.326Z | Compiling hickory-proto v0.24.1 |
1975 | 2024-12-14T00:01:02.349Z | Compiling tokio-rustls v0.26.0 |
1976 | 2024-12-14T00:01:03.211Z | Compiling toml v0.8.19 |
1977 | 2024-12-14T00:01:03.572Z | Compiling tokio-rustls v0.25.0 |
1978 | 2024-12-14T00:01:04.013Z | Compiling typify-impl v0.2.0 |
1979 | 2024-12-14T00:01:04.942Z | Compiling slog-bunyan v2.5.0 |
1980 | 2024-12-14T00:01:05.155Z | Compiling tokio-native-tls v0.3.1 |
1981 | 2024-12-14T00:01:05.423Z | Compiling backtrace v0.3.74 |
1982 | 2024-12-14T00:01:05.571Z | Compiling phf_shared v0.11.2 |
1983 | 2024-12-14T00:01:05.614Z | Compiling strum_macros v0.25.3 |
1984 | 2024-12-14T00:01:06.068Z | Compiling async-stream v0.3.6 |
1985 | 2024-12-14T00:01:06.387Z | Compiling waitgroup v0.1.2 |
1986 | 2024-12-14T00:01:06.535Z | Compiling webpki-roots v0.26.6 |
1987 | 2024-12-14T00:01:06.820Z | Compiling idna v0.5.0 |
1988 | 2024-12-14T00:01:08.285Z | Compiling terminal_size v0.4.0 |
1989 | 2024-12-14T00:01:08.306Z | Compiling serde_path_to_error v0.1.16 |
1990 | 2024-12-14T00:01:09.108Z | Compiling hkdf v0.12.4 |
1991 | 2024-12-14T00:01:09.140Z | Compiling crypto-bigint v0.5.5 |
1992 | 2024-12-14T00:01:09.159Z | Compiling serde_repr v0.1.19 |
1993 | 2024-12-14T00:01:09.345Z | Compiling derive-where v1.2.7 |
1994 | 2024-12-14T00:01:10.421Z | Compiling hostname v0.4.0 |
1995 | 2024-12-14T00:01:10.649Z | Compiling crc32fast v1.4.2 |
1996 | 2024-12-14T00:01:11.136Z | Compiling unicode-width v0.1.14 |
1997 | 2024-12-14T00:01:11.196Z | Compiling winnow v0.5.40 |
1998 | 2024-12-14T00:01:11.978Z | Compiling bitflags v1.3.2 |
1999 | 2024-12-14T00:01:12.093Z | Compiling clap_lex v0.7.2 |
2000 | 2024-12-14T00:01:12.524Z | Compiling managed v0.8.0 |
2001 | 2024-12-14T00:01:12.730Z | Compiling debug-ignore v1.0.5 |
2002 | 2024-12-14T00:01:12.822Z | Compiling clap_builder v4.5.21 |
2003 | 2024-12-14T00:01:13.120Z | Compiling elliptic-curve v0.13.8 |
2004 | 2024-12-14T00:01:14.969Z | Compiling toml_edit v0.19.15 |
2005 | 2024-12-14T00:01:14.990Z | Compiling console v0.15.8 |
2006 | 2024-12-14T00:01:15.787Z | Compiling typify-macro v0.2.0 |
2007 | 2024-12-14T00:01:16.729Z | Compiling flate2 v1.0.34 |
2008 | 2024-12-14T00:01:17.653Z | Compiling hickory-resolver v0.24.1 |
2009 | 2024-12-14T00:01:17.767Z | Compiling cookie_store v0.21.0 |
2010 | 2024-12-14T00:01:21.393Z | Compiling hyper-rustls v0.27.3 |
2011 | 2024-12-14T00:01:23.191Z | Compiling phf v0.11.2 |
2012 | 2024-12-14T00:01:23.506Z | Compiling hyper-tls v0.6.0 |
2013 | 2024-12-14T00:01:23.682Z | Compiling signal-hook-mio v0.2.4 |
2014 | 2024-12-14T00:01:23.731Z | Compiling rayon v1.10.0 |
2015 | 2024-12-14T00:01:23.846Z | Compiling bzip2 v0.4.4 |
2016 | 2024-12-14T00:01:23.928Z | Compiling tokio-tungstenite v0.24.0 |
2017 | 2024-12-14T00:01:24.048Z | Compiling postgres-types v0.2.8 |
2018 | 2024-12-14T00:01:24.355Z | Compiling ed25519 v2.2.3 |
2019 | 2024-12-14T00:01:24.515Z | Compiling hubpack v0.1.2 |
2020 | 2024-12-14T00:01:24.645Z | Compiling phf_shared v0.10.0 |
2021 | 2024-12-14T00:01:24.961Z | Compiling pkcs1 v0.7.5 |
2022 | 2024-12-14T00:01:25.141Z | Compiling zerocopy v0.6.6 |
2023 | 2024-12-14T00:01:25.434Z | Compiling tokio-stream v0.1.16 |
2024 | 2024-12-14T00:01:26.202Z | Compiling serde-big-array v0.5.1 |
2025 | 2024-12-14T00:01:26.440Z | Compiling rfc6979 v0.4.0 |
2026 | 2024-12-14T00:01:26.462Z | Compiling float-cmp v0.9.0 |
2027 | 2024-12-14T00:01:26.661Z | Compiling sync_wrapper v1.0.1 |
2028 | 2024-12-14T00:01:26.826Z | Compiling bstr v1.10.0 |
2029 | 2024-12-14T00:01:27.181Z | Compiling unicode-segmentation v1.12.0 |
2030 | 2024-12-14T00:01:27.305Z | Compiling new_debug_unreachable v1.0.6 |
2031 | 2024-12-14T00:01:27.415Z | Compiling number_prefix v0.4.0 |
2032 | 2024-12-14T00:01:27.637Z | Compiling unicode-width v0.2.0 |
2033 | 2024-12-14T00:01:27.925Z | Compiling static_assertions v1.1.0 |
2034 | 2024-12-14T00:01:28.013Z | Compiling fixedbitset v0.4.2 |
2035 | 2024-12-14T00:01:28.037Z | Compiling precomputed-hash v0.1.1 |
2036 | 2024-12-14T00:01:28.176Z | Compiling normalize-line-endings v0.3.0 |
2037 | 2024-12-14T00:01:28.356Z | Compiling whoami v1.5.2 |
2038 | 2024-12-14T00:01:28.407Z | Compiling difflib v0.4.0 |
2039 | 2024-12-14T00:01:28.428Z | Compiling predicates-core v1.0.8 |
2040 | 2024-12-14T00:01:28.724Z | Compiling bit-vec v0.6.3 |
2041 | 2024-12-14T00:01:28.927Z | Compiling predicates v3.1.2 |
2042 | 2024-12-14T00:01:29.170Z | Compiling bit-set v0.5.3 |
2043 | 2024-12-14T00:01:29.493Z | Compiling reqwest v0.12.9 |
2044 | 2024-12-14T00:01:29.656Z | Compiling tokio-postgres v0.7.12 |
2045 | 2024-12-14T00:01:30.466Z | Compiling petgraph v0.6.5 |
2046 | 2024-12-14T00:01:31.133Z | Compiling string_cache v0.8.7 |
2047 | 2024-12-14T00:01:31.554Z | Compiling indicatif v0.17.9 |
2048 | 2024-12-14T00:01:31.930Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2049 | 2024-12-14T00:01:33.366Z | Compiling similar v2.6.0 |
2050 | 2024-12-14T00:01:35.620Z | Compiling ecdsa v0.16.9 |
2051 | 2024-12-14T00:01:35.655Z | Compiling qorb v0.2.1 |
2052 | 2024-12-14T00:01:36.915Z | Compiling rsa v0.9.6 |
2053 | 2024-12-14T00:01:37.018Z | Compiling ed25519-dalek v2.1.1 |
2054 | 2024-12-14T00:01:38.392Z | Compiling zip v0.6.6 |
2055 | 2024-12-14T00:01:38.562Z | Compiling crossterm v0.28.1 |
2056 | 2024-12-14T00:01:38.791Z | Compiling toml v0.7.8 |
2057 | 2024-12-14T00:01:40.395Z | Compiling clap v4.5.21 |
2058 | 2024-12-14T00:01:42.132Z | Compiling x509-cert v0.2.5 |
2059 | 2024-12-14T00:01:42.345Z | Compiling hex v0.4.3 |
2060 | 2024-12-14T00:01:45.698Z | Compiling radium v0.7.0 |
2061 | 2024-12-14T00:01:46.103Z | Compiling peg-runtime v0.8.3 |
2062 | 2024-12-14T00:01:46.594Z | Compiling unicode-xid v0.2.6 |
2063 | 2024-12-14T00:01:46.646Z | Compiling lalrpop-util v0.19.12 |
2064 | 2024-12-14T00:01:48.250Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2065 | 2024-12-14T00:02:05.552Z | Compiling tap v1.0.1 |
2066 | 2024-12-14T00:02:05.892Z | Compiling ident_case v1.0.1 |
2067 | 2024-12-14T00:02:06.245Z | Compiling maybe-uninit v2.0.0 |
2068 | 2024-12-14T00:02:06.799Z | Compiling darling_core v0.20.10 |
2069 | 2024-12-14T00:02:07.480Z | Compiling wyz v0.5.1 |
2070 | 2024-12-14T00:02:15.354Z | Compiling typify v0.2.0 |
2071 | 2024-12-14T00:02:20.231Z | Compiling unsafe-libyaml v0.2.11 |
2072 | 2024-12-14T00:02:20.737Z | Compiling funty v2.0.0 |
2073 | 2024-12-14T00:02:21.007Z | Compiling packed_struct v0.10.1 |
2074 | 2024-12-14T00:02:21.634Z | Compiling serde_yaml v0.9.34+deprecated |
2075 | 2024-12-14T00:02:21.814Z | Compiling bitvec v1.0.1 |
2076 | 2024-12-14T00:02:26.197Z | Compiling progenitor-impl v0.8.0 |
2077 | 2024-12-14T00:02:27.606Z | Compiling darling_macro v0.20.10 |
2078 | 2024-12-14T00:02:28.783Z | Compiling packed_struct_codegen v0.10.1 |
2079 | 2024-12-14T00:02:31.546Z | Compiling structmeta-derive v0.3.0 |
2080 | 2024-12-14T00:02:31.980Z | Compiling indexmap v1.9.3 |
2081 | 2024-12-14T00:02:32.300Z | Compiling fastrand v2.1.1 |
2082 | 2024-12-14T00:02:33.108Z | Compiling nodrop v0.1.14 |
2083 | 2024-12-14T00:02:33.190Z | Compiling newtype-uuid v1.1.3 |
2084 | 2024-12-14T00:02:33.256Z | Compiling crc-catalog v2.4.0 |
2085 | 2024-12-14T00:02:33.417Z | Compiling crc v3.2.1 |
2086 | 2024-12-14T00:02:33.513Z | Compiling array-init v0.0.4 |
2087 | 2024-12-14T00:02:34.193Z | Compiling structmeta v0.3.0 |
2088 | 2024-12-14T00:02:34.785Z | Compiling progenitor-macro v0.8.0 |
2089 | 2024-12-14T00:02:35.529Z | Compiling tempfile v3.13.0 |
2090 | 2024-12-14T00:02:41.538Z | Compiling darling v0.20.10 |
2091 | 2024-12-14T00:02:41.872Z | Compiling smallvec v0.6.14 |
2092 | 2024-12-14T00:02:47.889Z | Compiling progenitor-client v0.8.0 |
2093 | 2024-12-14T00:02:50.568Z | Compiling pin-project-internal v1.1.6 |
2094 | 2024-12-14T00:02:50.646Z | Compiling dropshot v0.13.0 |
2095 | 2024-12-14T00:02:51.062Z | Compiling bitfield v0.14.0 |
2096 | 2024-12-14T00:02:51.872Z | Compiling same-file v1.0.6 |
2097 | 2024-12-14T00:02:56.178Z | Compiling base64 v0.21.7 |
2098 | 2024-12-14T00:02:56.239Z | Compiling hashbrown v0.12.3 |
2099 | 2024-12-14T00:02:56.239Z | Compiling termcolor v1.4.1 |
2100 | 2024-12-14T00:02:56.243Z | Compiling env_logger v0.10.2 |
2101 | 2024-12-14T00:02:57.495Z | Compiling ron v0.8.1 |
2102 | 2024-12-14T00:02:58.639Z | Compiling pin-project v1.1.6 |
2103 | 2024-12-14T00:03:03.017Z | Compiling walkdir v2.5.0 |
2104 | 2024-12-14T00:03:04.008Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2105 | 2024-12-14T00:03:09.300Z | Compiling progenitor v0.8.0 |
2106 | 2024-12-14T00:03:10.241Z | Compiling serde-hex v0.1.0 |
2107 | 2024-12-14T00:03:11.885Z | Compiling serde_with_macros v3.11.0 |
2108 | 2024-12-14T00:03:13.403Z | Compiling parse-display-derive v0.10.0 |
2109 | 2024-12-14T00:03:14.474Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2110 | 2024-12-14T00:03:15.528Z | Compiling strum_macros v0.26.4 |
2111 | 2024-12-14T00:03:17.352Z | Compiling snafu-derive v0.8.5 |
2112 | 2024-12-14T00:03:18.357Z | Compiling hashbrown v0.13.2 |
2113 | 2024-12-14T00:03:18.638Z | Compiling ipnetwork v0.20.0 |
2114 | 2024-12-14T00:03:18.675Z | Compiling xattr v1.3.1 |
2115 | 2024-12-14T00:03:18.988Z | Compiling dropshot_endpoint v0.13.0 |
2116 | 2024-12-14T00:03:19.782Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2117 | 2024-12-14T00:03:19.821Z | Compiling blake3 v1.5.4 |
2118 | 2024-12-14T00:03:20.052Z | Compiling ring v0.16.20 |
2119 | 2024-12-14T00:03:20.449Z | Compiling filetime v0.2.25 |
2120 | 2024-12-14T00:03:20.515Z | Compiling instant v0.1.13 |
2121 | 2024-12-14T00:03:20.702Z | Compiling bumpalo v3.16.0 |
2122 | 2024-12-14T00:03:20.822Z | Compiling simd-adler32 v0.3.7 |
2123 | 2024-12-14T00:03:21.286Z | Compiling zip v2.1.3 |
2124 | 2024-12-14T00:03:21.601Z | Compiling crc-any v2.5.0 |
2125 | 2024-12-14T00:03:21.983Z | Compiling lockfree-object-pool v0.1.6 |
2126 | 2024-12-14T00:03:22.173Z | Compiling buf-list v1.0.3 |
2127 | 2024-12-14T00:03:22.527Z | Compiling zopfli v0.8.1 |
2128 | 2024-12-14T00:03:22.579Z | Compiling snafu v0.8.5 |
2129 | 2024-12-14T00:03:22.800Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2130 | 2024-12-14T00:03:23.411Z | Compiling tar v0.4.42 |
2131 | 2024-12-14T00:03:23.865Z | Compiling backoff v0.4.0 |
2132 | 2024-12-14T00:03:24.250Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2133 | 2024-12-14T00:03:25.129Z | Compiling strum v0.26.3 |
2134 | 2024-12-14T00:03:25.345Z | Compiling object v0.30.4 |
2135 | 2024-12-14T00:03:26.742Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2136 | 2024-12-14T00:03:28.712Z | Compiling parse-display v0.10.0 |
2137 | 2024-12-14T00:03:29.207Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2138 | 2024-12-14T00:03:29.828Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2139 | 2024-12-14T00:03:30.411Z | Compiling serde_with v3.11.0 |
2140 | 2024-12-14T00:03:30.649Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2141 | 2024-12-14T00:03:31.381Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2142 | 2024-12-14T00:03:31.402Z | Compiling camino-tempfile v1.1.1 |
2143 | 2024-12-14T00:03:32.174Z | Compiling globset v0.4.15 |
2144 | 2024-12-14T00:03:34.735Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2145 | 2024-12-14T00:03:34.936Z | Compiling regress v0.9.1 |
2146 | 2024-12-14T00:03:37.064Z | Compiling pem v3.0.4 |
2147 | 2024-12-14T00:03:41.106Z | Compiling olpc-cjson v0.1.4 |
2148 | 2024-12-14T00:03:41.121Z | Compiling macaddr v1.0.1 |
2149 | 2024-12-14T00:03:41.121Z | Compiling serde_plain v1.0.2 |
2150 | 2024-12-14T00:03:41.122Z | Compiling async-recursion v1.1.1 |
2151 | 2024-12-14T00:03:41.122Z | Compiling memmap2 v0.9.5 |
2152 | 2024-12-14T00:03:41.122Z | Compiling path-slash v0.1.5 |
2153 | 2024-12-14T00:03:41.122Z | Compiling arrayvec v0.7.6 |
2154 | 2024-12-14T00:03:41.122Z | Compiling spin v0.5.2 |
2155 | 2024-12-14T00:03:41.122Z | Compiling typed-path v0.9.3 |
2156 | 2024-12-14T00:03:41.122Z | Compiling constant_time_eq v0.3.1 |
2157 | 2024-12-14T00:03:41.122Z | Compiling arrayref v0.3.9 |
2158 | 2024-12-14T00:03:41.122Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2159 | 2024-12-14T00:03:41.122Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2160 | 2024-12-14T00:03:42.119Z | Compiling tough v0.19.0 |
2161 | 2024-12-14T00:03:46.674Z | Compiling itertools v0.13.0 |
2162 | 2024-12-14T00:03:47.384Z | Compiling cargo-platform v0.1.8 |
2163 | 2024-12-14T00:03:47.619Z | Compiling topological-sort v0.2.2 |
2164 | 2024-12-14T00:03:47.902Z | Compiling parse-size v1.1.0 |
2165 | 2024-12-14T00:03:48.214Z | Compiling omicron-zone-package v0.11.1 |
2166 | 2024-12-14T00:03:48.440Z | Compiling cargo_metadata v0.18.1 |
2167 | 2024-12-14T00:03:50.216Z | Compiling shell-words v1.1.0 |
2168 | 2024-12-14T00:03:53.591Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2169 | 2024-12-14T00:04:07.721Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2170 | 2024-12-14T00:04:22.661Z | Finished `release` profile [optimized] target(s) in 5m 52s |
2171 | 2024-12-14T00:04:22.827Z | Running `target/release/omicron-releng --output-dir /work` |
2172 | 2024-12-14T00:04:22.874Z | Dec 14 00:04:21.699 DEBG changing working directory to /work/oxidecomputer/omicron |
2173 | 2024-12-14T00:04:22.975Z | Dec 14 00:04:21.803 DEBG running: git rev-parse HEAD |
2174 | 2024-12-14T00:04:22.983Z | Dec 14 00:04:21.810 DEBG process exited with exit status: 0 (6.906631ms) |
2175 | 2024-12-14T00:04:22.983Z | Dec 14 00:04:21.810 INFO version: 12.0.0-0.ci+git2d0edd7fe91 |
2176 | 2024-12-14T00:04:23.027Z | Dec 14 00:04:21.854 INFO cloning helios to /work/oxidecomputer/helios |
2177 | 2024-12-14T00:04:23.027Z | Dec 14 00:04:21.854 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2178 | 2024-12-14T00:04:23.031Z | Cloning into '/work/oxidecomputer/helios'... |
2179 | 2024-12-14T00:04:23.491Z | Dec 14 00:04:22.318 DEBG process exited with exit status: 0 (463.765689ms) |
2180 | 2024-12-14T00:04:23.491Z | Dec 14 00:04:22.318 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2181 | 2024-12-14T00:04:23.498Z | # branch.oid 53bc8bcccb29641cca9248dac64ce901acb8732b |
2182 | 2024-12-14T00:04:23.498Z | # branch.head master |
2183 | 2024-12-14T00:04:23.498Z | # branch.upstream origin/master |
2184 | 2024-12-14T00:04:23.498Z | # branch.ab +0 -0 |
2185 | 2024-12-14T00:04:23.502Z | Dec 14 00:04:22.326 DEBG process exited with exit status: 0 (8.342199ms) |
2186 | 2024-12-14T00:04:23.502Z | Dec 14 00:04:22.326 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2187 | 2024-12-14T00:04:24.373Z | Dec 14 00:04:23.200 DEBG process exited with exit status: 0 (873.674862ms) |
2188 | 2024-12-14T00:04:24.374Z | Dec 14 00:04:23.200 DEBG running: zfs list rpool/images/build/host |
2189 | 2024-12-14T00:04:24.380Z | NAME USED AVAIL REFER MOUNTPOINT |
2190 | 2024-12-14T00:04:24.380Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2191 | 2024-12-14T00:04:24.383Z | Dec 14 00:04:23.208 DEBG process exited with exit status: 0 (7.512109ms) |
2192 | 2024-12-14T00:04:24.383Z | Dec 14 00:04:23.208 DEBG running: zfs list rpool/images/build/recovery |
2193 | 2024-12-14T00:04:24.386Z | NAME USED AVAIL REFER MOUNTPOINT |
2194 | 2024-12-14T00:04:24.386Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2195 | 2024-12-14T00:04:24.389Z | Dec 14 00:04:23.214 DEBG process exited with exit status: 0 (6.482862ms) |
2196 | 2024-12-14T00:04:24.390Z | Dec 14 00:04:23.215 INFO [hubris-production] running task |
2197 | 2024-12-14T00:04:24.390Z | Dec 14 00:04:23.215 INFO [hubris-staging] running task |
2198 | 2024-12-14T00:04:24.390Z | Dec 14 00:04:23.215 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2199 | 2024-12-14T00:04:24.392Z | Dec 14 00:04:23.219 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2200 | 2024-12-14T00:04:24.470Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2201 | 2024-12-14T00:04:24.881Z | [ omicron-package] Blocking waiting for file lock on package cache |
2202 | 2024-12-14T00:04:25.550Z | [ omicron-package] Blocking waiting for file lock on package cache |
2203 | 2024-12-14T00:04:25.836Z | [ omicron-package] Blocking waiting for file lock on package cache |
2204 | 2024-12-14T00:04:26.204Z | Dec 14 00:04:25.030 INFO [hubris-production] task succeeded (1.815216327s) |
2205 | 2024-12-14T00:04:26.739Z | [ omicron-package] Compiling zerocopy v0.8.10 |
2206 | 2024-12-14T00:04:26.743Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2207 | 2024-12-14T00:04:26.743Z | [ omicron-package] Compiling itertools v0.13.0 |
2208 | 2024-12-14T00:04:26.743Z | [ omicron-package] Compiling zerocopy-derive v0.8.10 |
2209 | 2024-12-14T00:04:26.743Z | [ omicron-package] Compiling heapless v0.8.0 |
2210 | 2024-12-14T00:04:26.744Z | [ omicron-package] Compiling hash32 v0.3.1 |
2211 | 2024-12-14T00:04:26.744Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2212 | 2024-12-14T00:04:27.300Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2213 | 2024-12-14T00:04:28.002Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2214 | 2024-12-14T00:04:28.205Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2215 | 2024-12-14T00:04:28.729Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2216 | 2024-12-14T00:04:28.881Z | [ omicron-package] Compiling cobs v0.2.3 |
2217 | 2024-12-14T00:04:29.176Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2218 | 2024-12-14T00:04:29.272Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2219 | 2024-12-14T00:04:29.783Z | [ omicron-package] Compiling postcard v1.0.10 |
2220 | 2024-12-14T00:04:30.117Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2221 | 2024-12-14T00:04:30.299Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2222 | 2024-12-14T00:04:30.500Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2223 | 2024-12-14T00:04:31.602Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2224 | 2024-12-14T00:04:32.019Z | [ omicron-package] Compiling num_enum v0.5.11 |
2225 | 2024-12-14T00:04:32.183Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2226 | 2024-12-14T00:04:32.455Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2227 | 2024-12-14T00:04:32.474Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2228 | 2024-12-14T00:04:33.001Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2229 | 2024-12-14T00:04:33.214Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2230 | 2024-12-14T00:04:33.291Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2231 | 2024-12-14T00:04:33.449Z | [ omicron-package] Compiling thiserror v2.0.3 |
2232 | 2024-12-14T00:04:33.815Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2233 | 2024-12-14T00:04:33.815Z | [ omicron-package] Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2234 | 2024-12-14T00:04:34.604Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2235 | 2024-12-14T00:04:34.714Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2236 | 2024-12-14T00:04:35.071Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2237 | 2024-12-14T00:04:35.364Z | [ omicron-package] Compiling colored v2.1.0 |
2238 | 2024-12-14T00:04:35.452Z | [ omicron-package] Compiling thiserror-impl v2.0.3 |
2239 | 2024-12-14T00:04:36.107Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2240 | 2024-12-14T00:04:36.866Z | Dec 14 00:04:35.690 INFO [hubris-staging] task succeeded (12.475095369s) |
2241 | 2024-12-14T00:04:37.002Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2242 | 2024-12-14T00:04:37.414Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2243 | 2024-12-14T00:04:37.640Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2244 | 2024-12-14T00:04:38.136Z | [ omicron-package] Compiling num-derive v0.4.2 |
2245 | 2024-12-14T00:04:38.342Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2246 | 2024-12-14T00:04:39.250Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2247 | 2024-12-14T00:04:39.876Z | [ omicron-package] Compiling zone v0.3.0 |
2248 | 2024-12-14T00:04:40.301Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2249 | 2024-12-14T00:04:40.364Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2250 | 2024-12-14T00:04:41.214Z | [ omicron-package] Compiling smf v0.2.3 |
2251 | 2024-12-14T00:04:41.311Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2252 | 2024-12-14T00:04:42.179Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2253 | 2024-12-14T00:04:42.291Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2254 | 2024-12-14T00:04:44.349Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-14T00:04:44.920Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2256 | 2024-12-14T00:04:45.152Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-14T00:04:45.240Z | [ omicron-package] Compiling gethostname v0.5.0 |
2258 | 2024-12-14T00:04:45.350Z | [ omicron-package] Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2259 | 2024-12-14T00:04:45.352Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2024-12-14T00:04:45.579Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2261 | 2024-12-14T00:04:46.579Z | [ omicron-package] Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2262 | 2024-12-14T00:04:49.123Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2263 | 2024-12-14T00:04:50.126Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2264 | 2024-12-14T00:04:51.541Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2265 | 2024-12-14T00:04:54.448Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2266 | 2024-12-14T00:04:55.126Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2267 | 2024-12-14T00:04:56.937Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2268 | 2024-12-14T00:05:06.643Z | [ helios-setup] Dec 14 00:05:05.460 INFO helios repository root is: /work/oxidecomputer/helios |
2269 | 2024-12-14T00:05:06.647Z | [ helios-setup] Dec 14 00:05:05.463 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 |
2270 | 2024-12-14T00:05:06.647Z | [ helios-setup] Dec 14 00:05:05.463 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2271 | 2024-12-14T00:05:06.651Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2272 | 2024-12-14T00:05:14.062Z | [ helios-setup] Dec 14 00:05:12.877 INFO clone ok!, project: amd-firmware |
2273 | 2024-12-14T00:05:14.065Z | [ helios-setup] Dec 14 00:05:12.877 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 |
2274 | 2024-12-14T00:05:14.065Z | [ helios-setup] Dec 14 00:05:12.877 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2275 | 2024-12-14T00:05:14.067Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2276 | 2024-12-14T00:05:15.020Z | [ helios-setup] Dec 14 00:05:13.834 INFO clone ok!, project: chelsio-t6-roms |
2277 | 2024-12-14T00:05:15.022Z | [ helios-setup] Dec 14 00:05:13.835 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2278 | 2024-12-14T00:05:15.022Z | [ helios-setup] Dec 14 00:05:13.835 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 |
2279 | 2024-12-14T00:05:15.022Z | [ helios-setup] Dec 14 00:05:13.835 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2280 | 2024-12-14T00:05:15.025Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2281 | 2024-12-14T00:05:15.532Z | [ helios-setup] Dec 14 00:05:14.347 INFO clone ok!, project: image-builder |
2282 | 2024-12-14T00:05:15.535Z | [ helios-setup] Dec 14 00:05:14.347 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 |
2283 | 2024-12-14T00:05:15.535Z | [ helios-setup] Dec 14 00:05:14.347 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 |
2284 | 2024-12-14T00:05:15.538Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2285 | 2024-12-14T00:05:15.794Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 51.38s |
2286 | 2024-12-14T00:05:16.042Z | [ omicron-package] |
2287 | 2024-12-14T00:05:16.042Z | [ omicron-package] real 51.593671643 |
2288 | 2024-12-14T00:05:16.044Z | [ omicron-package] user 2:59.254142268 |
2289 | 2024-12-14T00:05:16.044Z | [ omicron-package] sys 26.789626116 |
2290 | 2024-12-14T00:05:16.044Z | [ omicron-package] trap 0.246965165 |
2291 | 2024-12-14T00:05:16.044Z | [ omicron-package] tflt 0.620695102 |
2292 | 2024-12-14T00:05:16.044Z | [ omicron-package] dflt 0.660057197 |
2293 | 2024-12-14T00:05:16.045Z | [ omicron-package] kflt 0.000125232 |
2294 | 2024-12-14T00:05:16.045Z | [ omicron-package] lock 6:12.553179717 |
2295 | 2024-12-14T00:05:16.045Z | [ omicron-package] slp 10:11.743337052 |
2296 | 2024-12-14T00:05:16.045Z | [ omicron-package] lat 1:38.026340815 |
2297 | 2024-12-14T00:05:16.045Z | Dec 14 00:05:14.856 INFO [omicron-package] process exited with exit status: 0 (51.637472983s) |
2298 | 2024-12-14T00:05:16.045Z | [ omicron-package] stop 1:01.995622276 |
2299 | 2024-12-14T00:05:16.045Z | Dec 14 00:05:14.857 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 |
2300 | 2024-12-14T00:05:16.119Z | Dec 14 00:05:14.934 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2301 | 2024-12-14T00:05:16.130Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2302 | 2024-12-14T00:05:16.133Z | [ host-target] Created new build target 'host' and set it as active |
2303 | 2024-12-14T00:05:16.133Z | Dec 14 00:05:14.947 INFO [host-target] process exited with exit status: 0 (90.602687ms) |
2304 | 2024-12-14T00:05:16.135Z | Dec 14 00:05:14.948 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2305 | 2024-12-14T00:05:16.138Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2306 | 2024-12-14T00:05:16.143Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2307 | 2024-12-14T00:05:16.143Z | Dec 14 00:05:14.955 INFO [recovery-target] process exited with exit status: 0 (21.725182ms) |
2308 | 2024-12-14T00:05:16.148Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2309 | 2024-12-14T00:05:16.364Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2310 | 2024-12-14T00:05:16.370Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2311 | 2024-12-14T00:05:17.314Z | [ host-package] Compiling convert_case v0.4.0 |
2312 | 2024-12-14T00:05:17.314Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2313 | 2024-12-14T00:05:17.318Z | [ host-package] Compiling newline-converter v0.3.0 |
2314 | 2024-12-14T00:05:17.318Z | [ host-package] Compiling password-hash v0.5.0 |
2315 | 2024-12-14T00:05:17.318Z | [ host-package] Compiling progenitor-client v0.8.0 |
2316 | 2024-12-14T00:05:17.318Z | [ host-package] Compiling blake2 v0.10.6 |
2317 | 2024-12-14T00:05:17.448Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2318 | 2024-12-14T00:05:17.465Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2319 | 2024-12-14T00:05:17.677Z | [ host-package] Compiling expectorate v1.1.0 |
2320 | 2024-12-14T00:05:17.847Z | [ host-package] Compiling owo-colors v4.1.0 |
2321 | 2024-12-14T00:05:17.893Z | [ host-package] Compiling num-rational v0.4.2 |
2322 | 2024-12-14T00:05:17.926Z | [ host-package] Compiling progenitor v0.8.0 |
2323 | 2024-12-14T00:05:18.024Z | [ host-package] Compiling num-complex v0.4.6 |
2324 | 2024-12-14T00:05:18.131Z | [ host-package] Compiling argon2 v0.5.3 |
2325 | 2024-12-14T00:05:18.220Z | [ host-package] Compiling derive_more v0.99.18 |
2326 | 2024-12-14T00:05:18.817Z | [ host-package] Compiling atomicwrites v0.4.4 |
2327 | 2024-12-14T00:05:19.016Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2328 | 2024-12-14T00:05:19.361Z | [ host-package] Compiling num v0.4.3 |
2329 | 2024-12-14T00:05:19.410Z | [ host-package] Compiling libsw v3.3.1 |
2330 | 2024-12-14T00:05:19.541Z | [ host-package] Compiling float-ord v0.3.2 |
2331 | 2024-12-14T00:05:19.644Z | [ host-package] Compiling linear-map v1.2.0 |
2332 | 2024-12-14T00:05:19.693Z | [ host-package] Compiling indent_write v2.2.0 |
2333 | 2024-12-14T00:05:19.750Z | [ host-package] Compiling swrite v0.1.0 |
2334 | 2024-12-14T00:05:19.827Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2335 | 2024-12-14T00:05:19.898Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2336 | 2024-12-14T00:05:19.955Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2337 | 2024-12-14T00:05:20.108Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2338 | 2024-12-14T00:05:20.483Z | [ host-package] Compiling highway v1.2.0 |
2339 | 2024-12-14T00:05:20.662Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2340 | 2024-12-14T00:05:21.368Z | [ host-package] Compiling semver v0.1.20 |
2341 | 2024-12-14T00:05:21.950Z | [ host-package] Compiling rustc_version v0.1.7 |
2342 | 2024-12-14T00:05:22.044Z | [ host-package] Compiling newtype-uuid v1.1.3 |
2343 | 2024-12-14T00:05:22.399Z | [ host-package] Compiling newtype_derive v0.1.6 |
2344 | 2024-12-14T00:05:22.468Z | [ host-package] Compiling dropshot v0.13.0 |
2345 | 2024-12-14T00:05:22.579Z | [ host-package] Compiling ipnetwork v0.20.0 |
2346 | 2024-12-14T00:05:22.953Z | [ host-package] Compiling instant v0.1.13 |
2347 | 2024-12-14T00:05:23.138Z | [ host-package] Compiling humantime v2.1.0 |
2348 | 2024-12-14T00:05:23.460Z | [ host-package] Compiling backoff v0.4.0 |
2349 | 2024-12-14T00:05:23.573Z | [ helios-setup] Submodule path 'amd-firmware': checked out '7a9b5f6729edd91286f20e794f130fd370ed2fbe' |
2350 | 2024-12-14T00:05:23.587Z | [ helios-setup] Dec 14 00:05:22.400 INFO clone ok!, project: amd-host-image-builder |
2351 | 2024-12-14T00:05:23.590Z | [ helios-setup] Dec 14 00:05:22.400 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 |
2352 | 2024-12-14T00:05:23.590Z | [ helios-setup] Dec 14 00:05:22.401 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2353 | 2024-12-14T00:05:23.593Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2354 | 2024-12-14T00:05:23.951Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2355 | 2024-12-14T00:05:24.655Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2356 | 2024-12-14T00:05:24.807Z | [ helios-setup] Dec 14 00:05:23.620 INFO clone ok!, project: pilot |
2357 | 2024-12-14T00:05:24.810Z | [ helios-setup] Dec 14 00:05:23.620 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2358 | 2024-12-14T00:05:24.810Z | [ helios-setup] Dec 14 00:05:23.620 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2359 | 2024-12-14T00:05:24.810Z | [ helios-setup] Dec 14 00:05:23.620 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 |
2360 | 2024-12-14T00:05:24.810Z | [ helios-setup] Dec 14 00:05:23.620 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2361 | 2024-12-14T00:05:24.813Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2362 | 2024-12-14T00:05:25.360Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2363 | 2024-12-14T00:05:25.530Z | [ helios-setup] Dec 14 00:05:24.342 INFO clone ok!, project: pinprick |
2364 | 2024-12-14T00:05:25.533Z | [ helios-setup] Dec 14 00:05:24.342 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 |
2365 | 2024-12-14T00:05:25.533Z | [ helios-setup] Dec 14 00:05:24.342 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2366 | 2024-12-14T00:05:25.536Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2367 | 2024-12-14T00:05:26.349Z | [ helios-setup] Dec 14 00:05:25.161 INFO clone ok!, project: bootserver |
2368 | 2024-12-14T00:05:26.352Z | [ helios-setup] Dec 14 00:05:25.161 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 |
2369 | 2024-12-14T00:05:26.352Z | [ helios-setup] Dec 14 00:05:25.162 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2370 | 2024-12-14T00:05:26.354Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2371 | 2024-12-14T00:05:27.379Z | [ helios-setup] Dec 14 00:05:26.191 INFO clone ok!, project: phbl |
2372 | 2024-12-14T00:05:27.382Z | [ helios-setup] Dec 14 00:05:26.192 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2373 | 2024-12-14T00:05:28.131Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2374 | 2024-12-14T00:05:28.480Z | [ helios-setup] Dec 14 00:05:27.291 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2375 | 2024-12-14T00:05:28.593Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2376 | 2024-12-14T00:05:29.074Z | [ helios-setup] Dec 14 00:05:27.886 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2377 | 2024-12-14T00:05:29.077Z | [ helios-setup] Dec 14 00:05:27.886 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2378 | 2024-12-14T00:05:29.126Z | [ host-package] Compiling parse-display v0.10.0 |
2379 | 2024-12-14T00:05:29.640Z | [ helios-setup] Dec 14 00:05:28.451 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2380 | 2024-12-14T00:05:29.774Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2381 | 2024-12-14T00:05:30.046Z | [ host-package] Compiling serde_with v3.11.0 |
2382 | 2024-12-14T00:05:30.184Z | [ host-package] Compiling strum v0.26.3 |
2383 | 2024-12-14T00:05:30.213Z | [ helios-setup] Dec 14 00:05:29.024 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2384 | 2024-12-14T00:05:30.213Z | [ helios-setup] Dec 14 00:05:29.025 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2385 | 2024-12-14T00:05:30.404Z | [ host-package] Compiling regress v0.9.1 |
2386 | 2024-12-14T00:05:30.748Z | [ helios-setup] Dec 14 00:05:29.559 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2387 | 2024-12-14T00:05:31.353Z | [ helios-setup] Dec 14 00:05:30.164 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2388 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.164 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2389 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.164 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2390 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.165 INFO ok! |
2391 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.165 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2392 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.165 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2393 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.165 INFO ok! |
2394 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.165 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2395 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.165 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2396 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.165 INFO ok! |
2397 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.165 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2398 | 2024-12-14T00:05:31.356Z | [ helios-setup] Dec 14 00:05:30.165 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2399 | 2024-12-14T00:05:31.774Z | [ helios-setup] Dec 14 00:05:30.585 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2400 | 2024-12-14T00:05:32.387Z | [ helios-setup] Dec 14 00:05:31.198 INFO E| From https://github.com/jclulow/rust-jmclib |
2401 | 2024-12-14T00:05:32.387Z | [ helios-setup] Dec 14 00:05:31.198 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2402 | 2024-12-14T00:05:32.405Z | [ helios-setup] Dec 14 00:05:31.216 INFO E| Updating crates.io index |
2403 | 2024-12-14T00:05:32.582Z | [ helios-setup] Dec 14 00:05:31.391 INFO E| Downloading crates ... |
2404 | 2024-12-14T00:05:32.795Z | [ helios-setup] Dec 14 00:05:31.605 INFO E| Downloaded opaque-debug v0.3.0 |
2405 | 2024-12-14T00:05:32.797Z | [ helios-setup] Dec 14 00:05:31.607 INFO E| Downloaded block-buffer v0.9.0 |
2406 | 2024-12-14T00:05:32.800Z | [ helios-setup] Dec 14 00:05:31.609 INFO E| Downloaded md-5 v0.9.1 |
2407 | 2024-12-14T00:05:32.803Z | [ helios-setup] Dec 14 00:05:31.611 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2408 | 2024-12-14T00:05:32.803Z | [ helios-setup] Dec 14 00:05:31.613 INFO E| Downloaded itoa v1.0.9 |
2409 | 2024-12-14T00:05:32.805Z | [ helios-setup] Dec 14 00:05:31.616 INFO E| Downloaded walkdir v2.3.3 |
2410 | 2024-12-14T00:05:32.808Z | [ helios-setup] Dec 14 00:05:31.619 INFO E| Downloaded unicode-width v0.1.10 |
2411 | 2024-12-14T00:05:32.811Z | [ helios-setup] Dec 14 00:05:31.621 INFO E| Downloaded errno v0.3.1 |
2412 | 2024-12-14T00:05:32.814Z | [ helios-setup] Dec 14 00:05:31.625 INFO E| Downloaded cpufeatures v0.2.9 |
2413 | 2024-12-14T00:05:32.817Z | [ helios-setup] Dec 14 00:05:31.627 INFO E| Downloaded fastrand v2.0.0 |
2414 | 2024-12-14T00:05:32.832Z | [ helios-setup] Dec 14 00:05:31.643 INFO E| Downloaded uuid v0.8.2 |
2415 | 2024-12-14T00:05:32.838Z | [ helios-setup] Dec 14 00:05:31.649 INFO E| Downloaded getrandom v0.2.10 |
2416 | 2024-12-14T00:05:32.843Z | [ helios-setup] Dec 14 00:05:31.654 INFO E| Downloaded bitflags v2.3.3 |
2417 | 2024-12-14T00:05:32.848Z | [ helios-setup] Dec 14 00:05:31.658 INFO E| Downloaded quote v1.0.31 |
2418 | 2024-12-14T00:05:32.869Z | [ helios-setup] Dec 14 00:05:31.680 INFO E| Downloaded unicode-ident v1.0.11 |
2419 | 2024-12-14T00:05:32.874Z | [ helios-setup] Dec 14 00:05:31.685 INFO E| Downloaded ryu v1.0.15 |
2420 | 2024-12-14T00:05:32.879Z | [ helios-setup] Dec 14 00:05:31.690 INFO E| Downloaded serde v1.0.193 |
2421 | 2024-12-14T00:05:32.884Z | [ helios-setup] Dec 14 00:05:31.695 INFO E| Downloaded anyhow v1.0.72 |
2422 | 2024-12-14T00:05:32.890Z | [ helios-setup] Dec 14 00:05:31.701 INFO E| Downloaded typenum v1.16.0 |
2423 | 2024-12-14T00:05:32.894Z | [ helios-setup] Dec 14 00:05:31.705 INFO E| Downloaded toml v0.5.11 |
2424 | 2024-12-14T00:05:32.898Z | [ helios-setup] Dec 14 00:05:31.708 INFO E| Downloaded tempfile v3.7.0 |
2425 | 2024-12-14T00:05:32.902Z | [ helios-setup] Dec 14 00:05:31.713 INFO E| Downloaded serde_derive v1.0.193 |
2426 | 2024-12-14T00:05:32.906Z | [ helios-setup] Dec 14 00:05:31.716 INFO E| Downloaded proc-macro2 v1.0.66 |
2427 | 2024-12-14T00:05:32.910Z | [ helios-setup] Dec 14 00:05:31.720 INFO E| Downloaded sha-1 v0.9.8 |
2428 | 2024-12-14T00:05:32.913Z | [ helios-setup] Dec 14 00:05:31.723 INFO E| Downloaded serde_json v1.0.103 |
2429 | 2024-12-14T00:05:32.922Z | [ helios-setup] Dec 14 00:05:31.732 INFO E| Downloaded once_cell v1.18.0 |
2430 | 2024-12-14T00:05:32.926Z | [ helios-setup] Dec 14 00:05:31.737 INFO E| Downloaded digest v0.9.0 |
2431 | 2024-12-14T00:05:32.928Z | [ helios-setup] Dec 14 00:05:31.739 INFO E| Downloaded syn v2.0.32 |
2432 | 2024-12-14T00:05:32.944Z | [ helios-setup] Dec 14 00:05:31.755 INFO E| Downloaded rustix v0.38.4 |
2433 | 2024-12-14T00:05:33.040Z | [ helios-setup] Dec 14 00:05:31.850 INFO E| Downloaded libc v0.2.147 |
2434 | 2024-12-14T00:05:33.182Z | [ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling libc v0.2.147 |
2435 | 2024-12-14T00:05:33.182Z | [ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling proc-macro2 v1.0.66 |
2436 | 2024-12-14T00:05:33.185Z | [ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling cfg-if v1.0.0 |
2437 | 2024-12-14T00:05:33.185Z | [ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling unicode-ident v1.0.11 |
2438 | 2024-12-14T00:05:33.186Z | [ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling version_check v0.9.4 |
2439 | 2024-12-14T00:05:33.186Z | [ helios-setup] Dec 14 00:05:31.992 INFO E| Compiling typenum v1.16.0 |
2440 | 2024-12-14T00:05:33.186Z | [ helios-setup] Dec 14 00:05:31.993 INFO E| Compiling serde v1.0.193 |
2441 | 2024-12-14T00:05:33.186Z | [ helios-setup] Dec 14 00:05:31.993 INFO E| Compiling num-conv v0.1.0 |
2442 | 2024-12-14T00:05:33.611Z | [ helios-setup] Dec 14 00:05:32.421 INFO E| Compiling slog v2.7.0 |
2443 | 2024-12-14T00:05:33.925Z | [ helios-setup] Dec 14 00:05:32.735 INFO E| Compiling time-core v0.1.2 |
2444 | 2024-12-14T00:05:34.021Z | [ helios-setup] Dec 14 00:05:32.830 INFO E| Compiling powerfmt v0.2.0 |
2445 | 2024-12-14T00:05:34.119Z | [ helios-setup] Dec 14 00:05:32.928 INFO E| Compiling rustix v0.38.4 |
2446 | 2024-12-14T00:05:34.125Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2447 | 2024-12-14T00:05:34.366Z | [ helios-setup] Dec 14 00:05:33.175 INFO E| Compiling itoa v1.0.9 |
2448 | 2024-12-14T00:05:34.736Z | [ helios-setup] Dec 14 00:05:33.546 INFO E| Compiling deranged v0.3.11 |
2449 | 2024-12-14T00:05:34.789Z | [ helios-setup] Dec 14 00:05:33.598 INFO E| Compiling time-macros v0.2.18 |
2450 | 2024-12-14T00:05:34.858Z | [ helios-setup] Dec 14 00:05:33.668 INFO E| Compiling generic-array v0.14.7 |
2451 | 2024-12-14T00:05:34.917Z | [ helios-setup] Dec 14 00:05:33.727 INFO E| Compiling bitflags v2.3.3 |
2452 | 2024-12-14T00:05:35.482Z | [ helios-setup] Dec 14 00:05:34.292 INFO E| Compiling num_threads v0.1.6 |
2453 | 2024-12-14T00:05:35.578Z | [ helios-setup] Dec 14 00:05:34.387 INFO E| Compiling once_cell v1.18.0 |
2454 | 2024-12-14T00:05:35.895Z | [ helios-setup] Dec 14 00:05:34.705 INFO E| Compiling opaque-debug v0.3.0 |
2455 | 2024-12-14T00:05:36.018Z | [ helios-setup] Dec 14 00:05:34.828 INFO E| Compiling fastrand v2.0.0 |
2456 | 2024-12-14T00:05:36.464Z | [ host-package] Compiling macaddr v1.0.1 |
2457 | 2024-12-14T00:05:36.576Z | [ helios-setup] Dec 14 00:05:35.386 INFO E| Compiling quote v1.0.31 |
2458 | 2024-12-14T00:05:37.084Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2459 | 2024-12-14T00:05:37.231Z | [ helios-setup] Dec 14 00:05:36.041 INFO E| Compiling thread_local v1.1.7 |
2460 | 2024-12-14T00:05:37.408Z | [ host-package] Compiling steno v0.4.1 |
2461 | 2024-12-14T00:05:37.574Z | [ helios-setup] Dec 14 00:05:36.383 INFO E| Compiling syn v2.0.32 |
2462 | 2024-12-14T00:05:38.100Z | [ helios-setup] Dec 14 00:05:36.909 INFO E| Compiling dirs-sys-next v0.1.2 |
2463 | 2024-12-14T00:05:38.105Z | [ helios-setup] Dec 14 00:05:36.914 INFO E| Compiling errno v0.3.1 |
2464 | 2024-12-14T00:05:38.516Z | [ helios-setup] Dec 14 00:05:37.325 INFO E| Compiling dirs-next v2.0.0 |
2465 | 2024-12-14T00:05:38.606Z | [ helios-setup] Dec 14 00:05:37.415 INFO E| Compiling atty v0.2.14 |
2466 | 2024-12-14T00:05:38.877Z | [ helios-setup] Dec 14 00:05:37.685 INFO E| Compiling term v0.7.0 |
2467 | 2024-12-14T00:05:38.888Z | [ helios-setup] Dec 14 00:05:37.698 INFO E| Compiling serde_json v1.0.103 |
2468 | 2024-12-14T00:05:38.896Z | [ host-package] Compiling prettyplease v0.2.25 |
2469 | 2024-12-14T00:05:38.902Z | [ helios-setup] Dec 14 00:05:37.711 INFO E| Compiling anyhow v1.0.72 |
2470 | 2024-12-14T00:05:38.963Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2471 | 2024-12-14T00:05:39.748Z | [ helios-setup] Dec 14 00:05:38.557 INFO E| Compiling getrandom v0.2.10 |
2472 | 2024-12-14T00:05:39.997Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2473 | 2024-12-14T00:05:40.008Z | [ helios-setup] Dec 14 00:05:38.816 INFO E| Compiling cpufeatures v0.2.9 |
2474 | 2024-12-14T00:05:40.101Z | [ helios-setup] Dec 14 00:05:38.910 INFO E| Compiling ryu v1.0.15 |
2475 | 2024-12-14T00:05:40.160Z | [ helios-setup] Dec 14 00:05:38.969 INFO E| Compiling time v0.3.36 |
2476 | 2024-12-14T00:05:40.387Z | [ helios-setup] Dec 14 00:05:39.196 INFO E| Compiling block-buffer v0.9.0 |
2477 | 2024-12-14T00:05:40.512Z | [ helios-setup] Dec 14 00:05:39.321 INFO E| Compiling digest v0.9.0 |
2478 | 2024-12-14T00:05:40.665Z | [ helios-setup] Dec 14 00:05:39.474 INFO E| Compiling unicode-width v0.1.10 |
2479 | 2024-12-14T00:05:40.708Z | [ helios-setup] Dec 14 00:05:39.517 INFO E| Compiling same-file v1.0.6 |
2480 | 2024-12-14T00:05:40.800Z | [ helios-setup] Dec 14 00:05:39.609 INFO E| Compiling md-5 v0.9.1 |
2481 | 2024-12-14T00:05:41.092Z | [ helios-setup] Dec 14 00:05:39.901 INFO E| Compiling walkdir v2.3.3 |
2482 | 2024-12-14T00:05:41.113Z | [ helios-setup] Dec 14 00:05:39.921 INFO E| Compiling getopts v0.2.21 |
2483 | 2024-12-14T00:05:41.396Z | [ helios-setup] Dec 14 00:05:40.204 INFO E| Compiling tempfile v3.7.0 |
2484 | 2024-12-14T00:05:41.696Z | [ helios-setup] Dec 14 00:05:40.505 INFO E| Compiling sha-1 v0.9.8 |
2485 | 2024-12-14T00:05:42.348Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2486 | 2024-12-14T00:05:42.697Z | [ helios-setup] Dec 14 00:05:41.505 INFO E| Compiling libdevinfo-sys v1.0.0 |
2487 | 2024-12-14T00:05:42.728Z | [ helios-setup] Dec 14 00:05:41.536 INFO E| Compiling glob v0.3.1 |
2488 | 2024-12-14T00:05:43.163Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2489 | 2024-12-14T00:05:43.719Z | [ helios-setup] Dec 14 00:05:42.526 INFO E| Compiling slog-term v2.9.0 |
2490 | 2024-12-14T00:05:46.641Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2491 | 2024-12-14T00:05:47.288Z | [ helios-setup] Dec 14 00:05:46.095 INFO E| Compiling serde_derive v1.0.193 |
2492 | 2024-12-14T00:05:47.628Z | [ host-package] Compiling half v2.4.1 |
2493 | 2024-12-14T00:05:48.422Z | [ host-package] Compiling ciborium-io v0.2.2 |
2494 | 2024-12-14T00:05:48.588Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2495 | 2024-12-14T00:05:49.204Z | [ host-package] Compiling tungstenite v0.21.0 |
2496 | 2024-12-14T00:05:52.840Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2497 | 2024-12-14T00:05:53.647Z | [ host-package] Compiling ciborium v0.2.2 |
2498 | 2024-12-14T00:05:54.964Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2499 | 2024-12-14T00:06:00.488Z | [ host-package] Compiling fastrand v2.1.1 |
2500 | 2024-12-14T00:06:01.181Z | [ host-package] Compiling display-error-chain v0.2.2 |
2501 | 2024-12-14T00:06:01.866Z | [ host-package] Compiling same-file v1.0.6 |
2502 | 2024-12-14T00:06:02.149Z | [ helios-setup] Dec 14 00:06:00.952 INFO E| Compiling toml v0.5.11 |
2503 | 2024-12-14T00:06:02.151Z | [ helios-setup] Dec 14 00:06:00.952 INFO E| Compiling uuid v0.8.2 |
2504 | 2024-12-14T00:06:02.250Z | [ host-package] Compiling walkdir v2.5.0 |
2505 | 2024-12-14T00:06:02.581Z | [ host-package] Compiling tempfile v3.13.0 |
2506 | 2024-12-14T00:06:03.175Z | [ host-package] Compiling blake3 v1.5.4 |
2507 | 2024-12-14T00:06:03.668Z | [ host-package] Compiling ring v0.16.20 |
2508 | 2024-12-14T00:06:03.885Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2509 | 2024-12-14T00:06:04.380Z | [ helios-setup] Dec 14 00:06:03.183 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2510 | 2024-12-14T00:06:05.446Z | [ host-package] Compiling xattr v1.3.1 |
2511 | 2024-12-14T00:06:05.810Z | [ host-package] Compiling memmap2 v0.9.5 |
2512 | 2024-12-14T00:06:05.927Z | [ host-package] Compiling filetime v0.2.25 |
2513 | 2024-12-14T00:06:06.201Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2514 | 2024-12-14T00:06:06.314Z | [ host-package] Compiling arrayref v0.3.9 |
2515 | 2024-12-14T00:06:06.375Z | [ host-package] Compiling keccak v0.1.5 |
2516 | 2024-12-14T00:06:06.555Z | [ host-package] Compiling spin v0.5.2 |
2517 | 2024-12-14T00:06:06.913Z | [ host-package] Compiling arrayvec v0.7.6 |
2518 | 2024-12-14T00:06:07.352Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2519 | 2024-12-14T00:06:07.559Z | [ helios-setup] Dec 14 00:06:06.360 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2520 | 2024-12-14T00:06:07.661Z | [ host-package] Compiling sha3 v0.10.8 |
2521 | 2024-12-14T00:06:08.091Z | [ host-package] Compiling tar v0.4.42 |
2522 | 2024-12-14T00:06:08.668Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2523 | 2024-12-14T00:06:08.824Z | [ host-package] Compiling toolchain_find v0.4.0 |
2524 | 2024-12-14T00:06:09.058Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2525 | 2024-12-14T00:06:09.179Z | [ host-package] Compiling maplit v1.0.2 |
2526 | 2024-12-14T00:06:09.399Z | [ host-package] Compiling crunchy v0.2.2 |
2527 | 2024-12-14T00:06:09.458Z | [ host-package] Compiling topological-sort v0.2.2 |
2528 | 2024-12-14T00:06:09.768Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2529 | 2024-12-14T00:06:10.158Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2530 | 2024-12-14T00:06:10.452Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2531 | 2024-12-14T00:06:10.870Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2532 | 2024-12-14T00:06:10.923Z | [ host-package] Compiling phf_generator v0.11.2 |
2533 | 2024-12-14T00:06:11.014Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2534 | 2024-12-14T00:06:11.192Z | [ host-package] Compiling secrecy v0.8.0 |
2535 | 2024-12-14T00:06:11.192Z | [ host-package] Compiling const_format v0.2.33 |
2536 | 2024-12-14T00:06:11.602Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2537 | 2024-12-14T00:06:11.640Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2538 | 2024-12-14T00:06:12.090Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2539 | 2024-12-14T00:06:12.284Z | [ host-package] Compiling arc-swap v1.7.1 |
2540 | 2024-12-14T00:06:12.458Z | [ host-package] Compiling diesel_derives v2.2.3 |
2541 | 2024-12-14T00:06:12.500Z | [ host-package] Compiling r2d2 v0.8.10 |
2542 | 2024-12-14T00:06:12.556Z | [ host-package] Compiling phf_codegen v0.11.2 |
2543 | 2024-12-14T00:06:12.803Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2544 | 2024-12-14T00:06:13.058Z | [ host-package] Compiling slog-scope v4.4.0 |
2545 | 2024-12-14T00:06:13.085Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2546 | 2024-12-14T00:06:13.173Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2547 | 2024-12-14T00:06:13.811Z | [ host-package] Compiling universal-hash v0.5.1 |
2548 | 2024-12-14T00:06:13.981Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2549 | 2024-12-14T00:06:14.144Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2550 | 2024-12-14T00:06:15.709Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2551 | 2024-12-14T00:06:16.187Z | [ host-package] Compiling ena v0.14.3 |
2552 | 2024-12-14T00:06:16.713Z | [ host-package] Compiling opaque-debug v0.3.1 |
2553 | 2024-12-14T00:06:16.909Z | [ host-package] Compiling regex-syntax v0.6.29 |
2554 | 2024-12-14T00:06:17.986Z | [ host-package] Compiling diff v0.1.13 |
2555 | 2024-12-14T00:06:18.556Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2556 | 2024-12-14T00:06:18.926Z | [ host-package] Compiling poly1305 v0.8.0 |
2557 | 2024-12-14T00:06:20.164Z | [ helios-setup] Dec 14 00:06:18.963 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.68s |
2558 | 2024-12-14T00:06:20.195Z | [ helios-setup] Dec 14 00:06:18.994 INFO building project "image-builder" ok (48 seconds) |
2559 | 2024-12-14T00:06:20.195Z | [ helios-setup] Dec 14 00:06:18.994 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2560 | 2024-12-14T00:06:20.198Z | [ helios-setup] Dec 14 00:06:18.994 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2561 | 2024-12-14T00:06:20.205Z | [ helios-setup] Dec 14 00:06:19.004 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2562 | 2024-12-14T00:06:20.438Z | [ helios-setup] Dec 14 00:06:19.237 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2563 | 2024-12-14T00:06:20.438Z | [ helios-setup] Dec 14 00:06:19.237 INFO E| info: downloading component 'cargo' |
2564 | 2024-12-14T00:06:20.801Z | [ host-package] Compiling lalrpop v0.19.12 |
2565 | 2024-12-14T00:06:22.071Z | [ helios-setup] Dec 14 00:06:20.869 INFO E| info: downloading component 'clippy' |
2566 | 2024-12-14T00:06:22.331Z | [ helios-setup] Dec 14 00:06:21.129 INFO E| info: downloading component 'rust-docs' |
2567 | 2024-12-14T00:06:22.817Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2568 | 2024-12-14T00:06:23.826Z | [ helios-setup] Dec 14 00:06:22.393 INFO E| info: downloading component 'rust-src' |
2569 | 2024-12-14T00:06:23.831Z | [ helios-setup] Dec 14 00:06:22.604 INFO E| info: downloading component 'rust-std' |
2570 | 2024-12-14T00:06:24.039Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2571 | 2024-12-14T00:06:25.199Z | [ host-package] Compiling diesel v2.2.6 |
2572 | 2024-12-14T00:06:25.508Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2573 | 2024-12-14T00:06:25.746Z | [ helios-setup] Dec 14 00:06:24.543 INFO E| info: downloading component 'rustc' |
2574 | 2024-12-14T00:06:26.681Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2575 | 2024-12-14T00:06:26.994Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2576 | 2024-12-14T00:06:27.263Z | [ host-package] Compiling chacha20 v0.9.1 |
2577 | 2024-12-14T00:06:27.772Z | [ host-package] Compiling aead v0.5.2 |
2578 | 2024-12-14T00:06:28.182Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2579 | 2024-12-14T00:06:28.821Z | [ host-package] Compiling ref-cast v1.0.23 |
2580 | 2024-12-14T00:06:29.408Z | [ host-package] Compiling vte v0.11.1 |
2581 | 2024-12-14T00:06:30.728Z | [ helios-setup] Dec 14 00:06:29.525 INFO E| info: downloading component 'rustfmt' |
2582 | 2024-12-14T00:06:31.060Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2583 | 2024-12-14T00:06:31.066Z | [ helios-setup] Dec 14 00:06:29.863 INFO E| info: installing component 'cargo' |
2584 | 2024-12-14T00:06:31.203Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2585 | 2024-12-14T00:06:31.308Z | [ host-package] Compiling chrono-tz v0.10.0 |
2586 | 2024-12-14T00:06:32.175Z | [ host-package] Compiling vsss-rs v3.3.4 |
2587 | 2024-12-14T00:06:32.290Z | [ helios-setup] Dec 14 00:06:31.086 INFO E| info: installing component 'clippy' |
2588 | 2024-12-14T00:06:32.708Z | [ helios-setup] Dec 14 00:06:31.495 INFO E| info: installing component 'rust-docs' |
2589 | 2024-12-14T00:06:34.541Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2590 | 2024-12-14T00:06:34.942Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2591 | 2024-12-14T00:06:37.443Z | [ host-package] Compiling headers-core v0.3.0 |
2592 | 2024-12-14T00:06:37.601Z | [ host-package] Compiling fxhash v0.2.1 |
2593 | 2024-12-14T00:06:37.683Z | [ host-package] Compiling libxml v0.3.3 |
2594 | 2024-12-14T00:06:37.883Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2595 | 2024-12-14T00:06:38.219Z | [ host-package] Compiling bytecount v0.6.8 |
2596 | 2024-12-14T00:06:38.620Z | [ host-package] Compiling papergrid v0.11.0 |
2597 | 2024-12-14T00:06:39.284Z | [ helios-setup] Dec 14 00:06:38.078 INFO E| info: installing component 'rust-src' |
2598 | 2024-12-14T00:06:39.717Z | [ host-package] Compiling headers v0.4.0 |
2599 | 2024-12-14T00:06:39.925Z | [ helios-setup] Dec 14 00:06:38.720 INFO E| info: installing component 'rust-std' |
2600 | 2024-12-14T00:06:42.556Z | [ helios-setup] Dec 14 00:06:41.350 INFO E| info: installing component 'rustc' |
2601 | 2024-12-14T00:06:43.908Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2602 | 2024-12-14T00:06:48.936Z | [ helios-setup] Dec 14 00:06:47.728 INFO E| info: installing component 'rustfmt' |
2603 | 2024-12-14T00:06:49.777Z | [ helios-setup] Dec 14 00:06:48.569 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2604 | 2024-12-14T00:06:50.306Z | [ host-package] Compiling polar-core v0.27.3 |
2605 | 2024-12-14T00:06:50.556Z | [ helios-setup] Dec 14 00:06:49.347 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2606 | 2024-12-14T00:06:50.556Z | [ helios-setup] Dec 14 00:06:49.348 INFO E| * [new ref] fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 -> refs/commit/fc35d39d1ea0ad8f6bcc6fcc55aa04c7f3b250d9 |
2607 | 2024-12-14T00:06:50.559Z | [ helios-setup] Dec 14 00:06:49.348 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2608 | 2024-12-14T00:06:50.598Z | [ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2609 | 2024-12-14T00:06:50.598Z | [ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2610 | 2024-12-14T00:06:50.610Z | [ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2611 | 2024-12-14T00:06:50.610Z | [ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2612 | 2024-12-14T00:06:50.610Z | [ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2613 | 2024-12-14T00:06:50.610Z | [ helios-setup] Dec 14 00:06:49.390 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2614 | 2024-12-14T00:06:50.610Z | [ helios-setup] Dec 14 00:06:49.391 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2615 | 2024-12-14T00:06:50.610Z | [ helios-setup] Dec 14 00:06:49.391 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2616 | 2024-12-14T00:06:50.610Z | [ helios-setup] Dec 14 00:06:49.391 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2617 | 2024-12-14T00:06:50.610Z | [ helios-setup] Dec 14 00:06:49.391 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2618 | 2024-12-14T00:06:50.610Z | [ helios-setup] Dec 14 00:06:49.391 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2619 | 2024-12-14T00:06:50.644Z | [ helios-setup] Dec 14 00:06:49.433 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2620 | 2024-12-14T00:06:51.658Z | [ helios-setup] Dec 14 00:06:50.450 INFO E| From https://github.com/oxidecomputer/amd-efs |
2621 | 2024-12-14T00:06:51.659Z | [ helios-setup] Dec 14 00:06:50.450 INFO E| * [new branch] empty -> origin/empty |
2622 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.450 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2623 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.450 INFO E| * [new branch] main -> origin/main |
2624 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.450 INFO E| * [new branch] review -> origin/review |
2625 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.451 INFO E| * [new ref] -> origin/HEAD |
2626 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2627 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2628 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2629 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2630 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2631 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.451 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2632 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2633 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2634 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2635 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2636 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2637 | 2024-12-14T00:06:51.662Z | [ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2638 | 2024-12-14T00:06:51.664Z | [ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.4.2 -> v0.4.2 |
2639 | 2024-12-14T00:06:51.664Z | [ helios-setup] Dec 14 00:06:50.452 INFO E| * [new tag] v0.4.3 -> v0.4.3 |
2640 | 2024-12-14T00:06:51.684Z | [ helios-setup] Dec 14 00:06:50.475 INFO E| Updating crates.io index |
2641 | 2024-12-14T00:06:52.004Z | [ helios-setup] Dec 14 00:06:50.795 INFO E| Downloading crates ... |
2642 | 2024-12-14T00:06:52.221Z | [ helios-setup] Dec 14 00:06:51.012 INFO E| Downloaded bytesize v1.3.0 |
2643 | 2024-12-14T00:06:52.225Z | [ helios-setup] Dec 14 00:06:51.015 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2644 | 2024-12-14T00:06:52.230Z | [ helios-setup] Dec 14 00:06:51.017 INFO E| Downloaded ansi_term v0.12.1 |
2645 | 2024-12-14T00:06:52.245Z | [ helios-setup] Dec 14 00:06:51.036 INFO E| Downloaded unic-common v0.9.0 |
2646 | 2024-12-14T00:06:52.247Z | [ helios-setup] Dec 14 00:06:51.037 INFO E| Downloaded strum v0.23.0 |
2647 | 2024-12-14T00:06:52.247Z | [ helios-setup] Dec 14 00:06:51.038 INFO E| Downloaded scroll_derive v0.10.5 |
2648 | 2024-12-14T00:06:52.253Z | [ helios-setup] Dec 14 00:06:51.039 INFO E| Downloaded fletcher v0.1.0 |
2649 | 2024-12-14T00:06:52.253Z | [ helios-setup] Dec 14 00:06:51.040 INFO E| Downloaded unic-char-range v0.9.0 |
2650 | 2024-12-14T00:06:52.253Z | [ helios-setup] Dec 14 00:06:51.042 INFO E| Downloaded unic-ucd-version v0.9.0 |
2651 | 2024-12-14T00:06:52.253Z | [ helios-setup] Dec 14 00:06:51.043 INFO E| Downloaded unic-char-property v0.9.0 |
2652 | 2024-12-14T00:06:52.253Z | [ helios-setup] Dec 14 00:06:51.045 INFO E| Downloaded strsim v0.8.0 |
2653 | 2024-12-14T00:06:52.257Z | [ helios-setup] Dec 14 00:06:51.046 INFO E| Downloaded semver v0.9.0 |
2654 | 2024-12-14T00:06:52.259Z | [ helios-setup] Dec 14 00:06:51.049 INFO E| Downloaded proc-macro-crate v0.1.5 |
2655 | 2024-12-14T00:06:52.259Z | [ helios-setup] Dec 14 00:06:51.050 INFO E| Downloaded textwrap v0.11.0 |
2656 | 2024-12-14T00:06:52.261Z | [ helios-setup] Dec 14 00:06:51.052 INFO E| Downloaded structopt-derive v0.4.18 |
2657 | 2024-12-14T00:06:52.265Z | [ helios-setup] Dec 14 00:06:51.057 INFO E| Downloaded rustc_version v0.2.3 |
2658 | 2024-12-14T00:06:52.265Z | [ helios-setup] Dec 14 00:06:51.057 INFO E| Downloaded pest_generator v2.7.13 |
2659 | 2024-12-14T00:06:52.267Z | [ helios-setup] Dec 14 00:06:51.057 INFO E| Downloaded vec_map v0.8.2 |
2660 | 2024-12-14T00:06:52.267Z | [ helios-setup] Dec 14 00:06:51.058 INFO E| Downloaded thiserror-impl v1.0.64 |
2661 | 2024-12-14T00:06:52.270Z | [ helios-setup] Dec 14 00:06:51.060 INFO E| Downloaded thiserror v1.0.64 |
2662 | 2024-12-14T00:06:52.277Z | [ helios-setup] Dec 14 00:06:51.068 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2663 | 2024-12-14T00:06:52.281Z | [ helios-setup] Dec 14 00:06:51.071 INFO E| Downloaded modular-bitfield v0.11.2 |
2664 | 2024-12-14T00:06:52.295Z | [ helios-setup] Dec 14 00:06:51.087 INFO E| Downloaded strum_macros v0.23.1 |
2665 | 2024-12-14T00:06:52.300Z | [ helios-setup] Dec 14 00:06:51.089 INFO E| Downloaded serde_derive v1.0.210 |
2666 | 2024-12-14T00:06:52.303Z | [ helios-setup] Dec 14 00:06:51.093 INFO E| Downloaded pre-proc-macro v0.2.1 |
2667 | 2024-12-14T00:06:52.306Z | [ helios-setup] Dec 14 00:06:51.096 INFO E| Downloaded structopt v0.3.26 |
2668 | 2024-12-14T00:06:52.316Z | [ helios-setup] Dec 14 00:06:51.107 INFO E| Downloaded proc-macro2 v1.0.86 |
2669 | 2024-12-14T00:06:52.320Z | [ helios-setup] Dec 14 00:06:51.111 INFO E| Downloaded serde_json v1.0.128 |
2670 | 2024-12-14T00:06:52.351Z | [ helios-setup] Dec 14 00:06:51.142 INFO E| Downloaded pest v2.7.13 |
2671 | 2024-12-14T00:06:52.358Z | [ helios-setup] Dec 14 00:06:51.150 INFO E| Downloaded clap v2.34.0 |
2672 | 2024-12-14T00:06:52.368Z | [ helios-setup] Dec 14 00:06:51.159 INFO E| Downloaded syn v2.0.79 |
2673 | 2024-12-14T00:06:52.385Z | [ helios-setup] Dec 14 00:06:51.177 INFO E| Downloaded serde v1.0.210 |
2674 | 2024-12-14T00:06:52.390Z | [ helios-setup] Dec 14 00:06:51.181 INFO E| Downloaded pest_meta v2.7.13 |
2675 | 2024-12-14T00:06:52.394Z | [ helios-setup] Dec 14 00:06:51.184 INFO E| Downloaded once_cell v1.20.1 |
2676 | 2024-12-14T00:06:52.396Z | [ helios-setup] Dec 14 00:06:51.188 INFO E| Downloaded libc v0.2.159 |
2677 | 2024-12-14T00:06:52.492Z | [ helios-setup] Dec 14 00:06:51.283 INFO E| Downloaded goblin v0.4.3 |
2678 | 2024-12-14T00:06:52.499Z | [ helios-setup] Dec 14 00:06:51.290 INFO E| Downloaded scroll v0.10.2 |
2679 | 2024-12-14T00:06:52.502Z | [ helios-setup] Dec 14 00:06:51.293 INFO E| Downloaded pest_derive v2.7.13 |
2680 | 2024-12-14T00:06:52.505Z | [ helios-setup] Dec 14 00:06:51.296 INFO E| Downloaded semver-parser v0.7.0 |
2681 | 2024-12-14T00:06:52.510Z | [ helios-setup] Dec 14 00:06:51.297 INFO E| Downloaded pre v0.2.1 |
2682 | 2024-12-14T00:06:52.510Z | [ helios-setup] Dec 14 00:06:51.298 INFO E| Downloaded four-cc v0.3.0 |
2683 | 2024-12-14T00:06:52.514Z | [ helios-setup] Dec 14 00:06:51.300 INFO E| Downloaded parse_int v0.6.0 |
2684 | 2024-12-14T00:06:52.514Z | [ helios-setup] Dec 14 00:06:51.301 INFO E| Downloaded memoffset v0.5.6 |
2685 | 2024-12-14T00:06:52.514Z | [ helios-setup] Dec 14 00:06:51.303 INFO E| Downloaded cfg-if v0.1.10 |
2686 | 2024-12-14T00:06:52.598Z | [ helios-setup] Dec 14 00:06:51.389 INFO E| Compiling proc-macro2 v1.0.86 |
2687 | 2024-12-14T00:06:52.598Z | [ helios-setup] Dec 14 00:06:51.389 INFO E| Compiling unicode-ident v1.0.13 |
2688 | 2024-12-14T00:06:52.598Z | [ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling syn v1.0.109 |
2689 | 2024-12-14T00:06:52.601Z | [ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling version_check v0.9.5 |
2690 | 2024-12-14T00:06:52.601Z | [ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling memchr v2.7.4 |
2691 | 2024-12-14T00:06:52.603Z | [ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling autocfg v1.4.0 |
2692 | 2024-12-14T00:06:52.603Z | [ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling semver-parser v0.7.0 |
2693 | 2024-12-14T00:06:52.603Z | [ helios-setup] Dec 14 00:06:51.390 INFO E| Compiling thiserror v1.0.64 |
2694 | 2024-12-14T00:06:53.769Z | [ helios-setup] Dec 14 00:06:52.560 INFO E| Compiling semver v0.9.0 |
2695 | 2024-12-14T00:06:54.034Z | [ helios-setup] Dec 14 00:06:52.824 INFO E| Compiling serde v1.0.210 |
2696 | 2024-12-14T00:06:54.271Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2697 | 2024-12-14T00:06:54.374Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2698 | 2024-12-14T00:06:54.481Z | [ helios-setup] Dec 14 00:06:53.272 INFO E| Compiling rustc_version v0.2.3 |
2699 | 2024-12-14T00:06:54.809Z | [ helios-setup] Dec 14 00:06:53.600 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2700 | 2024-12-14T00:06:55.013Z | [ helios-setup] Dec 14 00:06:53.799 INFO E| Compiling proc-macro-error v1.0.4 |
2701 | 2024-12-14T00:06:55.182Z | [ helios-setup] Dec 14 00:06:53.973 INFO E| Compiling serde_json v1.0.128 |
2702 | 2024-12-14T00:06:55.290Z | [ helios-setup] Dec 14 00:06:54.081 INFO E| Compiling num-traits v0.2.19 |
2703 | 2024-12-14T00:06:55.387Z | [ helios-setup] Dec 14 00:06:54.177 INFO E| Compiling itoa v1.0.11 |
2704 | 2024-12-14T00:06:55.625Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2705 | 2024-12-14T00:06:55.834Z | [ helios-setup] Dec 14 00:06:54.624 INFO E| Compiling quote v1.0.37 |
2706 | 2024-12-14T00:06:55.930Z | [ helios-setup] Dec 14 00:06:54.721 INFO E| Compiling unicode-segmentation v1.12.0 |
2707 | 2024-12-14T00:06:55.946Z | [ helios-setup] Dec 14 00:06:54.737 INFO E| Compiling schemars v0.8.21 |
2708 | 2024-12-14T00:06:56.034Z | [ helios-setup] Dec 14 00:06:54.824 INFO E| Compiling ryu v1.0.18 |
2709 | 2024-12-14T00:06:56.494Z | [ helios-setup] Dec 14 00:06:55.284 INFO E| Compiling pre-proc-macro v0.2.1 |
2710 | 2024-12-14T00:06:56.581Z | [ helios-setup] Dec 14 00:06:55.371 INFO E| Compiling syn v2.0.79 |
2711 | 2024-12-14T00:06:56.639Z | [ host-package] Compiling tabled_derive v0.7.0 |
2712 | 2024-12-14T00:06:56.935Z | [ helios-setup] Dec 14 00:06:55.726 INFO E| Compiling memoffset v0.5.6 |
2713 | 2024-12-14T00:06:57.151Z | [ helios-setup] Dec 14 00:06:55.941 INFO E| Compiling paste v1.0.15 |
2714 | 2024-12-14T00:06:57.425Z | [ helios-setup] Dec 14 00:06:56.215 INFO E| Compiling heck v0.3.3 |
2715 | 2024-12-14T00:06:57.445Z | [ helios-setup] Dec 14 00:06:56.235 INFO E| Compiling rustversion v1.0.17 |
2716 | 2024-12-14T00:06:57.684Z | [ helios-setup] Dec 14 00:06:56.473 INFO E| Compiling dyn-clone v1.0.17 |
2717 | 2024-12-14T00:06:58.084Z | [ helios-setup] Dec 14 00:06:56.874 INFO E| Compiling lazy_static v1.5.0 |
2718 | 2024-12-14T00:06:58.136Z | [ helios-setup] Dec 14 00:06:56.926 INFO E| Compiling ucd-trie v0.1.7 |
2719 | 2024-12-14T00:06:58.211Z | [ helios-setup] Dec 14 00:06:57.001 INFO E| Compiling libc v0.2.159 |
2720 | 2024-12-14T00:06:59.043Z | [ helios-setup] Dec 14 00:06:57.832 INFO E| Compiling pre v0.2.1 |
2721 | 2024-12-14T00:06:59.373Z | [ helios-setup] Dec 14 00:06:58.162 INFO E| Compiling cfg-if v0.1.10 |
2722 | 2024-12-14T00:06:59.511Z | [ helios-setup] Dec 14 00:06:58.300 INFO E| Compiling static_assertions v1.1.0 |
2723 | 2024-12-14T00:06:59.748Z | [ helios-setup] Dec 14 00:06:58.538 INFO E| Compiling once_cell v1.20.1 |
2724 | 2024-12-14T00:06:59.754Z | [ helios-setup] Dec 14 00:06:58.544 INFO E| Compiling byteorder v1.5.0 |
2725 | 2024-12-14T00:07:00.654Z | [ helios-setup] Dec 14 00:06:59.443 INFO E| Compiling unicode-width v0.1.14 |
2726 | 2024-12-14T00:07:00.740Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2727 | 2024-12-14T00:07:00.982Z | [ host-package] Compiling itertools v0.12.1 |
2728 | 2024-12-14T00:07:01.545Z | [ helios-setup] Dec 14 00:07:00.334 INFO E| Compiling textwrap v0.11.0 |
2729 | 2024-12-14T00:07:01.914Z | [ helios-setup] Dec 14 00:07:00.703 INFO E| Compiling atty v0.2.14 |
2730 | 2024-12-14T00:07:02.067Z | [ helios-setup] Dec 14 00:07:00.856 INFO E| Compiling unic-common v0.9.0 |
2731 | 2024-12-14T00:07:02.369Z | [ helios-setup] Dec 14 00:07:01.158 INFO E| Compiling fletcher v0.1.0 |
2732 | 2024-12-14T00:07:02.676Z | [ helios-setup] Dec 14 00:07:01.463 INFO E| Compiling strsim v0.8.0 |
2733 | 2024-12-14T00:07:02.704Z | [ helios-setup] Dec 14 00:07:01.493 INFO E| Compiling strum v0.23.0 |
2734 | 2024-12-14T00:07:02.812Z | [ helios-setup] Dec 14 00:07:01.601 INFO E| Compiling vec_map v0.8.2 |
2735 | 2024-12-14T00:07:02.868Z | [ helios-setup] Dec 14 00:07:01.657 INFO E| Compiling ansi_term v0.12.1 |
2736 | 2024-12-14T00:07:02.885Z | [ helios-setup] Dec 14 00:07:01.673 INFO E| Compiling bitflags v1.3.2 |
2737 | 2024-12-14T00:07:02.974Z | [ helios-setup] Dec 14 00:07:01.763 INFO E| Compiling unic-char-range v0.9.0 |
2738 | 2024-12-14T00:07:03.345Z | [ helios-setup] Dec 14 00:07:02.134 INFO E| Compiling parse_int v0.6.0 |
2739 | 2024-12-14T00:07:03.399Z | [ helios-setup] Dec 14 00:07:02.187 INFO E| Compiling unic-char-property v0.9.0 |
2740 | 2024-12-14T00:07:03.484Z | [ helios-setup] Dec 14 00:07:02.273 INFO E| Compiling clap v2.34.0 |
2741 | 2024-12-14T00:07:03.607Z | [ helios-setup] Dec 14 00:07:02.396 INFO E| Compiling unic-ucd-version v0.9.0 |
2742 | 2024-12-14T00:07:03.651Z | [ helios-setup] Dec 14 00:07:02.439 INFO E| Compiling log v0.4.22 |
2743 | 2024-12-14T00:07:03.949Z | [ helios-setup] Dec 14 00:07:02.738 INFO E| Compiling plain v0.2.3 |
2744 | 2024-12-14T00:07:04.131Z | [ helios-setup] Dec 14 00:07:02.920 INFO E| Compiling unic-ucd-ident v0.9.0 |
2745 | 2024-12-14T00:07:04.131Z | [ helios-setup] Dec 14 00:07:02.920 INFO E| Compiling bytesize v1.3.0 |
2746 | 2024-12-14T00:07:05.900Z | [ helios-setup] Dec 14 00:07:04.688 INFO E| Compiling serde_derive_internals v0.29.1 |
2747 | 2024-12-14T00:07:07.821Z | [ host-package] Compiling fd-lock v4.0.2 |
2748 | 2024-12-14T00:07:08.185Z | [ helios-setup] Dec 14 00:07:06.972 INFO E| Compiling toml v0.5.11 |
2749 | 2024-12-14T00:07:08.217Z | [ host-package] Compiling peg-macros v0.8.4 |
2750 | 2024-12-14T00:07:08.486Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2751 | 2024-12-14T00:07:09.205Z | [ host-package] Compiling strum_macros v0.24.3 |
2752 | 2024-12-14T00:07:10.503Z | [ host-package] Compiling kstat-rs v0.2.4 |
2753 | 2024-12-14T00:07:11.204Z | [ helios-setup] Dec 14 00:07:09.871 INFO E| Compiling proc-macro-crate v0.1.5 |
2754 | 2024-12-14T00:07:11.960Z | [ host-package] Compiling samael v0.0.17 |
2755 | 2024-12-14T00:07:12.174Z | [ helios-setup] Dec 14 00:07:10.961 INFO E| Compiling thiserror-impl v1.0.64 |
2756 | 2024-12-14T00:07:12.345Z | [ helios-setup] Dec 14 00:07:11.132 INFO E| Compiling serde_derive v1.0.210 |
2757 | 2024-12-14T00:07:12.668Z | [ helios-setup] Dec 14 00:07:11.454 INFO E| Compiling schemars_derive v0.8.21 |
2758 | 2024-12-14T00:07:12.826Z | [ host-package] Compiling unicase v2.7.0 |
2759 | 2024-12-14T00:07:13.360Z | [ host-package] Compiling indoc v1.0.9 |
2760 | 2024-12-14T00:07:13.400Z | [ helios-setup] Dec 14 00:07:12.186 INFO E| Compiling zerocopy-derive v0.6.6 |
2761 | 2024-12-14T00:07:13.462Z | [ helios-setup] Dec 14 00:07:12.248 INFO E| Compiling num-derive v0.4.2 |
2762 | 2024-12-14T00:07:13.752Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2763 | 2024-12-14T00:07:14.525Z | [ host-package] Compiling peg v0.8.4 |
2764 | 2024-12-14T00:07:15.028Z | [ host-package] Compiling reedline v0.35.0 |
2765 | 2024-12-14T00:07:16.332Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2766 | 2024-12-14T00:07:17.201Z | [ helios-setup] Dec 14 00:07:15.986 INFO E| Compiling zerocopy v0.6.6 |
2767 | 2024-12-14T00:07:17.530Z | [ helios-setup] Dec 14 00:07:16.315 INFO E| Compiling pest v2.7.13 |
2768 | 2024-12-14T00:07:18.140Z | [ host-package] Compiling tabled v0.15.0 |
2769 | 2024-12-14T00:07:18.332Z | [ helios-setup] Dec 14 00:07:17.117 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2770 | 2024-12-14T00:07:19.012Z | [ helios-setup] Dec 14 00:07:17.797 INFO E| Compiling strum_macros v0.23.1 |
2771 | 2024-12-14T00:07:19.124Z | [ helios-setup] Dec 14 00:07:17.908 INFO E| Compiling scroll_derive v0.10.5 |
2772 | 2024-12-14T00:07:22.376Z | [ helios-setup] Dec 14 00:07:21.160 INFO E| Compiling pest_meta v2.7.13 |
2773 | 2024-12-14T00:07:22.502Z | [ helios-setup] Dec 14 00:07:21.287 INFO E| Compiling scroll v0.10.2 |
2774 | 2024-12-14T00:07:23.388Z | [ helios-setup] Dec 14 00:07:22.172 INFO E| Compiling structopt-derive v0.4.18 |
2775 | 2024-12-14T00:07:23.698Z | [ helios-setup] Dec 14 00:07:22.482 INFO E| Compiling goblin v0.4.3 |
2776 | 2024-12-14T00:07:24.770Z | [ helios-setup] Dec 14 00:07:23.553 INFO E| Compiling modular-bitfield v0.11.2 |
2777 | 2024-12-14T00:07:24.799Z | [ helios-setup] Dec 14 00:07:23.583 INFO E| Compiling pest_generator v2.7.13 |
2778 | 2024-12-14T00:07:28.399Z | [ helios-setup] Dec 14 00:07:27.181 INFO E| Compiling structopt v0.3.26 |
2779 | 2024-12-14T00:07:29.981Z | [ helios-setup] Dec 14 00:07:28.763 INFO E| Compiling pest_derive v2.7.13 |
2780 | 2024-12-14T00:07:35.000Z | [ helios-setup] Dec 14 00:07:33.781 INFO E| Compiling json5 v0.4.1 |
2781 | 2024-12-14T00:07:40.660Z | [ helios-setup] Dec 14 00:07:39.439 INFO E| Compiling four-cc v0.3.0 |
2782 | 2024-12-14T00:07:40.660Z | [ helios-setup] Dec 14 00:07:39.439 INFO E| Compiling amd-efs v0.4.3 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.3#ad2861c0) |
2783 | 2024-12-14T00:07:40.910Z | [ helios-setup] Dec 14 00:07:39.689 INFO E| Compiling amd-apcb v0.4.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.3#fc35d39d) |
2784 | 2024-12-14T00:07:41.866Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2785 | 2024-12-14T00:07:43.391Z | [ host-package] Compiling derive_builder v0.20.2 |
2786 | 2024-12-14T00:07:46.868Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2787 | 2024-12-14T00:07:49.035Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2788 | 2024-12-14T00:07:50.228Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2789 | 2024-12-14T00:07:50.403Z | [ host-package] Compiling bcs v0.1.6 |
2790 | 2024-12-14T00:07:50.765Z | [ host-package] Compiling oso-derive v0.27.3 |
2791 | 2024-12-14T00:07:51.268Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2792 | 2024-12-14T00:07:51.549Z | [ host-package] Compiling libz-sys v1.1.20 |
2793 | 2024-12-14T00:07:51.884Z | [ host-package] Compiling quick-xml v0.33.0 |
2794 | 2024-12-14T00:07:52.455Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
2795 | 2024-12-14T00:07:52.902Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2796 | 2024-12-14T00:07:59.141Z | [ host-package] Compiling oso v0.27.3 |
2797 | 2024-12-14T00:08:01.243Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2798 | 2024-12-14T00:08:03.051Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2799 | 2024-12-14T00:08:09.123Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2800 | 2024-12-14T00:08:12.693Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2801 | 2024-12-14T00:08:13.064Z | [ host-package] Compiling bb8 v0.8.5 |
2802 | 2024-12-14T00:08:13.741Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2803 | 2024-12-14T00:08:16.731Z | [ host-package] Compiling nibble_vec v0.1.0 |
2804 | 2024-12-14T00:08:17.041Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2805 | 2024-12-14T00:08:18.061Z | [ host-package] Compiling atty v0.2.14 |
2806 | 2024-12-14T00:08:18.256Z | [ host-package] Compiling salty v0.3.0 |
2807 | 2024-12-14T00:08:18.803Z | [ host-package] Compiling endian-type v0.1.2 |
2808 | 2024-12-14T00:08:19.132Z | [ host-package] Compiling radix_trie v0.2.1 |
2809 | 2024-12-14T00:08:20.618Z | [ host-package] Compiling parking_lot v0.11.2 |
2810 | 2024-12-14T00:08:22.969Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2811 | 2024-12-14T00:08:24.604Z | [ helios-setup] Dec 14 00:08:23.373 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2812 | 2024-12-14T00:08:28.767Z | [ host-package] Compiling sled v0.34.7 |
2813 | 2024-12-14T00:08:36.804Z | [ helios-setup] Dec 14 00:08:35.570 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2814 | 2024-12-14T00:08:53.594Z | [ host-package] Compiling mime_guess v2.0.5 |
2815 | 2024-12-14T00:08:54.301Z | [ host-package] Compiling hickory-client v0.24.1 |
2816 | 2024-12-14T00:08:56.998Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2817 | 2024-12-14T00:08:57.051Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2818 | 2024-12-14T00:08:57.570Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2819 | 2024-12-14T00:08:59.626Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2820 | 2024-12-14T00:09:00.544Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2821 | 2024-12-14T00:09:02.479Z | [ host-package] Compiling hickory-server v0.24.1 |
2822 | 2024-12-14T00:09:04.071Z | [ host-package] Compiling primeorder v0.13.6 |
2823 | 2024-12-14T00:09:04.938Z | [ host-package] Compiling vergen v8.3.2 |
2824 | 2024-12-14T00:09:05.422Z | [ host-package] Compiling env_filter v0.1.2 |
2825 | 2024-12-14T00:09:07.330Z | [ host-package] Compiling cargo-platform v0.1.8 |
2826 | 2024-12-14T00:09:08.136Z | [ host-package] Compiling nanorand v0.7.0 |
2827 | 2024-12-14T00:09:09.150Z | [ host-package] Compiling memoffset v0.9.1 |
2828 | 2024-12-14T00:09:09.479Z | [ host-package] Compiling flume v0.11.1 |
2829 | 2024-12-14T00:09:09.854Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2830 | 2024-12-14T00:09:10.619Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2831 | 2024-12-14T00:09:10.844Z | [ host-package] Compiling env_logger v0.11.5 |
2832 | 2024-12-14T00:09:12.691Z | [ host-package] Compiling p384 v0.13.0 |
2833 | 2024-12-14T00:09:14.136Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2834 | 2024-12-14T00:09:15.753Z | [ host-package] Compiling git2 v0.19.0 |
2835 | 2024-12-14T00:09:16.544Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2836 | 2024-12-14T00:09:17.656Z | [ helios-setup] Dec 14 00:09:16.412 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 28s |
2837 | 2024-12-14T00:09:17.693Z | [ helios-setup] Dec 14 00:09:16.447 INFO building project "amd-host-image-builder" ok (177 seconds) |
2838 | 2024-12-14T00:09:17.696Z | [ helios-setup] Dec 14 00:09:16.447 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2839 | 2024-12-14T00:09:17.696Z | [ helios-setup] Dec 14 00:09:16.447 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2840 | 2024-12-14T00:09:17.768Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2841 | 2024-12-14T00:09:18.031Z | [ helios-setup] Dec 14 00:09:16.787 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2842 | 2024-12-14T00:09:19.006Z | [ helios-setup] Dec 14 00:09:17.762 INFO E| From https://github.com/oxidecomputer/progenitor |
2843 | 2024-12-14T00:09:19.006Z | [ helios-setup] Dec 14 00:09:17.762 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2844 | 2024-12-14T00:09:19.040Z | [ helios-setup] Dec 14 00:09:17.796 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2845 | 2024-12-14T00:09:19.040Z | [ helios-setup] Dec 14 00:09:17.796 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2846 | 2024-12-14T00:09:19.189Z | [ helios-setup] Dec 14 00:09:17.945 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2847 | 2024-12-14T00:09:19.273Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2848 | 2024-12-14T00:09:19.327Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2849 | 2024-12-14T00:09:19.711Z | [ helios-setup] Dec 14 00:09:18.467 INFO E| From https://github.com/jclulow/hiercmd |
2850 | 2024-12-14T00:09:19.711Z | [ helios-setup] Dec 14 00:09:18.467 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2851 | 2024-12-14T00:09:19.730Z | [ helios-setup] Dec 14 00:09:18.486 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2852 | 2024-12-14T00:09:20.331Z | [ helios-setup] Dec 14 00:09:19.086 INFO E| From https://github.com/jclulow/network-interface |
2853 | 2024-12-14T00:09:20.332Z | [ helios-setup] Dec 14 00:09:19.086 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2854 | 2024-12-14T00:09:20.366Z | [ helios-setup] Dec 14 00:09:19.122 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2855 | 2024-12-14T00:09:20.951Z | [ helios-setup] Dec 14 00:09:19.706 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2856 | 2024-12-14T00:09:20.951Z | [ helios-setup] Dec 14 00:09:19.706 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2857 | 2024-12-14T00:09:21.001Z | [ helios-setup] Dec 14 00:09:19.756 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2858 | 2024-12-14T00:09:21.794Z | [ helios-setup] Dec 14 00:09:20.550 INFO E| From https://github.com/oxidecomputer/facade |
2859 | 2024-12-14T00:09:21.795Z | [ helios-setup] Dec 14 00:09:20.550 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2860 | 2024-12-14T00:09:21.838Z | [ helios-setup] Dec 14 00:09:20.593 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2861 | 2024-12-14T00:09:22.647Z | [ helios-setup] Dec 14 00:09:21.402 INFO E| From https://github.com/oxidecomputer/dropshot |
2862 | 2024-12-14T00:09:22.647Z | [ helios-setup] Dec 14 00:09:21.402 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2863 | 2024-12-14T00:09:22.685Z | [ helios-setup] Dec 14 00:09:21.440 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2864 | 2024-12-14T00:09:22.685Z | [ helios-setup] Dec 14 00:09:21.440 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2865 | 2024-12-14T00:09:22.688Z | [ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2866 | 2024-12-14T00:09:22.688Z | [ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2867 | 2024-12-14T00:09:22.688Z | [ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2868 | 2024-12-14T00:09:22.688Z | [ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2869 | 2024-12-14T00:09:22.688Z | [ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2870 | 2024-12-14T00:09:22.688Z | [ helios-setup] Dec 14 00:09:21.441 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2871 | 2024-12-14T00:09:22.735Z | [ helios-setup] Dec 14 00:09:21.490 INFO E| Updating crates.io index |
2872 | 2024-12-14T00:09:22.858Z | [ helios-setup] Dec 14 00:09:21.613 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2873 | 2024-12-14T00:09:23.777Z | [ helios-setup] Dec 14 00:09:22.531 INFO E| From https://github.com/oxidecomputer/typify |
2874 | 2024-12-14T00:09:23.777Z | [ helios-setup] Dec 14 00:09:22.531 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2875 | 2024-12-14T00:09:23.828Z | [ helios-setup] Dec 14 00:09:22.583 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2876 | 2024-12-14T00:09:23.828Z | [ helios-setup] Dec 14 00:09:22.583 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2877 | 2024-12-14T00:09:23.832Z | [ helios-setup] Dec 14 00:09:22.583 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2878 | 2024-12-14T00:09:23.832Z | [ helios-setup] Dec 14 00:09:22.583 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2879 | 2024-12-14T00:09:23.832Z | [ helios-setup] Dec 14 00:09:22.583 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2880 | 2024-12-14T00:09:23.832Z | [ helios-setup] Dec 14 00:09:22.584 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2881 | 2024-12-14T00:09:23.857Z | [ helios-setup] Dec 14 00:09:22.584 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2882 | 2024-12-14T00:09:24.146Z | [ helios-setup] Dec 14 00:09:22.901 INFO E| Downloading crates ... |
2883 | 2024-12-14T00:09:24.336Z | [ helios-setup] Dec 14 00:09:23.091 INFO E| Downloaded async-stream-impl v0.3.5 |
2884 | 2024-12-14T00:09:24.342Z | [ helios-setup] Dec 14 00:09:23.097 INFO E| Downloaded const-random v0.1.15 |
2885 | 2024-12-14T00:09:24.345Z | [ helios-setup] Dec 14 00:09:23.099 INFO E| Downloaded concolor-override v1.0.0 |
2886 | 2024-12-14T00:09:24.350Z | [ helios-setup] Dec 14 00:09:23.100 INFO E| Downloaded ahash v0.7.6 |
2887 | 2024-12-14T00:09:24.372Z | [ helios-setup] Dec 14 00:09:23.126 INFO E| Downloaded clap_derive v4.2.0 |
2888 | 2024-12-14T00:09:24.375Z | [ helios-setup] Dec 14 00:09:23.130 INFO E| Downloaded byteorder v1.4.3 |
2889 | 2024-12-14T00:09:24.379Z | [ helios-setup] Dec 14 00:09:23.133 INFO E| Downloaded autocfg v1.1.0 |
2890 | 2024-12-14T00:09:24.387Z | [ helios-setup] Dec 14 00:09:23.142 INFO E| Downloaded project-root v0.2.2 |
2891 | 2024-12-14T00:09:24.390Z | [ helios-setup] Dec 14 00:09:23.143 INFO E| Downloaded proc-macro-crate v1.2.1 |
2892 | 2024-12-14T00:09:24.393Z | [ helios-setup] Dec 14 00:09:23.145 INFO E| Downloaded socket2 v0.4.9 |
2893 | 2024-12-14T00:09:24.396Z | [ helios-setup] Dec 14 00:09:23.148 INFO E| Downloaded const-random-macro v0.1.15 |
2894 | 2024-12-14T00:09:24.396Z | [ helios-setup] Dec 14 00:09:23.150 INFO E| Downloaded clap_lex v0.4.1 |
2895 | 2024-12-14T00:09:24.399Z | [ helios-setup] Dec 14 00:09:23.152 INFO E| Downloaded built v0.6.0 |
2896 | 2024-12-14T00:09:24.402Z | [ helios-setup] Dec 14 00:09:23.156 INFO E| Downloaded block-buffer v0.10.3 |
2897 | 2024-12-14T00:09:24.405Z | [ helios-setup] Dec 14 00:09:23.158 INFO E| Downloaded futures-core v0.3.28 |
2898 | 2024-12-14T00:09:24.408Z | [ helios-setup] Dec 14 00:09:23.160 INFO E| Downloaded async-stream v0.3.5 |
2899 | 2024-12-14T00:09:24.411Z | [ helios-setup] Dec 14 00:09:23.164 INFO E| Downloaded want v0.3.0 |
2900 | 2024-12-14T00:09:24.414Z | [ helios-setup] Dec 14 00:09:23.166 INFO E| Downloaded toolchain_find v0.2.0 |
2901 | 2024-12-14T00:09:24.414Z | [ helios-setup] Dec 14 00:09:23.168 INFO E| Downloaded itoa v1.0.6 |
2902 | 2024-12-14T00:09:24.416Z | [ helios-setup] Dec 14 00:09:23.170 INFO E| Downloaded async-trait v0.1.68 |
2903 | 2024-12-14T00:09:24.422Z | [ helios-setup] Dec 14 00:09:23.176 INFO E| Downloaded pkg-config v0.3.26 |
2904 | 2024-12-14T00:09:24.425Z | [ helios-setup] Dec 14 00:09:23.178 INFO E| Downloaded memoffset v0.7.1 |
2905 | 2024-12-14T00:09:24.428Z | [ helios-setup] Dec 14 00:09:23.180 INFO E| Downloaded lazy_static v1.4.0 |
2906 | 2024-12-14T00:09:24.429Z | [ helios-setup] Dec 14 00:09:23.182 INFO E| Downloaded dyn-clone v1.0.11 |
2907 | 2024-12-14T00:09:24.431Z | [ helios-setup] Dec 14 00:09:23.184 INFO E| Downloaded tower-service v0.3.2 |
2908 | 2024-12-14T00:09:24.431Z | [ helios-setup] Dec 14 00:09:23.186 INFO E| Downloaded percent-encoding v2.2.0 |
2909 | 2024-12-14T00:09:24.434Z | [ helios-setup] Dec 14 00:09:23.187 INFO E| Downloaded fastrand v1.9.0 |
2910 | 2024-12-14T00:09:24.436Z | [ helios-setup] Dec 14 00:09:23.189 INFO E| Downloaded iana-time-zone v0.1.56 |
2911 | 2024-12-14T00:09:24.439Z | [ helios-setup] Dec 14 00:09:23.192 INFO E| Downloaded futures-macro v0.3.28 |
2912 | 2024-12-14T00:09:24.439Z | [ helios-setup] Dec 14 00:09:23.194 INFO E| Downloaded try-lock v0.2.4 |
2913 | 2024-12-14T00:09:24.445Z | [ helios-setup] Dec 14 00:09:23.195 INFO E| Downloaded futures-io v0.3.28 |
2914 | 2024-12-14T00:09:24.445Z | [ helios-setup] Dec 14 00:09:23.197 INFO E| Downloaded jobserver v0.1.26 |
2915 | 2024-12-14T00:09:24.447Z | [ helios-setup] Dec 14 00:09:23.199 INFO E| Downloaded num_cpus v1.15.0 |
2916 | 2024-12-14T00:09:24.450Z | [ helios-setup] Dec 14 00:09:23.203 INFO E| Downloaded futures-executor v0.3.28 |
2917 | 2024-12-14T00:09:24.453Z | [ helios-setup] Dec 14 00:09:23.206 INFO E| Downloaded slog-async v2.7.0 |
2918 | 2024-12-14T00:09:24.455Z | [ helios-setup] Dec 14 00:09:23.208 INFO E| Downloaded slab v0.4.7 |
2919 | 2024-12-14T00:09:24.457Z | [ helios-setup] Dec 14 00:09:23.210 INFO E| Downloaded strsim v0.10.0 |
2920 | 2024-12-14T00:09:24.460Z | [ helios-setup] Dec 14 00:09:23.212 INFO E| Downloaded terminal_size v0.2.6 |
2921 | 2024-12-14T00:09:24.460Z | [ helios-setup] Dec 14 00:09:23.214 INFO E| Downloaded smawk v0.3.1 |
2922 | 2024-12-14T00:09:24.488Z | [ helios-setup] Dec 14 00:09:23.216 INFO E| Downloaded log v0.4.17 |
2923 | 2024-12-14T00:09:24.491Z | [ helios-setup] Dec 14 00:09:23.220 INFO E| Downloaded utf8parse v0.2.1 |
2924 | 2024-12-14T00:09:24.491Z | [ helios-setup] Dec 14 00:09:23.222 INFO E| Downloaded pin-project-lite v0.2.9 |
2925 | 2024-12-14T00:09:24.491Z | [ helios-setup] Dec 14 00:09:23.228 INFO E| Downloaded semver-parser v0.10.2 |
2926 | 2024-12-14T00:09:24.491Z | [ helios-setup] Dec 14 00:09:23.231 INFO E| Downloaded serde_path_to_error v0.1.11 |
2927 | 2024-12-14T00:09:24.491Z | [ helios-setup] Dec 14 00:09:23.234 INFO E| Downloaded io-lifetimes v1.0.10 |
2928 | 2024-12-14T00:09:24.491Z | [ helios-setup] Dec 14 00:09:23.237 INFO E| Downloaded lock_api v0.4.9 |
2929 | 2024-12-14T00:09:24.491Z | [ helios-setup] Dec 14 00:09:23.239 INFO E| Downloaded crossbeam-deque v0.8.2 |
2930 | 2024-12-14T00:09:24.491Z | [ helios-setup] Dec 14 00:09:23.242 INFO E| Downloaded toml_datetime v0.6.1 |
2931 | 2024-12-14T00:09:24.491Z | [ helios-setup] Dec 14 00:09:23.243 INFO E| Downloaded quote v1.0.36 |
2932 | 2024-12-14T00:09:24.494Z | [ helios-setup] Dec 14 00:09:23.247 INFO E| Downloaded schemars_derive v0.8.12 |
2933 | 2024-12-14T00:09:24.497Z | [ helios-setup] Dec 14 00:09:23.250 INFO E| Downloaded concolor-query v0.3.3 |
2934 | 2024-12-14T00:09:24.499Z | [ helios-setup] Dec 14 00:09:23.252 INFO E| Downloaded ahash v0.8.3 |
2935 | 2024-12-14T00:09:24.502Z | [ helios-setup] Dec 14 00:09:23.256 INFO E| Downloaded parking_lot v0.12.1 |
2936 | 2024-12-14T00:09:24.505Z | [ helios-setup] Dec 14 00:09:23.260 INFO E| Downloaded semver v0.11.0 |
2937 | 2024-12-14T00:09:24.508Z | [ helios-setup] Dec 14 00:09:23.262 INFO E| Downloaded thiserror-impl v1.0.38 |
2938 | 2024-12-14T00:09:24.514Z | [ helios-setup] Dec 14 00:09:23.265 INFO E| Downloaded base64 v0.21.0 |
2939 | 2024-12-14T00:09:24.516Z | [ helios-setup] Dec 14 00:09:23.269 INFO E| Downloaded time v0.1.45 |
2940 | 2024-12-14T00:09:24.519Z | [ helios-setup] Dec 14 00:09:23.272 INFO E| Downloaded tokio-macros v2.0.0 |
2941 | 2024-12-14T00:09:24.519Z | [ helios-setup] Dec 14 00:09:23.273 INFO E| Downloaded smallvec v1.10.0 |
2942 | 2024-12-14T00:09:24.522Z | [ helios-setup] Dec 14 00:09:23.276 INFO E| Downloaded semver v1.0.17 |
2943 | 2024-12-14T00:09:24.525Z | [ helios-setup] Dec 14 00:09:23.280 INFO E| Downloaded sct v0.7.0 |
2944 | 2024-12-14T00:09:24.530Z | [ helios-setup] Dec 14 00:09:23.285 INFO E| Downloaded tokio-rustls v0.24.0 |
2945 | 2024-12-14T00:09:24.539Z | [ helios-setup] Dec 14 00:09:23.288 INFO E| Downloaded tempfile v3.5.0 |
2946 | 2024-12-14T00:09:24.539Z | [ helios-setup] Dec 14 00:09:23.292 INFO E| Downloaded scopeguard v1.1.0 |
2947 | 2024-12-14T00:09:24.541Z | [ helios-setup] Dec 14 00:09:23.294 INFO E| Downloaded rayon-core v1.10.2 |
2948 | 2024-12-14T00:09:24.545Z | [ helios-setup] Dec 14 00:09:23.300 INFO E| Downloaded ucd-trie v0.1.5 |
2949 | 2024-12-14T00:09:24.548Z | [ helios-setup] Dec 14 00:09:23.302 INFO E| Downloaded unicode-bidi v0.3.13 |
2950 | 2024-12-14T00:09:24.551Z | [ helios-setup] Dec 14 00:09:23.306 INFO E| Downloaded unicode-ident v1.0.8 |
2951 | 2024-12-14T00:09:24.556Z | [ helios-setup] Dec 14 00:09:23.311 INFO E| Downloaded ryu v1.0.13 |
2952 | 2024-12-14T00:09:24.562Z | [ helios-setup] Dec 14 00:09:23.316 INFO E| Downloaded toml v0.7.3 |
2953 | 2024-12-14T00:09:24.567Z | [ helios-setup] Dec 14 00:09:23.322 INFO E| Downloaded rustls-webpki v0.100.1 |
2954 | 2024-12-14T00:09:24.577Z | [ helios-setup] Dec 14 00:09:23.332 INFO E| Downloaded serde_derive_internals v0.26.0 |
2955 | 2024-12-14T00:09:24.580Z | [ helios-setup] Dec 14 00:09:23.335 INFO E| Downloaded schemars v0.8.12 |
2956 | 2024-12-14T00:09:24.599Z | [ helios-setup] Dec 14 00:09:23.354 INFO E| Downloaded tracing-core v0.1.30 |
2957 | 2024-12-14T00:09:24.603Z | [ helios-setup] Dec 14 00:09:23.358 INFO E| Downloaded crossbeam-channel v0.5.6 |
2958 | 2024-12-14T00:09:24.610Z | [ helios-setup] Dec 14 00:09:23.365 INFO E| Downloaded pest v2.5.7 |
2959 | 2024-12-14T00:09:24.618Z | [ helios-setup] Dec 14 00:09:23.373 INFO E| Downloaded unicode-linebreak v0.1.4 |
2960 | 2024-12-14T00:09:24.622Z | [ helios-setup] Dec 14 00:09:23.376 INFO E| Downloaded serde v1.0.204 |
2961 | 2024-12-14T00:09:24.627Z | [ helios-setup] Dec 14 00:09:23.382 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2962 | 2024-12-14T00:09:24.633Z | [ helios-setup] Dec 14 00:09:23.388 INFO E| Downloaded tracing v0.1.37 |
2963 | 2024-12-14T00:09:24.640Z | [ helios-setup] Dec 14 00:09:23.395 INFO E| Downloaded tokio-util v0.7.7 |
2964 | 2024-12-14T00:09:24.649Z | [ helios-setup] Dec 14 00:09:23.404 INFO E| Downloaded reqwest v0.11.16 |
2965 | 2024-12-14T00:09:24.662Z | [ helios-setup] Dec 14 00:09:23.417 INFO E| Downloaded unicode-normalization v0.1.22 |
2966 | 2024-12-14T00:09:24.668Z | [ helios-setup] Dec 14 00:09:23.423 INFO E| Downloaded winnow v0.4.1 |
2967 | 2024-12-14T00:09:24.681Z | [ helios-setup] Dec 14 00:09:23.436 INFO E| Downloaded hyper v0.14.25 |
2968 | 2024-12-14T00:09:24.702Z | [ helios-setup] Dec 14 00:09:23.457 INFO E| Downloaded serde_json v1.0.95 |
2969 | 2024-12-14T00:09:24.714Z | [ helios-setup] Dec 14 00:09:23.469 INFO E| Downloaded chrono v0.4.24 |
2970 | 2024-12-14T00:09:24.726Z | [ helios-setup] Dec 14 00:09:23.481 INFO E| Downloaded rhai v1.14.0 |
2971 | 2024-12-14T00:09:24.746Z | [ helios-setup] Dec 14 00:09:23.501 INFO E| Downloaded regress v0.5.0 |
2972 | 2024-12-14T00:09:24.758Z | [ helios-setup] Dec 14 00:09:23.513 INFO E| Downloaded regex v1.7.3 |
2973 | 2024-12-14T00:09:24.771Z | [ helios-setup] Dec 14 00:09:23.526 INFO E| Downloaded git2 v0.16.1 |
2974 | 2024-12-14T00:09:24.785Z | [ helios-setup] Dec 14 00:09:23.540 INFO E| Downloaded syn v2.0.72 |
2975 | 2024-12-14T00:09:24.806Z | [ helios-setup] Dec 14 00:09:23.561 INFO E| Downloaded rustls v0.21.0 |
2976 | 2024-12-14T00:09:24.825Z | [ helios-setup] Dec 14 00:09:23.579 INFO E| Downloaded syn v1.0.107 |
2977 | 2024-12-14T00:09:24.849Z | [ helios-setup] Dec 14 00:09:23.603 INFO E| Downloaded openapiv3 v1.0.2 |
2978 | 2024-12-14T00:09:24.868Z | [ helios-setup] Dec 14 00:09:23.623 INFO E| Downloaded rustix v0.37.3 |
2979 | 2024-12-14T00:09:24.898Z | [ helios-setup] Dec 14 00:09:23.652 INFO E| Downloaded h2 v0.3.16 |
2980 | 2024-12-14T00:09:24.909Z | [ helios-setup] Dec 14 00:09:23.663 INFO E| Downloaded futures-util v0.3.28 |
2981 | 2024-12-14T00:09:24.929Z | [ helios-setup] Dec 14 00:09:23.684 INFO E| Downloaded clap_builder v4.2.1 |
2982 | 2024-12-14T00:09:24.951Z | [ helios-setup] Dec 14 00:09:23.705 INFO E| Downloaded rayon v1.6.1 |
2983 | 2024-12-14T00:09:24.965Z | [ helios-setup] Dec 14 00:09:23.720 INFO E| Downloaded toml_edit v0.19.8 |
2984 | 2024-12-14T00:09:24.992Z | [ helios-setup] Dec 14 00:09:23.746 INFO E| Downloaded tungstenite v0.18.0 |
2985 | 2024-12-14T00:09:24.996Z | [ helios-setup] Dec 14 00:09:23.751 INFO E| Downloaded aho-corasick v0.7.20 |
2986 | 2024-12-14T00:09:25.002Z | [ helios-setup] Dec 14 00:09:23.757 INFO E| Downloaded mio v0.8.5 |
2987 | 2024-12-14T00:09:25.019Z | [ helios-setup] Dec 14 00:09:23.765 INFO E| Downloaded uuid v1.3.0 |
2988 | 2024-12-14T00:09:25.019Z | [ helios-setup] Dec 14 00:09:23.772 INFO E| Downloaded url v2.3.1 |
2989 | 2024-12-14T00:09:25.022Z | [ helios-setup] Dec 14 00:09:23.777 INFO E| Downloaded serde_derive v1.0.204 |
2990 | 2024-12-14T00:09:25.027Z | [ helios-setup] Dec 14 00:09:23.781 INFO E| Downloaded serde_yaml v0.9.21 |
2991 | 2024-12-14T00:09:25.032Z | [ helios-setup] Dec 14 00:09:23.787 INFO E| Downloaded http v0.2.9 |
2992 | 2024-12-14T00:09:25.038Z | [ helios-setup] Dec 14 00:09:23.793 INFO E| Downloaded textwrap v0.16.0 |
2993 | 2024-12-14T00:09:25.043Z | [ helios-setup] Dec 14 00:09:23.797 INFO E| Downloaded flate2 v1.0.25 |
2994 | 2024-12-14T00:09:25.051Z | [ helios-setup] Dec 14 00:09:23.806 INFO E| Downloaded tinyvec v1.6.0 |
2995 | 2024-12-14T00:09:25.056Z | [ helios-setup] Dec 14 00:09:23.811 INFO E| Downloaded tokio v1.27.0 |
2996 | 2024-12-14T00:09:25.108Z | [ helios-setup] Dec 14 00:09:23.862 INFO E| Downloaded libc v0.2.139 |
2997 | 2024-12-14T00:09:25.146Z | [ helios-setup] Dec 14 00:09:23.900 INFO E| Downloaded slog-bunyan v2.4.0 |
2998 | 2024-12-14T00:09:25.149Z | [ helios-setup] Dec 14 00:09:23.902 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2999 | 2024-12-14T00:09:25.152Z | [ helios-setup] Dec 14 00:09:23.906 INFO E| Downloaded memchr v2.5.0 |
3000 | 2024-12-14T00:09:25.157Z | [ helios-setup] Dec 14 00:09:23.912 INFO E| Downloaded miniz_oxide v0.6.2 |
3001 | 2024-12-14T00:09:25.161Z | [ helios-setup] Dec 14 00:09:23.916 INFO E| Downloaded futures v0.3.28 |
3002 | 2024-12-14T00:09:25.169Z | [ helios-setup] Dec 14 00:09:23.924 INFO E| Downloaded bytes v1.4.0 |
3003 | 2024-12-14T00:09:25.176Z | [ helios-setup] Dec 14 00:09:23.931 INFO E| Downloaded parking_lot_core v0.9.6 |
3004 | 2024-12-14T00:09:25.180Z | [ helios-setup] Dec 14 00:09:23.934 INFO E| Downloaded crossbeam-utils v0.8.14 |
3005 | 2024-12-14T00:09:25.184Z | [ helios-setup] Dec 14 00:09:23.939 INFO E| Downloaded cc v1.0.78 |
3006 | 2024-12-14T00:09:25.188Z | [ helios-setup] Dec 14 00:09:23.942 INFO E| Downloaded rhai_codegen v1.5.0 |
3007 | 2024-12-14T00:09:25.198Z | [ helios-setup] Dec 14 00:09:23.952 INFO E| Downloaded smartstring v1.0.1 |
3008 | 2024-12-14T00:09:25.201Z | [ helios-setup] Dec 14 00:09:23.955 INFO E| Downloaded serde_tokenstream v0.2.0 |
3009 | 2024-12-14T00:09:25.205Z | [ helios-setup] Dec 14 00:09:23.960 INFO E| Downloaded num-traits v0.2.15 |
3010 | 2024-12-14T00:09:25.209Z | [ helios-setup] Dec 14 00:09:23.963 INFO E| Downloaded crossbeam-epoch v0.9.13 |
3011 | 2024-12-14T00:09:25.214Z | [ helios-setup] Dec 14 00:09:23.967 INFO E| Downloaded clap v4.2.1 |
3012 | 2024-12-14T00:09:25.224Z | [ helios-setup] Dec 14 00:09:23.978 INFO E| Downloaded cargo-lock v8.0.3 |
3013 | 2024-12-14T00:09:25.228Z | [ helios-setup] Dec 14 00:09:23.983 INFO E| Downloaded anyhow v1.0.68 |
3014 | 2024-12-14T00:09:25.256Z | [ helios-setup] Dec 14 00:09:24.011 INFO E| Downloaded camino v1.1.4 |
3015 | 2024-12-14T00:09:25.259Z | [ helios-setup] Dec 14 00:09:24.013 INFO E| Downloaded signal-hook-registry v1.4.0 |
3016 | 2024-12-14T00:09:25.263Z | [ helios-setup] Dec 14 00:09:24.015 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
3017 | 2024-12-14T00:09:25.263Z | [ helios-setup] Dec 14 00:09:24.017 INFO E| Downloaded thiserror v1.0.38 |
3018 | 2024-12-14T00:09:25.268Z | [ helios-setup] Dec 14 00:09:24.023 INFO E| Downloaded rustls-pemfile v1.0.2 |
3019 | 2024-12-14T00:09:25.272Z | [ helios-setup] Dec 14 00:09:24.026 INFO E| Downloaded once_cell v1.17.0 |
3020 | 2024-12-14T00:09:25.278Z | [ helios-setup] Dec 14 00:09:24.029 INFO E| Downloaded ipnet v2.7.2 |
3021 | 2024-12-14T00:09:25.281Z | [ helios-setup] Dec 14 00:09:24.032 INFO E| Downloaded httpdate v1.0.2 |
3022 | 2024-12-14T00:09:25.281Z | [ helios-setup] Dec 14 00:09:24.034 INFO E| Downloaded httparse v1.8.0 |
3023 | 2024-12-14T00:09:25.284Z | [ helios-setup] Dec 14 00:09:24.038 INFO E| Downloaded futures-channel v0.3.28 |
3024 | 2024-12-14T00:09:25.286Z | [ helios-setup] Dec 14 00:09:24.041 INFO E| Downloaded paste v1.0.12 |
3025 | 2024-12-14T00:09:25.291Z | [ helios-setup] Dec 14 00:09:24.046 INFO E| Downloaded getrandom v0.2.8 |
3026 | 2024-12-14T00:09:25.295Z | [ helios-setup] Dec 14 00:09:24.050 INFO E| Downloaded serde_spanned v0.6.1 |
3027 | 2024-12-14T00:09:25.298Z | [ helios-setup] Dec 14 00:09:24.052 INFO E| Downloaded bincode v1.3.3 |
3028 | 2024-12-14T00:09:25.302Z | [ helios-setup] Dec 14 00:09:24.056 INFO E| Downloaded sha2 v0.10.6 |
3029 | 2024-12-14T00:09:25.305Z | [ helios-setup] Dec 14 00:09:24.060 INFO E| Downloaded sha1 v0.10.5 |
3030 | 2024-12-14T00:09:25.308Z | [ helios-setup] Dec 14 00:09:24.063 INFO E| Downloaded ppv-lite86 v0.2.17 |
3031 | 2024-12-14T00:09:25.312Z | [ helios-setup] Dec 14 00:09:24.065 INFO E| Downloaded num_enum_derive v0.5.7 |
3032 | 2024-12-14T00:09:25.315Z | [ helios-setup] Dec 14 00:09:24.067 INFO E| Downloaded http-body v0.4.5 |
3033 | 2024-12-14T00:09:25.315Z | [ helios-setup] Dec 14 00:09:24.069 INFO E| Downloaded digest v0.10.6 |
3034 | 2024-12-14T00:09:25.317Z | [ helios-setup] Dec 14 00:09:24.072 INFO E| Downloaded form_urlencoded v1.1.0 |
3035 | 2024-12-14T00:09:25.320Z | [ helios-setup] Dec 14 00:09:24.073 INFO E| Downloaded generic-array v0.14.6 |
3036 | 2024-12-14T00:09:25.324Z | [ helios-setup] Dec 14 00:09:24.076 INFO E| Downloaded futures-task v0.3.28 |
3037 | 2024-12-14T00:09:25.324Z | [ helios-setup] Dec 14 00:09:24.078 INFO E| Downloaded futures-sink v0.3.28 |
3038 | 2024-12-14T00:09:25.326Z | [ helios-setup] Dec 14 00:09:24.079 INFO E| Downloaded cpufeatures v0.2.5 |
3039 | 2024-12-14T00:09:25.328Z | [ helios-setup] Dec 14 00:09:24.081 INFO E| Downloaded num_enum v0.5.7 |
3040 | 2024-12-14T00:09:25.334Z | [ helios-setup] Dec 14 00:09:24.088 INFO E| Downloaded num-integer v0.1.45 |
3041 | 2024-12-14T00:09:25.337Z | [ helios-setup] Dec 14 00:09:24.091 INFO E| Downloaded home v0.5.4 |
3042 | 2024-12-14T00:09:25.339Z | [ helios-setup] Dec 14 00:09:24.093 INFO E| Downloaded encoding_rs v0.8.32 |
3043 | 2024-12-14T00:09:25.373Z | [ helios-setup] Dec 14 00:09:24.128 INFO E| Downloaded is-terminal v0.4.7 |
3044 | 2024-12-14T00:09:25.376Z | [ helios-setup] Dec 14 00:09:24.129 INFO E| Downloaded either v1.8.0 |
3045 | 2024-12-14T00:09:25.379Z | [ helios-setup] Dec 14 00:09:24.132 INFO E| Downloaded anstyle-parse v0.1.1 |
3046 | 2024-12-14T00:09:25.381Z | [ helios-setup] Dec 14 00:09:24.134 INFO E| Downloaded anstyle v0.3.5 |
3047 | 2024-12-14T00:09:25.383Z | [ helios-setup] Dec 14 00:09:24.136 INFO E| Downloaded anstream v0.2.6 |
3048 | 2024-12-14T00:09:25.387Z | [ helios-setup] Dec 14 00:09:24.141 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
3049 | 2024-12-14T00:09:25.400Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3050 | 2024-12-14T00:09:25.422Z | [ helios-setup] Dec 14 00:09:24.176 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
3051 | 2024-12-14T00:09:25.597Z | [ helios-setup] Dec 14 00:09:24.351 INFO E| Downloaded libz-sys v1.1.8 |
3052 | 2024-12-14T00:09:25.774Z | [ host-package] Compiling rand_seeder v0.3.0 |
3053 | 2024-12-14T00:09:25.950Z | [ helios-setup] Dec 14 00:09:24.701 INFO E| Compiling proc-macro2 v1.0.86 |
3054 | 2024-12-14T00:09:25.952Z | [ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling libc v0.2.139 |
3055 | 2024-12-14T00:09:25.952Z | [ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling unicode-ident v1.0.8 |
3056 | 2024-12-14T00:09:25.954Z | [ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling autocfg v1.1.0 |
3057 | 2024-12-14T00:09:25.954Z | [ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling cfg-if v1.0.0 |
3058 | 2024-12-14T00:09:25.954Z | [ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling version_check v0.9.4 |
3059 | 2024-12-14T00:09:25.954Z | [ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling serde v1.0.204 |
3060 | 2024-12-14T00:09:25.954Z | [ helios-setup] Dec 14 00:09:24.702 INFO E| Compiling syn v1.0.107 |
3061 | 2024-12-14T00:09:26.397Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
3062 | 2024-12-14T00:09:26.476Z | [ helios-setup] Dec 14 00:09:25.229 INFO E| Compiling memchr v2.5.0 |
3063 | 2024-12-14T00:09:26.908Z | [ host-package] Compiling lzma-sys v0.1.20 |
3064 | 2024-12-14T00:09:26.965Z | [ helios-setup] Dec 14 00:09:25.719 INFO E| Compiling once_cell v1.17.0 |
3065 | 2024-12-14T00:09:26.980Z | [ host-package] Compiling rustls v0.21.12 |
3066 | 2024-12-14T00:09:27.534Z | [ helios-setup] Dec 14 00:09:26.288 INFO E| Compiling log v0.4.17 |
3067 | 2024-12-14T00:09:27.613Z | [ helios-setup] Dec 14 00:09:26.367 INFO E| Compiling thiserror v1.0.38 |
3068 | 2024-12-14T00:09:27.962Z | [ host-package] Compiling http-range v0.1.5 |
3069 | 2024-12-14T00:09:28.086Z | [ host-package] Compiling cfg_aliases v0.2.1 |
3070 | 2024-12-14T00:09:28.155Z | [ helios-setup] Dec 14 00:09:26.909 INFO E| Compiling itoa v1.0.6 |
3071 | 2024-12-14T00:09:28.242Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
3072 | 2024-12-14T00:09:28.318Z | [ helios-setup] Dec 14 00:09:27.072 INFO E| Compiling serde_json v1.0.95 |
3073 | 2024-12-14T00:09:28.439Z | [ host-package] Compiling nix v0.29.0 |
3074 | 2024-12-14T00:09:29.195Z | [ helios-setup] Dec 14 00:09:27.948 INFO E| Compiling quote v1.0.36 |
3075 | 2024-12-14T00:09:29.463Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3076 | 2024-12-14T00:09:29.623Z | [ helios-setup] Dec 14 00:09:28.377 INFO E| Compiling getrandom v0.2.8 |
3077 | 2024-12-14T00:09:29.675Z | [ helios-setup] Dec 14 00:09:28.429 INFO E| Compiling jobserver v0.1.26 |
3078 | 2024-12-14T00:09:30.244Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3079 | 2024-12-14T00:09:30.297Z | [ helios-setup] Dec 14 00:09:29.050 INFO E| Compiling syn v2.0.72 |
3080 | 2024-12-14T00:09:30.413Z | [ helios-setup] Dec 14 00:09:29.166 INFO E| Compiling cc v1.0.78 |
3081 | 2024-12-14T00:09:30.745Z | [ helios-setup] Dec 14 00:09:29.498 INFO E| Compiling indexmap v1.9.3 |
3082 | 2024-12-14T00:09:30.778Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3083 | 2024-12-14T00:09:31.006Z | [ helios-setup] Dec 14 00:09:29.759 INFO E| Compiling scopeguard v1.1.0 |
3084 | 2024-12-14T00:09:31.008Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3085 | 2024-12-14T00:09:31.191Z | [ helios-setup] Dec 14 00:09:29.944 INFO E| Compiling pin-project-lite v0.2.9 |
3086 | 2024-12-14T00:09:31.296Z | [ helios-setup] Dec 14 00:09:30.049 INFO E| Compiling num-integer v0.1.45 |
3087 | 2024-12-14T00:09:31.415Z | [ helios-setup] Dec 14 00:09:30.167 INFO E| Compiling bytes v1.4.0 |
3088 | 2024-12-14T00:09:31.431Z | [ helios-setup] Dec 14 00:09:30.184 INFO E| Compiling futures-core v0.3.28 |
3089 | 2024-12-14T00:09:32.332Z | [ helios-setup] Dec 14 00:09:31.085 INFO E| Compiling ryu v1.0.13 |
3090 | 2024-12-14T00:09:32.766Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3091 | 2024-12-14T00:09:33.185Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3092 | 2024-12-14T00:09:33.193Z | [ host-package] Compiling rustls-webpki v0.101.7 |
3093 | 2024-12-14T00:09:33.453Z | [ helios-setup] Dec 14 00:09:32.205 INFO E| Compiling lock_api v0.4.9 |
3094 | 2024-12-14T00:09:33.773Z | [ helios-setup] Dec 14 00:09:32.525 INFO E| Compiling bitflags v1.3.2 |
3095 | 2024-12-14T00:09:33.840Z | [ helios-setup] Dec 14 00:09:32.592 INFO E| Compiling typenum v1.16.0 |
3096 | 2024-12-14T00:09:33.987Z | [ helios-setup] Dec 14 00:09:32.739 INFO E| Compiling parking_lot_core v0.9.6 |
3097 | 2024-12-14T00:09:34.082Z | [ helios-setup] Dec 14 00:09:32.834 INFO E| Compiling num_cpus v1.15.0 |
3098 | 2024-12-14T00:09:34.495Z | [ helios-setup] Dec 14 00:09:33.247 INFO E| Compiling slab v0.4.7 |
3099 | 2024-12-14T00:09:34.495Z | [ helios-setup] Dec 14 00:09:33.247 INFO E| Compiling generic-array v0.14.6 |
3100 | 2024-12-14T00:09:34.569Z | [ helios-setup] Dec 14 00:09:33.321 INFO E| Compiling futures-channel v0.3.28 |
3101 | 2024-12-14T00:09:35.173Z | [ helios-setup] Dec 14 00:09:33.924 INFO E| Compiling futures-task v0.3.28 |
3102 | 2024-12-14T00:09:35.229Z | [ helios-setup] Dec 14 00:09:33.981 INFO E| Compiling futures-sink v0.3.28 |
3103 | 2024-12-14T00:09:36.019Z | [ helios-setup] Dec 14 00:09:34.770 INFO E| Compiling tokio v1.27.0 |
3104 | 2024-12-14T00:09:36.109Z | [ helios-setup] Dec 14 00:09:34.860 INFO E| Compiling schemars v0.8.12 |
3105 | 2024-12-14T00:09:36.363Z | [ helios-setup] Dec 14 00:09:35.115 INFO E| Compiling futures-util v0.3.28 |
3106 | 2024-12-14T00:09:37.407Z | [ helios-setup] Dec 14 00:09:36.159 INFO E| Compiling mio v0.8.5 |
3107 | 2024-12-14T00:09:37.526Z | [ helios-setup] Dec 14 00:09:36.276 INFO E| Compiling signal-hook-registry v1.4.0 |
3108 | 2024-12-14T00:09:37.526Z | [ helios-setup] Dec 14 00:09:36.276 INFO E| Compiling socket2 v0.4.9 |
3109 | 2024-12-14T00:09:37.909Z | [ helios-setup] Dec 14 00:09:36.660 INFO E| Compiling num-traits v0.2.15 |
3110 | 2024-12-14T00:09:38.003Z | [ helios-setup] Dec 14 00:09:36.753 INFO E| Compiling ahash v0.7.6 |
3111 | 2024-12-14T00:09:39.175Z | [ helios-setup] Dec 14 00:09:37.926 INFO E| Compiling crunchy v0.2.2 |
3112 | 2024-12-14T00:09:39.236Z | [ helios-setup] Dec 14 00:09:37.987 INFO E| Compiling pin-utils v0.1.0 |
3113 | 2024-12-14T00:09:39.507Z | [ helios-setup] Dec 14 00:09:38.258 INFO E| Compiling io-lifetimes v1.0.10 |
3114 | 2024-12-14T00:09:39.794Z | [ host-package] Compiling sct v0.7.1 |
3115 | 2024-12-14T00:09:40.221Z | [ helios-setup] Dec 14 00:09:38.971 INFO E| Compiling futures-io v0.3.28 |
3116 | 2024-12-14T00:09:40.799Z | [ host-package] Compiling heck v0.3.3 |
3117 | 2024-12-14T00:09:40.864Z | [ host-package] Compiling castaway v0.2.3 |
3118 | 2024-12-14T00:09:40.929Z | [ helios-setup] Dec 14 00:09:39.680 INFO E| Compiling ahash v0.8.3 |
3119 | 2024-12-14T00:09:40.944Z | [ host-package] Compiling csv-core v0.1.11 |
3120 | 2024-12-14T00:09:41.347Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
3121 | 2024-12-14T00:09:41.404Z | [ helios-setup] Dec 14 00:09:40.155 INFO E| Compiling rustix v0.37.3 |
3122 | 2024-12-14T00:09:41.497Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
3123 | 2024-12-14T00:09:41.808Z | [ helios-setup] Dec 14 00:09:40.558 INFO E| Compiling serde_derive_internals v0.26.0 |
3124 | 2024-12-14T00:09:41.844Z | [ helios-setup] Dec 14 00:09:40.594 INFO E| Compiling tiny-keccak v2.0.2 |
3125 | 2024-12-14T00:09:42.243Z | [ helios-setup] Dec 14 00:09:40.994 INFO E| Compiling hashbrown v0.12.3 |
3126 | 2024-12-14T00:09:42.401Z | [ host-package] Compiling glob v0.3.1 |
3127 | 2024-12-14T00:09:42.445Z | [ helios-setup] Dec 14 00:09:41.196 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3128 | 2024-12-14T00:09:42.732Z | [ host-package] Compiling csv v1.3.0 |
3129 | 2024-12-14T00:09:42.828Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
3130 | 2024-12-14T00:09:43.610Z | [ helios-setup] Dec 14 00:09:42.360 INFO E| Compiling block-buffer v0.10.3 |
3131 | 2024-12-14T00:09:43.689Z | [ helios-setup] Dec 14 00:09:42.439 INFO E| Compiling crypto-common v0.1.6 |
3132 | 2024-12-14T00:09:44.444Z | [ helios-setup] Dec 14 00:09:43.193 INFO E| Compiling errno v0.3.1 |
3133 | 2024-12-14T00:09:45.076Z | [ helios-setup] Dec 14 00:09:43.826 INFO E| Compiling fnv v1.0.7 |
3134 | 2024-12-14T00:09:45.123Z | [ helios-setup] Dec 14 00:09:43.873 INFO E| Compiling slog v2.7.0 |
3135 | 2024-12-14T00:09:45.126Z | [ helios-setup] Dec 14 00:09:43.874 INFO E| Compiling pkg-config v0.3.26 |
3136 | 2024-12-14T00:09:45.226Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3137 | 2024-12-14T00:09:45.496Z | [ helios-setup] Dec 14 00:09:44.245 INFO E| Compiling crossbeam-utils v0.8.14 |
3138 | 2024-12-14T00:09:45.751Z | [ helios-setup] Dec 14 00:09:44.501 INFO E| Compiling http v0.2.9 |
3139 | 2024-12-14T00:09:45.828Z | [ host-package] Compiling compact_str v0.8.0 |
3140 | 2024-12-14T00:09:46.368Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3141 | 2024-12-14T00:09:48.098Z | [ helios-setup] Dec 14 00:09:46.847 INFO E| Compiling digest v0.10.6 |
3142 | 2024-12-14T00:09:49.123Z | [ helios-setup] Dec 14 00:09:47.872 INFO E| Compiling aho-corasick v0.7.20 |
3143 | 2024-12-14T00:09:49.716Z | [ helios-setup] Dec 14 00:09:48.464 INFO E| Compiling heck v0.4.1 |
3144 | 2024-12-14T00:09:50.156Z | [ helios-setup] Dec 14 00:09:48.904 INFO E| Compiling cpufeatures v0.2.5 |
3145 | 2024-12-14T00:09:50.406Z | [ helios-setup] Dec 14 00:09:49.155 INFO E| Compiling tinyvec_macros v0.1.1 |
3146 | 2024-12-14T00:09:50.565Z | [ helios-setup] Dec 14 00:09:49.313 INFO E| Compiling regex-syntax v0.6.29 |
3147 | 2024-12-14T00:09:50.694Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3148 | 2024-12-14T00:09:50.703Z | [ helios-setup] Dec 14 00:09:49.452 INFO E| Compiling percent-encoding v2.2.0 |
3149 | 2024-12-14T00:09:51.570Z | [ helios-setup] Dec 14 00:09:50.318 INFO E| Compiling anyhow v1.0.68 |
3150 | 2024-12-14T00:09:51.704Z | [ helios-setup] Dec 14 00:09:50.452 INFO E| Compiling unicode-width v0.1.10 |
3151 | 2024-12-14T00:09:51.773Z | [ helios-setup] Dec 14 00:09:50.521 INFO E| Compiling httparse v1.8.0 |
3152 | 2024-12-14T00:09:52.237Z | [ helios-setup] Dec 14 00:09:50.975 INFO E| Compiling const-random-macro v0.1.15 |
3153 | 2024-12-14T00:09:52.691Z | [ helios-setup] Dec 14 00:09:51.439 INFO E| Compiling thiserror-impl v1.0.38 |
3154 | 2024-12-14T00:09:52.752Z | [ helios-setup] Dec 14 00:09:51.499 INFO E| Compiling schemars_derive v0.8.12 |
3155 | 2024-12-14T00:09:53.746Z | [ helios-setup] Dec 14 00:09:52.493 INFO E| Compiling tinyvec v1.6.0 |
3156 | 2024-12-14T00:09:53.963Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
3157 | 2024-12-14T00:09:54.014Z | [ helios-setup] Dec 14 00:09:52.761 INFO E| Compiling form_urlencoded v1.1.0 |
3158 | 2024-12-14T00:09:54.427Z | [ helios-setup] Dec 14 00:09:53.174 INFO E| Compiling serde_derive v1.0.204 |
3159 | 2024-12-14T00:09:54.732Z | [ helios-setup] Dec 14 00:09:53.479 INFO E| Compiling tokio-macros v2.0.0 |
3160 | 2024-12-14T00:09:55.414Z | [ helios-setup] Dec 14 00:09:54.161 INFO E| Compiling futures-macro v0.3.28 |
3161 | 2024-12-14T00:09:57.093Z | [ helios-setup] Dec 14 00:09:55.840 INFO E| Compiling hashbrown v0.13.2 |
3162 | 2024-12-14T00:09:57.954Z | [ helios-setup] Dec 14 00:09:56.701 INFO E| Compiling chrono v0.4.24 |
3163 | 2024-12-14T00:09:59.272Z | [ helios-setup] Dec 14 00:09:58.019 INFO E| Compiling regex v1.7.3 |
3164 | 2024-12-14T00:09:59.382Z | [ helios-setup] Dec 14 00:09:58.128 INFO E| Compiling libz-sys v1.1.8 |
3165 | 2024-12-14T00:10:00.077Z | [ host-package] Compiling nix v0.27.1 |
3166 | 2024-12-14T00:10:02.463Z | [ helios-setup] Dec 14 00:10:01.208 INFO E| Compiling uuid v1.3.0 |
3167 | 2024-12-14T00:10:02.605Z | [ helios-setup] Dec 14 00:10:01.351 INFO E| Compiling dyn-clone v1.0.11 |
3168 | 2024-12-14T00:10:03.049Z | [ helios-setup] Dec 14 00:10:01.794 INFO E| Compiling regress v0.5.0 |
3169 | 2024-12-14T00:10:03.172Z | [ helios-setup] Dec 14 00:10:01.917 INFO E| Compiling unicode-normalization v0.1.22 |
3170 | 2024-12-14T00:10:03.429Z | [ helios-setup] Dec 14 00:10:02.174 INFO E| Compiling const-random v0.1.15 |
3171 | 2024-12-14T00:10:04.231Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3172 | 2024-12-14T00:10:05.440Z | [ helios-setup] Dec 14 00:10:04.184 INFO E| Compiling getopts v0.2.21 |
3173 | 2024-12-14T00:10:05.948Z | [ helios-setup] Dec 14 00:10:04.692 INFO E| Compiling tracing-core v0.1.30 |
3174 | 2024-12-14T00:10:06.214Z | [ helios-setup] Dec 14 00:10:04.959 INFO E| Compiling memoffset v0.7.1 |
3175 | 2024-12-14T00:10:07.245Z | [ helios-setup] Dec 14 00:10:05.983 INFO E| Compiling unicode-bidi v0.3.13 |
3176 | 2024-12-14T00:10:08.073Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3177 | 2024-12-14T00:10:09.122Z | [ helios-setup] Dec 14 00:10:07.860 INFO E| Compiling ucd-trie v0.1.5 |
3178 | 2024-12-14T00:10:09.494Z | [ helios-setup] Dec 14 00:10:08.222 INFO E| Compiling num-conv v0.1.0 |
3179 | 2024-12-14T00:10:10.088Z | [ helios-setup] Dec 14 00:10:08.832 INFO E| Compiling time-core v0.1.2 |
3180 | 2024-12-14T00:10:10.380Z | [ helios-setup] Dec 14 00:10:09.123 INFO E| Compiling powerfmt v0.2.0 |
3181 | 2024-12-14T00:10:10.517Z | [ helios-setup] Dec 14 00:10:09.261 INFO E| Compiling time-macros v0.2.18 |
3182 | 2024-12-14T00:10:11.212Z | [ helios-setup] Dec 14 00:10:09.955 INFO E| Compiling deranged v0.3.11 |
3183 | 2024-12-14T00:10:12.385Z | [ helios-setup] Dec 14 00:10:11.128 INFO E| Compiling pest v2.5.7 |
3184 | 2024-12-14T00:10:14.222Z | [ helios-setup] Dec 14 00:10:12.964 INFO E| Compiling idna v0.3.0 |
3185 | 2024-12-14T00:10:16.538Z | [ helios-setup] Dec 14 00:10:15.280 INFO E| Compiling tracing v0.1.37 |
3186 | 2024-12-14T00:10:17.434Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3187 | 2024-12-14T00:10:18.012Z | [ helios-setup] Dec 14 00:10:16.753 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3188 | 2024-12-14T00:10:18.893Z | [ helios-setup] Dec 14 00:10:17.634 INFO E| Compiling time v0.1.45 |
3189 | 2024-12-14T00:10:19.595Z | [ helios-setup] Dec 14 00:10:18.336 INFO E| Compiling crossbeam-epoch v0.9.13 |
3190 | 2024-12-14T00:10:19.996Z | [ helios-setup] Dec 14 00:10:18.737 INFO E| Compiling iana-time-zone v0.1.56 |
3191 | 2024-12-14T00:10:20.540Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
3192 | 2024-12-14T00:10:20.545Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3193 | 2024-12-14T00:10:20.708Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3194 | 2024-12-14T00:10:21.026Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3195 | 2024-12-14T00:10:21.118Z | [ helios-setup] Dec 14 00:10:19.858 INFO E| Compiling semver v1.0.17 |
3196 | 2024-12-14T00:10:21.433Z | [ helios-setup] Dec 14 00:10:20.174 INFO E| Compiling num_threads v0.1.6 |
3197 | 2024-12-14T00:10:22.046Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3198 | 2024-12-14T00:10:22.550Z | [ helios-setup] Dec 14 00:10:21.291 INFO E| Compiling time v0.3.36 |
3199 | 2024-12-14T00:10:22.746Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3200 | 2024-12-14T00:10:23.359Z | [ helios-setup] Dec 14 00:10:22.100 INFO E| Compiling semver-parser v0.10.2 |
3201 | 2024-12-14T00:10:23.436Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3202 | 2024-12-14T00:10:23.766Z | [ helios-setup] Dec 14 00:10:22.506 INFO E| Compiling smallvec v1.10.0 |
3203 | 2024-12-14T00:10:24.453Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3204 | 2024-12-14T00:10:24.599Z | [ helios-setup] Dec 14 00:10:23.339 INFO E| Compiling toml v0.5.11 |
3205 | 2024-12-14T00:10:26.607Z | [ helios-setup] Dec 14 00:10:25.347 INFO E| Compiling parking_lot v0.12.1 |
3206 | 2024-12-14T00:10:26.867Z | [ helios-setup] Dec 14 00:10:25.605 INFO E| Compiling serde_tokenstream v0.2.0 |
3207 | 2024-12-14T00:10:30.523Z | [ helios-setup] Dec 14 00:10:29.262 INFO E| Compiling url v2.3.1 |
3208 | 2024-12-14T00:10:33.999Z | [ helios-setup] Dec 14 00:10:32.736 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3209 | 2024-12-14T00:10:35.073Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3210 | 2024-12-14T00:10:36.468Z | [ helios-setup] Dec 14 00:10:35.204 INFO E| Compiling crossbeam-channel v0.5.6 |
3211 | 2024-12-14T00:10:36.651Z | [ helios-setup] Dec 14 00:10:35.388 INFO E| Compiling dirs-sys-next v0.1.2 |
3212 | 2024-12-14T00:10:37.766Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3213 | 2024-12-14T00:10:38.606Z | [ host-package] Compiling hashlink v0.9.1 |
3214 | 2024-12-14T00:10:38.823Z | [ host-package] Compiling tungstenite v0.23.0 |
3215 | 2024-12-14T00:10:39.510Z | [ helios-setup] Dec 14 00:10:38.245 INFO E| Compiling same-file v1.0.6 |
3216 | 2024-12-14T00:10:39.554Z | [ host-package] Compiling lru v0.12.5 |
3217 | 2024-12-14T00:10:40.354Z | [ helios-setup] Dec 14 00:10:39.090 INFO E| Compiling try-lock v0.2.4 |
3218 | 2024-12-14T00:10:40.393Z | [ helios-setup] Dec 14 00:10:39.129 INFO E| Compiling crc32fast v1.3.2 |
3219 | 2024-12-14T00:10:40.414Z | [ host-package] Compiling instability v0.3.2 |
3220 | 2024-12-14T00:10:40.519Z | [ host-package] Compiling base64 v0.13.1 |
3221 | 2024-12-14T00:10:40.764Z | [ helios-setup] Dec 14 00:10:39.500 INFO E| Compiling want v0.3.0 |
3222 | 2024-12-14T00:10:40.835Z | [ host-package] Compiling cassowary v0.3.0 |
3223 | 2024-12-14T00:10:41.552Z | [ helios-setup] Dec 14 00:10:40.288 INFO E| Compiling walkdir v2.3.3 |
3224 | 2024-12-14T00:10:41.862Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3225 | 2024-12-14T00:10:42.072Z | [ helios-setup] Dec 14 00:10:40.808 INFO E| Compiling dirs-next v2.0.0 |
3226 | 2024-12-14T00:10:42.499Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3227 | 2024-12-14T00:10:42.792Z | [ helios-setup] Dec 14 00:10:41.527 INFO E| Compiling proc-macro-crate v1.2.1 |
3228 | 2024-12-14T00:10:43.418Z | [ host-package] Compiling ratatui v0.28.1 |
3229 | 2024-12-14T00:10:43.846Z | [ host-package] Compiling rusqlite v0.32.1 |
3230 | 2024-12-14T00:10:44.778Z | [ helios-setup] Dec 14 00:10:43.513 INFO E| Compiling semver v0.11.0 |
3231 | 2024-12-14T00:10:47.718Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3232 | 2024-12-14T00:10:48.039Z | [ helios-setup] Dec 14 00:10:46.774 INFO E| Compiling tokio-util v0.7.7 |
3233 | 2024-12-14T00:10:48.173Z | [ helios-setup] Dec 14 00:10:46.907 INFO E| Compiling futures-executor v0.3.28 |
3234 | 2024-12-14T00:10:48.941Z | [ host-package] Compiling ron v0.7.1 |
3235 | 2024-12-14T00:10:49.109Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3236 | 2024-12-14T00:10:49.137Z | [ helios-setup] Dec 14 00:10:47.864 INFO E| Compiling http-body v0.4.5 |
3237 | 2024-12-14T00:10:50.472Z | [ helios-setup] Dec 14 00:10:49.204 INFO E| Compiling h2 v0.3.16 |
3238 | 2024-12-14T00:10:50.647Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3239 | 2024-12-14T00:10:50.746Z | [ helios-setup] Dec 14 00:10:49.479 INFO E| Compiling ring v0.16.20 |
3240 | 2024-12-14T00:10:51.232Z | [ helios-setup] Dec 14 00:10:49.966 INFO E| Compiling rand_core v0.6.4 |
3241 | 2024-12-14T00:10:51.773Z | [ helios-setup] Dec 14 00:10:50.507 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3242 | 2024-12-14T00:10:52.733Z | [ helios-setup] Dec 14 00:10:51.466 INFO E| Compiling thread_local v1.1.7 |
3243 | 2024-12-14T00:10:53.164Z | [ helios-setup] Dec 14 00:10:51.897 INFO E| Compiling tower-service v0.3.2 |
3244 | 2024-12-14T00:10:54.321Z | [ helios-setup] Dec 14 00:10:53.053 INFO E| Compiling ppv-lite86 v0.2.17 |
3245 | 2024-12-14T00:10:54.616Z | [ helios-setup] Dec 14 00:10:53.347 INFO E| Compiling fastrand v1.9.0 |
3246 | 2024-12-14T00:10:55.716Z | [ helios-setup] Dec 14 00:10:54.449 INFO E| Compiling home v0.5.4 |
3247 | 2024-12-14T00:10:56.152Z | [ host-package] Compiling xz2 v0.1.7 |
3248 | 2024-12-14T00:10:56.443Z | [ helios-setup] Dec 14 00:10:55.175 INFO E| Compiling rayon-core v1.10.2 |
3249 | 2024-12-14T00:10:56.562Z | [ helios-setup] Dec 14 00:10:55.294 INFO E| Compiling base64 v0.21.0 |
3250 | 2024-12-14T00:10:57.538Z | [ helios-setup] Dec 14 00:10:56.270 INFO E| Compiling lazy_static v1.4.0 |
3251 | 2024-12-14T00:10:57.980Z | [ helios-setup] Dec 14 00:10:56.712 INFO E| Compiling utf8parse v0.2.1 |
3252 | 2024-12-14T00:10:58.466Z | [ helios-setup] Dec 14 00:10:57.198 INFO E| Compiling adler v1.0.2 |
3253 | 2024-12-14T00:10:59.167Z | [ helios-setup] Dec 14 00:10:57.899 INFO E| Compiling httpdate v1.0.2 |
3254 | 2024-12-14T00:10:59.427Z | [ helios-setup] Dec 14 00:10:58.159 INFO E| Compiling miniz_oxide v0.6.2 |
3255 | 2024-12-14T00:10:59.684Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3256 | 2024-12-14T00:11:00.100Z | [ helios-setup] Dec 14 00:10:58.832 INFO E| Compiling anstyle-parse v0.1.1 |
3257 | 2024-12-14T00:11:00.604Z | [ host-package] Compiling zone v0.1.8 |
3258 | 2024-12-14T00:11:00.935Z | [ helios-setup] Dec 14 00:10:59.666 INFO E| Compiling toolchain_find v0.2.0 |
3259 | 2024-12-14T00:11:01.251Z | [ helios-setup] Dec 14 00:10:59.983 INFO E| Compiling rand_chacha v0.3.1 |
3260 | 2024-12-14T00:11:02.060Z | [ helios-setup] Dec 14 00:11:00.791 INFO E| Compiling hyper v0.14.25 |
3261 | 2024-12-14T00:11:03.678Z | [ helios-setup] Dec 14 00:11:02.409 INFO E| Compiling tempfile v3.5.0 |
3262 | 2024-12-14T00:11:05.302Z | [ helios-setup] Dec 14 00:11:04.032 INFO E| Compiling futures v0.3.28 |
3263 | 2024-12-14T00:11:06.835Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3264 | 2024-12-14T00:11:21.792Z | [ helios-setup] Dec 14 00:11:20.518 INFO E| Compiling crossbeam-deque v0.8.2 |
3265 | 2024-12-14T00:11:22.547Z | [ helios-setup] Dec 14 00:11:21.273 INFO E| Compiling cargo-lock v8.0.3 |
3266 | 2024-12-14T00:11:23.592Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3267 | 2024-12-14T00:11:24.080Z | [ helios-setup] Dec 14 00:11:22.805 INFO E| Compiling num_enum_derive v0.5.7 |
3268 | 2024-12-14T00:11:25.137Z | [ helios-setup] Dec 14 00:11:23.862 INFO E| Compiling term v0.7.0 |
3269 | 2024-12-14T00:11:26.847Z | [ helios-setup] Dec 14 00:11:25.572 INFO E| Compiling serde_urlencoded v0.7.1 |
3270 | 2024-12-14T00:11:28.253Z | [ helios-setup] Dec 14 00:11:26.977 INFO E| Compiling sha2 v0.10.6 |
3271 | 2024-12-14T00:11:28.428Z | [ helios-setup] Dec 14 00:11:27.152 INFO E| Compiling sha1 v0.10.5 |
3272 | 2024-12-14T00:11:29.142Z | [ helios-setup] Dec 14 00:11:27.867 INFO E| Compiling is-terminal v0.4.7 |
3273 | 2024-12-14T00:11:29.441Z | [ helios-setup] Dec 14 00:11:28.165 INFO E| Compiling atty v0.2.14 |
3274 | 2024-12-14T00:11:30.060Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3275 | 2024-12-14T00:11:30.314Z | [ helios-setup] Dec 14 00:11:29.035 INFO E| Compiling concolor-query v0.3.3 |
3276 | 2024-12-14T00:11:30.599Z | [ helios-setup] Dec 14 00:11:29.323 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3277 | 2024-12-14T00:11:31.518Z | [ helios-setup] Dec 14 00:11:30.240 INFO E| Compiling anstyle v0.3.5 |
3278 | 2024-12-14T00:11:32.494Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3279 | 2024-12-14T00:11:32.895Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3280 | 2024-12-14T00:11:33.321Z | [ helios-setup] Dec 14 00:11:32.045 INFO E| Compiling concolor-override v1.0.0 |
3281 | 2024-12-14T00:11:33.365Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3282 | 2024-12-14T00:11:33.863Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3283 | 2024-12-14T00:11:34.513Z | [ helios-setup] Dec 14 00:11:33.236 INFO E| Compiling anstream v0.2.6 |
3284 | 2024-12-14T00:11:36.524Z | [ helios-setup] Dec 14 00:11:35.247 INFO E| Compiling slog-term v2.9.0 |
3285 | 2024-12-14T00:11:37.896Z | [ helios-setup] Dec 14 00:11:36.618 INFO E| Compiling num_enum v0.5.7 |
3286 | 2024-12-14T00:11:38.170Z | [ helios-setup] Dec 14 00:11:36.892 INFO E| Compiling flate2 v1.0.25 |
3287 | 2024-12-14T00:11:38.295Z | [ helios-setup] Dec 14 00:11:37.017 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3288 | 2024-12-14T00:11:39.407Z | [ helios-setup] Dec 14 00:11:38.129 INFO E| Compiling rand v0.8.5 |
3289 | 2024-12-14T00:11:39.500Z | [ helios-setup] Dec 14 00:11:38.218 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3290 | 2024-12-14T00:11:39.828Z | [ helios-setup] Dec 14 00:11:38.549 INFO E| Compiling openapiv3 v1.0.2 |
3291 | 2024-12-14T00:11:41.040Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3292 | 2024-12-14T00:11:41.623Z | [ helios-setup] Dec 14 00:11:40.344 INFO E| Compiling encoding_rs v0.8.32 |
3293 | 2024-12-14T00:11:42.222Z | [ helios-setup] Dec 14 00:11:40.943 INFO E| Compiling mime v0.3.17 |
3294 | 2024-12-14T00:11:42.951Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3295 | 2024-12-14T00:11:43.840Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3296 | 2024-12-14T00:11:43.996Z | [ helios-setup] Dec 14 00:11:42.717 INFO E| Compiling utf-8 v0.7.6 |
3297 | 2024-12-14T00:11:44.401Z | [ helios-setup] Dec 14 00:11:43.121 INFO E| Compiling unsafe-libyaml v0.2.8 |
3298 | 2024-12-14T00:11:44.753Z | [ helios-setup] Dec 14 00:11:43.473 INFO E| Compiling strsim v0.10.0 |
3299 | 2024-12-14T00:11:48.005Z | [ helios-setup] Dec 14 00:11:46.725 INFO E| Compiling clap_lex v0.4.1 |
3300 | 2024-12-14T00:11:48.453Z | [ helios-setup] Dec 14 00:11:47.173 INFO E| Compiling either v1.8.0 |
3301 | 2024-12-14T00:11:48.871Z | [ helios-setup] Dec 14 00:11:47.591 INFO E| Compiling project-root v0.2.2 |
3302 | 2024-12-14T00:11:49.290Z | [ helios-setup] Dec 14 00:11:48.009 INFO E| Compiling spin v0.5.2 |
3303 | 2024-12-14T00:11:49.542Z | [ helios-setup] Dec 14 00:11:48.261 INFO E| Compiling untrusted v0.7.1 |
3304 | 2024-12-14T00:11:49.573Z | [ helios-setup] Dec 14 00:11:48.293 INFO E| Compiling base64 v0.13.1 |
3305 | 2024-12-14T00:11:49.945Z | [ helios-setup] Dec 14 00:11:48.664 INFO E| Compiling byteorder v1.4.3 |
3306 | 2024-12-14T00:11:50.015Z | [ helios-setup] Dec 14 00:11:48.735 INFO E| Compiling ipnet v2.7.2 |
3307 | 2024-12-14T00:11:50.922Z | [ helios-setup] Dec 14 00:11:49.641 INFO E| Compiling tungstenite v0.18.0 |
3308 | 2024-12-14T00:11:51.448Z | [ helios-setup] Dec 14 00:11:50.167 INFO E| Compiling reqwest v0.11.16 |
3309 | 2024-12-14T00:11:51.590Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3310 | 2024-12-14T00:11:52.309Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3311 | 2024-12-14T00:11:52.844Z | [ host-package] Compiling twox-hash v1.6.3 |
3312 | 2024-12-14T00:11:53.489Z | [ host-package] Compiling yasna v0.5.2 |
3313 | 2024-12-14T00:11:54.185Z | [ helios-setup] Dec 14 00:11:52.904 INFO E| Compiling rayon v1.6.1 |
3314 | 2024-12-14T00:11:55.205Z | [ host-package] Compiling is_ci v1.2.0 |
3315 | 2024-12-14T00:11:55.850Z | [ helios-setup] Dec 14 00:11:54.568 INFO E| Compiling clap_builder v4.2.1 |
3316 | 2024-12-14T00:11:56.193Z | [ host-package] Compiling smawk v0.3.2 |
3317 | 2024-12-14T00:11:56.756Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3318 | 2024-12-14T00:11:57.874Z | [ host-package] Compiling textwrap v0.16.1 |
3319 | 2024-12-14T00:11:58.065Z | [ host-package] Compiling rcgen v0.12.1 |
3320 | 2024-12-14T00:12:00.469Z | [ host-package] Compiling supports-color v3.0.1 |
3321 | 2024-12-14T00:12:01.502Z | [ helios-setup] Dec 14 00:12:00.218 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3322 | 2024-12-14T00:12:02.684Z | [ helios-setup] Dec 14 00:12:01.400 INFO E| Compiling serde_yaml v0.9.21 |
3323 | 2024-12-14T00:12:04.219Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3324 | 2024-12-14T00:12:04.873Z | [ helios-setup] Dec 14 00:12:03.588 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3325 | 2024-12-14T00:12:05.008Z | [ helios-setup] Dec 14 00:12:03.724 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3326 | 2024-12-14T00:12:09.237Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3327 | 2024-12-14T00:12:09.850Z | [ helios-setup] Dec 14 00:12:08.564 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3328 | 2024-12-14T00:12:09.978Z | [ helios-setup] Dec 14 00:12:08.693 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3329 | 2024-12-14T00:12:10.841Z | [ helios-setup] Dec 14 00:12:09.555 INFO E| Compiling clap_derive v4.2.0 |
3330 | 2024-12-14T00:12:12.329Z | [ helios-setup] Dec 14 00:12:11.040 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3331 | 2024-12-14T00:12:20.568Z | [ helios-setup] Dec 14 00:12:19.279 INFO E| Compiling clap v4.2.1 |
3332 | 2024-12-14T00:12:20.957Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3333 | 2024-12-14T00:12:21.127Z | [ helios-setup] Dec 14 00:12:19.830 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3334 | 2024-12-14T00:12:22.974Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3335 | 2024-12-14T00:12:35.969Z | [ helios-setup] Dec 14 00:12:31.309 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3336 | 2024-12-14T00:12:36.008Z | [ helios-setup] Dec 14 00:12:34.658 INFO E| Compiling tokio-tungstenite v0.18.0 |
3337 | 2024-12-14T00:12:37.525Z | [ helios-setup] Dec 14 00:12:36.232 INFO E| Compiling smartstring v1.0.1 |
3338 | 2024-12-14T00:12:38.443Z | [ helios-setup] Dec 14 00:12:37.150 INFO E| Compiling rustls v0.21.0 |
3339 | 2024-12-14T00:12:40.999Z | [ helios-setup] Dec 14 00:12:39.706 INFO E| Compiling sct v0.7.0 |
3340 | 2024-12-14T00:12:41.912Z | [ helios-setup] Dec 14 00:12:40.619 INFO E| Compiling rustls-webpki v0.100.1 |
3341 | 2024-12-14T00:12:43.844Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3342 | 2024-12-14T00:12:45.898Z | [ helios-setup] Dec 14 00:12:44.604 INFO E| Compiling serde_spanned v0.6.1 |
3343 | 2024-12-14T00:12:46.568Z | [ helios-setup] Dec 14 00:12:45.274 INFO E| Compiling toml_datetime v0.6.1 |
3344 | 2024-12-14T00:12:47.675Z | [ helios-setup] Dec 14 00:12:46.380 INFO E| Compiling async-trait v0.1.68 |
3345 | 2024-12-14T00:12:48.179Z | [ helios-setup] Dec 14 00:12:46.884 INFO E| Compiling match_cfg v0.1.0 |
3346 | 2024-12-14T00:12:48.452Z | [ helios-setup] Dec 14 00:12:47.157 INFO E| Compiling winnow v0.4.1 |
3347 | 2024-12-14T00:12:49.097Z | [ helios-setup] Dec 14 00:12:47.802 INFO E| Compiling slog-async v2.7.0 |
3348 | 2024-12-14T00:12:50.484Z | [ helios-setup] Dec 14 00:12:49.186 INFO E| Compiling paste v1.0.12 |
3349 | 2024-12-14T00:12:50.590Z | [ helios-setup] Dec 14 00:12:49.295 INFO E| Compiling camino v1.1.4 |
3350 | 2024-12-14T00:12:51.888Z | [ helios-setup] Dec 14 00:12:50.592 INFO E| Compiling static_assertions v1.1.0 |
3351 | 2024-12-14T00:12:53.005Z | [ helios-setup] Dec 14 00:12:51.709 INFO E| Compiling hostname v0.3.1 |
3352 | 2024-12-14T00:12:53.588Z | [ helios-setup] Dec 14 00:12:52.292 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3353 | 2024-12-14T00:12:56.102Z | [ helios-setup] Dec 14 00:12:54.806 INFO E| Compiling toml_edit v0.19.8 |
3354 | 2024-12-14T00:13:02.017Z | [ helios-setup] Dec 14 00:13:00.719 INFO E| Compiling slog-json v2.6.1 |
3355 | 2024-12-14T00:13:02.916Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3356 | 2024-12-14T00:13:03.416Z | [ helios-setup] Dec 14 00:13:02.118 INFO E| Compiling unicode-linebreak v0.1.4 |
3357 | 2024-12-14T00:13:07.858Z | [ helios-setup] Dec 14 00:13:06.559 INFO E| Compiling async-stream-impl v0.3.5 |
3358 | 2024-12-14T00:13:08.849Z | [ helios-setup] Dec 14 00:13:07.549 INFO E| Compiling rhai_codegen v1.5.0 |
3359 | 2024-12-14T00:13:09.428Z | [ helios-setup] Dec 14 00:13:08.128 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3360 | 2024-12-14T00:13:10.675Z | [ helios-setup] Dec 14 00:13:09.375 INFO E| Compiling take_mut v0.2.2 |
3361 | 2024-12-14T00:13:10.755Z | [ helios-setup] Dec 14 00:13:09.454 INFO E| Compiling async-stream v0.3.5 |
3362 | 2024-12-14T00:13:11.607Z | [ helios-setup] Dec 14 00:13:10.307 INFO E| Compiling toml v0.7.3 |
3363 | 2024-12-14T00:13:11.945Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3364 | 2024-12-14T00:13:11.980Z | [ helios-setup] Dec 14 00:13:10.680 INFO E| Compiling slog-bunyan v2.4.0 |
3365 | 2024-12-14T00:13:12.589Z | [ helios-setup] Dec 14 00:13:11.288 INFO E| Compiling tokio-rustls v0.24.0 |
3366 | 2024-12-14T00:13:13.878Z | [ helios-setup] Dec 14 00:13:12.577 INFO E| Compiling rhai v1.14.0 |
3367 | 2024-12-14T00:13:15.667Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3368 | 2024-12-14T00:13:19.403Z | [ helios-setup] Dec 14 00:13:18.100 INFO E| Compiling rustls-pemfile v1.0.2 |
3369 | 2024-12-14T00:13:20.811Z | [ helios-setup] Dec 14 00:13:19.508 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3370 | 2024-12-14T00:13:21.808Z | [ helios-setup] Dec 14 00:13:20.502 INFO E| Compiling serde_path_to_error v0.1.11 |
3371 | 2024-12-14T00:13:22.600Z | [ helios-setup] Dec 14 00:13:21.296 INFO E| Compiling bincode v1.3.3 |
3372 | 2024-12-14T00:13:24.469Z | [ helios-setup] Dec 14 00:13:23.165 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3373 | 2024-12-14T00:13:24.586Z | [ helios-setup] Dec 14 00:13:23.282 INFO E| Compiling terminal_size v0.2.6 |
3374 | 2024-12-14T00:13:24.652Z | [ helios-setup] Dec 14 00:13:23.348 INFO E| Compiling smawk v0.3.1 |
3375 | 2024-12-14T00:13:25.458Z | [ helios-setup] Dec 14 00:13:24.154 INFO E| Compiling textwrap v0.16.0 |
3376 | 2024-12-14T00:13:35.908Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3377 | 2024-12-14T00:13:37.161Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3378 | 2024-12-14T00:13:37.532Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3379 | 2024-12-14T00:13:37.913Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3380 | 2024-12-14T00:13:49.923Z | [ host-package] Compiling fatfs v0.3.6 |
3381 | 2024-12-14T00:13:52.580Z | [ helios-setup] Dec 14 00:13:51.270 INFO E| Compiling git2 v0.16.1 |
3382 | 2024-12-14T00:13:53.398Z | [ host-package] Compiling subprocess v0.2.9 |
3383 | 2024-12-14T00:13:54.552Z | [ host-package] Compiling rtoolbox v0.0.2 |
3384 | 2024-12-14T00:13:55.104Z | [ host-package] Compiling assert_matches v1.5.0 |
3385 | 2024-12-14T00:13:55.833Z | [ host-package] Compiling rpassword v7.3.1 |
3386 | 2024-12-14T00:13:56.549Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3387 | 2024-12-14T00:13:58.012Z | [ helios-setup] Dec 14 00:13:56.697 INFO E| Compiling built v0.6.0 |
3388 | 2024-12-14T00:13:59.062Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3389 | 2024-12-14T00:14:01.085Z | [ helios-setup] Dec 14 00:13:59.773 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3390 | 2024-12-14T00:14:02.910Z | [ helios-setup] Dec 14 00:14:01.597 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3391 | 2024-12-14T00:14:03.037Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3392 | 2024-12-14T00:14:03.541Z | [ helios-setup] Dec 14 00:14:02.229 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3393 | 2024-12-14T00:14:03.773Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3394 | 2024-12-14T00:14:04.448Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3395 | 2024-12-14T00:14:06.853Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3396 | 2024-12-14T00:14:07.738Z | [ helios-setup] Dec 14 00:14:06.424 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3397 | 2024-12-14T00:14:11.547Z | [ helios-setup] Dec 14 00:14:10.232 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3398 | 2024-12-14T00:14:13.201Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3399 | 2024-12-14T00:14:14.057Z | [ host-package] Compiling uzers v0.12.1 |
3400 | 2024-12-14T00:14:19.084Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3401 | 2024-12-14T00:14:30.532Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3402 | 2024-12-14T00:14:34.636Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3403 | 2024-12-14T00:15:00.612Z | [ helios-setup] Dec 14 00:14:59.285 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3404 | 2024-12-14T00:15:15.243Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3405 | 2024-12-14T00:15:21.400Z | [ host-package] Compiling multimap v0.10.0 |
3406 | 2024-12-14T00:16:07.084Z | [ helios-setup] Dec 14 00:16:05.742 INFO E| Finished `release` profile [optimized] target(s) in 6m 49s |
3407 | 2024-12-14T00:16:07.229Z | [ helios-setup] Dec 14 00:16:05.886 INFO building project "pilot" ok (409 seconds) |
3408 | 2024-12-14T00:16:07.232Z | [ helios-setup] Dec 14 00:16:05.886 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
3409 | 2024-12-14T00:16:07.232Z | [ helios-setup] Dec 14 00:16:05.886 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
3410 | 2024-12-14T00:16:07.557Z | [ helios-setup] Dec 14 00:16:06.214 INFO E| Downloading crates ... |
3411 | 2024-12-14T00:16:07.622Z | [ helios-setup] Dec 14 00:16:06.279 INFO E| Downloaded miniz_oxide v0.7.2 |
3412 | 2024-12-14T00:16:07.686Z | [ helios-setup] Dec 14 00:16:06.343 INFO E| Compiling adler v1.0.2 |
3413 | 2024-12-14T00:16:07.848Z | [ helios-setup] Dec 14 00:16:06.505 INFO E| Compiling miniz_oxide v0.7.2 |
3414 | 2024-12-14T00:16:10.649Z | [ helios-setup] Dec 14 00:16:09.306 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
3415 | 2024-12-14T00:16:11.827Z | [ helios-setup] Dec 14 00:16:10.482 INFO E| Finished `release` profile [optimized] target(s) in 4.50s |
3416 | 2024-12-14T00:16:11.838Z | [ helios-setup] Dec 14 00:16:10.494 INFO building project "pinprick" ok (4 seconds) |
3417 | 2024-12-14T00:16:11.838Z | [ helios-setup] Dec 14 00:16:10.494 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
3418 | 2024-12-14T00:16:11.842Z | [ helios-setup] Dec 14 00:16:10.494 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
3419 | 2024-12-14T00:16:12.143Z | [ helios-setup] Dec 14 00:16:10.799 INFO E| Downloading crates ... |
3420 | 2024-12-14T00:16:12.265Z | [ helios-setup] Dec 14 00:16:10.921 INFO E| Downloaded typenum v1.15.0 |
3421 | 2024-12-14T00:16:12.295Z | [ helios-setup] Dec 14 00:16:10.951 INFO E| Downloaded sha2 v0.10.5 |
3422 | 2024-12-14T00:16:12.298Z | [ helios-setup] Dec 14 00:16:10.954 INFO E| Downloaded anyhow v1.0.62 |
3423 | 2024-12-14T00:16:12.303Z | [ helios-setup] Dec 14 00:16:10.960 INFO E| Downloaded digest v0.10.3 |
3424 | 2024-12-14T00:16:12.306Z | [ helios-setup] Dec 14 00:16:10.962 INFO E| Downloaded bytes v1.2.1 |
3425 | 2024-12-14T00:16:12.379Z | [ helios-setup] Dec 14 00:16:11.035 INFO E| Compiling typenum v1.15.0 |
3426 | 2024-12-14T00:16:12.379Z | [ helios-setup] Dec 14 00:16:11.035 INFO E| Compiling version_check v0.9.4 |
3427 | 2024-12-14T00:16:12.382Z | [ helios-setup] Dec 14 00:16:11.035 INFO E| Compiling crc32fast v1.3.2 |
3428 | 2024-12-14T00:16:12.382Z | [ helios-setup] Dec 14 00:16:11.035 INFO E| Compiling cfg-if v1.0.0 |
3429 | 2024-12-14T00:16:12.383Z | [ helios-setup] Dec 14 00:16:11.036 INFO E| Compiling adler v1.0.2 |
3430 | 2024-12-14T00:16:12.383Z | [ helios-setup] Dec 14 00:16:11.036 INFO E| Compiling anyhow v1.0.62 |
3431 | 2024-12-14T00:16:12.383Z | [ helios-setup] Dec 14 00:16:11.036 INFO E| Compiling unicode-width v0.1.10 |
3432 | 2024-12-14T00:16:12.383Z | [ helios-setup] Dec 14 00:16:11.036 INFO E| Compiling cpufeatures v0.2.5 |
3433 | 2024-12-14T00:16:12.672Z | [ helios-setup] Dec 14 00:16:11.328 INFO E| Compiling bytes v1.2.1 |
3434 | 2024-12-14T00:16:12.761Z | [ helios-setup] Dec 14 00:16:11.417 INFO E| Compiling miniz_oxide v0.6.2 |
3435 | 2024-12-14T00:16:12.834Z | [ helios-setup] Dec 14 00:16:11.490 INFO E| Compiling getopts v0.2.21 |
3436 | 2024-12-14T00:16:13.202Z | [ helios-setup] Dec 14 00:16:11.858 INFO E| Compiling bitflags v1.3.2 |
3437 | 2024-12-14T00:16:13.799Z | [ helios-setup] Dec 14 00:16:12.455 INFO E| Compiling generic-array v0.14.6 |
3438 | 2024-12-14T00:16:14.506Z | [ helios-setup] Dec 14 00:16:13.162 INFO E| Compiling flate2 v1.0.25 |
3439 | 2024-12-14T00:16:18.514Z | [ helios-setup] Dec 14 00:16:17.168 INFO E| Compiling crypto-common v0.1.6 |
3440 | 2024-12-14T00:16:18.516Z | [ helios-setup] Dec 14 00:16:17.168 INFO E| Compiling block-buffer v0.10.3 |
3441 | 2024-12-14T00:16:18.737Z | [ helios-setup] Dec 14 00:16:17.392 INFO E| Compiling digest v0.10.3 |
3442 | 2024-12-14T00:16:19.131Z | [ helios-setup] Dec 14 00:16:17.786 INFO E| Compiling sha2 v0.10.5 |
3443 | 2024-12-14T00:16:19.699Z | [ helios-setup] Dec 14 00:16:18.354 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
3444 | 2024-12-14T00:16:25.443Z | [ helios-setup] Dec 14 00:16:24.096 INFO E| Finished `release` profile [optimized] target(s) in 13.51s |
3445 | 2024-12-14T00:16:25.465Z | [ helios-setup] Dec 14 00:16:24.111 INFO building project "bootserver" ok (13 seconds) |
3446 | 2024-12-14T00:16:25.472Z | [ helios-setup] rm -f helios-build |
3447 | 2024-12-14T00:16:25.472Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3448 | 2024-12-14T00:16:25.472Z | [ helios-setup] |
3449 | 2024-12-14T00:16:25.472Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3450 | 2024-12-14T00:16:25.472Z | [ helios-setup] |
3451 | 2024-12-14T00:16:25.472Z | [ helios-setup] |
3452 | 2024-12-14T00:16:25.472Z | [ helios-setup] real 12:00.903208934 |
3453 | 2024-12-14T00:16:25.472Z | [ helios-setup] user 29:04.157817131 |
3454 | 2024-12-14T00:16:25.472Z | [ helios-setup] sys 3:35.422696893 |
3455 | 2024-12-14T00:16:25.472Z | [ helios-setup] trap 1.762961110 |
3456 | 2024-12-14T00:16:25.472Z | [ helios-setup] tflt 7.929914425 |
3457 | 2024-12-14T00:16:25.472Z | [ helios-setup] dflt 29.298167581 |
3458 | 2024-12-14T00:16:25.472Z | [ helios-setup] kflt 0.035025028 |
3459 | 2024-12-14T00:16:25.472Z | [ helios-setup] lock 2:07:38.846876299 |
3460 | 2024-12-14T00:16:25.472Z | [ helios-setup] slp 3:45:31.709482034 |
3461 | 2024-12-14T00:16:25.473Z | [ helios-setup] lat 32:53.109864563 |
3462 | 2024-12-14T00:16:25.473Z | [ helios-setup] stop 4:33.439461516 |
3463 | 2024-12-14T00:16:25.473Z | Dec 14 00:16:24.125 INFO [helios-setup] process exited with exit status: 0 (720.909229896s) |
3464 | 2024-12-14T00:16:25.473Z | Dec 14 00:16:24.125 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3465 | 2024-12-14T00:16:25.532Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-10-27-x86_64-unknown-illumos' |
3466 | 2024-12-14T00:16:25.879Z | [ phbl-toolchain] info: latest update on 2024-10-27, rust version 1.84.0-nightly (9b18a122f 2024-10-26) |
3467 | 2024-12-14T00:16:25.879Z | [ phbl-toolchain] info: downloading component 'cargo' |
3468 | 2024-12-14T00:16:27.549Z | [ phbl-toolchain] info: downloading component 'clippy' |
3469 | 2024-12-14T00:16:27.893Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3470 | 2024-12-14T00:16:32.608Z | [ phbl-toolchain] info: downloading component 'miri' |
3471 | 2024-12-14T00:16:32.791Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3472 | 2024-12-14T00:16:34.138Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3473 | 2024-12-14T00:16:34.657Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3474 | 2024-12-14T00:16:36.703Z | [ phbl-toolchain] info: downloading component 'rustc' |
3475 | 2024-12-14T00:16:45.041Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3476 | 2024-12-14T00:16:45.646Z | [ phbl-toolchain] info: installing component 'cargo' |
3477 | 2024-12-14T00:16:46.957Z | [ phbl-toolchain] info: installing component 'clippy' |
3478 | 2024-12-14T00:16:47.513Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3479 | 2024-12-14T00:16:53.347Z | [ phbl-toolchain] info: installing component 'miri' |
3480 | 2024-12-14T00:16:53.658Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3481 | 2024-12-14T00:17:01.193Z | [ phbl-toolchain] info: installing component 'rust-src' |
3482 | 2024-12-14T00:17:01.788Z | [ phbl-toolchain] info: installing component 'rust-std' |
3483 | 2024-12-14T00:17:04.266Z | [ phbl-toolchain] info: installing component 'rustc' |
3484 | 2024-12-14T00:17:13.258Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3485 | 2024-12-14T00:17:14.213Z | [ phbl-toolchain] cargo 1.84.0-nightly (e75214ea4 2024-10-25) |
3486 | 2024-12-14T00:17:14.216Z | Dec 14 00:17:12.858 INFO [phbl-toolchain] process exited with exit status: 0 (48.732959708s) |
3487 | 2024-12-14T00:18:12.121Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3488 | 2024-12-14T00:18:16.152Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3489 | 2024-12-14T00:24:59.153Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 42s |
3490 | 2024-12-14T00:26:07.833Z | Dec 14 00:26:06.345 INFO [host-package] process exited with exit status: 0 (1251.397490227s) |
3491 | 2024-12-14T00:26:07.837Z | Dec 14 00:26:06.345 INFO [host-stamp] running task |
3492 | 2024-12-14T00:26:07.837Z | Dec 14 00:26:06.346 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3493 | 2024-12-14T00:26:07.843Z | Dec 14 00:26:06.355 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+git2d0edd7fe91 |
3494 | 2024-12-14T00:26:07.851Z | Dec 14 00:26:06.364 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+git2d0edd7fe91 |
3495 | 2024-12-14T00:26:07.857Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3496 | 2024-12-14T00:26:07.860Z | Dec 14 00:26:06.371 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+git2d0edd7fe91 |
3497 | 2024-12-14T00:26:07.865Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3498 | 2024-12-14T00:26:07.873Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3499 | 2024-12-14T00:26:07.873Z | Dec 14 00:26:06.380 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+git2d0edd7fe91 |
3500 | 2024-12-14T00:26:07.882Z | Dec 14 00:26:06.389 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+git2d0edd7fe91 |
3501 | 2024-12-14T00:26:07.885Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3502 | 2024-12-14T00:26:07.887Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3503 | 2024-12-14T00:26:07.890Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3504 | 2024-12-14T00:26:07.893Z | Dec 14 00:26:06.403 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+git2d0edd7fe91 |
3505 | 2024-12-14T00:26:07.903Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3506 | 2024-12-14T00:26:07.904Z | Dec 14 00:26:06.416 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+git2d0edd7fe91 |
3507 | 2024-12-14T00:26:07.919Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3508 | 2024-12-14T00:26:07.925Z | Dec 14 00:26:06.431 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+git2d0edd7fe91 |
3509 | 2024-12-14T00:26:07.931Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3510 | 2024-12-14T00:26:07.938Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3511 | 2024-12-14T00:26:07.938Z | Dec 14 00:26:06.450 INFO [stamp-overlay] process exited with exit status: 0 (69.969037ms) |
3512 | 2024-12-14T00:26:07.945Z | Dec 14 00:26:06.450 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (47.495547ms) |
3513 | 2024-12-14T00:26:07.945Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3514 | 2024-12-14T00:26:07.948Z | Dec 14 00:26:06.458 INFO [stamp-oxlog] process exited with exit status: 0 (41.642248ms) |
3515 | 2024-12-14T00:26:07.951Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3516 | 2024-12-14T00:26:08.007Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3517 | 2024-12-14T00:26:08.011Z | Dec 14 00:26:06.523 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (134.517982ms) |
3518 | 2024-12-14T00:26:08.086Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3519 | 2024-12-14T00:26:08.089Z | Dec 14 00:26:06.601 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (237.689748ms) |
3520 | 2024-12-14T00:26:08.250Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3521 | 2024-12-14T00:26:08.255Z | Dec 14 00:26:06.766 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (394.706055ms) |
3522 | 2024-12-14T00:26:09.005Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3523 | 2024-12-14T00:26:09.057Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3524 | 2024-12-14T00:26:09.061Z | Dec 14 00:26:07.573 INFO [stamp-propolis-server] process exited with exit status: 0 (1.142069294s) |
3525 | 2024-12-14T00:26:11.360Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3526 | 2024-12-14T00:26:18.711Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3527 | 2024-12-14T00:26:18.714Z | Dec 14 00:26:17.224 INFO [stamp-switch-asic] process exited with exit status: 0 (10.869520531s) |
3528 | 2024-12-14T00:26:18.717Z | Dec 14 00:26:17.225 INFO [host-stamp] task succeeded (10.879376731s) |
3529 | 2024-12-14T00:26:18.717Z | Dec 14 00:26:17.225 INFO [host-proto] running task |
3530 | 2024-12-14T00:26:19.129Z | Dec 14 00:26:17.638 INFO [host-proto] task succeeded (413.691112ms) |
3531 | 2024-12-14T00:26:19.129Z | Dec 14 00:26:17.638 INFO [host-profile] running task |
3532 | 2024-12-14T00:26:19.132Z | Dec 14 00:26:17.639 INFO [host-profile] task succeeded (415.81µs) |
3533 | 2024-12-14T00:26:19.132Z | Dec 14 00:26:17.639 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.34.311' -P /tmp/.tmpAGvK53/proto/host/root -N 'ci 2d0edd7/${os_short_commit} 2024-12-14 00:04' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3534 | 2024-12-14T00:26:19.148Z | [ host-image] Dec 14 00:26:17.657 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3535 | 2024-12-14T00:26:19.149Z | [ host-image] Dec 14 00:26:17.658 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3536 | 2024-12-14T00:26:19.167Z | [ host-image] Dec 14 00:26:17.672 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpAGvK53/proto/host/root" |
3537 | 2024-12-14T00:26:19.168Z | [ host-image] Dec 14 00:26:17.672 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3538 | 2024-12-14T00:26:19.173Z | [ host-image] Dec 14 00:26:17.672 INFO image builder template: ramdisk-01-os... |
3539 | 2024-12-14T00:26:19.173Z | [ host-image] Dec 14 00:26:17.672 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/.tmpAGvK53/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3540 | 2024-12-14T00:26:19.185Z | [ host-image] Dec 14 00:26:17.694 INFO O| Dec 14 00:26:17.694 INFO CREATE DATASET: rpool/images/build/host/output |
3541 | 2024-12-14T00:26:19.417Z | [ host-image] Dec 14 00:26:17.921 INFO O| Dec 14 00:26:17.921 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3542 | 2024-12-14T00:26:19.421Z | [ host-image] Dec 14 00:26:17.926 INFO O| Dec 14 00:26:17.926 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3543 | 2024-12-14T00:26:19.646Z | [ host-image] Dec 14 00:26:18.155 INFO O| Dec 14 00:26:18.155 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3544 | 2024-12-14T00:26:19.727Z | [ host-image] Dec 14 00:26:18.237 INFO O| Dec 14 00:26:18.237 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3545 | 2024-12-14T00:26:19.730Z | [ host-image] Dec 14 00:26:18.237 INFO O| Dec 14 00:26:18.237 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3546 | 2024-12-14T00:26:19.730Z | [ host-image] Dec 14 00:26:18.237 INFO O| Dec 14 00:26:18.237 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3547 | 2024-12-14T00:26:19.730Z | [ host-image] Dec 14 00:26:18.237 INFO O| Dec 14 00:26:18.237 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3548 | 2024-12-14T00:26:19.738Z | [ host-image] Dec 14 00:26:18.247 INFO O| Dec 14 00:26:18.247 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3549 | 2024-12-14T00:26:19.987Z | [ host-image] Dec 14 00:26:18.496 INFO O| Dec 14 00:26:18.496 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3550 | 2024-12-14T00:26:20.004Z | [ host-image] Dec 14 00:26:18.512 INFO O| Dec 14 00:26:18.512 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3551 | 2024-12-14T00:26:20.614Z | [ host-image] Dec 14 00:26:19.123 INFO O| Dec 14 00:26:19.123 INFO O| Caching catalogs ... Done |
3552 | 2024-12-14T00:26:20.763Z | [ host-image] Dec 14 00:26:19.272 INFO O| Dec 14 00:26:19.272 INFO STEP 0 (pkg_image_create) COMPLETE |
3553 | 2024-12-14T00:26:20.763Z | [ host-image] Dec 14 00:26:19.272 INFO O| Dec 14 00:26:19.272 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3554 | 2024-12-14T00:26:20.780Z | [ host-image] Dec 14 00:26:19.272 INFO O| Dec 14 00:26:19.272 INFO skip step because feature "repo_redist" is not enabled |
3555 | 2024-12-14T00:26:20.780Z | [ host-image] Dec 14 00:26:19.272 INFO O| Dec 14 00:26:19.272 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3556 | 2024-12-14T00:26:20.789Z | [ host-image] Dec 14 00:26:19.289 INFO O| Dec 14 00:26:19.289 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"] |
3557 | 2024-12-14T00:26:21.364Z | [ host-image] Dec 14 00:26:19.872 INFO O| Dec 14 00:26:19.872 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3558 | 2024-12-14T00:26:21.364Z | [ host-image] Dec 14 00:26:19.872 INFO O| Dec 14 00:26:19.872 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3559 | 2024-12-14T00:26:21.381Z | [ host-image] Dec 14 00:26:19.889 INFO O| Dec 14 00:26:19.889 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"] |
3560 | 2024-12-14T00:26:21.948Z | [ host-image] Dec 14 00:26:20.456 INFO O| Dec 14 00:26:20.456 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3561 | 2024-12-14T00:26:21.948Z | [ host-image] Dec 14 00:26:20.456 INFO O| Dec 14 00:26:20.456 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3562 | 2024-12-14T00:26:21.952Z | [ host-image] Dec 14 00:26:20.456 INFO O| Dec 14 00:26:20.456 INFO skip step because feature "repo_redist" is not enabled |
3563 | 2024-12-14T00:26:21.952Z | [ host-image] Dec 14 00:26:20.456 INFO O| Dec 14 00:26:20.456 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3564 | 2024-12-14T00:26:22.543Z | [ host-image] Dec 14 00:26:21.042 INFO O| Dec 14 00:26:21.041 INFO variant opensolaris.zone is already global |
3565 | 2024-12-14T00:26:22.543Z | [ host-image] Dec 14 00:26:21.042 INFO O| Dec 14 00:26:21.042 INFO STEP 5 (pkg_change_variant) COMPLETE |
3566 | 2024-12-14T00:26:22.557Z | [ host-image] Dec 14 00:26:21.042 INFO O| Dec 14 00:26:21.042 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3567 | 2024-12-14T00:26:23.097Z | [ host-image] Dec 14 00:26:21.605 INFO O| Dec 14 00:26:21.605 INFO variant opensolaris.imagetype is full; changing to partial |
3568 | 2024-12-14T00:26:23.100Z | [ host-image] Dec 14 00:26:21.605 INFO O| Dec 14 00:26:21.605 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3569 | 2024-12-14T00:26:31.210Z | [ host-image] Dec 14 00:26:29.298 INFO O| Dec 14 00:26:29.298 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3570 | 2024-12-14T00:26:31.210Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.94s |
3571 | 2024-12-14T00:26:32.571Z | Dec 14 00:26:31.078 INFO [recovery-package] process exited with exit status: 0 (24.732208841s) |
3572 | 2024-12-14T00:26:32.572Z | Dec 14 00:26:31.078 INFO [recovery-stamp] running task |
3573 | 2024-12-14T00:26:32.574Z | Dec 14 00:26:31.078 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3574 | 2024-12-14T00:26:32.581Z | Dec 14 00:26:31.087 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+git2d0edd7fe91 |
3575 | 2024-12-14T00:26:32.588Z | Dec 14 00:26:31.094 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git2d0edd7fe91 |
3576 | 2024-12-14T00:26:32.596Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3577 | 2024-12-14T00:26:32.603Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3578 | 2024-12-14T00:26:32.687Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3579 | 2024-12-14T00:26:32.691Z | Dec 14 00:26:31.197 INFO [stamp-installinator] process exited with exit status: 0 (103.006153ms) |
3580 | 2024-12-14T00:26:32.726Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3581 | 2024-12-14T00:26:32.729Z | Dec 14 00:26:31.236 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (148.512572ms) |
3582 | 2024-12-14T00:26:32.732Z | Dec 14 00:26:31.236 INFO [recovery-stamp] task succeeded (157.667594ms) |
3583 | 2024-12-14T00:26:32.733Z | Dec 14 00:26:31.236 INFO [recovery-proto] running task |
3584 | 2024-12-14T00:26:32.733Z | Dec 14 00:26:31.236 INFO [tuf-stamp] running task |
3585 | 2024-12-14T00:26:32.733Z | Dec 14 00:26:31.237 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+git2d0edd7fe91 |
3586 | 2024-12-14T00:26:32.745Z | Dec 14 00:26:31.252 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+git2d0edd7fe91 |
3587 | 2024-12-14T00:26:32.763Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3588 | 2024-12-14T00:26:32.765Z | Dec 14 00:26:31.270 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+git2d0edd7fe91 |
3589 | 2024-12-14T00:26:32.781Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3590 | 2024-12-14T00:26:32.783Z | Dec 14 00:26:31.287 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+git2d0edd7fe91 |
3591 | 2024-12-14T00:26:32.797Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3592 | 2024-12-14T00:26:32.799Z | Dec 14 00:26:31.303 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+git2d0edd7fe91 |
3593 | 2024-12-14T00:26:32.811Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3594 | 2024-12-14T00:26:32.815Z | Dec 14 00:26:31.321 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+git2d0edd7fe91 |
3595 | 2024-12-14T00:26:32.852Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3596 | 2024-12-14T00:26:32.854Z | Dec 14 00:26:31.358 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+git2d0edd7fe91 |
3597 | 2024-12-14T00:26:32.888Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3598 | 2024-12-14T00:26:32.890Z | Dec 14 00:26:31.395 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+git2d0edd7fe91 |
3599 | 2024-12-14T00:26:32.922Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3600 | 2024-12-14T00:26:32.925Z | Dec 14 00:26:31.429 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+git2d0edd7fe91 |
3601 | 2024-12-14T00:26:32.956Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3602 | 2024-12-14T00:26:32.959Z | Dec 14 00:26:31.463 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+git2d0edd7fe91 |
3603 | 2024-12-14T00:26:32.968Z | Dec 14 00:26:31.475 INFO [recovery-proto] task succeeded (238.97287ms) |
3604 | 2024-12-14T00:26:32.974Z | Dec 14 00:26:31.475 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.34.311' -P /tmp/.tmpAGvK53/proto/recovery/root -N 'recovery 2d0edd7/${os_short_commit} 2024-12-14 00:04' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3605 | 2024-12-14T00:26:32.995Z | [ recovery-image] Dec 14 00:26:31.501 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3606 | 2024-12-14T00:26:32.995Z | [ recovery-image] Dec 14 00:26:31.502 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3607 | 2024-12-14T00:26:33.004Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3608 | 2024-12-14T00:26:33.004Z | Dec 14 00:26:31.510 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+git2d0edd7fe91 |
3609 | 2024-12-14T00:26:33.045Z | [ recovery-image] Dec 14 00:26:31.518 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpAGvK53/proto/recovery/root" |
3610 | 2024-12-14T00:26:33.045Z | [ recovery-image] Dec 14 00:26:31.518 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3611 | 2024-12-14T00:26:33.048Z | [ recovery-image] Dec 14 00:26:31.519 INFO image builder template: ramdisk-01-os... |
3612 | 2024-12-14T00:26:33.048Z | [ recovery-image] Dec 14 00:26:31.519 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/.tmpAGvK53/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3613 | 2024-12-14T00:26:33.048Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3614 | 2024-12-14T00:26:33.077Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3615 | 2024-12-14T00:26:33.125Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3616 | 2024-12-14T00:26:33.219Z | [ recovery-image] Dec 14 00:26:31.653 INFO O| Dec 14 00:26:31.639 INFO CREATE DATASET: rpool/images/build/recovery/output |
3617 | 2024-12-14T00:26:33.328Z | Dec 14 00:26:31.834 INFO [stamp-probe] process exited with exit status: 0 (438.967753ms) |
3618 | 2024-12-14T00:26:33.520Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3619 | 2024-12-14T00:26:33.580Z | [ recovery-image] Dec 14 00:26:32.086 INFO O| Dec 14 00:26:32.068 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3620 | 2024-12-14T00:26:33.584Z | [ recovery-image] Dec 14 00:26:32.086 INFO O| Dec 14 00:26:32.075 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3621 | 2024-12-14T00:26:33.626Z | Dec 14 00:26:32.132 INFO [stamp-ntp] process exited with exit status: 0 (844.411516ms) |
3622 | 2024-12-14T00:26:33.705Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3623 | 2024-12-14T00:26:33.731Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3624 | 2024-12-14T00:26:34.030Z | [ recovery-image] Dec 14 00:26:32.536 INFO O| Dec 14 00:26:32.535 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3625 | 2024-12-14T00:26:34.193Z | [ recovery-image] Dec 14 00:26:32.620 INFO O| Dec 14 00:26:32.620 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3626 | 2024-12-14T00:26:34.248Z | [ recovery-image] Dec 14 00:26:32.620 INFO O| Dec 14 00:26:32.620 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3627 | 2024-12-14T00:26:34.251Z | [ recovery-image] Dec 14 00:26:32.620 INFO O| Dec 14 00:26:32.620 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3628 | 2024-12-14T00:26:34.252Z | [ recovery-image] Dec 14 00:26:32.620 INFO O| Dec 14 00:26:32.620 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3629 | 2024-12-14T00:26:34.252Z | [ recovery-image] Dec 14 00:26:32.631 INFO O| Dec 14 00:26:32.631 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3630 | 2024-12-14T00:26:34.349Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3631 | 2024-12-14T00:26:34.411Z | Dec 14 00:26:32.917 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.613234775s) |
3632 | 2024-12-14T00:26:34.574Z | [ recovery-image] Dec 14 00:26:33.080 INFO O| Dec 14 00:26:33.080 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3633 | 2024-12-14T00:26:34.610Z | [ recovery-image] Dec 14 00:26:33.115 INFO O| Dec 14 00:26:33.115 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3634 | 2024-12-14T00:26:34.799Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3635 | 2024-12-14T00:26:34.844Z | Dec 14 00:26:33.349 INFO [stamp-external-dns] process exited with exit status: 0 (2.027862824s) |
3636 | 2024-12-14T00:26:34.847Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3637 | 2024-12-14T00:26:34.879Z | Dec 14 00:26:33.385 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.114947855s) |
3638 | 2024-12-14T00:26:34.980Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3639 | 2024-12-14T00:26:35.074Z | Dec 14 00:26:33.580 INFO [stamp-internal-dns] process exited with exit status: 0 (2.07011362s) |
3640 | 2024-12-14T00:26:35.151Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3641 | 2024-12-14T00:26:35.158Z | Dec 14 00:26:33.661 INFO [stamp-oximeter] process exited with exit status: 0 (2.424488012s) |
3642 | 2024-12-14T00:26:35.226Z | [ recovery-image] Dec 14 00:26:33.732 INFO O| Dec 14 00:26:33.732 INFO O| Caching catalogs ... Done |
3643 | 2024-12-14T00:26:35.339Z | [ recovery-image] Dec 14 00:26:33.845 INFO O| Dec 14 00:26:33.845 INFO STEP 0 (pkg_image_create) COMPLETE |
3644 | 2024-12-14T00:26:35.339Z | [ recovery-image] Dec 14 00:26:33.845 INFO O| Dec 14 00:26:33.845 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3645 | 2024-12-14T00:26:35.339Z | [ recovery-image] Dec 14 00:26:33.845 INFO O| Dec 14 00:26:33.845 INFO skip step because feature "repo_redist" is not enabled |
3646 | 2024-12-14T00:26:35.340Z | [ recovery-image] Dec 14 00:26:33.845 INFO O| Dec 14 00:26:33.845 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3647 | 2024-12-14T00:26:35.356Z | [ recovery-image] Dec 14 00:26:33.861 INFO O| Dec 14 00:26:33.861 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"] |
3648 | 2024-12-14T00:26:35.792Z | [ recovery-image] Dec 14 00:26:34.297 INFO O| Dec 14 00:26:34.297 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3649 | 2024-12-14T00:26:35.792Z | [ recovery-image] Dec 14 00:26:34.297 INFO O| Dec 14 00:26:34.297 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3650 | 2024-12-14T00:26:35.805Z | [ recovery-image] Dec 14 00:26:34.311 INFO O| Dec 14 00:26:34.311 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"] |
3651 | 2024-12-14T00:26:36.277Z | [ recovery-image] Dec 14 00:26:34.783 INFO O| Dec 14 00:26:34.783 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3652 | 2024-12-14T00:26:36.277Z | [ recovery-image] Dec 14 00:26:34.783 INFO O| Dec 14 00:26:34.783 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3653 | 2024-12-14T00:26:36.280Z | [ recovery-image] Dec 14 00:26:34.783 INFO O| Dec 14 00:26:34.783 INFO skip step because feature "repo_redist" is not enabled |
3654 | 2024-12-14T00:26:36.280Z | [ recovery-image] Dec 14 00:26:34.783 INFO O| Dec 14 00:26:34.783 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3655 | 2024-12-14T00:26:36.684Z | [ recovery-image] Dec 14 00:26:35.189 INFO O| Dec 14 00:26:35.189 INFO variant opensolaris.zone is already global |
3656 | 2024-12-14T00:26:36.684Z | [ recovery-image] Dec 14 00:26:35.189 INFO O| Dec 14 00:26:35.189 INFO STEP 5 (pkg_change_variant) COMPLETE |
3657 | 2024-12-14T00:26:36.684Z | [ recovery-image] Dec 14 00:26:35.189 INFO O| Dec 14 00:26:35.189 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3658 | 2024-12-14T00:26:36.952Z | [ host-image] Dec 14 00:26:35.456 INFO O| Dec 14 00:26:35.456 INFO O| Startup: Caching catalogs ... Done |
3659 | 2024-12-14T00:26:37.050Z | [ host-image] Dec 14 00:26:35.555 INFO O| Dec 14 00:26:35.555 INFO O| Planning: Planning completed in 0.00 seconds |
3660 | 2024-12-14T00:26:37.053Z | [ host-image] Dec 14 00:26:35.556 INFO O| Dec 14 00:26:35.556 INFO O| Planning: Consolidating action changes ... Done |
3661 | 2024-12-14T00:26:37.053Z | [ host-image] Dec 14 00:26:35.556 INFO O| Dec 14 00:26:35.556 INFO O| Planning: Evaluating mediators ... Done |
3662 | 2024-12-14T00:26:37.053Z | [ host-image] Dec 14 00:26:35.556 INFO O| Dec 14 00:26:35.556 INFO O| Planning: Planning completed in 0.00 seconds |
3663 | 2024-12-14T00:26:37.053Z | [ host-image] Dec 14 00:26:35.556 INFO O| Dec 14 00:26:35.556 INFO O| Variants/Facets to change: 1 |
3664 | 2024-12-14T00:26:37.075Z | [ host-image] Dec 14 00:26:35.580 INFO O| Dec 14 00:26:35.580 INFO O| Done |
3665 | 2024-12-14T00:26:37.075Z | [ host-image] Dec 14 00:26:35.580 INFO O| Dec 14 00:26:35.580 INFO O| Done |
3666 | 2024-12-14T00:26:37.131Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3667 | 2024-12-14T00:26:37.136Z | Dec 14 00:26:35.641 INFO [stamp-nexus] process exited with exit status: 0 (4.282279845s) |
3668 | 2024-12-14T00:26:37.183Z | [ recovery-image] Dec 14 00:26:35.688 INFO O| Dec 14 00:26:35.688 INFO variant opensolaris.imagetype is full; changing to partial |
3669 | 2024-12-14T00:26:37.183Z | [ recovery-image] Dec 14 00:26:35.688 INFO O| Dec 14 00:26:35.688 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3670 | 2024-12-14T00:26:37.792Z | [ host-image] Dec 14 00:26:36.296 INFO O| Dec 14 00:26:36.296 INFO O| Done |
3671 | 2024-12-14T00:26:37.845Z | [ host-image] Dec 14 00:26:36.349 INFO O| Dec 14 00:26:36.349 INFO O| Done |
3672 | 2024-12-14T00:26:37.849Z | [ host-image] Dec 14 00:26:36.351 INFO O| Dec 14 00:26:36.351 INFO O| Done |
3673 | 2024-12-14T00:26:37.849Z | [ host-image] Dec 14 00:26:36.351 INFO O| Dec 14 00:26:36.351 INFO O| Done |
3674 | 2024-12-14T00:26:37.849Z | [ host-image] Dec 14 00:26:36.353 INFO O| Dec 14 00:26:36.352 INFO O| Done |
3675 | 2024-12-14T00:26:37.955Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3676 | 2024-12-14T00:26:38.126Z | [verify-libraries] Compiling home v0.5.9 |
3677 | 2024-12-14T00:26:38.147Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
3678 | 2024-12-14T00:26:38.176Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3679 | 2024-12-14T00:26:38.176Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
3680 | 2024-12-14T00:26:38.179Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
3681 | 2024-12-14T00:26:38.184Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3682 | 2024-12-14T00:26:38.187Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3683 | 2024-12-14T00:26:38.350Z | [ host-image] Dec 14 00:26:36.853 INFO O| Dec 14 00:26:36.853 INFO STEP 6 (pkg_change_variant) COMPLETE |
3684 | 2024-12-14T00:26:38.353Z | [ host-image] Dec 14 00:26:36.853 INFO O| Dec 14 00:26:36.853 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3685 | 2024-12-14T00:26:38.353Z | [ host-image] Dec 14 00:26:36.853 INFO O| Dec 14 00:26:36.853 INFO skip step because feature "debug_variant" is not enabled |
3686 | 2024-12-14T00:26:38.353Z | [ host-image] Dec 14 00:26:36.853 INFO O| Dec 14 00:26:36.853 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3687 | 2024-12-14T00:26:38.654Z | [verify-libraries] Compiling nix v0.28.0 |
3688 | 2024-12-14T00:26:38.674Z | [verify-libraries] Compiling sqlformat v0.2.6 |
3689 | 2024-12-14T00:26:38.699Z | [verify-libraries] Compiling polyval v0.6.2 |
3690 | 2024-12-14T00:26:38.858Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3691 | 2024-12-14T00:26:38.864Z | Dec 14 00:26:37.369 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.93981727s) |
3692 | 2024-12-14T00:26:39.299Z | [ host-image] Dec 14 00:26:37.803 INFO O| Dec 14 00:26:37.803 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3693 | 2024-12-14T00:26:39.429Z | [verify-libraries] Compiling ghash v0.5.1 |
3694 | 2024-12-14T00:26:39.540Z | [verify-libraries] Compiling ctr v0.9.2 |
3695 | 2024-12-14T00:26:39.813Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3696 | 2024-12-14T00:26:40.084Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3697 | 2024-12-14T00:26:40.218Z | [verify-libraries] Compiling blowfish v0.9.1 |
3698 | 2024-12-14T00:26:40.334Z | [verify-libraries] Compiling sqlparser v0.45.0 |
3699 | 2024-12-14T00:26:40.447Z | [ host-image] Dec 14 00:26:38.951 INFO O| Dec 14 00:26:38.951 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3700 | 2024-12-14T00:26:40.449Z | [ host-image] Dec 14 00:26:38.953 INFO O| Dec 14 00:26:38.952 INFO O| Planning: Planning completed in 0.00 seconds |
3701 | 2024-12-14T00:26:40.449Z | [ host-image] Dec 14 00:26:38.953 INFO O| Dec 14 00:26:38.953 INFO O| Planning: Consolidating action changes ... Done |
3702 | 2024-12-14T00:26:40.449Z | [ host-image] Dec 14 00:26:38.954 INFO O| Dec 14 00:26:38.953 INFO O| Planning: Evaluating mediators ... Done |
3703 | 2024-12-14T00:26:40.452Z | [ host-image] Dec 14 00:26:38.954 INFO O| Dec 14 00:26:38.954 INFO O| Planning: Planning completed in 0.00 seconds |
3704 | 2024-12-14T00:26:40.452Z | [ host-image] Dec 14 00:26:38.954 INFO O| Dec 14 00:26:38.954 INFO O| Variants/Facets to change: 1 |
3705 | 2024-12-14T00:26:40.536Z | [ host-image] Dec 14 00:26:39.040 INFO O| Dec 14 00:26:39.040 INFO O| Done |
3706 | 2024-12-14T00:26:40.536Z | [ host-image] Dec 14 00:26:39.040 INFO O| Dec 14 00:26:39.040 INFO O| Done |
3707 | 2024-12-14T00:26:40.886Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3708 | 2024-12-14T00:26:41.356Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3709 | 2024-12-14T00:26:41.676Z | [verify-libraries] Compiling password-hash v0.4.2 |
3710 | 2024-12-14T00:26:41.758Z | [ host-image] Dec 14 00:26:40.262 INFO O| Dec 14 00:26:40.262 INFO O| Done |
3711 | 2024-12-14T00:26:41.868Z | [ host-image] Dec 14 00:26:40.372 INFO O| Dec 14 00:26:40.372 INFO O| Done |
3712 | 2024-12-14T00:26:41.871Z | [ host-image] Dec 14 00:26:40.373 INFO O| Dec 14 00:26:40.373 INFO O| Done |
3713 | 2024-12-14T00:26:41.871Z | [ host-image] Dec 14 00:26:40.373 INFO O| Dec 14 00:26:40.373 INFO O| Done |
3714 | 2024-12-14T00:26:41.874Z | [ host-image] Dec 14 00:26:40.375 INFO O| Dec 14 00:26:40.375 INFO O| Done |
3715 | 2024-12-14T00:26:42.109Z | [ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.612 INFO STEP 8 (pkg_change_facet) COMPLETE |
3716 | 2024-12-14T00:26:42.109Z | [ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.613 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3717 | 2024-12-14T00:26:42.109Z | [ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.613 INFO skip step because feature "recovery" is not enabled |
3718 | 2024-12-14T00:26:42.112Z | [ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.613 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3719 | 2024-12-14T00:26:42.112Z | [ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.613 INFO skip step because feature "recovery" is not enabled |
3720 | 2024-12-14T00:26:42.112Z | [ host-image] Dec 14 00:26:40.613 INFO O| Dec 14 00:26:40.613 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3721 | 2024-12-14T00:26:42.128Z | [ host-image] Dec 14 00:26:40.632 INFO O| Dec 14 00:26:40.632 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"] |
3722 | 2024-12-14T00:26:43.365Z | [ host-image] Dec 14 00:26:41.868 INFO O| Dec 14 00:26:41.868 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3723 | 2024-12-14T00:26:44.448Z | [verify-libraries] Compiling matches v0.1.10 |
3724 | 2024-12-14T00:26:44.650Z | [verify-libraries] Compiling rustyline v14.0.0 |
3725 | 2024-12-14T00:26:46.372Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3726 | 2024-12-14T00:26:46.417Z | Dec 14 00:26:44.920 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (13.667904915s) |
3727 | 2024-12-14T00:26:46.859Z | [verify-libraries] Compiling idna v0.2.3 |
3728 | 2024-12-14T00:26:47.368Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3729 | 2024-12-14T00:26:47.399Z | Dec 14 00:26:45.901 INFO [stamp-clickhouse] process exited with exit status: 0 (14.438330886s) |
3730 | 2024-12-14T00:26:47.399Z | Dec 14 00:26:45.901 INFO [tuf-stamp] task succeeded (14.665465007s) |
3731 | 2024-12-14T00:26:48.324Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3732 | 2024-12-14T00:26:48.371Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3733 | 2024-12-14T00:26:48.486Z | [ recovery-image] Dec 14 00:26:46.988 INFO O| Dec 14 00:26:46.988 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3734 | 2024-12-14T00:26:48.932Z | [verify-libraries] Compiling p521 v0.13.3 |
3735 | 2024-12-14T00:26:51.763Z | [verify-libraries] Compiling p256 v0.13.2 |
3736 | 2024-12-14T00:26:54.568Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3737 | 2024-12-14T00:26:54.689Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3738 | 2024-12-14T00:26:55.179Z | [verify-libraries] Compiling md5 v0.7.0 |
3739 | 2024-12-14T00:26:55.789Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3740 | 2024-12-14T00:26:55.975Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3741 | 2024-12-14T00:26:57.030Z | [ recovery-image] Dec 14 00:26:55.530 INFO O| Dec 14 00:26:55.530 INFO O| Startup: Caching catalogs ... Done |
3742 | 2024-12-14T00:26:57.162Z | [ recovery-image] Dec 14 00:26:55.662 INFO O| Dec 14 00:26:55.662 INFO O| Planning: Planning completed in 0.00 seconds |
3743 | 2024-12-14T00:26:57.165Z | [ recovery-image] Dec 14 00:26:55.663 INFO O| Dec 14 00:26:55.663 INFO O| Planning: Consolidating action changes ... Done |
3744 | 2024-12-14T00:26:57.165Z | [ recovery-image] Dec 14 00:26:55.663 INFO O| Dec 14 00:26:55.663 INFO O| Planning: Evaluating mediators ... Done |
3745 | 2024-12-14T00:26:57.165Z | [ recovery-image] Dec 14 00:26:55.664 INFO O| Dec 14 00:26:55.664 INFO O| Planning: Planning completed in 0.00 seconds |
3746 | 2024-12-14T00:26:57.165Z | [ recovery-image] Dec 14 00:26:55.665 INFO O| Dec 14 00:26:55.665 INFO O| Variants/Facets to change: 1 |
3747 | 2024-12-14T00:26:57.279Z | [ recovery-image] Dec 14 00:26:55.780 INFO O| Dec 14 00:26:55.780 INFO O| Done |
3748 | 2024-12-14T00:26:57.279Z | [ recovery-image] Dec 14 00:26:55.780 INFO O| Dec 14 00:26:55.780 INFO O| Done |
3749 | 2024-12-14T00:26:58.356Z | [ recovery-image] Dec 14 00:26:56.856 INFO O| Dec 14 00:26:56.856 INFO O| Done |
3750 | 2024-12-14T00:26:58.454Z | [ recovery-image] Dec 14 00:26:56.954 INFO O| Dec 14 00:26:56.954 INFO O| Done |
3751 | 2024-12-14T00:26:58.457Z | [ recovery-image] Dec 14 00:26:56.955 INFO O| Dec 14 00:26:56.955 INFO O| Done |
3752 | 2024-12-14T00:26:58.457Z | [ recovery-image] Dec 14 00:26:56.956 INFO O| Dec 14 00:26:56.956 INFO O| Done |
3753 | 2024-12-14T00:26:58.459Z | [ recovery-image] Dec 14 00:26:56.957 INFO O| Dec 14 00:26:56.957 INFO O| Done |
3754 | 2024-12-14T00:26:59.240Z | [ recovery-image] Dec 14 00:26:57.740 INFO O| Dec 14 00:26:57.740 INFO STEP 6 (pkg_change_variant) COMPLETE |
3755 | 2024-12-14T00:26:59.240Z | [ recovery-image] Dec 14 00:26:57.740 INFO O| Dec 14 00:26:57.740 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3756 | 2024-12-14T00:26:59.240Z | [ recovery-image] Dec 14 00:26:57.740 INFO O| Dec 14 00:26:57.740 INFO skip step because feature "debug_variant" is not enabled |
3757 | 2024-12-14T00:26:59.240Z | [ recovery-image] Dec 14 00:26:57.740 INFO O| Dec 14 00:26:57.740 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3758 | 2024-12-14T00:27:00.096Z | [ recovery-image] Dec 14 00:26:58.596 INFO O| Dec 14 00:26:58.596 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3759 | 2024-12-14T00:27:01.143Z | [ recovery-image] Dec 14 00:26:59.642 INFO O| Dec 14 00:26:59.642 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3760 | 2024-12-14T00:27:01.145Z | [ recovery-image] Dec 14 00:26:59.644 INFO O| Dec 14 00:26:59.644 INFO O| Planning: Planning completed in 0.00 seconds |
3761 | 2024-12-14T00:27:01.145Z | [ recovery-image] Dec 14 00:26:59.645 INFO O| Dec 14 00:26:59.645 INFO O| Planning: Consolidating action changes ... Done |
3762 | 2024-12-14T00:27:01.148Z | [ recovery-image] Dec 14 00:26:59.645 INFO O| Dec 14 00:26:59.645 INFO O| Planning: Evaluating mediators ... Done |
3763 | 2024-12-14T00:27:01.148Z | [ recovery-image] Dec 14 00:26:59.646 INFO O| Dec 14 00:26:59.646 INFO O| Planning: Planning completed in 0.00 seconds |
3764 | 2024-12-14T00:27:01.148Z | [ recovery-image] Dec 14 00:26:59.646 INFO O| Dec 14 00:26:59.646 INFO O| Variants/Facets to change: 1 |
3765 | 2024-12-14T00:27:01.239Z | [ recovery-image] Dec 14 00:26:59.739 INFO O| Dec 14 00:26:59.739 INFO O| Done |
3766 | 2024-12-14T00:27:01.239Z | [ recovery-image] Dec 14 00:26:59.739 INFO O| Dec 14 00:26:59.739 INFO O| Done |
3767 | 2024-12-14T00:27:02.022Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3768 | 2024-12-14T00:27:02.026Z | [ recovery-image] Dec 14 00:27:00.525 INFO O| Dec 14 00:27:00.525 INFO O| Done |
3769 | 2024-12-14T00:27:02.130Z | [ recovery-image] Dec 14 00:27:00.629 INFO O| Dec 14 00:27:00.629 INFO O| Done |
3770 | 2024-12-14T00:27:02.132Z | [ recovery-image] Dec 14 00:27:00.630 INFO O| Dec 14 00:27:00.630 INFO O| Done |
3771 | 2024-12-14T00:27:02.133Z | [ recovery-image] Dec 14 00:27:00.630 INFO O| Dec 14 00:27:00.630 INFO O| Done |
3772 | 2024-12-14T00:27:02.133Z | [ recovery-image] Dec 14 00:27:00.631 INFO O| Dec 14 00:27:00.631 INFO O| Done |
3773 | 2024-12-14T00:27:02.243Z | [ recovery-image] Dec 14 00:27:00.742 INFO O| Dec 14 00:27:00.742 INFO STEP 8 (pkg_change_facet) COMPLETE |
3774 | 2024-12-14T00:27:02.243Z | [ recovery-image] Dec 14 00:27:00.742 INFO O| Dec 14 00:27:00.742 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3775 | 2024-12-14T00:27:03.018Z | [ recovery-image] Dec 14 00:27:01.517 INFO O| Dec 14 00:27:01.517 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3776 | 2024-12-14T00:27:03.988Z | [ recovery-image] Dec 14 00:27:02.487 INFO O| Dec 14 00:27:02.487 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3777 | 2024-12-14T00:27:03.991Z | [ recovery-image] Dec 14 00:27:02.489 INFO O| Dec 14 00:27:02.489 INFO O| Planning: Planning completed in 0.00 seconds |
3778 | 2024-12-14T00:27:03.991Z | [ recovery-image] Dec 14 00:27:02.490 INFO O| Dec 14 00:27:02.490 INFO O| Planning: Consolidating action changes ... Done |
3779 | 2024-12-14T00:27:03.991Z | [ recovery-image] Dec 14 00:27:02.490 INFO O| Dec 14 00:27:02.490 INFO O| Planning: Evaluating mediators ... Done |
3780 | 2024-12-14T00:27:03.994Z | [ recovery-image] Dec 14 00:27:02.491 INFO O| Dec 14 00:27:02.491 INFO O| Planning: Planning completed in 0.00 seconds |
3781 | 2024-12-14T00:27:03.994Z | [ recovery-image] Dec 14 00:27:02.491 INFO O| Dec 14 00:27:02.491 INFO O| Variants/Facets to change: 1 |
3782 | 2024-12-14T00:27:04.069Z | [ recovery-image] Dec 14 00:27:02.568 INFO O| Dec 14 00:27:02.568 INFO O| Done |
3783 | 2024-12-14T00:27:04.069Z | [ recovery-image] Dec 14 00:27:02.568 INFO O| Dec 14 00:27:02.568 INFO O| Done |
3784 | 2024-12-14T00:27:04.952Z | [ recovery-image] Dec 14 00:27:03.451 INFO O| Dec 14 00:27:03.451 INFO O| Done |
3785 | 2024-12-14T00:27:05.056Z | [ recovery-image] Dec 14 00:27:03.554 INFO O| Dec 14 00:27:03.554 INFO O| Done |
3786 | 2024-12-14T00:27:05.059Z | [ recovery-image] Dec 14 00:27:03.555 INFO O| Dec 14 00:27:03.555 INFO O| Done |
3787 | 2024-12-14T00:27:05.081Z | [ recovery-image] Dec 14 00:27:03.580 INFO O| Dec 14 00:27:03.580 INFO O| Done |
3788 | 2024-12-14T00:27:05.084Z | [ recovery-image] Dec 14 00:27:03.582 INFO O| Dec 14 00:27:03.582 INFO O| Done |
3789 | 2024-12-14T00:27:05.204Z | [ recovery-image] Dec 14 00:27:03.702 INFO O| Dec 14 00:27:03.701 INFO STEP 9 (pkg_change_facet) COMPLETE |
3790 | 2024-12-14T00:27:05.204Z | [ recovery-image] Dec 14 00:27:03.702 INFO O| Dec 14 00:27:03.701 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3791 | 2024-12-14T00:27:05.896Z | [ recovery-image] Dec 14 00:27:04.394 INFO O| Dec 14 00:27:04.394 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3792 | 2024-12-14T00:27:06.898Z | [ recovery-image] Dec 14 00:27:05.396 INFO O| Dec 14 00:27:05.396 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3793 | 2024-12-14T00:27:06.900Z | [ recovery-image] Dec 14 00:27:05.397 INFO O| Dec 14 00:27:05.397 INFO O| Planning: Planning completed in 0.00 seconds |
3794 | 2024-12-14T00:27:06.900Z | [ recovery-image] Dec 14 00:27:05.398 INFO O| Dec 14 00:27:05.398 INFO O| Planning: Consolidating action changes ... Done |
3795 | 2024-12-14T00:27:06.900Z | [ recovery-image] Dec 14 00:27:05.398 INFO O| Dec 14 00:27:05.398 INFO O| Planning: Evaluating mediators ... Done |
3796 | 2024-12-14T00:27:06.900Z | [ recovery-image] Dec 14 00:27:05.398 INFO O| Dec 14 00:27:05.398 INFO O| Planning: Planning completed in 0.00 seconds |
3797 | 2024-12-14T00:27:06.904Z | [ recovery-image] Dec 14 00:27:05.399 INFO O| Dec 14 00:27:05.399 INFO O| Variants/Facets to change: 1 |
3798 | 2024-12-14T00:27:07.013Z | [ recovery-image] Dec 14 00:27:05.511 INFO O| Dec 14 00:27:05.511 INFO O| Done |
3799 | 2024-12-14T00:27:07.013Z | [ recovery-image] Dec 14 00:27:05.511 INFO O| Dec 14 00:27:05.511 INFO O| Done |
3800 | 2024-12-14T00:27:07.917Z | [ recovery-image] Dec 14 00:27:06.415 INFO O| Dec 14 00:27:06.415 INFO O| Done |
3801 | 2024-12-14T00:27:08.054Z | [ recovery-image] Dec 14 00:27:06.552 INFO O| Dec 14 00:27:06.552 INFO O| Done |
3802 | 2024-12-14T00:27:08.057Z | [ recovery-image] Dec 14 00:27:06.553 INFO O| Dec 14 00:27:06.553 INFO O| Done |
3803 | 2024-12-14T00:27:08.057Z | [ recovery-image] Dec 14 00:27:06.553 INFO O| Dec 14 00:27:06.553 INFO O| Done |
3804 | 2024-12-14T00:27:08.059Z | [ recovery-image] Dec 14 00:27:06.555 INFO O| Dec 14 00:27:06.555 INFO O| Done |
3805 | 2024-12-14T00:27:08.179Z | [ recovery-image] Dec 14 00:27:06.677 INFO O| Dec 14 00:27:06.677 INFO STEP 10 (pkg_change_facet) COMPLETE |
3806 | 2024-12-14T00:27:08.179Z | [ recovery-image] Dec 14 00:27:06.677 INFO O| Dec 14 00:27:06.677 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3807 | 2024-12-14T00:27:08.200Z | [ recovery-image] Dec 14 00:27:06.697 INFO O| Dec 14 00:27:06.697 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"] |
3808 | 2024-12-14T00:27:09.347Z | [ recovery-image] Dec 14 00:27:07.844 INFO O| Dec 14 00:27:07.844 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3809 | 2024-12-14T00:27:11.025Z | [verify-libraries] Compiling des v0.8.1 |
3810 | 2024-12-14T00:27:11.765Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3811 | 2024-12-14T00:27:12.442Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3812 | 2024-12-14T00:27:12.737Z | [verify-libraries] Compiling russh v0.45.0 |
3813 | 2024-12-14T00:27:13.104Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3814 | 2024-12-14T00:27:19.425Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3815 | 2024-12-14T00:27:22.262Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3816 | 2024-12-14T00:27:24.543Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3817 | 2024-12-14T00:27:35.559Z | [verify-libraries] Compiling petname v2.0.2 |
3818 | 2024-12-14T00:27:37.154Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3819 | 2024-12-14T00:27:37.838Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3820 | 2024-12-14T00:27:38.704Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3821 | 2024-12-14T00:27:41.531Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3822 | 2024-12-14T00:27:46.582Z | [ host-image] Dec 14 00:27:45.070 INFO O| Dec 14 00:27:45.070 INFO O| Planning: Solver setup ... Done |
3823 | 2024-12-14T00:27:48.842Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3824 | 2024-12-14T00:27:51.818Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3825 | 2024-12-14T00:27:57.192Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3826 | 2024-12-14T00:28:11.257Z | [ recovery-image] Dec 14 00:28:09.740 INFO O| Dec 14 00:28:09.740 INFO O| Planning: Solver setup ... Done |
3827 | 2024-12-14T00:28:24.084Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3828 | 2024-12-14T00:28:25.889Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3829 | 2024-12-14T00:28:33.792Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3830 | 2024-12-14T00:28:57.123Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3831 | 2024-12-14T00:29:05.330Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3832 | 2024-12-14T00:29:05.590Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3833 | 2024-12-14T00:29:05.729Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3834 | 2024-12-14T00:29:06.145Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3835 | 2024-12-14T00:29:06.242Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3836 | 2024-12-14T00:29:06.692Z | [verify-libraries] Compiling sync-ptr v0.1.1 |
3837 | 2024-12-14T00:29:07.116Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3838 | 2024-12-14T00:29:07.325Z | [ host-image] Dec 14 00:29:05.794 INFO O| Dec 14 00:29:05.793 INFO O| Planning: Running solver ... Done |
3839 | 2024-12-14T00:29:07.939Z | [ host-image] Dec 14 00:29:06.407 INFO O| Dec 14 00:29:06.407 INFO O| Planning: Finding local manifests ... Done |
3840 | 2024-12-14T00:29:07.952Z | [ host-image] Dec 14 00:29:06.421 INFO O| Dec 14 00:29:06.421 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3841 | 2024-12-14T00:29:12.774Z | [ host-image] Dec 14 00:29:11.241 INFO O| Dec 14 00:29:11.241 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3842 | 2024-12-14T00:29:14.435Z | [ host-image] Dec 14 00:29:12.902 INFO O| Dec 14 00:29:12.902 INFO O| Planning: Package planning ... Done |
3843 | 2024-12-14T00:29:14.783Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3844 | 2024-12-14T00:29:15.863Z | [ host-image] Dec 14 00:29:14.330 INFO O| Dec 14 00:29:14.329 INFO O| Planning: Merging actions ... Done |
3845 | 2024-12-14T00:29:16.470Z | [ host-image] Dec 14 00:29:14.936 INFO O| Dec 14 00:29:14.936 INFO O| Planning: Checking for conflicting actions ... Done |
3846 | 2024-12-14T00:29:16.719Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3847 | 2024-12-14T00:29:16.809Z | [ host-image] Dec 14 00:29:15.275 INFO O| Dec 14 00:29:15.275 INFO O| Planning: Consolidating action changes ... Done |
3848 | 2024-12-14T00:29:17.367Z | [ host-image] Dec 14 00:29:15.833 INFO O| Dec 14 00:29:15.833 INFO O| Planning: Evaluating mediators ... Done |
3849 | 2024-12-14T00:29:19.721Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3850 | 2024-12-14T00:29:23.969Z | [ host-image] Dec 14 00:29:22.433 INFO O| Dec 14 00:29:22.433 INFO O| Planning: Planning completed in 160.56 seconds |
3851 | 2024-12-14T00:29:23.982Z | [ host-image] Dec 14 00:29:22.447 INFO O| Dec 14 00:29:22.447 INFO O| Packages to install: 124 |
3852 | 2024-12-14T00:29:23.982Z | [ host-image] Dec 14 00:29:22.447 INFO O| Dec 14 00:29:22.447 INFO O| Mediators to change: 4 |
3853 | 2024-12-14T00:29:23.985Z | [ host-image] Dec 14 00:29:22.447 INFO O| Dec 14 00:29:22.447 INFO O| Services to change: 6 |
3854 | 2024-12-14T00:29:24.117Z | [ host-image] Dec 14 00:29:22.582 INFO O| Dec 14 00:29:22.582 INFO O| Download: 0/22774 items 0.0/199.6MB 0% complete |
3855 | 2024-12-14T00:29:27.764Z | [ recovery-image] Dec 14 00:29:26.228 INFO O| Dec 14 00:29:26.228 INFO O| Planning: Running solver ... Done |
3856 | 2024-12-14T00:29:28.404Z | [ recovery-image] Dec 14 00:29:26.868 INFO O| Dec 14 00:29:26.868 INFO O| Planning: Finding local manifests ... Done |
3857 | 2024-12-14T00:29:28.421Z | [ recovery-image] Dec 14 00:29:26.885 INFO O| Dec 14 00:29:26.885 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3858 | 2024-12-14T00:29:29.140Z | [ host-image] Dec 14 00:29:27.604 INFO O| Dec 14 00:29:27.604 INFO O| Download: 1153/22774 items 6.4/199.6MB 3% complete (1.3M/s) |
3859 | 2024-12-14T00:29:33.012Z | [ recovery-image] Dec 14 00:29:31.475 INFO O| Dec 14 00:29:31.475 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3860 | 2024-12-14T00:29:33.226Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3861 | 2024-12-14T00:29:34.216Z | [ host-image] Dec 14 00:29:32.678 INFO O| Dec 14 00:29:32.678 INFO O| Download: 1791/22774 items 12.9/199.6MB 6% complete (1.3M/s) |
3862 | 2024-12-14T00:29:34.247Z | [ recovery-image] Dec 14 00:29:32.710 INFO O| Dec 14 00:29:32.710 INFO O| Planning: Package planning ... Done |
3863 | 2024-12-14T00:29:34.989Z | [ recovery-image] Dec 14 00:29:33.451 INFO O| Dec 14 00:29:33.451 INFO O| Planning: Merging actions ... Done |
3864 | 2024-12-14T00:29:35.160Z | [ recovery-image] Dec 14 00:29:33.622 INFO O| Dec 14 00:29:33.622 INFO O| Planning: Checking for conflicting actions ... Done |
3865 | 2024-12-14T00:29:35.310Z | [ recovery-image] Dec 14 00:29:33.772 INFO O| Dec 14 00:29:33.772 INFO O| Planning: Consolidating action changes ... Done |
3866 | 2024-12-14T00:29:35.785Z | [ recovery-image] Dec 14 00:29:34.247 INFO O| Dec 14 00:29:34.247 INFO O| Planning: Evaluating mediators ... Done |
3867 | 2024-12-14T00:29:38.177Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3868 | 2024-12-14T00:29:39.221Z | [ host-image] Dec 14 00:29:37.682 INFO O| Dec 14 00:29:37.682 INFO O| Download: 2313/22774 items 27.2/199.6MB 13% complete (2.0M/s) |
3869 | 2024-12-14T00:29:42.189Z | [ recovery-image] Dec 14 00:29:40.649 INFO O| Dec 14 00:29:40.649 INFO O| Planning: Planning completed in 152.80 seconds |
3870 | 2024-12-14T00:29:42.196Z | [ recovery-image] Dec 14 00:29:40.657 INFO O| Dec 14 00:29:40.657 INFO O| Packages to install: 124 |
3871 | 2024-12-14T00:29:42.196Z | [ recovery-image] Dec 14 00:29:40.657 INFO O| Dec 14 00:29:40.657 INFO O| Mediators to change: 4 |
3872 | 2024-12-14T00:29:42.199Z | [ recovery-image] Dec 14 00:29:40.657 INFO O| Dec 14 00:29:40.657 INFO O| Services to change: 5 |
3873 | 2024-12-14T00:29:42.279Z | [ recovery-image] Dec 14 00:29:40.740 INFO O| Dec 14 00:29:40.740 INFO O| Download: 0/15848 items 0.0/176.3MB 0% complete |
3874 | 2024-12-14T00:29:44.384Z | [ host-image] Dec 14 00:29:42.844 INFO O| Dec 14 00:29:42.844 INFO O| Download: 3485/22774 items 35.7/199.6MB 17% complete (2.3M/s) |
3875 | 2024-12-14T00:29:47.342Z | [ recovery-image] Dec 14 00:29:45.801 INFO O| Dec 14 00:29:45.801 INFO O| Download: 1000/15848 items 7.8/176.3MB 4% complete (1.6M/s) |
3876 | 2024-12-14T00:29:49.601Z | [ host-image] Dec 14 00:29:48.060 INFO O| Dec 14 00:29:48.060 INFO O| Download: 4495/22774 items 41.9/199.6MB 20% complete (1.5M/s) |
3877 | 2024-12-14T00:29:52.343Z | [ recovery-image] Dec 14 00:29:50.801 INFO O| Dec 14 00:29:50.801 INFO O| Download: 1332/15848 items 20.3/176.3MB 11% complete (2.1M/s) |
3878 | 2024-12-14T00:29:52.959Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3879 | 2024-12-14T00:29:54.622Z | [ host-image] Dec 14 00:29:53.080 INFO O| Dec 14 00:29:53.080 INFO O| Download: 5097/22774 items 45.9/199.6MB 23% complete (1.0M/s) |
3880 | 2024-12-14T00:29:57.508Z | [ recovery-image] Dec 14 00:29:55.965 INFO O| Dec 14 00:29:55.965 INFO O| Download: 1616/15848 items 25.1/176.3MB 14% complete (1.7M/s) |
3881 | 2024-12-14T00:29:59.628Z | [ host-image] Dec 14 00:29:58.084 INFO O| Dec 14 00:29:58.084 INFO O| Download: 6028/22774 items 46.4/199.6MB 23% complete (474k/s) |
3882 | 2024-12-14T00:29:59.775Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3883 | 2024-12-14T00:30:00.400Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3884 | 2024-12-14T00:30:02.510Z | [ recovery-image] Dec 14 00:30:00.965 INFO O| Dec 14 00:30:00.965 INFO O| Download: 2645/15848 items 33.0/176.3MB 18% complete (1.2M/s) |
3885 | 2024-12-14T00:30:05.301Z | [verify-libraries] Compiling termios v0.3.3 |
3886 | 2024-12-14T00:30:05.685Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3887 | 2024-12-14T00:30:07.565Z | [ host-image] Dec 14 00:30:06.019 INFO O| Dec 14 00:30:06.019 INFO O| Download: 6763/22774 items 47.9/199.6MB 23% complete (243k/s) |
3888 | 2024-12-14T00:30:07.851Z | [ recovery-image] Dec 14 00:30:06.306 INFO O| Dec 14 00:30:06.306 INFO O| Download: 3635/15848 items 39.5/176.3MB 22% complete (1.4M/s) |
3889 | 2024-12-14T00:30:12.590Z | [ host-image] Dec 14 00:30:11.043 INFO O| Dec 14 00:30:11.043 INFO O| Download: 7257/22774 items 57.3/199.6MB 28% complete (1.0M/s) |
3890 | 2024-12-14T00:30:12.857Z | [ recovery-image] Dec 14 00:30:11.310 INFO O| Dec 14 00:30:11.310 INFO O| Download: 4173/15848 items 42.7/176.3MB 24% complete (988k/s) |
3891 | 2024-12-14T00:30:17.599Z | [ host-image] Dec 14 00:30:16.051 INFO O| Dec 14 00:30:16.051 INFO O| Download: 8067/22774 items 60.3/199.6MB 30% complete (1.2M/s) |
3892 | 2024-12-14T00:30:17.870Z | [ recovery-image] Dec 14 00:30:16.322 INFO O| Dec 14 00:30:16.321 INFO O| Download: 4958/15848 items 43.1/176.3MB 24% complete (377k/s) |
3893 | 2024-12-14T00:30:22.754Z | [ host-image] Dec 14 00:30:21.204 INFO O| Dec 14 00:30:21.204 INFO O| Download: 8360/22774 items 69.1/199.6MB 34% complete (1.1M/s) |
3894 | 2024-12-14T00:30:23.025Z | [ recovery-image] Dec 14 00:30:21.476 INFO O| Dec 14 00:30:21.476 INFO O| Download: 5747/15848 items 46.6/176.3MB 26% complete (387k/s) |
3895 | 2024-12-14T00:30:24.562Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3896 | 2024-12-14T00:30:27.972Z | [ host-image] Dec 14 00:30:26.422 INFO O| Dec 14 00:30:26.422 INFO O| Download: 9378/22774 items 81.3/199.6MB 40% complete (2.0M/s) |
3897 | 2024-12-14T00:30:28.035Z | [ recovery-image] Dec 14 00:30:26.484 INFO O| Dec 14 00:30:26.484 INFO O| Download: 6135/15848 items 60.1/176.3MB 34% complete (1.6M/s) |
3898 | 2024-12-14T00:30:32.983Z | [ host-image] Dec 14 00:30:31.432 INFO O| Dec 14 00:30:31.432 INFO O| Download: 10362/22774 items 87.8/199.6MB 43% complete (1.9M/s) |
3899 | 2024-12-14T00:30:33.043Z | [ recovery-image] Dec 14 00:30:31.492 INFO O| Dec 14 00:30:31.492 INFO O| Download: 6925/15848 items 68.2/176.3MB 38% complete (2.1M/s) |
3900 | 2024-12-14T00:30:34.723Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3901 | 2024-12-14T00:30:38.104Z | [ recovery-image] Dec 14 00:30:36.551 INFO O| Dec 14 00:30:36.550 INFO O| Download: 7616/15848 items 73.6/176.3MB 41% complete (1.4M/s) |
3902 | 2024-12-14T00:30:38.315Z | [ host-image] Dec 14 00:30:36.761 INFO O| Dec 14 00:30:36.761 INFO O| Download: 11094/22774 items 92.1/199.6MB 46% complete (1.1M/s) |
3903 | 2024-12-14T00:30:43.337Z | [ host-image] Dec 14 00:30:41.779 INFO O| Dec 14 00:30:41.779 INFO O| Download: 11885/22774 items 96.5/199.6MB 48% complete (866k/s) |
3904 | 2024-12-14T00:30:43.464Z | [ recovery-image] Dec 14 00:30:41.909 INFO O| Dec 14 00:30:41.909 INFO O| Download: 7904/15848 items 76.9/176.3MB 43% complete (1.2M/s) |
3905 | 2024-12-14T00:30:48.552Z | [ host-image] Dec 14 00:30:46.997 INFO O| Dec 14 00:30:46.997 INFO O| Download: 12280/22774 items 109.4/199.6MB 54% complete (1.8M/s) |
3906 | 2024-12-14T00:30:48.707Z | [ recovery-image] Dec 14 00:30:47.150 INFO O| Dec 14 00:30:47.150 INFO O| Download: 8676/15848 items 82.9/176.3MB 47% complete (840k/s) |
3907 | 2024-12-14T00:30:53.744Z | [ host-image] Dec 14 00:30:52.187 INFO O| Dec 14 00:30:52.187 INFO O| Download: 13334/22774 items 110.0/199.6MB 55% complete (1.4M/s) |
3908 | 2024-12-14T00:30:54.235Z | [ recovery-image] Dec 14 00:30:52.678 INFO O| Dec 14 00:30:52.678 INFO O| Download: 8847/15848 items 92.0/176.3MB 52% complete (1.6M/s) |
3909 | 2024-12-14T00:30:58.854Z | [ host-image] Dec 14 00:30:57.296 INFO O| Dec 14 00:30:57.296 INFO O| Download: 14298/22774 items 110.9/199.6MB 55% complete (133k/s) |
3910 | 2024-12-14T00:30:59.253Z | [ recovery-image] Dec 14 00:30:57.694 INFO O| Dec 14 00:30:57.693 INFO O| Download: 9636/15848 items 93.0/176.3MB 52% complete (964k/s) |
3911 | 2024-12-14T00:31:03.857Z | [ host-image] Dec 14 00:31:02.297 INFO O| Dec 14 00:31:02.297 INFO O| Download: 14720/22774 items 117.5/199.6MB 58% complete (757k/s) |
3912 | 2024-12-14T00:31:04.258Z | [ recovery-image] Dec 14 00:31:02.698 INFO O| Dec 14 00:31:02.697 INFO O| Download: 10523/15848 items 93.4/176.3MB 53% complete (152k/s) |
3913 | 2024-12-14T00:31:08.857Z | [ host-image] Dec 14 00:31:07.297 INFO O| Dec 14 00:31:07.297 INFO O| Download: 15553/22774 items 123.7/199.6MB 62% complete (1.3M/s) |
3914 | 2024-12-14T00:31:09.265Z | [ recovery-image] Dec 14 00:31:07.704 INFO O| Dec 14 00:31:07.704 INFO O| Download: 11085/15848 items 99.5/176.3MB 56% complete (606k/s) |
3915 | 2024-12-14T00:31:13.859Z | [ host-image] Dec 14 00:31:12.297 INFO O| Dec 14 00:31:12.297 INFO O| Download: 16263/22774 items 133.2/199.6MB 66% complete (1.6M/s) |
3916 | 2024-12-14T00:31:14.267Z | [ recovery-image] Dec 14 00:31:12.706 INFO O| Dec 14 00:31:12.705 INFO O| Download: 11555/15848 items 112.1/176.3MB 63% complete (1.8M/s) |
3917 | 2024-12-14T00:31:19.128Z | [ host-image] Dec 14 00:31:17.565 INFO O| Dec 14 00:31:17.565 INFO O| Download: 17143/22774 items 142.0/199.6MB 71% complete (1.8M/s) |
3918 | 2024-12-14T00:31:19.296Z | [ recovery-image] Dec 14 00:31:17.732 INFO O| Dec 14 00:31:17.732 INFO O| Download: 12181/15848 items 140.6/176.3MB 79% complete (4.3M/s) |
3919 | 2024-12-14T00:31:24.302Z | [ recovery-image] Dec 14 00:31:22.738 INFO O| Dec 14 00:31:22.738 INFO O| Download: 13204/15848 items 144.5/176.3MB 81% complete (3.3M/s) |
3920 | 2024-12-14T00:31:24.512Z | [ host-image] Dec 14 00:31:22.946 INFO O| Dec 14 00:31:22.946 INFO O| Download: 17916/22774 items 157.3/199.6MB 78% complete (2.3M/s) |
3921 | 2024-12-14T00:31:29.320Z | [ recovery-image] Dec 14 00:31:27.755 INFO O| Dec 14 00:31:27.755 INFO O| Download: 14175/15848 items 148.9/176.3MB 84% complete (856k/s) |
3922 | 2024-12-14T00:31:29.535Z | [ host-image] Dec 14 00:31:27.968 INFO O| Dec 14 00:31:27.967 INFO O| Download: 18435/22774 items 163.4/199.6MB 81% complete (2.0M/s) |
3923 | 2024-12-14T00:31:34.513Z | [ recovery-image] Dec 14 00:31:32.945 INFO O| Dec 14 00:31:32.945 INFO O| Download: 14762/15848 items 156.2/176.3MB 88% complete (1.2M/s) |
3924 | 2024-12-14T00:31:34.536Z | [ host-image] Dec 14 00:31:32.968 INFO O| Dec 14 00:31:32.968 INFO O| Download: 19549/22774 items 168.3/199.6MB 84% complete (1.1M/s) |
3925 | 2024-12-14T00:31:39.560Z | [ host-image] Dec 14 00:31:37.992 INFO O| Dec 14 00:31:37.992 INFO O| Download: 20631/22774 items 172.5/199.6MB 86% complete (938k/s) |
3926 | 2024-12-14T00:31:39.721Z | [ recovery-image] Dec 14 00:31:38.153 INFO O| Dec 14 00:31:38.153 INFO O| Download: 15266/15848 items 161.0/176.3MB 91% complete (1.1M/s) |
3927 | 2024-12-14T00:31:44.571Z | [ host-image] Dec 14 00:31:43.002 INFO O| Dec 14 00:31:43.002 INFO O| Download: 21023/22774 items 179.3/199.6MB 89% complete (1.1M/s) |
3928 | 2024-12-14T00:31:44.732Z | [ recovery-image] Dec 14 00:31:43.162 INFO O| Dec 14 00:31:43.162 INFO O| Download: 15579/15848 items 169.3/176.3MB 96% complete (1.4M/s) |
3929 | 2024-12-14T00:31:49.561Z | [ recovery-image] Dec 14 00:31:47.991 INFO O| Dec 14 00:31:47.991 INFO O| Download: Completed 176.29 MB in 127.25 seconds (1.4M/s) |
3930 | 2024-12-14T00:31:49.594Z | [ host-image] Dec 14 00:31:48.023 INFO O| Dec 14 00:31:48.023 INFO O| Download: 21906/22774 items 191.0/199.6MB 95% complete (1.8M/s) |
3931 | 2024-12-14T00:31:50.767Z | [ recovery-image] Dec 14 00:31:49.196 INFO O| Dec 14 00:31:49.196 INFO O| Actions: 1/25014 actions (Installing new actions) |
3932 | 2024-12-14T00:31:54.621Z | [ host-image] Dec 14 00:31:53.049 INFO O| Dec 14 00:31:53.049 INFO O| Download: 22545/22774 items 199.3/199.6MB 99% complete (2.0M/s) |
3933 | 2024-12-14T00:31:55.776Z | [ recovery-image] Dec 14 00:31:54.205 INFO O| Dec 14 00:31:54.204 INFO O| Actions: 8571/25014 actions (Installing new actions) |
3934 | 2024-12-14T00:31:56.006Z | [ host-image] Dec 14 00:31:54.434 INFO O| Dec 14 00:31:54.434 INFO O| Download: Completed 199.56 MB in 151.85 seconds (1.3M/s) |
3935 | 2024-12-14T00:31:57.844Z | [ host-image] Dec 14 00:31:56.272 INFO O| Dec 14 00:31:56.272 INFO O| Actions: 1/49471 actions (Installing new actions) |
3936 | 2024-12-14T00:32:00.799Z | [ recovery-image] Dec 14 00:31:59.224 INFO O| Dec 14 00:31:59.223 INFO O| Actions: 14207/25014 actions (Installing new actions) |
3937 | 2024-12-14T00:32:02.846Z | [ host-image] Dec 14 00:32:01.272 INFO O| Dec 14 00:32:01.272 INFO O| Actions: 9255/49471 actions (Installing new actions) |
3938 | 2024-12-14T00:32:05.802Z | [ recovery-image] Dec 14 00:32:04.224 INFO O| Dec 14 00:32:04.223 INFO O| Actions: 23352/25014 actions (Installing new actions) |
3939 | 2024-12-14T00:32:07.847Z | [ host-image] Dec 14 00:32:06.272 INFO O| Dec 14 00:32:06.272 INFO O| Actions: 14549/49471 actions (Installing new actions) |
3940 | 2024-12-14T00:32:09.167Z | [ recovery-image] Dec 14 00:32:07.583 INFO O| Dec 14 00:32:07.583 INFO O| Actions: Completed 25014 actions in 18.38 seconds. |
3941 | 2024-12-14T00:32:10.043Z | [ recovery-image] Dec 14 00:32:08.467 INFO O| Dec 14 00:32:08.467 INFO O| Done |
3942 | 2024-12-14T00:32:10.043Z | [ recovery-image] Dec 14 00:32:08.467 INFO O| Dec 14 00:32:08.467 INFO O| Done |
3943 | 2024-12-14T00:32:11.738Z | [ recovery-image] Dec 14 00:32:10.162 INFO O| Dec 14 00:32:10.162 INFO O| Done |
3944 | 2024-12-14T00:32:12.849Z | [ host-image] Dec 14 00:32:11.273 INFO O| Dec 14 00:32:11.273 INFO O| Actions: 19755/49471 actions (Installing new actions) |
3945 | 2024-12-14T00:32:13.932Z | [ recovery-image] Dec 14 00:32:12.354 INFO O| Dec 14 00:32:12.354 INFO O| Done |
3946 | 2024-12-14T00:32:13.955Z | [ recovery-image] Dec 14 00:32:12.378 INFO O| Dec 14 00:32:12.377 INFO O| Done |
3947 | 2024-12-14T00:32:17.853Z | [ host-image] Dec 14 00:32:16.276 INFO O| Dec 14 00:32:16.275 INFO O| Actions: 26062/49471 actions (Installing new actions) |
3948 | 2024-12-14T00:32:19.175Z | [ recovery-image] Dec 14 00:32:17.597 INFO O| Dec 14 00:32:17.597 INFO O| Done |
3949 | 2024-12-14T00:32:20.034Z | [ recovery-image] Dec 14 00:32:18.456 INFO O| Dec 14 00:32:18.456 INFO O| Done |
3950 | 2024-12-14T00:32:20.550Z | [ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO STEP 11 (pkg_install) COMPLETE |
3951 | 2024-12-14T00:32:20.550Z | [ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3952 | 2024-12-14T00:32:20.550Z | [ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO skip step because feature "recovery" is enabled |
3953 | 2024-12-14T00:32:20.553Z | [ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3954 | 2024-12-14T00:32:20.553Z | [ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO skip step because feature "omicron1" is not enabled |
3955 | 2024-12-14T00:32:20.553Z | [ recovery-image] Dec 14 00:32:18.972 INFO O| Dec 14 00:32:18.972 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3956 | 2024-12-14T00:32:20.574Z | [ recovery-image] Dec 14 00:32:18.997 INFO O| Dec 14 00:32:18.996 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
3957 | 2024-12-14T00:32:22.854Z | [ host-image] Dec 14 00:32:21.276 INFO O| Dec 14 00:32:21.275 INFO O| Actions: 49238/49471 actions (Installing new actions) |
3958 | 2024-12-14T00:32:22.964Z | [ host-image] Dec 14 00:32:21.386 INFO O| Dec 14 00:32:21.386 INFO O| Actions: Completed 49471 actions in 25.11 seconds. |
3959 | 2024-12-14T00:32:23.398Z | [ recovery-image] Dec 14 00:32:21.820 INFO O| Dec 14 00:32:21.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3960 | 2024-12-14T00:32:23.662Z | [ host-image] Dec 14 00:32:22.083 INFO O| Dec 14 00:32:22.083 INFO O| Done |
3961 | 2024-12-14T00:32:23.681Z | [ host-image] Dec 14 00:32:22.083 INFO O| Dec 14 00:32:22.083 INFO O| Done |
3962 | 2024-12-14T00:32:25.297Z | [ host-image] Dec 14 00:32:23.704 INFO O| Dec 14 00:32:23.703 INFO O| Done |
3963 | 2024-12-14T00:32:28.058Z | [ host-image] Dec 14 00:32:26.478 INFO O| Dec 14 00:32:26.478 INFO O| Done |
3964 | 2024-12-14T00:32:28.121Z | [ host-image] Dec 14 00:32:26.541 INFO O| Dec 14 00:32:26.541 INFO O| Done |
3965 | 2024-12-14T00:32:28.431Z | [ recovery-image] Dec 14 00:32:26.852 INFO O| Dec 14 00:32:26.852 INFO O| Planning: Solver setup ... Done |
3966 | 2024-12-14T00:32:28.437Z | [ recovery-image] Dec 14 00:32:26.857 INFO O| Dec 14 00:32:26.857 INFO O| Planning: Running solver ... Done |
3967 | 2024-12-14T00:32:28.556Z | [ recovery-image] Dec 14 00:32:26.976 INFO O| Dec 14 00:32:26.976 INFO O| Planning: Finding local manifests ... Done |
3968 | 2024-12-14T00:32:28.560Z | [ recovery-image] Dec 14 00:32:26.977 INFO O| Dec 14 00:32:26.977 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3969 | 2024-12-14T00:32:28.749Z | [ recovery-image] Dec 14 00:32:27.169 INFO O| Dec 14 00:32:27.169 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3970 | 2024-12-14T00:32:28.799Z | [ recovery-image] Dec 14 00:32:27.219 INFO O| Dec 14 00:32:27.219 INFO O| Planning: Package planning ... Done |
3971 | 2024-12-14T00:32:28.801Z | [ recovery-image] Dec 14 00:32:27.219 INFO O| Dec 14 00:32:27.219 INFO O| Planning: Merging actions ... Done |
3972 | 2024-12-14T00:32:28.874Z | [ recovery-image] Dec 14 00:32:27.294 INFO O| Dec 14 00:32:27.294 INFO O| Planning: Checking for conflicting actions ... Done |
3973 | 2024-12-14T00:32:28.877Z | [ recovery-image] Dec 14 00:32:27.295 INFO O| Dec 14 00:32:27.295 INFO O| Planning: Consolidating action changes ... Done |
3974 | 2024-12-14T00:32:29.324Z | [ recovery-image] Dec 14 00:32:27.744 INFO O| Dec 14 00:32:27.744 INFO O| Planning: Evaluating mediators ... Done |
3975 | 2024-12-14T00:32:29.327Z | [ recovery-image] Dec 14 00:32:27.745 INFO O| Dec 14 00:32:27.744 INFO O| Planning: Planning completed in 5.92 seconds |
3976 | 2024-12-14T00:32:29.327Z | [ recovery-image] Dec 14 00:32:27.747 INFO O| Dec 14 00:32:27.747 INFO O| Packages to install: 1 |
3977 | 2024-12-14T00:32:29.360Z | [ recovery-image] Dec 14 00:32:27.780 INFO O| Dec 14 00:32:27.780 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
3978 | 2024-12-14T00:32:29.778Z | [ recovery-image] Dec 14 00:32:28.198 INFO O| Dec 14 00:32:28.198 INFO O| Download: Completed 9.99 MB in 0.42 seconds (23.9M/s) |
3979 | 2024-12-14T00:32:29.920Z | [ recovery-image] Dec 14 00:32:28.340 INFO O| Dec 14 00:32:28.340 INFO O| Actions: 1/22 actions (Installing new actions) |
3980 | 2024-12-14T00:32:30.410Z | [ recovery-image] Dec 14 00:32:28.830 INFO O| Dec 14 00:32:28.829 INFO O| Actions: Completed 22 actions in 0.49 seconds. |
3981 | 2024-12-14T00:32:30.556Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3982 | 2024-12-14T00:32:30.894Z | [ recovery-image] Dec 14 00:32:29.314 INFO O| Dec 14 00:32:29.314 INFO O| Done |
3983 | 2024-12-14T00:32:30.894Z | [ recovery-image] Dec 14 00:32:29.314 INFO O| Dec 14 00:32:29.314 INFO O| Done |
3984 | 2024-12-14T00:32:32.172Z | [ recovery-image] Dec 14 00:32:30.591 INFO O| Dec 14 00:32:30.591 INFO O| Done |
3985 | 2024-12-14T00:32:34.360Z | [ recovery-image] Dec 14 00:32:32.779 INFO O| Dec 14 00:32:32.779 INFO O| Done |
3986 | 2024-12-14T00:32:34.389Z | [ recovery-image] Dec 14 00:32:32.807 INFO O| Dec 14 00:32:32.807 INFO O| Done |
3987 | 2024-12-14T00:32:34.389Z | [ recovery-image] Dec 14 00:32:32.808 INFO O| Dec 14 00:32:32.808 INFO O| Done |
3988 | 2024-12-14T00:32:34.407Z | [ recovery-image] Dec 14 00:32:32.826 INFO O| Dec 14 00:32:32.826 INFO O| Done |
3989 | 2024-12-14T00:32:34.662Z | [ recovery-image] Dec 14 00:32:33.080 INFO O| Dec 14 00:32:33.080 INFO STEP 14 (pkg_install) COMPLETE |
3990 | 2024-12-14T00:32:34.665Z | [ recovery-image] Dec 14 00:32:33.080 INFO O| Dec 14 00:32:33.080 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3991 | 2024-12-14T00:32:34.665Z | [ recovery-image] Dec 14 00:32:33.080 INFO O| Dec 14 00:32:33.080 INFO skip step because feature "mfg" is not enabled |
3992 | 2024-12-14T00:32:34.665Z | [ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3993 | 2024-12-14T00:32:34.665Z | [ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO skip step because feature "compliance" is not enabled |
3994 | 2024-12-14T00:32:34.667Z | [ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3995 | 2024-12-14T00:32:34.667Z | [ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO skip step because feature "stress" is not enabled |
3996 | 2024-12-14T00:32:34.667Z | [ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3997 | 2024-12-14T00:32:34.667Z | [ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO skip step because feature "nfs" is not enabled |
3998 | 2024-12-14T00:32:34.667Z | [ recovery-image] Dec 14 00:32:33.081 INFO O| Dec 14 00:32:33.080 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3999 | 2024-12-14T00:32:34.667Z | [ recovery-image] Dec 14 00:32:33.082 INFO O| Dec 14 00:32:33.082 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4000 | 2024-12-14T00:32:34.749Z | [ recovery-image] Dec 14 00:32:33.167 INFO O| Dec 14 00:32:33.167 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
4001 | 2024-12-14T00:32:34.890Z | [ recovery-image] Dec 14 00:32:33.308 INFO O| Dec 14 00:32:33.308 INFO completed processing gimlet/ramdisk-01-os |
4002 | 2024-12-14T00:32:34.894Z | [ recovery-image] Dec 14 00:32:33.312 INFO image builder template: ramdisk-02-trim... |
4003 | 2024-12-14T00:32:34.897Z | [ recovery-image] Dec 14 00:32:33.312 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/.tmpAGvK53/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
4004 | 2024-12-14T00:32:34.937Z | [ recovery-image] Dec 14 00:32:33.356 INFO O| Dec 14 00:32:33.355 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4005 | 2024-12-14T00:32:34.965Z | [ recovery-image] Dec 14 00:32:33.383 INFO O| Dec 14 00:32:33.383 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4006 | 2024-12-14T00:32:35.254Z | [ recovery-image] Dec 14 00:32:33.672 INFO O| Dec 14 00:32:33.672 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
4007 | 2024-12-14T00:32:35.380Z | [ recovery-image] Dec 14 00:32:33.799 INFO O| Dec 14 00:32:33.798 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4008 | 2024-12-14T00:32:35.380Z | [ recovery-image] Dec 14 00:32:33.799 INFO O| Dec 14 00:32:33.799 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4009 | 2024-12-14T00:32:35.394Z | [ recovery-image] Dec 14 00:32:33.813 INFO O| Dec 14 00:32:33.812 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4010 | 2024-12-14T00:32:35.402Z | [ recovery-image] Dec 14 00:32:33.820 INFO O| Dec 14 00:32:33.820 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
4011 | 2024-12-14T00:32:35.411Z | [ recovery-image] Dec 14 00:32:33.830 INFO O| Dec 14 00:32:33.830 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
4012 | 2024-12-14T00:32:35.760Z | [ recovery-image] Dec 14 00:32:34.179 INFO O| Dec 14 00:32:34.179 INFO rolled back to input snapshot; work may begin |
4013 | 2024-12-14T00:32:35.760Z | [ recovery-image] Dec 14 00:32:34.179 INFO O| Dec 14 00:32:34.179 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4014 | 2024-12-14T00:32:35.770Z | [ recovery-image] Dec 14 00:32:34.188 INFO O| Dec 14 00:32:34.188 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4015 | 2024-12-14T00:32:35.789Z | [ recovery-image] Dec 14 00:32:34.207 INFO O| Dec 14 00:32:34.207 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
4016 | 2024-12-14T00:32:35.922Z | [ host-image] Dec 14 00:32:34.340 INFO O| Dec 14 00:32:34.340 INFO O| Done |
4017 | 2024-12-14T00:32:35.982Z | [ recovery-image] Dec 14 00:32:34.399 INFO O| Dec 14 00:32:34.399 INFO STEP 0 (remove_files) COMPLETE |
4018 | 2024-12-14T00:32:35.982Z | [ recovery-image] Dec 14 00:32:34.399 INFO O| Dec 14 00:32:34.399 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4019 | 2024-12-14T00:32:36.040Z | [ recovery-image] Dec 14 00:32:34.458 INFO O| Dec 14 00:32:34.458 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
4020 | 2024-12-14T00:32:36.043Z | [ recovery-image] Dec 14 00:32:34.461 INFO O| Dec 14 00:32:34.461 INFO STEP 1 (remove_files) COMPLETE |
4021 | 2024-12-14T00:32:36.046Z | [ recovery-image] Dec 14 00:32:34.461 INFO O| Dec 14 00:32:34.461 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4022 | 2024-12-14T00:32:36.066Z | [ recovery-image] Dec 14 00:32:34.484 INFO O| Dec 14 00:32:34.484 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
4023 | 2024-12-14T00:32:36.124Z | [ recovery-image] Dec 14 00:32:34.542 INFO O| Dec 14 00:32:34.542 INFO STEP 2 (remove_files) COMPLETE |
4024 | 2024-12-14T00:32:36.124Z | [ recovery-image] Dec 14 00:32:34.542 INFO O| Dec 14 00:32:34.542 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4025 | 2024-12-14T00:32:36.219Z | [ recovery-image] Dec 14 00:32:34.638 INFO O| Dec 14 00:32:34.638 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
4026 | 2024-12-14T00:32:36.223Z | [ recovery-image] Dec 14 00:32:34.642 INFO O| Dec 14 00:32:34.642 INFO STEP 3 (remove_files) COMPLETE |
4027 | 2024-12-14T00:32:36.223Z | [ recovery-image] Dec 14 00:32:34.642 INFO O| Dec 14 00:32:34.642 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4028 | 2024-12-14T00:32:36.248Z | [ recovery-image] Dec 14 00:32:34.666 INFO O| Dec 14 00:32:34.666 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
4029 | 2024-12-14T00:32:36.255Z | [ recovery-image] Dec 14 00:32:34.674 INFO O| Dec 14 00:32:34.674 INFO STEP 4 (remove_files) COMPLETE |
4030 | 2024-12-14T00:32:36.255Z | [ recovery-image] Dec 14 00:32:34.674 INFO O| Dec 14 00:32:34.674 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4031 | 2024-12-14T00:32:36.299Z | [ recovery-image] Dec 14 00:32:34.717 INFO O| Dec 14 00:32:34.717 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
4032 | 2024-12-14T00:32:36.302Z | [ recovery-image] Dec 14 00:32:34.718 INFO O| Dec 14 00:32:34.718 INFO STEP 5 (remove_files) COMPLETE |
4033 | 2024-12-14T00:32:36.302Z | [ recovery-image] Dec 14 00:32:34.718 INFO O| Dec 14 00:32:34.718 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4034 | 2024-12-14T00:32:36.321Z | [ recovery-image] Dec 14 00:32:34.739 INFO O| Dec 14 00:32:34.739 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
4035 | 2024-12-14T00:32:36.370Z | [ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO STEP 6 (remove_files) COMPLETE |
4036 | 2024-12-14T00:32:36.370Z | [ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4037 | 2024-12-14T00:32:36.373Z | [ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO skip step because feature "recovery" is enabled |
4038 | 2024-12-14T00:32:36.373Z | [ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4039 | 2024-12-14T00:32:36.373Z | [ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO skip step because feature "recovery" is enabled |
4040 | 2024-12-14T00:32:36.373Z | [ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4041 | 2024-12-14T00:32:36.373Z | [ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO skip step because feature "recovery" is enabled |
4042 | 2024-12-14T00:32:36.373Z | [ recovery-image] Dec 14 00:32:34.788 INFO O| Dec 14 00:32:34.788 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4043 | 2024-12-14T00:32:36.421Z | [ recovery-image] Dec 14 00:32:34.839 INFO O| Dec 14 00:32:34.839 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
4044 | 2024-12-14T00:32:36.427Z | [ recovery-image] Dec 14 00:32:34.845 INFO O| Dec 14 00:32:34.845 INFO STEP 10 (remove_files) COMPLETE |
4045 | 2024-12-14T00:32:36.427Z | [ recovery-image] Dec 14 00:32:34.846 INFO O| Dec 14 00:32:34.845 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4046 | 2024-12-14T00:32:36.446Z | [ recovery-image] Dec 14 00:32:34.864 INFO O| Dec 14 00:32:34.864 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
4047 | 2024-12-14T00:32:36.449Z | [ recovery-image] Dec 14 00:32:34.866 INFO O| Dec 14 00:32:34.866 INFO STEP 11 (remove_files) COMPLETE |
4048 | 2024-12-14T00:32:36.449Z | [ recovery-image] Dec 14 00:32:34.866 INFO O| Dec 14 00:32:34.866 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4049 | 2024-12-14T00:32:36.467Z | [ recovery-image] Dec 14 00:32:34.885 INFO O| Dec 14 00:32:34.885 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
4050 | 2024-12-14T00:32:36.469Z | [ recovery-image] Dec 14 00:32:34.888 INFO O| Dec 14 00:32:34.888 INFO STEP 12 (remove_files) COMPLETE |
4051 | 2024-12-14T00:32:36.469Z | [ recovery-image] Dec 14 00:32:34.888 INFO O| Dec 14 00:32:34.888 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4052 | 2024-12-14T00:32:36.517Z | [ recovery-image] Dec 14 00:32:34.934 INFO O| Dec 14 00:32:34.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
4053 | 2024-12-14T00:32:36.949Z | [ recovery-image] Dec 14 00:32:35.367 INFO O| Dec 14 00:32:35.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
4054 | 2024-12-14T00:32:36.952Z | [ recovery-image] Dec 14 00:32:35.369 INFO O| Dec 14 00:32:35.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
4055 | 2024-12-14T00:32:36.955Z | [ recovery-image] Dec 14 00:32:35.372 INFO O| Dec 14 00:32:35.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
4056 | 2024-12-14T00:32:36.964Z | [ recovery-image] Dec 14 00:32:35.382 INFO O| Dec 14 00:32:35.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
4057 | 2024-12-14T00:32:37.002Z | [ recovery-image] Dec 14 00:32:35.420 INFO O| Dec 14 00:32:35.420 INFO STEP 13 (remove_files) COMPLETE |
4058 | 2024-12-14T00:32:37.003Z | [ recovery-image] Dec 14 00:32:35.420 INFO O| Dec 14 00:32:35.420 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4059 | 2024-12-14T00:32:37.039Z | [ host-image] Dec 14 00:32:35.457 INFO O| Dec 14 00:32:35.457 INFO O| Done |
4060 | 2024-12-14T00:32:37.090Z | [ recovery-image] Dec 14 00:32:35.508 INFO O| Dec 14 00:32:35.508 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
4061 | 2024-12-14T00:32:37.092Z | [ recovery-image] Dec 14 00:32:35.511 INFO O| Dec 14 00:32:35.510 INFO STEP 14 (remove_files) COMPLETE |
4062 | 2024-12-14T00:32:37.095Z | [ recovery-image] Dec 14 00:32:35.511 INFO O| Dec 14 00:32:35.510 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4063 | 2024-12-14T00:32:37.116Z | [ recovery-image] Dec 14 00:32:35.535 INFO O| Dec 14 00:32:35.535 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
4064 | 2024-12-14T00:32:37.127Z | [ recovery-image] Dec 14 00:32:35.545 INFO O| Dec 14 00:32:35.545 INFO STEP 15 (remove_files) COMPLETE |
4065 | 2024-12-14T00:32:37.128Z | [ recovery-image] Dec 14 00:32:35.545 INFO O| Dec 14 00:32:35.545 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4066 | 2024-12-14T00:32:37.150Z | [ recovery-image] Dec 14 00:32:35.568 INFO O| Dec 14 00:32:35.568 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
4067 | 2024-12-14T00:32:37.161Z | [ recovery-image] Dec 14 00:32:35.569 INFO O| Dec 14 00:32:35.569 INFO STEP 16 (remove_files) COMPLETE |
4068 | 2024-12-14T00:32:37.161Z | [ recovery-image] Dec 14 00:32:35.569 INFO O| Dec 14 00:32:35.569 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4069 | 2024-12-14T00:32:37.170Z | [ recovery-image] Dec 14 00:32:35.588 INFO O| Dec 14 00:32:35.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
4070 | 2024-12-14T00:32:37.173Z | [ recovery-image] Dec 14 00:32:35.590 INFO O| Dec 14 00:32:35.590 INFO STEP 17 (remove_files) COMPLETE |
4071 | 2024-12-14T00:32:37.173Z | [ recovery-image] Dec 14 00:32:35.590 INFO O| Dec 14 00:32:35.590 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4072 | 2024-12-14T00:32:37.189Z | [ recovery-image] Dec 14 00:32:35.607 INFO O| Dec 14 00:32:35.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
4073 | 2024-12-14T00:32:37.189Z | [ recovery-image] Dec 14 00:32:35.608 INFO O| Dec 14 00:32:35.608 INFO STEP 18 (remove_files) COMPLETE |
4074 | 2024-12-14T00:32:37.192Z | [ recovery-image] Dec 14 00:32:35.608 INFO O| Dec 14 00:32:35.608 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4075 | 2024-12-14T00:32:37.205Z | [ recovery-image] Dec 14 00:32:35.623 INFO O| Dec 14 00:32:35.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
4076 | 2024-12-14T00:32:37.206Z | [ recovery-image] Dec 14 00:32:35.623 INFO O| Dec 14 00:32:35.623 INFO STEP 19 (remove_files) COMPLETE |
4077 | 2024-12-14T00:32:37.209Z | [ recovery-image] Dec 14 00:32:35.623 INFO O| Dec 14 00:32:35.623 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4078 | 2024-12-14T00:32:37.238Z | [ recovery-image] Dec 14 00:32:35.639 INFO O| Dec 14 00:32:35.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
4079 | 2024-12-14T00:32:37.238Z | [ recovery-image] Dec 14 00:32:35.640 INFO O| Dec 14 00:32:35.640 INFO STEP 20 (remove_files) COMPLETE |
4080 | 2024-12-14T00:32:37.238Z | [ recovery-image] Dec 14 00:32:35.640 INFO O| Dec 14 00:32:35.640 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4081 | 2024-12-14T00:32:37.240Z | [ recovery-image] Dec 14 00:32:35.656 INFO O| Dec 14 00:32:35.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
4082 | 2024-12-14T00:32:37.240Z | [ recovery-image] Dec 14 00:32:35.657 INFO O| Dec 14 00:32:35.657 INFO STEP 21 (remove_files) COMPLETE |
4083 | 2024-12-14T00:32:37.240Z | [ recovery-image] Dec 14 00:32:35.657 INFO O| Dec 14 00:32:35.657 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4084 | 2024-12-14T00:32:37.270Z | [ recovery-image] Dec 14 00:32:35.673 INFO O| Dec 14 00:32:35.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
4085 | 2024-12-14T00:32:37.270Z | [ recovery-image] Dec 14 00:32:35.673 INFO O| Dec 14 00:32:35.673 INFO STEP 22 (remove_files) COMPLETE |
4086 | 2024-12-14T00:32:37.271Z | [ recovery-image] Dec 14 00:32:35.673 INFO O| Dec 14 00:32:35.673 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4087 | 2024-12-14T00:32:37.273Z | [ recovery-image] Dec 14 00:32:35.690 INFO O| Dec 14 00:32:35.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
4088 | 2024-12-14T00:32:37.273Z | [ recovery-image] Dec 14 00:32:35.690 INFO O| Dec 14 00:32:35.690 INFO STEP 23 (remove_files) COMPLETE |
4089 | 2024-12-14T00:32:37.273Z | [ recovery-image] Dec 14 00:32:35.690 INFO O| Dec 14 00:32:35.690 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4090 | 2024-12-14T00:32:37.289Z | [ recovery-image] Dec 14 00:32:35.706 INFO O| Dec 14 00:32:35.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
4091 | 2024-12-14T00:32:37.291Z | [ recovery-image] Dec 14 00:32:35.706 INFO O| Dec 14 00:32:35.706 INFO STEP 24 (remove_files) COMPLETE |
4092 | 2024-12-14T00:32:37.291Z | [ recovery-image] Dec 14 00:32:35.707 INFO O| Dec 14 00:32:35.706 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4093 | 2024-12-14T00:32:37.305Z | [ recovery-image] Dec 14 00:32:35.723 INFO O| Dec 14 00:32:35.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
4094 | 2024-12-14T00:32:37.308Z | [ recovery-image] Dec 14 00:32:35.723 INFO O| Dec 14 00:32:35.723 INFO STEP 25 (remove_files) COMPLETE |
4095 | 2024-12-14T00:32:37.308Z | [ recovery-image] Dec 14 00:32:35.723 INFO O| Dec 14 00:32:35.723 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-12-14T00:32:37.322Z | [ recovery-image] Dec 14 00:32:35.739 INFO O| Dec 14 00:32:35.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
4097 | 2024-12-14T00:32:37.325Z | [ recovery-image] Dec 14 00:32:35.740 INFO O| Dec 14 00:32:35.740 INFO STEP 26 (remove_files) COMPLETE |
4098 | 2024-12-14T00:32:37.325Z | [ recovery-image] Dec 14 00:32:35.740 INFO O| Dec 14 00:32:35.740 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4099 | 2024-12-14T00:32:37.339Z | [ recovery-image] Dec 14 00:32:35.757 INFO O| Dec 14 00:32:35.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
4100 | 2024-12-14T00:32:37.342Z | [ recovery-image] Dec 14 00:32:35.757 INFO O| Dec 14 00:32:35.757 INFO STEP 27 (remove_files) COMPLETE |
4101 | 2024-12-14T00:32:37.342Z | [ recovery-image] Dec 14 00:32:35.757 INFO O| Dec 14 00:32:35.757 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-12-14T00:32:37.364Z | [ recovery-image] Dec 14 00:32:35.774 INFO O| Dec 14 00:32:35.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
4103 | 2024-12-14T00:32:37.364Z | [ recovery-image] Dec 14 00:32:35.774 INFO O| Dec 14 00:32:35.774 INFO STEP 28 (remove_files) COMPLETE |
4104 | 2024-12-14T00:32:37.364Z | [ recovery-image] Dec 14 00:32:35.774 INFO O| Dec 14 00:32:35.774 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4105 | 2024-12-14T00:32:37.374Z | [ recovery-image] Dec 14 00:32:35.791 INFO O| Dec 14 00:32:35.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
4106 | 2024-12-14T00:32:37.374Z | [ recovery-image] Dec 14 00:32:35.792 INFO O| Dec 14 00:32:35.791 INFO STEP 29 (remove_files) COMPLETE |
4107 | 2024-12-14T00:32:37.374Z | [ recovery-image] Dec 14 00:32:35.792 INFO O| Dec 14 00:32:35.792 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4108 | 2024-12-14T00:32:37.391Z | [ recovery-image] Dec 14 00:32:35.809 INFO O| Dec 14 00:32:35.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
4109 | 2024-12-14T00:32:37.393Z | [ recovery-image] Dec 14 00:32:35.809 INFO O| Dec 14 00:32:35.809 INFO STEP 30 (remove_files) COMPLETE |
4110 | 2024-12-14T00:32:37.394Z | [ recovery-image] Dec 14 00:32:35.809 INFO O| Dec 14 00:32:35.809 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4111 | 2024-12-14T00:32:37.410Z | [ recovery-image] Dec 14 00:32:35.827 INFO O| Dec 14 00:32:35.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
4112 | 2024-12-14T00:32:37.414Z | [ recovery-image] Dec 14 00:32:35.828 INFO O| Dec 14 00:32:35.827 INFO STEP 31 (remove_files) COMPLETE |
4113 | 2024-12-14T00:32:37.414Z | [ recovery-image] Dec 14 00:32:35.828 INFO O| Dec 14 00:32:35.828 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-12-14T00:32:37.520Z | [ recovery-image] Dec 14 00:32:35.846 INFO O| Dec 14 00:32:35.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
4115 | 2024-12-14T00:32:37.521Z | [ recovery-image] Dec 14 00:32:35.847 INFO O| Dec 14 00:32:35.847 INFO STEP 32 (remove_files) COMPLETE |
4116 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.847 INFO O| Dec 14 00:32:35.847 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4117 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.864 INFO O| Dec 14 00:32:35.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
4118 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.865 INFO O| Dec 14 00:32:35.865 INFO STEP 33 (remove_files) COMPLETE |
4119 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.865 INFO O| Dec 14 00:32:35.865 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4120 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.882 INFO O| Dec 14 00:32:35.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
4121 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.882 INFO O| Dec 14 00:32:35.882 INFO STEP 34 (remove_files) COMPLETE |
4122 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.882 INFO O| Dec 14 00:32:35.882 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4123 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.898 INFO O| Dec 14 00:32:35.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
4124 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.899 INFO O| Dec 14 00:32:35.899 INFO STEP 35 (remove_files) COMPLETE |
4125 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.899 INFO O| Dec 14 00:32:35.899 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4126 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.914 INFO O| Dec 14 00:32:35.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
4127 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.914 INFO O| Dec 14 00:32:35.914 INFO STEP 36 (remove_files) COMPLETE |
4128 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.915 INFO O| Dec 14 00:32:35.915 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4129 | 2024-12-14T00:32:37.523Z | [ recovery-image] Dec 14 00:32:35.930 INFO O| Dec 14 00:32:35.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
4130 | 2024-12-14T00:32:37.524Z | [ recovery-image] Dec 14 00:32:35.930 INFO O| Dec 14 00:32:35.930 INFO STEP 37 (remove_files) COMPLETE |
4131 | 2024-12-14T00:32:37.524Z | [ recovery-image] Dec 14 00:32:35.930 INFO O| Dec 14 00:32:35.930 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4132 | 2024-12-14T00:32:37.530Z | [ recovery-image] Dec 14 00:32:35.948 INFO O| Dec 14 00:32:35.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
4133 | 2024-12-14T00:32:37.532Z | [ recovery-image] Dec 14 00:32:35.948 INFO O| Dec 14 00:32:35.948 INFO STEP 38 (remove_files) COMPLETE |
4134 | 2024-12-14T00:32:37.532Z | [ recovery-image] Dec 14 00:32:35.948 INFO O| Dec 14 00:32:35.948 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4135 | 2024-12-14T00:32:37.561Z | [ recovery-image] Dec 14 00:32:35.964 INFO O| Dec 14 00:32:35.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
4136 | 2024-12-14T00:32:37.561Z | [ recovery-image] Dec 14 00:32:35.964 INFO O| Dec 14 00:32:35.964 INFO STEP 39 (remove_files) COMPLETE |
4137 | 2024-12-14T00:32:37.561Z | [ recovery-image] Dec 14 00:32:35.965 INFO O| Dec 14 00:32:35.965 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4138 | 2024-12-14T00:32:37.564Z | [ recovery-image] Dec 14 00:32:35.980 INFO O| Dec 14 00:32:35.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
4139 | 2024-12-14T00:32:37.564Z | [ recovery-image] Dec 14 00:32:35.980 INFO O| Dec 14 00:32:35.980 INFO STEP 40 (remove_files) COMPLETE |
4140 | 2024-12-14T00:32:37.564Z | [ recovery-image] Dec 14 00:32:35.981 INFO O| Dec 14 00:32:35.980 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4141 | 2024-12-14T00:32:37.568Z | [ host-image] Dec 14 00:32:35.984 INFO O| Dec 14 00:32:35.984 INFO STEP 11 (pkg_install) COMPLETE |
4142 | 2024-12-14T00:32:37.568Z | [ host-image] Dec 14 00:32:35.984 INFO O| Dec 14 00:32:35.984 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4143 | 2024-12-14T00:32:37.585Z | [ host-image] Dec 14 00:32:36.003 INFO O| Dec 14 00:32:36.003 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor", "/driver/ktest"] |
4144 | 2024-12-14T00:32:37.686Z | [ recovery-image] Dec 14 00:32:36.104 INFO O| Dec 14 00:32:36.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4145 | 2024-12-14T00:32:37.689Z | [ recovery-image] Dec 14 00:32:36.104 INFO O| Dec 14 00:32:36.104 INFO STEP 41 (remove_files) COMPLETE |
4146 | 2024-12-14T00:32:37.689Z | [ recovery-image] Dec 14 00:32:36.105 INFO O| Dec 14 00:32:36.104 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4147 | 2024-12-14T00:32:37.729Z | [ recovery-image] Dec 14 00:32:36.146 INFO O| Dec 14 00:32:36.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4148 | 2024-12-14T00:32:37.729Z | [ recovery-image] Dec 14 00:32:36.146 INFO O| Dec 14 00:32:36.146 INFO STEP 42 (remove_files) COMPLETE |
4149 | 2024-12-14T00:32:37.729Z | [ recovery-image] Dec 14 00:32:36.146 INFO O| Dec 14 00:32:36.146 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4150 | 2024-12-14T00:32:37.745Z | [ recovery-image] Dec 14 00:32:36.163 INFO O| Dec 14 00:32:36.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4151 | 2024-12-14T00:32:37.745Z | [ recovery-image] Dec 14 00:32:36.163 INFO O| Dec 14 00:32:36.163 INFO STEP 43 (remove_files) COMPLETE |
4152 | 2024-12-14T00:32:37.745Z | [ recovery-image] Dec 14 00:32:36.163 INFO O| Dec 14 00:32:36.163 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4153 | 2024-12-14T00:32:37.780Z | [ recovery-image] Dec 14 00:32:36.198 INFO O| Dec 14 00:32:36.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4154 | 2024-12-14T00:32:37.780Z | [ recovery-image] Dec 14 00:32:36.198 INFO O| Dec 14 00:32:36.198 INFO STEP 44 (remove_files) COMPLETE |
4155 | 2024-12-14T00:32:37.784Z | [ recovery-image] Dec 14 00:32:36.199 INFO O| Dec 14 00:32:36.199 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4156 | 2024-12-14T00:32:37.799Z | [ recovery-image] Dec 14 00:32:36.217 INFO O| Dec 14 00:32:36.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4157 | 2024-12-14T00:32:37.800Z | [ recovery-image] Dec 14 00:32:36.217 INFO O| Dec 14 00:32:36.217 INFO STEP 45 (remove_files) COMPLETE |
4158 | 2024-12-14T00:32:37.802Z | [ recovery-image] Dec 14 00:32:36.217 INFO O| Dec 14 00:32:36.217 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4159 | 2024-12-14T00:32:37.895Z | [ recovery-image] Dec 14 00:32:36.311 INFO O| Dec 14 00:32:36.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4160 | 2024-12-14T00:32:37.895Z | [ recovery-image] Dec 14 00:32:36.311 INFO O| Dec 14 00:32:36.311 INFO STEP 46 (remove_files) COMPLETE |
4161 | 2024-12-14T00:32:37.895Z | [ recovery-image] Dec 14 00:32:36.311 INFO O| Dec 14 00:32:36.311 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4162 | 2024-12-14T00:32:37.953Z | [ recovery-image] Dec 14 00:32:36.369 INFO O| Dec 14 00:32:36.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4163 | 2024-12-14T00:32:37.953Z | [ recovery-image] Dec 14 00:32:36.369 INFO O| Dec 14 00:32:36.369 INFO STEP 47 (remove_files) COMPLETE |
4164 | 2024-12-14T00:32:37.956Z | [ recovery-image] Dec 14 00:32:36.369 INFO O| Dec 14 00:32:36.369 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4165 | 2024-12-14T00:32:37.970Z | [ recovery-image] Dec 14 00:32:36.388 INFO O| Dec 14 00:32:36.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4166 | 2024-12-14T00:32:37.971Z | [ recovery-image] Dec 14 00:32:36.388 INFO O| Dec 14 00:32:36.388 INFO STEP 48 (remove_files) COMPLETE |
4167 | 2024-12-14T00:32:37.974Z | [ recovery-image] Dec 14 00:32:36.388 INFO O| Dec 14 00:32:36.388 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4168 | 2024-12-14T00:32:37.988Z | [ recovery-image] Dec 14 00:32:36.406 INFO O| Dec 14 00:32:36.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4169 | 2024-12-14T00:32:37.988Z | [ recovery-image] Dec 14 00:32:36.406 INFO O| Dec 14 00:32:36.406 INFO STEP 49 (remove_files) COMPLETE |
4170 | 2024-12-14T00:32:37.988Z | [ recovery-image] Dec 14 00:32:36.406 INFO O| Dec 14 00:32:36.406 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4171 | 2024-12-14T00:32:38.005Z | [ recovery-image] Dec 14 00:32:36.422 INFO O| Dec 14 00:32:36.422 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4172 | 2024-12-14T00:32:38.038Z | [ recovery-image] Dec 14 00:32:36.439 INFO O| Dec 14 00:32:36.423 INFO STEP 50 (remove_files) COMPLETE |
4173 | 2024-12-14T00:32:38.038Z | [ recovery-image] Dec 14 00:32:36.439 INFO O| Dec 14 00:32:36.423 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4174 | 2024-12-14T00:32:38.039Z | [ recovery-image] Dec 14 00:32:36.439 INFO O| Dec 14 00:32:36.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4175 | 2024-12-14T00:32:38.039Z | [ recovery-image] Dec 14 00:32:36.440 INFO O| Dec 14 00:32:36.440 INFO STEP 51 (remove_files) COMPLETE |
4176 | 2024-12-14T00:32:38.039Z | [ recovery-image] Dec 14 00:32:36.440 INFO O| Dec 14 00:32:36.440 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4177 | 2024-12-14T00:32:38.049Z | [ recovery-image] Dec 14 00:32:36.457 INFO O| Dec 14 00:32:36.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4178 | 2024-12-14T00:32:38.049Z | [ recovery-image] Dec 14 00:32:36.458 INFO O| Dec 14 00:32:36.457 INFO STEP 52 (remove_files) COMPLETE |
4179 | 2024-12-14T00:32:38.049Z | [ recovery-image] Dec 14 00:32:36.458 INFO O| Dec 14 00:32:36.458 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4180 | 2024-12-14T00:32:38.057Z | [ recovery-image] Dec 14 00:32:36.475 INFO O| Dec 14 00:32:36.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4181 | 2024-12-14T00:32:38.059Z | [ recovery-image] Dec 14 00:32:36.475 INFO O| Dec 14 00:32:36.475 INFO STEP 53 (remove_files) COMPLETE |
4182 | 2024-12-14T00:32:38.059Z | [ recovery-image] Dec 14 00:32:36.475 INFO O| Dec 14 00:32:36.475 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4183 | 2024-12-14T00:32:38.075Z | [ recovery-image] Dec 14 00:32:36.493 INFO O| Dec 14 00:32:36.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4184 | 2024-12-14T00:32:38.078Z | [ recovery-image] Dec 14 00:32:36.493 INFO O| Dec 14 00:32:36.493 INFO STEP 54 (remove_files) COMPLETE |
4185 | 2024-12-14T00:32:38.078Z | [ recovery-image] Dec 14 00:32:36.493 INFO O| Dec 14 00:32:36.493 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4186 | 2024-12-14T00:32:38.102Z | [ recovery-image] Dec 14 00:32:36.511 INFO O| Dec 14 00:32:36.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4187 | 2024-12-14T00:32:38.102Z | [ recovery-image] Dec 14 00:32:36.511 INFO O| Dec 14 00:32:36.511 INFO STEP 55 (remove_files) COMPLETE |
4188 | 2024-12-14T00:32:38.102Z | [ recovery-image] Dec 14 00:32:36.511 INFO O| Dec 14 00:32:36.511 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4189 | 2024-12-14T00:32:38.111Z | [ recovery-image] Dec 14 00:32:36.529 INFO O| Dec 14 00:32:36.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4190 | 2024-12-14T00:32:38.111Z | [ recovery-image] Dec 14 00:32:36.529 INFO O| Dec 14 00:32:36.529 INFO STEP 56 (remove_files) COMPLETE |
4191 | 2024-12-14T00:32:38.111Z | [ recovery-image] Dec 14 00:32:36.530 INFO O| Dec 14 00:32:36.529 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4192 | 2024-12-14T00:32:38.137Z | [ recovery-image] Dec 14 00:32:36.555 INFO O| Dec 14 00:32:36.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4193 | 2024-12-14T00:32:38.137Z | [ recovery-image] Dec 14 00:32:36.555 INFO O| Dec 14 00:32:36.555 INFO STEP 57 (remove_files) COMPLETE |
4194 | 2024-12-14T00:32:38.141Z | [ recovery-image] Dec 14 00:32:36.555 INFO O| Dec 14 00:32:36.555 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4195 | 2024-12-14T00:32:38.180Z | [ recovery-image] Dec 14 00:32:36.598 INFO O| Dec 14 00:32:36.597 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4196 | 2024-12-14T00:32:38.180Z | [ recovery-image] Dec 14 00:32:36.598 INFO O| Dec 14 00:32:36.598 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4197 | 2024-12-14T00:32:38.180Z | [ recovery-image] Dec 14 00:32:36.598 INFO O| Dec 14 00:32:36.598 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4198 | 2024-12-14T00:32:38.183Z | [ recovery-image] Dec 14 00:32:36.598 INFO O| Dec 14 00:32:36.598 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4199 | 2024-12-14T00:32:38.183Z | [ recovery-image] Dec 14 00:32:36.598 INFO O| Dec 14 00:32:36.598 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4200 | 2024-12-14T00:32:38.183Z | [ recovery-image] Dec 14 00:32:36.599 INFO O| Dec 14 00:32:36.598 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4201 | 2024-12-14T00:32:38.183Z | [ recovery-image] Dec 14 00:32:36.599 INFO O| Dec 14 00:32:36.599 INFO ok! |
4202 | 2024-12-14T00:32:38.184Z | [ recovery-image] Dec 14 00:32:36.599 INFO O| Dec 14 00:32:36.599 INFO STEP 58 (ensure_file) COMPLETE |
4203 | 2024-12-14T00:32:38.184Z | [ recovery-image] Dec 14 00:32:36.599 INFO O| Dec 14 00:32:36.599 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4204 | 2024-12-14T00:32:38.241Z | [ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.658 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4205 | 2024-12-14T00:32:38.241Z | [ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4206 | 2024-12-14T00:32:38.243Z | [ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4207 | 2024-12-14T00:32:38.243Z | [ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4208 | 2024-12-14T00:32:38.243Z | [ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4209 | 2024-12-14T00:32:38.243Z | [ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4210 | 2024-12-14T00:32:38.243Z | [ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO ok! |
4211 | 2024-12-14T00:32:38.243Z | [ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO STEP 59 (ensure_file) COMPLETE |
4212 | 2024-12-14T00:32:38.244Z | [ recovery-image] Dec 14 00:32:36.659 INFO O| Dec 14 00:32:36.659 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4213 | 2024-12-14T00:32:38.261Z | [ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4214 | 2024-12-14T00:32:38.261Z | [ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4215 | 2024-12-14T00:32:38.261Z | [ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4216 | 2024-12-14T00:32:38.261Z | [ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO ok! |
4217 | 2024-12-14T00:32:38.261Z | [ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO STEP 60 (ensure_file) COMPLETE |
4218 | 2024-12-14T00:32:38.261Z | [ recovery-image] Dec 14 00:32:36.678 INFO O| Dec 14 00:32:36.678 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4219 | 2024-12-14T00:32:38.278Z | [ recovery-image] Dec 14 00:32:36.696 INFO O| Dec 14 00:32:36.696 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4220 | 2024-12-14T00:32:38.278Z | [ recovery-image] Dec 14 00:32:36.696 INFO O| Dec 14 00:32:36.696 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4221 | 2024-12-14T00:32:38.278Z | [ recovery-image] Dec 14 00:32:36.696 INFO O| Dec 14 00:32:36.696 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4222 | 2024-12-14T00:32:38.281Z | [ recovery-image] Dec 14 00:32:36.696 INFO O| Dec 14 00:32:36.696 INFO ok! |
4223 | 2024-12-14T00:32:38.281Z | [ recovery-image] Dec 14 00:32:36.696 INFO O| Dec 14 00:32:36.696 INFO STEP 61 (ensure_file) COMPLETE |
4224 | 2024-12-14T00:32:38.281Z | [ recovery-image] Dec 14 00:32:36.697 INFO O| Dec 14 00:32:36.696 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4225 | 2024-12-14T00:32:38.296Z | [ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4226 | 2024-12-14T00:32:38.296Z | [ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4227 | 2024-12-14T00:32:38.299Z | [ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4228 | 2024-12-14T00:32:38.299Z | [ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4229 | 2024-12-14T00:32:38.299Z | [ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO ok! |
4230 | 2024-12-14T00:32:38.299Z | [ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO STEP 62 (ensure_file) COMPLETE |
4231 | 2024-12-14T00:32:38.299Z | [ recovery-image] Dec 14 00:32:36.714 INFO O| Dec 14 00:32:36.714 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4232 | 2024-12-14T00:32:38.318Z | [ recovery-image] Dec 14 00:32:36.735 INFO O| Dec 14 00:32:36.735 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4233 | 2024-12-14T00:32:38.318Z | [ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.735 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4234 | 2024-12-14T00:32:38.321Z | [ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4235 | 2024-12-14T00:32:38.321Z | [ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.736 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4236 | 2024-12-14T00:32:38.321Z | [ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.736 INFO ok! |
4237 | 2024-12-14T00:32:38.321Z | [ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.736 INFO STEP 63 (ensure_file) COMPLETE |
4238 | 2024-12-14T00:32:38.321Z | [ recovery-image] Dec 14 00:32:36.736 INFO O| Dec 14 00:32:36.736 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4239 | 2024-12-14T00:32:38.358Z | [ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4240 | 2024-12-14T00:32:38.358Z | [ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4241 | 2024-12-14T00:32:38.361Z | [ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4242 | 2024-12-14T00:32:38.361Z | [ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO ok! |
4243 | 2024-12-14T00:32:38.361Z | [ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO STEP 64 (assemble_files) COMPLETE |
4244 | 2024-12-14T00:32:38.361Z | [ recovery-image] Dec 14 00:32:36.775 INFO O| Dec 14 00:32:36.775 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4245 | 2024-12-14T00:32:38.452Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4246 | 2024-12-14T00:32:38.452Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4247 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4248 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4249 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO ok! |
4250 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO STEP 65 (ensure_file) COMPLETE |
4251 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4252 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO skip step because feature "omicron1" is not enabled |
4253 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4254 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO skip step because feature "omicron1" is not enabled |
4255 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4256 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO skip step because feature "omicron1" is not enabled |
4257 | 2024-12-14T00:32:38.455Z | [ recovery-image] Dec 14 00:32:36.870 INFO O| Dec 14 00:32:36.870 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4258 | 2024-12-14T00:32:38.526Z | [ recovery-image] Dec 14 00:32:36.944 INFO O| Dec 14 00:32:36.944 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4259 | 2024-12-14T00:32:38.526Z | [ recovery-image] Dec 14 00:32:36.944 INFO O| Dec 14 00:32:36.944 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4260 | 2024-12-14T00:32:39.130Z | [ host-image] Dec 14 00:32:37.547 INFO O| Dec 14 00:32:37.547 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4261 | 2024-12-14T00:32:41.488Z | [ recovery-image] Dec 14 00:32:39.905 INFO O| Dec 14 00:32:39.905 INFO STEP 69 (pack_tar) COMPLETE |
4262 | 2024-12-14T00:32:41.488Z | [ recovery-image] Dec 14 00:32:39.905 INFO O| Dec 14 00:32:39.905 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4263 | 2024-12-14T00:32:41.491Z | [ recovery-image] Dec 14 00:32:39.905 INFO O| Dec 14 00:32:39.905 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4264 | 2024-12-14T00:32:41.656Z | [ recovery-image] Dec 14 00:32:40.073 INFO O| Dec 14 00:32:40.073 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4265 | 2024-12-14T00:32:41.833Z | [ recovery-image] Dec 14 00:32:40.249 INFO O| Dec 14 00:32:40.249 INFO completed processing gimlet/ramdisk-02-trim |
4266 | 2024-12-14T00:32:41.836Z | [ recovery-image] Dec 14 00:32:40.253 INFO image builder template: ramdisk-03-recovery-trim... |
4267 | 2024-12-14T00:32:41.839Z | [ recovery-image] Dec 14 00:32:40.253 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/.tmpAGvK53/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4268 | 2024-12-14T00:32:42.078Z | [ recovery-image] Dec 14 00:32:40.495 INFO O| Dec 14 00:32:40.495 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4269 | 2024-12-14T00:32:42.127Z | [ recovery-image] Dec 14 00:32:40.544 INFO O| Dec 14 00:32:40.544 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4270 | 2024-12-14T00:32:42.279Z | [ recovery-image] Dec 14 00:32:40.695 INFO O| Dec 14 00:32:40.695 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4271 | 2024-12-14T00:32:42.386Z | [ recovery-image] Dec 14 00:32:40.802 INFO O| Dec 14 00:32:40.802 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4272 | 2024-12-14T00:32:42.388Z | [ recovery-image] Dec 14 00:32:40.803 INFO O| Dec 14 00:32:40.803 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4273 | 2024-12-14T00:32:42.405Z | [ recovery-image] Dec 14 00:32:40.821 INFO O| Dec 14 00:32:40.821 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4274 | 2024-12-14T00:32:42.427Z | [ recovery-image] Dec 14 00:32:40.844 INFO O| Dec 14 00:32:40.844 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4275 | 2024-12-14T00:32:42.455Z | [ recovery-image] Dec 14 00:32:40.871 INFO O| Dec 14 00:32:40.871 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4276 | 2024-12-14T00:32:42.979Z | [ recovery-image] Dec 14 00:32:41.396 INFO O| Dec 14 00:32:41.396 INFO rolled back to input snapshot; work may begin |
4277 | 2024-12-14T00:32:42.980Z | [ recovery-image] Dec 14 00:32:41.396 INFO O| Dec 14 00:32:41.396 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4278 | 2024-12-14T00:32:42.989Z | [ recovery-image] Dec 14 00:32:41.406 INFO O| Dec 14 00:32:41.405 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4279 | 2024-12-14T00:32:43.011Z | [ recovery-image] Dec 14 00:32:41.423 INFO O| Dec 14 00:32:41.423 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4280 | 2024-12-14T00:32:43.021Z | [ recovery-image] Dec 14 00:32:41.437 INFO O| Dec 14 00:32:41.437 INFO STEP 0 (remove_files) COMPLETE |
4281 | 2024-12-14T00:32:43.021Z | [ recovery-image] Dec 14 00:32:41.437 INFO O| Dec 14 00:32:41.437 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4282 | 2024-12-14T00:32:43.050Z | [ recovery-image] Dec 14 00:32:41.466 INFO O| Dec 14 00:32:41.466 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4283 | 2024-12-14T00:32:43.523Z | [ recovery-image] Dec 14 00:32:41.938 INFO O| Dec 14 00:32:41.938 INFO STEP 1 (remove_files) COMPLETE |
4284 | 2024-12-14T00:32:43.523Z | [ recovery-image] Dec 14 00:32:41.938 INFO O| Dec 14 00:32:41.938 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4285 | 2024-12-14T00:32:43.589Z | [ recovery-image] Dec 14 00:32:42.005 INFO O| Dec 14 00:32:42.005 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4286 | 2024-12-14T00:32:43.591Z | [ recovery-image] Dec 14 00:32:42.008 INFO O| Dec 14 00:32:42.008 INFO STEP 2 (remove_files) COMPLETE |
4287 | 2024-12-14T00:32:43.592Z | [ recovery-image] Dec 14 00:32:42.008 INFO O| Dec 14 00:32:42.008 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4288 | 2024-12-14T00:32:43.651Z | [ recovery-image] Dec 14 00:32:42.068 INFO O| Dec 14 00:32:42.068 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4289 | 2024-12-14T00:32:43.794Z | [ recovery-image] Dec 14 00:32:42.210 INFO O| Dec 14 00:32:42.210 INFO STEP 3 (remove_files) COMPLETE |
4290 | 2024-12-14T00:32:43.797Z | [ recovery-image] Dec 14 00:32:42.210 INFO O| Dec 14 00:32:42.210 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4291 | 2024-12-14T00:32:43.824Z | [ recovery-image] Dec 14 00:32:42.240 INFO O| Dec 14 00:32:42.240 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4292 | 2024-12-14T00:32:43.971Z | [ recovery-image] Dec 14 00:32:42.387 INFO O| Dec 14 00:32:42.387 INFO STEP 4 (remove_files) COMPLETE |
4293 | 2024-12-14T00:32:43.971Z | [ recovery-image] Dec 14 00:32:42.387 INFO O| Dec 14 00:32:42.387 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4294 | 2024-12-14T00:32:43.992Z | [ recovery-image] Dec 14 00:32:42.409 INFO O| Dec 14 00:32:42.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4295 | 2024-12-14T00:32:44.023Z | [ recovery-image] Dec 14 00:32:42.439 INFO O| Dec 14 00:32:42.439 INFO STEP 5 (remove_files) COMPLETE |
4296 | 2024-12-14T00:32:44.023Z | [ recovery-image] Dec 14 00:32:42.439 INFO O| Dec 14 00:32:42.439 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4297 | 2024-12-14T00:32:44.061Z | [ recovery-image] Dec 14 00:32:42.477 INFO O| Dec 14 00:32:42.477 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4298 | 2024-12-14T00:32:44.079Z | [ recovery-image] Dec 14 00:32:42.494 INFO O| Dec 14 00:32:42.494 INFO STEP 6 (remove_files) COMPLETE |
4299 | 2024-12-14T00:32:44.079Z | [ recovery-image] Dec 14 00:32:42.494 INFO O| Dec 14 00:32:42.494 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4300 | 2024-12-14T00:32:44.119Z | [ recovery-image] Dec 14 00:32:42.536 INFO O| Dec 14 00:32:42.536 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4301 | 2024-12-14T00:32:44.145Z | [ recovery-image] Dec 14 00:32:42.561 INFO O| Dec 14 00:32:42.561 INFO STEP 7 (remove_files) COMPLETE |
4302 | 2024-12-14T00:32:44.145Z | [ recovery-image] Dec 14 00:32:42.561 INFO O| Dec 14 00:32:42.561 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4303 | 2024-12-14T00:32:44.200Z | [ recovery-image] Dec 14 00:32:42.616 INFO O| Dec 14 00:32:42.616 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4304 | 2024-12-14T00:32:44.319Z | [ recovery-image] Dec 14 00:32:42.734 INFO O| Dec 14 00:32:42.734 INFO STEP 8 (remove_files) COMPLETE |
4305 | 2024-12-14T00:32:44.319Z | [ recovery-image] Dec 14 00:32:42.734 INFO O| Dec 14 00:32:42.734 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4306 | 2024-12-14T00:32:44.358Z | [ recovery-image] Dec 14 00:32:42.774 INFO O| Dec 14 00:32:42.774 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4307 | 2024-12-14T00:32:44.382Z | [ recovery-image] Dec 14 00:32:42.798 INFO O| Dec 14 00:32:42.798 INFO STEP 9 (remove_files) COMPLETE |
4308 | 2024-12-14T00:32:44.382Z | [ recovery-image] Dec 14 00:32:42.798 INFO O| Dec 14 00:32:42.798 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4309 | 2024-12-14T00:32:44.412Z | [ host-image] Dec 14 00:32:42.828 INFO O| Dec 14 00:32:42.828 INFO O| Planning: Solver setup ... Done |
4310 | 2024-12-14T00:32:44.420Z | [ host-image] Dec 14 00:32:42.836 INFO O| Dec 14 00:32:42.836 INFO O| Planning: Running solver ... Done |
4311 | 2024-12-14T00:32:44.445Z | [ recovery-image] Dec 14 00:32:42.861 INFO O| Dec 14 00:32:42.861 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4312 | 2024-12-14T00:32:44.472Z | [ recovery-image] Dec 14 00:32:42.888 INFO O| Dec 14 00:32:42.888 INFO STEP 10 (remove_files) COMPLETE |
4313 | 2024-12-14T00:32:44.472Z | [ recovery-image] Dec 14 00:32:42.888 INFO O| Dec 14 00:32:42.888 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-12-14T00:32:44.508Z | [ recovery-image] Dec 14 00:32:42.924 INFO O| Dec 14 00:32:42.924 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4315 | 2024-12-14T00:32:44.524Z | [ host-image] Dec 14 00:32:42.941 INFO O| Dec 14 00:32:42.941 INFO O| Planning: Finding local manifests ... Done |
4316 | 2024-12-14T00:32:44.527Z | [ host-image] Dec 14 00:32:42.943 INFO O| Dec 14 00:32:42.942 INFO O| Planning: Fetching manifests: 0/5 0% complete |
4317 | 2024-12-14T00:32:44.783Z | [ recovery-image] Dec 14 00:32:43.199 INFO O| Dec 14 00:32:43.199 INFO STEP 11 (remove_files) COMPLETE |
4318 | 2024-12-14T00:32:44.783Z | [ recovery-image] Dec 14 00:32:43.199 INFO O| Dec 14 00:32:43.199 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-12-14T00:32:44.815Z | [ recovery-image] Dec 14 00:32:43.232 INFO O| Dec 14 00:32:43.232 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4320 | 2024-12-14T00:32:44.818Z | [ host-image] Dec 14 00:32:43.233 INFO O| Dec 14 00:32:43.233 INFO O| Planning: Fetching manifests: 5/5 100% complete |
4321 | 2024-12-14T00:32:44.818Z | [ recovery-image] Dec 14 00:32:43.233 INFO O| Dec 14 00:32:43.233 INFO STEP 12 (remove_files) COMPLETE |
4322 | 2024-12-14T00:32:44.818Z | [ recovery-image] Dec 14 00:32:43.233 INFO O| Dec 14 00:32:43.233 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-12-14T00:32:44.837Z | [ recovery-image] Dec 14 00:32:43.253 INFO O| Dec 14 00:32:43.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4324 | 2024-12-14T00:32:44.854Z | [ host-image] Dec 14 00:32:43.270 INFO O| Dec 14 00:32:43.270 INFO O| Planning: Package planning ... Done |
4325 | 2024-12-14T00:32:44.860Z | [ host-image] Dec 14 00:32:43.277 INFO O| Dec 14 00:32:43.277 INFO O| Planning: Merging actions ... Done |
4326 | 2024-12-14T00:32:44.889Z | [ recovery-image] Dec 14 00:32:43.304 INFO O| Dec 14 00:32:43.304 INFO STEP 13 (remove_files) COMPLETE |
4327 | 2024-12-14T00:32:44.889Z | [ recovery-image] Dec 14 00:32:43.305 INFO O| Dec 14 00:32:43.304 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-12-14T00:32:44.909Z | [ recovery-image] Dec 14 00:32:43.325 INFO O| Dec 14 00:32:43.325 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4329 | 2024-12-14T00:32:44.934Z | [ recovery-image] Dec 14 00:32:43.350 INFO O| Dec 14 00:32:43.350 INFO STEP 14 (remove_files) COMPLETE |
4330 | 2024-12-14T00:32:44.934Z | [ recovery-image] Dec 14 00:32:43.350 INFO O| Dec 14 00:32:43.350 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-12-14T00:32:44.955Z | [ recovery-image] Dec 14 00:32:43.372 INFO O| Dec 14 00:32:43.372 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4332 | 2024-12-14T00:32:44.958Z | [ recovery-image] Dec 14 00:32:43.373 INFO O| Dec 14 00:32:43.373 INFO STEP 15 (remove_files) COMPLETE |
4333 | 2024-12-14T00:32:44.958Z | [ recovery-image] Dec 14 00:32:43.373 INFO O| Dec 14 00:32:43.373 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-12-14T00:32:44.992Z | [ recovery-image] Dec 14 00:32:43.408 INFO O| Dec 14 00:32:43.408 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4335 | 2024-12-14T00:32:45.047Z | [ host-image] Dec 14 00:32:43.463 INFO O| Dec 14 00:32:43.463 INFO O| Planning: Checking for conflicting actions ... Done |
4336 | 2024-12-14T00:32:45.050Z | [ host-image] Dec 14 00:32:43.466 INFO O| Dec 14 00:32:43.465 INFO O| Planning: Consolidating action changes ... Done |
4337 | 2024-12-14T00:32:45.168Z | [ recovery-image] Dec 14 00:32:43.584 INFO O| Dec 14 00:32:43.584 INFO STEP 16 (remove_files) COMPLETE |
4338 | 2024-12-14T00:32:45.168Z | [ recovery-image] Dec 14 00:32:43.584 INFO O| Dec 14 00:32:43.584 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4339 | 2024-12-14T00:32:45.205Z | [ recovery-image] Dec 14 00:32:43.619 INFO O| Dec 14 00:32:43.619 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4340 | 2024-12-14T00:32:45.207Z | [ recovery-image] Dec 14 00:32:43.619 INFO O| Dec 14 00:32:43.619 INFO STEP 17 (remove_files) COMPLETE |
4341 | 2024-12-14T00:32:45.207Z | [ recovery-image] Dec 14 00:32:43.619 INFO O| Dec 14 00:32:43.619 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4342 | 2024-12-14T00:32:45.224Z | [ recovery-image] Dec 14 00:32:43.640 INFO O| Dec 14 00:32:43.640 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4343 | 2024-12-14T00:32:45.224Z | [ recovery-image] Dec 14 00:32:43.640 INFO O| Dec 14 00:32:43.640 INFO STEP 18 (remove_files) COMPLETE |
4344 | 2024-12-14T00:32:45.224Z | [ recovery-image] Dec 14 00:32:43.640 INFO O| Dec 14 00:32:43.640 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4345 | 2024-12-14T00:32:45.245Z | [ recovery-image] Dec 14 00:32:43.659 INFO O| Dec 14 00:32:43.659 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4346 | 2024-12-14T00:32:45.503Z | [ host-image] Dec 14 00:32:43.919 INFO O| Dec 14 00:32:43.919 INFO O| Planning: Evaluating mediators ... Done |
4347 | 2024-12-14T00:32:45.505Z | [ host-image] Dec 14 00:32:43.921 INFO O| Dec 14 00:32:43.921 INFO O| Planning: Planning completed in 6.37 seconds |
4348 | 2024-12-14T00:32:45.510Z | [ host-image] Dec 14 00:32:43.926 INFO O| Dec 14 00:32:43.926 INFO O| Packages to install: 5 |
4349 | 2024-12-14T00:32:45.510Z | [ host-image] Dec 14 00:32:43.926 INFO O| Dec 14 00:32:43.926 INFO O| Services to change: 2 |
4350 | 2024-12-14T00:32:45.531Z | [ host-image] Dec 14 00:32:43.947 INFO O| Dec 14 00:32:43.947 INFO O| Download: 0/116 items 0.0/1.4MB 0% complete |
4351 | 2024-12-14T00:32:45.553Z | [ recovery-image] Dec 14 00:32:43.968 INFO O| Dec 14 00:32:43.968 INFO STEP 19 (remove_files) COMPLETE |
4352 | 2024-12-14T00:32:45.553Z | [ recovery-image] Dec 14 00:32:43.968 INFO O| Dec 14 00:32:43.968 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4353 | 2024-12-14T00:32:45.607Z | [ recovery-image] Dec 14 00:32:44.024 INFO O| Dec 14 00:32:44.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4354 | 2024-12-14T00:32:45.649Z | [ recovery-image] Dec 14 00:32:44.064 INFO O| Dec 14 00:32:44.064 INFO STEP 20 (remove_files) COMPLETE |
4355 | 2024-12-14T00:32:45.649Z | [ recovery-image] Dec 14 00:32:44.064 INFO O| Dec 14 00:32:44.064 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4356 | 2024-12-14T00:32:45.696Z | [ recovery-image] Dec 14 00:32:44.112 INFO O| Dec 14 00:32:44.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4357 | 2024-12-14T00:32:45.696Z | [ recovery-image] Dec 14 00:32:44.112 INFO O| Dec 14 00:32:44.112 INFO STEP 21 (remove_files) COMPLETE |
4358 | 2024-12-14T00:32:45.699Z | [ recovery-image] Dec 14 00:32:44.112 INFO O| Dec 14 00:32:44.112 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-12-14T00:32:45.726Z | [ recovery-image] Dec 14 00:32:44.142 INFO O| Dec 14 00:32:44.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4360 | 2024-12-14T00:32:45.729Z | [ recovery-image] Dec 14 00:32:44.143 INFO O| Dec 14 00:32:44.143 INFO STEP 22 (remove_files) COMPLETE |
4361 | 2024-12-14T00:32:45.729Z | [ recovery-image] Dec 14 00:32:44.143 INFO O| Dec 14 00:32:44.143 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-12-14T00:32:45.755Z | [ recovery-image] Dec 14 00:32:44.171 INFO O| Dec 14 00:32:44.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4363 | 2024-12-14T00:32:45.755Z | [ recovery-image] Dec 14 00:32:44.171 INFO O| Dec 14 00:32:44.171 INFO STEP 23 (remove_files) COMPLETE |
4364 | 2024-12-14T00:32:45.755Z | [ recovery-image] Dec 14 00:32:44.171 INFO O| Dec 14 00:32:44.171 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-12-14T00:32:45.795Z | [ recovery-image] Dec 14 00:32:44.211 INFO O| Dec 14 00:32:44.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4366 | 2024-12-14T00:32:45.795Z | [ recovery-image] Dec 14 00:32:44.211 INFO O| Dec 14 00:32:44.211 INFO STEP 24 (remove_files) COMPLETE |
4367 | 2024-12-14T00:32:45.798Z | [ recovery-image] Dec 14 00:32:44.211 INFO O| Dec 14 00:32:44.211 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4368 | 2024-12-14T00:32:45.817Z | [ recovery-image] Dec 14 00:32:44.233 INFO O| Dec 14 00:32:44.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4369 | 2024-12-14T00:32:45.817Z | [ recovery-image] Dec 14 00:32:44.233 INFO O| Dec 14 00:32:44.233 INFO STEP 25 (remove_files) COMPLETE |
4370 | 2024-12-14T00:32:45.820Z | [ recovery-image] Dec 14 00:32:44.234 INFO O| Dec 14 00:32:44.233 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-12-14T00:32:45.836Z | [ recovery-image] Dec 14 00:32:44.252 INFO O| Dec 14 00:32:44.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4372 | 2024-12-14T00:32:45.845Z | [ recovery-image] Dec 14 00:32:44.252 INFO O| Dec 14 00:32:44.252 INFO STEP 26 (remove_files) COMPLETE |
4373 | 2024-12-14T00:32:45.845Z | [ recovery-image] Dec 14 00:32:44.252 INFO O| Dec 14 00:32:44.252 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4374 | 2024-12-14T00:32:45.859Z | [ recovery-image] Dec 14 00:32:44.275 INFO O| Dec 14 00:32:44.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4375 | 2024-12-14T00:32:45.859Z | [ recovery-image] Dec 14 00:32:44.275 INFO O| Dec 14 00:32:44.275 INFO STEP 27 (remove_files) COMPLETE |
4376 | 2024-12-14T00:32:45.862Z | [ recovery-image] Dec 14 00:32:44.276 INFO O| Dec 14 00:32:44.275 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-12-14T00:32:45.936Z | [ recovery-image] Dec 14 00:32:44.352 INFO O| Dec 14 00:32:44.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4378 | 2024-12-14T00:32:45.939Z | [ recovery-image] Dec 14 00:32:44.356 INFO O| Dec 14 00:32:44.356 INFO STEP 28 (remove_files) COMPLETE |
4379 | 2024-12-14T00:32:45.940Z | [ recovery-image] Dec 14 00:32:44.356 INFO O| Dec 14 00:32:44.356 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-12-14T00:32:45.959Z | [ recovery-image] Dec 14 00:32:44.375 INFO O| Dec 14 00:32:44.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4381 | 2024-12-14T00:32:45.959Z | [ recovery-image] Dec 14 00:32:44.375 INFO O| Dec 14 00:32:44.375 INFO STEP 29 (remove_files) COMPLETE |
4382 | 2024-12-14T00:32:45.959Z | [ recovery-image] Dec 14 00:32:44.375 INFO O| Dec 14 00:32:44.375 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-12-14T00:32:45.978Z | [ recovery-image] Dec 14 00:32:44.394 INFO O| Dec 14 00:32:44.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4384 | 2024-12-14T00:32:45.978Z | [ recovery-image] Dec 14 00:32:44.394 INFO O| Dec 14 00:32:44.394 INFO STEP 30 (remove_files) COMPLETE |
4385 | 2024-12-14T00:32:45.981Z | [ recovery-image] Dec 14 00:32:44.394 INFO O| Dec 14 00:32:44.394 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-12-14T00:32:45.998Z | [ recovery-image] Dec 14 00:32:44.413 INFO O| Dec 14 00:32:44.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4387 | 2024-12-14T00:32:45.998Z | [ recovery-image] Dec 14 00:32:44.413 INFO O| Dec 14 00:32:44.413 INFO STEP 31 (remove_files) COMPLETE |
4388 | 2024-12-14T00:32:45.998Z | [ recovery-image] Dec 14 00:32:44.413 INFO O| Dec 14 00:32:44.413 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-12-14T00:32:46.016Z | [ recovery-image] Dec 14 00:32:44.431 INFO O| Dec 14 00:32:44.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4390 | 2024-12-14T00:32:46.016Z | [ recovery-image] Dec 14 00:32:44.432 INFO O| Dec 14 00:32:44.432 INFO STEP 32 (remove_files) COMPLETE |
4391 | 2024-12-14T00:32:46.016Z | [ recovery-image] Dec 14 00:32:44.432 INFO O| Dec 14 00:32:44.432 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-12-14T00:32:46.034Z | [ recovery-image] Dec 14 00:32:44.450 INFO O| Dec 14 00:32:44.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4393 | 2024-12-14T00:32:46.116Z | [ recovery-image] Dec 14 00:32:44.532 INFO O| Dec 14 00:32:44.532 INFO STEP 33 (remove_files) COMPLETE |
4394 | 2024-12-14T00:32:46.117Z | [ recovery-image] Dec 14 00:32:44.532 INFO O| Dec 14 00:32:44.532 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-12-14T00:32:46.139Z | [ recovery-image] Dec 14 00:32:44.551 INFO O| Dec 14 00:32:44.551 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4396 | 2024-12-14T00:32:46.211Z | [ recovery-image] Dec 14 00:32:44.626 INFO O| Dec 14 00:32:44.626 INFO STEP 34 (remove_files) COMPLETE |
4397 | 2024-12-14T00:32:46.211Z | [ recovery-image] Dec 14 00:32:44.626 INFO O| Dec 14 00:32:44.626 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-12-14T00:32:46.234Z | [ recovery-image] Dec 14 00:32:44.650 INFO O| Dec 14 00:32:44.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4399 | 2024-12-14T00:32:46.234Z | [ recovery-image] Dec 14 00:32:44.650 INFO O| Dec 14 00:32:44.650 INFO STEP 35 (remove_files) COMPLETE |
4400 | 2024-12-14T00:32:46.236Z | [ recovery-image] Dec 14 00:32:44.650 INFO O| Dec 14 00:32:44.650 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-12-14T00:32:46.255Z | [ recovery-image] Dec 14 00:32:44.671 INFO O| Dec 14 00:32:44.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4402 | 2024-12-14T00:32:46.262Z | [ recovery-image] Dec 14 00:32:44.678 INFO O| Dec 14 00:32:44.678 INFO STEP 36 (remove_files) COMPLETE |
4403 | 2024-12-14T00:32:46.262Z | [ recovery-image] Dec 14 00:32:44.678 INFO O| Dec 14 00:32:44.678 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-12-14T00:32:46.320Z | [ recovery-image] Dec 14 00:32:44.736 INFO O| Dec 14 00:32:44.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4405 | 2024-12-14T00:32:46.342Z | [ recovery-image] Dec 14 00:32:44.758 INFO O| Dec 14 00:32:44.758 INFO STEP 37 (remove_files) COMPLETE |
4406 | 2024-12-14T00:32:46.342Z | [ recovery-image] Dec 14 00:32:44.758 INFO O| Dec 14 00:32:44.758 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-12-14T00:32:46.401Z | [ recovery-image] Dec 14 00:32:44.816 INFO O| Dec 14 00:32:44.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4408 | 2024-12-14T00:32:46.401Z | [ recovery-image] Dec 14 00:32:44.816 INFO O| Dec 14 00:32:44.816 INFO STEP 38 (remove_files) COMPLETE |
4409 | 2024-12-14T00:32:46.401Z | [ recovery-image] Dec 14 00:32:44.816 INFO O| Dec 14 00:32:44.816 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-12-14T00:32:46.419Z | [ recovery-image] Dec 14 00:32:44.835 INFO O| Dec 14 00:32:44.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4411 | 2024-12-14T00:32:46.419Z | [ recovery-image] Dec 14 00:32:44.835 INFO O| Dec 14 00:32:44.835 INFO STEP 39 (remove_files) COMPLETE |
4412 | 2024-12-14T00:32:46.430Z | [ recovery-image] Dec 14 00:32:44.835 INFO O| Dec 14 00:32:44.835 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-12-14T00:32:46.439Z | [ recovery-image] Dec 14 00:32:44.852 INFO O| Dec 14 00:32:44.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4414 | 2024-12-14T00:32:46.439Z | [ recovery-image] Dec 14 00:32:44.853 INFO O| Dec 14 00:32:44.853 INFO STEP 40 (remove_files) COMPLETE |
4415 | 2024-12-14T00:32:46.439Z | [ recovery-image] Dec 14 00:32:44.853 INFO O| Dec 14 00:32:44.853 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-12-14T00:32:46.455Z | [ recovery-image] Dec 14 00:32:44.870 INFO O| Dec 14 00:32:44.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4417 | 2024-12-14T00:32:46.456Z | [ recovery-image] Dec 14 00:32:44.871 INFO O| Dec 14 00:32:44.871 INFO STEP 41 (remove_files) COMPLETE |
4418 | 2024-12-14T00:32:46.456Z | [ recovery-image] Dec 14 00:32:44.871 INFO O| Dec 14 00:32:44.871 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-12-14T00:32:46.473Z | [ recovery-image] Dec 14 00:32:44.889 INFO O| Dec 14 00:32:44.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4420 | 2024-12-14T00:32:46.473Z | [ recovery-image] Dec 14 00:32:44.889 INFO O| Dec 14 00:32:44.889 INFO STEP 42 (remove_files) COMPLETE |
4421 | 2024-12-14T00:32:46.476Z | [ recovery-image] Dec 14 00:32:44.889 INFO O| Dec 14 00:32:44.889 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-12-14T00:32:46.507Z | [ recovery-image] Dec 14 00:32:44.923 INFO O| Dec 14 00:32:44.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4423 | 2024-12-14T00:32:46.507Z | [ recovery-image] Dec 14 00:32:44.923 INFO O| Dec 14 00:32:44.923 INFO STEP 43 (remove_files) COMPLETE |
4424 | 2024-12-14T00:32:46.510Z | [ recovery-image] Dec 14 00:32:44.923 INFO O| Dec 14 00:32:44.923 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-12-14T00:32:46.527Z | [ recovery-image] Dec 14 00:32:44.942 INFO O| Dec 14 00:32:44.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4426 | 2024-12-14T00:32:46.527Z | [ recovery-image] Dec 14 00:32:44.942 INFO O| Dec 14 00:32:44.942 INFO STEP 44 (remove_files) COMPLETE |
4427 | 2024-12-14T00:32:46.530Z | [ recovery-image] Dec 14 00:32:44.942 INFO O| Dec 14 00:32:44.942 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-12-14T00:32:46.546Z | [ recovery-image] Dec 14 00:32:44.961 INFO O| Dec 14 00:32:44.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4429 | 2024-12-14T00:32:46.546Z | [ recovery-image] Dec 14 00:32:44.961 INFO O| Dec 14 00:32:44.961 INFO STEP 45 (remove_files) COMPLETE |
4430 | 2024-12-14T00:32:46.549Z | [ recovery-image] Dec 14 00:32:44.962 INFO O| Dec 14 00:32:44.961 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-12-14T00:32:46.564Z | [ recovery-image] Dec 14 00:32:44.980 INFO O| Dec 14 00:32:44.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4432 | 2024-12-14T00:32:46.566Z | [ recovery-image] Dec 14 00:32:44.980 INFO O| Dec 14 00:32:44.980 INFO STEP 46 (remove_files) COMPLETE |
4433 | 2024-12-14T00:32:46.566Z | [ recovery-image] Dec 14 00:32:44.980 INFO O| Dec 14 00:32:44.980 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-12-14T00:32:46.583Z | [ recovery-image] Dec 14 00:32:44.999 INFO O| Dec 14 00:32:44.999 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4435 | 2024-12-14T00:32:46.603Z | [ recovery-image] Dec 14 00:32:45.019 INFO O| Dec 14 00:32:45.019 INFO STEP 47 (remove_files) COMPLETE |
4436 | 2024-12-14T00:32:46.603Z | [ recovery-image] Dec 14 00:32:45.019 INFO O| Dec 14 00:32:45.019 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-12-14T00:32:46.649Z | [ recovery-image] Dec 14 00:32:45.065 INFO O| Dec 14 00:32:45.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4438 | 2024-12-14T00:32:46.649Z | [ recovery-image] Dec 14 00:32:45.065 INFO O| Dec 14 00:32:45.065 INFO STEP 48 (remove_files) COMPLETE |
4439 | 2024-12-14T00:32:46.649Z | [ recovery-image] Dec 14 00:32:45.065 INFO O| Dec 14 00:32:45.065 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-12-14T00:32:46.669Z | [ recovery-image] Dec 14 00:32:45.085 INFO O| Dec 14 00:32:45.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4441 | 2024-12-14T00:32:46.669Z | [ recovery-image] Dec 14 00:32:45.085 INFO O| Dec 14 00:32:45.085 INFO STEP 49 (remove_files) COMPLETE |
4442 | 2024-12-14T00:32:46.670Z | [ recovery-image] Dec 14 00:32:45.085 INFO O| Dec 14 00:32:45.085 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-12-14T00:32:46.689Z | [ recovery-image] Dec 14 00:32:45.105 INFO O| Dec 14 00:32:45.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4444 | 2024-12-14T00:32:46.689Z | [ recovery-image] Dec 14 00:32:45.105 INFO O| Dec 14 00:32:45.105 INFO STEP 50 (remove_files) COMPLETE |
4445 | 2024-12-14T00:32:46.689Z | [ recovery-image] Dec 14 00:32:45.105 INFO O| Dec 14 00:32:45.105 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-12-14T00:32:46.709Z | [ recovery-image] Dec 14 00:32:45.125 INFO O| Dec 14 00:32:45.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4447 | 2024-12-14T00:32:46.709Z | [ recovery-image] Dec 14 00:32:45.125 INFO O| Dec 14 00:32:45.125 INFO STEP 51 (remove_files) COMPLETE |
4448 | 2024-12-14T00:32:46.709Z | [ recovery-image] Dec 14 00:32:45.125 INFO O| Dec 14 00:32:45.125 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-12-14T00:32:46.737Z | [ recovery-image] Dec 14 00:32:45.153 INFO O| Dec 14 00:32:45.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4450 | 2024-12-14T00:32:46.737Z | [ recovery-image] Dec 14 00:32:45.153 INFO O| Dec 14 00:32:45.153 INFO STEP 52 (remove_files) COMPLETE |
4451 | 2024-12-14T00:32:46.741Z | [ recovery-image] Dec 14 00:32:45.153 INFO O| Dec 14 00:32:45.153 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-12-14T00:32:46.761Z | [ recovery-image] Dec 14 00:32:45.177 INFO O| Dec 14 00:32:45.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4453 | 2024-12-14T00:32:46.764Z | [ recovery-image] Dec 14 00:32:45.177 INFO O| Dec 14 00:32:45.177 INFO STEP 53 (remove_files) COMPLETE |
4454 | 2024-12-14T00:32:46.764Z | [ recovery-image] Dec 14 00:32:45.178 INFO O| Dec 14 00:32:45.177 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-12-14T00:32:46.781Z | [ recovery-image] Dec 14 00:32:45.197 INFO O| Dec 14 00:32:45.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4456 | 2024-12-14T00:32:46.785Z | [ recovery-image] Dec 14 00:32:45.197 INFO O| Dec 14 00:32:45.197 INFO STEP 54 (remove_files) COMPLETE |
4457 | 2024-12-14T00:32:46.785Z | [ recovery-image] Dec 14 00:32:45.197 INFO O| Dec 14 00:32:45.197 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-12-14T00:32:46.821Z | [ recovery-image] Dec 14 00:32:45.235 INFO O| Dec 14 00:32:45.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4459 | 2024-12-14T00:32:46.824Z | [ recovery-image] Dec 14 00:32:45.236 INFO O| Dec 14 00:32:45.236 INFO STEP 55 (remove_files) COMPLETE |
4460 | 2024-12-14T00:32:46.824Z | [ recovery-image] Dec 14 00:32:45.236 INFO O| Dec 14 00:32:45.236 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-12-14T00:32:46.839Z | [ recovery-image] Dec 14 00:32:45.255 INFO O| Dec 14 00:32:45.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4462 | 2024-12-14T00:32:46.842Z | [ recovery-image] Dec 14 00:32:45.255 INFO O| Dec 14 00:32:45.255 INFO STEP 56 (remove_files) COMPLETE |
4463 | 2024-12-14T00:32:46.842Z | [ recovery-image] Dec 14 00:32:45.255 INFO O| Dec 14 00:32:45.255 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-12-14T00:32:46.858Z | [ recovery-image] Dec 14 00:32:45.274 INFO O| Dec 14 00:32:45.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4465 | 2024-12-14T00:32:46.860Z | [ recovery-image] Dec 14 00:32:45.275 INFO O| Dec 14 00:32:45.274 INFO STEP 57 (remove_files) COMPLETE |
4466 | 2024-12-14T00:32:46.861Z | [ recovery-image] Dec 14 00:32:45.275 INFO O| Dec 14 00:32:45.275 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-12-14T00:32:46.898Z | [ recovery-image] Dec 14 00:32:45.314 INFO O| Dec 14 00:32:45.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4468 | 2024-12-14T00:32:46.902Z | [ recovery-image] Dec 14 00:32:45.314 INFO O| Dec 14 00:32:45.314 INFO STEP 58 (remove_files) COMPLETE |
4469 | 2024-12-14T00:32:46.902Z | [ recovery-image] Dec 14 00:32:45.314 INFO O| Dec 14 00:32:45.314 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-12-14T00:32:46.918Z | [ recovery-image] Dec 14 00:32:45.334 INFO O| Dec 14 00:32:45.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4471 | 2024-12-14T00:32:46.921Z | [ recovery-image] Dec 14 00:32:45.334 INFO O| Dec 14 00:32:45.334 INFO STEP 59 (remove_files) COMPLETE |
4472 | 2024-12-14T00:32:46.921Z | [ recovery-image] Dec 14 00:32:45.334 INFO O| Dec 14 00:32:45.334 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-12-14T00:32:46.937Z | [ recovery-image] Dec 14 00:32:45.353 INFO O| Dec 14 00:32:45.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4474 | 2024-12-14T00:32:46.940Z | [ recovery-image] Dec 14 00:32:45.353 INFO O| Dec 14 00:32:45.353 INFO STEP 60 (remove_files) COMPLETE |
4475 | 2024-12-14T00:32:46.940Z | [ recovery-image] Dec 14 00:32:45.353 INFO O| Dec 14 00:32:45.353 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-12-14T00:32:46.971Z | [ recovery-image] Dec 14 00:32:45.385 INFO O| Dec 14 00:32:45.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4477 | 2024-12-14T00:32:46.971Z | [ recovery-image] Dec 14 00:32:45.386 INFO O| Dec 14 00:32:45.386 INFO STEP 61 (remove_files) COMPLETE |
4478 | 2024-12-14T00:32:46.971Z | [ recovery-image] Dec 14 00:32:45.386 INFO O| Dec 14 00:32:45.386 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-12-14T00:32:46.995Z | [ recovery-image] Dec 14 00:32:45.408 INFO O| Dec 14 00:32:45.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4480 | 2024-12-14T00:32:46.995Z | [ recovery-image] Dec 14 00:32:45.408 INFO O| Dec 14 00:32:45.408 INFO STEP 62 (remove_files) COMPLETE |
4481 | 2024-12-14T00:32:46.995Z | [ recovery-image] Dec 14 00:32:45.408 INFO O| Dec 14 00:32:45.408 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-12-14T00:32:47.018Z | [ host-image] Dec 14 00:32:45.433 INFO O| Dec 14 00:32:45.433 INFO O| Download: Completed 1.44 MB in 1.49 seconds (992k/s) |
4483 | 2024-12-14T00:32:47.036Z | [ recovery-image] Dec 14 00:32:45.452 INFO O| Dec 14 00:32:45.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4484 | 2024-12-14T00:32:47.064Z | [ host-image] Dec 14 00:32:45.480 INFO O| Dec 14 00:32:45.480 INFO O| Actions: 1/305 actions (Installing new actions) |
4485 | 2024-12-14T00:32:47.067Z | [ recovery-image] Dec 14 00:32:45.481 INFO O| Dec 14 00:32:45.481 INFO STEP 63 (remove_files) COMPLETE |
4486 | 2024-12-14T00:32:47.067Z | [ recovery-image] Dec 14 00:32:45.481 INFO O| Dec 14 00:32:45.481 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4487 | 2024-12-14T00:32:47.138Z | [ recovery-image] Dec 14 00:32:45.553 INFO O| Dec 14 00:32:45.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4488 | 2024-12-14T00:32:47.138Z | [ recovery-image] Dec 14 00:32:45.553 INFO O| Dec 14 00:32:45.553 INFO STEP 64 (remove_files) COMPLETE |
4489 | 2024-12-14T00:32:47.138Z | [ recovery-image] Dec 14 00:32:45.553 INFO O| Dec 14 00:32:45.553 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4490 | 2024-12-14T00:32:47.209Z | [ recovery-image] Dec 14 00:32:45.616 INFO O| Dec 14 00:32:45.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4491 | 2024-12-14T00:32:47.209Z | [ recovery-image] Dec 14 00:32:45.616 INFO O| Dec 14 00:32:45.616 INFO STEP 65 (remove_files) COMPLETE |
4492 | 2024-12-14T00:32:47.213Z | [ recovery-image] Dec 14 00:32:45.616 INFO O| Dec 14 00:32:45.616 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4493 | 2024-12-14T00:32:47.237Z | [ host-image] Dec 14 00:32:45.652 INFO O| Dec 14 00:32:45.652 INFO O| Actions: Completed 305 actions in 0.17 seconds. |
4494 | 2024-12-14T00:32:47.279Z | [ recovery-image] Dec 14 00:32:45.680 INFO O| Dec 14 00:32:45.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4495 | 2024-12-14T00:32:47.279Z | [ recovery-image] Dec 14 00:32:45.680 INFO O| Dec 14 00:32:45.680 INFO STEP 66 (remove_files) COMPLETE |
4496 | 2024-12-14T00:32:47.279Z | [ recovery-image] Dec 14 00:32:45.680 INFO O| Dec 14 00:32:45.680 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-12-14T00:32:47.287Z | [ recovery-image] Dec 14 00:32:45.701 INFO O| Dec 14 00:32:45.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4498 | 2024-12-14T00:32:47.287Z | [ recovery-image] Dec 14 00:32:45.701 INFO O| Dec 14 00:32:45.701 INFO STEP 67 (remove_files) COMPLETE |
4499 | 2024-12-14T00:32:47.287Z | [ recovery-image] Dec 14 00:32:45.701 INFO O| Dec 14 00:32:45.701 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-12-14T00:32:47.332Z | [ recovery-image] Dec 14 00:32:45.747 INFO O| Dec 14 00:32:45.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4501 | 2024-12-14T00:32:47.332Z | [ recovery-image] Dec 14 00:32:45.747 INFO O| Dec 14 00:32:45.747 INFO STEP 68 (remove_files) COMPLETE |
4502 | 2024-12-14T00:32:47.334Z | [ recovery-image] Dec 14 00:32:45.747 INFO O| Dec 14 00:32:45.747 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-12-14T00:32:47.359Z | [ recovery-image] Dec 14 00:32:45.774 INFO O| Dec 14 00:32:45.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4504 | 2024-12-14T00:32:47.361Z | [ recovery-image] Dec 14 00:32:45.775 INFO O| Dec 14 00:32:45.774 INFO STEP 69 (remove_files) COMPLETE |
4505 | 2024-12-14T00:32:47.361Z | [ recovery-image] Dec 14 00:32:45.775 INFO O| Dec 14 00:32:45.775 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-12-14T00:32:47.381Z | [ recovery-image] Dec 14 00:32:45.796 INFO O| Dec 14 00:32:45.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4507 | 2024-12-14T00:32:47.384Z | [ recovery-image] Dec 14 00:32:45.797 INFO O| Dec 14 00:32:45.797 INFO STEP 70 (remove_files) COMPLETE |
4508 | 2024-12-14T00:32:47.384Z | [ recovery-image] Dec 14 00:32:45.797 INFO O| Dec 14 00:32:45.797 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-12-14T00:32:47.422Z | [ recovery-image] Dec 14 00:32:45.837 INFO O| Dec 14 00:32:45.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4510 | 2024-12-14T00:32:47.422Z | [ recovery-image] Dec 14 00:32:45.837 INFO O| Dec 14 00:32:45.837 INFO STEP 71 (remove_files) COMPLETE |
4511 | 2024-12-14T00:32:47.422Z | [ recovery-image] Dec 14 00:32:45.837 INFO O| Dec 14 00:32:45.837 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-12-14T00:32:47.461Z | [ recovery-image] Dec 14 00:32:45.877 INFO O| Dec 14 00:32:45.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4513 | 2024-12-14T00:32:47.461Z | [ recovery-image] Dec 14 00:32:45.877 INFO O| Dec 14 00:32:45.877 INFO STEP 72 (remove_files) COMPLETE |
4514 | 2024-12-14T00:32:47.461Z | [ recovery-image] Dec 14 00:32:45.877 INFO O| Dec 14 00:32:45.877 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-12-14T00:32:47.498Z | [ recovery-image] Dec 14 00:32:45.913 INFO O| Dec 14 00:32:45.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4516 | 2024-12-14T00:32:47.498Z | [ recovery-image] Dec 14 00:32:45.913 INFO O| Dec 14 00:32:45.913 INFO STEP 73 (remove_files) COMPLETE |
4517 | 2024-12-14T00:32:47.498Z | [ recovery-image] Dec 14 00:32:45.913 INFO O| Dec 14 00:32:45.913 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-12-14T00:32:47.520Z | [ recovery-image] Dec 14 00:32:45.936 INFO O| Dec 14 00:32:45.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4519 | 2024-12-14T00:32:47.520Z | [ recovery-image] Dec 14 00:32:45.936 INFO O| Dec 14 00:32:45.936 INFO STEP 74 (remove_files) COMPLETE |
4520 | 2024-12-14T00:32:47.520Z | [ recovery-image] Dec 14 00:32:45.936 INFO O| Dec 14 00:32:45.936 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-12-14T00:32:47.553Z | [ recovery-image] Dec 14 00:32:45.969 INFO O| Dec 14 00:32:45.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4522 | 2024-12-14T00:32:47.553Z | [ recovery-image] Dec 14 00:32:45.969 INFO O| Dec 14 00:32:45.969 INFO STEP 75 (remove_files) COMPLETE |
4523 | 2024-12-14T00:32:47.553Z | [ recovery-image] Dec 14 00:32:45.969 INFO O| Dec 14 00:32:45.969 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-12-14T00:32:47.609Z | [ recovery-image] Dec 14 00:32:46.024 INFO O| Dec 14 00:32:46.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4525 | 2024-12-14T00:32:47.609Z | [ recovery-image] Dec 14 00:32:46.024 INFO O| Dec 14 00:32:46.024 INFO STEP 76 (remove_files) COMPLETE |
4526 | 2024-12-14T00:32:47.609Z | [ recovery-image] Dec 14 00:32:46.024 INFO O| Dec 14 00:32:46.024 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-12-14T00:32:47.651Z | [ recovery-image] Dec 14 00:32:46.066 INFO O| Dec 14 00:32:46.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4528 | 2024-12-14T00:32:47.651Z | [ recovery-image] Dec 14 00:32:46.066 INFO O| Dec 14 00:32:46.066 INFO STEP 77 (remove_files) COMPLETE |
4529 | 2024-12-14T00:32:47.651Z | [ recovery-image] Dec 14 00:32:46.066 INFO O| Dec 14 00:32:46.066 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-12-14T00:32:47.686Z | [ host-image] Dec 14 00:32:46.101 INFO O| Dec 14 00:32:46.101 INFO O| Done |
4531 | 2024-12-14T00:32:47.686Z | [ host-image] Dec 14 00:32:46.101 INFO O| Dec 14 00:32:46.101 INFO O| Done |
4532 | 2024-12-14T00:32:47.768Z | [ recovery-image] Dec 14 00:32:46.184 INFO O| Dec 14 00:32:46.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4533 | 2024-12-14T00:32:47.771Z | [ recovery-image] Dec 14 00:32:46.184 INFO O| Dec 14 00:32:46.184 INFO STEP 78 (remove_files) COMPLETE |
4534 | 2024-12-14T00:32:47.771Z | [ recovery-image] Dec 14 00:32:46.184 INFO O| Dec 14 00:32:46.184 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4535 | 2024-12-14T00:32:47.806Z | [ recovery-image] Dec 14 00:32:46.222 INFO O| Dec 14 00:32:46.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4536 | 2024-12-14T00:32:47.806Z | [ recovery-image] Dec 14 00:32:46.222 INFO O| Dec 14 00:32:46.222 INFO STEP 79 (remove_files) COMPLETE |
4537 | 2024-12-14T00:32:47.806Z | [ recovery-image] Dec 14 00:32:46.222 INFO O| Dec 14 00:32:46.222 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4538 | 2024-12-14T00:32:47.847Z | [ recovery-image] Dec 14 00:32:46.262 INFO O| Dec 14 00:32:46.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4539 | 2024-12-14T00:32:47.847Z | [ recovery-image] Dec 14 00:32:46.262 INFO O| Dec 14 00:32:46.262 INFO STEP 80 (remove_files) COMPLETE |
4540 | 2024-12-14T00:32:47.847Z | [ recovery-image] Dec 14 00:32:46.262 INFO O| Dec 14 00:32:46.262 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4541 | 2024-12-14T00:32:47.881Z | [ recovery-image] Dec 14 00:32:46.297 INFO O| Dec 14 00:32:46.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4542 | 2024-12-14T00:32:47.884Z | [ recovery-image] Dec 14 00:32:46.297 INFO O| Dec 14 00:32:46.297 INFO STEP 81 (remove_files) COMPLETE |
4543 | 2024-12-14T00:32:47.884Z | [ recovery-image] Dec 14 00:32:46.297 INFO O| Dec 14 00:32:46.297 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4544 | 2024-12-14T00:32:47.902Z | [ recovery-image] Dec 14 00:32:46.317 INFO O| Dec 14 00:32:46.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4545 | 2024-12-14T00:32:47.904Z | [ recovery-image] Dec 14 00:32:46.317 INFO O| Dec 14 00:32:46.317 INFO STEP 82 (remove_files) COMPLETE |
4546 | 2024-12-14T00:32:47.904Z | [ recovery-image] Dec 14 00:32:46.318 INFO O| Dec 14 00:32:46.317 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4547 | 2024-12-14T00:32:47.922Z | [ recovery-image] Dec 14 00:32:46.338 INFO O| Dec 14 00:32:46.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4548 | 2024-12-14T00:32:47.925Z | [ recovery-image] Dec 14 00:32:46.338 INFO O| Dec 14 00:32:46.338 INFO STEP 83 (remove_files) COMPLETE |
4549 | 2024-12-14T00:32:47.925Z | [ recovery-image] Dec 14 00:32:46.338 INFO O| Dec 14 00:32:46.338 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4550 | 2024-12-14T00:32:47.944Z | [ recovery-image] Dec 14 00:32:46.358 INFO O| Dec 14 00:32:46.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4551 | 2024-12-14T00:32:47.947Z | [ recovery-image] Dec 14 00:32:46.359 INFO O| Dec 14 00:32:46.358 INFO STEP 84 (remove_files) COMPLETE |
4552 | 2024-12-14T00:32:47.947Z | [ recovery-image] Dec 14 00:32:46.359 INFO O| Dec 14 00:32:46.359 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4553 | 2024-12-14T00:32:47.983Z | [ recovery-image] Dec 14 00:32:46.398 INFO O| Dec 14 00:32:46.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4554 | 2024-12-14T00:32:47.983Z | [ recovery-image] Dec 14 00:32:46.399 INFO O| Dec 14 00:32:46.399 INFO STEP 85 (remove_files) COMPLETE |
4555 | 2024-12-14T00:32:47.986Z | [ recovery-image] Dec 14 00:32:46.399 INFO O| Dec 14 00:32:46.399 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4556 | 2024-12-14T00:32:48.020Z | [ recovery-image] Dec 14 00:32:46.435 INFO O| Dec 14 00:32:46.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4557 | 2024-12-14T00:32:48.040Z | [ recovery-image] Dec 14 00:32:46.456 INFO O| Dec 14 00:32:46.456 INFO STEP 86 (remove_files) COMPLETE |
4558 | 2024-12-14T00:32:48.043Z | [ recovery-image] Dec 14 00:32:46.456 INFO O| Dec 14 00:32:46.456 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4559 | 2024-12-14T00:32:48.081Z | [ recovery-image] Dec 14 00:32:46.496 INFO O| Dec 14 00:32:46.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4560 | 2024-12-14T00:32:48.107Z | [ recovery-image] Dec 14 00:32:46.522 INFO O| Dec 14 00:32:46.522 INFO STEP 87 (remove_files) COMPLETE |
4561 | 2024-12-14T00:32:48.107Z | [ recovery-image] Dec 14 00:32:46.522 INFO O| Dec 14 00:32:46.522 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4562 | 2024-12-14T00:32:48.127Z | [ recovery-image] Dec 14 00:32:46.543 INFO O| Dec 14 00:32:46.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4563 | 2024-12-14T00:32:48.130Z | [ recovery-image] Dec 14 00:32:46.543 INFO O| Dec 14 00:32:46.543 INFO STEP 88 (remove_files) COMPLETE |
4564 | 2024-12-14T00:32:48.130Z | [ recovery-image] Dec 14 00:32:46.543 INFO O| Dec 14 00:32:46.543 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4565 | 2024-12-14T00:32:48.171Z | [ recovery-image] Dec 14 00:32:46.587 INFO O| Dec 14 00:32:46.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4566 | 2024-12-14T00:32:48.241Z | [ recovery-image] Dec 14 00:32:46.656 INFO O| Dec 14 00:32:46.656 INFO STEP 89 (remove_files) COMPLETE |
4567 | 2024-12-14T00:32:48.241Z | [ recovery-image] Dec 14 00:32:46.656 INFO O| Dec 14 00:32:46.656 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4568 | 2024-12-14T00:32:48.280Z | [ recovery-image] Dec 14 00:32:46.694 INFO O| Dec 14 00:32:46.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4569 | 2024-12-14T00:32:48.284Z | [ recovery-image] Dec 14 00:32:46.694 INFO O| Dec 14 00:32:46.694 INFO STEP 90 (remove_files) COMPLETE |
4570 | 2024-12-14T00:32:48.284Z | [ recovery-image] Dec 14 00:32:46.695 INFO O| Dec 14 00:32:46.694 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4571 | 2024-12-14T00:32:48.304Z | [ recovery-image] Dec 14 00:32:46.717 INFO O| Dec 14 00:32:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4572 | 2024-12-14T00:32:48.304Z | [ recovery-image] Dec 14 00:32:46.717 INFO O| Dec 14 00:32:46.717 INFO STEP 91 (remove_files) COMPLETE |
4573 | 2024-12-14T00:32:48.304Z | [ recovery-image] Dec 14 00:32:46.717 INFO O| Dec 14 00:32:46.717 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4574 | 2024-12-14T00:32:48.323Z | [ recovery-image] Dec 14 00:32:46.738 INFO O| Dec 14 00:32:46.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4575 | 2024-12-14T00:32:48.323Z | [ recovery-image] Dec 14 00:32:46.738 INFO O| Dec 14 00:32:46.738 INFO STEP 92 (remove_files) COMPLETE |
4576 | 2024-12-14T00:32:48.349Z | [ recovery-image] Dec 14 00:32:46.738 INFO O| Dec 14 00:32:46.738 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4577 | 2024-12-14T00:32:48.354Z | [ recovery-image] Dec 14 00:32:46.769 INFO O| Dec 14 00:32:46.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4578 | 2024-12-14T00:32:48.354Z | [ recovery-image] Dec 14 00:32:46.769 INFO O| Dec 14 00:32:46.769 INFO STEP 93 (remove_files) COMPLETE |
4579 | 2024-12-14T00:32:48.357Z | [ recovery-image] Dec 14 00:32:46.769 INFO O| Dec 14 00:32:46.769 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4580 | 2024-12-14T00:32:48.388Z | [ recovery-image] Dec 14 00:32:46.803 INFO O| Dec 14 00:32:46.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4581 | 2024-12-14T00:32:48.388Z | [ recovery-image] Dec 14 00:32:46.803 INFO O| Dec 14 00:32:46.803 INFO STEP 94 (remove_files) COMPLETE |
4582 | 2024-12-14T00:32:48.388Z | [ recovery-image] Dec 14 00:32:46.804 INFO O| Dec 14 00:32:46.803 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4583 | 2024-12-14T00:32:48.408Z | [ recovery-image] Dec 14 00:32:46.823 INFO O| Dec 14 00:32:46.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4584 | 2024-12-14T00:32:48.408Z | [ recovery-image] Dec 14 00:32:46.823 INFO O| Dec 14 00:32:46.823 INFO STEP 95 (remove_files) COMPLETE |
4585 | 2024-12-14T00:32:48.412Z | [ recovery-image] Dec 14 00:32:46.823 INFO O| Dec 14 00:32:46.823 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4586 | 2024-12-14T00:32:48.442Z | [ recovery-image] Dec 14 00:32:46.857 INFO O| Dec 14 00:32:46.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4587 | 2024-12-14T00:32:48.442Z | [ recovery-image] Dec 14 00:32:46.857 INFO O| Dec 14 00:32:46.857 INFO STEP 96 (remove_files) COMPLETE |
4588 | 2024-12-14T00:32:48.445Z | [ recovery-image] Dec 14 00:32:46.857 INFO O| Dec 14 00:32:46.857 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4589 | 2024-12-14T00:32:48.464Z | [ recovery-image] Dec 14 00:32:46.880 INFO O| Dec 14 00:32:46.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4590 | 2024-12-14T00:32:48.464Z | [ recovery-image] Dec 14 00:32:46.880 INFO O| Dec 14 00:32:46.880 INFO STEP 97 (remove_files) COMPLETE |
4591 | 2024-12-14T00:32:48.464Z | [ recovery-image] Dec 14 00:32:46.880 INFO O| Dec 14 00:32:46.880 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4592 | 2024-12-14T00:32:48.503Z | [ recovery-image] Dec 14 00:32:46.918 INFO O| Dec 14 00:32:46.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4593 | 2024-12-14T00:32:48.503Z | [ recovery-image] Dec 14 00:32:46.918 INFO O| Dec 14 00:32:46.918 INFO STEP 98 (remove_files) COMPLETE |
4594 | 2024-12-14T00:32:48.503Z | [ recovery-image] Dec 14 00:32:46.918 INFO O| Dec 14 00:32:46.918 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4595 | 2024-12-14T00:32:48.526Z | [ recovery-image] Dec 14 00:32:46.942 INFO O| Dec 14 00:32:46.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4596 | 2024-12-14T00:32:48.526Z | [ recovery-image] Dec 14 00:32:46.942 INFO O| Dec 14 00:32:46.942 INFO STEP 99 (remove_files) COMPLETE |
4597 | 2024-12-14T00:32:48.529Z | [ recovery-image] Dec 14 00:32:46.942 INFO O| Dec 14 00:32:46.942 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4598 | 2024-12-14T00:32:48.548Z | [ recovery-image] Dec 14 00:32:46.964 INFO O| Dec 14 00:32:46.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4599 | 2024-12-14T00:32:48.551Z | [ recovery-image] Dec 14 00:32:46.964 INFO O| Dec 14 00:32:46.964 INFO STEP 100 (remove_files) COMPLETE |
4600 | 2024-12-14T00:32:48.551Z | [ recovery-image] Dec 14 00:32:46.964 INFO O| Dec 14 00:32:46.964 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4601 | 2024-12-14T00:32:48.570Z | [ recovery-image] Dec 14 00:32:46.985 INFO O| Dec 14 00:32:46.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4602 | 2024-12-14T00:32:48.570Z | [ recovery-image] Dec 14 00:32:46.985 INFO O| Dec 14 00:32:46.985 INFO STEP 101 (remove_files) COMPLETE |
4603 | 2024-12-14T00:32:48.570Z | [ recovery-image] Dec 14 00:32:46.985 INFO O| Dec 14 00:32:46.985 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4604 | 2024-12-14T00:32:48.592Z | [ recovery-image] Dec 14 00:32:47.007 INFO O| Dec 14 00:32:47.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4605 | 2024-12-14T00:32:48.592Z | [ recovery-image] Dec 14 00:32:47.007 INFO O| Dec 14 00:32:47.007 INFO STEP 102 (remove_files) COMPLETE |
4606 | 2024-12-14T00:32:48.595Z | [ recovery-image] Dec 14 00:32:47.007 INFO O| Dec 14 00:32:47.007 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4607 | 2024-12-14T00:32:48.610Z | [ recovery-image] Dec 14 00:32:47.025 INFO O| Dec 14 00:32:47.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4608 | 2024-12-14T00:32:48.610Z | [ recovery-image] Dec 14 00:32:47.025 INFO O| Dec 14 00:32:47.025 INFO STEP 103 (remove_files) COMPLETE |
4609 | 2024-12-14T00:32:48.610Z | [ recovery-image] Dec 14 00:32:47.025 INFO O| Dec 14 00:32:47.025 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4610 | 2024-12-14T00:32:48.643Z | [ recovery-image] Dec 14 00:32:47.059 INFO O| Dec 14 00:32:47.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4611 | 2024-12-14T00:32:48.644Z | [ recovery-image] Dec 14 00:32:47.059 INFO O| Dec 14 00:32:47.059 INFO STEP 104 (remove_files) COMPLETE |
4612 | 2024-12-14T00:32:48.647Z | [ recovery-image] Dec 14 00:32:47.059 INFO O| Dec 14 00:32:47.059 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4613 | 2024-12-14T00:32:48.668Z | [ recovery-image] Dec 14 00:32:47.083 INFO O| Dec 14 00:32:47.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4614 | 2024-12-14T00:32:48.668Z | [ recovery-image] Dec 14 00:32:47.083 INFO O| Dec 14 00:32:47.083 INFO STEP 105 (remove_files) COMPLETE |
4615 | 2024-12-14T00:32:48.671Z | [ recovery-image] Dec 14 00:32:47.083 INFO O| Dec 14 00:32:47.083 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4616 | 2024-12-14T00:32:48.689Z | [ recovery-image] Dec 14 00:32:47.105 INFO O| Dec 14 00:32:47.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4617 | 2024-12-14T00:32:48.689Z | [ recovery-image] Dec 14 00:32:47.105 INFO O| Dec 14 00:32:47.105 INFO STEP 106 (remove_files) COMPLETE |
4618 | 2024-12-14T00:32:48.692Z | [ recovery-image] Dec 14 00:32:47.105 INFO O| Dec 14 00:32:47.105 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4619 | 2024-12-14T00:32:48.711Z | [ recovery-image] Dec 14 00:32:47.125 INFO O| Dec 14 00:32:47.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4620 | 2024-12-14T00:32:48.714Z | [ recovery-image] Dec 14 00:32:47.125 INFO O| Dec 14 00:32:47.125 INFO STEP 107 (remove_files) COMPLETE |
4621 | 2024-12-14T00:32:48.714Z | [ recovery-image] Dec 14 00:32:47.125 INFO O| Dec 14 00:32:47.125 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4622 | 2024-12-14T00:32:48.747Z | [ recovery-image] Dec 14 00:32:47.145 INFO O| Dec 14 00:32:47.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4623 | 2024-12-14T00:32:48.806Z | [ recovery-image] Dec 14 00:32:47.145 INFO O| Dec 14 00:32:47.145 INFO STEP 108 (remove_files) COMPLETE |
4624 | 2024-12-14T00:32:48.806Z | [ recovery-image] Dec 14 00:32:47.145 INFO O| Dec 14 00:32:47.145 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4625 | 2024-12-14T00:32:48.806Z | [ recovery-image] Dec 14 00:32:47.182 INFO O| Dec 14 00:32:47.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4626 | 2024-12-14T00:32:48.806Z | [ recovery-image] Dec 14 00:32:47.182 INFO O| Dec 14 00:32:47.182 INFO STEP 109 (remove_files) COMPLETE |
4627 | 2024-12-14T00:32:48.806Z | [ recovery-image] Dec 14 00:32:47.182 INFO O| Dec 14 00:32:47.182 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4628 | 2024-12-14T00:32:48.806Z | [ recovery-image] Dec 14 00:32:47.220 INFO O| Dec 14 00:32:47.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4629 | 2024-12-14T00:32:48.808Z | [ recovery-image] Dec 14 00:32:47.221 INFO O| Dec 14 00:32:47.220 INFO STEP 110 (remove_files) COMPLETE |
4630 | 2024-12-14T00:32:48.811Z | [ recovery-image] Dec 14 00:32:47.221 INFO O| Dec 14 00:32:47.221 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4631 | 2024-12-14T00:32:48.824Z | [ recovery-image] Dec 14 00:32:47.237 INFO O| Dec 14 00:32:47.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4632 | 2024-12-14T00:32:48.824Z | [ recovery-image] Dec 14 00:32:47.237 INFO O| Dec 14 00:32:47.237 INFO STEP 111 (remove_files) COMPLETE |
4633 | 2024-12-14T00:32:48.824Z | [ recovery-image] Dec 14 00:32:47.237 INFO O| Dec 14 00:32:47.237 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4634 | 2024-12-14T00:32:48.840Z | [ recovery-image] Dec 14 00:32:47.253 INFO O| Dec 14 00:32:47.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4635 | 2024-12-14T00:32:48.840Z | [ recovery-image] Dec 14 00:32:47.253 INFO O| Dec 14 00:32:47.253 INFO STEP 112 (remove_files) COMPLETE |
4636 | 2024-12-14T00:32:48.840Z | [ recovery-image] Dec 14 00:32:47.253 INFO O| Dec 14 00:32:47.253 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4637 | 2024-12-14T00:32:48.855Z | [ recovery-image] Dec 14 00:32:47.270 INFO O| Dec 14 00:32:47.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4638 | 2024-12-14T00:32:48.855Z | [ recovery-image] Dec 14 00:32:47.270 INFO O| Dec 14 00:32:47.270 INFO STEP 113 (remove_files) COMPLETE |
4639 | 2024-12-14T00:32:48.859Z | [ recovery-image] Dec 14 00:32:47.270 INFO O| Dec 14 00:32:47.270 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4640 | 2024-12-14T00:32:48.889Z | [ recovery-image] Dec 14 00:32:47.305 INFO O| Dec 14 00:32:47.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4641 | 2024-12-14T00:32:48.892Z | [ recovery-image] Dec 14 00:32:47.305 INFO O| Dec 14 00:32:47.305 INFO STEP 114 (remove_files) COMPLETE |
4642 | 2024-12-14T00:32:48.892Z | [ recovery-image] Dec 14 00:32:47.305 INFO O| Dec 14 00:32:47.305 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4643 | 2024-12-14T00:32:48.910Z | [ recovery-image] Dec 14 00:32:47.326 INFO O| Dec 14 00:32:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4644 | 2024-12-14T00:32:48.913Z | [ recovery-image] Dec 14 00:32:47.326 INFO O| Dec 14 00:32:47.326 INFO STEP 115 (remove_files) COMPLETE |
4645 | 2024-12-14T00:32:48.913Z | [ recovery-image] Dec 14 00:32:47.326 INFO O| Dec 14 00:32:47.326 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4646 | 2024-12-14T00:32:48.947Z | [ recovery-image] Dec 14 00:32:47.362 INFO O| Dec 14 00:32:47.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4647 | 2024-12-14T00:32:48.947Z | [ recovery-image] Dec 14 00:32:47.362 INFO O| Dec 14 00:32:47.362 INFO STEP 116 (remove_files) COMPLETE |
4648 | 2024-12-14T00:32:48.949Z | [ recovery-image] Dec 14 00:32:47.362 INFO O| Dec 14 00:32:47.362 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4649 | 2024-12-14T00:32:49.046Z | [ recovery-image] Dec 14 00:32:47.461 INFO O| Dec 14 00:32:47.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4650 | 2024-12-14T00:32:49.065Z | [ recovery-image] Dec 14 00:32:47.481 INFO O| Dec 14 00:32:47.481 INFO STEP 117 (remove_files) COMPLETE |
4651 | 2024-12-14T00:32:49.065Z | [ recovery-image] Dec 14 00:32:47.481 INFO O| Dec 14 00:32:47.481 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4652 | 2024-12-14T00:32:49.102Z | [ recovery-image] Dec 14 00:32:47.517 INFO O| Dec 14 00:32:47.517 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4653 | 2024-12-14T00:32:49.102Z | [ recovery-image] Dec 14 00:32:47.518 INFO O| Dec 14 00:32:47.517 INFO STEP 118 (remove_files) COMPLETE |
4654 | 2024-12-14T00:32:49.106Z | [ recovery-image] Dec 14 00:32:47.518 INFO O| Dec 14 00:32:47.518 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4655 | 2024-12-14T00:32:49.108Z | [ host-image] Dec 14 00:32:47.524 INFO O| Dec 14 00:32:47.524 INFO O| Done |
4656 | 2024-12-14T00:32:49.120Z | [ recovery-image] Dec 14 00:32:47.536 INFO O| Dec 14 00:32:47.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4657 | 2024-12-14T00:32:49.120Z | [ recovery-image] Dec 14 00:32:47.536 INFO O| Dec 14 00:32:47.536 INFO STEP 119 (remove_files) COMPLETE |
4658 | 2024-12-14T00:32:49.133Z | [ recovery-image] Dec 14 00:32:47.536 INFO O| Dec 14 00:32:47.536 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-12-14T00:32:49.142Z | [ recovery-image] Dec 14 00:32:47.556 INFO O| Dec 14 00:32:47.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4660 | 2024-12-14T00:32:49.142Z | [ recovery-image] Dec 14 00:32:47.556 INFO O| Dec 14 00:32:47.556 INFO STEP 120 (remove_files) COMPLETE |
4661 | 2024-12-14T00:32:49.142Z | [ recovery-image] Dec 14 00:32:47.556 INFO O| Dec 14 00:32:47.556 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-12-14T00:32:49.730Z | [ recovery-image] Dec 14 00:32:48.145 INFO O| Dec 14 00:32:48.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4663 | 2024-12-14T00:32:49.731Z | [ recovery-image] Dec 14 00:32:48.146 INFO O| Dec 14 00:32:48.146 INFO STEP 121 (remove_files) COMPLETE |
4664 | 2024-12-14T00:32:49.734Z | [ recovery-image] Dec 14 00:32:48.146 INFO O| Dec 14 00:32:48.146 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-12-14T00:32:49.751Z | [ recovery-image] Dec 14 00:32:48.166 INFO O| Dec 14 00:32:48.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4666 | 2024-12-14T00:32:49.751Z | [ recovery-image] Dec 14 00:32:48.166 INFO O| Dec 14 00:32:48.166 INFO STEP 122 (remove_files) COMPLETE |
4667 | 2024-12-14T00:32:49.751Z | [ recovery-image] Dec 14 00:32:48.166 INFO O| Dec 14 00:32:48.166 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-12-14T00:32:49.771Z | [ recovery-image] Dec 14 00:32:48.186 INFO O| Dec 14 00:32:48.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4669 | 2024-12-14T00:32:49.774Z | [ recovery-image] Dec 14 00:32:48.187 INFO O| Dec 14 00:32:48.187 INFO STEP 123 (remove_files) COMPLETE |
4670 | 2024-12-14T00:32:49.774Z | [ recovery-image] Dec 14 00:32:48.187 INFO O| Dec 14 00:32:48.187 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-12-14T00:32:49.797Z | [ recovery-image] Dec 14 00:32:48.212 INFO O| Dec 14 00:32:48.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4672 | 2024-12-14T00:32:49.798Z | [ recovery-image] Dec 14 00:32:48.212 INFO O| Dec 14 00:32:48.212 INFO STEP 124 (remove_files) COMPLETE |
4673 | 2024-12-14T00:32:49.798Z | [ recovery-image] Dec 14 00:32:48.212 INFO O| Dec 14 00:32:48.212 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-12-14T00:32:49.830Z | [ recovery-image] Dec 14 00:32:48.244 INFO O| Dec 14 00:32:48.244 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4675 | 2024-12-14T00:32:49.830Z | [ recovery-image] Dec 14 00:32:48.245 INFO O| Dec 14 00:32:48.245 INFO STEP 125 (remove_files) COMPLETE |
4676 | 2024-12-14T00:32:49.833Z | [ recovery-image] Dec 14 00:32:48.245 INFO O| Dec 14 00:32:48.245 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-12-14T00:32:49.854Z | [ recovery-image] Dec 14 00:32:48.268 INFO O| Dec 14 00:32:48.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4678 | 2024-12-14T00:32:49.854Z | [ recovery-image] Dec 14 00:32:48.269 INFO O| Dec 14 00:32:48.268 INFO STEP 126 (remove_files) COMPLETE |
4679 | 2024-12-14T00:32:49.854Z | [ recovery-image] Dec 14 00:32:48.269 INFO O| Dec 14 00:32:48.269 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-12-14T00:32:49.875Z | [ recovery-image] Dec 14 00:32:48.290 INFO O| Dec 14 00:32:48.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4681 | 2024-12-14T00:32:49.875Z | [ recovery-image] Dec 14 00:32:48.290 INFO O| Dec 14 00:32:48.290 INFO STEP 127 (remove_files) COMPLETE |
4682 | 2024-12-14T00:32:49.877Z | [ recovery-image] Dec 14 00:32:48.291 INFO O| Dec 14 00:32:48.290 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-12-14T00:32:49.898Z | [ recovery-image] Dec 14 00:32:48.313 INFO O| Dec 14 00:32:48.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4684 | 2024-12-14T00:32:49.898Z | [ recovery-image] Dec 14 00:32:48.313 INFO O| Dec 14 00:32:48.313 INFO STEP 128 (remove_files) COMPLETE |
4685 | 2024-12-14T00:32:49.900Z | [ recovery-image] Dec 14 00:32:48.313 INFO O| Dec 14 00:32:48.313 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-12-14T00:32:49.962Z | [ recovery-image] Dec 14 00:32:48.377 INFO O| Dec 14 00:32:48.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4687 | 2024-12-14T00:32:49.962Z | [ recovery-image] Dec 14 00:32:48.377 INFO O| Dec 14 00:32:48.377 INFO STEP 129 (remove_files) COMPLETE |
4688 | 2024-12-14T00:32:49.964Z | [ recovery-image] Dec 14 00:32:48.377 INFO O| Dec 14 00:32:48.377 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-12-14T00:32:50.002Z | [ recovery-image] Dec 14 00:32:48.416 INFO O| Dec 14 00:32:48.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4690 | 2024-12-14T00:32:50.002Z | [ recovery-image] Dec 14 00:32:48.416 INFO O| Dec 14 00:32:48.416 INFO STEP 130 (remove_files) COMPLETE |
4691 | 2024-12-14T00:32:50.002Z | [ recovery-image] Dec 14 00:32:48.416 INFO O| Dec 14 00:32:48.416 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-12-14T00:32:50.024Z | [ recovery-image] Dec 14 00:32:48.439 INFO O| Dec 14 00:32:48.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4693 | 2024-12-14T00:32:50.024Z | [ recovery-image] Dec 14 00:32:48.439 INFO O| Dec 14 00:32:48.439 INFO STEP 131 (remove_files) COMPLETE |
4694 | 2024-12-14T00:32:50.024Z | [ recovery-image] Dec 14 00:32:48.439 INFO O| Dec 14 00:32:48.439 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-12-14T00:32:50.046Z | [ recovery-image] Dec 14 00:32:48.460 INFO O| Dec 14 00:32:48.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4696 | 2024-12-14T00:32:50.046Z | [ recovery-image] Dec 14 00:32:48.460 INFO O| Dec 14 00:32:48.460 INFO STEP 132 (remove_files) COMPLETE |
4697 | 2024-12-14T00:32:50.046Z | [ recovery-image] Dec 14 00:32:48.460 INFO O| Dec 14 00:32:48.460 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-12-14T00:32:50.068Z | [ recovery-image] Dec 14 00:32:48.482 INFO O| Dec 14 00:32:48.482 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4699 | 2024-12-14T00:32:50.068Z | [ recovery-image] Dec 14 00:32:48.482 INFO O| Dec 14 00:32:48.482 INFO STEP 133 (remove_files) COMPLETE |
4700 | 2024-12-14T00:32:50.068Z | [ recovery-image] Dec 14 00:32:48.483 INFO O| Dec 14 00:32:48.482 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-12-14T00:32:50.091Z | [ recovery-image] Dec 14 00:32:48.505 INFO O| Dec 14 00:32:48.505 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4702 | 2024-12-14T00:32:50.091Z | [ recovery-image] Dec 14 00:32:48.505 INFO O| Dec 14 00:32:48.505 INFO STEP 134 (remove_files) COMPLETE |
4703 | 2024-12-14T00:32:50.091Z | [ recovery-image] Dec 14 00:32:48.505 INFO O| Dec 14 00:32:48.505 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-12-14T00:32:50.113Z | [ recovery-image] Dec 14 00:32:48.527 INFO O| Dec 14 00:32:48.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4705 | 2024-12-14T00:32:50.113Z | [ recovery-image] Dec 14 00:32:48.528 INFO O| Dec 14 00:32:48.528 INFO STEP 135 (remove_files) COMPLETE |
4706 | 2024-12-14T00:32:50.115Z | [ recovery-image] Dec 14 00:32:48.528 INFO O| Dec 14 00:32:48.528 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-12-14T00:32:50.136Z | [ recovery-image] Dec 14 00:32:48.551 INFO O| Dec 14 00:32:48.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4708 | 2024-12-14T00:32:50.136Z | [ recovery-image] Dec 14 00:32:48.551 INFO O| Dec 14 00:32:48.551 INFO STEP 136 (remove_files) COMPLETE |
4709 | 2024-12-14T00:32:50.138Z | [ recovery-image] Dec 14 00:32:48.551 INFO O| Dec 14 00:32:48.551 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-12-14T00:32:50.159Z | [ recovery-image] Dec 14 00:32:48.574 INFO O| Dec 14 00:32:48.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4711 | 2024-12-14T00:32:50.159Z | [ recovery-image] Dec 14 00:32:48.574 INFO O| Dec 14 00:32:48.574 INFO STEP 137 (remove_files) COMPLETE |
4712 | 2024-12-14T00:32:50.159Z | [ recovery-image] Dec 14 00:32:48.574 INFO O| Dec 14 00:32:48.574 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-12-14T00:32:50.180Z | [ recovery-image] Dec 14 00:32:48.595 INFO O| Dec 14 00:32:48.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4714 | 2024-12-14T00:32:50.180Z | [ recovery-image] Dec 14 00:32:48.595 INFO O| Dec 14 00:32:48.595 INFO STEP 138 (remove_files) COMPLETE |
4715 | 2024-12-14T00:32:50.183Z | [ recovery-image] Dec 14 00:32:48.595 INFO O| Dec 14 00:32:48.595 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-12-14T00:32:50.201Z | [ recovery-image] Dec 14 00:32:48.616 INFO O| Dec 14 00:32:48.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4717 | 2024-12-14T00:32:50.201Z | [ recovery-image] Dec 14 00:32:48.616 INFO O| Dec 14 00:32:48.616 INFO STEP 139 (remove_files) COMPLETE |
4718 | 2024-12-14T00:32:50.204Z | [ recovery-image] Dec 14 00:32:48.616 INFO O| Dec 14 00:32:48.616 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-12-14T00:32:50.224Z | [ recovery-image] Dec 14 00:32:48.638 INFO O| Dec 14 00:32:48.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4720 | 2024-12-14T00:32:50.224Z | [ recovery-image] Dec 14 00:32:48.639 INFO O| Dec 14 00:32:48.639 INFO STEP 140 (remove_files) COMPLETE |
4721 | 2024-12-14T00:32:50.224Z | [ recovery-image] Dec 14 00:32:48.639 INFO O| Dec 14 00:32:48.639 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-12-14T00:32:50.246Z | [ recovery-image] Dec 14 00:32:48.661 INFO O| Dec 14 00:32:48.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4723 | 2024-12-14T00:32:50.246Z | [ recovery-image] Dec 14 00:32:48.661 INFO O| Dec 14 00:32:48.661 INFO STEP 141 (remove_files) COMPLETE |
4724 | 2024-12-14T00:32:50.246Z | [ recovery-image] Dec 14 00:32:48.661 INFO O| Dec 14 00:32:48.661 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-12-14T00:32:50.270Z | [ recovery-image] Dec 14 00:32:48.685 INFO O| Dec 14 00:32:48.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4726 | 2024-12-14T00:32:50.270Z | [ recovery-image] Dec 14 00:32:48.685 INFO O| Dec 14 00:32:48.685 INFO STEP 142 (remove_files) COMPLETE |
4727 | 2024-12-14T00:32:50.270Z | [ recovery-image] Dec 14 00:32:48.685 INFO O| Dec 14 00:32:48.685 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-12-14T00:32:50.293Z | [ recovery-image] Dec 14 00:32:48.708 INFO O| Dec 14 00:32:48.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4729 | 2024-12-14T00:32:50.293Z | [ recovery-image] Dec 14 00:32:48.708 INFO O| Dec 14 00:32:48.708 INFO STEP 143 (remove_files) COMPLETE |
4730 | 2024-12-14T00:32:50.293Z | [ recovery-image] Dec 14 00:32:48.708 INFO O| Dec 14 00:32:48.708 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-12-14T00:32:50.316Z | [ recovery-image] Dec 14 00:32:48.731 INFO O| Dec 14 00:32:48.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4732 | 2024-12-14T00:32:50.316Z | [ recovery-image] Dec 14 00:32:48.731 INFO O| Dec 14 00:32:48.731 INFO STEP 144 (remove_files) COMPLETE |
4733 | 2024-12-14T00:32:50.316Z | [ recovery-image] Dec 14 00:32:48.731 INFO O| Dec 14 00:32:48.731 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-12-14T00:32:50.340Z | [ recovery-image] Dec 14 00:32:48.755 INFO O| Dec 14 00:32:48.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4735 | 2024-12-14T00:32:50.340Z | [ recovery-image] Dec 14 00:32:48.755 INFO O| Dec 14 00:32:48.755 INFO STEP 145 (remove_files) COMPLETE |
4736 | 2024-12-14T00:32:50.342Z | [ recovery-image] Dec 14 00:32:48.755 INFO O| Dec 14 00:32:48.755 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-12-14T00:32:50.363Z | [ recovery-image] Dec 14 00:32:48.778 INFO O| Dec 14 00:32:48.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4738 | 2024-12-14T00:32:50.363Z | [ recovery-image] Dec 14 00:32:48.778 INFO O| Dec 14 00:32:48.778 INFO STEP 146 (remove_files) COMPLETE |
4739 | 2024-12-14T00:32:50.366Z | [ recovery-image] Dec 14 00:32:48.778 INFO O| Dec 14 00:32:48.778 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-12-14T00:32:50.386Z | [ recovery-image] Dec 14 00:32:48.801 INFO O| Dec 14 00:32:48.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4741 | 2024-12-14T00:32:50.386Z | [ recovery-image] Dec 14 00:32:48.801 INFO O| Dec 14 00:32:48.801 INFO STEP 147 (remove_files) COMPLETE |
4742 | 2024-12-14T00:32:50.389Z | [ recovery-image] Dec 14 00:32:48.801 INFO O| Dec 14 00:32:48.801 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-12-14T00:32:50.409Z | [ recovery-image] Dec 14 00:32:48.824 INFO O| Dec 14 00:32:48.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4744 | 2024-12-14T00:32:50.412Z | [ recovery-image] Dec 14 00:32:48.824 INFO O| Dec 14 00:32:48.824 INFO STEP 148 (remove_files) COMPLETE |
4745 | 2024-12-14T00:32:50.412Z | [ recovery-image] Dec 14 00:32:48.825 INFO O| Dec 14 00:32:48.824 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-12-14T00:32:50.431Z | [ recovery-image] Dec 14 00:32:48.846 INFO O| Dec 14 00:32:48.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4747 | 2024-12-14T00:32:50.432Z | [ recovery-image] Dec 14 00:32:48.847 INFO O| Dec 14 00:32:48.847 INFO STEP 149 (remove_files) COMPLETE |
4748 | 2024-12-14T00:32:50.434Z | [ recovery-image] Dec 14 00:32:48.847 INFO O| Dec 14 00:32:48.847 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-12-14T00:32:50.453Z | [ recovery-image] Dec 14 00:32:48.868 INFO O| Dec 14 00:32:48.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4750 | 2024-12-14T00:32:50.453Z | [ recovery-image] Dec 14 00:32:48.868 INFO O| Dec 14 00:32:48.868 INFO STEP 150 (remove_files) COMPLETE |
4751 | 2024-12-14T00:32:50.456Z | [ recovery-image] Dec 14 00:32:48.868 INFO O| Dec 14 00:32:48.868 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-12-14T00:32:50.507Z | [ recovery-image] Dec 14 00:32:48.888 INFO O| Dec 14 00:32:48.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4753 | 2024-12-14T00:32:50.508Z | [ recovery-image] Dec 14 00:32:48.888 INFO O| Dec 14 00:32:48.888 INFO STEP 151 (remove_files) COMPLETE |
4754 | 2024-12-14T00:32:50.508Z | [ recovery-image] Dec 14 00:32:48.888 INFO O| Dec 14 00:32:48.888 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-12-14T00:32:50.508Z | [ recovery-image] Dec 14 00:32:48.909 INFO O| Dec 14 00:32:48.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4756 | 2024-12-14T00:32:50.508Z | [ recovery-image] Dec 14 00:32:48.909 INFO O| Dec 14 00:32:48.909 INFO STEP 152 (remove_files) COMPLETE |
4757 | 2024-12-14T00:32:50.508Z | [ recovery-image] Dec 14 00:32:48.909 INFO O| Dec 14 00:32:48.909 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-12-14T00:32:50.514Z | [ recovery-image] Dec 14 00:32:48.929 INFO O| Dec 14 00:32:48.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4759 | 2024-12-14T00:32:50.517Z | [ recovery-image] Dec 14 00:32:48.929 INFO O| Dec 14 00:32:48.929 INFO STEP 153 (remove_files) COMPLETE |
4760 | 2024-12-14T00:32:50.517Z | [ recovery-image] Dec 14 00:32:48.930 INFO O| Dec 14 00:32:48.929 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-12-14T00:32:50.535Z | [ recovery-image] Dec 14 00:32:48.950 INFO O| Dec 14 00:32:48.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4762 | 2024-12-14T00:32:50.586Z | [ recovery-image] Dec 14 00:32:49.000 INFO O| Dec 14 00:32:49.000 INFO STEP 154 (remove_files) COMPLETE |
4763 | 2024-12-14T00:32:50.586Z | [ recovery-image] Dec 14 00:32:49.000 INFO O| Dec 14 00:32:49.000 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-12-14T00:32:50.641Z | [ recovery-image] Dec 14 00:32:49.055 INFO O| Dec 14 00:32:49.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4765 | 2024-12-14T00:32:50.641Z | [ recovery-image] Dec 14 00:32:49.055 INFO O| Dec 14 00:32:49.055 INFO STEP 155 (remove_files) COMPLETE |
4766 | 2024-12-14T00:32:50.641Z | [ recovery-image] Dec 14 00:32:49.055 INFO O| Dec 14 00:32:49.055 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-12-14T00:32:50.701Z | [ recovery-image] Dec 14 00:32:49.115 INFO O| Dec 14 00:32:49.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4768 | 2024-12-14T00:32:50.701Z | [ recovery-image] Dec 14 00:32:49.116 INFO O| Dec 14 00:32:49.116 INFO STEP 156 (remove_files) COMPLETE |
4769 | 2024-12-14T00:32:50.704Z | [ recovery-image] Dec 14 00:32:49.116 INFO O| Dec 14 00:32:49.116 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-12-14T00:32:50.790Z | [ recovery-image] Dec 14 00:32:49.139 INFO O| Dec 14 00:32:49.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4771 | 2024-12-14T00:32:50.790Z | [ recovery-image] Dec 14 00:32:49.139 INFO O| Dec 14 00:32:49.139 INFO STEP 157 (remove_files) COMPLETE |
4772 | 2024-12-14T00:32:50.790Z | [ recovery-image] Dec 14 00:32:49.139 INFO O| Dec 14 00:32:49.139 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-12-14T00:32:50.790Z | [ recovery-image] Dec 14 00:32:49.178 INFO O| Dec 14 00:32:49.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4774 | 2024-12-14T00:32:50.790Z | [ recovery-image] Dec 14 00:32:49.178 INFO O| Dec 14 00:32:49.178 INFO STEP 158 (remove_files) COMPLETE |
4775 | 2024-12-14T00:32:50.791Z | [ recovery-image] Dec 14 00:32:49.178 INFO O| Dec 14 00:32:49.178 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-12-14T00:32:50.808Z | [ recovery-image] Dec 14 00:32:49.223 INFO O| Dec 14 00:32:49.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4777 | 2024-12-14T00:32:50.811Z | [ recovery-image] Dec 14 00:32:49.223 INFO O| Dec 14 00:32:49.223 INFO STEP 159 (remove_files) COMPLETE |
4778 | 2024-12-14T00:32:50.811Z | [ recovery-image] Dec 14 00:32:49.223 INFO O| Dec 14 00:32:49.223 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-12-14T00:32:50.867Z | [ recovery-image] Dec 14 00:32:49.281 INFO O| Dec 14 00:32:49.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4780 | 2024-12-14T00:32:50.867Z | [ recovery-image] Dec 14 00:32:49.281 INFO O| Dec 14 00:32:49.281 INFO STEP 160 (remove_files) COMPLETE |
4781 | 2024-12-14T00:32:50.867Z | [ recovery-image] Dec 14 00:32:49.282 INFO O| Dec 14 00:32:49.281 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-12-14T00:32:50.891Z | [ recovery-image] Dec 14 00:32:49.305 INFO O| Dec 14 00:32:49.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4783 | 2024-12-14T00:32:50.891Z | [ recovery-image] Dec 14 00:32:49.305 INFO O| Dec 14 00:32:49.305 INFO STEP 161 (remove_files) COMPLETE |
4784 | 2024-12-14T00:32:50.891Z | [ recovery-image] Dec 14 00:32:49.305 INFO O| Dec 14 00:32:49.305 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-12-14T00:32:50.909Z | [ recovery-image] Dec 14 00:32:49.323 INFO O| Dec 14 00:32:49.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4786 | 2024-12-14T00:32:50.909Z | [ recovery-image] Dec 14 00:32:49.324 INFO O| Dec 14 00:32:49.323 INFO STEP 162 (remove_files) COMPLETE |
4787 | 2024-12-14T00:32:50.909Z | [ recovery-image] Dec 14 00:32:49.324 INFO O| Dec 14 00:32:49.323 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-12-14T00:32:50.928Z | [ recovery-image] Dec 14 00:32:49.342 INFO O| Dec 14 00:32:49.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4789 | 2024-12-14T00:32:50.928Z | [ recovery-image] Dec 14 00:32:49.342 INFO O| Dec 14 00:32:49.342 INFO STEP 163 (remove_files) COMPLETE |
4790 | 2024-12-14T00:32:50.928Z | [ recovery-image] Dec 14 00:32:49.342 INFO O| Dec 14 00:32:49.342 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-12-14T00:32:50.946Z | [ recovery-image] Dec 14 00:32:49.360 INFO O| Dec 14 00:32:49.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4792 | 2024-12-14T00:32:50.946Z | [ recovery-image] Dec 14 00:32:49.360 INFO O| Dec 14 00:32:49.360 INFO STEP 164 (remove_files) COMPLETE |
4793 | 2024-12-14T00:32:50.946Z | [ recovery-image] Dec 14 00:32:49.360 INFO O| Dec 14 00:32:49.360 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-12-14T00:32:50.994Z | [ recovery-image] Dec 14 00:32:49.395 INFO O| Dec 14 00:32:49.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4795 | 2024-12-14T00:32:51.003Z | [ recovery-image] Dec 14 00:32:49.418 INFO O| Dec 14 00:32:49.418 INFO STEP 165 (remove_files) COMPLETE |
4796 | 2024-12-14T00:32:51.003Z | [ recovery-image] Dec 14 00:32:49.418 INFO O| Dec 14 00:32:49.418 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-12-14T00:32:51.070Z | [ recovery-image] Dec 14 00:32:49.483 INFO O| Dec 14 00:32:49.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4798 | 2024-12-14T00:32:51.070Z | [ recovery-image] Dec 14 00:32:49.484 INFO O| Dec 14 00:32:49.483 INFO STEP 166 (remove_files) COMPLETE |
4799 | 2024-12-14T00:32:51.070Z | [ recovery-image] Dec 14 00:32:49.484 INFO O| Dec 14 00:32:49.484 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-12-14T00:32:51.142Z | [ recovery-image] Dec 14 00:32:49.557 INFO O| Dec 14 00:32:49.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4801 | 2024-12-14T00:32:51.143Z | [ recovery-image] Dec 14 00:32:49.557 INFO O| Dec 14 00:32:49.557 INFO STEP 167 (remove_files) COMPLETE |
4802 | 2024-12-14T00:32:51.143Z | [ recovery-image] Dec 14 00:32:49.557 INFO O| Dec 14 00:32:49.557 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-12-14T00:32:51.161Z | [ recovery-image] Dec 14 00:32:49.576 INFO O| Dec 14 00:32:49.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4804 | 2024-12-14T00:32:51.161Z | [ recovery-image] Dec 14 00:32:49.576 INFO O| Dec 14 00:32:49.576 INFO STEP 168 (remove_files) COMPLETE |
4805 | 2024-12-14T00:32:51.164Z | [ recovery-image] Dec 14 00:32:49.576 INFO O| Dec 14 00:32:49.576 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-12-14T00:32:51.180Z | [ recovery-image] Dec 14 00:32:49.595 INFO O| Dec 14 00:32:49.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4807 | 2024-12-14T00:32:51.180Z | [ recovery-image] Dec 14 00:32:49.595 INFO O| Dec 14 00:32:49.595 INFO STEP 169 (remove_files) COMPLETE |
4808 | 2024-12-14T00:32:51.180Z | [ recovery-image] Dec 14 00:32:49.595 INFO O| Dec 14 00:32:49.595 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-12-14T00:32:51.198Z | [ recovery-image] Dec 14 00:32:49.613 INFO O| Dec 14 00:32:49.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4810 | 2024-12-14T00:32:51.198Z | [ recovery-image] Dec 14 00:32:49.613 INFO O| Dec 14 00:32:49.613 INFO STEP 170 (remove_files) COMPLETE |
4811 | 2024-12-14T00:32:51.198Z | [ recovery-image] Dec 14 00:32:49.613 INFO O| Dec 14 00:32:49.613 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-12-14T00:32:51.218Z | [ recovery-image] Dec 14 00:32:49.633 INFO O| Dec 14 00:32:49.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4813 | 2024-12-14T00:32:51.218Z | [ recovery-image] Dec 14 00:32:49.633 INFO O| Dec 14 00:32:49.633 INFO STEP 171 (remove_files) COMPLETE |
4814 | 2024-12-14T00:32:51.218Z | [ recovery-image] Dec 14 00:32:49.633 INFO O| Dec 14 00:32:49.633 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-12-14T00:32:51.237Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
4816 | 2024-12-14T00:32:51.242Z | [ recovery-image] Dec 14 00:32:49.655 INFO O| Dec 14 00:32:49.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4817 | 2024-12-14T00:32:51.259Z | [ recovery-image] Dec 14 00:32:49.674 INFO O| Dec 14 00:32:49.674 INFO STEP 172 (remove_files) COMPLETE |
4818 | 2024-12-14T00:32:51.259Z | [ recovery-image] Dec 14 00:32:49.674 INFO O| Dec 14 00:32:49.674 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-12-14T00:32:51.326Z | [ recovery-image] Dec 14 00:32:49.741 INFO O| Dec 14 00:32:49.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4820 | 2024-12-14T00:32:51.328Z | [ recovery-image] Dec 14 00:32:49.741 INFO O| Dec 14 00:32:49.741 INFO STEP 173 (remove_files) COMPLETE |
4821 | 2024-12-14T00:32:51.328Z | [ recovery-image] Dec 14 00:32:49.741 INFO O| Dec 14 00:32:49.741 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-12-14T00:32:51.348Z | [ recovery-image] Dec 14 00:32:49.763 INFO O| Dec 14 00:32:49.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4823 | 2024-12-14T00:32:51.351Z | [ recovery-image] Dec 14 00:32:49.763 INFO O| Dec 14 00:32:49.763 INFO STEP 174 (remove_files) COMPLETE |
4824 | 2024-12-14T00:32:51.351Z | [ recovery-image] Dec 14 00:32:49.763 INFO O| Dec 14 00:32:49.763 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-12-14T00:32:51.369Z | [ recovery-image] Dec 14 00:32:49.784 INFO O| Dec 14 00:32:49.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4826 | 2024-12-14T00:32:51.373Z | [ recovery-image] Dec 14 00:32:49.784 INFO O| Dec 14 00:32:49.784 INFO STEP 175 (remove_files) COMPLETE |
4827 | 2024-12-14T00:32:51.373Z | [ recovery-image] Dec 14 00:32:49.785 INFO O| Dec 14 00:32:49.785 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-12-14T00:32:51.427Z | [ recovery-image] Dec 14 00:32:49.841 INFO O| Dec 14 00:32:49.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4829 | 2024-12-14T00:32:51.429Z | [ recovery-image] Dec 14 00:32:49.841 INFO O| Dec 14 00:32:49.841 INFO STEP 176 (remove_files) COMPLETE |
4830 | 2024-12-14T00:32:51.429Z | [ recovery-image] Dec 14 00:32:49.841 INFO O| Dec 14 00:32:49.841 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-12-14T00:32:51.451Z | [ recovery-image] Dec 14 00:32:49.865 INFO O| Dec 14 00:32:49.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4832 | 2024-12-14T00:32:51.451Z | [ recovery-image] Dec 14 00:32:49.865 INFO O| Dec 14 00:32:49.865 INFO STEP 177 (remove_files) COMPLETE |
4833 | 2024-12-14T00:32:51.452Z | [ recovery-image] Dec 14 00:32:49.865 INFO O| Dec 14 00:32:49.865 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-12-14T00:32:51.472Z | [ recovery-image] Dec 14 00:32:49.887 INFO O| Dec 14 00:32:49.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4835 | 2024-12-14T00:32:51.472Z | [ recovery-image] Dec 14 00:32:49.887 INFO O| Dec 14 00:32:49.887 INFO STEP 178 (remove_files) COMPLETE |
4836 | 2024-12-14T00:32:51.472Z | [ recovery-image] Dec 14 00:32:49.887 INFO O| Dec 14 00:32:49.887 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4837 | 2024-12-14T00:32:51.495Z | [ recovery-image] Dec 14 00:32:49.909 INFO O| Dec 14 00:32:49.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4838 | 2024-12-14T00:32:51.495Z | [ recovery-image] Dec 14 00:32:49.909 INFO O| Dec 14 00:32:49.909 INFO STEP 179 (remove_files) COMPLETE |
4839 | 2024-12-14T00:32:51.495Z | [ recovery-image] Dec 14 00:32:49.909 INFO O| Dec 14 00:32:49.909 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4840 | 2024-12-14T00:32:51.514Z | [ recovery-image] Dec 14 00:32:49.929 INFO O| Dec 14 00:32:49.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4841 | 2024-12-14T00:32:51.515Z | [ recovery-image] Dec 14 00:32:49.929 INFO O| Dec 14 00:32:49.929 INFO STEP 180 (remove_files) COMPLETE |
4842 | 2024-12-14T00:32:51.515Z | [ recovery-image] Dec 14 00:32:49.929 INFO O| Dec 14 00:32:49.929 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4843 | 2024-12-14T00:32:51.535Z | [ recovery-image] Dec 14 00:32:49.950 INFO O| Dec 14 00:32:49.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4844 | 2024-12-14T00:32:51.563Z | [ recovery-image] Dec 14 00:32:49.977 INFO O| Dec 14 00:32:49.977 INFO STEP 181 (remove_files) COMPLETE |
4845 | 2024-12-14T00:32:51.563Z | [ recovery-image] Dec 14 00:32:49.977 INFO O| Dec 14 00:32:49.977 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4846 | 2024-12-14T00:32:51.600Z | [ recovery-image] Dec 14 00:32:50.014 INFO O| Dec 14 00:32:50.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4847 | 2024-12-14T00:32:51.600Z | [ recovery-image] Dec 14 00:32:50.014 INFO O| Dec 14 00:32:50.014 INFO STEP 182 (remove_files) COMPLETE |
4848 | 2024-12-14T00:32:51.600Z | [ recovery-image] Dec 14 00:32:50.014 INFO O| Dec 14 00:32:50.014 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4849 | 2024-12-14T00:32:51.628Z | [ recovery-image] Dec 14 00:32:50.042 INFO O| Dec 14 00:32:50.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4850 | 2024-12-14T00:32:51.628Z | [ recovery-image] Dec 14 00:32:50.042 INFO O| Dec 14 00:32:50.042 INFO STEP 183 (remove_files) COMPLETE |
4851 | 2024-12-14T00:32:51.628Z | [ recovery-image] Dec 14 00:32:50.042 INFO O| Dec 14 00:32:50.042 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4852 | 2024-12-14T00:32:51.648Z | [ recovery-image] Dec 14 00:32:50.063 INFO O| Dec 14 00:32:50.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4853 | 2024-12-14T00:32:51.648Z | [ recovery-image] Dec 14 00:32:50.063 INFO O| Dec 14 00:32:50.063 INFO STEP 184 (remove_files) COMPLETE |
4854 | 2024-12-14T00:32:51.648Z | [ recovery-image] Dec 14 00:32:50.063 INFO O| Dec 14 00:32:50.063 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-12-14T00:32:51.679Z | [ recovery-image] Dec 14 00:32:50.094 INFO O| Dec 14 00:32:50.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4856 | 2024-12-14T00:32:51.680Z | [ recovery-image] Dec 14 00:32:50.094 INFO O| Dec 14 00:32:50.094 INFO STEP 185 (remove_files) COMPLETE |
4857 | 2024-12-14T00:32:51.682Z | [ recovery-image] Dec 14 00:32:50.094 INFO O| Dec 14 00:32:50.094 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-12-14T00:32:51.701Z | [ recovery-image] Dec 14 00:32:50.115 INFO O| Dec 14 00:32:50.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4859 | 2024-12-14T00:32:51.701Z | [ recovery-image] Dec 14 00:32:50.115 INFO O| Dec 14 00:32:50.115 INFO STEP 186 (remove_files) COMPLETE |
4860 | 2024-12-14T00:32:51.704Z | [ recovery-image] Dec 14 00:32:50.115 INFO O| Dec 14 00:32:50.115 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-12-14T00:32:51.733Z | [ recovery-image] Dec 14 00:32:50.147 INFO O| Dec 14 00:32:50.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4862 | 2024-12-14T00:32:51.733Z | [ recovery-image] Dec 14 00:32:50.148 INFO O| Dec 14 00:32:50.148 INFO STEP 187 (remove_files) COMPLETE |
4863 | 2024-12-14T00:32:51.733Z | [ recovery-image] Dec 14 00:32:50.148 INFO O| Dec 14 00:32:50.148 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-12-14T00:32:51.753Z | [ recovery-image] Dec 14 00:32:50.168 INFO O| Dec 14 00:32:50.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4865 | 2024-12-14T00:32:51.755Z | [ recovery-image] Dec 14 00:32:50.168 INFO O| Dec 14 00:32:50.168 INFO STEP 188 (remove_files) COMPLETE |
4866 | 2024-12-14T00:32:51.756Z | [ recovery-image] Dec 14 00:32:50.168 INFO O| Dec 14 00:32:50.168 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-12-14T00:32:51.785Z | [ recovery-image] Dec 14 00:32:50.199 INFO O| Dec 14 00:32:50.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4868 | 2024-12-14T00:32:51.785Z | [ recovery-image] Dec 14 00:32:50.199 INFO O| Dec 14 00:32:50.199 INFO STEP 189 (remove_files) COMPLETE |
4869 | 2024-12-14T00:32:51.786Z | [ recovery-image] Dec 14 00:32:50.199 INFO O| Dec 14 00:32:50.199 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-12-14T00:32:51.805Z | [ recovery-image] Dec 14 00:32:50.220 INFO O| Dec 14 00:32:50.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4871 | 2024-12-14T00:32:51.806Z | [ recovery-image] Dec 14 00:32:50.220 INFO O| Dec 14 00:32:50.220 INFO STEP 190 (remove_files) COMPLETE |
4872 | 2024-12-14T00:32:51.808Z | [ recovery-image] Dec 14 00:32:50.220 INFO O| Dec 14 00:32:50.220 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-12-14T00:32:51.826Z | [ recovery-image] Dec 14 00:32:50.239 INFO O| Dec 14 00:32:50.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4874 | 2024-12-14T00:32:51.826Z | [ recovery-image] Dec 14 00:32:50.240 INFO O| Dec 14 00:32:50.239 INFO STEP 191 (remove_files) COMPLETE |
4875 | 2024-12-14T00:32:51.827Z | [ recovery-image] Dec 14 00:32:50.240 INFO O| Dec 14 00:32:50.240 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-12-14T00:32:51.844Z | [ recovery-image] Dec 14 00:32:50.259 INFO O| Dec 14 00:32:50.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4877 | 2024-12-14T00:32:51.844Z | [ recovery-image] Dec 14 00:32:50.259 INFO O| Dec 14 00:32:50.259 INFO STEP 192 (remove_files) COMPLETE |
4878 | 2024-12-14T00:32:51.844Z | [ recovery-image] Dec 14 00:32:50.259 INFO O| Dec 14 00:32:50.259 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4879 | 2024-12-14T00:32:51.864Z | [ recovery-image] Dec 14 00:32:50.278 INFO O| Dec 14 00:32:50.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4880 | 2024-12-14T00:32:51.864Z | [ recovery-image] Dec 14 00:32:50.278 INFO O| Dec 14 00:32:50.278 INFO STEP 193 (remove_files) COMPLETE |
4881 | 2024-12-14T00:32:51.866Z | [ recovery-image] Dec 14 00:32:50.279 INFO O| Dec 14 00:32:50.278 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4882 | 2024-12-14T00:32:51.890Z | [ recovery-image] Dec 14 00:32:50.304 INFO O| Dec 14 00:32:50.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4883 | 2024-12-14T00:32:51.890Z | [ recovery-image] Dec 14 00:32:50.304 INFO O| Dec 14 00:32:50.304 INFO STEP 194 (remove_files) COMPLETE |
4884 | 2024-12-14T00:32:51.890Z | [ recovery-image] Dec 14 00:32:50.304 INFO O| Dec 14 00:32:50.304 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4885 | 2024-12-14T00:32:51.948Z | [ recovery-image] Dec 14 00:32:50.363 INFO O| Dec 14 00:32:50.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4886 | 2024-12-14T00:32:51.948Z | [ recovery-image] Dec 14 00:32:50.363 INFO O| Dec 14 00:32:50.363 INFO STEP 195 (remove_files) COMPLETE |
4887 | 2024-12-14T00:32:51.948Z | [ recovery-image] Dec 14 00:32:50.363 INFO O| Dec 14 00:32:50.363 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4888 | 2024-12-14T00:32:51.969Z | [ recovery-image] Dec 14 00:32:50.384 INFO O| Dec 14 00:32:50.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4889 | 2024-12-14T00:32:51.969Z | [ recovery-image] Dec 14 00:32:50.384 INFO O| Dec 14 00:32:50.384 INFO STEP 196 (remove_files) COMPLETE |
4890 | 2024-12-14T00:32:51.969Z | [ recovery-image] Dec 14 00:32:50.384 INFO O| Dec 14 00:32:50.384 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4891 | 2024-12-14T00:32:51.998Z | [ recovery-image] Dec 14 00:32:50.412 INFO O| Dec 14 00:32:50.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4892 | 2024-12-14T00:32:52.001Z | [ recovery-image] Dec 14 00:32:50.412 INFO O| Dec 14 00:32:50.412 INFO STEP 197 (remove_files) COMPLETE |
4893 | 2024-12-14T00:32:52.001Z | [ recovery-image] Dec 14 00:32:50.413 INFO O| Dec 14 00:32:50.412 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4894 | 2024-12-14T00:32:52.022Z | [ recovery-image] Dec 14 00:32:50.434 INFO O| Dec 14 00:32:50.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4895 | 2024-12-14T00:32:52.022Z | [ recovery-image] Dec 14 00:32:50.435 INFO O| Dec 14 00:32:50.435 INFO STEP 198 (remove_files) COMPLETE |
4896 | 2024-12-14T00:32:52.022Z | [ recovery-image] Dec 14 00:32:50.435 INFO O| Dec 14 00:32:50.435 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4897 | 2024-12-14T00:32:52.040Z | [ recovery-image] Dec 14 00:32:50.454 INFO O| Dec 14 00:32:50.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4898 | 2024-12-14T00:32:52.040Z | [ recovery-image] Dec 14 00:32:50.455 INFO O| Dec 14 00:32:50.455 INFO STEP 199 (remove_files) COMPLETE |
4899 | 2024-12-14T00:32:52.040Z | [ recovery-image] Dec 14 00:32:50.455 INFO O| Dec 14 00:32:50.455 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4900 | 2024-12-14T00:32:52.047Z | [ host-image] Dec 14 00:32:50.462 INFO O| Dec 14 00:32:50.462 INFO O| Done |
4901 | 2024-12-14T00:32:52.060Z | [ recovery-image] Dec 14 00:32:50.475 INFO O| Dec 14 00:32:50.475 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4902 | 2024-12-14T00:32:52.060Z | [ recovery-image] Dec 14 00:32:50.475 INFO O| Dec 14 00:32:50.475 INFO STEP 200 (remove_files) COMPLETE |
4903 | 2024-12-14T00:32:52.060Z | [ recovery-image] Dec 14 00:32:50.475 INFO O| Dec 14 00:32:50.475 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4904 | 2024-12-14T00:32:52.081Z | [ recovery-image] Dec 14 00:32:50.496 INFO O| Dec 14 00:32:50.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4905 | 2024-12-14T00:32:52.083Z | [ recovery-image] Dec 14 00:32:50.496 INFO O| Dec 14 00:32:50.496 INFO STEP 201 (remove_files) COMPLETE |
4906 | 2024-12-14T00:32:52.083Z | [ recovery-image] Dec 14 00:32:50.496 INFO O| Dec 14 00:32:50.496 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4907 | 2024-12-14T00:32:52.092Z | [ host-image] Dec 14 00:32:50.506 INFO O| Dec 14 00:32:50.506 INFO O| Done |
4908 | 2024-12-14T00:32:52.092Z | [ host-image] Dec 14 00:32:50.506 INFO O| Dec 14 00:32:50.506 INFO O| Done |
4909 | 2024-12-14T00:32:52.102Z | [ recovery-image] Dec 14 00:32:50.516 INFO O| Dec 14 00:32:50.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4910 | 2024-12-14T00:32:52.102Z | [ recovery-image] Dec 14 00:32:50.516 INFO O| Dec 14 00:32:50.516 INFO STEP 202 (remove_files) COMPLETE |
4911 | 2024-12-14T00:32:52.102Z | [ recovery-image] Dec 14 00:32:50.516 INFO O| Dec 14 00:32:50.516 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4912 | 2024-12-14T00:32:52.119Z | [ host-image] Dec 14 00:32:50.533 INFO O| Dec 14 00:32:50.533 INFO O| Done |
4913 | 2024-12-14T00:32:52.123Z | [ recovery-image] Dec 14 00:32:50.536 INFO O| Dec 14 00:32:50.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4914 | 2024-12-14T00:32:52.123Z | [ recovery-image] Dec 14 00:32:50.536 INFO O| Dec 14 00:32:50.536 INFO STEP 203 (remove_files) COMPLETE |
4915 | 2024-12-14T00:32:52.123Z | [ recovery-image] Dec 14 00:32:50.536 INFO O| Dec 14 00:32:50.536 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4916 | 2024-12-14T00:32:52.143Z | [ recovery-image] Dec 14 00:32:50.557 INFO O| Dec 14 00:32:50.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4917 | 2024-12-14T00:32:52.143Z | [ recovery-image] Dec 14 00:32:50.557 INFO O| Dec 14 00:32:50.557 INFO STEP 204 (remove_files) COMPLETE |
4918 | 2024-12-14T00:32:52.143Z | [ recovery-image] Dec 14 00:32:50.557 INFO O| Dec 14 00:32:50.557 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4919 | 2024-12-14T00:32:52.166Z | [ recovery-image] Dec 14 00:32:50.579 INFO O| Dec 14 00:32:50.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4920 | 2024-12-14T00:32:52.166Z | [ recovery-image] Dec 14 00:32:50.579 INFO O| Dec 14 00:32:50.579 INFO STEP 205 (remove_files) COMPLETE |
4921 | 2024-12-14T00:32:52.166Z | [ recovery-image] Dec 14 00:32:50.579 INFO O| Dec 14 00:32:50.579 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4922 | 2024-12-14T00:32:52.185Z | [ recovery-image] Dec 14 00:32:50.600 INFO O| Dec 14 00:32:50.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4923 | 2024-12-14T00:32:52.185Z | [ recovery-image] Dec 14 00:32:50.600 INFO O| Dec 14 00:32:50.600 INFO STEP 206 (remove_files) COMPLETE |
4924 | 2024-12-14T00:32:52.185Z | [ recovery-image] Dec 14 00:32:50.600 INFO O| Dec 14 00:32:50.600 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4925 | 2024-12-14T00:32:52.227Z | [ recovery-image] Dec 14 00:32:50.640 INFO O| Dec 14 00:32:50.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4926 | 2024-12-14T00:32:52.229Z | [ recovery-image] Dec 14 00:32:50.640 INFO O| Dec 14 00:32:50.640 INFO STEP 207 (remove_files) COMPLETE |
4927 | 2024-12-14T00:32:52.229Z | [ recovery-image] Dec 14 00:32:50.640 INFO O| Dec 14 00:32:50.640 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4928 | 2024-12-14T00:32:52.288Z | [ recovery-image] Dec 14 00:32:50.702 INFO O| Dec 14 00:32:50.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4929 | 2024-12-14T00:32:52.288Z | [ recovery-image] Dec 14 00:32:50.702 INFO O| Dec 14 00:32:50.702 INFO STEP 208 (remove_files) COMPLETE |
4930 | 2024-12-14T00:32:52.291Z | [ recovery-image] Dec 14 00:32:50.702 INFO O| Dec 14 00:32:50.702 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4931 | 2024-12-14T00:32:52.330Z | [ host-image] Dec 14 00:32:50.745 INFO O| Dec 14 00:32:50.745 INFO STEP 12 (pkg_install) COMPLETE |
4932 | 2024-12-14T00:32:52.330Z | [ host-image] Dec 14 00:32:50.745 INFO O| Dec 14 00:32:50.745 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4933 | 2024-12-14T00:32:52.350Z | [ host-image] Dec 14 00:32:50.763 INFO O| Dec 14 00:32:50.763 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4934 | 2024-12-14T00:32:52.354Z | [ recovery-image] Dec 14 00:32:50.765 INFO O| Dec 14 00:32:50.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4935 | 2024-12-14T00:32:52.354Z | [ recovery-image] Dec 14 00:32:50.765 INFO O| Dec 14 00:32:50.765 INFO STEP 209 (remove_files) COMPLETE |
4936 | 2024-12-14T00:32:52.354Z | [ recovery-image] Dec 14 00:32:50.765 INFO O| Dec 14 00:32:50.765 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4937 | 2024-12-14T00:32:52.371Z | [ recovery-image] Dec 14 00:32:50.785 INFO O| Dec 14 00:32:50.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4938 | 2024-12-14T00:32:52.371Z | [ recovery-image] Dec 14 00:32:50.785 INFO O| Dec 14 00:32:50.785 INFO STEP 210 (remove_files) COMPLETE |
4939 | 2024-12-14T00:32:52.371Z | [ recovery-image] Dec 14 00:32:50.785 INFO O| Dec 14 00:32:50.785 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4940 | 2024-12-14T00:32:52.390Z | [ recovery-image] Dec 14 00:32:50.804 INFO O| Dec 14 00:32:50.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4941 | 2024-12-14T00:32:52.390Z | [ recovery-image] Dec 14 00:32:50.805 INFO O| Dec 14 00:32:50.805 INFO STEP 211 (remove_files) COMPLETE |
4942 | 2024-12-14T00:32:52.394Z | [ recovery-image] Dec 14 00:32:50.805 INFO O| Dec 14 00:32:50.805 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4943 | 2024-12-14T00:32:52.409Z | [ recovery-image] Dec 14 00:32:50.824 INFO O| Dec 14 00:32:50.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4944 | 2024-12-14T00:32:52.409Z | [ recovery-image] Dec 14 00:32:50.824 INFO O| Dec 14 00:32:50.824 INFO STEP 212 (remove_files) COMPLETE |
4945 | 2024-12-14T00:32:52.409Z | [ recovery-image] Dec 14 00:32:50.824 INFO O| Dec 14 00:32:50.824 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4946 | 2024-12-14T00:32:52.468Z | [ recovery-image] Dec 14 00:32:50.882 INFO O| Dec 14 00:32:50.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4947 | 2024-12-14T00:32:52.468Z | [ recovery-image] Dec 14 00:32:50.882 INFO O| Dec 14 00:32:50.882 INFO STEP 213 (remove_files) COMPLETE |
4948 | 2024-12-14T00:32:52.468Z | [ recovery-image] Dec 14 00:32:50.882 INFO O| Dec 14 00:32:50.882 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4949 | 2024-12-14T00:32:52.487Z | [ recovery-image] Dec 14 00:32:50.901 INFO O| Dec 14 00:32:50.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4950 | 2024-12-14T00:32:52.487Z | [ recovery-image] Dec 14 00:32:50.901 INFO O| Dec 14 00:32:50.901 INFO STEP 214 (remove_files) COMPLETE |
4951 | 2024-12-14T00:32:52.487Z | [ recovery-image] Dec 14 00:32:50.901 INFO O| Dec 14 00:32:50.901 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4952 | 2024-12-14T00:32:52.507Z | [ recovery-image] Dec 14 00:32:50.920 INFO O| Dec 14 00:32:50.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4953 | 2024-12-14T00:32:52.507Z | [ recovery-image] Dec 14 00:32:50.921 INFO O| Dec 14 00:32:50.921 INFO STEP 215 (remove_files) COMPLETE |
4954 | 2024-12-14T00:32:52.507Z | [ recovery-image] Dec 14 00:32:50.921 INFO O| Dec 14 00:32:50.921 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4955 | 2024-12-14T00:32:52.526Z | [ recovery-image] Dec 14 00:32:50.939 INFO O| Dec 14 00:32:50.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4956 | 2024-12-14T00:32:52.526Z | [ recovery-image] Dec 14 00:32:50.940 INFO O| Dec 14 00:32:50.940 INFO STEP 216 (remove_files) COMPLETE |
4957 | 2024-12-14T00:32:52.526Z | [ recovery-image] Dec 14 00:32:50.940 INFO O| Dec 14 00:32:50.940 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4958 | 2024-12-14T00:32:52.550Z | [ recovery-image] Dec 14 00:32:50.964 INFO O| Dec 14 00:32:50.964 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4959 | 2024-12-14T00:32:52.550Z | [ recovery-image] Dec 14 00:32:50.964 INFO O| Dec 14 00:32:50.964 INFO STEP 217 (remove_files) COMPLETE |
4960 | 2024-12-14T00:32:52.553Z | [ recovery-image] Dec 14 00:32:50.964 INFO O| Dec 14 00:32:50.964 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4961 | 2024-12-14T00:32:52.570Z | [ recovery-image] Dec 14 00:32:50.984 INFO O| Dec 14 00:32:50.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4962 | 2024-12-14T00:32:52.570Z | [ recovery-image] Dec 14 00:32:50.984 INFO O| Dec 14 00:32:50.984 INFO STEP 218 (remove_files) COMPLETE |
4963 | 2024-12-14T00:32:52.570Z | [ recovery-image] Dec 14 00:32:50.984 INFO O| Dec 14 00:32:50.984 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-12-14T00:32:52.590Z | [ recovery-image] Dec 14 00:32:51.005 INFO O| Dec 14 00:32:51.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4965 | 2024-12-14T00:32:52.590Z | [ recovery-image] Dec 14 00:32:51.005 INFO O| Dec 14 00:32:51.005 INFO STEP 219 (remove_files) COMPLETE |
4966 | 2024-12-14T00:32:52.590Z | [ recovery-image] Dec 14 00:32:51.005 INFO O| Dec 14 00:32:51.005 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4967 | 2024-12-14T00:32:52.631Z | [ recovery-image] Dec 14 00:32:51.044 INFO O| Dec 14 00:32:51.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4968 | 2024-12-14T00:32:52.635Z | [ recovery-image] Dec 14 00:32:51.044 INFO O| Dec 14 00:32:51.044 INFO STEP 220 (remove_files) COMPLETE |
4969 | 2024-12-14T00:32:52.635Z | [ recovery-image] Dec 14 00:32:51.044 INFO O| Dec 14 00:32:51.044 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4970 | 2024-12-14T00:32:52.672Z | [ recovery-image] Dec 14 00:32:51.086 INFO O| Dec 14 00:32:51.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4971 | 2024-12-14T00:32:52.679Z | [ recovery-image] Dec 14 00:32:51.086 INFO O| Dec 14 00:32:51.086 INFO STEP 221 (remove_files) COMPLETE |
4972 | 2024-12-14T00:32:52.679Z | [ recovery-image] Dec 14 00:32:51.086 INFO O| Dec 14 00:32:51.086 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4973 | 2024-12-14T00:32:52.719Z | [ recovery-image] Dec 14 00:32:51.133 INFO O| Dec 14 00:32:51.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4974 | 2024-12-14T00:32:52.719Z | [ recovery-image] Dec 14 00:32:51.134 INFO O| Dec 14 00:32:51.133 INFO STEP 222 (remove_files) COMPLETE |
4975 | 2024-12-14T00:32:52.719Z | [ recovery-image] Dec 14 00:32:51.134 INFO O| Dec 14 00:32:51.133 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4976 | 2024-12-14T00:32:52.742Z | [ recovery-image] Dec 14 00:32:51.156 INFO O| Dec 14 00:32:51.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4977 | 2024-12-14T00:32:52.742Z | [ recovery-image] Dec 14 00:32:51.156 INFO O| Dec 14 00:32:51.156 INFO STEP 223 (remove_files) COMPLETE |
4978 | 2024-12-14T00:32:52.745Z | [ recovery-image] Dec 14 00:32:51.156 INFO O| Dec 14 00:32:51.156 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4979 | 2024-12-14T00:32:52.825Z | [ recovery-image] Dec 14 00:32:51.239 INFO O| Dec 14 00:32:51.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4980 | 2024-12-14T00:32:52.829Z | [ recovery-image] Dec 14 00:32:51.239 INFO O| Dec 14 00:32:51.239 INFO STEP 224 (remove_files) COMPLETE |
4981 | 2024-12-14T00:32:52.829Z | [ recovery-image] Dec 14 00:32:51.239 INFO O| Dec 14 00:32:51.239 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4982 | 2024-12-14T00:32:53.494Z | [ recovery-image] Dec 14 00:32:51.905 INFO O| Dec 14 00:32:51.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4983 | 2024-12-14T00:32:53.497Z | [ recovery-image] Dec 14 00:32:51.905 INFO O| Dec 14 00:32:51.905 INFO STEP 225 (remove_files) COMPLETE |
4984 | 2024-12-14T00:32:53.497Z | [ recovery-image] Dec 14 00:32:51.906 INFO O| Dec 14 00:32:51.905 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4985 | 2024-12-14T00:32:53.512Z | [ recovery-image] Dec 14 00:32:51.926 INFO O| Dec 14 00:32:51.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4986 | 2024-12-14T00:32:53.537Z | [ recovery-image] Dec 14 00:32:51.951 INFO O| Dec 14 00:32:51.951 INFO STEP 226 (remove_files) COMPLETE |
4987 | 2024-12-14T00:32:53.537Z | [ recovery-image] Dec 14 00:32:51.951 INFO O| Dec 14 00:32:51.951 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4988 | 2024-12-14T00:32:53.580Z | [ recovery-image] Dec 14 00:32:51.994 INFO O| Dec 14 00:32:51.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4989 | 2024-12-14T00:32:53.583Z | [ recovery-image] Dec 14 00:32:51.994 INFO O| Dec 14 00:32:51.994 INFO STEP 227 (remove_files) COMPLETE |
4990 | 2024-12-14T00:32:53.583Z | [ recovery-image] Dec 14 00:32:51.995 INFO O| Dec 14 00:32:51.994 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4991 | 2024-12-14T00:32:53.601Z | [ recovery-image] Dec 14 00:32:52.015 INFO O| Dec 14 00:32:52.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4992 | 2024-12-14T00:32:53.603Z | [ recovery-image] Dec 14 00:32:52.015 INFO O| Dec 14 00:32:52.015 INFO STEP 228 (remove_files) COMPLETE |
4993 | 2024-12-14T00:32:53.603Z | [ recovery-image] Dec 14 00:32:52.015 INFO O| Dec 14 00:32:52.015 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4994 | 2024-12-14T00:32:53.627Z | [ recovery-image] Dec 14 00:32:52.041 INFO O| Dec 14 00:32:52.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4995 | 2024-12-14T00:32:53.629Z | [ recovery-image] Dec 14 00:32:52.041 INFO O| Dec 14 00:32:52.041 INFO STEP 229 (remove_files) COMPLETE |
4996 | 2024-12-14T00:32:53.629Z | [ recovery-image] Dec 14 00:32:52.041 INFO O| Dec 14 00:32:52.041 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4997 | 2024-12-14T00:32:53.698Z | [ recovery-image] Dec 14 00:32:52.112 INFO O| Dec 14 00:32:52.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4998 | 2024-12-14T00:32:53.698Z | [ recovery-image] Dec 14 00:32:52.112 INFO O| Dec 14 00:32:52.112 INFO STEP 230 (remove_files) COMPLETE |
4999 | 2024-12-14T00:32:53.701Z | [ recovery-image] Dec 14 00:32:52.112 INFO O| Dec 14 00:32:52.112 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5000 | 2024-12-14T00:32:53.733Z | [ recovery-image] Dec 14 00:32:52.147 INFO O| Dec 14 00:32:52.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
5001 | 2024-12-14T00:32:53.733Z | [ recovery-image] Dec 14 00:32:52.147 INFO O| Dec 14 00:32:52.147 INFO STEP 231 (remove_files) COMPLETE |
5002 | 2024-12-14T00:32:53.740Z | [ recovery-image] Dec 14 00:32:52.147 INFO O| Dec 14 00:32:52.147 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5003 | 2024-12-14T00:32:53.753Z | [ recovery-image] Dec 14 00:32:52.166 INFO O| Dec 14 00:32:52.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
5004 | 2024-12-14T00:32:53.753Z | [ recovery-image] Dec 14 00:32:52.166 INFO O| Dec 14 00:32:52.166 INFO STEP 232 (remove_files) COMPLETE |
5005 | 2024-12-14T00:32:53.753Z | [ recovery-image] Dec 14 00:32:52.166 INFO O| Dec 14 00:32:52.166 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5006 | 2024-12-14T00:32:53.781Z | [ recovery-image] Dec 14 00:32:52.195 INFO O| Dec 14 00:32:52.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
5007 | 2024-12-14T00:32:53.781Z | [ recovery-image] Dec 14 00:32:52.195 INFO O| Dec 14 00:32:52.195 INFO STEP 233 (remove_files) COMPLETE |
5008 | 2024-12-14T00:32:53.781Z | [ recovery-image] Dec 14 00:32:52.195 INFO O| Dec 14 00:32:52.195 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5009 | 2024-12-14T00:32:53.802Z | [ recovery-image] Dec 14 00:32:52.217 INFO O| Dec 14 00:32:52.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
5010 | 2024-12-14T00:32:53.802Z | [ recovery-image] Dec 14 00:32:52.217 INFO O| Dec 14 00:32:52.217 INFO STEP 234 (remove_files) COMPLETE |
5011 | 2024-12-14T00:32:53.805Z | [ recovery-image] Dec 14 00:32:52.217 INFO O| Dec 14 00:32:52.217 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5012 | 2024-12-14T00:32:53.823Z | [ recovery-image] Dec 14 00:32:52.237 INFO O| Dec 14 00:32:52.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
5013 | 2024-12-14T00:32:53.823Z | [ recovery-image] Dec 14 00:32:52.237 INFO O| Dec 14 00:32:52.237 INFO STEP 235 (remove_files) COMPLETE |
5014 | 2024-12-14T00:32:53.823Z | [ recovery-image] Dec 14 00:32:52.237 INFO O| Dec 14 00:32:52.237 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5015 | 2024-12-14T00:32:53.843Z | [ recovery-image] Dec 14 00:32:52.257 INFO O| Dec 14 00:32:52.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
5016 | 2024-12-14T00:32:53.843Z | [ recovery-image] Dec 14 00:32:52.257 INFO O| Dec 14 00:32:52.257 INFO STEP 236 (remove_files) COMPLETE |
5017 | 2024-12-14T00:32:53.843Z | [ recovery-image] Dec 14 00:32:52.257 INFO O| Dec 14 00:32:52.257 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5018 | 2024-12-14T00:32:53.863Z | [ recovery-image] Dec 14 00:32:52.277 INFO O| Dec 14 00:32:52.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
5019 | 2024-12-14T00:32:53.863Z | [ recovery-image] Dec 14 00:32:52.277 INFO O| Dec 14 00:32:52.277 INFO STEP 237 (remove_files) COMPLETE |
5020 | 2024-12-14T00:32:53.866Z | [ recovery-image] Dec 14 00:32:52.277 INFO O| Dec 14 00:32:52.277 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5021 | 2024-12-14T00:32:53.883Z | [ recovery-image] Dec 14 00:32:52.297 INFO O| Dec 14 00:32:52.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
5022 | 2024-12-14T00:32:53.883Z | [ recovery-image] Dec 14 00:32:52.297 INFO O| Dec 14 00:32:52.297 INFO STEP 238 (remove_files) COMPLETE |
5023 | 2024-12-14T00:32:53.886Z | [ recovery-image] Dec 14 00:32:52.297 INFO O| Dec 14 00:32:52.297 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5024 | 2024-12-14T00:32:53.924Z | [ recovery-image] Dec 14 00:32:52.338 INFO O| Dec 14 00:32:52.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
5025 | 2024-12-14T00:32:53.927Z | [ recovery-image] Dec 14 00:32:52.338 INFO O| Dec 14 00:32:52.338 INFO STEP 239 (remove_files) COMPLETE |
5026 | 2024-12-14T00:32:53.927Z | [ recovery-image] Dec 14 00:32:52.338 INFO O| Dec 14 00:32:52.338 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5027 | 2024-12-14T00:32:53.946Z | [ recovery-image] Dec 14 00:32:52.360 INFO O| Dec 14 00:32:52.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
5028 | 2024-12-14T00:32:53.949Z | [ recovery-image] Dec 14 00:32:52.360 INFO O| Dec 14 00:32:52.360 INFO STEP 240 (remove_files) COMPLETE |
5029 | 2024-12-14T00:32:53.949Z | [ recovery-image] Dec 14 00:32:52.360 INFO O| Dec 14 00:32:52.360 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5030 | 2024-12-14T00:32:53.962Z | [ host-image] Dec 14 00:32:52.376 INFO O| Dec 14 00:32:52.376 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
5031 | 2024-12-14T00:32:53.991Z | [ recovery-image] Dec 14 00:32:52.405 INFO O| Dec 14 00:32:52.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
5032 | 2024-12-14T00:32:53.991Z | [ recovery-image] Dec 14 00:32:52.405 INFO O| Dec 14 00:32:52.405 INFO STEP 241 (remove_files) COMPLETE |
5033 | 2024-12-14T00:32:53.991Z | [ recovery-image] Dec 14 00:32:52.405 INFO O| Dec 14 00:32:52.405 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-12-14T00:32:54.022Z | [ recovery-image] Dec 14 00:32:52.436 INFO O| Dec 14 00:32:52.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
5035 | 2024-12-14T00:32:54.022Z | [ recovery-image] Dec 14 00:32:52.436 INFO O| Dec 14 00:32:52.436 INFO STEP 242 (remove_files) COMPLETE |
5036 | 2024-12-14T00:32:54.023Z | [ recovery-image] Dec 14 00:32:52.436 INFO O| Dec 14 00:32:52.436 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-12-14T00:32:54.045Z | [ recovery-image] Dec 14 00:32:52.458 INFO O| Dec 14 00:32:52.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
5038 | 2024-12-14T00:32:54.068Z | [ recovery-image] Dec 14 00:32:52.482 INFO O| Dec 14 00:32:52.482 INFO STEP 243 (remove_files) COMPLETE |
5039 | 2024-12-14T00:32:54.068Z | [ recovery-image] Dec 14 00:32:52.482 INFO O| Dec 14 00:32:52.482 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-12-14T00:32:54.164Z | [ recovery-image] Dec 14 00:32:52.578 INFO O| Dec 14 00:32:52.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
5041 | 2024-12-14T00:32:54.164Z | [ recovery-image] Dec 14 00:32:52.578 INFO O| Dec 14 00:32:52.578 INFO STEP 244 (remove_files) COMPLETE |
5042 | 2024-12-14T00:32:54.167Z | [ recovery-image] Dec 14 00:32:52.578 INFO O| Dec 14 00:32:52.578 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-12-14T00:32:54.186Z | [ recovery-image] Dec 14 00:32:52.600 INFO O| Dec 14 00:32:52.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
5044 | 2024-12-14T00:32:54.186Z | [ recovery-image] Dec 14 00:32:52.600 INFO O| Dec 14 00:32:52.600 INFO STEP 245 (remove_files) COMPLETE |
5045 | 2024-12-14T00:32:54.186Z | [ recovery-image] Dec 14 00:32:52.600 INFO O| Dec 14 00:32:52.600 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-12-14T00:32:54.207Z | [ recovery-image] Dec 14 00:32:52.620 INFO O| Dec 14 00:32:52.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
5047 | 2024-12-14T00:32:54.207Z | [ recovery-image] Dec 14 00:32:52.621 INFO O| Dec 14 00:32:52.621 INFO STEP 246 (remove_files) COMPLETE |
5048 | 2024-12-14T00:32:54.207Z | [ recovery-image] Dec 14 00:32:52.621 INFO O| Dec 14 00:32:52.621 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-12-14T00:32:54.226Z | [ recovery-image] Dec 14 00:32:52.640 INFO O| Dec 14 00:32:52.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
5050 | 2024-12-14T00:32:54.226Z | [ recovery-image] Dec 14 00:32:52.640 INFO O| Dec 14 00:32:52.640 INFO STEP 247 (remove_files) COMPLETE |
5051 | 2024-12-14T00:32:54.226Z | [ recovery-image] Dec 14 00:32:52.640 INFO O| Dec 14 00:32:52.640 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-12-14T00:32:54.246Z | [ recovery-image] Dec 14 00:32:52.659 INFO O| Dec 14 00:32:52.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
5053 | 2024-12-14T00:32:54.246Z | [ recovery-image] Dec 14 00:32:52.659 INFO O| Dec 14 00:32:52.659 INFO STEP 248 (remove_files) COMPLETE |
5054 | 2024-12-14T00:32:54.246Z | [ recovery-image] Dec 14 00:32:52.659 INFO O| Dec 14 00:32:52.659 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-12-14T00:32:54.269Z | [ recovery-image] Dec 14 00:32:52.681 INFO O| Dec 14 00:32:52.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
5056 | 2024-12-14T00:32:54.269Z | [ recovery-image] Dec 14 00:32:52.681 INFO O| Dec 14 00:32:52.681 INFO STEP 249 (remove_files) COMPLETE |
5057 | 2024-12-14T00:32:54.269Z | [ recovery-image] Dec 14 00:32:52.681 INFO O| Dec 14 00:32:52.681 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-12-14T00:32:54.289Z | [ recovery-image] Dec 14 00:32:52.702 INFO O| Dec 14 00:32:52.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
5059 | 2024-12-14T00:32:54.289Z | [ recovery-image] Dec 14 00:32:52.702 INFO O| Dec 14 00:32:52.702 INFO STEP 250 (remove_files) COMPLETE |
5060 | 2024-12-14T00:32:54.289Z | [ recovery-image] Dec 14 00:32:52.702 INFO O| Dec 14 00:32:52.702 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-12-14T00:32:54.311Z | [ recovery-image] Dec 14 00:32:52.725 INFO O| Dec 14 00:32:52.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
5062 | 2024-12-14T00:32:54.311Z | [ recovery-image] Dec 14 00:32:52.725 INFO O| Dec 14 00:32:52.725 INFO STEP 251 (remove_files) COMPLETE |
5063 | 2024-12-14T00:32:54.311Z | [ recovery-image] Dec 14 00:32:52.725 INFO O| Dec 14 00:32:52.725 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-12-14T00:32:54.333Z | [ recovery-image] Dec 14 00:32:52.746 INFO O| Dec 14 00:32:52.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
5065 | 2024-12-14T00:32:54.333Z | [ recovery-image] Dec 14 00:32:52.746 INFO O| Dec 14 00:32:52.746 INFO STEP 252 (remove_files) COMPLETE |
5066 | 2024-12-14T00:32:54.333Z | [ recovery-image] Dec 14 00:32:52.746 INFO O| Dec 14 00:32:52.746 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-12-14T00:32:54.399Z | [ recovery-image] Dec 14 00:32:52.813 INFO O| Dec 14 00:32:52.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
5068 | 2024-12-14T00:32:54.399Z | [ recovery-image] Dec 14 00:32:52.813 INFO O| Dec 14 00:32:52.813 INFO STEP 253 (remove_files) COMPLETE |
5069 | 2024-12-14T00:32:54.403Z | [ recovery-image] Dec 14 00:32:52.813 INFO O| Dec 14 00:32:52.813 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-12-14T00:32:54.445Z | [ recovery-image] Dec 14 00:32:52.858 INFO O| Dec 14 00:32:52.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
5071 | 2024-12-14T00:32:54.445Z | [ recovery-image] Dec 14 00:32:52.859 INFO O| Dec 14 00:32:52.858 INFO STEP 254 (remove_files) COMPLETE |
5072 | 2024-12-14T00:32:54.445Z | [ recovery-image] Dec 14 00:32:52.859 INFO O| Dec 14 00:32:52.859 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-12-14T00:32:54.471Z | [ recovery-image] Dec 14 00:32:52.883 INFO O| Dec 14 00:32:52.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
5074 | 2024-12-14T00:32:54.471Z | [ recovery-image] Dec 14 00:32:52.883 INFO O| Dec 14 00:32:52.883 INFO STEP 255 (remove_files) COMPLETE |
5075 | 2024-12-14T00:32:54.471Z | [ recovery-image] Dec 14 00:32:52.883 INFO O| Dec 14 00:32:52.883 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-12-14T00:32:54.491Z | [ recovery-image] Dec 14 00:32:52.903 INFO O| Dec 14 00:32:52.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
5077 | 2024-12-14T00:32:54.496Z | [ recovery-image] Dec 14 00:32:52.910 INFO O| Dec 14 00:32:52.910 INFO STEP 256 (remove_files) COMPLETE |
5078 | 2024-12-14T00:32:54.496Z | [ recovery-image] Dec 14 00:32:52.910 INFO O| Dec 14 00:32:52.910 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-12-14T00:32:54.517Z | [ recovery-image] Dec 14 00:32:52.931 INFO O| Dec 14 00:32:52.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
5080 | 2024-12-14T00:32:54.517Z | [ recovery-image] Dec 14 00:32:52.931 INFO O| Dec 14 00:32:52.931 INFO STEP 257 (remove_files) COMPLETE |
5081 | 2024-12-14T00:32:54.517Z | [ recovery-image] Dec 14 00:32:52.931 INFO O| Dec 14 00:32:52.931 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-12-14T00:32:54.537Z | [ recovery-image] Dec 14 00:32:52.950 INFO O| Dec 14 00:32:52.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
5083 | 2024-12-14T00:32:54.537Z | [ recovery-image] Dec 14 00:32:52.950 INFO O| Dec 14 00:32:52.950 INFO STEP 258 (remove_files) COMPLETE |
5084 | 2024-12-14T00:32:54.537Z | [ recovery-image] Dec 14 00:32:52.950 INFO O| Dec 14 00:32:52.950 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-12-14T00:32:54.581Z | [ recovery-image] Dec 14 00:32:52.995 INFO O| Dec 14 00:32:52.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
5086 | 2024-12-14T00:32:54.581Z | [ recovery-image] Dec 14 00:32:52.995 INFO O| Dec 14 00:32:52.995 INFO STEP 259 (remove_files) COMPLETE |
5087 | 2024-12-14T00:32:54.584Z | [ recovery-image] Dec 14 00:32:52.995 INFO O| Dec 14 00:32:52.995 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-12-14T00:32:54.612Z | [ recovery-image] Dec 14 00:32:53.026 INFO O| Dec 14 00:32:53.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
5089 | 2024-12-14T00:32:54.612Z | [ recovery-image] Dec 14 00:32:53.026 INFO O| Dec 14 00:32:53.026 INFO STEP 260 (remove_files) COMPLETE |
5090 | 2024-12-14T00:32:54.612Z | [ recovery-image] Dec 14 00:32:53.026 INFO O| Dec 14 00:32:53.026 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-12-14T00:32:54.638Z | [ recovery-image] Dec 14 00:32:53.052 INFO O| Dec 14 00:32:53.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
5092 | 2024-12-14T00:32:54.642Z | [ recovery-image] Dec 14 00:32:53.052 INFO O| Dec 14 00:32:53.052 INFO STEP 261 (remove_files) COMPLETE |
5093 | 2024-12-14T00:32:54.642Z | [ recovery-image] Dec 14 00:32:53.053 INFO O| Dec 14 00:32:53.053 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-12-14T00:32:54.696Z | [ recovery-image] Dec 14 00:32:53.110 INFO O| Dec 14 00:32:53.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
5095 | 2024-12-14T00:32:54.704Z | [ recovery-image] Dec 14 00:32:53.118 INFO O| Dec 14 00:32:53.118 INFO STEP 262 (remove_files) COMPLETE |
5096 | 2024-12-14T00:32:54.704Z | [ recovery-image] Dec 14 00:32:53.118 INFO O| Dec 14 00:32:53.118 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-12-14T00:32:54.742Z | [ recovery-image] Dec 14 00:32:53.156 INFO O| Dec 14 00:32:53.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
5098 | 2024-12-14T00:32:54.742Z | [ recovery-image] Dec 14 00:32:53.156 INFO O| Dec 14 00:32:53.156 INFO STEP 263 (remove_files) COMPLETE |
5099 | 2024-12-14T00:32:54.745Z | [ recovery-image] Dec 14 00:32:53.156 INFO O| Dec 14 00:32:53.156 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-12-14T00:32:54.776Z | [ recovery-image] Dec 14 00:32:53.189 INFO O| Dec 14 00:32:53.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
5101 | 2024-12-14T00:32:54.776Z | [ recovery-image] Dec 14 00:32:53.189 INFO O| Dec 14 00:32:53.189 INFO STEP 264 (remove_files) COMPLETE |
5102 | 2024-12-14T00:32:54.776Z | [ recovery-image] Dec 14 00:32:53.189 INFO O| Dec 14 00:32:53.189 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-12-14T00:32:54.811Z | [ recovery-image] Dec 14 00:32:53.225 INFO O| Dec 14 00:32:53.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
5104 | 2024-12-14T00:32:54.814Z | [ recovery-image] Dec 14 00:32:53.225 INFO O| Dec 14 00:32:53.225 INFO STEP 265 (remove_files) COMPLETE |
5105 | 2024-12-14T00:32:54.814Z | [ recovery-image] Dec 14 00:32:53.226 INFO O| Dec 14 00:32:53.225 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-12-14T00:32:54.834Z | [ recovery-image] Dec 14 00:32:53.247 INFO O| Dec 14 00:32:53.247 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
5107 | 2024-12-14T00:32:54.837Z | [ recovery-image] Dec 14 00:32:53.248 INFO O| Dec 14 00:32:53.248 INFO STEP 266 (remove_files) COMPLETE |
5108 | 2024-12-14T00:32:54.837Z | [ recovery-image] Dec 14 00:32:53.248 INFO O| Dec 14 00:32:53.248 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-12-14T00:32:54.858Z | [ recovery-image] Dec 14 00:32:53.272 INFO O| Dec 14 00:32:53.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
5110 | 2024-12-14T00:32:54.861Z | [ recovery-image] Dec 14 00:32:53.273 INFO O| Dec 14 00:32:53.273 INFO STEP 267 (remove_files) COMPLETE |
5111 | 2024-12-14T00:32:54.861Z | [ recovery-image] Dec 14 00:32:53.273 INFO O| Dec 14 00:32:53.273 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-12-14T00:32:54.884Z | [ recovery-image] Dec 14 00:32:53.297 INFO O| Dec 14 00:32:53.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
5113 | 2024-12-14T00:32:54.887Z | [ recovery-image] Dec 14 00:32:53.298 INFO O| Dec 14 00:32:53.298 INFO STEP 268 (remove_files) COMPLETE |
5114 | 2024-12-14T00:32:54.888Z | [ recovery-image] Dec 14 00:32:53.298 INFO O| Dec 14 00:32:53.298 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-12-14T00:32:54.926Z | [ recovery-image] Dec 14 00:32:53.340 INFO O| Dec 14 00:32:53.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
5116 | 2024-12-14T00:32:54.929Z | [ recovery-image] Dec 14 00:32:53.340 INFO O| Dec 14 00:32:53.340 INFO STEP 269 (remove_files) COMPLETE |
5117 | 2024-12-14T00:32:54.929Z | [ recovery-image] Dec 14 00:32:53.340 INFO O| Dec 14 00:32:53.340 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-12-14T00:32:54.957Z | [ recovery-image] Dec 14 00:32:53.371 INFO O| Dec 14 00:32:53.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
5119 | 2024-12-14T00:32:54.957Z | [ recovery-image] Dec 14 00:32:53.371 INFO O| Dec 14 00:32:53.371 INFO STEP 270 (remove_files) COMPLETE |
5120 | 2024-12-14T00:32:54.959Z | [ recovery-image] Dec 14 00:32:53.371 INFO O| Dec 14 00:32:53.371 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-12-14T00:32:54.977Z | [ recovery-image] Dec 14 00:32:53.391 INFO O| Dec 14 00:32:53.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
5122 | 2024-12-14T00:32:54.977Z | [ recovery-image] Dec 14 00:32:53.391 INFO O| Dec 14 00:32:53.391 INFO STEP 271 (remove_files) COMPLETE |
5123 | 2024-12-14T00:32:54.980Z | [ recovery-image] Dec 14 00:32:53.391 INFO O| Dec 14 00:32:53.391 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-12-14T00:32:54.998Z | [ recovery-image] Dec 14 00:32:53.411 INFO O| Dec 14 00:32:53.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
5125 | 2024-12-14T00:32:54.998Z | [ recovery-image] Dec 14 00:32:53.411 INFO O| Dec 14 00:32:53.411 INFO STEP 272 (remove_files) COMPLETE |
5126 | 2024-12-14T00:32:54.998Z | [ recovery-image] Dec 14 00:32:53.411 INFO O| Dec 14 00:32:53.411 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-12-14T00:32:55.018Z | [ recovery-image] Dec 14 00:32:53.432 INFO O| Dec 14 00:32:53.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
5128 | 2024-12-14T00:32:55.039Z | [ recovery-image] Dec 14 00:32:53.452 INFO O| Dec 14 00:32:53.452 INFO STEP 273 (remove_files) COMPLETE |
5129 | 2024-12-14T00:32:55.039Z | [ recovery-image] Dec 14 00:32:53.452 INFO O| Dec 14 00:32:53.452 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-12-14T00:32:55.088Z | [ recovery-image] Dec 14 00:32:53.501 INFO O| Dec 14 00:32:53.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
5131 | 2024-12-14T00:32:55.088Z | [ recovery-image] Dec 14 00:32:53.501 INFO O| Dec 14 00:32:53.501 INFO STEP 274 (remove_files) COMPLETE |
5132 | 2024-12-14T00:32:55.088Z | [ recovery-image] Dec 14 00:32:53.501 INFO O| Dec 14 00:32:53.501 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-12-14T00:32:55.107Z | [ recovery-image] Dec 14 00:32:53.521 INFO O| Dec 14 00:32:53.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
5134 | 2024-12-14T00:32:55.107Z | [ recovery-image] Dec 14 00:32:53.521 INFO O| Dec 14 00:32:53.521 INFO STEP 275 (remove_files) COMPLETE |
5135 | 2024-12-14T00:32:55.107Z | [ recovery-image] Dec 14 00:32:53.521 INFO O| Dec 14 00:32:53.521 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-12-14T00:32:55.127Z | [ recovery-image] Dec 14 00:32:53.540 INFO O| Dec 14 00:32:53.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
5137 | 2024-12-14T00:32:55.127Z | [ recovery-image] Dec 14 00:32:53.540 INFO O| Dec 14 00:32:53.540 INFO STEP 276 (remove_files) COMPLETE |
5138 | 2024-12-14T00:32:55.127Z | [ recovery-image] Dec 14 00:32:53.540 INFO O| Dec 14 00:32:53.540 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-12-14T00:32:55.162Z | [ recovery-image] Dec 14 00:32:53.576 INFO O| Dec 14 00:32:53.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
5140 | 2024-12-14T00:32:55.162Z | [ recovery-image] Dec 14 00:32:53.576 INFO O| Dec 14 00:32:53.576 INFO STEP 277 (remove_files) COMPLETE |
5141 | 2024-12-14T00:32:55.162Z | [ recovery-image] Dec 14 00:32:53.576 INFO O| Dec 14 00:32:53.576 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-12-14T00:32:55.190Z | [ recovery-image] Dec 14 00:32:53.603 INFO O| Dec 14 00:32:53.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
5143 | 2024-12-14T00:32:55.190Z | [ recovery-image] Dec 14 00:32:53.603 INFO O| Dec 14 00:32:53.603 INFO STEP 278 (remove_files) COMPLETE |
5144 | 2024-12-14T00:32:55.190Z | [ recovery-image] Dec 14 00:32:53.603 INFO O| Dec 14 00:32:53.603 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-12-14T00:32:55.216Z | [ recovery-image] Dec 14 00:32:53.629 INFO O| Dec 14 00:32:53.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5146 | 2024-12-14T00:32:55.219Z | [ recovery-image] Dec 14 00:32:53.630 INFO O| Dec 14 00:32:53.629 INFO STEP 279 (remove_files) COMPLETE |
5147 | 2024-12-14T00:32:55.219Z | [ recovery-image] Dec 14 00:32:53.630 INFO O| Dec 14 00:32:53.630 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-12-14T00:32:55.275Z | [ recovery-image] Dec 14 00:32:53.689 INFO O| Dec 14 00:32:53.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5149 | 2024-12-14T00:32:55.275Z | [ recovery-image] Dec 14 00:32:53.689 INFO O| Dec 14 00:32:53.689 INFO STEP 280 (remove_files) COMPLETE |
5150 | 2024-12-14T00:32:55.275Z | [ recovery-image] Dec 14 00:32:53.689 INFO O| Dec 14 00:32:53.689 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-12-14T00:32:55.332Z | [ recovery-image] Dec 14 00:32:53.745 INFO O| Dec 14 00:32:53.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5152 | 2024-12-14T00:32:55.332Z | [ recovery-image] Dec 14 00:32:53.746 INFO O| Dec 14 00:32:53.745 INFO STEP 281 (remove_files) COMPLETE |
5153 | 2024-12-14T00:32:55.334Z | [ recovery-image] Dec 14 00:32:53.746 INFO O| Dec 14 00:32:53.746 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-12-14T00:32:55.352Z | [ recovery-image] Dec 14 00:32:53.766 INFO O| Dec 14 00:32:53.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5155 | 2024-12-14T00:32:55.353Z | [ recovery-image] Dec 14 00:32:53.766 INFO O| Dec 14 00:32:53.766 INFO STEP 282 (remove_files) COMPLETE |
5156 | 2024-12-14T00:32:55.353Z | [ recovery-image] Dec 14 00:32:53.766 INFO O| Dec 14 00:32:53.766 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-12-14T00:32:55.373Z | [ recovery-image] Dec 14 00:32:53.786 INFO O| Dec 14 00:32:53.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5158 | 2024-12-14T00:32:55.373Z | [ recovery-image] Dec 14 00:32:53.786 INFO O| Dec 14 00:32:53.786 INFO STEP 283 (remove_files) COMPLETE |
5159 | 2024-12-14T00:32:55.376Z | [ recovery-image] Dec 14 00:32:53.786 INFO O| Dec 14 00:32:53.786 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-12-14T00:32:55.394Z | [ recovery-image] Dec 14 00:32:53.807 INFO O| Dec 14 00:32:53.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5161 | 2024-12-14T00:32:55.397Z | [ recovery-image] Dec 14 00:32:53.808 INFO O| Dec 14 00:32:53.808 INFO STEP 284 (remove_files) COMPLETE |
5162 | 2024-12-14T00:32:55.397Z | [ recovery-image] Dec 14 00:32:53.808 INFO O| Dec 14 00:32:53.808 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-12-14T00:32:55.417Z | [ recovery-image] Dec 14 00:32:53.830 INFO O| Dec 14 00:32:53.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5164 | 2024-12-14T00:32:55.417Z | [ recovery-image] Dec 14 00:32:53.830 INFO O| Dec 14 00:32:53.830 INFO STEP 285 (remove_files) COMPLETE |
5165 | 2024-12-14T00:32:55.418Z | [ recovery-image] Dec 14 00:32:53.830 INFO O| Dec 14 00:32:53.830 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-12-14T00:32:55.464Z | [ recovery-image] Dec 14 00:32:53.874 INFO O| Dec 14 00:32:53.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5167 | 2024-12-14T00:32:55.466Z | [ recovery-image] Dec 14 00:32:53.874 INFO O| Dec 14 00:32:53.874 INFO STEP 286 (remove_files) COMPLETE |
5168 | 2024-12-14T00:32:55.467Z | [ recovery-image] Dec 14 00:32:53.874 INFO O| Dec 14 00:32:53.874 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-12-14T00:32:55.480Z | [ recovery-image] Dec 14 00:32:53.894 INFO O| Dec 14 00:32:53.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5170 | 2024-12-14T00:32:55.511Z | [ recovery-image] Dec 14 00:32:53.924 INFO O| Dec 14 00:32:53.924 INFO STEP 287 (remove_files) COMPLETE |
5171 | 2024-12-14T00:32:55.511Z | [ recovery-image] Dec 14 00:32:53.924 INFO O| Dec 14 00:32:53.924 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-12-14T00:32:55.643Z | [ recovery-image] Dec 14 00:32:54.057 INFO O| Dec 14 00:32:54.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5173 | 2024-12-14T00:32:55.643Z | [ recovery-image] Dec 14 00:32:54.057 INFO O| Dec 14 00:32:54.057 INFO STEP 288 (remove_files) COMPLETE |
5174 | 2024-12-14T00:32:55.646Z | [ recovery-image] Dec 14 00:32:54.057 INFO O| Dec 14 00:32:54.057 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-12-14T00:32:55.701Z | [ recovery-image] Dec 14 00:32:54.114 INFO O| Dec 14 00:32:54.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5176 | 2024-12-14T00:32:55.701Z | [ recovery-image] Dec 14 00:32:54.115 INFO O| Dec 14 00:32:54.115 INFO STEP 289 (remove_files) COMPLETE |
5177 | 2024-12-14T00:32:55.701Z | [ recovery-image] Dec 14 00:32:54.115 INFO O| Dec 14 00:32:54.115 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-12-14T00:32:55.720Z | [ recovery-image] Dec 14 00:32:54.134 INFO O| Dec 14 00:32:54.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5179 | 2024-12-14T00:32:55.720Z | [ recovery-image] Dec 14 00:32:54.134 INFO O| Dec 14 00:32:54.134 INFO STEP 290 (remove_files) COMPLETE |
5180 | 2024-12-14T00:32:55.720Z | [ recovery-image] Dec 14 00:32:54.134 INFO O| Dec 14 00:32:54.134 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-12-14T00:32:55.748Z | [ recovery-image] Dec 14 00:32:54.162 INFO O| Dec 14 00:32:54.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5182 | 2024-12-14T00:32:55.748Z | [ recovery-image] Dec 14 00:32:54.162 INFO O| Dec 14 00:32:54.162 INFO STEP 291 (remove_files) COMPLETE |
5183 | 2024-12-14T00:32:55.748Z | [ recovery-image] Dec 14 00:32:54.162 INFO O| Dec 14 00:32:54.162 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-12-14T00:32:55.804Z | [ recovery-image] Dec 14 00:32:54.217 INFO O| Dec 14 00:32:54.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5185 | 2024-12-14T00:32:55.804Z | [ recovery-image] Dec 14 00:32:54.217 INFO O| Dec 14 00:32:54.217 INFO STEP 292 (remove_files) COMPLETE |
5186 | 2024-12-14T00:32:55.805Z | [ recovery-image] Dec 14 00:32:54.217 INFO O| Dec 14 00:32:54.217 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-12-14T00:32:55.825Z | [ recovery-image] Dec 14 00:32:54.239 INFO O| Dec 14 00:32:54.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5188 | 2024-12-14T00:32:55.825Z | [ recovery-image] Dec 14 00:32:54.239 INFO O| Dec 14 00:32:54.239 INFO STEP 293 (remove_files) COMPLETE |
5189 | 2024-12-14T00:32:55.828Z | [ recovery-image] Dec 14 00:32:54.239 INFO O| Dec 14 00:32:54.239 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-12-14T00:32:55.844Z | [ recovery-image] Dec 14 00:32:54.258 INFO O| Dec 14 00:32:54.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5191 | 2024-12-14T00:32:55.844Z | [ recovery-image] Dec 14 00:32:54.258 INFO O| Dec 14 00:32:54.258 INFO STEP 294 (remove_files) COMPLETE |
5192 | 2024-12-14T00:32:55.844Z | [ recovery-image] Dec 14 00:32:54.258 INFO O| Dec 14 00:32:54.258 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-12-14T00:32:55.865Z | [ recovery-image] Dec 14 00:32:54.278 INFO O| Dec 14 00:32:54.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5194 | 2024-12-14T00:32:55.865Z | [ recovery-image] Dec 14 00:32:54.278 INFO O| Dec 14 00:32:54.278 INFO STEP 295 (remove_files) COMPLETE |
5195 | 2024-12-14T00:32:55.865Z | [ recovery-image] Dec 14 00:32:54.278 INFO O| Dec 14 00:32:54.278 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-12-14T00:32:55.892Z | [ recovery-image] Dec 14 00:32:54.305 INFO O| Dec 14 00:32:54.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5197 | 2024-12-14T00:32:55.892Z | [ recovery-image] Dec 14 00:32:54.305 INFO O| Dec 14 00:32:54.305 INFO STEP 296 (remove_files) COMPLETE |
5198 | 2024-12-14T00:32:55.892Z | [ recovery-image] Dec 14 00:32:54.305 INFO O| Dec 14 00:32:54.305 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-12-14T00:32:55.926Z | [ recovery-image] Dec 14 00:32:54.339 INFO O| Dec 14 00:32:54.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5200 | 2024-12-14T00:32:55.926Z | [ recovery-image] Dec 14 00:32:54.339 INFO O| Dec 14 00:32:54.339 INFO STEP 297 (remove_files) COMPLETE |
5201 | 2024-12-14T00:32:55.929Z | [ recovery-image] Dec 14 00:32:54.340 INFO O| Dec 14 00:32:54.339 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-12-14T00:32:55.948Z | [ recovery-image] Dec 14 00:32:54.361 INFO O| Dec 14 00:32:54.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5203 | 2024-12-14T00:32:55.948Z | [ recovery-image] Dec 14 00:32:54.361 INFO O| Dec 14 00:32:54.361 INFO STEP 298 (remove_files) COMPLETE |
5204 | 2024-12-14T00:32:55.948Z | [ recovery-image] Dec 14 00:32:54.361 INFO O| Dec 14 00:32:54.361 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-12-14T00:32:55.969Z | [ recovery-image] Dec 14 00:32:54.383 INFO O| Dec 14 00:32:54.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5206 | 2024-12-14T00:32:55.969Z | [ recovery-image] Dec 14 00:32:54.383 INFO O| Dec 14 00:32:54.383 INFO STEP 299 (remove_files) COMPLETE |
5207 | 2024-12-14T00:32:55.969Z | [ recovery-image] Dec 14 00:32:54.383 INFO O| Dec 14 00:32:54.383 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-12-14T00:32:55.992Z | [ recovery-image] Dec 14 00:32:54.406 INFO O| Dec 14 00:32:54.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5209 | 2024-12-14T00:32:55.992Z | [ recovery-image] Dec 14 00:32:54.406 INFO O| Dec 14 00:32:54.406 INFO STEP 300 (remove_files) COMPLETE |
5210 | 2024-12-14T00:32:55.995Z | [ recovery-image] Dec 14 00:32:54.406 INFO O| Dec 14 00:32:54.406 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-12-14T00:32:56.011Z | [ recovery-image] Dec 14 00:32:54.425 INFO O| Dec 14 00:32:54.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5212 | 2024-12-14T00:32:56.014Z | [ recovery-image] Dec 14 00:32:54.425 INFO O| Dec 14 00:32:54.425 INFO STEP 301 (remove_files) COMPLETE |
5213 | 2024-12-14T00:32:56.014Z | [ recovery-image] Dec 14 00:32:54.425 INFO O| Dec 14 00:32:54.425 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-12-14T00:32:56.030Z | [ recovery-image] Dec 14 00:32:54.444 INFO O| Dec 14 00:32:54.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5215 | 2024-12-14T00:32:56.030Z | [ recovery-image] Dec 14 00:32:54.444 INFO O| Dec 14 00:32:54.444 INFO STEP 302 (remove_files) COMPLETE |
5216 | 2024-12-14T00:32:56.030Z | [ recovery-image] Dec 14 00:32:54.444 INFO O| Dec 14 00:32:54.444 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-12-14T00:32:56.068Z | [ recovery-image] Dec 14 00:32:54.481 INFO O| Dec 14 00:32:54.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5218 | 2024-12-14T00:32:56.068Z | [ recovery-image] Dec 14 00:32:54.481 INFO O| Dec 14 00:32:54.481 INFO STEP 303 (remove_files) COMPLETE |
5219 | 2024-12-14T00:32:56.068Z | [ recovery-image] Dec 14 00:32:54.481 INFO O| Dec 14 00:32:54.481 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-12-14T00:32:56.087Z | [ recovery-image] Dec 14 00:32:54.500 INFO O| Dec 14 00:32:54.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5221 | 2024-12-14T00:32:56.087Z | [ recovery-image] Dec 14 00:32:54.500 INFO O| Dec 14 00:32:54.500 INFO STEP 304 (remove_files) COMPLETE |
5222 | 2024-12-14T00:32:56.091Z | [ recovery-image] Dec 14 00:32:54.500 INFO O| Dec 14 00:32:54.500 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-12-14T00:32:56.125Z | [ recovery-image] Dec 14 00:32:54.538 INFO O| Dec 14 00:32:54.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5224 | 2024-12-14T00:32:56.127Z | [ recovery-image] Dec 14 00:32:54.539 INFO O| Dec 14 00:32:54.539 INFO STEP 305 (remove_files) COMPLETE |
5225 | 2024-12-14T00:32:56.127Z | [ recovery-image] Dec 14 00:32:54.539 INFO O| Dec 14 00:32:54.539 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-12-14T00:32:56.158Z | [ recovery-image] Dec 14 00:32:54.571 INFO O| Dec 14 00:32:54.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5227 | 2024-12-14T00:32:56.160Z | [ recovery-image] Dec 14 00:32:54.572 INFO O| Dec 14 00:32:54.571 INFO STEP 306 (remove_files) COMPLETE |
5228 | 2024-12-14T00:32:56.160Z | [ recovery-image] Dec 14 00:32:54.572 INFO O| Dec 14 00:32:54.571 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-12-14T00:32:56.180Z | [ recovery-image] Dec 14 00:32:54.593 INFO O| Dec 14 00:32:54.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5230 | 2024-12-14T00:32:56.180Z | [ recovery-image] Dec 14 00:32:54.593 INFO O| Dec 14 00:32:54.593 INFO STEP 307 (remove_files) COMPLETE |
5231 | 2024-12-14T00:32:56.182Z | [ recovery-image] Dec 14 00:32:54.593 INFO O| Dec 14 00:32:54.593 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-12-14T00:32:56.220Z | [ recovery-image] Dec 14 00:32:54.633 INFO O| Dec 14 00:32:54.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5233 | 2024-12-14T00:32:56.220Z | [ recovery-image] Dec 14 00:32:54.633 INFO O| Dec 14 00:32:54.633 INFO STEP 308 (remove_files) COMPLETE |
5234 | 2024-12-14T00:32:56.223Z | [ recovery-image] Dec 14 00:32:54.633 INFO O| Dec 14 00:32:54.633 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-12-14T00:32:56.242Z | [ recovery-image] Dec 14 00:32:54.655 INFO O| Dec 14 00:32:54.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5236 | 2024-12-14T00:32:56.242Z | [ recovery-image] Dec 14 00:32:54.655 INFO O| Dec 14 00:32:54.655 INFO STEP 309 (remove_files) COMPLETE |
5237 | 2024-12-14T00:32:56.242Z | [ recovery-image] Dec 14 00:32:54.655 INFO O| Dec 14 00:32:54.655 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-12-14T00:32:56.260Z | [ recovery-image] Dec 14 00:32:54.674 INFO O| Dec 14 00:32:54.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5239 | 2024-12-14T00:32:56.261Z | [ recovery-image] Dec 14 00:32:54.674 INFO O| Dec 14 00:32:54.674 INFO STEP 310 (remove_files) COMPLETE |
5240 | 2024-12-14T00:32:56.261Z | [ recovery-image] Dec 14 00:32:54.674 INFO O| Dec 14 00:32:54.674 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-12-14T00:32:56.299Z | [ recovery-image] Dec 14 00:32:54.712 INFO O| Dec 14 00:32:54.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5242 | 2024-12-14T00:32:56.299Z | [ recovery-image] Dec 14 00:32:54.712 INFO O| Dec 14 00:32:54.712 INFO STEP 311 (remove_files) COMPLETE |
5243 | 2024-12-14T00:32:56.299Z | [ recovery-image] Dec 14 00:32:54.713 INFO O| Dec 14 00:32:54.712 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-12-14T00:32:56.335Z | [ recovery-image] Dec 14 00:32:54.749 INFO O| Dec 14 00:32:54.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5245 | 2024-12-14T00:32:56.335Z | [ recovery-image] Dec 14 00:32:54.749 INFO O| Dec 14 00:32:54.749 INFO STEP 312 (remove_files) COMPLETE |
5246 | 2024-12-14T00:32:56.338Z | [ recovery-image] Dec 14 00:32:54.749 INFO O| Dec 14 00:32:54.749 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-12-14T00:32:56.354Z | [ recovery-image] Dec 14 00:32:54.768 INFO O| Dec 14 00:32:54.768 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5248 | 2024-12-14T00:32:56.354Z | [ recovery-image] Dec 14 00:32:54.768 INFO O| Dec 14 00:32:54.768 INFO STEP 313 (remove_files) COMPLETE |
5249 | 2024-12-14T00:32:56.354Z | [ recovery-image] Dec 14 00:32:54.768 INFO O| Dec 14 00:32:54.768 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-12-14T00:32:56.373Z | [ recovery-image] Dec 14 00:32:54.787 INFO O| Dec 14 00:32:54.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5251 | 2024-12-14T00:32:56.373Z | [ recovery-image] Dec 14 00:32:54.787 INFO O| Dec 14 00:32:54.787 INFO STEP 314 (remove_files) COMPLETE |
5252 | 2024-12-14T00:32:56.376Z | [ recovery-image] Dec 14 00:32:54.787 INFO O| Dec 14 00:32:54.787 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-12-14T00:32:56.392Z | [ recovery-image] Dec 14 00:32:54.805 INFO O| Dec 14 00:32:54.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5254 | 2024-12-14T00:32:56.392Z | [ recovery-image] Dec 14 00:32:54.805 INFO O| Dec 14 00:32:54.805 INFO STEP 315 (remove_files) COMPLETE |
5255 | 2024-12-14T00:32:56.392Z | [ recovery-image] Dec 14 00:32:54.805 INFO O| Dec 14 00:32:54.805 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-12-14T00:32:56.426Z | [ recovery-image] Dec 14 00:32:54.839 INFO O| Dec 14 00:32:54.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5257 | 2024-12-14T00:32:56.426Z | [ recovery-image] Dec 14 00:32:54.839 INFO O| Dec 14 00:32:54.839 INFO STEP 316 (remove_files) COMPLETE |
5258 | 2024-12-14T00:32:56.426Z | [ recovery-image] Dec 14 00:32:54.839 INFO O| Dec 14 00:32:54.839 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-12-14T00:32:56.485Z | [ recovery-image] Dec 14 00:32:54.898 INFO O| Dec 14 00:32:54.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5260 | 2024-12-14T00:32:56.488Z | [ recovery-image] Dec 14 00:32:54.898 INFO O| Dec 14 00:32:54.898 INFO STEP 317 (remove_files) COMPLETE |
5261 | 2024-12-14T00:32:56.488Z | [ recovery-image] Dec 14 00:32:54.898 INFO O| Dec 14 00:32:54.898 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-12-14T00:32:56.507Z | [ recovery-image] Dec 14 00:32:54.920 INFO O| Dec 14 00:32:54.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5263 | 2024-12-14T00:32:56.507Z | [ recovery-image] Dec 14 00:32:54.920 INFO O| Dec 14 00:32:54.920 INFO STEP 318 (remove_files) COMPLETE |
5264 | 2024-12-14T00:32:56.507Z | [ recovery-image] Dec 14 00:32:54.920 INFO O| Dec 14 00:32:54.920 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-12-14T00:32:56.549Z | [ recovery-image] Dec 14 00:32:54.962 INFO O| Dec 14 00:32:54.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5266 | 2024-12-14T00:32:56.549Z | [ recovery-image] Dec 14 00:32:54.963 INFO O| Dec 14 00:32:54.963 INFO STEP 319 (remove_files) COMPLETE |
5267 | 2024-12-14T00:32:56.552Z | [ recovery-image] Dec 14 00:32:54.963 INFO O| Dec 14 00:32:54.963 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-12-14T00:32:56.587Z | [ recovery-image] Dec 14 00:32:55.000 INFO O| Dec 14 00:32:55.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5269 | 2024-12-14T00:32:56.587Z | [ recovery-image] Dec 14 00:32:55.000 INFO O| Dec 14 00:32:55.000 INFO STEP 320 (remove_files) COMPLETE |
5270 | 2024-12-14T00:32:56.587Z | [ recovery-image] Dec 14 00:32:55.000 INFO O| Dec 14 00:32:55.000 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-12-14T00:32:56.606Z | [ recovery-image] Dec 14 00:32:55.019 INFO O| Dec 14 00:32:55.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5272 | 2024-12-14T00:32:56.606Z | [ recovery-image] Dec 14 00:32:55.020 INFO O| Dec 14 00:32:55.020 INFO STEP 321 (remove_files) COMPLETE |
5273 | 2024-12-14T00:32:56.606Z | [ recovery-image] Dec 14 00:32:55.020 INFO O| Dec 14 00:32:55.020 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-12-14T00:32:56.625Z | [ recovery-image] Dec 14 00:32:55.039 INFO O| Dec 14 00:32:55.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5275 | 2024-12-14T00:32:56.625Z | [ recovery-image] Dec 14 00:32:55.039 INFO O| Dec 14 00:32:55.039 INFO STEP 322 (remove_files) COMPLETE |
5276 | 2024-12-14T00:32:56.628Z | [ recovery-image] Dec 14 00:32:55.039 INFO O| Dec 14 00:32:55.039 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-12-14T00:32:56.643Z | [ recovery-image] Dec 14 00:32:55.057 INFO O| Dec 14 00:32:55.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5278 | 2024-12-14T00:32:56.643Z | [ recovery-image] Dec 14 00:32:55.057 INFO O| Dec 14 00:32:55.057 INFO STEP 323 (remove_files) COMPLETE |
5279 | 2024-12-14T00:32:56.647Z | [ recovery-image] Dec 14 00:32:55.057 INFO O| Dec 14 00:32:55.057 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-12-14T00:32:56.663Z | [ recovery-image] Dec 14 00:32:55.076 INFO O| Dec 14 00:32:55.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5281 | 2024-12-14T00:32:56.663Z | [ recovery-image] Dec 14 00:32:55.076 INFO O| Dec 14 00:32:55.076 INFO STEP 324 (remove_files) COMPLETE |
5282 | 2024-12-14T00:32:56.663Z | [ recovery-image] Dec 14 00:32:55.076 INFO O| Dec 14 00:32:55.076 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-12-14T00:32:56.683Z | [ recovery-image] Dec 14 00:32:55.096 INFO O| Dec 14 00:32:55.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5284 | 2024-12-14T00:32:56.683Z | [ recovery-image] Dec 14 00:32:55.096 INFO O| Dec 14 00:32:55.096 INFO STEP 325 (remove_files) COMPLETE |
5285 | 2024-12-14T00:32:56.683Z | [ recovery-image] Dec 14 00:32:55.096 INFO O| Dec 14 00:32:55.096 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-12-14T00:32:56.706Z | [ recovery-image] Dec 14 00:32:55.118 INFO O| Dec 14 00:32:55.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5287 | 2024-12-14T00:32:56.706Z | [ recovery-image] Dec 14 00:32:55.118 INFO O| Dec 14 00:32:55.118 INFO STEP 326 (remove_files) COMPLETE |
5288 | 2024-12-14T00:32:56.706Z | [ recovery-image] Dec 14 00:32:55.118 INFO O| Dec 14 00:32:55.118 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-12-14T00:32:56.742Z | [ recovery-image] Dec 14 00:32:55.155 INFO O| Dec 14 00:32:55.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5290 | 2024-12-14T00:32:56.742Z | [ recovery-image] Dec 14 00:32:55.155 INFO O| Dec 14 00:32:55.155 INFO STEP 327 (remove_files) COMPLETE |
5291 | 2024-12-14T00:32:56.742Z | [ recovery-image] Dec 14 00:32:55.155 INFO O| Dec 14 00:32:55.155 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-12-14T00:32:56.763Z | [ recovery-image] Dec 14 00:32:55.176 INFO O| Dec 14 00:32:55.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5293 | 2024-12-14T00:32:56.766Z | [ recovery-image] Dec 14 00:32:55.176 INFO O| Dec 14 00:32:55.176 INFO STEP 328 (remove_files) COMPLETE |
5294 | 2024-12-14T00:32:56.766Z | [ recovery-image] Dec 14 00:32:55.176 INFO O| Dec 14 00:32:55.176 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-12-14T00:32:56.849Z | [ recovery-image] Dec 14 00:32:55.262 INFO O| Dec 14 00:32:55.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5296 | 2024-12-14T00:32:56.849Z | [ recovery-image] Dec 14 00:32:55.262 INFO O| Dec 14 00:32:55.262 INFO STEP 329 (remove_files) COMPLETE |
5297 | 2024-12-14T00:32:56.849Z | [ recovery-image] Dec 14 00:32:55.262 INFO O| Dec 14 00:32:55.262 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-12-14T00:32:56.887Z | [ recovery-image] Dec 14 00:32:55.300 INFO O| Dec 14 00:32:55.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5299 | 2024-12-14T00:32:56.887Z | [ recovery-image] Dec 14 00:32:55.300 INFO O| Dec 14 00:32:55.300 INFO STEP 330 (remove_files) COMPLETE |
5300 | 2024-12-14T00:32:56.887Z | [ recovery-image] Dec 14 00:32:55.300 INFO O| Dec 14 00:32:55.300 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-12-14T00:32:56.952Z | [ recovery-image] Dec 14 00:32:55.365 INFO O| Dec 14 00:32:55.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5302 | 2024-12-14T00:32:56.953Z | [ recovery-image] Dec 14 00:32:55.365 INFO O| Dec 14 00:32:55.365 INFO STEP 331 (remove_files) COMPLETE |
5303 | 2024-12-14T00:32:56.955Z | [ recovery-image] Dec 14 00:32:55.366 INFO O| Dec 14 00:32:55.365 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-12-14T00:32:56.992Z | [ recovery-image] Dec 14 00:32:55.405 INFO O| Dec 14 00:32:55.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5305 | 2024-12-14T00:32:57.017Z | [ recovery-image] Dec 14 00:32:55.429 INFO O| Dec 14 00:32:55.429 INFO STEP 332 (remove_files) COMPLETE |
5306 | 2024-12-14T00:32:57.017Z | [ recovery-image] Dec 14 00:32:55.429 INFO O| Dec 14 00:32:55.429 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-12-14T00:32:57.051Z | [ recovery-image] Dec 14 00:32:55.462 INFO O| Dec 14 00:32:55.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5308 | 2024-12-14T00:32:57.051Z | [ recovery-image] Dec 14 00:32:55.463 INFO O| Dec 14 00:32:55.462 INFO STEP 333 (remove_files) COMPLETE |
5309 | 2024-12-14T00:32:57.051Z | [ recovery-image] Dec 14 00:32:55.463 INFO O| Dec 14 00:32:55.463 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-12-14T00:32:57.070Z | [ recovery-image] Dec 14 00:32:55.483 INFO O| Dec 14 00:32:55.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5311 | 2024-12-14T00:32:57.070Z | [ recovery-image] Dec 14 00:32:55.483 INFO O| Dec 14 00:32:55.483 INFO STEP 334 (remove_files) COMPLETE |
5312 | 2024-12-14T00:32:57.071Z | [ recovery-image] Dec 14 00:32:55.483 INFO O| Dec 14 00:32:55.483 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-12-14T00:32:57.088Z | [ recovery-image] Dec 14 00:32:55.501 INFO O| Dec 14 00:32:55.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5314 | 2024-12-14T00:32:57.088Z | [ recovery-image] Dec 14 00:32:55.501 INFO O| Dec 14 00:32:55.501 INFO STEP 335 (remove_files) COMPLETE |
5315 | 2024-12-14T00:32:57.088Z | [ recovery-image] Dec 14 00:32:55.501 INFO O| Dec 14 00:32:55.501 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-12-14T00:32:57.117Z | [ recovery-image] Dec 14 00:32:55.531 INFO O| Dec 14 00:32:55.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5317 | 2024-12-14T00:32:57.117Z | [ recovery-image] Dec 14 00:32:55.531 INFO O| Dec 14 00:32:55.531 INFO STEP 336 (remove_files) COMPLETE |
5318 | 2024-12-14T00:32:57.120Z | [ recovery-image] Dec 14 00:32:55.531 INFO O| Dec 14 00:32:55.531 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-12-14T00:32:57.175Z | [ recovery-image] Dec 14 00:32:55.588 INFO O| Dec 14 00:32:55.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5320 | 2024-12-14T00:32:57.175Z | [ recovery-image] Dec 14 00:32:55.588 INFO O| Dec 14 00:32:55.588 INFO STEP 337 (remove_files) COMPLETE |
5321 | 2024-12-14T00:32:57.176Z | [ recovery-image] Dec 14 00:32:55.588 INFO O| Dec 14 00:32:55.588 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-12-14T00:32:57.221Z | [ recovery-image] Dec 14 00:32:55.632 INFO O| Dec 14 00:32:55.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5323 | 2024-12-14T00:32:57.221Z | [ recovery-image] Dec 14 00:32:55.632 INFO O| Dec 14 00:32:55.632 INFO STEP 338 (remove_files) COMPLETE |
5324 | 2024-12-14T00:32:57.221Z | [ recovery-image] Dec 14 00:32:55.632 INFO O| Dec 14 00:32:55.632 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-12-14T00:32:57.242Z | [ recovery-image] Dec 14 00:32:55.656 INFO O| Dec 14 00:32:55.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5326 | 2024-12-14T00:32:57.242Z | [ recovery-image] Dec 14 00:32:55.656 INFO O| Dec 14 00:32:55.656 INFO STEP 339 (remove_files) COMPLETE |
5327 | 2024-12-14T00:32:57.242Z | [ recovery-image] Dec 14 00:32:55.656 INFO O| Dec 14 00:32:55.656 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-12-14T00:32:57.296Z | [ recovery-image] Dec 14 00:32:55.709 INFO O| Dec 14 00:32:55.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5329 | 2024-12-14T00:32:57.296Z | [ recovery-image] Dec 14 00:32:55.709 INFO O| Dec 14 00:32:55.709 INFO STEP 340 (remove_files) COMPLETE |
5330 | 2024-12-14T00:32:57.296Z | [ recovery-image] Dec 14 00:32:55.709 INFO O| Dec 14 00:32:55.709 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-12-14T00:32:57.326Z | [ recovery-image] Dec 14 00:32:55.739 INFO O| Dec 14 00:32:55.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5332 | 2024-12-14T00:32:57.329Z | [ recovery-image] Dec 14 00:32:55.739 INFO O| Dec 14 00:32:55.739 INFO STEP 341 (remove_files) COMPLETE |
5333 | 2024-12-14T00:32:57.329Z | [ recovery-image] Dec 14 00:32:55.740 INFO O| Dec 14 00:32:55.740 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-12-14T00:32:57.348Z | [ recovery-image] Dec 14 00:32:55.761 INFO O| Dec 14 00:32:55.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5335 | 2024-12-14T00:32:57.351Z | [ recovery-image] Dec 14 00:32:55.762 INFO O| Dec 14 00:32:55.762 INFO STEP 342 (remove_files) COMPLETE |
5336 | 2024-12-14T00:32:57.351Z | [ recovery-image] Dec 14 00:32:55.762 INFO O| Dec 14 00:32:55.762 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-12-14T00:32:57.367Z | [ recovery-image] Dec 14 00:32:55.780 INFO O| Dec 14 00:32:55.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5338 | 2024-12-14T00:32:57.369Z | [ recovery-image] Dec 14 00:32:55.780 INFO O| Dec 14 00:32:55.780 INFO STEP 343 (remove_files) COMPLETE |
5339 | 2024-12-14T00:32:57.369Z | [ recovery-image] Dec 14 00:32:55.780 INFO O| Dec 14 00:32:55.780 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-12-14T00:32:57.397Z | [ recovery-image] Dec 14 00:32:55.810 INFO O| Dec 14 00:32:55.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5341 | 2024-12-14T00:32:57.400Z | [ recovery-image] Dec 14 00:32:55.810 INFO O| Dec 14 00:32:55.810 INFO STEP 344 (remove_files) COMPLETE |
5342 | 2024-12-14T00:32:57.400Z | [ recovery-image] Dec 14 00:32:55.811 INFO O| Dec 14 00:32:55.811 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-12-14T00:32:57.560Z | [ recovery-image] Dec 14 00:32:55.973 INFO O| Dec 14 00:32:55.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5344 | 2024-12-14T00:32:57.560Z | [ recovery-image] Dec 14 00:32:55.973 INFO O| Dec 14 00:32:55.973 INFO STEP 345 (remove_files) COMPLETE |
5345 | 2024-12-14T00:32:57.560Z | [ recovery-image] Dec 14 00:32:55.974 INFO O| Dec 14 00:32:55.973 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-12-14T00:32:57.602Z | [ recovery-image] Dec 14 00:32:56.015 INFO O| Dec 14 00:32:56.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5347 | 2024-12-14T00:32:57.604Z | [ recovery-image] Dec 14 00:32:56.016 INFO O| Dec 14 00:32:56.016 INFO STEP 346 (remove_files) COMPLETE |
5348 | 2024-12-14T00:32:57.604Z | [ recovery-image] Dec 14 00:32:56.016 INFO O| Dec 14 00:32:56.016 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-12-14T00:32:57.661Z | [ recovery-image] Dec 14 00:32:56.074 INFO O| Dec 14 00:32:56.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5350 | 2024-12-14T00:32:57.661Z | [ recovery-image] Dec 14 00:32:56.074 INFO O| Dec 14 00:32:56.074 INFO STEP 347 (remove_files) COMPLETE |
5351 | 2024-12-14T00:32:57.661Z | [ recovery-image] Dec 14 00:32:56.074 INFO O| Dec 14 00:32:56.074 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-12-14T00:32:57.680Z | [ recovery-image] Dec 14 00:32:56.093 INFO O| Dec 14 00:32:56.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5353 | 2024-12-14T00:32:57.680Z | [ recovery-image] Dec 14 00:32:56.094 INFO O| Dec 14 00:32:56.093 INFO STEP 348 (remove_files) COMPLETE |
5354 | 2024-12-14T00:32:57.680Z | [ recovery-image] Dec 14 00:32:56.094 INFO O| Dec 14 00:32:56.094 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-12-14T00:32:57.710Z | [ recovery-image] Dec 14 00:32:56.118 INFO O| Dec 14 00:32:56.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5356 | 2024-12-14T00:32:57.710Z | [ recovery-image] Dec 14 00:32:56.118 INFO O| Dec 14 00:32:56.118 INFO STEP 349 (remove_files) COMPLETE |
5357 | 2024-12-14T00:32:57.710Z | [ recovery-image] Dec 14 00:32:56.118 INFO O| Dec 14 00:32:56.118 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-12-14T00:32:57.759Z | [ recovery-image] Dec 14 00:32:56.172 INFO O| Dec 14 00:32:56.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5359 | 2024-12-14T00:32:57.759Z | [ recovery-image] Dec 14 00:32:56.172 INFO O| Dec 14 00:32:56.172 INFO STEP 350 (remove_files) COMPLETE |
5360 | 2024-12-14T00:32:57.759Z | [ recovery-image] Dec 14 00:32:56.172 INFO O| Dec 14 00:32:56.172 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-12-14T00:32:57.781Z | [ recovery-image] Dec 14 00:32:56.194 INFO O| Dec 14 00:32:56.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5362 | 2024-12-14T00:32:57.781Z | [ recovery-image] Dec 14 00:32:56.194 INFO O| Dec 14 00:32:56.194 INFO STEP 351 (remove_files) COMPLETE |
5363 | 2024-12-14T00:32:57.783Z | [ recovery-image] Dec 14 00:32:56.194 INFO O| Dec 14 00:32:56.194 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-12-14T00:32:57.811Z | [ recovery-image] Dec 14 00:32:56.224 INFO O| Dec 14 00:32:56.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5365 | 2024-12-14T00:32:57.815Z | [ recovery-image] Dec 14 00:32:56.225 INFO O| Dec 14 00:32:56.224 INFO STEP 352 (remove_files) COMPLETE |
5366 | 2024-12-14T00:32:57.815Z | [ recovery-image] Dec 14 00:32:56.225 INFO O| Dec 14 00:32:56.225 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-12-14T00:32:57.832Z | [ recovery-image] Dec 14 00:32:56.245 INFO O| Dec 14 00:32:56.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5368 | 2024-12-14T00:32:57.835Z | [ recovery-image] Dec 14 00:32:56.246 INFO O| Dec 14 00:32:56.245 INFO STEP 353 (remove_files) COMPLETE |
5369 | 2024-12-14T00:32:57.835Z | [ recovery-image] Dec 14 00:32:56.246 INFO O| Dec 14 00:32:56.246 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-12-14T00:32:57.869Z | [ recovery-image] Dec 14 00:32:56.282 INFO O| Dec 14 00:32:56.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5371 | 2024-12-14T00:32:57.869Z | [ recovery-image] Dec 14 00:32:56.282 INFO O| Dec 14 00:32:56.282 INFO STEP 354 (remove_files) COMPLETE |
5372 | 2024-12-14T00:32:57.869Z | [ recovery-image] Dec 14 00:32:56.282 INFO O| Dec 14 00:32:56.282 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-12-14T00:32:57.890Z | [ recovery-image] Dec 14 00:32:56.303 INFO O| Dec 14 00:32:56.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5374 | 2024-12-14T00:32:57.893Z | [ recovery-image] Dec 14 00:32:56.303 INFO O| Dec 14 00:32:56.303 INFO STEP 355 (remove_files) COMPLETE |
5375 | 2024-12-14T00:32:57.893Z | [ recovery-image] Dec 14 00:32:56.303 INFO O| Dec 14 00:32:56.303 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-12-14T00:32:57.911Z | [ recovery-image] Dec 14 00:32:56.324 INFO O| Dec 14 00:32:56.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5377 | 2024-12-14T00:32:57.915Z | [ recovery-image] Dec 14 00:32:56.324 INFO O| Dec 14 00:32:56.324 INFO STEP 356 (remove_files) COMPLETE |
5378 | 2024-12-14T00:32:57.915Z | [ recovery-image] Dec 14 00:32:56.324 INFO O| Dec 14 00:32:56.324 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-12-14T00:32:57.932Z | [ recovery-image] Dec 14 00:32:56.344 INFO O| Dec 14 00:32:56.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5380 | 2024-12-14T00:32:57.934Z | [ recovery-image] Dec 14 00:32:56.344 INFO O| Dec 14 00:32:56.344 INFO STEP 357 (remove_files) COMPLETE |
5381 | 2024-12-14T00:32:57.935Z | [ recovery-image] Dec 14 00:32:56.345 INFO O| Dec 14 00:32:56.344 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-12-14T00:32:57.953Z | [ recovery-image] Dec 14 00:32:56.366 INFO O| Dec 14 00:32:56.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5383 | 2024-12-14T00:32:57.956Z | [ recovery-image] Dec 14 00:32:56.366 INFO O| Dec 14 00:32:56.366 INFO STEP 358 (remove_files) COMPLETE |
5384 | 2024-12-14T00:32:57.956Z | [ recovery-image] Dec 14 00:32:56.366 INFO O| Dec 14 00:32:56.366 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-12-14T00:32:57.974Z | [ recovery-image] Dec 14 00:32:56.388 INFO O| Dec 14 00:32:56.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5386 | 2024-12-14T00:32:57.977Z | [ recovery-image] Dec 14 00:32:56.388 INFO O| Dec 14 00:32:56.388 INFO STEP 359 (remove_files) COMPLETE |
5387 | 2024-12-14T00:32:57.977Z | [ recovery-image] Dec 14 00:32:56.388 INFO O| Dec 14 00:32:56.388 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-12-14T00:32:57.996Z | [ recovery-image] Dec 14 00:32:56.409 INFO O| Dec 14 00:32:56.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5389 | 2024-12-14T00:32:57.999Z | [ recovery-image] Dec 14 00:32:56.409 INFO O| Dec 14 00:32:56.409 INFO STEP 360 (remove_files) COMPLETE |
5390 | 2024-12-14T00:32:57.999Z | [ recovery-image] Dec 14 00:32:56.409 INFO O| Dec 14 00:32:56.409 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-12-14T00:32:58.016Z | [ recovery-image] Dec 14 00:32:56.429 INFO O| Dec 14 00:32:56.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5392 | 2024-12-14T00:32:58.018Z | [ recovery-image] Dec 14 00:32:56.429 INFO O| Dec 14 00:32:56.429 INFO STEP 361 (remove_files) COMPLETE |
5393 | 2024-12-14T00:32:58.018Z | [ recovery-image] Dec 14 00:32:56.429 INFO O| Dec 14 00:32:56.429 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-12-14T00:32:58.042Z | [ recovery-image] Dec 14 00:32:56.455 INFO O| Dec 14 00:32:56.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5395 | 2024-12-14T00:32:58.042Z | [ recovery-image] Dec 14 00:32:56.455 INFO O| Dec 14 00:32:56.455 INFO STEP 362 (remove_files) COMPLETE |
5396 | 2024-12-14T00:32:58.045Z | [ recovery-image] Dec 14 00:32:56.456 INFO O| Dec 14 00:32:56.455 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-12-14T00:32:58.062Z | [ recovery-image] Dec 14 00:32:56.475 INFO O| Dec 14 00:32:56.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5398 | 2024-12-14T00:32:58.062Z | [ recovery-image] Dec 14 00:32:56.475 INFO O| Dec 14 00:32:56.475 INFO STEP 363 (remove_files) COMPLETE |
5399 | 2024-12-14T00:32:58.062Z | [ recovery-image] Dec 14 00:32:56.475 INFO O| Dec 14 00:32:56.475 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-12-14T00:32:58.100Z | [ recovery-image] Dec 14 00:32:56.513 INFO O| Dec 14 00:32:56.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5401 | 2024-12-14T00:32:58.100Z | [ recovery-image] Dec 14 00:32:56.513 INFO O| Dec 14 00:32:56.513 INFO STEP 364 (remove_files) COMPLETE |
5402 | 2024-12-14T00:32:58.103Z | [ recovery-image] Dec 14 00:32:56.513 INFO O| Dec 14 00:32:56.513 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-12-14T00:32:58.121Z | [ recovery-image] Dec 14 00:32:56.534 INFO O| Dec 14 00:32:56.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5404 | 2024-12-14T00:32:58.121Z | [ recovery-image] Dec 14 00:32:56.534 INFO O| Dec 14 00:32:56.534 INFO STEP 365 (remove_files) COMPLETE |
5405 | 2024-12-14T00:32:58.121Z | [ recovery-image] Dec 14 00:32:56.534 INFO O| Dec 14 00:32:56.534 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-12-14T00:32:58.131Z | [ host-image] Dec 14 00:32:56.544 INFO O| Dec 14 00:32:56.544 INFO O| Planning: Solver setup ... Done |
5407 | 2024-12-14T00:32:58.139Z | [ host-image] Dec 14 00:32:56.553 INFO O| Dec 14 00:32:56.552 INFO O| Planning: Running solver ... Done |
5408 | 2024-12-14T00:32:58.154Z | [ recovery-image] Dec 14 00:32:56.567 INFO O| Dec 14 00:32:56.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5409 | 2024-12-14T00:32:58.154Z | [ recovery-image] Dec 14 00:32:56.567 INFO O| Dec 14 00:32:56.567 INFO STEP 366 (remove_files) COMPLETE |
5410 | 2024-12-14T00:32:58.154Z | [ recovery-image] Dec 14 00:32:56.567 INFO O| Dec 14 00:32:56.567 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5411 | 2024-12-14T00:32:58.187Z | [ recovery-image] Dec 14 00:32:56.600 INFO O| Dec 14 00:32:56.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5412 | 2024-12-14T00:32:58.187Z | [ recovery-image] Dec 14 00:32:56.600 INFO O| Dec 14 00:32:56.600 INFO STEP 367 (remove_files) COMPLETE |
5413 | 2024-12-14T00:32:58.187Z | [ recovery-image] Dec 14 00:32:56.600 INFO O| Dec 14 00:32:56.600 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5414 | 2024-12-14T00:32:58.222Z | [ recovery-image] Dec 14 00:32:56.635 INFO O| Dec 14 00:32:56.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5415 | 2024-12-14T00:32:58.222Z | [ recovery-image] Dec 14 00:32:56.635 INFO O| Dec 14 00:32:56.635 INFO STEP 368 (remove_files) COMPLETE |
5416 | 2024-12-14T00:32:58.225Z | [ recovery-image] Dec 14 00:32:56.635 INFO O| Dec 14 00:32:56.635 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5417 | 2024-12-14T00:32:58.245Z | [ recovery-image] Dec 14 00:32:56.658 INFO O| Dec 14 00:32:56.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5418 | 2024-12-14T00:32:58.245Z | [ recovery-image] Dec 14 00:32:56.658 INFO O| Dec 14 00:32:56.658 INFO STEP 369 (remove_files) COMPLETE |
5419 | 2024-12-14T00:32:58.245Z | [ recovery-image] Dec 14 00:32:56.658 INFO O| Dec 14 00:32:56.658 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5420 | 2024-12-14T00:32:58.258Z | [ host-image] Dec 14 00:32:56.671 INFO O| Dec 14 00:32:56.671 INFO O| Planning: Finding local manifests ... Done |
5421 | 2024-12-14T00:32:58.261Z | [ host-image] Dec 14 00:32:56.674 INFO O| Dec 14 00:32:56.674 INFO O| Planning: Fetching manifests: 0/6 0% complete |
5422 | 2024-12-14T00:32:58.284Z | [ recovery-image] Dec 14 00:32:56.697 INFO O| Dec 14 00:32:56.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5423 | 2024-12-14T00:32:58.285Z | [ recovery-image] Dec 14 00:32:56.697 INFO O| Dec 14 00:32:56.697 INFO STEP 370 (remove_files) COMPLETE |
5424 | 2024-12-14T00:32:58.288Z | [ recovery-image] Dec 14 00:32:56.698 INFO O| Dec 14 00:32:56.697 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5425 | 2024-12-14T00:32:58.307Z | [ recovery-image] Dec 14 00:32:56.720 INFO O| Dec 14 00:32:56.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5426 | 2024-12-14T00:32:58.307Z | [ recovery-image] Dec 14 00:32:56.720 INFO O| Dec 14 00:32:56.720 INFO STEP 371 (remove_files) COMPLETE |
5427 | 2024-12-14T00:32:58.307Z | [ recovery-image] Dec 14 00:32:56.720 INFO O| Dec 14 00:32:56.720 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5428 | 2024-12-14T00:32:58.332Z | [ recovery-image] Dec 14 00:32:56.744 INFO O| Dec 14 00:32:56.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5429 | 2024-12-14T00:32:58.332Z | [ recovery-image] Dec 14 00:32:56.744 INFO O| Dec 14 00:32:56.744 INFO STEP 372 (remove_files) COMPLETE |
5430 | 2024-12-14T00:32:58.332Z | [ recovery-image] Dec 14 00:32:56.744 INFO O| Dec 14 00:32:56.744 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5431 | 2024-12-14T00:32:58.473Z | [ recovery-image] Dec 14 00:32:56.885 INFO O| Dec 14 00:32:56.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5432 | 2024-12-14T00:32:58.476Z | [ recovery-image] Dec 14 00:32:56.885 INFO O| Dec 14 00:32:56.885 INFO STEP 373 (remove_files) COMPLETE |
5433 | 2024-12-14T00:32:58.476Z | [ recovery-image] Dec 14 00:32:56.885 INFO O| Dec 14 00:32:56.885 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5434 | 2024-12-14T00:32:58.495Z | [ recovery-image] Dec 14 00:32:56.908 INFO O| Dec 14 00:32:56.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5435 | 2024-12-14T00:32:58.502Z | [ recovery-image] Dec 14 00:32:56.908 INFO O| Dec 14 00:32:56.908 INFO STEP 374 (remove_files) COMPLETE |
5436 | 2024-12-14T00:32:58.502Z | [ recovery-image] Dec 14 00:32:56.908 INFO O| Dec 14 00:32:56.908 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5437 | 2024-12-14T00:32:58.517Z | [ recovery-image] Dec 14 00:32:56.930 INFO O| Dec 14 00:32:56.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5438 | 2024-12-14T00:32:58.517Z | [ recovery-image] Dec 14 00:32:56.930 INFO O| Dec 14 00:32:56.930 INFO STEP 375 (remove_files) COMPLETE |
5439 | 2024-12-14T00:32:58.521Z | [ recovery-image] Dec 14 00:32:56.930 INFO O| Dec 14 00:32:56.930 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5440 | 2024-12-14T00:32:58.548Z | [ recovery-image] Dec 14 00:32:56.961 INFO O| Dec 14 00:32:56.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5441 | 2024-12-14T00:32:58.548Z | [ recovery-image] Dec 14 00:32:56.961 INFO O| Dec 14 00:32:56.961 INFO STEP 376 (remove_files) COMPLETE |
5442 | 2024-12-14T00:32:58.548Z | [ recovery-image] Dec 14 00:32:56.961 INFO O| Dec 14 00:32:56.961 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5443 | 2024-12-14T00:32:58.579Z | [ recovery-image] Dec 14 00:32:56.992 INFO O| Dec 14 00:32:56.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5444 | 2024-12-14T00:32:58.579Z | [ recovery-image] Dec 14 00:32:56.992 INFO O| Dec 14 00:32:56.992 INFO STEP 377 (remove_files) COMPLETE |
5445 | 2024-12-14T00:32:58.582Z | [ recovery-image] Dec 14 00:32:56.992 INFO O| Dec 14 00:32:56.992 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5446 | 2024-12-14T00:32:58.617Z | [ recovery-image] Dec 14 00:32:57.030 INFO O| Dec 14 00:32:57.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5447 | 2024-12-14T00:32:58.617Z | [ recovery-image] Dec 14 00:32:57.030 INFO O| Dec 14 00:32:57.030 INFO STEP 378 (remove_files) COMPLETE |
5448 | 2024-12-14T00:32:58.619Z | [ recovery-image] Dec 14 00:32:57.030 INFO O| Dec 14 00:32:57.030 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5449 | 2024-12-14T00:32:58.622Z | [ host-image] Dec 14 00:32:57.034 INFO O| Dec 14 00:32:57.034 INFO O| Planning: Fetching manifests: 6/6 100% complete |
5450 | 2024-12-14T00:32:58.689Z | [ host-image] Dec 14 00:32:57.102 INFO O| Dec 14 00:32:57.102 INFO O| Planning: Package planning ... Done |
5451 | 2024-12-14T00:32:58.703Z | [ recovery-image] Dec 14 00:32:57.116 INFO O| Dec 14 00:32:57.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5452 | 2024-12-14T00:32:58.706Z | [ recovery-image] Dec 14 00:32:57.116 INFO O| Dec 14 00:32:57.116 INFO STEP 379 (remove_files) COMPLETE |
5453 | 2024-12-14T00:32:58.706Z | [ recovery-image] Dec 14 00:32:57.116 INFO O| Dec 14 00:32:57.116 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-12-14T00:32:58.727Z | [ recovery-image] Dec 14 00:32:57.140 INFO O| Dec 14 00:32:57.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5455 | 2024-12-14T00:32:58.728Z | [ recovery-image] Dec 14 00:32:57.140 INFO O| Dec 14 00:32:57.140 INFO STEP 380 (remove_files) COMPLETE |
5456 | 2024-12-14T00:32:58.728Z | [ recovery-image] Dec 14 00:32:57.141 INFO O| Dec 14 00:32:57.140 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-12-14T00:32:58.731Z | [ host-image] Dec 14 00:32:57.142 INFO O| Dec 14 00:32:57.142 INFO O| Planning: Merging actions ... Done |
5458 | 2024-12-14T00:32:58.754Z | [ recovery-image] Dec 14 00:32:57.167 INFO O| Dec 14 00:32:57.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5459 | 2024-12-14T00:32:58.754Z | [ recovery-image] Dec 14 00:32:57.167 INFO O| Dec 14 00:32:57.167 INFO STEP 381 (remove_files) COMPLETE |
5460 | 2024-12-14T00:32:58.757Z | [ recovery-image] Dec 14 00:32:57.167 INFO O| Dec 14 00:32:57.167 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5461 | 2024-12-14T00:32:58.804Z | [ recovery-image] Dec 14 00:32:57.217 INFO O| Dec 14 00:32:57.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5462 | 2024-12-14T00:32:58.804Z | [ recovery-image] Dec 14 00:32:57.217 INFO O| Dec 14 00:32:57.217 INFO STEP 382 (remove_files) COMPLETE |
5463 | 2024-12-14T00:32:58.808Z | [ recovery-image] Dec 14 00:32:57.217 INFO O| Dec 14 00:32:57.217 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5464 | 2024-12-14T00:32:58.843Z | [ recovery-image] Dec 14 00:32:57.256 INFO O| Dec 14 00:32:57.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5465 | 2024-12-14T00:32:58.843Z | [ recovery-image] Dec 14 00:32:57.256 INFO O| Dec 14 00:32:57.256 INFO STEP 383 (remove_files) COMPLETE |
5466 | 2024-12-14T00:32:58.843Z | [ recovery-image] Dec 14 00:32:57.256 INFO O| Dec 14 00:32:57.256 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5467 | 2024-12-14T00:32:58.863Z | [ recovery-image] Dec 14 00:32:57.276 INFO O| Dec 14 00:32:57.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5468 | 2024-12-14T00:32:58.863Z | [ recovery-image] Dec 14 00:32:57.276 INFO O| Dec 14 00:32:57.276 INFO STEP 384 (remove_files) COMPLETE |
5469 | 2024-12-14T00:32:58.865Z | [ recovery-image] Dec 14 00:32:57.276 INFO O| Dec 14 00:32:57.276 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5470 | 2024-12-14T00:32:58.882Z | [ recovery-image] Dec 14 00:32:57.295 INFO O| Dec 14 00:32:57.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5471 | 2024-12-14T00:32:58.882Z | [ recovery-image] Dec 14 00:32:57.295 INFO O| Dec 14 00:32:57.295 INFO STEP 385 (remove_files) COMPLETE |
5472 | 2024-12-14T00:32:58.884Z | [ recovery-image] Dec 14 00:32:57.295 INFO O| Dec 14 00:32:57.295 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5473 | 2024-12-14T00:32:58.912Z | [ host-image] Dec 14 00:32:57.325 INFO O| Dec 14 00:32:57.325 INFO O| Planning: Checking for conflicting actions ... Done |
5474 | 2024-12-14T00:32:58.915Z | [ recovery-image] Dec 14 00:32:57.328 INFO O| Dec 14 00:32:57.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5475 | 2024-12-14T00:32:58.918Z | [ recovery-image] Dec 14 00:32:57.329 INFO O| Dec 14 00:32:57.328 INFO STEP 386 (remove_files) COMPLETE |
5476 | 2024-12-14T00:32:58.918Z | [ recovery-image] Dec 14 00:32:57.329 INFO O| Dec 14 00:32:57.328 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5477 | 2024-12-14T00:32:58.921Z | [ host-image] Dec 14 00:32:57.334 INFO O| Dec 14 00:32:57.334 INFO O| Planning: Consolidating action changes ... Done |
5478 | 2024-12-14T00:32:58.978Z | [ recovery-image] Dec 14 00:32:57.391 INFO O| Dec 14 00:32:57.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5479 | 2024-12-14T00:32:58.978Z | [ recovery-image] Dec 14 00:32:57.391 INFO O| Dec 14 00:32:57.391 INFO STEP 387 (remove_files) COMPLETE |
5480 | 2024-12-14T00:32:58.978Z | [ recovery-image] Dec 14 00:32:57.391 INFO O| Dec 14 00:32:57.391 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-12-14T00:32:59.048Z | [ recovery-image] Dec 14 00:32:57.461 INFO O| Dec 14 00:32:57.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5482 | 2024-12-14T00:32:59.048Z | [ recovery-image] Dec 14 00:32:57.461 INFO O| Dec 14 00:32:57.461 INFO STEP 388 (remove_files) COMPLETE |
5483 | 2024-12-14T00:32:59.049Z | [ recovery-image] Dec 14 00:32:57.461 INFO O| Dec 14 00:32:57.461 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-12-14T00:32:59.071Z | [ recovery-image] Dec 14 00:32:57.483 INFO O| Dec 14 00:32:57.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5485 | 2024-12-14T00:32:59.071Z | [ recovery-image] Dec 14 00:32:57.484 INFO O| Dec 14 00:32:57.483 INFO STEP 389 (remove_files) COMPLETE |
5486 | 2024-12-14T00:32:59.071Z | [ recovery-image] Dec 14 00:32:57.484 INFO O| Dec 14 00:32:57.484 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-12-14T00:32:59.106Z | [ recovery-image] Dec 14 00:32:57.516 INFO O| Dec 14 00:32:57.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5488 | 2024-12-14T00:32:59.108Z | [ recovery-image] Dec 14 00:32:57.517 INFO O| Dec 14 00:32:57.516 INFO STEP 390 (remove_files) COMPLETE |
5489 | 2024-12-14T00:32:59.108Z | [ recovery-image] Dec 14 00:32:57.517 INFO O| Dec 14 00:32:57.517 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-12-14T00:32:59.128Z | [ recovery-image] Dec 14 00:32:57.540 INFO O| Dec 14 00:32:57.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5491 | 2024-12-14T00:32:59.130Z | [ recovery-image] Dec 14 00:32:57.541 INFO O| Dec 14 00:32:57.541 INFO STEP 391 (remove_files) COMPLETE |
5492 | 2024-12-14T00:32:59.130Z | [ recovery-image] Dec 14 00:32:57.541 INFO O| Dec 14 00:32:57.541 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-12-14T00:32:59.147Z | [ recovery-image] Dec 14 00:32:57.560 INFO O| Dec 14 00:32:57.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5494 | 2024-12-14T00:32:59.150Z | [ recovery-image] Dec 14 00:32:57.560 INFO O| Dec 14 00:32:57.560 INFO STEP 392 (remove_files) COMPLETE |
5495 | 2024-12-14T00:32:59.150Z | [ recovery-image] Dec 14 00:32:57.560 INFO O| Dec 14 00:32:57.560 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-12-14T00:32:59.166Z | [ recovery-image] Dec 14 00:32:57.579 INFO O| Dec 14 00:32:57.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5497 | 2024-12-14T00:32:59.169Z | [ recovery-image] Dec 14 00:32:57.579 INFO O| Dec 14 00:32:57.579 INFO STEP 393 (remove_files) COMPLETE |
5498 | 2024-12-14T00:32:59.169Z | [ recovery-image] Dec 14 00:32:57.579 INFO O| Dec 14 00:32:57.579 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-12-14T00:32:59.195Z | [ recovery-image] Dec 14 00:32:57.608 INFO O| Dec 14 00:32:57.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5500 | 2024-12-14T00:32:59.195Z | [ recovery-image] Dec 14 00:32:57.608 INFO O| Dec 14 00:32:57.608 INFO STEP 394 (remove_files) COMPLETE |
5501 | 2024-12-14T00:32:59.195Z | [ recovery-image] Dec 14 00:32:57.608 INFO O| Dec 14 00:32:57.608 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-12-14T00:32:59.215Z | [ recovery-image] Dec 14 00:32:57.628 INFO O| Dec 14 00:32:57.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5503 | 2024-12-14T00:32:59.217Z | [ recovery-image] Dec 14 00:32:57.628 INFO O| Dec 14 00:32:57.628 INFO STEP 395 (remove_files) COMPLETE |
5504 | 2024-12-14T00:32:59.217Z | [ recovery-image] Dec 14 00:32:57.628 INFO O| Dec 14 00:32:57.628 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-12-14T00:32:59.251Z | [ recovery-image] Dec 14 00:32:57.663 INFO O| Dec 14 00:32:57.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5506 | 2024-12-14T00:32:59.253Z | [ recovery-image] Dec 14 00:32:57.663 INFO O| Dec 14 00:32:57.663 INFO STEP 396 (remove_files) COMPLETE |
5507 | 2024-12-14T00:32:59.253Z | [ recovery-image] Dec 14 00:32:57.663 INFO O| Dec 14 00:32:57.663 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-12-14T00:32:59.271Z | [ recovery-image] Dec 14 00:32:57.684 INFO O| Dec 14 00:32:57.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5509 | 2024-12-14T00:32:59.274Z | [ recovery-image] Dec 14 00:32:57.684 INFO O| Dec 14 00:32:57.684 INFO STEP 397 (remove_files) COMPLETE |
5510 | 2024-12-14T00:32:59.274Z | [ recovery-image] Dec 14 00:32:57.685 INFO O| Dec 14 00:32:57.684 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-12-14T00:32:59.354Z | [ recovery-image] Dec 14 00:32:57.767 INFO O| Dec 14 00:32:57.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5512 | 2024-12-14T00:32:59.355Z | [ recovery-image] Dec 14 00:32:57.767 INFO O| Dec 14 00:32:57.767 INFO STEP 398 (remove_files) COMPLETE |
5513 | 2024-12-14T00:32:59.355Z | [ recovery-image] Dec 14 00:32:57.767 INFO O| Dec 14 00:32:57.767 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-12-14T00:32:59.417Z | [ recovery-image] Dec 14 00:32:57.829 INFO O| Dec 14 00:32:57.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5515 | 2024-12-14T00:32:59.417Z | [ recovery-image] Dec 14 00:32:57.829 INFO O| Dec 14 00:32:57.829 INFO STEP 399 (remove_files) COMPLETE |
5516 | 2024-12-14T00:32:59.419Z | [ recovery-image] Dec 14 00:32:57.830 INFO O| Dec 14 00:32:57.829 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-12-14T00:32:59.437Z | [ recovery-image] Dec 14 00:32:57.849 INFO O| Dec 14 00:32:57.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5518 | 2024-12-14T00:32:59.437Z | [ recovery-image] Dec 14 00:32:57.850 INFO O| Dec 14 00:32:57.849 INFO STEP 400 (remove_files) COMPLETE |
5519 | 2024-12-14T00:32:59.437Z | [ recovery-image] Dec 14 00:32:57.850 INFO O| Dec 14 00:32:57.850 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-12-14T00:32:59.458Z | [ recovery-image] Dec 14 00:32:57.871 INFO O| Dec 14 00:32:57.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5521 | 2024-12-14T00:32:59.458Z | [ recovery-image] Dec 14 00:32:57.871 INFO O| Dec 14 00:32:57.871 INFO STEP 401 (remove_files) COMPLETE |
5522 | 2024-12-14T00:32:59.458Z | [ recovery-image] Dec 14 00:32:57.871 INFO O| Dec 14 00:32:57.871 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-12-14T00:32:59.490Z | [ recovery-image] Dec 14 00:32:57.903 INFO O| Dec 14 00:32:57.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5524 | 2024-12-14T00:32:59.491Z | [ recovery-image] Dec 14 00:32:57.903 INFO O| Dec 14 00:32:57.903 INFO STEP 402 (remove_files) COMPLETE |
5525 | 2024-12-14T00:32:59.491Z | [ recovery-image] Dec 14 00:32:57.903 INFO O| Dec 14 00:32:57.903 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-12-14T00:32:59.511Z | [ recovery-image] Dec 14 00:32:57.924 INFO O| Dec 14 00:32:57.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5527 | 2024-12-14T00:32:59.511Z | [ recovery-image] Dec 14 00:32:57.924 INFO O| Dec 14 00:32:57.924 INFO STEP 403 (remove_files) COMPLETE |
5528 | 2024-12-14T00:32:59.511Z | [ recovery-image] Dec 14 00:32:57.924 INFO O| Dec 14 00:32:57.924 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-12-14T00:32:59.546Z | [ host-image] Dec 14 00:32:57.958 INFO O| Dec 14 00:32:57.957 INFO O| Planning: Evaluating mediators ... Done |
5530 | 2024-12-14T00:32:59.551Z | [ host-image] Dec 14 00:32:57.963 INFO O| Dec 14 00:32:57.963 INFO O| Planning: Planning completed in 5.59 seconds |
5531 | 2024-12-14T00:32:59.554Z | [ host-image] Dec 14 00:32:57.966 INFO O| Dec 14 00:32:57.966 INFO O| Packages to install: 6 |
5532 | 2024-12-14T00:32:59.554Z | [ host-image] Dec 14 00:32:57.966 INFO O| Dec 14 00:32:57.966 INFO O| Mediators to change: 1 |
5533 | 2024-12-14T00:32:59.557Z | [ host-image] Dec 14 00:32:57.966 INFO O| Dec 14 00:32:57.966 INFO O| Services to change: 1 |
5534 | 2024-12-14T00:32:59.557Z | [ recovery-image] Dec 14 00:32:57.968 INFO O| Dec 14 00:32:57.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5535 | 2024-12-14T00:32:59.557Z | [ recovery-image] Dec 14 00:32:57.968 INFO O| Dec 14 00:32:57.968 INFO STEP 404 (remove_files) COMPLETE |
5536 | 2024-12-14T00:32:59.557Z | [ recovery-image] Dec 14 00:32:57.968 INFO O| Dec 14 00:32:57.968 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5537 | 2024-12-14T00:32:59.581Z | [ host-image] Dec 14 00:32:57.994 INFO O| Dec 14 00:32:57.994 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
5538 | 2024-12-14T00:32:59.587Z | [ recovery-image] Dec 14 00:32:58.000 INFO O| Dec 14 00:32:58.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5539 | 2024-12-14T00:32:59.587Z | [ recovery-image] Dec 14 00:32:58.000 INFO O| Dec 14 00:32:58.000 INFO STEP 405 (remove_files) COMPLETE |
5540 | 2024-12-14T00:32:59.590Z | [ recovery-image] Dec 14 00:32:58.000 INFO O| Dec 14 00:32:58.000 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-12-14T00:32:59.608Z | [ recovery-image] Dec 14 00:32:58.020 INFO O| Dec 14 00:32:58.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5542 | 2024-12-14T00:32:59.609Z | [ recovery-image] Dec 14 00:32:58.020 INFO O| Dec 14 00:32:58.020 INFO STEP 406 (remove_files) COMPLETE |
5543 | 2024-12-14T00:32:59.612Z | [ recovery-image] Dec 14 00:32:58.020 INFO O| Dec 14 00:32:58.020 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-12-14T00:32:59.627Z | [ recovery-image] Dec 14 00:32:58.040 INFO O| Dec 14 00:32:58.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5545 | 2024-12-14T00:32:59.630Z | [ recovery-image] Dec 14 00:32:58.040 INFO O| Dec 14 00:32:58.040 INFO STEP 407 (remove_files) COMPLETE |
5546 | 2024-12-14T00:32:59.630Z | [ recovery-image] Dec 14 00:32:58.040 INFO O| Dec 14 00:32:58.040 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-12-14T00:32:59.669Z | [ recovery-image] Dec 14 00:32:58.082 INFO O| Dec 14 00:32:58.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5548 | 2024-12-14T00:32:59.669Z | [ recovery-image] Dec 14 00:32:58.082 INFO O| Dec 14 00:32:58.082 INFO STEP 408 (remove_files) COMPLETE |
5549 | 2024-12-14T00:32:59.669Z | [ recovery-image] Dec 14 00:32:58.082 INFO O| Dec 14 00:32:58.082 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-12-14T00:32:59.723Z | [ recovery-image] Dec 14 00:32:58.136 INFO O| Dec 14 00:32:58.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5551 | 2024-12-14T00:32:59.723Z | [ recovery-image] Dec 14 00:32:58.136 INFO O| Dec 14 00:32:58.136 INFO STEP 409 (remove_files) COMPLETE |
5552 | 2024-12-14T00:32:59.723Z | [ recovery-image] Dec 14 00:32:58.136 INFO O| Dec 14 00:32:58.136 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-12-14T00:32:59.742Z | [ recovery-image] Dec 14 00:32:58.155 INFO O| Dec 14 00:32:58.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5554 | 2024-12-14T00:32:59.745Z | [ recovery-image] Dec 14 00:32:58.156 INFO O| Dec 14 00:32:58.156 INFO STEP 410 (remove_files) COMPLETE |
5555 | 2024-12-14T00:32:59.745Z | [ recovery-image] Dec 14 00:32:58.156 INFO O| Dec 14 00:32:58.156 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-12-14T00:32:59.787Z | [ recovery-image] Dec 14 00:32:58.200 INFO O| Dec 14 00:32:58.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5557 | 2024-12-14T00:32:59.787Z | [ recovery-image] Dec 14 00:32:58.200 INFO O| Dec 14 00:32:58.200 INFO STEP 411 (remove_files) COMPLETE |
5558 | 2024-12-14T00:32:59.787Z | [ recovery-image] Dec 14 00:32:58.200 INFO O| Dec 14 00:32:58.200 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-12-14T00:32:59.825Z | [ recovery-image] Dec 14 00:32:58.238 INFO O| Dec 14 00:32:58.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5560 | 2024-12-14T00:32:59.828Z | [ recovery-image] Dec 14 00:32:58.238 INFO O| Dec 14 00:32:58.238 INFO STEP 412 (remove_files) COMPLETE |
5561 | 2024-12-14T00:32:59.828Z | [ recovery-image] Dec 14 00:32:58.238 INFO O| Dec 14 00:32:58.238 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-12-14T00:32:59.881Z | [ recovery-image] Dec 14 00:32:58.294 INFO O| Dec 14 00:32:58.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5563 | 2024-12-14T00:32:59.881Z | [ recovery-image] Dec 14 00:32:58.294 INFO O| Dec 14 00:32:58.294 INFO STEP 413 (remove_files) COMPLETE |
5564 | 2024-12-14T00:32:59.884Z | [ recovery-image] Dec 14 00:32:58.294 INFO O| Dec 14 00:32:58.294 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-12-14T00:32:59.901Z | [ recovery-image] Dec 14 00:32:58.314 INFO O| Dec 14 00:32:58.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5566 | 2024-12-14T00:32:59.901Z | [ recovery-image] Dec 14 00:32:58.314 INFO O| Dec 14 00:32:58.314 INFO STEP 414 (remove_files) COMPLETE |
5567 | 2024-12-14T00:32:59.904Z | [ recovery-image] Dec 14 00:32:58.314 INFO O| Dec 14 00:32:58.314 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-12-14T00:32:59.921Z | [ recovery-image] Dec 14 00:32:58.334 INFO O| Dec 14 00:32:58.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5569 | 2024-12-14T00:32:59.921Z | [ recovery-image] Dec 14 00:32:58.334 INFO O| Dec 14 00:32:58.334 INFO STEP 415 (remove_files) COMPLETE |
5570 | 2024-12-14T00:32:59.921Z | [ recovery-image] Dec 14 00:32:58.334 INFO O| Dec 14 00:32:58.334 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-12-14T00:32:59.946Z | [ recovery-image] Dec 14 00:32:58.358 INFO O| Dec 14 00:32:58.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5572 | 2024-12-14T00:32:59.946Z | [ recovery-image] Dec 14 00:32:58.358 INFO O| Dec 14 00:32:58.358 INFO STEP 416 (remove_files) COMPLETE |
5573 | 2024-12-14T00:32:59.946Z | [ recovery-image] Dec 14 00:32:58.358 INFO O| Dec 14 00:32:58.358 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-12-14T00:32:59.971Z | [ recovery-image] Dec 14 00:32:58.383 INFO O| Dec 14 00:32:58.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5575 | 2024-12-14T00:32:59.971Z | [ recovery-image] Dec 14 00:32:58.383 INFO O| Dec 14 00:32:58.383 INFO STEP 417 (remove_files) COMPLETE |
5576 | 2024-12-14T00:32:59.974Z | [ recovery-image] Dec 14 00:32:58.383 INFO O| Dec 14 00:32:58.383 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-12-14T00:32:59.997Z | [ recovery-image] Dec 14 00:32:58.408 INFO O| Dec 14 00:32:58.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5578 | 2024-12-14T00:32:59.997Z | [ recovery-image] Dec 14 00:32:58.408 INFO O| Dec 14 00:32:58.408 INFO STEP 418 (remove_files) COMPLETE |
5579 | 2024-12-14T00:33:00.000Z | [ recovery-image] Dec 14 00:32:58.408 INFO O| Dec 14 00:32:58.408 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-12-14T00:33:00.017Z | [ recovery-image] Dec 14 00:32:58.430 INFO O| Dec 14 00:32:58.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5581 | 2024-12-14T00:33:00.017Z | [ recovery-image] Dec 14 00:32:58.430 INFO O| Dec 14 00:32:58.430 INFO STEP 419 (remove_files) COMPLETE |
5582 | 2024-12-14T00:33:00.017Z | [ recovery-image] Dec 14 00:32:58.430 INFO O| Dec 14 00:32:58.430 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-12-14T00:33:00.038Z | [ recovery-image] Dec 14 00:32:58.450 INFO O| Dec 14 00:32:58.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5584 | 2024-12-14T00:33:00.038Z | [ recovery-image] Dec 14 00:32:58.451 INFO O| Dec 14 00:32:58.451 INFO STEP 420 (remove_files) COMPLETE |
5585 | 2024-12-14T00:33:00.038Z | [ recovery-image] Dec 14 00:32:58.451 INFO O| Dec 14 00:32:58.451 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-12-14T00:33:00.058Z | [ recovery-image] Dec 14 00:32:58.470 INFO O| Dec 14 00:32:58.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5587 | 2024-12-14T00:33:00.058Z | [ recovery-image] Dec 14 00:32:58.471 INFO O| Dec 14 00:32:58.471 INFO STEP 421 (remove_files) COMPLETE |
5588 | 2024-12-14T00:33:00.063Z | [ recovery-image] Dec 14 00:32:58.471 INFO O| Dec 14 00:32:58.471 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-12-14T00:33:00.095Z | [ recovery-image] Dec 14 00:32:58.508 INFO O| Dec 14 00:32:58.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5590 | 2024-12-14T00:33:00.095Z | [ recovery-image] Dec 14 00:32:58.508 INFO O| Dec 14 00:32:58.508 INFO STEP 422 (remove_files) COMPLETE |
5591 | 2024-12-14T00:33:00.095Z | [ recovery-image] Dec 14 00:32:58.508 INFO O| Dec 14 00:32:58.508 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-12-14T00:33:00.116Z | [ recovery-image] Dec 14 00:32:58.528 INFO O| Dec 14 00:32:58.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5593 | 2024-12-14T00:33:00.116Z | [ recovery-image] Dec 14 00:32:58.528 INFO O| Dec 14 00:32:58.528 INFO STEP 423 (remove_files) COMPLETE |
5594 | 2024-12-14T00:33:00.116Z | [ recovery-image] Dec 14 00:32:58.528 INFO O| Dec 14 00:32:58.528 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-12-14T00:33:00.137Z | [ recovery-image] Dec 14 00:32:58.550 INFO O| Dec 14 00:32:58.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5596 | 2024-12-14T00:33:00.137Z | [ recovery-image] Dec 14 00:32:58.550 INFO O| Dec 14 00:32:58.550 INFO STEP 424 (remove_files) COMPLETE |
5597 | 2024-12-14T00:33:00.137Z | [ recovery-image] Dec 14 00:32:58.550 INFO O| Dec 14 00:32:58.550 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-12-14T00:33:00.162Z | [ recovery-image] Dec 14 00:32:58.575 INFO O| Dec 14 00:32:58.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5599 | 2024-12-14T00:33:00.166Z | [ recovery-image] Dec 14 00:32:58.575 INFO O| Dec 14 00:32:58.575 INFO STEP 425 (remove_files) COMPLETE |
5600 | 2024-12-14T00:33:00.166Z | [ recovery-image] Dec 14 00:32:58.575 INFO O| Dec 14 00:32:58.575 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-12-14T00:33:00.183Z | [ recovery-image] Dec 14 00:32:58.595 INFO O| Dec 14 00:32:58.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5602 | 2024-12-14T00:33:00.186Z | [ recovery-image] Dec 14 00:32:58.596 INFO O| Dec 14 00:32:58.595 INFO STEP 426 (remove_files) COMPLETE |
5603 | 2024-12-14T00:33:00.186Z | [ recovery-image] Dec 14 00:32:58.596 INFO O| Dec 14 00:32:58.596 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-12-14T00:33:00.203Z | [ recovery-image] Dec 14 00:32:58.616 INFO O| Dec 14 00:32:58.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5605 | 2024-12-14T00:33:00.206Z | [ recovery-image] Dec 14 00:32:58.616 INFO O| Dec 14 00:32:58.616 INFO STEP 427 (remove_files) COMPLETE |
5606 | 2024-12-14T00:33:00.206Z | [ recovery-image] Dec 14 00:32:58.616 INFO O| Dec 14 00:32:58.616 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-12-14T00:33:00.224Z | [ recovery-image] Dec 14 00:32:58.636 INFO O| Dec 14 00:32:58.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5608 | 2024-12-14T00:33:00.227Z | [ recovery-image] Dec 14 00:32:58.636 INFO O| Dec 14 00:32:58.636 INFO STEP 428 (remove_files) COMPLETE |
5609 | 2024-12-14T00:33:00.227Z | [ recovery-image] Dec 14 00:32:58.636 INFO O| Dec 14 00:32:58.636 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-12-14T00:33:00.246Z | [ recovery-image] Dec 14 00:32:58.658 INFO O| Dec 14 00:32:58.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5611 | 2024-12-14T00:33:00.246Z | [ recovery-image] Dec 14 00:32:58.658 INFO O| Dec 14 00:32:58.658 INFO STEP 429 (remove_files) COMPLETE |
5612 | 2024-12-14T00:33:00.246Z | [ recovery-image] Dec 14 00:32:58.658 INFO O| Dec 14 00:32:58.658 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-12-14T00:33:00.267Z | [ recovery-image] Dec 14 00:32:58.679 INFO O| Dec 14 00:32:58.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5614 | 2024-12-14T00:33:00.267Z | [ recovery-image] Dec 14 00:32:58.680 INFO O| Dec 14 00:32:58.680 INFO STEP 430 (remove_files) COMPLETE |
5615 | 2024-12-14T00:33:00.268Z | [ recovery-image] Dec 14 00:32:58.680 INFO O| Dec 14 00:32:58.680 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-12-14T00:33:00.291Z | [ recovery-image] Dec 14 00:32:58.703 INFO O| Dec 14 00:32:58.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5617 | 2024-12-14T00:33:00.291Z | [ recovery-image] Dec 14 00:32:58.703 INFO O| Dec 14 00:32:58.703 INFO STEP 431 (remove_files) COMPLETE |
5618 | 2024-12-14T00:33:00.293Z | [ recovery-image] Dec 14 00:32:58.703 INFO O| Dec 14 00:32:58.703 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-12-14T00:33:00.312Z | [ recovery-image] Dec 14 00:32:58.724 INFO O| Dec 14 00:32:58.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5620 | 2024-12-14T00:33:00.312Z | [ recovery-image] Dec 14 00:32:58.724 INFO O| Dec 14 00:32:58.724 INFO STEP 432 (remove_files) COMPLETE |
5621 | 2024-12-14T00:33:00.315Z | [ recovery-image] Dec 14 00:32:58.724 INFO O| Dec 14 00:32:58.724 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-12-14T00:33:00.338Z | [ recovery-image] Dec 14 00:32:58.750 INFO O| Dec 14 00:32:58.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5623 | 2024-12-14T00:33:00.338Z | [ recovery-image] Dec 14 00:32:58.750 INFO O| Dec 14 00:32:58.750 INFO STEP 433 (remove_files) COMPLETE |
5624 | 2024-12-14T00:33:00.338Z | [ recovery-image] Dec 14 00:32:58.750 INFO O| Dec 14 00:32:58.750 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-12-14T00:33:00.360Z | [ recovery-image] Dec 14 00:32:58.773 INFO O| Dec 14 00:32:58.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5626 | 2024-12-14T00:33:00.360Z | [ recovery-image] Dec 14 00:32:58.773 INFO O| Dec 14 00:32:58.773 INFO STEP 434 (remove_files) COMPLETE |
5627 | 2024-12-14T00:33:00.360Z | [ recovery-image] Dec 14 00:32:58.773 INFO O| Dec 14 00:32:58.773 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-12-14T00:33:00.382Z | [ recovery-image] Dec 14 00:32:58.795 INFO O| Dec 14 00:32:58.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5629 | 2024-12-14T00:33:00.382Z | [ recovery-image] Dec 14 00:32:58.795 INFO O| Dec 14 00:32:58.795 INFO STEP 435 (remove_files) COMPLETE |
5630 | 2024-12-14T00:33:00.382Z | [ recovery-image] Dec 14 00:32:58.795 INFO O| Dec 14 00:32:58.795 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-12-14T00:33:00.403Z | [ recovery-image] Dec 14 00:32:58.816 INFO O| Dec 14 00:32:58.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5632 | 2024-12-14T00:33:00.403Z | [ recovery-image] Dec 14 00:32:58.816 INFO O| Dec 14 00:32:58.816 INFO STEP 436 (remove_files) COMPLETE |
5633 | 2024-12-14T00:33:00.406Z | [ recovery-image] Dec 14 00:32:58.816 INFO O| Dec 14 00:32:58.816 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-12-14T00:33:00.426Z | [ recovery-image] Dec 14 00:32:58.838 INFO O| Dec 14 00:32:58.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5635 | 2024-12-14T00:33:00.426Z | [ recovery-image] Dec 14 00:32:58.838 INFO O| Dec 14 00:32:58.838 INFO STEP 437 (remove_files) COMPLETE |
5636 | 2024-12-14T00:33:00.426Z | [ recovery-image] Dec 14 00:32:58.839 INFO O| Dec 14 00:32:58.838 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-12-14T00:33:00.448Z | [ recovery-image] Dec 14 00:32:58.860 INFO O| Dec 14 00:32:58.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5638 | 2024-12-14T00:33:00.449Z | [ recovery-image] Dec 14 00:32:58.860 INFO O| Dec 14 00:32:58.860 INFO STEP 438 (remove_files) COMPLETE |
5639 | 2024-12-14T00:33:00.449Z | [ recovery-image] Dec 14 00:32:58.860 INFO O| Dec 14 00:32:58.860 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-12-14T00:33:00.471Z | [ recovery-image] Dec 14 00:32:58.883 INFO O| Dec 14 00:32:58.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5641 | 2024-12-14T00:33:00.471Z | [ recovery-image] Dec 14 00:32:58.883 INFO O| Dec 14 00:32:58.883 INFO STEP 439 (remove_files) COMPLETE |
5642 | 2024-12-14T00:33:00.473Z | [ recovery-image] Dec 14 00:32:58.883 INFO O| Dec 14 00:32:58.883 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-12-14T00:33:00.492Z | [ recovery-image] Dec 14 00:32:58.904 INFO O| Dec 14 00:32:58.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5644 | 2024-12-14T00:33:00.492Z | [ recovery-image] Dec 14 00:32:58.904 INFO O| Dec 14 00:32:58.904 INFO STEP 440 (remove_files) COMPLETE |
5645 | 2024-12-14T00:33:00.492Z | [ recovery-image] Dec 14 00:32:58.904 INFO O| Dec 14 00:32:58.904 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-12-14T00:33:00.512Z | [ recovery-image] Dec 14 00:32:58.924 INFO O| Dec 14 00:32:58.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5647 | 2024-12-14T00:33:00.512Z | [ recovery-image] Dec 14 00:32:58.924 INFO O| Dec 14 00:32:58.924 INFO STEP 441 (remove_files) COMPLETE |
5648 | 2024-12-14T00:33:00.512Z | [ recovery-image] Dec 14 00:32:58.925 INFO O| Dec 14 00:32:58.924 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-12-14T00:33:00.531Z | [ recovery-image] Dec 14 00:32:58.944 INFO O| Dec 14 00:32:58.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5650 | 2024-12-14T00:33:00.531Z | [ recovery-image] Dec 14 00:32:58.944 INFO O| Dec 14 00:32:58.944 INFO STEP 442 (remove_files) COMPLETE |
5651 | 2024-12-14T00:33:00.532Z | [ recovery-image] Dec 14 00:32:58.944 INFO O| Dec 14 00:32:58.944 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-12-14T00:33:00.550Z | [ recovery-image] Dec 14 00:32:58.962 INFO O| Dec 14 00:32:58.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5653 | 2024-12-14T00:33:00.550Z | [ recovery-image] Dec 14 00:32:58.963 INFO O| Dec 14 00:32:58.962 INFO STEP 443 (remove_files) COMPLETE |
5654 | 2024-12-14T00:33:00.553Z | [ recovery-image] Dec 14 00:32:58.963 INFO O| Dec 14 00:32:58.962 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-12-14T00:33:00.647Z | [ recovery-image] Dec 14 00:32:59.060 INFO O| Dec 14 00:32:59.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5656 | 2024-12-14T00:33:00.648Z | [ recovery-image] Dec 14 00:32:59.060 INFO O| Dec 14 00:32:59.060 INFO STEP 444 (remove_files) COMPLETE |
5657 | 2024-12-14T00:33:00.651Z | [ recovery-image] Dec 14 00:32:59.060 INFO O| Dec 14 00:32:59.060 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-12-14T00:33:00.667Z | [ recovery-image] Dec 14 00:32:59.080 INFO O| Dec 14 00:32:59.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5659 | 2024-12-14T00:33:00.667Z | [ recovery-image] Dec 14 00:32:59.080 INFO O| Dec 14 00:32:59.080 INFO STEP 445 (remove_files) COMPLETE |
5660 | 2024-12-14T00:33:00.671Z | [ recovery-image] Dec 14 00:32:59.080 INFO O| Dec 14 00:32:59.080 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-12-14T00:33:00.686Z | [ recovery-image] Dec 14 00:32:59.098 INFO O| Dec 14 00:32:59.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5662 | 2024-12-14T00:33:00.686Z | [ recovery-image] Dec 14 00:32:59.098 INFO O| Dec 14 00:32:59.098 INFO STEP 446 (remove_files) COMPLETE |
5663 | 2024-12-14T00:33:00.689Z | [ recovery-image] Dec 14 00:32:59.099 INFO O| Dec 14 00:32:59.098 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-12-14T00:33:00.706Z | [ recovery-image] Dec 14 00:32:59.119 INFO O| Dec 14 00:32:59.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5665 | 2024-12-14T00:33:00.706Z | [ recovery-image] Dec 14 00:32:59.119 INFO O| Dec 14 00:32:59.119 INFO STEP 447 (remove_files) COMPLETE |
5666 | 2024-12-14T00:33:00.706Z | [ recovery-image] Dec 14 00:32:59.119 INFO O| Dec 14 00:32:59.119 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-12-14T00:33:00.727Z | [ recovery-image] Dec 14 00:32:59.139 INFO O| Dec 14 00:32:59.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5668 | 2024-12-14T00:33:00.727Z | [ recovery-image] Dec 14 00:32:59.140 INFO O| Dec 14 00:32:59.140 INFO STEP 448 (remove_files) COMPLETE |
5669 | 2024-12-14T00:33:00.731Z | [ recovery-image] Dec 14 00:32:59.140 INFO O| Dec 14 00:32:59.140 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-12-14T00:33:00.749Z | [ recovery-image] Dec 14 00:32:59.162 INFO O| Dec 14 00:32:59.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5671 | 2024-12-14T00:33:00.749Z | [ recovery-image] Dec 14 00:32:59.162 INFO O| Dec 14 00:32:59.162 INFO STEP 449 (remove_files) COMPLETE |
5672 | 2024-12-14T00:33:00.751Z | [ recovery-image] Dec 14 00:32:59.162 INFO O| Dec 14 00:32:59.162 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-12-14T00:33:00.864Z | [ recovery-image] Dec 14 00:32:59.276 INFO O| Dec 14 00:32:59.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5674 | 2024-12-14T00:33:00.864Z | [ recovery-image] Dec 14 00:32:59.276 INFO O| Dec 14 00:32:59.276 INFO STEP 450 (remove_files) COMPLETE |
5675 | 2024-12-14T00:33:00.864Z | [ recovery-image] Dec 14 00:32:59.276 INFO O| Dec 14 00:32:59.276 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-12-14T00:33:00.882Z | [ recovery-image] Dec 14 00:32:59.294 INFO O| Dec 14 00:32:59.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5677 | 2024-12-14T00:33:00.882Z | [ recovery-image] Dec 14 00:32:59.294 INFO O| Dec 14 00:32:59.294 INFO STEP 451 (remove_files) COMPLETE |
5678 | 2024-12-14T00:33:00.882Z | [ recovery-image] Dec 14 00:32:59.294 INFO O| Dec 14 00:32:59.294 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-12-14T00:33:00.899Z | [ recovery-image] Dec 14 00:32:59.312 INFO O| Dec 14 00:32:59.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5680 | 2024-12-14T00:33:00.899Z | [ recovery-image] Dec 14 00:32:59.312 INFO O| Dec 14 00:32:59.312 INFO STEP 452 (remove_files) COMPLETE |
5681 | 2024-12-14T00:33:00.899Z | [ recovery-image] Dec 14 00:32:59.312 INFO O| Dec 14 00:32:59.312 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-12-14T00:33:00.935Z | [ recovery-image] Dec 14 00:32:59.348 INFO O| Dec 14 00:32:59.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5683 | 2024-12-14T00:33:00.935Z | [ recovery-image] Dec 14 00:32:59.348 INFO O| Dec 14 00:32:59.348 INFO STEP 453 (remove_files) COMPLETE |
5684 | 2024-12-14T00:33:00.935Z | [ recovery-image] Dec 14 00:32:59.348 INFO O| Dec 14 00:32:59.348 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-12-14T00:33:00.953Z | [ recovery-image] Dec 14 00:32:59.366 INFO O| Dec 14 00:32:59.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5686 | 2024-12-14T00:33:00.954Z | [ recovery-image] Dec 14 00:32:59.366 INFO O| Dec 14 00:32:59.366 INFO STEP 454 (remove_files) COMPLETE |
5687 | 2024-12-14T00:33:00.954Z | [ recovery-image] Dec 14 00:32:59.366 INFO O| Dec 14 00:32:59.366 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-12-14T00:33:00.971Z | [ recovery-image] Dec 14 00:32:59.383 INFO O| Dec 14 00:32:59.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5689 | 2024-12-14T00:33:00.971Z | [ recovery-image] Dec 14 00:32:59.383 INFO O| Dec 14 00:32:59.383 INFO STEP 455 (remove_files) COMPLETE |
5690 | 2024-12-14T00:33:00.971Z | [ recovery-image] Dec 14 00:32:59.383 INFO O| Dec 14 00:32:59.383 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-12-14T00:33:00.988Z | [ recovery-image] Dec 14 00:32:59.401 INFO O| Dec 14 00:32:59.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5692 | 2024-12-14T00:33:00.988Z | [ recovery-image] Dec 14 00:32:59.401 INFO O| Dec 14 00:32:59.401 INFO STEP 456 (remove_files) COMPLETE |
5693 | 2024-12-14T00:33:00.989Z | [ recovery-image] Dec 14 00:32:59.401 INFO O| Dec 14 00:32:59.401 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-12-14T00:33:01.006Z | [ recovery-image] Dec 14 00:32:59.419 INFO O| Dec 14 00:32:59.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5695 | 2024-12-14T00:33:01.006Z | [ recovery-image] Dec 14 00:32:59.419 INFO O| Dec 14 00:32:59.419 INFO STEP 457 (remove_files) COMPLETE |
5696 | 2024-12-14T00:33:01.009Z | [ recovery-image] Dec 14 00:32:59.419 INFO O| Dec 14 00:32:59.419 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-12-14T00:33:01.024Z | [ recovery-image] Dec 14 00:32:59.437 INFO O| Dec 14 00:32:59.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5698 | 2024-12-14T00:33:01.027Z | [ recovery-image] Dec 14 00:32:59.437 INFO O| Dec 14 00:32:59.437 INFO STEP 458 (remove_files) COMPLETE |
5699 | 2024-12-14T00:33:01.027Z | [ recovery-image] Dec 14 00:32:59.437 INFO O| Dec 14 00:32:59.437 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-12-14T00:33:01.043Z | [ recovery-image] Dec 14 00:32:59.455 INFO O| Dec 14 00:32:59.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5701 | 2024-12-14T00:33:01.043Z | [ recovery-image] Dec 14 00:32:59.455 INFO O| Dec 14 00:32:59.455 INFO STEP 459 (remove_files) COMPLETE |
5702 | 2024-12-14T00:33:01.043Z | [ recovery-image] Dec 14 00:32:59.455 INFO O| Dec 14 00:32:59.455 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-12-14T00:33:01.079Z | [ recovery-image] Dec 14 00:32:59.489 INFO O| Dec 14 00:32:59.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5704 | 2024-12-14T00:33:01.079Z | [ recovery-image] Dec 14 00:32:59.489 INFO O| Dec 14 00:32:59.489 INFO STEP 460 (remove_files) COMPLETE |
5705 | 2024-12-14T00:33:01.079Z | [ recovery-image] Dec 14 00:32:59.489 INFO O| Dec 14 00:32:59.489 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-12-14T00:33:01.135Z | [ recovery-image] Dec 14 00:32:59.548 INFO O| Dec 14 00:32:59.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5707 | 2024-12-14T00:33:01.135Z | [ recovery-image] Dec 14 00:32:59.548 INFO O| Dec 14 00:32:59.548 INFO STEP 461 (remove_files) COMPLETE |
5708 | 2024-12-14T00:33:01.135Z | [ recovery-image] Dec 14 00:32:59.548 INFO O| Dec 14 00:32:59.548 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-12-14T00:33:01.157Z | [ recovery-image] Dec 14 00:32:59.568 INFO O| Dec 14 00:32:59.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5710 | 2024-12-14T00:33:01.157Z | [ recovery-image] Dec 14 00:32:59.568 INFO O| Dec 14 00:32:59.568 INFO STEP 462 (remove_files) COMPLETE |
5711 | 2024-12-14T00:33:01.157Z | [ recovery-image] Dec 14 00:32:59.568 INFO O| Dec 14 00:32:59.568 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-12-14T00:33:01.176Z | [ recovery-image] Dec 14 00:32:59.589 INFO O| Dec 14 00:32:59.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5713 | 2024-12-14T00:33:01.176Z | [ recovery-image] Dec 14 00:32:59.589 INFO O| Dec 14 00:32:59.589 INFO STEP 463 (remove_files) COMPLETE |
5714 | 2024-12-14T00:33:01.176Z | [ recovery-image] Dec 14 00:32:59.589 INFO O| Dec 14 00:32:59.589 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-12-14T00:33:01.195Z | [ recovery-image] Dec 14 00:32:59.607 INFO O| Dec 14 00:32:59.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5716 | 2024-12-14T00:33:01.198Z | [ recovery-image] Dec 14 00:32:59.607 INFO O| Dec 14 00:32:59.607 INFO STEP 464 (remove_files) COMPLETE |
5717 | 2024-12-14T00:33:01.198Z | [ recovery-image] Dec 14 00:32:59.607 INFO O| Dec 14 00:32:59.607 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-12-14T00:33:01.213Z | [ recovery-image] Dec 14 00:32:59.626 INFO O| Dec 14 00:32:59.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5719 | 2024-12-14T00:33:01.213Z | [ recovery-image] Dec 14 00:32:59.626 INFO O| Dec 14 00:32:59.626 INFO STEP 465 (remove_files) COMPLETE |
5720 | 2024-12-14T00:33:01.213Z | [ recovery-image] Dec 14 00:32:59.626 INFO O| Dec 14 00:32:59.626 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-12-14T00:33:01.231Z | [ recovery-image] Dec 14 00:32:59.644 INFO O| Dec 14 00:32:59.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5722 | 2024-12-14T00:33:01.231Z | [ recovery-image] Dec 14 00:32:59.644 INFO O| Dec 14 00:32:59.644 INFO STEP 466 (remove_files) COMPLETE |
5723 | 2024-12-14T00:33:01.234Z | [ recovery-image] Dec 14 00:32:59.644 INFO O| Dec 14 00:32:59.644 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-12-14T00:33:01.250Z | [ recovery-image] Dec 14 00:32:59.661 INFO O| Dec 14 00:32:59.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5725 | 2024-12-14T00:33:01.251Z | [ recovery-image] Dec 14 00:32:59.661 INFO O| Dec 14 00:32:59.661 INFO STEP 467 (remove_files) COMPLETE |
5726 | 2024-12-14T00:33:01.251Z | [ recovery-image] Dec 14 00:32:59.661 INFO O| Dec 14 00:32:59.661 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-12-14T00:33:01.267Z | [ recovery-image] Dec 14 00:32:59.678 INFO O| Dec 14 00:32:59.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5728 | 2024-12-14T00:33:01.267Z | [ recovery-image] Dec 14 00:32:59.678 INFO O| Dec 14 00:32:59.678 INFO STEP 468 (remove_files) COMPLETE |
5729 | 2024-12-14T00:33:01.267Z | [ recovery-image] Dec 14 00:32:59.678 INFO O| Dec 14 00:32:59.678 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-12-14T00:33:01.283Z | [ recovery-image] Dec 14 00:32:59.695 INFO O| Dec 14 00:32:59.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5731 | 2024-12-14T00:33:01.283Z | [ recovery-image] Dec 14 00:32:59.695 INFO O| Dec 14 00:32:59.695 INFO STEP 469 (remove_files) COMPLETE |
5732 | 2024-12-14T00:33:01.283Z | [ recovery-image] Dec 14 00:32:59.695 INFO O| Dec 14 00:32:59.695 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-12-14T00:33:01.321Z | [ recovery-image] Dec 14 00:32:59.732 INFO O| Dec 14 00:32:59.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5734 | 2024-12-14T00:33:01.321Z | [ recovery-image] Dec 14 00:32:59.732 INFO O| Dec 14 00:32:59.732 INFO STEP 470 (remove_files) COMPLETE |
5735 | 2024-12-14T00:33:01.321Z | [ recovery-image] Dec 14 00:32:59.732 INFO O| Dec 14 00:32:59.732 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-12-14T00:33:01.360Z | [ recovery-image] Dec 14 00:32:59.773 INFO O| Dec 14 00:32:59.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5737 | 2024-12-14T00:33:01.361Z | [ recovery-image] Dec 14 00:32:59.773 INFO O| Dec 14 00:32:59.773 INFO STEP 471 (remove_files) COMPLETE |
5738 | 2024-12-14T00:33:01.364Z | [ recovery-image] Dec 14 00:32:59.773 INFO O| Dec 14 00:32:59.773 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-12-14T00:33:01.381Z | [ recovery-image] Dec 14 00:32:59.793 INFO O| Dec 14 00:32:59.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5740 | 2024-12-14T00:33:01.382Z | [ recovery-image] Dec 14 00:32:59.793 INFO O| Dec 14 00:32:59.793 INFO STEP 472 (remove_files) COMPLETE |
5741 | 2024-12-14T00:33:01.382Z | [ recovery-image] Dec 14 00:32:59.793 INFO O| Dec 14 00:32:59.793 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-12-14T00:33:01.401Z | [ recovery-image] Dec 14 00:32:59.813 INFO O| Dec 14 00:32:59.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5743 | 2024-12-14T00:33:01.401Z | [ recovery-image] Dec 14 00:32:59.813 INFO O| Dec 14 00:32:59.813 INFO STEP 473 (remove_files) COMPLETE |
5744 | 2024-12-14T00:33:01.401Z | [ recovery-image] Dec 14 00:32:59.813 INFO O| Dec 14 00:32:59.813 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-12-14T00:33:01.420Z | [ recovery-image] Dec 14 00:32:59.832 INFO O| Dec 14 00:32:59.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5746 | 2024-12-14T00:33:01.420Z | [ recovery-image] Dec 14 00:32:59.832 INFO O| Dec 14 00:32:59.832 INFO STEP 474 (remove_files) COMPLETE |
5747 | 2024-12-14T00:33:01.420Z | [ recovery-image] Dec 14 00:32:59.832 INFO O| Dec 14 00:32:59.832 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-12-14T00:33:01.439Z | [ recovery-image] Dec 14 00:32:59.850 INFO O| Dec 14 00:32:59.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5749 | 2024-12-14T00:33:01.439Z | [ recovery-image] Dec 14 00:32:59.850 INFO O| Dec 14 00:32:59.850 INFO STEP 475 (remove_files) COMPLETE |
5750 | 2024-12-14T00:33:01.439Z | [ recovery-image] Dec 14 00:32:59.850 INFO O| Dec 14 00:32:59.850 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-12-14T00:33:01.456Z | [ recovery-image] Dec 14 00:32:59.868 INFO O| Dec 14 00:32:59.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5752 | 2024-12-14T00:33:01.456Z | [ recovery-image] Dec 14 00:32:59.868 INFO O| Dec 14 00:32:59.868 INFO STEP 476 (remove_files) COMPLETE |
5753 | 2024-12-14T00:33:01.456Z | [ recovery-image] Dec 14 00:32:59.868 INFO O| Dec 14 00:32:59.868 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-12-14T00:33:01.475Z | [ recovery-image] Dec 14 00:32:59.887 INFO O| Dec 14 00:32:59.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5755 | 2024-12-14T00:33:01.475Z | [ recovery-image] Dec 14 00:32:59.887 INFO O| Dec 14 00:32:59.887 INFO STEP 477 (remove_files) COMPLETE |
5756 | 2024-12-14T00:33:01.475Z | [ recovery-image] Dec 14 00:32:59.887 INFO O| Dec 14 00:32:59.887 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-12-14T00:33:01.496Z | [ recovery-image] Dec 14 00:32:59.908 INFO O| Dec 14 00:32:59.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5758 | 2024-12-14T00:33:01.497Z | [ recovery-image] Dec 14 00:32:59.908 INFO O| Dec 14 00:32:59.908 INFO STEP 478 (remove_files) COMPLETE |
5759 | 2024-12-14T00:33:01.497Z | [ recovery-image] Dec 14 00:32:59.908 INFO O| Dec 14 00:32:59.908 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-12-14T00:33:01.532Z | [ recovery-image] Dec 14 00:32:59.944 INFO O| Dec 14 00:32:59.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5761 | 2024-12-14T00:33:01.535Z | [ recovery-image] Dec 14 00:32:59.944 INFO O| Dec 14 00:32:59.944 INFO STEP 479 (remove_files) COMPLETE |
5762 | 2024-12-14T00:33:01.535Z | [ recovery-image] Dec 14 00:32:59.944 INFO O| Dec 14 00:32:59.944 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-12-14T00:33:01.553Z | [ recovery-image] Dec 14 00:32:59.965 INFO O| Dec 14 00:32:59.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5764 | 2024-12-14T00:33:01.555Z | [ recovery-image] Dec 14 00:32:59.965 INFO O| Dec 14 00:32:59.965 INFO STEP 480 (remove_files) COMPLETE |
5765 | 2024-12-14T00:33:01.555Z | [ recovery-image] Dec 14 00:32:59.965 INFO O| Dec 14 00:32:59.965 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-12-14T00:33:01.573Z | [ recovery-image] Dec 14 00:32:59.984 INFO O| Dec 14 00:32:59.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5767 | 2024-12-14T00:33:01.576Z | [ recovery-image] Dec 14 00:32:59.985 INFO O| Dec 14 00:32:59.985 INFO STEP 481 (remove_files) COMPLETE |
5768 | 2024-12-14T00:33:01.576Z | [ recovery-image] Dec 14 00:32:59.985 INFO O| Dec 14 00:32:59.985 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-12-14T00:33:01.594Z | [ recovery-image] Dec 14 00:33:00.005 INFO O| Dec 14 00:33:00.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5770 | 2024-12-14T00:33:01.597Z | [ recovery-image] Dec 14 00:33:00.005 INFO O| Dec 14 00:33:00.005 INFO STEP 482 (remove_files) COMPLETE |
5771 | 2024-12-14T00:33:01.597Z | [ recovery-image] Dec 14 00:33:00.006 INFO O| Dec 14 00:33:00.006 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-12-14T00:33:01.614Z | [ recovery-image] Dec 14 00:33:00.026 INFO O| Dec 14 00:33:00.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5773 | 2024-12-14T00:33:01.636Z | [ recovery-image] Dec 14 00:33:00.048 INFO O| Dec 14 00:33:00.048 INFO STEP 483 (remove_files) COMPLETE |
5774 | 2024-12-14T00:33:01.637Z | [ recovery-image] Dec 14 00:33:00.048 INFO O| Dec 14 00:33:00.048 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-12-14T00:33:01.672Z | [ recovery-image] Dec 14 00:33:00.084 INFO O| Dec 14 00:33:00.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5776 | 2024-12-14T00:33:01.675Z | [ recovery-image] Dec 14 00:33:00.085 INFO O| Dec 14 00:33:00.085 INFO STEP 484 (remove_files) COMPLETE |
5777 | 2024-12-14T00:33:01.675Z | [ recovery-image] Dec 14 00:33:00.085 INFO O| Dec 14 00:33:00.085 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-12-14T00:33:01.693Z | [ recovery-image] Dec 14 00:33:00.106 INFO O| Dec 14 00:33:00.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5779 | 2024-12-14T00:33:01.696Z | [ recovery-image] Dec 14 00:33:00.106 INFO O| Dec 14 00:33:00.106 INFO STEP 485 (remove_files) COMPLETE |
5780 | 2024-12-14T00:33:01.696Z | [ recovery-image] Dec 14 00:33:00.106 INFO O| Dec 14 00:33:00.106 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-12-14T00:33:01.714Z | [ recovery-image] Dec 14 00:33:00.126 INFO O| Dec 14 00:33:00.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5782 | 2024-12-14T00:33:01.714Z | [ recovery-image] Dec 14 00:33:00.126 INFO O| Dec 14 00:33:00.126 INFO STEP 486 (remove_files) COMPLETE |
5783 | 2024-12-14T00:33:01.714Z | [ recovery-image] Dec 14 00:33:00.127 INFO O| Dec 14 00:33:00.126 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-12-14T00:33:01.749Z | [ recovery-image] Dec 14 00:33:00.161 INFO O| Dec 14 00:33:00.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5785 | 2024-12-14T00:33:01.749Z | [ recovery-image] Dec 14 00:33:00.161 INFO O| Dec 14 00:33:00.161 INFO STEP 487 (remove_files) COMPLETE |
5786 | 2024-12-14T00:33:01.749Z | [ recovery-image] Dec 14 00:33:00.161 INFO O| Dec 14 00:33:00.161 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-12-14T00:33:01.783Z | [ recovery-image] Dec 14 00:33:00.195 INFO O| Dec 14 00:33:00.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5788 | 2024-12-14T00:33:01.783Z | [ recovery-image] Dec 14 00:33:00.195 INFO O| Dec 14 00:33:00.195 INFO STEP 488 (remove_files) COMPLETE |
5789 | 2024-12-14T00:33:01.783Z | [ recovery-image] Dec 14 00:33:00.195 INFO O| Dec 14 00:33:00.195 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-12-14T00:33:01.821Z | [ recovery-image] Dec 14 00:33:00.233 INFO O| Dec 14 00:33:00.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5791 | 2024-12-14T00:33:01.825Z | [ recovery-image] Dec 14 00:33:00.234 INFO O| Dec 14 00:33:00.234 INFO STEP 489 (remove_files) COMPLETE |
5792 | 2024-12-14T00:33:01.825Z | [ recovery-image] Dec 14 00:33:00.234 INFO O| Dec 14 00:33:00.234 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-12-14T00:33:01.862Z | [ recovery-image] Dec 14 00:33:00.274 INFO O| Dec 14 00:33:00.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5794 | 2024-12-14T00:33:01.866Z | [ recovery-image] Dec 14 00:33:00.274 INFO O| Dec 14 00:33:00.274 INFO STEP 490 (remove_files) COMPLETE |
5795 | 2024-12-14T00:33:01.866Z | [ recovery-image] Dec 14 00:33:00.274 INFO O| Dec 14 00:33:00.274 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-12-14T00:33:01.883Z | [ recovery-image] Dec 14 00:33:00.295 INFO O| Dec 14 00:33:00.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5797 | 2024-12-14T00:33:01.885Z | [ recovery-image] Dec 14 00:33:00.295 INFO O| Dec 14 00:33:00.295 INFO STEP 491 (remove_files) COMPLETE |
5798 | 2024-12-14T00:33:01.885Z | [ recovery-image] Dec 14 00:33:00.295 INFO O| Dec 14 00:33:00.295 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-12-14T00:33:01.902Z | [ recovery-image] Dec 14 00:33:00.314 INFO O| Dec 14 00:33:00.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5800 | 2024-12-14T00:33:01.905Z | [ recovery-image] Dec 14 00:33:00.315 INFO O| Dec 14 00:33:00.315 INFO STEP 492 (remove_files) COMPLETE |
5801 | 2024-12-14T00:33:01.905Z | [ recovery-image] Dec 14 00:33:00.315 INFO O| Dec 14 00:33:00.315 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-12-14T00:33:01.922Z | [ recovery-image] Dec 14 00:33:00.334 INFO O| Dec 14 00:33:00.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5803 | 2024-12-14T00:33:01.925Z | [ recovery-image] Dec 14 00:33:00.334 INFO O| Dec 14 00:33:00.334 INFO STEP 493 (remove_files) COMPLETE |
5804 | 2024-12-14T00:33:01.925Z | [ recovery-image] Dec 14 00:33:00.334 INFO O| Dec 14 00:33:00.334 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-12-14T00:33:01.943Z | [ recovery-image] Dec 14 00:33:00.355 INFO O| Dec 14 00:33:00.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5806 | 2024-12-14T00:33:01.945Z | [ recovery-image] Dec 14 00:33:00.355 INFO O| Dec 14 00:33:00.355 INFO STEP 494 (remove_files) COMPLETE |
5807 | 2024-12-14T00:33:01.945Z | [ recovery-image] Dec 14 00:33:00.355 INFO O| Dec 14 00:33:00.355 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-12-14T00:33:01.963Z | [ recovery-image] Dec 14 00:33:00.376 INFO O| Dec 14 00:33:00.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5809 | 2024-12-14T00:33:01.966Z | [ recovery-image] Dec 14 00:33:00.376 INFO O| Dec 14 00:33:00.376 INFO STEP 495 (remove_files) COMPLETE |
5810 | 2024-12-14T00:33:01.966Z | [ recovery-image] Dec 14 00:33:00.376 INFO O| Dec 14 00:33:00.376 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-12-14T00:33:01.985Z | [ recovery-image] Dec 14 00:33:00.397 INFO O| Dec 14 00:33:00.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5812 | 2024-12-14T00:33:01.987Z | [ recovery-image] Dec 14 00:33:00.398 INFO O| Dec 14 00:33:00.398 INFO STEP 496 (remove_files) COMPLETE |
5813 | 2024-12-14T00:33:01.987Z | [ recovery-image] Dec 14 00:33:00.398 INFO O| Dec 14 00:33:00.398 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-12-14T00:33:02.006Z | [ recovery-image] Dec 14 00:33:00.418 INFO O| Dec 14 00:33:00.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5815 | 2024-12-14T00:33:02.009Z | [ recovery-image] Dec 14 00:33:00.419 INFO O| Dec 14 00:33:00.419 INFO STEP 497 (remove_files) COMPLETE |
5816 | 2024-12-14T00:33:02.009Z | [ recovery-image] Dec 14 00:33:00.419 INFO O| Dec 14 00:33:00.419 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-12-14T00:33:02.026Z | [ recovery-image] Dec 14 00:33:00.438 INFO O| Dec 14 00:33:00.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5818 | 2024-12-14T00:33:02.029Z | [ recovery-image] Dec 14 00:33:00.438 INFO O| Dec 14 00:33:00.438 INFO STEP 498 (remove_files) COMPLETE |
5819 | 2024-12-14T00:33:02.029Z | [ recovery-image] Dec 14 00:33:00.438 INFO O| Dec 14 00:33:00.438 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-12-14T00:33:02.046Z | [ recovery-image] Dec 14 00:33:00.458 INFO O| Dec 14 00:33:00.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5821 | 2024-12-14T00:33:02.048Z | [ recovery-image] Dec 14 00:33:00.458 INFO O| Dec 14 00:33:00.458 INFO STEP 499 (remove_files) COMPLETE |
5822 | 2024-12-14T00:33:02.048Z | [ recovery-image] Dec 14 00:33:00.458 INFO O| Dec 14 00:33:00.458 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-12-14T00:33:02.066Z | [ recovery-image] Dec 14 00:33:00.478 INFO O| Dec 14 00:33:00.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5824 | 2024-12-14T00:33:02.071Z | [ recovery-image] Dec 14 00:33:00.478 INFO O| Dec 14 00:33:00.478 INFO STEP 500 (remove_files) COMPLETE |
5825 | 2024-12-14T00:33:02.071Z | [ recovery-image] Dec 14 00:33:00.478 INFO O| Dec 14 00:33:00.478 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-12-14T00:33:02.086Z | [ recovery-image] Dec 14 00:33:00.498 INFO O| Dec 14 00:33:00.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5827 | 2024-12-14T00:33:02.089Z | [ recovery-image] Dec 14 00:33:00.499 INFO O| Dec 14 00:33:00.499 INFO STEP 501 (remove_files) COMPLETE |
5828 | 2024-12-14T00:33:02.089Z | [ recovery-image] Dec 14 00:33:00.499 INFO O| Dec 14 00:33:00.499 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-12-14T00:33:02.106Z | [ recovery-image] Dec 14 00:33:00.518 INFO O| Dec 14 00:33:00.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5830 | 2024-12-14T00:33:02.109Z | [ recovery-image] Dec 14 00:33:00.519 INFO O| Dec 14 00:33:00.519 INFO STEP 502 (remove_files) COMPLETE |
5831 | 2024-12-14T00:33:02.109Z | [ recovery-image] Dec 14 00:33:00.519 INFO O| Dec 14 00:33:00.519 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-12-14T00:33:02.126Z | [ recovery-image] Dec 14 00:33:00.538 INFO O| Dec 14 00:33:00.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5833 | 2024-12-14T00:33:02.129Z | [ recovery-image] Dec 14 00:33:00.538 INFO O| Dec 14 00:33:00.538 INFO STEP 503 (remove_files) COMPLETE |
5834 | 2024-12-14T00:33:02.129Z | [ recovery-image] Dec 14 00:33:00.539 INFO O| Dec 14 00:33:00.539 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-12-14T00:33:02.145Z | [ recovery-image] Dec 14 00:33:00.557 INFO O| Dec 14 00:33:00.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5836 | 2024-12-14T00:33:02.148Z | [ recovery-image] Dec 14 00:33:00.558 INFO O| Dec 14 00:33:00.558 INFO STEP 504 (remove_files) COMPLETE |
5837 | 2024-12-14T00:33:02.148Z | [ recovery-image] Dec 14 00:33:00.558 INFO O| Dec 14 00:33:00.558 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-12-14T00:33:02.171Z | [ recovery-image] Dec 14 00:33:00.583 INFO O| Dec 14 00:33:00.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5839 | 2024-12-14T00:33:02.174Z | [ recovery-image] Dec 14 00:33:00.583 INFO O| Dec 14 00:33:00.583 INFO STEP 505 (remove_files) COMPLETE |
5840 | 2024-12-14T00:33:02.174Z | [ recovery-image] Dec 14 00:33:00.584 INFO O| Dec 14 00:33:00.583 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-12-14T00:33:02.191Z | [ recovery-image] Dec 14 00:33:00.604 INFO O| Dec 14 00:33:00.603 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5842 | 2024-12-14T00:33:02.194Z | [ recovery-image] Dec 14 00:33:00.604 INFO O| Dec 14 00:33:00.604 INFO STEP 506 (remove_files) COMPLETE |
5843 | 2024-12-14T00:33:02.194Z | [ recovery-image] Dec 14 00:33:00.604 INFO O| Dec 14 00:33:00.604 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-12-14T00:33:02.212Z | [ recovery-image] Dec 14 00:33:00.625 INFO O| Dec 14 00:33:00.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5845 | 2024-12-14T00:33:02.215Z | [ recovery-image] Dec 14 00:33:00.625 INFO O| Dec 14 00:33:00.625 INFO STEP 507 (remove_files) COMPLETE |
5846 | 2024-12-14T00:33:02.215Z | [ recovery-image] Dec 14 00:33:00.625 INFO O| Dec 14 00:33:00.625 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-12-14T00:33:02.232Z | [ recovery-image] Dec 14 00:33:00.644 INFO O| Dec 14 00:33:00.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5848 | 2024-12-14T00:33:02.235Z | [ recovery-image] Dec 14 00:33:00.645 INFO O| Dec 14 00:33:00.644 INFO STEP 508 (remove_files) COMPLETE |
5849 | 2024-12-14T00:33:02.235Z | [ recovery-image] Dec 14 00:33:00.645 INFO O| Dec 14 00:33:00.645 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-12-14T00:33:02.271Z | [ recovery-image] Dec 14 00:33:00.683 INFO O| Dec 14 00:33:00.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5851 | 2024-12-14T00:33:02.282Z | [ recovery-image] Dec 14 00:33:00.694 INFO O| Dec 14 00:33:00.694 INFO STEP 509 (remove_files) COMPLETE |
5852 | 2024-12-14T00:33:02.282Z | [ recovery-image] Dec 14 00:33:00.694 INFO O| Dec 14 00:33:00.694 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-12-14T00:33:02.315Z | [ recovery-image] Dec 14 00:33:00.727 INFO O| Dec 14 00:33:00.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5854 | 2024-12-14T00:33:02.315Z | [ recovery-image] Dec 14 00:33:00.727 INFO O| Dec 14 00:33:00.727 INFO STEP 510 (remove_files) COMPLETE |
5855 | 2024-12-14T00:33:02.315Z | [ recovery-image] Dec 14 00:33:00.727 INFO O| Dec 14 00:33:00.727 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-12-14T00:33:02.332Z | [ recovery-image] Dec 14 00:33:00.744 INFO O| Dec 14 00:33:00.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5857 | 2024-12-14T00:33:02.332Z | [ recovery-image] Dec 14 00:33:00.745 INFO O| Dec 14 00:33:00.744 INFO STEP 511 (remove_files) COMPLETE |
5858 | 2024-12-14T00:33:02.335Z | [ recovery-image] Dec 14 00:33:00.745 INFO O| Dec 14 00:33:00.745 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-12-14T00:33:02.392Z | [ recovery-image] Dec 14 00:33:00.804 INFO O| Dec 14 00:33:00.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5860 | 2024-12-14T00:33:02.392Z | [ recovery-image] Dec 14 00:33:00.805 INFO O| Dec 14 00:33:00.804 INFO STEP 512 (remove_files) COMPLETE |
5861 | 2024-12-14T00:33:02.392Z | [ recovery-image] Dec 14 00:33:00.805 INFO O| Dec 14 00:33:00.804 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-12-14T00:33:02.409Z | [ recovery-image] Dec 14 00:33:00.821 INFO O| Dec 14 00:33:00.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5863 | 2024-12-14T00:33:02.412Z | [ recovery-image] Dec 14 00:33:00.821 INFO O| Dec 14 00:33:00.821 INFO STEP 513 (remove_files) COMPLETE |
5864 | 2024-12-14T00:33:02.412Z | [ recovery-image] Dec 14 00:33:00.821 INFO O| Dec 14 00:33:00.821 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-12-14T00:33:02.426Z | [ recovery-image] Dec 14 00:33:00.838 INFO O| Dec 14 00:33:00.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5866 | 2024-12-14T00:33:02.428Z | [ recovery-image] Dec 14 00:33:00.838 INFO O| Dec 14 00:33:00.838 INFO STEP 514 (remove_files) COMPLETE |
5867 | 2024-12-14T00:33:02.428Z | [ recovery-image] Dec 14 00:33:00.838 INFO O| Dec 14 00:33:00.838 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-12-14T00:33:02.441Z | [ recovery-image] Dec 14 00:33:00.853 INFO O| Dec 14 00:33:00.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5869 | 2024-12-14T00:33:02.464Z | [ recovery-image] Dec 14 00:33:00.876 INFO O| Dec 14 00:33:00.876 INFO STEP 515 (remove_files) COMPLETE |
5870 | 2024-12-14T00:33:02.464Z | [ recovery-image] Dec 14 00:33:00.876 INFO O| Dec 14 00:33:00.876 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-12-14T00:33:02.485Z | [ recovery-image] Dec 14 00:33:00.897 INFO O| Dec 14 00:33:00.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5872 | 2024-12-14T00:33:02.485Z | [ recovery-image] Dec 14 00:33:00.897 INFO O| Dec 14 00:33:00.897 INFO STEP 516 (remove_files) COMPLETE |
5873 | 2024-12-14T00:33:02.488Z | [ recovery-image] Dec 14 00:33:00.897 INFO O| Dec 14 00:33:00.897 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-12-14T00:33:02.505Z | [ recovery-image] Dec 14 00:33:00.916 INFO O| Dec 14 00:33:00.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5875 | 2024-12-14T00:33:02.505Z | [ recovery-image] Dec 14 00:33:00.916 INFO O| Dec 14 00:33:00.916 INFO STEP 517 (remove_files) COMPLETE |
5876 | 2024-12-14T00:33:02.505Z | [ recovery-image] Dec 14 00:33:00.916 INFO O| Dec 14 00:33:00.916 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-12-14T00:33:02.524Z | [ recovery-image] Dec 14 00:33:00.935 INFO O| Dec 14 00:33:00.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5878 | 2024-12-14T00:33:02.524Z | [ recovery-image] Dec 14 00:33:00.935 INFO O| Dec 14 00:33:00.935 INFO STEP 518 (remove_files) COMPLETE |
5879 | 2024-12-14T00:33:02.524Z | [ recovery-image] Dec 14 00:33:00.935 INFO O| Dec 14 00:33:00.935 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-12-14T00:33:02.543Z | [ recovery-image] Dec 14 00:33:00.953 INFO O| Dec 14 00:33:00.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5881 | 2024-12-14T00:33:02.543Z | [ recovery-image] Dec 14 00:33:00.953 INFO O| Dec 14 00:33:00.953 INFO STEP 519 (remove_files) COMPLETE |
5882 | 2024-12-14T00:33:02.543Z | [ recovery-image] Dec 14 00:33:00.953 INFO O| Dec 14 00:33:00.953 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-12-14T00:33:02.559Z | [ recovery-image] Dec 14 00:33:00.971 INFO O| Dec 14 00:33:00.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5884 | 2024-12-14T00:33:02.562Z | [ recovery-image] Dec 14 00:33:00.971 INFO O| Dec 14 00:33:00.971 INFO STEP 520 (remove_files) COMPLETE |
5885 | 2024-12-14T00:33:02.562Z | [ recovery-image] Dec 14 00:33:00.971 INFO O| Dec 14 00:33:00.971 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-12-14T00:33:02.578Z | [ recovery-image] Dec 14 00:33:00.990 INFO O| Dec 14 00:33:00.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5887 | 2024-12-14T00:33:02.578Z | [ recovery-image] Dec 14 00:33:00.990 INFO O| Dec 14 00:33:00.990 INFO STEP 521 (remove_files) COMPLETE |
5888 | 2024-12-14T00:33:02.578Z | [ recovery-image] Dec 14 00:33:00.990 INFO O| Dec 14 00:33:00.990 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-12-14T00:33:02.597Z | [ recovery-image] Dec 14 00:33:01.009 INFO O| Dec 14 00:33:01.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5890 | 2024-12-14T00:33:02.600Z | [ recovery-image] Dec 14 00:33:01.009 INFO O| Dec 14 00:33:01.009 INFO STEP 522 (remove_files) COMPLETE |
5891 | 2024-12-14T00:33:02.601Z | [ recovery-image] Dec 14 00:33:01.010 INFO O| Dec 14 00:33:01.010 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-12-14T00:33:02.620Z | [ recovery-image] Dec 14 00:33:01.031 INFO O| Dec 14 00:33:01.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5893 | 2024-12-14T00:33:02.625Z | [ recovery-image] Dec 14 00:33:01.031 INFO O| Dec 14 00:33:01.031 INFO STEP 523 (remove_files) COMPLETE |
5894 | 2024-12-14T00:33:02.625Z | [ recovery-image] Dec 14 00:33:01.031 INFO O| Dec 14 00:33:01.031 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-12-14T00:33:02.639Z | [ recovery-image] Dec 14 00:33:01.051 INFO O| Dec 14 00:33:01.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5896 | 2024-12-14T00:33:02.644Z | [ recovery-image] Dec 14 00:33:01.056 INFO O| Dec 14 00:33:01.056 INFO STEP 524 (remove_files) COMPLETE |
5897 | 2024-12-14T00:33:02.647Z | [ recovery-image] Dec 14 00:33:01.056 INFO O| Dec 14 00:33:01.056 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-12-14T00:33:02.664Z | [ recovery-image] Dec 14 00:33:01.076 INFO O| Dec 14 00:33:01.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5899 | 2024-12-14T00:33:02.668Z | [ recovery-image] Dec 14 00:33:01.077 INFO O| Dec 14 00:33:01.077 INFO STEP 525 (remove_files) COMPLETE |
5900 | 2024-12-14T00:33:02.668Z | [ recovery-image] Dec 14 00:33:01.077 INFO O| Dec 14 00:33:01.077 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-12-14T00:33:02.684Z | [ recovery-image] Dec 14 00:33:01.096 INFO O| Dec 14 00:33:01.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5902 | 2024-12-14T00:33:02.688Z | [ recovery-image] Dec 14 00:33:01.097 INFO O| Dec 14 00:33:01.097 INFO STEP 526 (remove_files) COMPLETE |
5903 | 2024-12-14T00:33:02.688Z | [ recovery-image] Dec 14 00:33:01.097 INFO O| Dec 14 00:33:01.097 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-12-14T00:33:02.704Z | [ recovery-image] Dec 14 00:33:01.116 INFO O| Dec 14 00:33:01.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5905 | 2024-12-14T00:33:02.704Z | [ recovery-image] Dec 14 00:33:01.116 INFO O| Dec 14 00:33:01.116 INFO STEP 527 (remove_files) COMPLETE |
5906 | 2024-12-14T00:33:02.707Z | [ recovery-image] Dec 14 00:33:01.116 INFO O| Dec 14 00:33:01.116 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-12-14T00:33:02.729Z | [ recovery-image] Dec 14 00:33:01.141 INFO O| Dec 14 00:33:01.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5908 | 2024-12-14T00:33:02.729Z | [ recovery-image] Dec 14 00:33:01.141 INFO O| Dec 14 00:33:01.141 INFO STEP 528 (remove_files) COMPLETE |
5909 | 2024-12-14T00:33:02.729Z | [ recovery-image] Dec 14 00:33:01.141 INFO O| Dec 14 00:33:01.141 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-12-14T00:33:02.748Z | [ recovery-image] Dec 14 00:33:01.160 INFO O| Dec 14 00:33:01.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5911 | 2024-12-14T00:33:02.748Z | [ recovery-image] Dec 14 00:33:01.161 INFO O| Dec 14 00:33:01.161 INFO STEP 529 (remove_files) COMPLETE |
5912 | 2024-12-14T00:33:02.749Z | [ recovery-image] Dec 14 00:33:01.161 INFO O| Dec 14 00:33:01.161 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-12-14T00:33:02.771Z | [ recovery-image] Dec 14 00:33:01.184 INFO O| Dec 14 00:33:01.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5914 | 2024-12-14T00:33:02.774Z | [ recovery-image] Dec 14 00:33:01.184 INFO O| Dec 14 00:33:01.184 INFO STEP 530 (remove_files) COMPLETE |
5915 | 2024-12-14T00:33:02.774Z | [ recovery-image] Dec 14 00:33:01.184 INFO O| Dec 14 00:33:01.184 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-12-14T00:33:02.808Z | [ recovery-image] Dec 14 00:33:01.220 INFO O| Dec 14 00:33:01.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5917 | 2024-12-14T00:33:02.811Z | [ recovery-image] Dec 14 00:33:01.220 INFO O| Dec 14 00:33:01.220 INFO STEP 531 (remove_files) COMPLETE |
5918 | 2024-12-14T00:33:02.812Z | [ recovery-image] Dec 14 00:33:01.220 INFO O| Dec 14 00:33:01.220 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-12-14T00:33:02.848Z | [ recovery-image] Dec 14 00:33:01.260 INFO O| Dec 14 00:33:01.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5920 | 2024-12-14T00:33:02.850Z | [ recovery-image] Dec 14 00:33:01.260 INFO O| Dec 14 00:33:01.260 INFO STEP 532 (remove_files) COMPLETE |
5921 | 2024-12-14T00:33:02.850Z | [ recovery-image] Dec 14 00:33:01.260 INFO O| Dec 14 00:33:01.260 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-12-14T00:33:02.888Z | [ recovery-image] Dec 14 00:33:01.300 INFO O| Dec 14 00:33:01.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5923 | 2024-12-14T00:33:02.891Z | [ recovery-image] Dec 14 00:33:01.300 INFO O| Dec 14 00:33:01.300 INFO STEP 533 (remove_files) COMPLETE |
5924 | 2024-12-14T00:33:02.891Z | [ recovery-image] Dec 14 00:33:01.300 INFO O| Dec 14 00:33:01.300 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-12-14T00:33:02.908Z | [ recovery-image] Dec 14 00:33:01.320 INFO O| Dec 14 00:33:01.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5926 | 2024-12-14T00:33:02.930Z | [ recovery-image] Dec 14 00:33:01.342 INFO O| Dec 14 00:33:01.342 INFO STEP 534 (remove_files) COMPLETE |
5927 | 2024-12-14T00:33:02.930Z | [ recovery-image] Dec 14 00:33:01.342 INFO O| Dec 14 00:33:01.342 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-12-14T00:33:02.956Z | [ recovery-image] Dec 14 00:33:01.367 INFO O| Dec 14 00:33:01.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5929 | 2024-12-14T00:33:02.956Z | [ recovery-image] Dec 14 00:33:01.367 INFO O| Dec 14 00:33:01.367 INFO STEP 535 (remove_files) COMPLETE |
5930 | 2024-12-14T00:33:02.959Z | [ recovery-image] Dec 14 00:33:01.367 INFO O| Dec 14 00:33:01.367 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-12-14T00:33:02.975Z | [ recovery-image] Dec 14 00:33:01.387 INFO O| Dec 14 00:33:01.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5932 | 2024-12-14T00:33:02.979Z | [ recovery-image] Dec 14 00:33:01.388 INFO O| Dec 14 00:33:01.388 INFO STEP 536 (remove_files) COMPLETE |
5933 | 2024-12-14T00:33:02.979Z | [ recovery-image] Dec 14 00:33:01.388 INFO O| Dec 14 00:33:01.388 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-12-14T00:33:02.995Z | [ recovery-image] Dec 14 00:33:01.407 INFO O| Dec 14 00:33:01.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5935 | 2024-12-14T00:33:02.998Z | [ recovery-image] Dec 14 00:33:01.407 INFO O| Dec 14 00:33:01.407 INFO STEP 537 (remove_files) COMPLETE |
5936 | 2024-12-14T00:33:02.998Z | [ recovery-image] Dec 14 00:33:01.407 INFO O| Dec 14 00:33:01.407 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-12-14T00:33:03.015Z | [ recovery-image] Dec 14 00:33:01.427 INFO O| Dec 14 00:33:01.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5938 | 2024-12-14T00:33:03.019Z | [ recovery-image] Dec 14 00:33:01.427 INFO O| Dec 14 00:33:01.427 INFO STEP 538 (remove_files) COMPLETE |
5939 | 2024-12-14T00:33:03.019Z | [ recovery-image] Dec 14 00:33:01.427 INFO O| Dec 14 00:33:01.427 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-12-14T00:33:03.037Z | [ recovery-image] Dec 14 00:33:01.449 INFO O| Dec 14 00:33:01.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5941 | 2024-12-14T00:33:03.040Z | [ recovery-image] Dec 14 00:33:01.449 INFO O| Dec 14 00:33:01.449 INFO STEP 539 (remove_files) COMPLETE |
5942 | 2024-12-14T00:33:03.040Z | [ recovery-image] Dec 14 00:33:01.449 INFO O| Dec 14 00:33:01.449 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-12-14T00:33:03.076Z | [ recovery-image] Dec 14 00:33:01.484 INFO O| Dec 14 00:33:01.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5944 | 2024-12-14T00:33:03.076Z | [ recovery-image] Dec 14 00:33:01.484 INFO O| Dec 14 00:33:01.484 INFO STEP 540 (remove_files) COMPLETE |
5945 | 2024-12-14T00:33:03.079Z | [ recovery-image] Dec 14 00:33:01.485 INFO O| Dec 14 00:33:01.484 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-12-14T00:33:03.149Z | [ recovery-image] Dec 14 00:33:01.561 INFO O| Dec 14 00:33:01.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5947 | 2024-12-14T00:33:03.152Z | [ recovery-image] Dec 14 00:33:01.561 INFO O| Dec 14 00:33:01.561 INFO STEP 541 (remove_files) COMPLETE |
5948 | 2024-12-14T00:33:03.152Z | [ recovery-image] Dec 14 00:33:01.561 INFO O| Dec 14 00:33:01.561 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-12-14T00:33:03.170Z | [ recovery-image] Dec 14 00:33:01.582 INFO O| Dec 14 00:33:01.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5950 | 2024-12-14T00:33:03.173Z | [ recovery-image] Dec 14 00:33:01.582 INFO O| Dec 14 00:33:01.582 INFO STEP 542 (remove_files) COMPLETE |
5951 | 2024-12-14T00:33:03.173Z | [ recovery-image] Dec 14 00:33:01.582 INFO O| Dec 14 00:33:01.582 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-12-14T00:33:03.211Z | [ recovery-image] Dec 14 00:33:01.621 INFO O| Dec 14 00:33:01.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5953 | 2024-12-14T00:33:03.211Z | [ recovery-image] Dec 14 00:33:01.621 INFO O| Dec 14 00:33:01.621 INFO STEP 543 (remove_files) COMPLETE |
5954 | 2024-12-14T00:33:03.214Z | [ recovery-image] Dec 14 00:33:01.621 INFO O| Dec 14 00:33:01.621 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-12-14T00:33:03.235Z | [ recovery-image] Dec 14 00:33:01.646 INFO O| Dec 14 00:33:01.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5956 | 2024-12-14T00:33:03.238Z | [ recovery-image] Dec 14 00:33:01.647 INFO O| Dec 14 00:33:01.647 INFO STEP 544 (remove_files) COMPLETE |
5957 | 2024-12-14T00:33:03.238Z | [ recovery-image] Dec 14 00:33:01.647 INFO O| Dec 14 00:33:01.647 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-12-14T00:33:03.260Z | [ recovery-image] Dec 14 00:33:01.672 INFO O| Dec 14 00:33:01.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5959 | 2024-12-14T00:33:03.262Z | [ recovery-image] Dec 14 00:33:01.672 INFO O| Dec 14 00:33:01.672 INFO STEP 545 (remove_files) COMPLETE |
5960 | 2024-12-14T00:33:03.263Z | [ recovery-image] Dec 14 00:33:01.672 INFO O| Dec 14 00:33:01.672 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-12-14T00:33:03.282Z | [ recovery-image] Dec 14 00:33:01.692 INFO O| Dec 14 00:33:01.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5962 | 2024-12-14T00:33:03.299Z | [ recovery-image] Dec 14 00:33:01.711 INFO O| Dec 14 00:33:01.711 INFO STEP 546 (remove_files) COMPLETE |
5963 | 2024-12-14T00:33:03.302Z | [ recovery-image] Dec 14 00:33:01.711 INFO O| Dec 14 00:33:01.711 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-12-14T00:33:03.320Z | [ recovery-image] Dec 14 00:33:01.732 INFO O| Dec 14 00:33:01.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5965 | 2024-12-14T00:33:03.323Z | [ recovery-image] Dec 14 00:33:01.732 INFO O| Dec 14 00:33:01.732 INFO STEP 547 (remove_files) COMPLETE |
5966 | 2024-12-14T00:33:03.323Z | [ recovery-image] Dec 14 00:33:01.732 INFO O| Dec 14 00:33:01.732 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-12-14T00:33:03.341Z | [ recovery-image] Dec 14 00:33:01.752 INFO O| Dec 14 00:33:01.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5968 | 2024-12-14T00:33:03.344Z | [ recovery-image] Dec 14 00:33:01.752 INFO O| Dec 14 00:33:01.752 INFO STEP 548 (remove_files) COMPLETE |
5969 | 2024-12-14T00:33:03.344Z | [ recovery-image] Dec 14 00:33:01.752 INFO O| Dec 14 00:33:01.752 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-12-14T00:33:03.361Z | [ recovery-image] Dec 14 00:33:01.772 INFO O| Dec 14 00:33:01.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5971 | 2024-12-14T00:33:03.363Z | [ recovery-image] Dec 14 00:33:01.773 INFO O| Dec 14 00:33:01.773 INFO STEP 549 (remove_files) COMPLETE |
5972 | 2024-12-14T00:33:03.363Z | [ recovery-image] Dec 14 00:33:01.773 INFO O| Dec 14 00:33:01.773 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-12-14T00:33:03.379Z | [ recovery-image] Dec 14 00:33:01.790 INFO O| Dec 14 00:33:01.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5974 | 2024-12-14T00:33:03.381Z | [ recovery-image] Dec 14 00:33:01.791 INFO O| Dec 14 00:33:01.791 INFO STEP 550 (remove_files) COMPLETE |
5975 | 2024-12-14T00:33:03.382Z | [ recovery-image] Dec 14 00:33:01.791 INFO O| Dec 14 00:33:01.791 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-12-14T00:33:03.456Z | [ recovery-image] Dec 14 00:33:01.868 INFO O| Dec 14 00:33:01.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5977 | 2024-12-14T00:33:03.460Z | [ recovery-image] Dec 14 00:33:01.868 INFO O| Dec 14 00:33:01.868 INFO STEP 551 (remove_files) COMPLETE |
5978 | 2024-12-14T00:33:03.460Z | [ recovery-image] Dec 14 00:33:01.869 INFO O| Dec 14 00:33:01.868 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-12-14T00:33:03.475Z | [ recovery-image] Dec 14 00:33:01.887 INFO O| Dec 14 00:33:01.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5980 | 2024-12-14T00:33:03.478Z | [ recovery-image] Dec 14 00:33:01.887 INFO O| Dec 14 00:33:01.887 INFO STEP 552 (remove_files) COMPLETE |
5981 | 2024-12-14T00:33:03.478Z | [ recovery-image] Dec 14 00:33:01.888 INFO O| Dec 14 00:33:01.888 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-12-14T00:33:03.494Z | [ recovery-image] Dec 14 00:33:01.906 INFO O| Dec 14 00:33:01.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5983 | 2024-12-14T00:33:03.497Z | [ recovery-image] Dec 14 00:33:01.907 INFO O| Dec 14 00:33:01.906 INFO STEP 553 (remove_files) COMPLETE |
5984 | 2024-12-14T00:33:03.497Z | [ recovery-image] Dec 14 00:33:01.907 INFO O| Dec 14 00:33:01.907 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-12-14T00:33:03.515Z | [ recovery-image] Dec 14 00:33:01.927 INFO O| Dec 14 00:33:01.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5986 | 2024-12-14T00:33:03.520Z | [ recovery-image] Dec 14 00:33:01.932 INFO O| Dec 14 00:33:01.932 INFO STEP 554 (remove_files) COMPLETE |
5987 | 2024-12-14T00:33:03.523Z | [ recovery-image] Dec 14 00:33:01.932 INFO O| Dec 14 00:33:01.932 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-12-14T00:33:03.541Z | [ recovery-image] Dec 14 00:33:01.953 INFO O| Dec 14 00:33:01.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5989 | 2024-12-14T00:33:03.543Z | [ recovery-image] Dec 14 00:33:01.953 INFO O| Dec 14 00:33:01.953 INFO STEP 555 (remove_files) COMPLETE |
5990 | 2024-12-14T00:33:03.543Z | [ recovery-image] Dec 14 00:33:01.953 INFO O| Dec 14 00:33:01.953 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-12-14T00:33:03.560Z | [ recovery-image] Dec 14 00:33:01.972 INFO O| Dec 14 00:33:01.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5992 | 2024-12-14T00:33:03.563Z | [ recovery-image] Dec 14 00:33:01.972 INFO O| Dec 14 00:33:01.972 INFO STEP 556 (remove_files) COMPLETE |
5993 | 2024-12-14T00:33:03.563Z | [ recovery-image] Dec 14 00:33:01.973 INFO O| Dec 14 00:33:01.973 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-12-14T00:33:03.580Z | [ recovery-image] Dec 14 00:33:01.992 INFO O| Dec 14 00:33:01.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5995 | 2024-12-14T00:33:03.583Z | [ recovery-image] Dec 14 00:33:01.992 INFO O| Dec 14 00:33:01.992 INFO STEP 557 (remove_files) COMPLETE |
5996 | 2024-12-14T00:33:03.583Z | [ recovery-image] Dec 14 00:33:01.992 INFO O| Dec 14 00:33:01.992 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-12-14T00:33:03.604Z | [ recovery-image] Dec 14 00:33:02.016 INFO O| Dec 14 00:33:02.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5998 | 2024-12-14T00:33:03.607Z | [ recovery-image] Dec 14 00:33:02.017 INFO O| Dec 14 00:33:02.016 INFO STEP 558 (remove_files) COMPLETE |
5999 | 2024-12-14T00:33:03.607Z | [ recovery-image] Dec 14 00:33:02.017 INFO O| Dec 14 00:33:02.017 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-12-14T00:33:03.623Z | [ recovery-image] Dec 14 00:33:02.035 INFO O| Dec 14 00:33:02.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
6001 | 2024-12-14T00:33:03.627Z | [ recovery-image] Dec 14 00:33:02.035 INFO O| Dec 14 00:33:02.035 INFO STEP 559 (remove_files) COMPLETE |
6002 | 2024-12-14T00:33:03.627Z | [ recovery-image] Dec 14 00:33:02.035 INFO O| Dec 14 00:33:02.035 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-12-14T00:33:03.642Z | [ recovery-image] Dec 14 00:33:02.054 INFO O| Dec 14 00:33:02.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
6004 | 2024-12-14T00:33:03.645Z | [ recovery-image] Dec 14 00:33:02.055 INFO O| Dec 14 00:33:02.054 INFO STEP 560 (remove_files) COMPLETE |
6005 | 2024-12-14T00:33:03.645Z | [ recovery-image] Dec 14 00:33:02.055 INFO O| Dec 14 00:33:02.055 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-12-14T00:33:03.661Z | [ recovery-image] Dec 14 00:33:02.073 INFO O| Dec 14 00:33:02.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
6007 | 2024-12-14T00:33:03.663Z | [ recovery-image] Dec 14 00:33:02.073 INFO O| Dec 14 00:33:02.073 INFO STEP 561 (remove_files) COMPLETE |
6008 | 2024-12-14T00:33:03.663Z | [ recovery-image] Dec 14 00:33:02.073 INFO O| Dec 14 00:33:02.073 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-12-14T00:33:03.693Z | [ recovery-image] Dec 14 00:33:02.105 INFO O| Dec 14 00:33:02.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
6010 | 2024-12-14T00:33:03.693Z | [ recovery-image] Dec 14 00:33:02.105 INFO O| Dec 14 00:33:02.105 INFO STEP 562 (remove_files) COMPLETE |
6011 | 2024-12-14T00:33:03.696Z | [ recovery-image] Dec 14 00:33:02.105 INFO O| Dec 14 00:33:02.105 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-12-14T00:33:03.728Z | [ recovery-image] Dec 14 00:33:02.139 INFO O| Dec 14 00:33:02.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
6013 | 2024-12-14T00:33:03.728Z | [ recovery-image] Dec 14 00:33:02.139 INFO O| Dec 14 00:33:02.139 INFO STEP 563 (remove_files) COMPLETE |
6014 | 2024-12-14T00:33:03.731Z | [ recovery-image] Dec 14 00:33:02.139 INFO O| Dec 14 00:33:02.139 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-12-14T00:33:03.749Z | [ recovery-image] Dec 14 00:33:02.161 INFO O| Dec 14 00:33:02.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
6016 | 2024-12-14T00:33:03.752Z | [ recovery-image] Dec 14 00:33:02.161 INFO O| Dec 14 00:33:02.161 INFO STEP 564 (remove_files) COMPLETE |
6017 | 2024-12-14T00:33:03.752Z | [ recovery-image] Dec 14 00:33:02.161 INFO O| Dec 14 00:33:02.161 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-12-14T00:33:03.811Z | [ recovery-image] Dec 14 00:33:02.223 INFO O| Dec 14 00:33:02.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
6019 | 2024-12-14T00:33:03.811Z | [ recovery-image] Dec 14 00:33:02.223 INFO O| Dec 14 00:33:02.223 INFO STEP 565 (remove_files) COMPLETE |
6020 | 2024-12-14T00:33:03.811Z | [ recovery-image] Dec 14 00:33:02.223 INFO O| Dec 14 00:33:02.223 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-12-14T00:33:03.840Z | [ recovery-image] Dec 14 00:33:02.251 INFO O| Dec 14 00:33:02.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
6022 | 2024-12-14T00:33:03.840Z | [ recovery-image] Dec 14 00:33:02.251 INFO O| Dec 14 00:33:02.251 INFO STEP 566 (remove_files) COMPLETE |
6023 | 2024-12-14T00:33:03.840Z | [ recovery-image] Dec 14 00:33:02.251 INFO O| Dec 14 00:33:02.251 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-12-14T00:33:03.867Z | [ recovery-image] Dec 14 00:33:02.279 INFO O| Dec 14 00:33:02.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
6025 | 2024-12-14T00:33:03.867Z | [ recovery-image] Dec 14 00:33:02.279 INFO O| Dec 14 00:33:02.279 INFO STEP 567 (remove_files) COMPLETE |
6026 | 2024-12-14T00:33:03.867Z | [ recovery-image] Dec 14 00:33:02.279 INFO O| Dec 14 00:33:02.279 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-12-14T00:33:03.893Z | [ recovery-image] Dec 14 00:33:02.305 INFO O| Dec 14 00:33:02.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
6028 | 2024-12-14T00:33:03.896Z | [ recovery-image] Dec 14 00:33:02.306 INFO O| Dec 14 00:33:02.306 INFO STEP 568 (remove_files) COMPLETE |
6029 | 2024-12-14T00:33:03.896Z | [ recovery-image] Dec 14 00:33:02.306 INFO O| Dec 14 00:33:02.306 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-12-14T00:33:03.932Z | [ recovery-image] Dec 14 00:33:02.343 INFO O| Dec 14 00:33:02.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
6031 | 2024-12-14T00:33:03.932Z | [ recovery-image] Dec 14 00:33:02.343 INFO O| Dec 14 00:33:02.343 INFO STEP 569 (remove_files) COMPLETE |
6032 | 2024-12-14T00:33:03.932Z | [ recovery-image] Dec 14 00:33:02.343 INFO O| Dec 14 00:33:02.343 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-12-14T00:33:03.953Z | [ recovery-image] Dec 14 00:33:02.364 INFO O| Dec 14 00:33:02.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
6034 | 2024-12-14T00:33:03.953Z | [ recovery-image] Dec 14 00:33:02.364 INFO O| Dec 14 00:33:02.364 INFO STEP 570 (remove_files) COMPLETE |
6035 | 2024-12-14T00:33:03.953Z | [ recovery-image] Dec 14 00:33:02.364 INFO O| Dec 14 00:33:02.364 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-12-14T00:33:03.980Z | [ recovery-image] Dec 14 00:33:02.390 INFO O| Dec 14 00:33:02.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
6037 | 2024-12-14T00:33:03.981Z | [ recovery-image] Dec 14 00:33:02.390 INFO O| Dec 14 00:33:02.390 INFO STEP 571 (remove_files) COMPLETE |
6038 | 2024-12-14T00:33:03.981Z | [ recovery-image] Dec 14 00:33:02.390 INFO O| Dec 14 00:33:02.390 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-12-14T00:33:04.006Z | [ recovery-image] Dec 14 00:33:02.418 INFO O| Dec 14 00:33:02.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
6040 | 2024-12-14T00:33:04.006Z | [ recovery-image] Dec 14 00:33:02.418 INFO O| Dec 14 00:33:02.418 INFO STEP 572 (remove_files) COMPLETE |
6041 | 2024-12-14T00:33:04.006Z | [ recovery-image] Dec 14 00:33:02.418 INFO O| Dec 14 00:33:02.418 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-12-14T00:33:04.031Z | [ recovery-image] Dec 14 00:33:02.443 INFO O| Dec 14 00:33:02.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
6043 | 2024-12-14T00:33:04.032Z | [ recovery-image] Dec 14 00:33:02.443 INFO O| Dec 14 00:33:02.443 INFO STEP 573 (remove_files) COMPLETE |
6044 | 2024-12-14T00:33:04.032Z | [ recovery-image] Dec 14 00:33:02.443 INFO O| Dec 14 00:33:02.443 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-12-14T00:33:04.052Z | [ recovery-image] Dec 14 00:33:02.463 INFO O| Dec 14 00:33:02.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
6046 | 2024-12-14T00:33:04.052Z | [ recovery-image] Dec 14 00:33:02.464 INFO O| Dec 14 00:33:02.463 INFO STEP 574 (remove_files) COMPLETE |
6047 | 2024-12-14T00:33:04.052Z | [ recovery-image] Dec 14 00:33:02.464 INFO O| Dec 14 00:33:02.464 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-12-14T00:33:04.071Z | [ recovery-image] Dec 14 00:33:02.483 INFO O| Dec 14 00:33:02.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
6049 | 2024-12-14T00:33:04.071Z | [ recovery-image] Dec 14 00:33:02.483 INFO O| Dec 14 00:33:02.483 INFO STEP 575 (remove_files) COMPLETE |
6050 | 2024-12-14T00:33:04.071Z | [ recovery-image] Dec 14 00:33:02.483 INFO O| Dec 14 00:33:02.483 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-12-14T00:33:04.091Z | [ recovery-image] Dec 14 00:33:02.502 INFO O| Dec 14 00:33:02.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
6052 | 2024-12-14T00:33:04.091Z | [ recovery-image] Dec 14 00:33:02.503 INFO O| Dec 14 00:33:02.503 INFO STEP 576 (remove_files) COMPLETE |
6053 | 2024-12-14T00:33:04.091Z | [ recovery-image] Dec 14 00:33:02.503 INFO O| Dec 14 00:33:02.503 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-12-14T00:33:04.109Z | [ recovery-image] Dec 14 00:33:02.521 INFO O| Dec 14 00:33:02.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
6055 | 2024-12-14T00:33:04.109Z | [ recovery-image] Dec 14 00:33:02.521 INFO O| Dec 14 00:33:02.521 INFO STEP 577 (remove_files) COMPLETE |
6056 | 2024-12-14T00:33:04.109Z | [ recovery-image] Dec 14 00:33:02.521 INFO O| Dec 14 00:33:02.521 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-12-14T00:33:04.127Z | [ recovery-image] Dec 14 00:33:02.539 INFO O| Dec 14 00:33:02.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
6058 | 2024-12-14T00:33:04.128Z | [ recovery-image] Dec 14 00:33:02.539 INFO O| Dec 14 00:33:02.539 INFO STEP 578 (remove_files) COMPLETE |
6059 | 2024-12-14T00:33:04.130Z | [ recovery-image] Dec 14 00:33:02.539 INFO O| Dec 14 00:33:02.539 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-12-14T00:33:04.147Z | [ recovery-image] Dec 14 00:33:02.559 INFO O| Dec 14 00:33:02.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
6061 | 2024-12-14T00:33:04.147Z | [ recovery-image] Dec 14 00:33:02.559 INFO O| Dec 14 00:33:02.559 INFO STEP 579 (remove_files) COMPLETE |
6062 | 2024-12-14T00:33:04.147Z | [ recovery-image] Dec 14 00:33:02.559 INFO O| Dec 14 00:33:02.559 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-12-14T00:33:04.167Z | [ recovery-image] Dec 14 00:33:02.578 INFO O| Dec 14 00:33:02.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
6064 | 2024-12-14T00:33:04.167Z | [ recovery-image] Dec 14 00:33:02.579 INFO O| Dec 14 00:33:02.578 INFO STEP 580 (remove_files) COMPLETE |
6065 | 2024-12-14T00:33:04.170Z | [ recovery-image] Dec 14 00:33:02.579 INFO O| Dec 14 00:33:02.579 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-12-14T00:33:04.186Z | [ recovery-image] Dec 14 00:33:02.597 INFO O| Dec 14 00:33:02.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
6067 | 2024-12-14T00:33:04.186Z | [ recovery-image] Dec 14 00:33:02.598 INFO O| Dec 14 00:33:02.598 INFO STEP 581 (remove_files) COMPLETE |
6068 | 2024-12-14T00:33:04.188Z | [ recovery-image] Dec 14 00:33:02.598 INFO O| Dec 14 00:33:02.598 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-12-14T00:33:04.205Z | [ recovery-image] Dec 14 00:33:02.617 INFO O| Dec 14 00:33:02.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
6070 | 2024-12-14T00:33:04.205Z | [ recovery-image] Dec 14 00:33:02.617 INFO O| Dec 14 00:33:02.617 INFO STEP 582 (remove_files) COMPLETE |
6071 | 2024-12-14T00:33:04.205Z | [ recovery-image] Dec 14 00:33:02.617 INFO O| Dec 14 00:33:02.617 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-12-14T00:33:04.224Z | [ recovery-image] Dec 14 00:33:02.636 INFO O| Dec 14 00:33:02.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
6073 | 2024-12-14T00:33:04.226Z | [ recovery-image] Dec 14 00:33:02.636 INFO O| Dec 14 00:33:02.636 INFO STEP 583 (remove_files) COMPLETE |
6074 | 2024-12-14T00:33:04.226Z | [ recovery-image] Dec 14 00:33:02.636 INFO O| Dec 14 00:33:02.636 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-12-14T00:33:04.246Z | [ recovery-image] Dec 14 00:33:02.658 INFO O| Dec 14 00:33:02.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
6076 | 2024-12-14T00:33:04.246Z | [ recovery-image] Dec 14 00:33:02.658 INFO O| Dec 14 00:33:02.658 INFO STEP 584 (remove_files) COMPLETE |
6077 | 2024-12-14T00:33:04.246Z | [ recovery-image] Dec 14 00:33:02.658 INFO O| Dec 14 00:33:02.658 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-12-14T00:33:04.276Z | [ recovery-image] Dec 14 00:33:02.687 INFO O| Dec 14 00:33:02.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
6079 | 2024-12-14T00:33:04.276Z | [ recovery-image] Dec 14 00:33:02.687 INFO O| Dec 14 00:33:02.687 INFO STEP 585 (remove_files) COMPLETE |
6080 | 2024-12-14T00:33:04.276Z | [ recovery-image] Dec 14 00:33:02.687 INFO O| Dec 14 00:33:02.687 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-12-14T00:33:04.333Z | [ recovery-image] Dec 14 00:33:02.745 INFO O| Dec 14 00:33:02.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
6082 | 2024-12-14T00:33:04.333Z | [ recovery-image] Dec 14 00:33:02.745 INFO O| Dec 14 00:33:02.745 INFO STEP 586 (remove_files) COMPLETE |
6083 | 2024-12-14T00:33:04.336Z | [ recovery-image] Dec 14 00:33:02.745 INFO O| Dec 14 00:33:02.745 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-12-14T00:33:04.354Z | [ recovery-image] Dec 14 00:33:02.764 INFO O| Dec 14 00:33:02.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
6085 | 2024-12-14T00:33:04.354Z | [ recovery-image] Dec 14 00:33:02.764 INFO O| Dec 14 00:33:02.764 INFO STEP 587 (remove_files) COMPLETE |
6086 | 2024-12-14T00:33:04.356Z | [ recovery-image] Dec 14 00:33:02.764 INFO O| Dec 14 00:33:02.764 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-12-14T00:33:04.371Z | [ recovery-image] Dec 14 00:33:02.783 INFO O| Dec 14 00:33:02.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
6088 | 2024-12-14T00:33:04.371Z | [ recovery-image] Dec 14 00:33:02.783 INFO O| Dec 14 00:33:02.783 INFO STEP 588 (remove_files) COMPLETE |
6089 | 2024-12-14T00:33:04.371Z | [ recovery-image] Dec 14 00:33:02.783 INFO O| Dec 14 00:33:02.783 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-12-14T00:33:04.390Z | [ recovery-image] Dec 14 00:33:02.801 INFO O| Dec 14 00:33:02.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
6091 | 2024-12-14T00:33:04.390Z | [ recovery-image] Dec 14 00:33:02.801 INFO O| Dec 14 00:33:02.801 INFO STEP 589 (remove_files) COMPLETE |
6092 | 2024-12-14T00:33:04.390Z | [ recovery-image] Dec 14 00:33:02.802 INFO O| Dec 14 00:33:02.801 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-12-14T00:33:04.410Z | [ recovery-image] Dec 14 00:33:02.822 INFO O| Dec 14 00:33:02.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
6094 | 2024-12-14T00:33:04.414Z | [ recovery-image] Dec 14 00:33:02.826 INFO O| Dec 14 00:33:02.826 INFO STEP 590 (remove_files) COMPLETE |
6095 | 2024-12-14T00:33:04.414Z | [ recovery-image] Dec 14 00:33:02.826 INFO O| Dec 14 00:33:02.826 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-12-14T00:33:04.451Z | [ recovery-image] Dec 14 00:33:02.863 INFO O| Dec 14 00:33:02.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6097 | 2024-12-14T00:33:04.454Z | [ recovery-image] Dec 14 00:33:02.863 INFO O| Dec 14 00:33:02.863 INFO STEP 591 (remove_files) COMPLETE |
6098 | 2024-12-14T00:33:04.454Z | [ recovery-image] Dec 14 00:33:02.863 INFO O| Dec 14 00:33:02.863 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-12-14T00:33:04.491Z | [ recovery-image] Dec 14 00:33:02.903 INFO O| Dec 14 00:33:02.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
6100 | 2024-12-14T00:33:04.491Z | [ recovery-image] Dec 14 00:33:02.903 INFO O| Dec 14 00:33:02.903 INFO STEP 592 (remove_files) COMPLETE |
6101 | 2024-12-14T00:33:04.491Z | [ recovery-image] Dec 14 00:33:02.903 INFO O| Dec 14 00:33:02.903 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-12-14T00:33:04.511Z | [ recovery-image] Dec 14 00:33:02.923 INFO O| Dec 14 00:33:02.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
6103 | 2024-12-14T00:33:04.511Z | [ recovery-image] Dec 14 00:33:02.923 INFO O| Dec 14 00:33:02.923 INFO STEP 593 (remove_files) COMPLETE |
6104 | 2024-12-14T00:33:04.511Z | [ recovery-image] Dec 14 00:33:02.923 INFO O| Dec 14 00:33:02.923 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-12-14T00:33:04.529Z | [ recovery-image] Dec 14 00:33:02.940 INFO O| Dec 14 00:33:02.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
6106 | 2024-12-14T00:33:04.529Z | [ recovery-image] Dec 14 00:33:02.940 INFO O| Dec 14 00:33:02.940 INFO STEP 594 (remove_files) COMPLETE |
6107 | 2024-12-14T00:33:04.529Z | [ recovery-image] Dec 14 00:33:02.940 INFO O| Dec 14 00:33:02.940 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-12-14T00:33:04.547Z | [ recovery-image] Dec 14 00:33:02.959 INFO O| Dec 14 00:33:02.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
6109 | 2024-12-14T00:33:04.547Z | [ recovery-image] Dec 14 00:33:02.959 INFO O| Dec 14 00:33:02.959 INFO STEP 595 (remove_files) COMPLETE |
6110 | 2024-12-14T00:33:04.547Z | [ recovery-image] Dec 14 00:33:02.959 INFO O| Dec 14 00:33:02.959 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-12-14T00:33:04.567Z | [ recovery-image] Dec 14 00:33:02.978 INFO O| Dec 14 00:33:02.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
6112 | 2024-12-14T00:33:04.567Z | [ recovery-image] Dec 14 00:33:02.978 INFO O| Dec 14 00:33:02.978 INFO STEP 596 (remove_files) COMPLETE |
6113 | 2024-12-14T00:33:04.569Z | [ recovery-image] Dec 14 00:33:02.978 INFO O| Dec 14 00:33:02.978 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-12-14T00:33:04.586Z | [ recovery-image] Dec 14 00:33:02.998 INFO O| Dec 14 00:33:02.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
6115 | 2024-12-14T00:33:04.586Z | [ recovery-image] Dec 14 00:33:02.998 INFO O| Dec 14 00:33:02.998 INFO STEP 597 (remove_files) COMPLETE |
6116 | 2024-12-14T00:33:04.589Z | [ recovery-image] Dec 14 00:33:02.998 INFO O| Dec 14 00:33:02.998 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-12-14T00:33:04.606Z | [ recovery-image] Dec 14 00:33:03.018 INFO O| Dec 14 00:33:03.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
6118 | 2024-12-14T00:33:04.606Z | [ recovery-image] Dec 14 00:33:03.018 INFO O| Dec 14 00:33:03.018 INFO STEP 598 (remove_files) COMPLETE |
6119 | 2024-12-14T00:33:04.609Z | [ recovery-image] Dec 14 00:33:03.018 INFO O| Dec 14 00:33:03.018 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-12-14T00:33:04.613Z | [ host-image] Dec 14 00:33:03.024 INFO O| Dec 14 00:33:03.024 INFO O| Download: 962/1140 items 3.3/8.4MB 39% complete (697k/s) |
6121 | 2024-12-14T00:33:04.626Z | [ recovery-image] Dec 14 00:33:03.038 INFO O| Dec 14 00:33:03.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
6122 | 2024-12-14T00:33:04.626Z | [ recovery-image] Dec 14 00:33:03.038 INFO O| Dec 14 00:33:03.038 INFO STEP 599 (remove_files) COMPLETE |
6123 | 2024-12-14T00:33:04.626Z | [ recovery-image] Dec 14 00:33:03.038 INFO O| Dec 14 00:33:03.038 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6124 | 2024-12-14T00:33:04.645Z | [ recovery-image] Dec 14 00:33:03.057 INFO O| Dec 14 00:33:03.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
6125 | 2024-12-14T00:33:04.646Z | [ recovery-image] Dec 14 00:33:03.057 INFO O| Dec 14 00:33:03.057 INFO STEP 600 (remove_files) COMPLETE |
6126 | 2024-12-14T00:33:04.649Z | [ recovery-image] Dec 14 00:33:03.057 INFO O| Dec 14 00:33:03.057 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6127 | 2024-12-14T00:33:04.665Z | [ recovery-image] Dec 14 00:33:03.076 INFO O| Dec 14 00:33:03.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
6128 | 2024-12-14T00:33:04.665Z | [ recovery-image] Dec 14 00:33:03.076 INFO O| Dec 14 00:33:03.076 INFO STEP 601 (remove_files) COMPLETE |
6129 | 2024-12-14T00:33:04.665Z | [ recovery-image] Dec 14 00:33:03.076 INFO O| Dec 14 00:33:03.076 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6130 | 2024-12-14T00:33:04.684Z | [ recovery-image] Dec 14 00:33:03.095 INFO O| Dec 14 00:33:03.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
6131 | 2024-12-14T00:33:04.684Z | [ recovery-image] Dec 14 00:33:03.095 INFO O| Dec 14 00:33:03.095 INFO STEP 602 (remove_files) COMPLETE |
6132 | 2024-12-14T00:33:04.688Z | [ recovery-image] Dec 14 00:33:03.095 INFO O| Dec 14 00:33:03.095 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6133 | 2024-12-14T00:33:04.702Z | [ recovery-image] Dec 14 00:33:03.114 INFO O| Dec 14 00:33:03.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
6134 | 2024-12-14T00:33:04.702Z | [ recovery-image] Dec 14 00:33:03.114 INFO O| Dec 14 00:33:03.114 INFO STEP 603 (remove_files) COMPLETE |
6135 | 2024-12-14T00:33:04.702Z | [ recovery-image] Dec 14 00:33:03.114 INFO O| Dec 14 00:33:03.114 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6136 | 2024-12-14T00:33:04.722Z | [ recovery-image] Dec 14 00:33:03.133 INFO O| Dec 14 00:33:03.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
6137 | 2024-12-14T00:33:04.722Z | [ recovery-image] Dec 14 00:33:03.133 INFO O| Dec 14 00:33:03.133 INFO STEP 604 (remove_files) COMPLETE |
6138 | 2024-12-14T00:33:04.722Z | [ recovery-image] Dec 14 00:33:03.133 INFO O| Dec 14 00:33:03.133 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6139 | 2024-12-14T00:33:04.752Z | [ recovery-image] Dec 14 00:33:03.163 INFO O| Dec 14 00:33:03.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
6140 | 2024-12-14T00:33:04.752Z | [ recovery-image] Dec 14 00:33:03.163 INFO O| Dec 14 00:33:03.163 INFO STEP 605 (remove_files) COMPLETE |
6141 | 2024-12-14T00:33:04.752Z | [ recovery-image] Dec 14 00:33:03.163 INFO O| Dec 14 00:33:03.163 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6142 | 2024-12-14T00:33:04.773Z | [ recovery-image] Dec 14 00:33:03.184 INFO O| Dec 14 00:33:03.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
6143 | 2024-12-14T00:33:04.793Z | [ recovery-image] Dec 14 00:33:03.205 INFO O| Dec 14 00:33:03.205 INFO STEP 606 (remove_files) COMPLETE |
6144 | 2024-12-14T00:33:04.793Z | [ recovery-image] Dec 14 00:33:03.205 INFO O| Dec 14 00:33:03.205 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6145 | 2024-12-14T00:33:04.815Z | [ recovery-image] Dec 14 00:33:03.226 INFO O| Dec 14 00:33:03.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6146 | 2024-12-14T00:33:04.838Z | [ recovery-image] Dec 14 00:33:03.250 INFO O| Dec 14 00:33:03.250 INFO STEP 607 (remove_files) COMPLETE |
6147 | 2024-12-14T00:33:04.838Z | [ recovery-image] Dec 14 00:33:03.250 INFO O| Dec 14 00:33:03.250 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6148 | 2024-12-14T00:33:04.859Z | [ recovery-image] Dec 14 00:33:03.271 INFO O| Dec 14 00:33:03.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6149 | 2024-12-14T00:33:04.862Z | [ recovery-image] Dec 14 00:33:03.271 INFO O| Dec 14 00:33:03.271 INFO STEP 608 (remove_files) COMPLETE |
6150 | 2024-12-14T00:33:04.862Z | [ recovery-image] Dec 14 00:33:03.271 INFO O| Dec 14 00:33:03.271 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6151 | 2024-12-14T00:33:04.879Z | [ recovery-image] Dec 14 00:33:03.290 INFO O| Dec 14 00:33:03.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6152 | 2024-12-14T00:33:04.882Z | [ recovery-image] Dec 14 00:33:03.291 INFO O| Dec 14 00:33:03.290 INFO STEP 609 (remove_files) COMPLETE |
6153 | 2024-12-14T00:33:04.882Z | [ recovery-image] Dec 14 00:33:03.291 INFO O| Dec 14 00:33:03.291 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6154 | 2024-12-14T00:33:04.899Z | [ recovery-image] Dec 14 00:33:03.310 INFO O| Dec 14 00:33:03.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6155 | 2024-12-14T00:33:04.902Z | [ recovery-image] Dec 14 00:33:03.310 INFO O| Dec 14 00:33:03.310 INFO STEP 610 (remove_files) COMPLETE |
6156 | 2024-12-14T00:33:04.902Z | [ recovery-image] Dec 14 00:33:03.310 INFO O| Dec 14 00:33:03.310 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6157 | 2024-12-14T00:33:04.935Z | [ recovery-image] Dec 14 00:33:03.346 INFO O| Dec 14 00:33:03.346 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6158 | 2024-12-14T00:33:04.935Z | [ recovery-image] Dec 14 00:33:03.346 INFO O| Dec 14 00:33:03.346 INFO STEP 611 (remove_files) COMPLETE |
6159 | 2024-12-14T00:33:04.938Z | [ recovery-image] Dec 14 00:33:03.346 INFO O| Dec 14 00:33:03.346 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6160 | 2024-12-14T00:33:04.957Z | [ recovery-image] Dec 14 00:33:03.368 INFO O| Dec 14 00:33:03.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6161 | 2024-12-14T00:33:04.960Z | [ recovery-image] Dec 14 00:33:03.368 INFO O| Dec 14 00:33:03.368 INFO STEP 612 (remove_files) COMPLETE |
6162 | 2024-12-14T00:33:04.960Z | [ recovery-image] Dec 14 00:33:03.369 INFO O| Dec 14 00:33:03.368 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-12-14T00:33:04.982Z | [ recovery-image] Dec 14 00:33:03.393 INFO O| Dec 14 00:33:03.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6164 | 2024-12-14T00:33:04.982Z | [ recovery-image] Dec 14 00:33:03.394 INFO O| Dec 14 00:33:03.394 INFO STEP 613 (remove_files) COMPLETE |
6165 | 2024-12-14T00:33:04.982Z | [ recovery-image] Dec 14 00:33:03.394 INFO O| Dec 14 00:33:03.394 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-12-14T00:33:05.002Z | [ recovery-image] Dec 14 00:33:03.413 INFO O| Dec 14 00:33:03.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6167 | 2024-12-14T00:33:05.002Z | [ recovery-image] Dec 14 00:33:03.413 INFO O| Dec 14 00:33:03.413 INFO STEP 614 (remove_files) COMPLETE |
6168 | 2024-12-14T00:33:05.002Z | [ recovery-image] Dec 14 00:33:03.413 INFO O| Dec 14 00:33:03.413 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-12-14T00:33:05.021Z | [ recovery-image] Dec 14 00:33:03.432 INFO O| Dec 14 00:33:03.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6170 | 2024-12-14T00:33:05.039Z | [ recovery-image] Dec 14 00:33:03.451 INFO O| Dec 14 00:33:03.451 INFO STEP 615 (remove_files) COMPLETE |
6171 | 2024-12-14T00:33:05.039Z | [ recovery-image] Dec 14 00:33:03.451 INFO O| Dec 14 00:33:03.451 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-12-14T00:33:05.060Z | [ recovery-image] Dec 14 00:33:03.472 INFO O| Dec 14 00:33:03.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6173 | 2024-12-14T00:33:05.060Z | [ recovery-image] Dec 14 00:33:03.472 INFO O| Dec 14 00:33:03.472 INFO STEP 616 (remove_files) COMPLETE |
6174 | 2024-12-14T00:33:05.060Z | [ recovery-image] Dec 14 00:33:03.472 INFO O| Dec 14 00:33:03.472 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-12-14T00:33:05.080Z | [ recovery-image] Dec 14 00:33:03.491 INFO O| Dec 14 00:33:03.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6176 | 2024-12-14T00:33:05.080Z | [ recovery-image] Dec 14 00:33:03.491 INFO O| Dec 14 00:33:03.491 INFO STEP 617 (remove_files) COMPLETE |
6177 | 2024-12-14T00:33:05.080Z | [ recovery-image] Dec 14 00:33:03.491 INFO O| Dec 14 00:33:03.491 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6178 | 2024-12-14T00:33:05.103Z | [ recovery-image] Dec 14 00:33:03.510 INFO O| Dec 14 00:33:03.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6179 | 2024-12-14T00:33:05.103Z | [ recovery-image] Dec 14 00:33:03.510 INFO O| Dec 14 00:33:03.510 INFO STEP 618 (remove_files) COMPLETE |
6180 | 2024-12-14T00:33:05.103Z | [ recovery-image] Dec 14 00:33:03.510 INFO O| Dec 14 00:33:03.510 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6181 | 2024-12-14T00:33:05.118Z | [ recovery-image] Dec 14 00:33:03.530 INFO O| Dec 14 00:33:03.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6182 | 2024-12-14T00:33:05.118Z | [ recovery-image] Dec 14 00:33:03.530 INFO O| Dec 14 00:33:03.530 INFO STEP 619 (remove_files) COMPLETE |
6183 | 2024-12-14T00:33:05.122Z | [ recovery-image] Dec 14 00:33:03.530 INFO O| Dec 14 00:33:03.530 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6184 | 2024-12-14T00:33:05.139Z | [ recovery-image] Dec 14 00:33:03.550 INFO O| Dec 14 00:33:03.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6185 | 2024-12-14T00:33:05.139Z | [ recovery-image] Dec 14 00:33:03.550 INFO O| Dec 14 00:33:03.550 INFO STEP 620 (remove_files) COMPLETE |
6186 | 2024-12-14T00:33:05.139Z | [ recovery-image] Dec 14 00:33:03.550 INFO O| Dec 14 00:33:03.550 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6187 | 2024-12-14T00:33:05.165Z | [ recovery-image] Dec 14 00:33:03.576 INFO O| Dec 14 00:33:03.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6188 | 2024-12-14T00:33:05.168Z | [ recovery-image] Dec 14 00:33:03.576 INFO O| Dec 14 00:33:03.576 INFO STEP 621 (remove_files) COMPLETE |
6189 | 2024-12-14T00:33:05.168Z | [ recovery-image] Dec 14 00:33:03.577 INFO O| Dec 14 00:33:03.577 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6190 | 2024-12-14T00:33:05.205Z | [ recovery-image] Dec 14 00:33:03.616 INFO O| Dec 14 00:33:03.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6191 | 2024-12-14T00:33:05.205Z | [ recovery-image] Dec 14 00:33:03.616 INFO O| Dec 14 00:33:03.616 INFO STEP 622 (remove_files) COMPLETE |
6192 | 2024-12-14T00:33:05.208Z | [ recovery-image] Dec 14 00:33:03.616 INFO O| Dec 14 00:33:03.616 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6193 | 2024-12-14T00:33:05.265Z | [ recovery-image] Dec 14 00:33:03.675 INFO O| Dec 14 00:33:03.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6194 | 2024-12-14T00:33:05.265Z | [ recovery-image] Dec 14 00:33:03.675 INFO O| Dec 14 00:33:03.675 INFO STEP 623 (remove_files) COMPLETE |
6195 | 2024-12-14T00:33:05.265Z | [ recovery-image] Dec 14 00:33:03.675 INFO O| Dec 14 00:33:03.675 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6196 | 2024-12-14T00:33:05.284Z | [ recovery-image] Dec 14 00:33:03.696 INFO O| Dec 14 00:33:03.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6197 | 2024-12-14T00:33:05.284Z | [ recovery-image] Dec 14 00:33:03.696 INFO O| Dec 14 00:33:03.696 INFO STEP 624 (remove_files) COMPLETE |
6198 | 2024-12-14T00:33:05.287Z | [ recovery-image] Dec 14 00:33:03.696 INFO O| Dec 14 00:33:03.696 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6199 | 2024-12-14T00:33:05.305Z | [ recovery-image] Dec 14 00:33:03.716 INFO O| Dec 14 00:33:03.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6200 | 2024-12-14T00:33:05.305Z | [ recovery-image] Dec 14 00:33:03.716 INFO O| Dec 14 00:33:03.716 INFO STEP 625 (remove_files) COMPLETE |
6201 | 2024-12-14T00:33:05.305Z | [ recovery-image] Dec 14 00:33:03.716 INFO O| Dec 14 00:33:03.716 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6202 | 2024-12-14T00:33:05.327Z | [ recovery-image] Dec 14 00:33:03.738 INFO O| Dec 14 00:33:03.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6203 | 2024-12-14T00:33:05.327Z | [ recovery-image] Dec 14 00:33:03.738 INFO O| Dec 14 00:33:03.738 INFO STEP 626 (remove_files) COMPLETE |
6204 | 2024-12-14T00:33:05.327Z | [ recovery-image] Dec 14 00:33:03.738 INFO O| Dec 14 00:33:03.738 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6205 | 2024-12-14T00:33:05.353Z | [ recovery-image] Dec 14 00:33:03.764 INFO O| Dec 14 00:33:03.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6206 | 2024-12-14T00:33:05.355Z | [ recovery-image] Dec 14 00:33:03.765 INFO O| Dec 14 00:33:03.765 INFO STEP 627 (remove_files) COMPLETE |
6207 | 2024-12-14T00:33:05.355Z | [ recovery-image] Dec 14 00:33:03.765 INFO O| Dec 14 00:33:03.765 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6208 | 2024-12-14T00:33:05.376Z | [ recovery-image] Dec 14 00:33:03.787 INFO O| Dec 14 00:33:03.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6209 | 2024-12-14T00:33:05.379Z | [ recovery-image] Dec 14 00:33:03.788 INFO O| Dec 14 00:33:03.788 INFO STEP 628 (remove_files) COMPLETE |
6210 | 2024-12-14T00:33:05.379Z | [ recovery-image] Dec 14 00:33:03.788 INFO O| Dec 14 00:33:03.788 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6211 | 2024-12-14T00:33:05.398Z | [ recovery-image] Dec 14 00:33:03.810 INFO O| Dec 14 00:33:03.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6212 | 2024-12-14T00:33:05.398Z | [ recovery-image] Dec 14 00:33:03.810 INFO O| Dec 14 00:33:03.810 INFO STEP 629 (remove_files) COMPLETE |
6213 | 2024-12-14T00:33:05.401Z | [ recovery-image] Dec 14 00:33:03.810 INFO O| Dec 14 00:33:03.810 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6214 | 2024-12-14T00:33:05.418Z | [ recovery-image] Dec 14 00:33:03.829 INFO O| Dec 14 00:33:03.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6215 | 2024-12-14T00:33:05.418Z | [ recovery-image] Dec 14 00:33:03.830 INFO O| Dec 14 00:33:03.829 INFO STEP 630 (remove_files) COMPLETE |
6216 | 2024-12-14T00:33:05.421Z | [ recovery-image] Dec 14 00:33:03.830 INFO O| Dec 14 00:33:03.830 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6217 | 2024-12-14T00:33:05.437Z | [ recovery-image] Dec 14 00:33:03.848 INFO O| Dec 14 00:33:03.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6218 | 2024-12-14T00:33:05.440Z | [ recovery-image] Dec 14 00:33:03.848 INFO O| Dec 14 00:33:03.848 INFO STEP 631 (remove_files) COMPLETE |
6219 | 2024-12-14T00:33:05.440Z | [ recovery-image] Dec 14 00:33:03.848 INFO O| Dec 14 00:33:03.848 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6220 | 2024-12-14T00:33:05.456Z | [ recovery-image] Dec 14 00:33:03.867 INFO O| Dec 14 00:33:03.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6221 | 2024-12-14T00:33:05.456Z | [ recovery-image] Dec 14 00:33:03.867 INFO O| Dec 14 00:33:03.867 INFO STEP 632 (remove_files) COMPLETE |
6222 | 2024-12-14T00:33:05.459Z | [ recovery-image] Dec 14 00:33:03.868 INFO O| Dec 14 00:33:03.867 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6223 | 2024-12-14T00:33:05.475Z | [ recovery-image] Dec 14 00:33:03.886 INFO O| Dec 14 00:33:03.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6224 | 2024-12-14T00:33:05.476Z | [ recovery-image] Dec 14 00:33:03.886 INFO O| Dec 14 00:33:03.886 INFO STEP 633 (remove_files) COMPLETE |
6225 | 2024-12-14T00:33:05.479Z | [ recovery-image] Dec 14 00:33:03.886 INFO O| Dec 14 00:33:03.886 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6226 | 2024-12-14T00:33:05.495Z | [ recovery-image] Dec 14 00:33:03.906 INFO O| Dec 14 00:33:03.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6227 | 2024-12-14T00:33:05.495Z | [ recovery-image] Dec 14 00:33:03.906 INFO O| Dec 14 00:33:03.906 INFO STEP 634 (remove_files) COMPLETE |
6228 | 2024-12-14T00:33:05.498Z | [ recovery-image] Dec 14 00:33:03.906 INFO O| Dec 14 00:33:03.906 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6229 | 2024-12-14T00:33:05.512Z | [ recovery-image] Dec 14 00:33:03.924 INFO O| Dec 14 00:33:03.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6230 | 2024-12-14T00:33:05.515Z | [ recovery-image] Dec 14 00:33:03.924 INFO O| Dec 14 00:33:03.924 INFO STEP 635 (remove_files) COMPLETE |
6231 | 2024-12-14T00:33:05.515Z | [ recovery-image] Dec 14 00:33:03.924 INFO O| Dec 14 00:33:03.924 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6232 | 2024-12-14T00:33:05.533Z | [ recovery-image] Dec 14 00:33:03.943 INFO O| Dec 14 00:33:03.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6233 | 2024-12-14T00:33:05.536Z | [ recovery-image] Dec 14 00:33:03.943 INFO O| Dec 14 00:33:03.943 INFO STEP 636 (remove_files) COMPLETE |
6234 | 2024-12-14T00:33:05.536Z | [ recovery-image] Dec 14 00:33:03.943 INFO O| Dec 14 00:33:03.943 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6235 | 2024-12-14T00:33:05.551Z | [ recovery-image] Dec 14 00:33:03.963 INFO O| Dec 14 00:33:03.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6236 | 2024-12-14T00:33:05.551Z | [ recovery-image] Dec 14 00:33:03.963 INFO O| Dec 14 00:33:03.963 INFO STEP 637 (remove_files) COMPLETE |
6237 | 2024-12-14T00:33:05.555Z | [ recovery-image] Dec 14 00:33:03.963 INFO O| Dec 14 00:33:03.963 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6238 | 2024-12-14T00:33:05.577Z | [ recovery-image] Dec 14 00:33:03.988 INFO O| Dec 14 00:33:03.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6239 | 2024-12-14T00:33:05.579Z | [ recovery-image] Dec 14 00:33:03.989 INFO O| Dec 14 00:33:03.989 INFO STEP 638 (remove_files) COMPLETE |
6240 | 2024-12-14T00:33:05.579Z | [ recovery-image] Dec 14 00:33:03.989 INFO O| Dec 14 00:33:03.989 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6241 | 2024-12-14T00:33:05.605Z | [ recovery-image] Dec 14 00:33:04.015 INFO O| Dec 14 00:33:04.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6242 | 2024-12-14T00:33:05.608Z | [ recovery-image] Dec 14 00:33:04.016 INFO O| Dec 14 00:33:04.016 INFO STEP 639 (remove_files) COMPLETE |
6243 | 2024-12-14T00:33:05.608Z | [ recovery-image] Dec 14 00:33:04.016 INFO O| Dec 14 00:33:04.016 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6244 | 2024-12-14T00:33:05.629Z | [ recovery-image] Dec 14 00:33:04.039 INFO O| Dec 14 00:33:04.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6245 | 2024-12-14T00:33:05.632Z | [ recovery-image] Dec 14 00:33:04.039 INFO O| Dec 14 00:33:04.039 INFO STEP 640 (remove_files) COMPLETE |
6246 | 2024-12-14T00:33:05.632Z | [ recovery-image] Dec 14 00:33:04.039 INFO O| Dec 14 00:33:04.039 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6247 | 2024-12-14T00:33:05.650Z | [ recovery-image] Dec 14 00:33:04.061 INFO O| Dec 14 00:33:04.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6248 | 2024-12-14T00:33:05.654Z | [ recovery-image] Dec 14 00:33:04.062 INFO O| Dec 14 00:33:04.062 INFO STEP 641 (remove_files) COMPLETE |
6249 | 2024-12-14T00:33:05.654Z | [ recovery-image] Dec 14 00:33:04.062 INFO O| Dec 14 00:33:04.062 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6250 | 2024-12-14T00:33:05.674Z | [ recovery-image] Dec 14 00:33:04.085 INFO O| Dec 14 00:33:04.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6251 | 2024-12-14T00:33:05.677Z | [ recovery-image] Dec 14 00:33:04.085 INFO O| Dec 14 00:33:04.085 INFO STEP 642 (remove_files) COMPLETE |
6252 | 2024-12-14T00:33:05.677Z | [ recovery-image] Dec 14 00:33:04.085 INFO O| Dec 14 00:33:04.085 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6253 | 2024-12-14T00:33:05.698Z | [ recovery-image] Dec 14 00:33:04.109 INFO O| Dec 14 00:33:04.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6254 | 2024-12-14T00:33:05.702Z | [ recovery-image] Dec 14 00:33:04.110 INFO O| Dec 14 00:33:04.109 INFO STEP 643 (remove_files) COMPLETE |
6255 | 2024-12-14T00:33:05.704Z | [ recovery-image] Dec 14 00:33:04.110 INFO O| Dec 14 00:33:04.110 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6256 | 2024-12-14T00:33:05.722Z | [ recovery-image] Dec 14 00:33:04.133 INFO O| Dec 14 00:33:04.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6257 | 2024-12-14T00:33:05.722Z | [ recovery-image] Dec 14 00:33:04.133 INFO O| Dec 14 00:33:04.133 INFO STEP 644 (remove_files) COMPLETE |
6258 | 2024-12-14T00:33:05.722Z | [ recovery-image] Dec 14 00:33:04.133 INFO O| Dec 14 00:33:04.133 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6259 | 2024-12-14T00:33:05.730Z | [ host-image] Dec 14 00:33:04.141 INFO O| Dec 14 00:33:04.141 INFO O| Download: Completed 8.42 MB in 6.15 seconds (1.4M/s) |
6260 | 2024-12-14T00:33:05.752Z | [ recovery-image] Dec 14 00:33:04.163 INFO O| Dec 14 00:33:04.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6261 | 2024-12-14T00:33:05.752Z | [ recovery-image] Dec 14 00:33:04.163 INFO O| Dec 14 00:33:04.163 INFO STEP 645 (remove_files) COMPLETE |
6262 | 2024-12-14T00:33:05.755Z | [ recovery-image] Dec 14 00:33:04.163 INFO O| Dec 14 00:33:04.163 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-12-14T00:33:05.773Z | [ recovery-image] Dec 14 00:33:04.184 INFO O| Dec 14 00:33:04.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6264 | 2024-12-14T00:33:05.777Z | [ recovery-image] Dec 14 00:33:04.187 INFO O| Dec 14 00:33:04.187 INFO STEP 646 (remove_files) COMPLETE |
6265 | 2024-12-14T00:33:05.777Z | [ recovery-image] Dec 14 00:33:04.187 INFO O| Dec 14 00:33:04.187 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-12-14T00:33:05.831Z | [ recovery-image] Dec 14 00:33:04.242 INFO O| Dec 14 00:33:04.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6267 | 2024-12-14T00:33:05.831Z | [ recovery-image] Dec 14 00:33:04.242 INFO O| Dec 14 00:33:04.242 INFO STEP 647 (remove_files) COMPLETE |
6268 | 2024-12-14T00:33:05.831Z | [ recovery-image] Dec 14 00:33:04.242 INFO O| Dec 14 00:33:04.242 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-12-14T00:33:05.861Z | [ recovery-image] Dec 14 00:33:04.272 INFO O| Dec 14 00:33:04.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6270 | 2024-12-14T00:33:05.861Z | [ recovery-image] Dec 14 00:33:04.272 INFO O| Dec 14 00:33:04.272 INFO STEP 648 (remove_files) COMPLETE |
6271 | 2024-12-14T00:33:05.865Z | [ recovery-image] Dec 14 00:33:04.272 INFO O| Dec 14 00:33:04.272 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-12-14T00:33:05.881Z | [ recovery-image] Dec 14 00:33:04.292 INFO O| Dec 14 00:33:04.292 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6273 | 2024-12-14T00:33:05.881Z | [ recovery-image] Dec 14 00:33:04.292 INFO O| Dec 14 00:33:04.292 INFO STEP 649 (remove_files) COMPLETE |
6274 | 2024-12-14T00:33:05.881Z | [ recovery-image] Dec 14 00:33:04.292 INFO O| Dec 14 00:33:04.292 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-12-14T00:33:05.883Z | [ host-image] Dec 14 00:33:04.294 INFO O| Dec 14 00:33:04.294 INFO O| Actions: 1/1361 actions (Installing new actions) |
6276 | 2024-12-14T00:33:05.900Z | [ recovery-image] Dec 14 00:33:04.312 INFO O| Dec 14 00:33:04.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6277 | 2024-12-14T00:33:05.900Z | [ recovery-image] Dec 14 00:33:04.312 INFO O| Dec 14 00:33:04.312 INFO STEP 650 (remove_files) COMPLETE |
6278 | 2024-12-14T00:33:05.900Z | [ recovery-image] Dec 14 00:33:04.312 INFO O| Dec 14 00:33:04.312 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-12-14T00:33:05.937Z | [ recovery-image] Dec 14 00:33:04.348 INFO O| Dec 14 00:33:04.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6280 | 2024-12-14T00:33:05.937Z | [ recovery-image] Dec 14 00:33:04.348 INFO O| Dec 14 00:33:04.348 INFO STEP 651 (remove_files) COMPLETE |
6281 | 2024-12-14T00:33:05.940Z | [ recovery-image] Dec 14 00:33:04.348 INFO O| Dec 14 00:33:04.348 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-12-14T00:33:05.974Z | [ recovery-image] Dec 14 00:33:04.385 INFO O| Dec 14 00:33:04.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6283 | 2024-12-14T00:33:05.977Z | [ recovery-image] Dec 14 00:33:04.386 INFO O| Dec 14 00:33:04.386 INFO STEP 652 (remove_files) COMPLETE |
6284 | 2024-12-14T00:33:05.977Z | [ recovery-image] Dec 14 00:33:04.386 INFO O| Dec 14 00:33:04.386 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-12-14T00:33:06.000Z | [ recovery-image] Dec 14 00:33:04.411 INFO O| Dec 14 00:33:04.411 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6286 | 2024-12-14T00:33:06.003Z | [ recovery-image] Dec 14 00:33:04.411 INFO O| Dec 14 00:33:04.411 INFO STEP 653 (remove_files) COMPLETE |
6287 | 2024-12-14T00:33:06.003Z | [ recovery-image] Dec 14 00:33:04.411 INFO O| Dec 14 00:33:04.411 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-12-14T00:33:06.020Z | [ recovery-image] Dec 14 00:33:04.431 INFO O| Dec 14 00:33:04.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6289 | 2024-12-14T00:33:06.020Z | [ recovery-image] Dec 14 00:33:04.432 INFO O| Dec 14 00:33:04.432 INFO STEP 654 (remove_files) COMPLETE |
6290 | 2024-12-14T00:33:06.020Z | [ recovery-image] Dec 14 00:33:04.432 INFO O| Dec 14 00:33:04.432 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-12-14T00:33:06.038Z | [ recovery-image] Dec 14 00:33:04.449 INFO O| Dec 14 00:33:04.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6292 | 2024-12-14T00:33:06.038Z | [ recovery-image] Dec 14 00:33:04.449 INFO O| Dec 14 00:33:04.449 INFO STEP 655 (remove_files) COMPLETE |
6293 | 2024-12-14T00:33:06.038Z | [ recovery-image] Dec 14 00:33:04.450 INFO O| Dec 14 00:33:04.449 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-12-14T00:33:06.057Z | [ recovery-image] Dec 14 00:33:04.468 INFO O| Dec 14 00:33:04.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6295 | 2024-12-14T00:33:06.057Z | [ recovery-image] Dec 14 00:33:04.468 INFO O| Dec 14 00:33:04.468 INFO STEP 656 (remove_files) COMPLETE |
6296 | 2024-12-14T00:33:06.059Z | [ recovery-image] Dec 14 00:33:04.468 INFO O| Dec 14 00:33:04.468 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-12-14T00:33:06.081Z | [ recovery-image] Dec 14 00:33:04.486 INFO O| Dec 14 00:33:04.486 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6298 | 2024-12-14T00:33:06.081Z | [ recovery-image] Dec 14 00:33:04.486 INFO O| Dec 14 00:33:04.486 INFO STEP 657 (remove_files) COMPLETE |
6299 | 2024-12-14T00:33:06.083Z | [ recovery-image] Dec 14 00:33:04.486 INFO O| Dec 14 00:33:04.486 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-12-14T00:33:06.130Z | [ recovery-image] Dec 14 00:33:04.540 INFO O| Dec 14 00:33:04.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6301 | 2024-12-14T00:33:06.130Z | [ recovery-image] Dec 14 00:33:04.540 INFO O| Dec 14 00:33:04.540 INFO STEP 658 (remove_files) COMPLETE |
6302 | 2024-12-14T00:33:06.133Z | [ recovery-image] Dec 14 00:33:04.540 INFO O| Dec 14 00:33:04.540 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-12-14T00:33:06.208Z | [ recovery-image] Dec 14 00:33:04.618 INFO O| Dec 14 00:33:04.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6304 | 2024-12-14T00:33:06.208Z | [ recovery-image] Dec 14 00:33:04.618 INFO O| Dec 14 00:33:04.618 INFO STEP 659 (remove_files) COMPLETE |
6305 | 2024-12-14T00:33:06.208Z | [ recovery-image] Dec 14 00:33:04.618 INFO O| Dec 14 00:33:04.618 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-12-14T00:33:06.273Z | [ recovery-image] Dec 14 00:33:04.684 INFO O| Dec 14 00:33:04.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6307 | 2024-12-14T00:33:06.273Z | [ recovery-image] Dec 14 00:33:04.684 INFO O| Dec 14 00:33:04.684 INFO STEP 660 (remove_files) COMPLETE |
6308 | 2024-12-14T00:33:06.273Z | [ recovery-image] Dec 14 00:33:04.684 INFO O| Dec 14 00:33:04.684 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-12-14T00:33:06.295Z | [ recovery-image] Dec 14 00:33:04.706 INFO O| Dec 14 00:33:04.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6310 | 2024-12-14T00:33:06.304Z | [ recovery-image] Dec 14 00:33:04.715 INFO O| Dec 14 00:33:04.714 INFO STEP 661 (remove_files) COMPLETE |
6311 | 2024-12-14T00:33:06.325Z | [ recovery-image] Dec 14 00:33:04.735 INFO O| Dec 14 00:33:04.718 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-12-14T00:33:06.515Z | [ recovery-image] Dec 14 00:33:04.926 INFO O| Dec 14 00:33:04.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6313 | 2024-12-14T00:33:06.515Z | [ recovery-image] Dec 14 00:33:04.926 INFO O| Dec 14 00:33:04.926 INFO STEP 662 (remove_files) COMPLETE |
6314 | 2024-12-14T00:33:06.523Z | [ recovery-image] Dec 14 00:33:04.926 INFO O| Dec 14 00:33:04.926 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-12-14T00:33:06.539Z | [ recovery-image] Dec 14 00:33:04.950 INFO O| Dec 14 00:33:04.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6316 | 2024-12-14T00:33:06.567Z | [ recovery-image] Dec 14 00:33:04.978 INFO O| Dec 14 00:33:04.978 INFO STEP 663 (remove_files) COMPLETE |
6317 | 2024-12-14T00:33:06.567Z | [ recovery-image] Dec 14 00:33:04.978 INFO O| Dec 14 00:33:04.978 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-12-14T00:33:06.610Z | [ recovery-image] Dec 14 00:33:05.019 INFO O| Dec 14 00:33:05.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6319 | 2024-12-14T00:33:06.610Z | [ recovery-image] Dec 14 00:33:05.020 INFO O| Dec 14 00:33:05.020 INFO STEP 664 (remove_files) COMPLETE |
6320 | 2024-12-14T00:33:06.610Z | [ recovery-image] Dec 14 00:33:05.020 INFO O| Dec 14 00:33:05.020 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-12-14T00:33:06.627Z | [ host-image] Dec 14 00:33:05.038 INFO O| Dec 14 00:33:05.037 INFO O| Actions: Completed 1361 actions in 0.74 seconds. |
6322 | 2024-12-14T00:33:06.650Z | [ recovery-image] Dec 14 00:33:05.060 INFO O| Dec 14 00:33:05.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6323 | 2024-12-14T00:33:06.650Z | [ recovery-image] Dec 14 00:33:05.061 INFO O| Dec 14 00:33:05.061 INFO STEP 665 (remove_files) COMPLETE |
6324 | 2024-12-14T00:33:06.650Z | [ recovery-image] Dec 14 00:33:05.061 INFO O| Dec 14 00:33:05.061 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6325 | 2024-12-14T00:33:06.705Z | [ recovery-image] Dec 14 00:33:05.115 INFO O| Dec 14 00:33:05.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6326 | 2024-12-14T00:33:06.705Z | [ recovery-image] Dec 14 00:33:05.115 INFO O| Dec 14 00:33:05.115 INFO STEP 666 (remove_files) COMPLETE |
6327 | 2024-12-14T00:33:06.705Z | [ recovery-image] Dec 14 00:33:05.115 INFO O| Dec 14 00:33:05.115 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6328 | 2024-12-14T00:33:06.728Z | [ recovery-image] Dec 14 00:33:05.139 INFO O| Dec 14 00:33:05.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6329 | 2024-12-14T00:33:06.728Z | [ recovery-image] Dec 14 00:33:05.140 INFO O| Dec 14 00:33:05.140 INFO STEP 667 (remove_files) COMPLETE |
6330 | 2024-12-14T00:33:06.728Z | [ recovery-image] Dec 14 00:33:05.140 INFO O| Dec 14 00:33:05.140 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6331 | 2024-12-14T00:33:06.751Z | [ recovery-image] Dec 14 00:33:05.162 INFO O| Dec 14 00:33:05.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6332 | 2024-12-14T00:33:06.751Z | [ recovery-image] Dec 14 00:33:05.162 INFO O| Dec 14 00:33:05.162 INFO STEP 668 (remove_files) COMPLETE |
6333 | 2024-12-14T00:33:06.751Z | [ recovery-image] Dec 14 00:33:05.162 INFO O| Dec 14 00:33:05.162 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6334 | 2024-12-14T00:33:06.789Z | [ recovery-image] Dec 14 00:33:05.200 INFO O| Dec 14 00:33:05.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6335 | 2024-12-14T00:33:06.789Z | [ recovery-image] Dec 14 00:33:05.200 INFO O| Dec 14 00:33:05.200 INFO STEP 669 (remove_files) COMPLETE |
6336 | 2024-12-14T00:33:06.792Z | [ recovery-image] Dec 14 00:33:05.200 INFO O| Dec 14 00:33:05.200 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6337 | 2024-12-14T00:33:06.810Z | [ recovery-image] Dec 14 00:33:05.221 INFO O| Dec 14 00:33:05.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6338 | 2024-12-14T00:33:06.813Z | [ recovery-image] Dec 14 00:33:05.222 INFO O| Dec 14 00:33:05.222 INFO STEP 670 (remove_files) COMPLETE |
6339 | 2024-12-14T00:33:06.813Z | [ recovery-image] Dec 14 00:33:05.222 INFO O| Dec 14 00:33:05.222 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6340 | 2024-12-14T00:33:06.854Z | [ recovery-image] Dec 14 00:33:05.262 INFO O| Dec 14 00:33:05.262 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6341 | 2024-12-14T00:33:06.854Z | [ recovery-image] Dec 14 00:33:05.262 INFO O| Dec 14 00:33:05.262 INFO STEP 671 (remove_files) COMPLETE |
6342 | 2024-12-14T00:33:06.857Z | [ recovery-image] Dec 14 00:33:05.262 INFO O| Dec 14 00:33:05.262 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6343 | 2024-12-14T00:33:06.893Z | [ recovery-image] Dec 14 00:33:05.304 INFO O| Dec 14 00:33:05.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6344 | 2024-12-14T00:33:06.893Z | [ recovery-image] Dec 14 00:33:05.304 INFO O| Dec 14 00:33:05.304 INFO STEP 672 (remove_files) COMPLETE |
6345 | 2024-12-14T00:33:06.896Z | [ recovery-image] Dec 14 00:33:05.304 INFO O| Dec 14 00:33:05.304 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6346 | 2024-12-14T00:33:06.915Z | [ recovery-image] Dec 14 00:33:05.326 INFO O| Dec 14 00:33:05.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6347 | 2024-12-14T00:33:06.915Z | [ recovery-image] Dec 14 00:33:05.326 INFO O| Dec 14 00:33:05.326 INFO STEP 673 (remove_files) COMPLETE |
6348 | 2024-12-14T00:33:06.915Z | [ recovery-image] Dec 14 00:33:05.326 INFO O| Dec 14 00:33:05.326 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6349 | 2024-12-14T00:33:06.938Z | [ recovery-image] Dec 14 00:33:05.349 INFO O| Dec 14 00:33:05.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6350 | 2024-12-14T00:33:06.938Z | [ recovery-image] Dec 14 00:33:05.349 INFO O| Dec 14 00:33:05.349 INFO STEP 674 (remove_files) COMPLETE |
6351 | 2024-12-14T00:33:06.941Z | [ recovery-image] Dec 14 00:33:05.349 INFO O| Dec 14 00:33:05.349 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6352 | 2024-12-14T00:33:06.999Z | [ recovery-image] Dec 14 00:33:05.410 INFO O| Dec 14 00:33:05.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6353 | 2024-12-14T00:33:06.999Z | [ recovery-image] Dec 14 00:33:05.410 INFO O| Dec 14 00:33:05.410 INFO STEP 675 (remove_files) COMPLETE |
6354 | 2024-12-14T00:33:07.002Z | [ recovery-image] Dec 14 00:33:05.410 INFO O| Dec 14 00:33:05.410 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6355 | 2024-12-14T00:33:07.024Z | [ recovery-image] Dec 14 00:33:05.434 INFO O| Dec 14 00:33:05.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6356 | 2024-12-14T00:33:07.024Z | [ recovery-image] Dec 14 00:33:05.434 INFO O| Dec 14 00:33:05.434 INFO STEP 676 (remove_files) COMPLETE |
6357 | 2024-12-14T00:33:07.024Z | [ recovery-image] Dec 14 00:33:05.434 INFO O| Dec 14 00:33:05.434 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6358 | 2024-12-14T00:33:07.129Z | [ recovery-image] Dec 14 00:33:05.540 INFO O| Dec 14 00:33:05.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6359 | 2024-12-14T00:33:07.149Z | [ recovery-image] Dec 14 00:33:05.560 INFO O| Dec 14 00:33:05.560 INFO STEP 677 (remove_files) COMPLETE |
6360 | 2024-12-14T00:33:07.149Z | [ recovery-image] Dec 14 00:33:05.560 INFO O| Dec 14 00:33:05.560 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6361 | 2024-12-14T00:33:07.181Z | [ recovery-image] Dec 14 00:33:05.592 INFO O| Dec 14 00:33:05.592 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6362 | 2024-12-14T00:33:07.181Z | [ recovery-image] Dec 14 00:33:05.592 INFO O| Dec 14 00:33:05.592 INFO STEP 678 (remove_files) COMPLETE |
6363 | 2024-12-14T00:33:07.184Z | [ recovery-image] Dec 14 00:33:05.592 INFO O| Dec 14 00:33:05.592 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6364 | 2024-12-14T00:33:07.216Z | [ recovery-image] Dec 14 00:33:05.627 INFO O| Dec 14 00:33:05.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6365 | 2024-12-14T00:33:07.217Z | [ recovery-image] Dec 14 00:33:05.627 INFO O| Dec 14 00:33:05.627 INFO STEP 679 (remove_files) COMPLETE |
6366 | 2024-12-14T00:33:07.219Z | [ recovery-image] Dec 14 00:33:05.628 INFO O| Dec 14 00:33:05.627 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6367 | 2024-12-14T00:33:07.245Z | [ recovery-image] Dec 14 00:33:05.656 INFO O| Dec 14 00:33:05.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6368 | 2024-12-14T00:33:07.245Z | [ recovery-image] Dec 14 00:33:05.656 INFO O| Dec 14 00:33:05.656 INFO STEP 680 (remove_files) COMPLETE |
6369 | 2024-12-14T00:33:07.248Z | [ recovery-image] Dec 14 00:33:05.656 INFO O| Dec 14 00:33:05.656 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6370 | 2024-12-14T00:33:07.285Z | [ host-image] Dec 14 00:33:05.695 INFO O| Dec 14 00:33:05.695 INFO O| Done |
6371 | 2024-12-14T00:33:07.286Z | [ host-image] Dec 14 00:33:05.695 INFO O| Dec 14 00:33:05.695 INFO O| Done |
6372 | 2024-12-14T00:33:07.305Z | [ recovery-image] Dec 14 00:33:05.715 INFO O| Dec 14 00:33:05.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6373 | 2024-12-14T00:33:07.305Z | [ recovery-image] Dec 14 00:33:05.715 INFO O| Dec 14 00:33:05.715 INFO STEP 681 (remove_files) COMPLETE |
6374 | 2024-12-14T00:33:07.305Z | [ recovery-image] Dec 14 00:33:05.715 INFO O| Dec 14 00:33:05.715 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-12-14T00:33:07.347Z | [ recovery-image] Dec 14 00:33:05.758 INFO O| Dec 14 00:33:05.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6376 | 2024-12-14T00:33:07.351Z | [ recovery-image] Dec 14 00:33:05.758 INFO O| Dec 14 00:33:05.758 INFO STEP 682 (remove_files) COMPLETE |
6377 | 2024-12-14T00:33:07.351Z | [ recovery-image] Dec 14 00:33:05.758 INFO O| Dec 14 00:33:05.758 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-12-14T00:33:07.365Z | [ recovery-image] Dec 14 00:33:05.776 INFO O| Dec 14 00:33:05.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6379 | 2024-12-14T00:33:07.378Z | [ recovery-image] Dec 14 00:33:05.789 INFO O| Dec 14 00:33:05.789 INFO STEP 683 (remove_files) COMPLETE |
6380 | 2024-12-14T00:33:07.378Z | [ recovery-image] Dec 14 00:33:05.789 INFO O| Dec 14 00:33:05.789 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-12-14T00:33:07.396Z | [ recovery-image] Dec 14 00:33:05.807 INFO O| Dec 14 00:33:05.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6382 | 2024-12-14T00:33:07.399Z | [ recovery-image] Dec 14 00:33:05.807 INFO O| Dec 14 00:33:05.807 INFO STEP 684 (remove_files) COMPLETE |
6383 | 2024-12-14T00:33:07.399Z | [ recovery-image] Dec 14 00:33:05.808 INFO O| Dec 14 00:33:05.807 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-12-14T00:33:07.414Z | [ recovery-image] Dec 14 00:33:05.825 INFO O| Dec 14 00:33:05.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6385 | 2024-12-14T00:33:07.418Z | [ recovery-image] Dec 14 00:33:05.825 INFO O| Dec 14 00:33:05.825 INFO STEP 685 (remove_files) COMPLETE |
6386 | 2024-12-14T00:33:07.418Z | [ recovery-image] Dec 14 00:33:05.825 INFO O| Dec 14 00:33:05.825 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-12-14T00:33:07.432Z | [ recovery-image] Dec 14 00:33:05.843 INFO O| Dec 14 00:33:05.843 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6388 | 2024-12-14T00:33:07.434Z | [ recovery-image] Dec 14 00:33:05.843 INFO O| Dec 14 00:33:05.843 INFO STEP 686 (remove_files) COMPLETE |
6389 | 2024-12-14T00:33:07.434Z | [ recovery-image] Dec 14 00:33:05.843 INFO O| Dec 14 00:33:05.843 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-12-14T00:33:07.474Z | [ recovery-image] Dec 14 00:33:05.885 INFO O| Dec 14 00:33:05.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6391 | 2024-12-14T00:33:07.474Z | [ recovery-image] Dec 14 00:33:05.885 INFO O| Dec 14 00:33:05.885 INFO STEP 687 (remove_files) COMPLETE |
6392 | 2024-12-14T00:33:07.474Z | [ recovery-image] Dec 14 00:33:05.885 INFO O| Dec 14 00:33:05.885 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-12-14T00:33:07.525Z | [ recovery-image] Dec 14 00:33:05.936 INFO O| Dec 14 00:33:05.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6394 | 2024-12-14T00:33:07.525Z | [ recovery-image] Dec 14 00:33:05.936 INFO O| Dec 14 00:33:05.936 INFO STEP 688 (remove_files) COMPLETE |
6395 | 2024-12-14T00:33:07.525Z | [ recovery-image] Dec 14 00:33:05.936 INFO O| Dec 14 00:33:05.936 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-12-14T00:33:07.584Z | [ recovery-image] Dec 14 00:33:05.995 INFO O| Dec 14 00:33:05.995 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6397 | 2024-12-14T00:33:07.584Z | [ recovery-image] Dec 14 00:33:05.995 INFO O| Dec 14 00:33:05.995 INFO STEP 689 (remove_files) COMPLETE |
6398 | 2024-12-14T00:33:07.584Z | [ recovery-image] Dec 14 00:33:05.995 INFO O| Dec 14 00:33:05.995 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-12-14T00:33:07.643Z | [ recovery-image] Dec 14 00:33:06.054 INFO O| Dec 14 00:33:06.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6400 | 2024-12-14T00:33:07.643Z | [ recovery-image] Dec 14 00:33:06.054 INFO O| Dec 14 00:33:06.054 INFO STEP 690 (remove_files) COMPLETE |
6401 | 2024-12-14T00:33:07.646Z | [ recovery-image] Dec 14 00:33:06.054 INFO O| Dec 14 00:33:06.054 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-12-14T00:33:07.665Z | [ recovery-image] Dec 14 00:33:06.075 INFO O| Dec 14 00:33:06.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6403 | 2024-12-14T00:33:07.665Z | [ recovery-image] Dec 14 00:33:06.075 INFO O| Dec 14 00:33:06.075 INFO STEP 691 (remove_files) COMPLETE |
6404 | 2024-12-14T00:33:07.665Z | [ recovery-image] Dec 14 00:33:06.075 INFO O| Dec 14 00:33:06.075 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-12-14T00:33:07.702Z | [ recovery-image] Dec 14 00:33:06.113 INFO O| Dec 14 00:33:06.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6406 | 2024-12-14T00:33:07.702Z | [ recovery-image] Dec 14 00:33:06.113 INFO O| Dec 14 00:33:06.113 INFO STEP 692 (remove_files) COMPLETE |
6407 | 2024-12-14T00:33:07.702Z | [ recovery-image] Dec 14 00:33:06.113 INFO O| Dec 14 00:33:06.113 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-12-14T00:33:07.738Z | [ recovery-image] Dec 14 00:33:06.149 INFO O| Dec 14 00:33:06.149 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6409 | 2024-12-14T00:33:07.738Z | [ recovery-image] Dec 14 00:33:06.149 INFO O| Dec 14 00:33:06.149 INFO STEP 693 (remove_files) COMPLETE |
6410 | 2024-12-14T00:33:07.738Z | [ recovery-image] Dec 14 00:33:06.149 INFO O| Dec 14 00:33:06.149 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-12-14T00:33:07.759Z | [ recovery-image] Dec 14 00:33:06.169 INFO O| Dec 14 00:33:06.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6412 | 2024-12-14T00:33:07.759Z | [ recovery-image] Dec 14 00:33:06.170 INFO O| Dec 14 00:33:06.170 INFO STEP 694 (remove_files) COMPLETE |
6413 | 2024-12-14T00:33:07.759Z | [ recovery-image] Dec 14 00:33:06.170 INFO O| Dec 14 00:33:06.170 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-12-14T00:33:07.857Z | [ recovery-image] Dec 14 00:33:06.266 INFO O| Dec 14 00:33:06.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6415 | 2024-12-14T00:33:07.860Z | [ recovery-image] Dec 14 00:33:06.267 INFO O| Dec 14 00:33:06.267 INFO STEP 695 (remove_files) COMPLETE |
6416 | 2024-12-14T00:33:07.860Z | [ recovery-image] Dec 14 00:33:06.267 INFO O| Dec 14 00:33:06.267 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-12-14T00:33:07.956Z | [ recovery-image] Dec 14 00:33:06.367 INFO O| Dec 14 00:33:06.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6418 | 2024-12-14T00:33:07.964Z | [ recovery-image] Dec 14 00:33:06.375 INFO O| Dec 14 00:33:06.375 INFO STEP 696 (remove_files) COMPLETE |
6419 | 2024-12-14T00:33:07.964Z | [ recovery-image] Dec 14 00:33:06.375 INFO O| Dec 14 00:33:06.375 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-12-14T00:33:08.005Z | [ recovery-image] Dec 14 00:33:06.415 INFO O| Dec 14 00:33:06.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6421 | 2024-12-14T00:33:08.005Z | [ recovery-image] Dec 14 00:33:06.415 INFO O| Dec 14 00:33:06.415 INFO STEP 697 (remove_files) COMPLETE |
6422 | 2024-12-14T00:33:08.005Z | [ recovery-image] Dec 14 00:33:06.415 INFO O| Dec 14 00:33:06.415 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-12-14T00:33:08.041Z | [ recovery-image] Dec 14 00:33:06.452 INFO O| Dec 14 00:33:06.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6424 | 2024-12-14T00:33:08.044Z | [ recovery-image] Dec 14 00:33:06.452 INFO O| Dec 14 00:33:06.452 INFO STEP 698 (remove_files) COMPLETE |
6425 | 2024-12-14T00:33:08.044Z | [ recovery-image] Dec 14 00:33:06.452 INFO O| Dec 14 00:33:06.452 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-12-14T00:33:08.061Z | [ recovery-image] Dec 14 00:33:06.472 INFO O| Dec 14 00:33:06.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6427 | 2024-12-14T00:33:08.061Z | [ recovery-image] Dec 14 00:33:06.472 INFO O| Dec 14 00:33:06.472 INFO STEP 699 (remove_files) COMPLETE |
6428 | 2024-12-14T00:33:08.061Z | [ recovery-image] Dec 14 00:33:06.472 INFO O| Dec 14 00:33:06.472 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-12-14T00:33:08.080Z | [ recovery-image] Dec 14 00:33:06.491 INFO O| Dec 14 00:33:06.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6430 | 2024-12-14T00:33:08.080Z | [ recovery-image] Dec 14 00:33:06.491 INFO O| Dec 14 00:33:06.491 INFO STEP 700 (remove_files) COMPLETE |
6431 | 2024-12-14T00:33:08.081Z | [ recovery-image] Dec 14 00:33:06.491 INFO O| Dec 14 00:33:06.491 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-12-14T00:33:08.112Z | [ recovery-image] Dec 14 00:33:06.522 INFO O| Dec 14 00:33:06.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6433 | 2024-12-14T00:33:08.112Z | [ recovery-image] Dec 14 00:33:06.522 INFO O| Dec 14 00:33:06.522 INFO STEP 701 (remove_files) COMPLETE |
6434 | 2024-12-14T00:33:08.114Z | [ recovery-image] Dec 14 00:33:06.522 INFO O| Dec 14 00:33:06.522 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-12-14T00:33:08.190Z | [ recovery-image] Dec 14 00:33:06.600 INFO O| Dec 14 00:33:06.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6436 | 2024-12-14T00:33:08.190Z | [ recovery-image] Dec 14 00:33:06.600 INFO O| Dec 14 00:33:06.600 INFO STEP 702 (remove_files) COMPLETE |
6437 | 2024-12-14T00:33:08.193Z | [ recovery-image] Dec 14 00:33:06.601 INFO O| Dec 14 00:33:06.600 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-12-14T00:33:08.245Z | [ recovery-image] Dec 14 00:33:06.647 INFO O| Dec 14 00:33:06.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6439 | 2024-12-14T00:33:08.245Z | [ recovery-image] Dec 14 00:33:06.648 INFO O| Dec 14 00:33:06.648 INFO STEP 703 (remove_files) COMPLETE |
6440 | 2024-12-14T00:33:08.248Z | [ recovery-image] Dec 14 00:33:06.648 INFO O| Dec 14 00:33:06.648 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-12-14T00:33:08.274Z | [ recovery-image] Dec 14 00:33:06.684 INFO O| Dec 14 00:33:06.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6442 | 2024-12-14T00:33:08.274Z | [ recovery-image] Dec 14 00:33:06.684 INFO O| Dec 14 00:33:06.684 INFO STEP 704 (remove_files) COMPLETE |
6443 | 2024-12-14T00:33:08.274Z | [ recovery-image] Dec 14 00:33:06.684 INFO O| Dec 14 00:33:06.684 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-12-14T00:33:08.294Z | [ recovery-image] Dec 14 00:33:06.703 INFO O| Dec 14 00:33:06.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6445 | 2024-12-14T00:33:08.294Z | [ recovery-image] Dec 14 00:33:06.703 INFO O| Dec 14 00:33:06.703 INFO STEP 705 (remove_files) COMPLETE |
6446 | 2024-12-14T00:33:08.294Z | [ recovery-image] Dec 14 00:33:06.703 INFO O| Dec 14 00:33:06.703 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-12-14T00:33:08.331Z | [ recovery-image] Dec 14 00:33:06.742 INFO O| Dec 14 00:33:06.742 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6448 | 2024-12-14T00:33:08.331Z | [ recovery-image] Dec 14 00:33:06.742 INFO O| Dec 14 00:33:06.742 INFO STEP 706 (remove_files) COMPLETE |
6449 | 2024-12-14T00:33:08.331Z | [ recovery-image] Dec 14 00:33:06.742 INFO O| Dec 14 00:33:06.742 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-12-14T00:33:08.350Z | [ recovery-image] Dec 14 00:33:06.761 INFO O| Dec 14 00:33:06.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6451 | 2024-12-14T00:33:08.350Z | [ recovery-image] Dec 14 00:33:06.761 INFO O| Dec 14 00:33:06.761 INFO STEP 707 (remove_files) COMPLETE |
6452 | 2024-12-14T00:33:08.353Z | [ recovery-image] Dec 14 00:33:06.761 INFO O| Dec 14 00:33:06.761 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-12-14T00:33:08.387Z | [ recovery-image] Dec 14 00:33:06.795 INFO O| Dec 14 00:33:06.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6454 | 2024-12-14T00:33:08.387Z | [ recovery-image] Dec 14 00:33:06.795 INFO O| Dec 14 00:33:06.795 INFO STEP 708 (remove_files) COMPLETE |
6455 | 2024-12-14T00:33:08.387Z | [ recovery-image] Dec 14 00:33:06.795 INFO O| Dec 14 00:33:06.795 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-12-14T00:33:08.414Z | [ recovery-image] Dec 14 00:33:06.824 INFO O| Dec 14 00:33:06.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6457 | 2024-12-14T00:33:08.414Z | [ recovery-image] Dec 14 00:33:06.824 INFO O| Dec 14 00:33:06.824 INFO STEP 709 (remove_files) COMPLETE |
6458 | 2024-12-14T00:33:08.414Z | [ recovery-image] Dec 14 00:33:06.824 INFO O| Dec 14 00:33:06.824 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-12-14T00:33:08.434Z | [ recovery-image] Dec 14 00:33:06.844 INFO O| Dec 14 00:33:06.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6460 | 2024-12-14T00:33:08.434Z | [ recovery-image] Dec 14 00:33:06.844 INFO O| Dec 14 00:33:06.844 INFO STEP 710 (remove_files) COMPLETE |
6461 | 2024-12-14T00:33:08.434Z | [ recovery-image] Dec 14 00:33:06.844 INFO O| Dec 14 00:33:06.844 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-12-14T00:33:08.517Z | [ recovery-image] Dec 14 00:33:06.927 INFO O| Dec 14 00:33:06.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6463 | 2024-12-14T00:33:08.520Z | [ recovery-image] Dec 14 00:33:06.928 INFO O| Dec 14 00:33:06.927 INFO STEP 711 (remove_files) COMPLETE |
6464 | 2024-12-14T00:33:08.520Z | [ recovery-image] Dec 14 00:33:06.928 INFO O| Dec 14 00:33:06.928 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-12-14T00:33:08.522Z | [ host-image] Dec 14 00:33:06.932 INFO O| Dec 14 00:33:06.931 INFO O| Done |
6466 | 2024-12-14T00:33:08.609Z | [ recovery-image] Dec 14 00:33:07.020 INFO O| Dec 14 00:33:07.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6467 | 2024-12-14T00:33:08.612Z | [ recovery-image] Dec 14 00:33:07.020 INFO O| Dec 14 00:33:07.020 INFO STEP 712 (remove_files) COMPLETE |
6468 | 2024-12-14T00:33:08.612Z | [ recovery-image] Dec 14 00:33:07.020 INFO O| Dec 14 00:33:07.020 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6469 | 2024-12-14T00:33:08.631Z | [ recovery-image] Dec 14 00:33:07.042 INFO O| Dec 14 00:33:07.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6470 | 2024-12-14T00:33:08.631Z | [ recovery-image] Dec 14 00:33:07.042 INFO O| Dec 14 00:33:07.042 INFO STEP 713 (remove_files) COMPLETE |
6471 | 2024-12-14T00:33:08.632Z | [ recovery-image] Dec 14 00:33:07.042 INFO O| Dec 14 00:33:07.042 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6472 | 2024-12-14T00:33:08.662Z | [ recovery-image] Dec 14 00:33:07.073 INFO O| Dec 14 00:33:07.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6473 | 2024-12-14T00:33:08.662Z | [ recovery-image] Dec 14 00:33:07.073 INFO O| Dec 14 00:33:07.064 INFO STEP 714 (remove_files) COMPLETE |
6474 | 2024-12-14T00:33:08.662Z | [ recovery-image] Dec 14 00:33:07.073 INFO O| Dec 14 00:33:07.064 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6475 | 2024-12-14T00:33:08.682Z | [ recovery-image] Dec 14 00:33:07.087 INFO O| Dec 14 00:33:07.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6476 | 2024-12-14T00:33:08.682Z | [ recovery-image] Dec 14 00:33:07.087 INFO O| Dec 14 00:33:07.083 INFO STEP 715 (remove_files) COMPLETE |
6477 | 2024-12-14T00:33:08.682Z | [ recovery-image] Dec 14 00:33:07.087 INFO O| Dec 14 00:33:07.083 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6478 | 2024-12-14T00:33:08.695Z | [ recovery-image] Dec 14 00:33:07.106 INFO O| Dec 14 00:33:07.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6479 | 2024-12-14T00:33:08.695Z | [ recovery-image] Dec 14 00:33:07.106 INFO O| Dec 14 00:33:07.103 INFO STEP 716 (remove_files) COMPLETE |
6480 | 2024-12-14T00:33:08.695Z | [ recovery-image] Dec 14 00:33:07.106 INFO O| Dec 14 00:33:07.103 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6481 | 2024-12-14T00:33:08.713Z | [ recovery-image] Dec 14 00:33:07.122 INFO O| Dec 14 00:33:07.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6482 | 2024-12-14T00:33:08.713Z | [ recovery-image] Dec 14 00:33:07.122 INFO O| Dec 14 00:33:07.122 INFO STEP 717 (remove_files) COMPLETE |
6483 | 2024-12-14T00:33:08.713Z | [ recovery-image] Dec 14 00:33:07.122 INFO O| Dec 14 00:33:07.122 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6484 | 2024-12-14T00:33:08.735Z | [ recovery-image] Dec 14 00:33:07.145 INFO O| Dec 14 00:33:07.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6485 | 2024-12-14T00:33:08.735Z | [ recovery-image] Dec 14 00:33:07.145 INFO O| Dec 14 00:33:07.145 INFO STEP 718 (remove_files) COMPLETE |
6486 | 2024-12-14T00:33:08.735Z | [ recovery-image] Dec 14 00:33:07.145 INFO O| Dec 14 00:33:07.145 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6487 | 2024-12-14T00:33:08.799Z | [ recovery-image] Dec 14 00:33:07.210 INFO O| Dec 14 00:33:07.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6488 | 2024-12-14T00:33:08.799Z | [ recovery-image] Dec 14 00:33:07.210 INFO O| Dec 14 00:33:07.210 INFO STEP 719 (remove_files) COMPLETE |
6489 | 2024-12-14T00:33:08.802Z | [ recovery-image] Dec 14 00:33:07.210 INFO O| Dec 14 00:33:07.210 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6490 | 2024-12-14T00:33:08.967Z | [ recovery-image] Dec 14 00:33:07.376 INFO O| Dec 14 00:33:07.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6491 | 2024-12-14T00:33:08.967Z | [ recovery-image] Dec 14 00:33:07.376 INFO O| Dec 14 00:33:07.376 INFO STEP 720 (remove_files) COMPLETE |
6492 | 2024-12-14T00:33:08.967Z | [ recovery-image] Dec 14 00:33:07.376 INFO O| Dec 14 00:33:07.376 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6493 | 2024-12-14T00:33:09.012Z | [ recovery-image] Dec 14 00:33:07.413 INFO O| Dec 14 00:33:07.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6494 | 2024-12-14T00:33:09.012Z | [ recovery-image] Dec 14 00:33:07.413 INFO O| Dec 14 00:33:07.410 INFO STEP 721 (remove_files) COMPLETE |
6495 | 2024-12-14T00:33:09.012Z | [ recovery-image] Dec 14 00:33:07.413 INFO O| Dec 14 00:33:07.410 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6496 | 2024-12-14T00:33:09.050Z | [ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6497 | 2024-12-14T00:33:09.050Z | [ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.430 INFO STEP 722 (remove_files) COMPLETE |
6498 | 2024-12-14T00:33:09.050Z | [ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.430 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6499 | 2024-12-14T00:33:09.053Z | [ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6500 | 2024-12-14T00:33:09.053Z | [ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.451 INFO STEP 723 (remove_files) COMPLETE |
6501 | 2024-12-14T00:33:09.053Z | [ recovery-image] Dec 14 00:33:07.461 INFO O| Dec 14 00:33:07.451 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6502 | 2024-12-14T00:33:09.062Z | [ recovery-image] Dec 14 00:33:07.472 INFO O| Dec 14 00:33:07.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6503 | 2024-12-14T00:33:09.062Z | [ recovery-image] Dec 14 00:33:07.473 INFO O| Dec 14 00:33:07.472 INFO STEP 724 (remove_files) COMPLETE |
6504 | 2024-12-14T00:33:09.062Z | [ recovery-image] Dec 14 00:33:07.473 INFO O| Dec 14 00:33:07.472 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6505 | 2024-12-14T00:33:09.082Z | [ recovery-image] Dec 14 00:33:07.492 INFO O| Dec 14 00:33:07.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6506 | 2024-12-14T00:33:09.105Z | [ recovery-image] Dec 14 00:33:07.514 INFO O| Dec 14 00:33:07.514 INFO STEP 725 (remove_files) COMPLETE |
6507 | 2024-12-14T00:33:09.105Z | [ recovery-image] Dec 14 00:33:07.514 INFO O| Dec 14 00:33:07.514 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6508 | 2024-12-14T00:33:09.136Z | [ recovery-image] Dec 14 00:33:07.546 INFO O| Dec 14 00:33:07.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6509 | 2024-12-14T00:33:09.136Z | [ recovery-image] Dec 14 00:33:07.546 INFO O| Dec 14 00:33:07.546 INFO STEP 726 (remove_files) COMPLETE |
6510 | 2024-12-14T00:33:09.136Z | [ recovery-image] Dec 14 00:33:07.546 INFO O| Dec 14 00:33:07.546 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6511 | 2024-12-14T00:33:09.153Z | [ recovery-image] Dec 14 00:33:07.564 INFO O| Dec 14 00:33:07.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6512 | 2024-12-14T00:33:09.153Z | [ recovery-image] Dec 14 00:33:07.564 INFO O| Dec 14 00:33:07.564 INFO STEP 727 (remove_files) COMPLETE |
6513 | 2024-12-14T00:33:09.153Z | [ recovery-image] Dec 14 00:33:07.564 INFO O| Dec 14 00:33:07.564 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6514 | 2024-12-14T00:33:09.211Z | [ recovery-image] Dec 14 00:33:07.622 INFO O| Dec 14 00:33:07.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6515 | 2024-12-14T00:33:09.214Z | [ recovery-image] Dec 14 00:33:07.622 INFO O| Dec 14 00:33:07.622 INFO STEP 728 (remove_files) COMPLETE |
6516 | 2024-12-14T00:33:09.214Z | [ recovery-image] Dec 14 00:33:07.622 INFO O| Dec 14 00:33:07.622 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6517 | 2024-12-14T00:33:09.306Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
6518 | 2024-12-14T00:33:09.367Z | [ recovery-image] Dec 14 00:33:07.776 INFO O| Dec 14 00:33:07.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6519 | 2024-12-14T00:33:09.367Z | [ recovery-image] Dec 14 00:33:07.776 INFO O| Dec 14 00:33:07.776 INFO STEP 729 (remove_files) COMPLETE |
6520 | 2024-12-14T00:33:09.370Z | [ recovery-image] Dec 14 00:33:07.776 INFO O| Dec 14 00:33:07.776 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6521 | 2024-12-14T00:33:09.413Z | [ recovery-image] Dec 14 00:33:07.823 INFO O| Dec 14 00:33:07.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6522 | 2024-12-14T00:33:09.416Z | [ recovery-image] Dec 14 00:33:07.823 INFO O| Dec 14 00:33:07.823 INFO STEP 730 (remove_files) COMPLETE |
6523 | 2024-12-14T00:33:09.416Z | [ recovery-image] Dec 14 00:33:07.824 INFO O| Dec 14 00:33:07.824 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6524 | 2024-12-14T00:33:09.432Z | [ recovery-image] Dec 14 00:33:07.843 INFO O| Dec 14 00:33:07.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6525 | 2024-12-14T00:33:09.435Z | [ recovery-image] Dec 14 00:33:07.843 INFO O| Dec 14 00:33:07.843 INFO STEP 731 (remove_files) COMPLETE |
6526 | 2024-12-14T00:33:09.435Z | [ recovery-image] Dec 14 00:33:07.843 INFO O| Dec 14 00:33:07.843 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6527 | 2024-12-14T00:33:09.452Z | [ recovery-image] Dec 14 00:33:07.862 INFO O| Dec 14 00:33:07.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6528 | 2024-12-14T00:33:09.454Z | [ recovery-image] Dec 14 00:33:07.862 INFO O| Dec 14 00:33:07.862 INFO STEP 732 (remove_files) COMPLETE |
6529 | 2024-12-14T00:33:09.454Z | [ recovery-image] Dec 14 00:33:07.862 INFO O| Dec 14 00:33:07.862 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6530 | 2024-12-14T00:33:09.490Z | [ recovery-image] Dec 14 00:33:07.900 INFO O| Dec 14 00:33:07.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6531 | 2024-12-14T00:33:09.490Z | [ recovery-image] Dec 14 00:33:07.901 INFO O| Dec 14 00:33:07.901 INFO STEP 733 (remove_files) COMPLETE |
6532 | 2024-12-14T00:33:09.490Z | [ recovery-image] Dec 14 00:33:07.901 INFO O| Dec 14 00:33:07.901 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6533 | 2024-12-14T00:33:09.510Z | [ recovery-image] Dec 14 00:33:07.920 INFO O| Dec 14 00:33:07.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6534 | 2024-12-14T00:33:09.510Z | [ recovery-image] Dec 14 00:33:07.920 INFO O| Dec 14 00:33:07.920 INFO STEP 734 (remove_files) COMPLETE |
6535 | 2024-12-14T00:33:09.513Z | [ recovery-image] Dec 14 00:33:07.920 INFO O| Dec 14 00:33:07.920 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6536 | 2024-12-14T00:33:09.579Z | [ recovery-image] Dec 14 00:33:07.988 INFO O| Dec 14 00:33:07.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6537 | 2024-12-14T00:33:09.582Z | [ recovery-image] Dec 14 00:33:07.989 INFO O| Dec 14 00:33:07.989 INFO STEP 735 (remove_files) COMPLETE |
6538 | 2024-12-14T00:33:09.582Z | [ recovery-image] Dec 14 00:33:07.989 INFO O| Dec 14 00:33:07.989 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6539 | 2024-12-14T00:33:09.599Z | [ recovery-image] Dec 14 00:33:08.009 INFO O| Dec 14 00:33:08.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6540 | 2024-12-14T00:33:09.603Z | [ recovery-image] Dec 14 00:33:08.009 INFO O| Dec 14 00:33:08.009 INFO STEP 736 (remove_files) COMPLETE |
6541 | 2024-12-14T00:33:09.603Z | [ recovery-image] Dec 14 00:33:08.010 INFO O| Dec 14 00:33:08.010 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6542 | 2024-12-14T00:33:09.641Z | [ recovery-image] Dec 14 00:33:08.049 INFO O| Dec 14 00:33:08.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6543 | 2024-12-14T00:33:09.644Z | [ recovery-image] Dec 14 00:33:08.049 INFO O| Dec 14 00:33:08.049 INFO STEP 737 (remove_files) COMPLETE |
6544 | 2024-12-14T00:33:09.644Z | [ recovery-image] Dec 14 00:33:08.049 INFO O| Dec 14 00:33:08.049 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6545 | 2024-12-14T00:33:09.700Z | [ recovery-image] Dec 14 00:33:08.110 INFO O| Dec 14 00:33:08.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6546 | 2024-12-14T00:33:09.700Z | [ recovery-image] Dec 14 00:33:08.111 INFO O| Dec 14 00:33:08.110 INFO STEP 738 (remove_files) COMPLETE |
6547 | 2024-12-14T00:33:09.703Z | [ recovery-image] Dec 14 00:33:08.111 INFO O| Dec 14 00:33:08.111 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6548 | 2024-12-14T00:33:09.738Z | [ recovery-image] Dec 14 00:33:08.148 INFO O| Dec 14 00:33:08.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6549 | 2024-12-14T00:33:09.738Z | [ recovery-image] Dec 14 00:33:08.148 INFO O| Dec 14 00:33:08.148 INFO STEP 739 (remove_files) COMPLETE |
6550 | 2024-12-14T00:33:09.738Z | [ recovery-image] Dec 14 00:33:08.148 INFO O| Dec 14 00:33:08.148 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6551 | 2024-12-14T00:33:09.759Z | [ recovery-image] Dec 14 00:33:08.169 INFO O| Dec 14 00:33:08.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6552 | 2024-12-14T00:33:09.762Z | [ recovery-image] Dec 14 00:33:08.170 INFO O| Dec 14 00:33:08.170 INFO STEP 740 (remove_files) COMPLETE |
6553 | 2024-12-14T00:33:09.762Z | [ recovery-image] Dec 14 00:33:08.170 INFO O| Dec 14 00:33:08.170 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6554 | 2024-12-14T00:33:09.798Z | [ recovery-image] Dec 14 00:33:08.208 INFO O| Dec 14 00:33:08.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6555 | 2024-12-14T00:33:09.798Z | [ recovery-image] Dec 14 00:33:08.208 INFO O| Dec 14 00:33:08.208 INFO STEP 741 (remove_files) COMPLETE |
6556 | 2024-12-14T00:33:09.799Z | [ recovery-image] Dec 14 00:33:08.208 INFO O| Dec 14 00:33:08.208 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6557 | 2024-12-14T00:33:09.820Z | [ recovery-image] Dec 14 00:33:08.230 INFO O| Dec 14 00:33:08.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6558 | 2024-12-14T00:33:09.822Z | [ recovery-image] Dec 14 00:33:08.230 INFO O| Dec 14 00:33:08.230 INFO STEP 742 (remove_files) COMPLETE |
6559 | 2024-12-14T00:33:09.822Z | [ recovery-image] Dec 14 00:33:08.230 INFO O| Dec 14 00:33:08.230 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6560 | 2024-12-14T00:33:09.839Z | [ recovery-image] Dec 14 00:33:08.250 INFO O| Dec 14 00:33:08.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6561 | 2024-12-14T00:33:09.839Z | [ recovery-image] Dec 14 00:33:08.250 INFO O| Dec 14 00:33:08.250 INFO STEP 743 (remove_files) COMPLETE |
6562 | 2024-12-14T00:33:09.842Z | [ recovery-image] Dec 14 00:33:08.250 INFO O| Dec 14 00:33:08.250 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6563 | 2024-12-14T00:33:09.864Z | [ recovery-image] Dec 14 00:33:08.273 INFO O| Dec 14 00:33:08.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6564 | 2024-12-14T00:33:09.864Z | [ recovery-image] Dec 14 00:33:08.273 INFO O| Dec 14 00:33:08.273 INFO STEP 744 (remove_files) COMPLETE |
6565 | 2024-12-14T00:33:09.864Z | [ recovery-image] Dec 14 00:33:08.273 INFO O| Dec 14 00:33:08.273 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6566 | 2024-12-14T00:33:09.901Z | [ recovery-image] Dec 14 00:33:08.311 INFO O| Dec 14 00:33:08.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6567 | 2024-12-14T00:33:09.901Z | [ recovery-image] Dec 14 00:33:08.311 INFO O| Dec 14 00:33:08.311 INFO STEP 745 (remove_files) COMPLETE |
6568 | 2024-12-14T00:33:09.901Z | [ recovery-image] Dec 14 00:33:08.311 INFO O| Dec 14 00:33:08.311 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6569 | 2024-12-14T00:33:09.921Z | [ recovery-image] Dec 14 00:33:08.331 INFO O| Dec 14 00:33:08.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6570 | 2024-12-14T00:33:09.921Z | [ recovery-image] Dec 14 00:33:08.331 INFO O| Dec 14 00:33:08.331 INFO STEP 746 (remove_files) COMPLETE |
6571 | 2024-12-14T00:33:09.921Z | [ recovery-image] Dec 14 00:33:08.331 INFO O| Dec 14 00:33:08.331 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6572 | 2024-12-14T00:33:09.940Z | [ recovery-image] Dec 14 00:33:08.350 INFO O| Dec 14 00:33:08.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6573 | 2024-12-14T00:33:09.940Z | [ recovery-image] Dec 14 00:33:08.350 INFO O| Dec 14 00:33:08.350 INFO STEP 747 (remove_files) COMPLETE |
6574 | 2024-12-14T00:33:09.940Z | [ recovery-image] Dec 14 00:33:08.350 INFO O| Dec 14 00:33:08.350 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6575 | 2024-12-14T00:33:09.959Z | [ recovery-image] Dec 14 00:33:08.369 INFO O| Dec 14 00:33:08.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6576 | 2024-12-14T00:33:09.959Z | [ recovery-image] Dec 14 00:33:08.369 INFO O| Dec 14 00:33:08.369 INFO STEP 748 (remove_files) COMPLETE |
6577 | 2024-12-14T00:33:09.959Z | [ recovery-image] Dec 14 00:33:08.369 INFO O| Dec 14 00:33:08.369 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6578 | 2024-12-14T00:33:09.979Z | [ recovery-image] Dec 14 00:33:08.389 INFO O| Dec 14 00:33:08.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6579 | 2024-12-14T00:33:09.979Z | [ recovery-image] Dec 14 00:33:08.390 INFO O| Dec 14 00:33:08.389 INFO STEP 749 (remove_files) COMPLETE |
6580 | 2024-12-14T00:33:09.982Z | [ recovery-image] Dec 14 00:33:08.390 INFO O| Dec 14 00:33:08.390 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6581 | 2024-12-14T00:33:09.999Z | [ recovery-image] Dec 14 00:33:08.409 INFO O| Dec 14 00:33:08.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6582 | 2024-12-14T00:33:10.021Z | [ recovery-image] Dec 14 00:33:08.431 INFO O| Dec 14 00:33:08.431 INFO STEP 750 (remove_files) COMPLETE |
6583 | 2024-12-14T00:33:10.022Z | [ recovery-image] Dec 14 00:33:08.431 INFO O| Dec 14 00:33:08.431 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6584 | 2024-12-14T00:33:10.053Z | [ recovery-image] Dec 14 00:33:08.463 INFO O| Dec 14 00:33:08.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6585 | 2024-12-14T00:33:10.053Z | [ recovery-image] Dec 14 00:33:08.463 INFO O| Dec 14 00:33:08.463 INFO STEP 751 (remove_files) COMPLETE |
6586 | 2024-12-14T00:33:10.053Z | [ recovery-image] Dec 14 00:33:08.463 INFO O| Dec 14 00:33:08.463 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6587 | 2024-12-14T00:33:10.081Z | [ recovery-image] Dec 14 00:33:08.491 INFO O| Dec 14 00:33:08.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6588 | 2024-12-14T00:33:10.084Z | [ recovery-image] Dec 14 00:33:08.491 INFO O| Dec 14 00:33:08.491 INFO STEP 752 (remove_files) COMPLETE |
6589 | 2024-12-14T00:33:10.084Z | [ recovery-image] Dec 14 00:33:08.491 INFO O| Dec 14 00:33:08.491 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-12-14T00:33:10.117Z | [ recovery-image] Dec 14 00:33:08.526 INFO O| Dec 14 00:33:08.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6591 | 2024-12-14T00:33:10.117Z | [ recovery-image] Dec 14 00:33:08.526 INFO O| Dec 14 00:33:08.526 INFO STEP 753 (remove_files) COMPLETE |
6592 | 2024-12-14T00:33:10.119Z | [ recovery-image] Dec 14 00:33:08.526 INFO O| Dec 14 00:33:08.526 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-12-14T00:33:10.173Z | [ recovery-image] Dec 14 00:33:08.583 INFO O| Dec 14 00:33:08.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6594 | 2024-12-14T00:33:10.198Z | [ recovery-image] Dec 14 00:33:08.608 INFO O| Dec 14 00:33:08.608 INFO STEP 754 (remove_files) COMPLETE |
6595 | 2024-12-14T00:33:10.198Z | [ recovery-image] Dec 14 00:33:08.608 INFO O| Dec 14 00:33:08.608 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-12-14T00:33:10.233Z | [ recovery-image] Dec 14 00:33:08.643 INFO O| Dec 14 00:33:08.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6597 | 2024-12-14T00:33:10.233Z | [ recovery-image] Dec 14 00:33:08.643 INFO O| Dec 14 00:33:08.643 INFO STEP 755 (remove_files) COMPLETE |
6598 | 2024-12-14T00:33:10.233Z | [ recovery-image] Dec 14 00:33:08.643 INFO O| Dec 14 00:33:08.643 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-12-14T00:33:10.254Z | [ recovery-image] Dec 14 00:33:08.664 INFO O| Dec 14 00:33:08.664 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6600 | 2024-12-14T00:33:10.277Z | [ recovery-image] Dec 14 00:33:08.687 INFO O| Dec 14 00:33:08.687 INFO STEP 756 (remove_files) COMPLETE |
6601 | 2024-12-14T00:33:10.277Z | [ recovery-image] Dec 14 00:33:08.687 INFO O| Dec 14 00:33:08.687 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-12-14T00:33:10.311Z | [ recovery-image] Dec 14 00:33:08.719 INFO O| Dec 14 00:33:08.719 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6603 | 2024-12-14T00:33:10.311Z | [ recovery-image] Dec 14 00:33:08.719 INFO O| Dec 14 00:33:08.719 INFO STEP 757 (remove_files) COMPLETE |
6604 | 2024-12-14T00:33:10.311Z | [ recovery-image] Dec 14 00:33:08.719 INFO O| Dec 14 00:33:08.719 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6605 | 2024-12-14T00:33:10.330Z | [ recovery-image] Dec 14 00:33:08.740 INFO O| Dec 14 00:33:08.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6606 | 2024-12-14T00:33:10.351Z | [ recovery-image] Dec 14 00:33:08.760 INFO O| Dec 14 00:33:08.760 INFO STEP 758 (remove_files) COMPLETE |
6607 | 2024-12-14T00:33:10.351Z | [ recovery-image] Dec 14 00:33:08.760 INFO O| Dec 14 00:33:08.760 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6608 | 2024-12-14T00:33:10.389Z | [ recovery-image] Dec 14 00:33:08.799 INFO O| Dec 14 00:33:08.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6609 | 2024-12-14T00:33:10.392Z | [ recovery-image] Dec 14 00:33:08.799 INFO O| Dec 14 00:33:08.799 INFO STEP 759 (remove_files) COMPLETE |
6610 | 2024-12-14T00:33:10.392Z | [ recovery-image] Dec 14 00:33:08.799 INFO O| Dec 14 00:33:08.799 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6611 | 2024-12-14T00:33:10.407Z | [ recovery-image] Dec 14 00:33:08.817 INFO O| Dec 14 00:33:08.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6612 | 2024-12-14T00:33:10.410Z | [ recovery-image] Dec 14 00:33:08.818 INFO O| Dec 14 00:33:08.818 INFO STEP 760 (remove_files) COMPLETE |
6613 | 2024-12-14T00:33:10.410Z | [ recovery-image] Dec 14 00:33:08.818 INFO O| Dec 14 00:33:08.818 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6614 | 2024-12-14T00:33:10.443Z | [ recovery-image] Dec 14 00:33:08.853 INFO O| Dec 14 00:33:08.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6615 | 2024-12-14T00:33:10.443Z | [ recovery-image] Dec 14 00:33:08.853 INFO O| Dec 14 00:33:08.853 INFO STEP 761 (remove_files) COMPLETE |
6616 | 2024-12-14T00:33:10.443Z | [ recovery-image] Dec 14 00:33:08.853 INFO O| Dec 14 00:33:08.853 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6617 | 2024-12-14T00:33:10.472Z | [ recovery-image] Dec 14 00:33:08.882 INFO O| Dec 14 00:33:08.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6618 | 2024-12-14T00:33:10.472Z | [ recovery-image] Dec 14 00:33:08.882 INFO O| Dec 14 00:33:08.882 INFO STEP 762 (remove_files) COMPLETE |
6619 | 2024-12-14T00:33:10.475Z | [ recovery-image] Dec 14 00:33:08.882 INFO O| Dec 14 00:33:08.882 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6620 | 2024-12-14T00:33:10.495Z | [ recovery-image] Dec 14 00:33:08.904 INFO O| Dec 14 00:33:08.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6621 | 2024-12-14T00:33:10.495Z | [ recovery-image] Dec 14 00:33:08.904 INFO O| Dec 14 00:33:08.904 INFO STEP 763 (remove_files) COMPLETE |
6622 | 2024-12-14T00:33:10.495Z | [ recovery-image] Dec 14 00:33:08.905 INFO O| Dec 14 00:33:08.904 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6623 | 2024-12-14T00:33:10.514Z | [ recovery-image] Dec 14 00:33:08.925 INFO O| Dec 14 00:33:08.924 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6624 | 2024-12-14T00:33:10.514Z | [ recovery-image] Dec 14 00:33:08.925 INFO O| Dec 14 00:33:08.925 INFO STEP 764 (remove_files) COMPLETE |
6625 | 2024-12-14T00:33:10.514Z | [ recovery-image] Dec 14 00:33:08.925 INFO O| Dec 14 00:33:08.925 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6626 | 2024-12-14T00:33:10.547Z | [ recovery-image] Dec 14 00:33:08.957 INFO O| Dec 14 00:33:08.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6627 | 2024-12-14T00:33:10.550Z | [ recovery-image] Dec 14 00:33:08.957 INFO O| Dec 14 00:33:08.957 INFO STEP 765 (remove_files) COMPLETE |
6628 | 2024-12-14T00:33:10.550Z | [ recovery-image] Dec 14 00:33:08.958 INFO O| Dec 14 00:33:08.957 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6629 | 2024-12-14T00:33:10.571Z | [ recovery-image] Dec 14 00:33:08.980 INFO O| Dec 14 00:33:08.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6630 | 2024-12-14T00:33:10.575Z | [ recovery-image] Dec 14 00:33:08.980 INFO O| Dec 14 00:33:08.980 INFO STEP 766 (remove_files) COMPLETE |
6631 | 2024-12-14T00:33:10.576Z | [ recovery-image] Dec 14 00:33:08.980 INFO O| Dec 14 00:33:08.980 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-12-14T00:33:10.605Z | [ recovery-image] Dec 14 00:33:09.015 INFO O| Dec 14 00:33:09.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6633 | 2024-12-14T00:33:10.608Z | [ recovery-image] Dec 14 00:33:09.015 INFO O| Dec 14 00:33:09.015 INFO STEP 767 (remove_files) COMPLETE |
6634 | 2024-12-14T00:33:10.608Z | [ recovery-image] Dec 14 00:33:09.016 INFO O| Dec 14 00:33:09.015 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-12-14T00:33:10.627Z | [ recovery-image] Dec 14 00:33:09.037 INFO O| Dec 14 00:33:09.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6636 | 2024-12-14T00:33:10.630Z | [ recovery-image] Dec 14 00:33:09.037 INFO O| Dec 14 00:33:09.037 INFO STEP 768 (remove_files) COMPLETE |
6637 | 2024-12-14T00:33:10.630Z | [ recovery-image] Dec 14 00:33:09.037 INFO O| Dec 14 00:33:09.037 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6638 | 2024-12-14T00:33:10.647Z | [ recovery-image] Dec 14 00:33:09.057 INFO O| Dec 14 00:33:09.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6639 | 2024-12-14T00:33:10.647Z | [ recovery-image] Dec 14 00:33:09.057 INFO O| Dec 14 00:33:09.057 INFO STEP 769 (remove_files) COMPLETE |
6640 | 2024-12-14T00:33:10.647Z | [ recovery-image] Dec 14 00:33:09.057 INFO O| Dec 14 00:33:09.057 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6641 | 2024-12-14T00:33:10.667Z | [ recovery-image] Dec 14 00:33:09.077 INFO O| Dec 14 00:33:09.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6642 | 2024-12-14T00:33:10.667Z | [ recovery-image] Dec 14 00:33:09.077 INFO O| Dec 14 00:33:09.077 INFO STEP 770 (remove_files) COMPLETE |
6643 | 2024-12-14T00:33:10.669Z | [ recovery-image] Dec 14 00:33:09.077 INFO O| Dec 14 00:33:09.077 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6644 | 2024-12-14T00:33:10.688Z | [ recovery-image] Dec 14 00:33:09.097 INFO O| Dec 14 00:33:09.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6645 | 2024-12-14T00:33:10.688Z | [ recovery-image] Dec 14 00:33:09.097 INFO O| Dec 14 00:33:09.097 INFO STEP 771 (remove_files) COMPLETE |
6646 | 2024-12-14T00:33:10.691Z | [ recovery-image] Dec 14 00:33:09.097 INFO O| Dec 14 00:33:09.097 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6647 | 2024-12-14T00:33:10.708Z | [ recovery-image] Dec 14 00:33:09.118 INFO O| Dec 14 00:33:09.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6648 | 2024-12-14T00:33:10.708Z | [ recovery-image] Dec 14 00:33:09.118 INFO O| Dec 14 00:33:09.118 INFO STEP 772 (remove_files) COMPLETE |
6649 | 2024-12-14T00:33:10.708Z | [ recovery-image] Dec 14 00:33:09.118 INFO O| Dec 14 00:33:09.118 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6650 | 2024-12-14T00:33:10.737Z | [ recovery-image] Dec 14 00:33:09.147 INFO O| Dec 14 00:33:09.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6651 | 2024-12-14T00:33:10.738Z | [ recovery-image] Dec 14 00:33:09.147 INFO O| Dec 14 00:33:09.147 INFO STEP 773 (remove_files) COMPLETE |
6652 | 2024-12-14T00:33:10.740Z | [ recovery-image] Dec 14 00:33:09.147 INFO O| Dec 14 00:33:09.147 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6653 | 2024-12-14T00:33:10.780Z | [ recovery-image] Dec 14 00:33:09.190 INFO O| Dec 14 00:33:09.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6654 | 2024-12-14T00:33:10.780Z | [ recovery-image] Dec 14 00:33:09.190 INFO O| Dec 14 00:33:09.190 INFO STEP 774 (remove_files) COMPLETE |
6655 | 2024-12-14T00:33:10.780Z | [ recovery-image] Dec 14 00:33:09.190 INFO O| Dec 14 00:33:09.190 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6656 | 2024-12-14T00:33:10.818Z | [ recovery-image] Dec 14 00:33:09.226 INFO O| Dec 14 00:33:09.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6657 | 2024-12-14T00:33:10.818Z | [ recovery-image] Dec 14 00:33:09.226 INFO O| Dec 14 00:33:09.226 INFO STEP 775 (remove_files) COMPLETE |
6658 | 2024-12-14T00:33:10.818Z | [ recovery-image] Dec 14 00:33:09.226 INFO O| Dec 14 00:33:09.226 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6659 | 2024-12-14T00:33:10.836Z | [ recovery-image] Dec 14 00:33:09.246 INFO O| Dec 14 00:33:09.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6660 | 2024-12-14T00:33:10.836Z | [ recovery-image] Dec 14 00:33:09.246 INFO O| Dec 14 00:33:09.246 INFO STEP 776 (remove_files) COMPLETE |
6661 | 2024-12-14T00:33:10.836Z | [ recovery-image] Dec 14 00:33:09.246 INFO O| Dec 14 00:33:09.246 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6662 | 2024-12-14T00:33:10.856Z | [ recovery-image] Dec 14 00:33:09.266 INFO O| Dec 14 00:33:09.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6663 | 2024-12-14T00:33:10.857Z | [ recovery-image] Dec 14 00:33:09.266 INFO O| Dec 14 00:33:09.266 INFO STEP 777 (remove_files) COMPLETE |
6664 | 2024-12-14T00:33:10.860Z | [ recovery-image] Dec 14 00:33:09.266 INFO O| Dec 14 00:33:09.266 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6665 | 2024-12-14T00:33:10.877Z | [ recovery-image] Dec 14 00:33:09.287 INFO O| Dec 14 00:33:09.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6666 | 2024-12-14T00:33:10.877Z | [ recovery-image] Dec 14 00:33:09.287 INFO O| Dec 14 00:33:09.287 INFO STEP 778 (remove_files) COMPLETE |
6667 | 2024-12-14T00:33:10.877Z | [ recovery-image] Dec 14 00:33:09.287 INFO O| Dec 14 00:33:09.287 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6668 | 2024-12-14T00:33:10.899Z | [ recovery-image] Dec 14 00:33:09.308 INFO O| Dec 14 00:33:09.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6669 | 2024-12-14T00:33:10.899Z | [ recovery-image] Dec 14 00:33:09.308 INFO O| Dec 14 00:33:09.308 INFO STEP 779 (remove_files) COMPLETE |
6670 | 2024-12-14T00:33:10.899Z | [ recovery-image] Dec 14 00:33:09.308 INFO O| Dec 14 00:33:09.308 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6671 | 2024-12-14T00:33:10.918Z | [ recovery-image] Dec 14 00:33:09.327 INFO O| Dec 14 00:33:09.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6672 | 2024-12-14T00:33:10.918Z | [ recovery-image] Dec 14 00:33:09.327 INFO O| Dec 14 00:33:09.327 INFO STEP 780 (remove_files) COMPLETE |
6673 | 2024-12-14T00:33:10.918Z | [ recovery-image] Dec 14 00:33:09.327 INFO O| Dec 14 00:33:09.327 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6674 | 2024-12-14T00:33:10.937Z | [ recovery-image] Dec 14 00:33:09.347 INFO O| Dec 14 00:33:09.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6675 | 2024-12-14T00:33:10.937Z | [ recovery-image] Dec 14 00:33:09.347 INFO O| Dec 14 00:33:09.347 INFO STEP 781 (remove_files) COMPLETE |
6676 | 2024-12-14T00:33:10.940Z | [ recovery-image] Dec 14 00:33:09.347 INFO O| Dec 14 00:33:09.347 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6677 | 2024-12-14T00:33:10.954Z | [ recovery-image] Dec 14 00:33:09.364 INFO O| Dec 14 00:33:09.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6678 | 2024-12-14T00:33:10.955Z | [ recovery-image] Dec 14 00:33:09.365 INFO O| Dec 14 00:33:09.364 INFO STEP 782 (remove_files) COMPLETE |
6679 | 2024-12-14T00:33:10.955Z | [ recovery-image] Dec 14 00:33:09.365 INFO O| Dec 14 00:33:09.365 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6680 | 2024-12-14T00:33:11.097Z | [ recovery-image] Dec 14 00:33:09.507 INFO O| Dec 14 00:33:09.507 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6681 | 2024-12-14T00:33:11.097Z | [ recovery-image] Dec 14 00:33:09.507 INFO O| Dec 14 00:33:09.507 INFO STEP 783 (remove_files) COMPLETE |
6682 | 2024-12-14T00:33:11.100Z | [ recovery-image] Dec 14 00:33:09.507 INFO O| Dec 14 00:33:09.507 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6683 | 2024-12-14T00:33:11.141Z | [ recovery-image] Dec 14 00:33:09.551 INFO O| Dec 14 00:33:09.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6684 | 2024-12-14T00:33:11.144Z | [ recovery-image] Dec 14 00:33:09.551 INFO O| Dec 14 00:33:09.551 INFO STEP 784 (remove_files) COMPLETE |
6685 | 2024-12-14T00:33:11.144Z | [ recovery-image] Dec 14 00:33:09.551 INFO O| Dec 14 00:33:09.551 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6686 | 2024-12-14T00:33:11.155Z | [ host-image] Dec 14 00:33:09.565 INFO O| Dec 14 00:33:09.565 INFO O| Done |
6687 | 2024-12-14T00:33:12.206Z | [ recovery-image] Dec 14 00:33:09.573 INFO O| Dec 14 00:33:09.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6688 | 2024-12-14T00:33:12.221Z | [ recovery-image] Dec 14 00:33:09.573 INFO O| Dec 14 00:33:09.573 INFO STEP 785 (remove_files) COMPLETE |
6689 | 2024-12-14T00:33:12.221Z | [ recovery-image] Dec 14 00:33:09.573 INFO O| Dec 14 00:33:09.573 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-12-14T00:33:12.221Z | [ recovery-image] Dec 14 00:33:09.596 INFO O| Dec 14 00:33:09.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6691 | 2024-12-14T00:33:12.221Z | [ recovery-image] Dec 14 00:33:09.596 INFO O| Dec 14 00:33:09.596 INFO STEP 786 (remove_files) COMPLETE |
6692 | 2024-12-14T00:33:12.221Z | [ recovery-image] Dec 14 00:33:09.596 INFO O| Dec 14 00:33:09.596 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-12-14T00:33:12.221Z | [ host-image] Dec 14 00:33:09.611 INFO O| Dec 14 00:33:09.611 INFO O| Done |
6694 | 2024-12-14T00:33:12.221Z | [ host-image] Dec 14 00:33:09.611 INFO O| Dec 14 00:33:09.611 INFO O| Done |
6695 | 2024-12-14T00:33:12.221Z | [ recovery-image] Dec 14 00:33:09.617 INFO O| Dec 14 00:33:09.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6696 | 2024-12-14T00:33:12.221Z | [ recovery-image] Dec 14 00:33:09.617 INFO O| Dec 14 00:33:09.617 INFO STEP 787 (remove_files) COMPLETE |
6697 | 2024-12-14T00:33:12.221Z | [ recovery-image] Dec 14 00:33:09.617 INFO O| Dec 14 00:33:09.617 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6698 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.637 INFO O| Dec 14 00:33:09.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6699 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.638 INFO O| Dec 14 00:33:09.638 INFO STEP 788 (remove_files) COMPLETE |
6700 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.638 INFO O| Dec 14 00:33:09.638 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6701 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.657 INFO O| Dec 14 00:33:09.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6702 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.657 INFO O| Dec 14 00:33:09.657 INFO STEP 789 (remove_files) COMPLETE |
6703 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.658 INFO O| Dec 14 00:33:09.658 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6704 | 2024-12-14T00:33:12.223Z | [ host-image] Dec 14 00:33:09.697 INFO O| Dec 14 00:33:09.697 INFO O| Done |
6705 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.701 INFO O| Dec 14 00:33:09.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6706 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.701 INFO O| Dec 14 00:33:09.701 INFO STEP 790 (remove_files) COMPLETE |
6707 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.701 INFO O| Dec 14 00:33:09.701 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.736 INFO O| Dec 14 00:33:09.736 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6709 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.737 INFO O| Dec 14 00:33:09.736 INFO STEP 791 (remove_files) COMPLETE |
6710 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.737 INFO O| Dec 14 00:33:09.737 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.757 INFO O| Dec 14 00:33:09.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6712 | 2024-12-14T00:33:12.223Z | [ recovery-image] Dec 14 00:33:09.757 INFO O| Dec 14 00:33:09.757 INFO STEP 792 (remove_files) COMPLETE |
6713 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.758 INFO O| Dec 14 00:33:09.758 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.832 INFO O| Dec 14 00:33:09.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6715 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.832 INFO O| Dec 14 00:33:09.832 INFO STEP 793 (remove_files) COMPLETE |
6716 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.832 INFO O| Dec 14 00:33:09.832 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.869 INFO O| Dec 14 00:33:09.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6718 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.870 INFO O| Dec 14 00:33:09.869 INFO STEP 794 (remove_files) COMPLETE |
6719 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.870 INFO O| Dec 14 00:33:09.870 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-12-14T00:33:12.224Z | [ host-image] Dec 14 00:33:09.876 INFO O| Dec 14 00:33:09.876 INFO STEP 13 (pkg_install) COMPLETE |
6721 | 2024-12-14T00:33:12.224Z | [ host-image] Dec 14 00:33:09.876 INFO O| Dec 14 00:33:09.876 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6722 | 2024-12-14T00:33:12.224Z | [ host-image] Dec 14 00:33:09.893 INFO O| Dec 14 00:33:09.893 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.34.311"] |
6723 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.959 INFO O| Dec 14 00:33:09.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6724 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.959 INFO O| Dec 14 00:33:09.959 INFO STEP 795 (remove_files) COMPLETE |
6725 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.960 INFO O| Dec 14 00:33:09.959 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.979 INFO O| Dec 14 00:33:09.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6727 | 2024-12-14T00:33:12.224Z | [ recovery-image] Dec 14 00:33:09.979 INFO O| Dec 14 00:33:09.979 INFO STEP 796 (remove_files) COMPLETE |
6728 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:09.980 INFO O| Dec 14 00:33:09.979 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.046 INFO O| Dec 14 00:33:10.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6730 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.046 INFO O| Dec 14 00:33:10.046 INFO STEP 797 (remove_files) COMPLETE |
6731 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.046 INFO O| Dec 14 00:33:10.046 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.065 INFO O| Dec 14 00:33:10.065 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6733 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.066 INFO O| Dec 14 00:33:10.065 INFO STEP 798 (remove_files) COMPLETE |
6734 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.066 INFO O| Dec 14 00:33:10.066 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.085 INFO O| Dec 14 00:33:10.084 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6736 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.085 INFO O| Dec 14 00:33:10.085 INFO STEP 799 (remove_files) COMPLETE |
6737 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.085 INFO O| Dec 14 00:33:10.085 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.129 INFO O| Dec 14 00:33:10.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6739 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.129 INFO O| Dec 14 00:33:10.129 INFO STEP 800 (remove_files) COMPLETE |
6740 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.129 INFO O| Dec 14 00:33:10.129 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.147 INFO O| Dec 14 00:33:10.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6742 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.148 INFO O| Dec 14 00:33:10.147 INFO STEP 801 (remove_files) COMPLETE |
6743 | 2024-12-14T00:33:12.225Z | [ recovery-image] Dec 14 00:33:10.148 INFO O| Dec 14 00:33:10.147 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.165 INFO O| Dec 14 00:33:10.165 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6745 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.165 INFO O| Dec 14 00:33:10.165 INFO STEP 802 (remove_files) COMPLETE |
6746 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.165 INFO O| Dec 14 00:33:10.165 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.213 INFO O| Dec 14 00:33:10.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6748 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.213 INFO O| Dec 14 00:33:10.213 INFO STEP 803 (remove_files) COMPLETE |
6749 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.214 INFO O| Dec 14 00:33:10.213 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.309 INFO O| Dec 14 00:33:10.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6751 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.309 INFO O| Dec 14 00:33:10.309 INFO STEP 804 (remove_files) COMPLETE |
6752 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.309 INFO O| Dec 14 00:33:10.309 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.364 INFO O| Dec 14 00:33:10.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6754 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.364 INFO O| Dec 14 00:33:10.364 INFO STEP 805 (remove_files) COMPLETE |
6755 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.364 INFO O| Dec 14 00:33:10.364 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.383 INFO O| Dec 14 00:33:10.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6757 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.383 INFO O| Dec 14 00:33:10.383 INFO STEP 806 (remove_files) COMPLETE |
6758 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.383 INFO O| Dec 14 00:33:10.383 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.403 INFO O| Dec 14 00:33:10.403 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6760 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.403 INFO O| Dec 14 00:33:10.403 INFO STEP 807 (remove_files) COMPLETE |
6761 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.403 INFO O| Dec 14 00:33:10.403 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.464 INFO O| Dec 14 00:33:10.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6763 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.464 INFO O| Dec 14 00:33:10.464 INFO STEP 808 (remove_files) COMPLETE |
6764 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.464 INFO O| Dec 14 00:33:10.464 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.492 INFO O| Dec 14 00:33:10.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6766 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.492 INFO O| Dec 14 00:33:10.492 INFO STEP 809 (remove_files) COMPLETE |
6767 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.492 INFO O| Dec 14 00:33:10.492 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.536 INFO O| Dec 14 00:33:10.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6769 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.536 INFO O| Dec 14 00:33:10.536 INFO STEP 810 (remove_files) COMPLETE |
6770 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.536 INFO O| Dec 14 00:33:10.536 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.558 INFO O| Dec 14 00:33:10.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6772 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.558 INFO O| Dec 14 00:33:10.558 INFO STEP 811 (remove_files) COMPLETE |
6773 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.558 INFO O| Dec 14 00:33:10.558 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.616 INFO O| Dec 14 00:33:10.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6775 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.616 INFO O| Dec 14 00:33:10.616 INFO STEP 812 (remove_files) COMPLETE |
6776 | 2024-12-14T00:33:12.226Z | [ recovery-image] Dec 14 00:33:10.616 INFO O| Dec 14 00:33:10.616 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-12-14T00:33:12.231Z | [ recovery-image] Dec 14 00:33:10.639 INFO O| Dec 14 00:33:10.639 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6778 | 2024-12-14T00:33:12.233Z | [ recovery-image] Dec 14 00:33:10.640 INFO O| Dec 14 00:33:10.639 INFO STEP 813 (remove_files) COMPLETE |
6779 | 2024-12-14T00:33:12.233Z | [ recovery-image] Dec 14 00:33:10.640 INFO O| Dec 14 00:33:10.640 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-12-14T00:33:12.251Z | [ recovery-image] Dec 14 00:33:10.661 INFO O| Dec 14 00:33:10.660 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6781 | 2024-12-14T00:33:12.251Z | [ recovery-image] Dec 14 00:33:10.661 INFO O| Dec 14 00:33:10.661 INFO STEP 814 (remove_files) COMPLETE |
6782 | 2024-12-14T00:33:12.251Z | [ recovery-image] Dec 14 00:33:10.661 INFO O| Dec 14 00:33:10.661 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-12-14T00:33:12.271Z | [ recovery-image] Dec 14 00:33:10.681 INFO O| Dec 14 00:33:10.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6784 | 2024-12-14T00:33:12.271Z | [ recovery-image] Dec 14 00:33:10.681 INFO O| Dec 14 00:33:10.681 INFO STEP 815 (remove_files) COMPLETE |
6785 | 2024-12-14T00:33:12.274Z | [ recovery-image] Dec 14 00:33:10.681 INFO O| Dec 14 00:33:10.681 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-12-14T00:33:12.292Z | [ recovery-image] Dec 14 00:33:10.702 INFO O| Dec 14 00:33:10.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6787 | 2024-12-14T00:33:12.292Z | [ recovery-image] Dec 14 00:33:10.702 INFO O| Dec 14 00:33:10.702 INFO STEP 816 (remove_files) COMPLETE |
6788 | 2024-12-14T00:33:12.295Z | [ recovery-image] Dec 14 00:33:10.702 INFO O| Dec 14 00:33:10.702 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-12-14T00:33:12.313Z | [ recovery-image] Dec 14 00:33:10.723 INFO O| Dec 14 00:33:10.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6790 | 2024-12-14T00:33:12.314Z | [ recovery-image] Dec 14 00:33:10.723 INFO O| Dec 14 00:33:10.723 INFO STEP 817 (remove_files) COMPLETE |
6791 | 2024-12-14T00:33:12.314Z | [ recovery-image] Dec 14 00:33:10.723 INFO O| Dec 14 00:33:10.723 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-12-14T00:33:12.350Z | [ recovery-image] Dec 14 00:33:10.760 INFO O| Dec 14 00:33:10.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6793 | 2024-12-14T00:33:12.350Z | [ recovery-image] Dec 14 00:33:10.760 INFO O| Dec 14 00:33:10.760 INFO STEP 818 (remove_files) COMPLETE |
6794 | 2024-12-14T00:33:12.350Z | [ recovery-image] Dec 14 00:33:10.760 INFO O| Dec 14 00:33:10.760 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-12-14T00:33:12.393Z | [ recovery-image] Dec 14 00:33:10.802 INFO O| Dec 14 00:33:10.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6796 | 2024-12-14T00:33:12.393Z | [ recovery-image] Dec 14 00:33:10.802 INFO O| Dec 14 00:33:10.802 INFO STEP 819 (remove_files) COMPLETE |
6797 | 2024-12-14T00:33:12.393Z | [ recovery-image] Dec 14 00:33:10.802 INFO O| Dec 14 00:33:10.802 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-12-14T00:33:12.415Z | [ recovery-image] Dec 14 00:33:10.824 INFO O| Dec 14 00:33:10.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6799 | 2024-12-14T00:33:12.415Z | [ recovery-image] Dec 14 00:33:10.824 INFO O| Dec 14 00:33:10.824 INFO STEP 820 (remove_files) COMPLETE |
6800 | 2024-12-14T00:33:12.417Z | [ recovery-image] Dec 14 00:33:10.825 INFO O| Dec 14 00:33:10.824 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-12-14T00:33:12.454Z | [ recovery-image] Dec 14 00:33:10.863 INFO O| Dec 14 00:33:10.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6802 | 2024-12-14T00:33:12.457Z | [ recovery-image] Dec 14 00:33:10.863 INFO O| Dec 14 00:33:10.863 INFO STEP 821 (remove_files) COMPLETE |
6803 | 2024-12-14T00:33:12.457Z | [ recovery-image] Dec 14 00:33:10.863 INFO O| Dec 14 00:33:10.863 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-12-14T00:33:12.508Z | [ host-image] Dec 14 00:33:10.917 INFO O| Dec 14 00:33:10.917 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6805 | 2024-12-14T00:33:12.516Z | [ recovery-image] Dec 14 00:33:10.925 INFO O| Dec 14 00:33:10.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6806 | 2024-12-14T00:33:12.536Z | [ recovery-image] Dec 14 00:33:10.946 INFO O| Dec 14 00:33:10.946 INFO STEP 822 (remove_files) COMPLETE |
6807 | 2024-12-14T00:33:12.536Z | [ recovery-image] Dec 14 00:33:10.946 INFO O| Dec 14 00:33:10.946 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-12-14T00:33:12.557Z | [ recovery-image] Dec 14 00:33:10.967 INFO O| Dec 14 00:33:10.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6809 | 2024-12-14T00:33:12.557Z | [ recovery-image] Dec 14 00:33:10.967 INFO O| Dec 14 00:33:10.967 INFO STEP 823 (remove_files) COMPLETE |
6810 | 2024-12-14T00:33:12.557Z | [ recovery-image] Dec 14 00:33:10.967 INFO O| Dec 14 00:33:10.967 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6811 | 2024-12-14T00:33:12.578Z | [ recovery-image] Dec 14 00:33:10.987 INFO O| Dec 14 00:33:10.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6812 | 2024-12-14T00:33:12.578Z | [ recovery-image] Dec 14 00:33:10.987 INFO O| Dec 14 00:33:10.987 INFO STEP 824 (remove_files) COMPLETE |
6813 | 2024-12-14T00:33:12.578Z | [ recovery-image] Dec 14 00:33:10.987 INFO O| Dec 14 00:33:10.987 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6814 | 2024-12-14T00:33:12.611Z | [ recovery-image] Dec 14 00:33:11.008 INFO O| Dec 14 00:33:11.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6815 | 2024-12-14T00:33:12.611Z | [ recovery-image] Dec 14 00:33:11.009 INFO O| Dec 14 00:33:11.008 INFO STEP 825 (remove_files) COMPLETE |
6816 | 2024-12-14T00:33:12.611Z | [ recovery-image] Dec 14 00:33:11.009 INFO O| Dec 14 00:33:11.009 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6817 | 2024-12-14T00:33:12.620Z | [ recovery-image] Dec 14 00:33:11.030 INFO O| Dec 14 00:33:11.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6818 | 2024-12-14T00:33:12.620Z | [ recovery-image] Dec 14 00:33:11.030 INFO O| Dec 14 00:33:11.030 INFO STEP 826 (remove_files) COMPLETE |
6819 | 2024-12-14T00:33:12.622Z | [ recovery-image] Dec 14 00:33:11.030 INFO O| Dec 14 00:33:11.030 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6820 | 2024-12-14T00:33:12.640Z | [ recovery-image] Dec 14 00:33:11.050 INFO O| Dec 14 00:33:11.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6821 | 2024-12-14T00:33:12.641Z | [ recovery-image] Dec 14 00:33:11.050 INFO O| Dec 14 00:33:11.050 INFO STEP 827 (remove_files) COMPLETE |
6822 | 2024-12-14T00:33:12.641Z | [ recovery-image] Dec 14 00:33:11.050 INFO O| Dec 14 00:33:11.050 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6823 | 2024-12-14T00:33:12.662Z | [ recovery-image] Dec 14 00:33:11.072 INFO O| Dec 14 00:33:11.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6824 | 2024-12-14T00:33:12.662Z | [ recovery-image] Dec 14 00:33:11.072 INFO O| Dec 14 00:33:11.072 INFO STEP 828 (remove_files) COMPLETE |
6825 | 2024-12-14T00:33:12.662Z | [ recovery-image] Dec 14 00:33:11.072 INFO O| Dec 14 00:33:11.072 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6826 | 2024-12-14T00:33:12.686Z | [ recovery-image] Dec 14 00:33:11.095 INFO O| Dec 14 00:33:11.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6827 | 2024-12-14T00:33:12.689Z | [ recovery-image] Dec 14 00:33:11.095 INFO O| Dec 14 00:33:11.095 INFO STEP 829 (remove_files) COMPLETE |
6828 | 2024-12-14T00:33:12.689Z | [ recovery-image] Dec 14 00:33:11.096 INFO O| Dec 14 00:33:11.095 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6829 | 2024-12-14T00:33:12.705Z | [ recovery-image] Dec 14 00:33:11.114 INFO O| Dec 14 00:33:11.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6830 | 2024-12-14T00:33:12.705Z | [ recovery-image] Dec 14 00:33:11.115 INFO O| Dec 14 00:33:11.114 INFO STEP 830 (remove_files) COMPLETE |
6831 | 2024-12-14T00:33:12.705Z | [ recovery-image] Dec 14 00:33:11.115 INFO O| Dec 14 00:33:11.115 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6832 | 2024-12-14T00:33:12.727Z | [ recovery-image] Dec 14 00:33:11.137 INFO O| Dec 14 00:33:11.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6833 | 2024-12-14T00:33:12.727Z | [ recovery-image] Dec 14 00:33:11.137 INFO O| Dec 14 00:33:11.137 INFO STEP 831 (remove_files) COMPLETE |
6834 | 2024-12-14T00:33:12.727Z | [ recovery-image] Dec 14 00:33:11.137 INFO O| Dec 14 00:33:11.137 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6835 | 2024-12-14T00:33:12.749Z | [ recovery-image] Dec 14 00:33:11.158 INFO O| Dec 14 00:33:11.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6836 | 2024-12-14T00:33:12.749Z | [ recovery-image] Dec 14 00:33:11.158 INFO O| Dec 14 00:33:11.158 INFO STEP 832 (remove_files) COMPLETE |
6837 | 2024-12-14T00:33:12.749Z | [ recovery-image] Dec 14 00:33:11.158 INFO O| Dec 14 00:33:11.158 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6838 | 2024-12-14T00:33:12.809Z | [ recovery-image] Dec 14 00:33:11.218 INFO O| Dec 14 00:33:11.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6839 | 2024-12-14T00:33:12.809Z | [ recovery-image] Dec 14 00:33:11.218 INFO O| Dec 14 00:33:11.218 INFO STEP 833 (remove_files) COMPLETE |
6840 | 2024-12-14T00:33:12.812Z | [ recovery-image] Dec 14 00:33:11.218 INFO O| Dec 14 00:33:11.218 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6841 | 2024-12-14T00:33:12.917Z | [ recovery-image] Dec 14 00:33:11.326 INFO O| Dec 14 00:33:11.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6842 | 2024-12-14T00:33:12.917Z | [ recovery-image] Dec 14 00:33:11.326 INFO O| Dec 14 00:33:11.326 INFO STEP 834 (remove_files) COMPLETE |
6843 | 2024-12-14T00:33:12.920Z | [ recovery-image] Dec 14 00:33:11.326 INFO O| Dec 14 00:33:11.326 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6844 | 2024-12-14T00:33:13.052Z | [ recovery-image] Dec 14 00:33:11.462 INFO O| Dec 14 00:33:11.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6845 | 2024-12-14T00:33:13.053Z | [ recovery-image] Dec 14 00:33:11.462 INFO O| Dec 14 00:33:11.462 INFO STEP 835 (remove_files) COMPLETE |
6846 | 2024-12-14T00:33:13.056Z | [ recovery-image] Dec 14 00:33:11.462 INFO O| Dec 14 00:33:11.462 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6847 | 2024-12-14T00:33:13.109Z | [ recovery-image] Dec 14 00:33:11.519 INFO O| Dec 14 00:33:11.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6848 | 2024-12-14T00:33:13.109Z | [ recovery-image] Dec 14 00:33:11.519 INFO O| Dec 14 00:33:11.519 INFO STEP 836 (remove_files) COMPLETE |
6849 | 2024-12-14T00:33:13.110Z | [ recovery-image] Dec 14 00:33:11.519 INFO O| Dec 14 00:33:11.519 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-12-14T00:33:13.172Z | [ recovery-image] Dec 14 00:33:11.581 INFO O| Dec 14 00:33:11.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6851 | 2024-12-14T00:33:13.172Z | [ recovery-image] Dec 14 00:33:11.581 INFO O| Dec 14 00:33:11.581 INFO STEP 837 (remove_files) COMPLETE |
6852 | 2024-12-14T00:33:13.172Z | [ recovery-image] Dec 14 00:33:11.581 INFO O| Dec 14 00:33:11.581 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-12-14T00:33:13.192Z | [ recovery-image] Dec 14 00:33:11.601 INFO O| Dec 14 00:33:11.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6854 | 2024-12-14T00:33:13.193Z | [ recovery-image] Dec 14 00:33:11.601 INFO O| Dec 14 00:33:11.601 INFO STEP 838 (remove_files) COMPLETE |
6855 | 2024-12-14T00:33:13.195Z | [ recovery-image] Dec 14 00:33:11.601 INFO O| Dec 14 00:33:11.601 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6856 | 2024-12-14T00:33:13.214Z | [ recovery-image] Dec 14 00:33:11.621 INFO O| Dec 14 00:33:11.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6857 | 2024-12-14T00:33:13.214Z | [ recovery-image] Dec 14 00:33:11.622 INFO O| Dec 14 00:33:11.622 INFO STEP 839 (remove_files) COMPLETE |
6858 | 2024-12-14T00:33:13.217Z | [ recovery-image] Dec 14 00:33:11.622 INFO O| Dec 14 00:33:11.622 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6859 | 2024-12-14T00:33:13.233Z | [ recovery-image] Dec 14 00:33:11.642 INFO O| Dec 14 00:33:11.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6860 | 2024-12-14T00:33:13.233Z | [ recovery-image] Dec 14 00:33:11.642 INFO O| Dec 14 00:33:11.642 INFO STEP 840 (remove_files) COMPLETE |
6861 | 2024-12-14T00:33:13.233Z | [ recovery-image] Dec 14 00:33:11.642 INFO O| Dec 14 00:33:11.642 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6862 | 2024-12-14T00:33:13.253Z | [ recovery-image] Dec 14 00:33:11.662 INFO O| Dec 14 00:33:11.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6863 | 2024-12-14T00:33:13.253Z | [ recovery-image] Dec 14 00:33:11.663 INFO O| Dec 14 00:33:11.662 INFO STEP 841 (remove_files) COMPLETE |
6864 | 2024-12-14T00:33:13.256Z | [ recovery-image] Dec 14 00:33:11.663 INFO O| Dec 14 00:33:11.663 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6865 | 2024-12-14T00:33:13.274Z | [ recovery-image] Dec 14 00:33:11.684 INFO O| Dec 14 00:33:11.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6866 | 2024-12-14T00:33:13.274Z | [ recovery-image] Dec 14 00:33:11.684 INFO O| Dec 14 00:33:11.684 INFO STEP 842 (remove_files) COMPLETE |
6867 | 2024-12-14T00:33:13.274Z | [ recovery-image] Dec 14 00:33:11.684 INFO O| Dec 14 00:33:11.684 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6868 | 2024-12-14T00:33:13.348Z | [ recovery-image] Dec 14 00:33:11.757 INFO O| Dec 14 00:33:11.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6869 | 2024-12-14T00:33:13.348Z | [ recovery-image] Dec 14 00:33:11.757 INFO O| Dec 14 00:33:11.757 INFO STEP 843 (remove_files) COMPLETE |
6870 | 2024-12-14T00:33:13.348Z | [ recovery-image] Dec 14 00:33:11.757 INFO O| Dec 14 00:33:11.757 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-12-14T00:33:13.417Z | [ recovery-image] Dec 14 00:33:11.827 INFO O| Dec 14 00:33:11.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6872 | 2024-12-14T00:33:13.420Z | [ recovery-image] Dec 14 00:33:11.827 INFO O| Dec 14 00:33:11.827 INFO STEP 844 (remove_files) COMPLETE |
6873 | 2024-12-14T00:33:13.420Z | [ recovery-image] Dec 14 00:33:11.827 INFO O| Dec 14 00:33:11.827 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-12-14T00:33:13.437Z | [ recovery-image] Dec 14 00:33:11.846 INFO O| Dec 14 00:33:11.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6875 | 2024-12-14T00:33:13.439Z | [ recovery-image] Dec 14 00:33:11.846 INFO O| Dec 14 00:33:11.846 INFO STEP 845 (remove_files) COMPLETE |
6876 | 2024-12-14T00:33:13.439Z | [ recovery-image] Dec 14 00:33:11.847 INFO O| Dec 14 00:33:11.847 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-12-14T00:33:13.456Z | [ recovery-image] Dec 14 00:33:11.866 INFO O| Dec 14 00:33:11.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6878 | 2024-12-14T00:33:13.459Z | [ recovery-image] Dec 14 00:33:11.866 INFO O| Dec 14 00:33:11.866 INFO STEP 846 (remove_files) COMPLETE |
6879 | 2024-12-14T00:33:13.459Z | [ recovery-image] Dec 14 00:33:11.866 INFO O| Dec 14 00:33:11.866 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-12-14T00:33:13.478Z | [ recovery-image] Dec 14 00:33:11.887 INFO O| Dec 14 00:33:11.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6881 | 2024-12-14T00:33:13.478Z | [ recovery-image] Dec 14 00:33:11.887 INFO O| Dec 14 00:33:11.887 INFO STEP 847 (remove_files) COMPLETE |
6882 | 2024-12-14T00:33:13.478Z | [ recovery-image] Dec 14 00:33:11.887 INFO O| Dec 14 00:33:11.887 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-12-14T00:33:13.518Z | [ recovery-image] Dec 14 00:33:11.928 INFO O| Dec 14 00:33:11.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6884 | 2024-12-14T00:33:13.518Z | [ recovery-image] Dec 14 00:33:11.928 INFO O| Dec 14 00:33:11.928 INFO STEP 848 (remove_files) COMPLETE |
6885 | 2024-12-14T00:33:13.521Z | [ recovery-image] Dec 14 00:33:11.928 INFO O| Dec 14 00:33:11.928 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-12-14T00:33:13.538Z | [ recovery-image] Dec 14 00:33:11.947 INFO O| Dec 14 00:33:11.947 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6887 | 2024-12-14T00:33:13.538Z | [ recovery-image] Dec 14 00:33:11.947 INFO O| Dec 14 00:33:11.947 INFO STEP 849 (remove_files) COMPLETE |
6888 | 2024-12-14T00:33:13.538Z | [ recovery-image] Dec 14 00:33:11.947 INFO O| Dec 14 00:33:11.947 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-12-14T00:33:13.559Z | [ recovery-image] Dec 14 00:33:11.967 INFO O| Dec 14 00:33:11.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6890 | 2024-12-14T00:33:13.559Z | [ recovery-image] Dec 14 00:33:11.967 INFO O| Dec 14 00:33:11.967 INFO STEP 850 (remove_files) COMPLETE |
6891 | 2024-12-14T00:33:13.561Z | [ recovery-image] Dec 14 00:33:11.967 INFO O| Dec 14 00:33:11.967 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-12-14T00:33:13.598Z | [ recovery-image] Dec 14 00:33:12.007 INFO O| Dec 14 00:33:12.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6893 | 2024-12-14T00:33:13.598Z | [ recovery-image] Dec 14 00:33:12.007 INFO O| Dec 14 00:33:12.007 INFO STEP 851 (remove_files) COMPLETE |
6894 | 2024-12-14T00:33:13.602Z | [ recovery-image] Dec 14 00:33:12.007 INFO O| Dec 14 00:33:12.007 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-12-14T00:33:13.621Z | [ recovery-image] Dec 14 00:33:12.030 INFO O| Dec 14 00:33:12.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6896 | 2024-12-14T00:33:13.621Z | [ recovery-image] Dec 14 00:33:12.030 INFO O| Dec 14 00:33:12.030 INFO STEP 852 (remove_files) COMPLETE |
6897 | 2024-12-14T00:33:13.621Z | [ recovery-image] Dec 14 00:33:12.030 INFO O| Dec 14 00:33:12.030 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6898 | 2024-12-14T00:33:13.642Z | [ recovery-image] Dec 14 00:33:12.051 INFO O| Dec 14 00:33:12.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6899 | 2024-12-14T00:33:13.642Z | [ recovery-image] Dec 14 00:33:12.052 INFO O| Dec 14 00:33:12.052 INFO STEP 853 (remove_files) COMPLETE |
6900 | 2024-12-14T00:33:13.645Z | [ recovery-image] Dec 14 00:33:12.052 INFO O| Dec 14 00:33:12.052 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6901 | 2024-12-14T00:33:13.667Z | [ recovery-image] Dec 14 00:33:12.076 INFO O| Dec 14 00:33:12.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6902 | 2024-12-14T00:33:13.667Z | [ recovery-image] Dec 14 00:33:12.076 INFO O| Dec 14 00:33:12.076 INFO STEP 854 (remove_files) COMPLETE |
6903 | 2024-12-14T00:33:13.669Z | [ recovery-image] Dec 14 00:33:12.076 INFO O| Dec 14 00:33:12.076 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-12-14T00:33:13.686Z | [ recovery-image] Dec 14 00:33:12.095 INFO O| Dec 14 00:33:12.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6905 | 2024-12-14T00:33:13.686Z | [ recovery-image] Dec 14 00:33:12.095 INFO O| Dec 14 00:33:12.095 INFO STEP 855 (remove_files) COMPLETE |
6906 | 2024-12-14T00:33:13.688Z | [ recovery-image] Dec 14 00:33:12.096 INFO O| Dec 14 00:33:12.095 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-12-14T00:33:13.707Z | [ recovery-image] Dec 14 00:33:12.116 INFO O| Dec 14 00:33:12.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6908 | 2024-12-14T00:33:13.707Z | [ recovery-image] Dec 14 00:33:12.117 INFO O| Dec 14 00:33:12.116 INFO STEP 856 (remove_files) COMPLETE |
6909 | 2024-12-14T00:33:13.707Z | [ recovery-image] Dec 14 00:33:12.117 INFO O| Dec 14 00:33:12.117 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-12-14T00:33:13.728Z | [ recovery-image] Dec 14 00:33:12.138 INFO O| Dec 14 00:33:12.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6911 | 2024-12-14T00:33:13.728Z | [ recovery-image] Dec 14 00:33:12.138 INFO O| Dec 14 00:33:12.138 INFO STEP 857 (remove_files) COMPLETE |
6912 | 2024-12-14T00:33:13.728Z | [ recovery-image] Dec 14 00:33:12.138 INFO O| Dec 14 00:33:12.138 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-12-14T00:33:13.752Z | [ recovery-image] Dec 14 00:33:12.161 INFO O| Dec 14 00:33:12.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6914 | 2024-12-14T00:33:13.752Z | [ recovery-image] Dec 14 00:33:12.161 INFO O| Dec 14 00:33:12.161 INFO STEP 858 (remove_files) COMPLETE |
6915 | 2024-12-14T00:33:13.752Z | [ recovery-image] Dec 14 00:33:12.161 INFO O| Dec 14 00:33:12.161 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-12-14T00:33:13.795Z | [ recovery-image] Dec 14 00:33:12.204 INFO O| Dec 14 00:33:12.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6917 | 2024-12-14T00:33:13.795Z | [ recovery-image] Dec 14 00:33:12.204 INFO O| Dec 14 00:33:12.204 INFO STEP 859 (remove_files) COMPLETE |
6918 | 2024-12-14T00:33:13.797Z | [ recovery-image] Dec 14 00:33:12.204 INFO O| Dec 14 00:33:12.204 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-12-14T00:33:13.837Z | [ recovery-image] Dec 14 00:33:12.245 INFO O| Dec 14 00:33:12.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6920 | 2024-12-14T00:33:13.837Z | [ recovery-image] Dec 14 00:33:12.245 INFO O| Dec 14 00:33:12.245 INFO STEP 860 (remove_files) COMPLETE |
6921 | 2024-12-14T00:33:13.837Z | [ recovery-image] Dec 14 00:33:12.245 INFO O| Dec 14 00:33:12.245 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-12-14T00:33:13.859Z | [ recovery-image] Dec 14 00:33:12.268 INFO O| Dec 14 00:33:12.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6923 | 2024-12-14T00:33:13.859Z | [ recovery-image] Dec 14 00:33:12.268 INFO O| Dec 14 00:33:12.268 INFO STEP 861 (remove_files) COMPLETE |
6924 | 2024-12-14T00:33:13.862Z | [ recovery-image] Dec 14 00:33:12.268 INFO O| Dec 14 00:33:12.268 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-12-14T00:33:13.881Z | [ recovery-image] Dec 14 00:33:12.290 INFO O| Dec 14 00:33:12.290 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6926 | 2024-12-14T00:33:13.881Z | [ recovery-image] Dec 14 00:33:12.290 INFO O| Dec 14 00:33:12.290 INFO STEP 862 (remove_files) COMPLETE |
6927 | 2024-12-14T00:33:13.884Z | [ recovery-image] Dec 14 00:33:12.290 INFO O| Dec 14 00:33:12.290 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-12-14T00:33:13.901Z | [ recovery-image] Dec 14 00:33:12.310 INFO O| Dec 14 00:33:12.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6929 | 2024-12-14T00:33:13.901Z | [ recovery-image] Dec 14 00:33:12.310 INFO O| Dec 14 00:33:12.310 INFO STEP 863 (remove_files) COMPLETE |
6930 | 2024-12-14T00:33:13.901Z | [ recovery-image] Dec 14 00:33:12.310 INFO O| Dec 14 00:33:12.310 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-12-14T00:33:13.922Z | [ recovery-image] Dec 14 00:33:12.331 INFO O| Dec 14 00:33:12.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6932 | 2024-12-14T00:33:13.922Z | [ recovery-image] Dec 14 00:33:12.331 INFO O| Dec 14 00:33:12.331 INFO STEP 864 (remove_files) COMPLETE |
6933 | 2024-12-14T00:33:13.922Z | [ recovery-image] Dec 14 00:33:12.332 INFO O| Dec 14 00:33:12.331 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-12-14T00:33:13.960Z | [ recovery-image] Dec 14 00:33:12.369 INFO O| Dec 14 00:33:12.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6935 | 2024-12-14T00:33:13.963Z | [ recovery-image] Dec 14 00:33:12.369 INFO O| Dec 14 00:33:12.369 INFO STEP 865 (remove_files) COMPLETE |
6936 | 2024-12-14T00:33:13.963Z | [ recovery-image] Dec 14 00:33:12.369 INFO O| Dec 14 00:33:12.369 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-12-14T00:33:13.983Z | [ recovery-image] Dec 14 00:33:12.393 INFO O| Dec 14 00:33:12.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6938 | 2024-12-14T00:33:13.986Z | [ recovery-image] Dec 14 00:33:12.393 INFO O| Dec 14 00:33:12.393 INFO STEP 866 (remove_files) COMPLETE |
6939 | 2024-12-14T00:33:13.987Z | [ recovery-image] Dec 14 00:33:12.393 INFO O| Dec 14 00:33:12.393 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-12-14T00:33:14.005Z | [ recovery-image] Dec 14 00:33:12.415 INFO O| Dec 14 00:33:12.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6941 | 2024-12-14T00:33:14.008Z | [ recovery-image] Dec 14 00:33:12.415 INFO O| Dec 14 00:33:12.415 INFO STEP 867 (remove_files) COMPLETE |
6942 | 2024-12-14T00:33:14.008Z | [ recovery-image] Dec 14 00:33:12.415 INFO O| Dec 14 00:33:12.415 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-12-14T00:33:14.025Z | [ recovery-image] Dec 14 00:33:12.434 INFO O| Dec 14 00:33:12.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6944 | 2024-12-14T00:33:14.025Z | [ recovery-image] Dec 14 00:33:12.434 INFO O| Dec 14 00:33:12.434 INFO STEP 868 (remove_files) COMPLETE |
6945 | 2024-12-14T00:33:14.027Z | [ recovery-image] Dec 14 00:33:12.435 INFO O| Dec 14 00:33:12.434 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-12-14T00:33:14.052Z | [ recovery-image] Dec 14 00:33:12.461 INFO O| Dec 14 00:33:12.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6947 | 2024-12-14T00:33:14.052Z | [ recovery-image] Dec 14 00:33:12.461 INFO O| Dec 14 00:33:12.461 INFO STEP 869 (remove_files) COMPLETE |
6948 | 2024-12-14T00:33:14.054Z | [ recovery-image] Dec 14 00:33:12.461 INFO O| Dec 14 00:33:12.461 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-12-14T00:33:14.083Z | [ recovery-image] Dec 14 00:33:12.492 INFO O| Dec 14 00:33:12.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6950 | 2024-12-14T00:33:14.083Z | [ recovery-image] Dec 14 00:33:12.492 INFO O| Dec 14 00:33:12.492 INFO STEP 870 (remove_files) COMPLETE |
6951 | 2024-12-14T00:33:14.083Z | [ recovery-image] Dec 14 00:33:12.492 INFO O| Dec 14 00:33:12.492 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-12-14T00:33:14.172Z | [ recovery-image] Dec 14 00:33:12.581 INFO O| Dec 14 00:33:12.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6953 | 2024-12-14T00:33:14.172Z | [ recovery-image] Dec 14 00:33:12.581 INFO O| Dec 14 00:33:12.581 INFO STEP 871 (remove_files) COMPLETE |
6954 | 2024-12-14T00:33:14.172Z | [ recovery-image] Dec 14 00:33:12.581 INFO O| Dec 14 00:33:12.581 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-12-14T00:33:14.206Z | [ recovery-image] Dec 14 00:33:12.615 INFO O| Dec 14 00:33:12.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6956 | 2024-12-14T00:33:14.206Z | [ recovery-image] Dec 14 00:33:12.615 INFO O| Dec 14 00:33:12.615 INFO STEP 872 (remove_files) COMPLETE |
6957 | 2024-12-14T00:33:14.206Z | [ recovery-image] Dec 14 00:33:12.615 INFO O| Dec 14 00:33:12.615 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-12-14T00:33:14.306Z | [ recovery-image] Dec 14 00:33:12.715 INFO O| Dec 14 00:33:12.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6959 | 2024-12-14T00:33:14.306Z | [ recovery-image] Dec 14 00:33:12.715 INFO O| Dec 14 00:33:12.715 INFO STEP 873 (remove_files) COMPLETE |
6960 | 2024-12-14T00:33:14.310Z | [ recovery-image] Dec 14 00:33:12.715 INFO O| Dec 14 00:33:12.715 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-12-14T00:33:14.325Z | [ recovery-image] Dec 14 00:33:12.734 INFO O| Dec 14 00:33:12.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6962 | 2024-12-14T00:33:14.325Z | [ recovery-image] Dec 14 00:33:12.734 INFO O| Dec 14 00:33:12.734 INFO STEP 874 (remove_files) COMPLETE |
6963 | 2024-12-14T00:33:14.325Z | [ recovery-image] Dec 14 00:33:12.734 INFO O| Dec 14 00:33:12.734 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-12-14T00:33:14.344Z | [ recovery-image] Dec 14 00:33:12.753 INFO O| Dec 14 00:33:12.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6965 | 2024-12-14T00:33:14.344Z | [ recovery-image] Dec 14 00:33:12.753 INFO O| Dec 14 00:33:12.753 INFO STEP 875 (remove_files) COMPLETE |
6966 | 2024-12-14T00:33:14.344Z | [ recovery-image] Dec 14 00:33:12.753 INFO O| Dec 14 00:33:12.753 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-12-14T00:33:14.363Z | [ recovery-image] Dec 14 00:33:12.771 INFO O| Dec 14 00:33:12.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6968 | 2024-12-14T00:33:14.363Z | [ recovery-image] Dec 14 00:33:12.771 INFO O| Dec 14 00:33:12.771 INFO STEP 876 (remove_files) COMPLETE |
6969 | 2024-12-14T00:33:14.363Z | [ recovery-image] Dec 14 00:33:12.771 INFO O| Dec 14 00:33:12.771 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-12-14T00:33:14.383Z | [ recovery-image] Dec 14 00:33:12.793 INFO O| Dec 14 00:33:12.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6971 | 2024-12-14T00:33:14.384Z | [ recovery-image] Dec 14 00:33:12.793 INFO O| Dec 14 00:33:12.793 INFO STEP 877 (remove_files) COMPLETE |
6972 | 2024-12-14T00:33:14.384Z | [ recovery-image] Dec 14 00:33:12.793 INFO O| Dec 14 00:33:12.793 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-12-14T00:33:14.409Z | [ recovery-image] Dec 14 00:33:12.818 INFO O| Dec 14 00:33:12.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6974 | 2024-12-14T00:33:14.409Z | [ recovery-image] Dec 14 00:33:12.818 INFO O| Dec 14 00:33:12.818 INFO STEP 878 (remove_files) COMPLETE |
6975 | 2024-12-14T00:33:14.412Z | [ recovery-image] Dec 14 00:33:12.818 INFO O| Dec 14 00:33:12.818 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-12-14T00:33:14.533Z | [ recovery-image] Dec 14 00:33:12.929 INFO O| Dec 14 00:33:12.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6977 | 2024-12-14T00:33:14.533Z | [ recovery-image] Dec 14 00:33:12.929 INFO O| Dec 14 00:33:12.929 INFO STEP 879 (remove_files) COMPLETE |
6978 | 2024-12-14T00:33:14.533Z | [ recovery-image] Dec 14 00:33:12.929 INFO O| Dec 14 00:33:12.929 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-12-14T00:33:14.586Z | [ recovery-image] Dec 14 00:33:12.992 INFO O| Dec 14 00:33:12.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6980 | 2024-12-14T00:33:14.587Z | [ recovery-image] Dec 14 00:33:12.993 INFO O| Dec 14 00:33:12.993 INFO STEP 880 (remove_files) COMPLETE |
6981 | 2024-12-14T00:33:14.587Z | [ recovery-image] Dec 14 00:33:12.993 INFO O| Dec 14 00:33:12.993 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-12-14T00:33:14.605Z | [ recovery-image] Dec 14 00:33:13.014 INFO O| Dec 14 00:33:13.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6983 | 2024-12-14T00:33:14.605Z | [ recovery-image] Dec 14 00:33:13.014 INFO O| Dec 14 00:33:13.014 INFO STEP 881 (remove_files) COMPLETE |
6984 | 2024-12-14T00:33:14.608Z | [ recovery-image] Dec 14 00:33:13.014 INFO O| Dec 14 00:33:13.014 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-12-14T00:33:14.623Z | [ recovery-image] Dec 14 00:33:13.032 INFO O| Dec 14 00:33:13.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6986 | 2024-12-14T00:33:14.623Z | [ recovery-image] Dec 14 00:33:13.032 INFO O| Dec 14 00:33:13.032 INFO STEP 882 (remove_files) COMPLETE |
6987 | 2024-12-14T00:33:14.623Z | [ recovery-image] Dec 14 00:33:13.032 INFO O| Dec 14 00:33:13.032 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-12-14T00:33:14.661Z | [ recovery-image] Dec 14 00:33:13.070 INFO O| Dec 14 00:33:13.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6989 | 2024-12-14T00:33:14.664Z | [ recovery-image] Dec 14 00:33:13.070 INFO O| Dec 14 00:33:13.070 INFO STEP 883 (remove_files) COMPLETE |
6990 | 2024-12-14T00:33:14.664Z | [ recovery-image] Dec 14 00:33:13.070 INFO O| Dec 14 00:33:13.070 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-12-14T00:33:14.682Z | [ recovery-image] Dec 14 00:33:13.092 INFO O| Dec 14 00:33:13.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6992 | 2024-12-14T00:33:14.683Z | [ recovery-image] Dec 14 00:33:13.092 INFO O| Dec 14 00:33:13.092 INFO STEP 884 (remove_files) COMPLETE |
6993 | 2024-12-14T00:33:14.683Z | [ recovery-image] Dec 14 00:33:13.092 INFO O| Dec 14 00:33:13.092 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-12-14T00:33:14.702Z | [ recovery-image] Dec 14 00:33:13.111 INFO O| Dec 14 00:33:13.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6995 | 2024-12-14T00:33:14.702Z | [ recovery-image] Dec 14 00:33:13.111 INFO O| Dec 14 00:33:13.111 INFO STEP 885 (remove_files) COMPLETE |
6996 | 2024-12-14T00:33:14.705Z | [ recovery-image] Dec 14 00:33:13.111 INFO O| Dec 14 00:33:13.111 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-12-14T00:33:14.724Z | [ recovery-image] Dec 14 00:33:13.133 INFO O| Dec 14 00:33:13.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6998 | 2024-12-14T00:33:14.724Z | [ recovery-image] Dec 14 00:33:13.133 INFO O| Dec 14 00:33:13.133 INFO STEP 886 (remove_files) COMPLETE |
6999 | 2024-12-14T00:33:14.725Z | [ recovery-image] Dec 14 00:33:13.133 INFO O| Dec 14 00:33:13.133 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-12-14T00:33:14.751Z | [ recovery-image] Dec 14 00:33:13.160 INFO O| Dec 14 00:33:13.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
7001 | 2024-12-14T00:33:14.751Z | [ recovery-image] Dec 14 00:33:13.160 INFO O| Dec 14 00:33:13.160 INFO STEP 887 (remove_files) COMPLETE |
7002 | 2024-12-14T00:33:14.753Z | [ recovery-image] Dec 14 00:33:13.160 INFO O| Dec 14 00:33:13.160 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-12-14T00:33:14.775Z | [ recovery-image] Dec 14 00:33:13.185 INFO O| Dec 14 00:33:13.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
7004 | 2024-12-14T00:33:14.775Z | [ recovery-image] Dec 14 00:33:13.185 INFO O| Dec 14 00:33:13.185 INFO STEP 888 (remove_files) COMPLETE |
7005 | 2024-12-14T00:33:14.776Z | [ recovery-image] Dec 14 00:33:13.185 INFO O| Dec 14 00:33:13.185 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-12-14T00:33:14.803Z | [ recovery-image] Dec 14 00:33:13.212 INFO O| Dec 14 00:33:13.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
7007 | 2024-12-14T00:33:14.806Z | [ recovery-image] Dec 14 00:33:13.212 INFO O| Dec 14 00:33:13.212 INFO STEP 889 (remove_files) COMPLETE |
7008 | 2024-12-14T00:33:14.806Z | [ recovery-image] Dec 14 00:33:13.212 INFO O| Dec 14 00:33:13.212 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-12-14T00:33:14.855Z | [ recovery-image] Dec 14 00:33:13.264 INFO O| Dec 14 00:33:13.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
7010 | 2024-12-14T00:33:14.855Z | [ recovery-image] Dec 14 00:33:13.264 INFO O| Dec 14 00:33:13.264 INFO STEP 890 (remove_files) COMPLETE |
7011 | 2024-12-14T00:33:14.857Z | [ recovery-image] Dec 14 00:33:13.264 INFO O| Dec 14 00:33:13.264 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-12-14T00:33:14.874Z | [ recovery-image] Dec 14 00:33:13.283 INFO O| Dec 14 00:33:13.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
7013 | 2024-12-14T00:33:14.874Z | [ recovery-image] Dec 14 00:33:13.283 INFO O| Dec 14 00:33:13.283 INFO STEP 891 (remove_files) COMPLETE |
7014 | 2024-12-14T00:33:14.874Z | [ recovery-image] Dec 14 00:33:13.283 INFO O| Dec 14 00:33:13.283 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-12-14T00:33:14.894Z | [ recovery-image] Dec 14 00:33:13.302 INFO O| Dec 14 00:33:13.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
7016 | 2024-12-14T00:33:14.894Z | [ recovery-image] Dec 14 00:33:13.302 INFO O| Dec 14 00:33:13.302 INFO STEP 892 (remove_files) COMPLETE |
7017 | 2024-12-14T00:33:14.894Z | [ recovery-image] Dec 14 00:33:13.302 INFO O| Dec 14 00:33:13.302 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-12-14T00:33:14.911Z | [ recovery-image] Dec 14 00:33:13.320 INFO O| Dec 14 00:33:13.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
7019 | 2024-12-14T00:33:14.911Z | [ recovery-image] Dec 14 00:33:13.320 INFO O| Dec 14 00:33:13.320 INFO STEP 893 (remove_files) COMPLETE |
7020 | 2024-12-14T00:33:14.914Z | [ recovery-image] Dec 14 00:33:13.320 INFO O| Dec 14 00:33:13.320 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-12-14T00:33:14.929Z | [ recovery-image] Dec 14 00:33:13.338 INFO O| Dec 14 00:33:13.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
7022 | 2024-12-14T00:33:14.929Z | [ recovery-image] Dec 14 00:33:13.338 INFO O| Dec 14 00:33:13.338 INFO STEP 894 (remove_files) COMPLETE |
7023 | 2024-12-14T00:33:14.931Z | [ recovery-image] Dec 14 00:33:13.338 INFO O| Dec 14 00:33:13.338 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-12-14T00:33:14.966Z | [ recovery-image] Dec 14 00:33:13.375 INFO O| Dec 14 00:33:13.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
7025 | 2024-12-14T00:33:14.966Z | [ recovery-image] Dec 14 00:33:13.375 INFO O| Dec 14 00:33:13.375 INFO STEP 895 (remove_files) COMPLETE |
7026 | 2024-12-14T00:33:14.966Z | [ recovery-image] Dec 14 00:33:13.375 INFO O| Dec 14 00:33:13.375 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-12-14T00:33:14.987Z | [ recovery-image] Dec 14 00:33:13.396 INFO O| Dec 14 00:33:13.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
7028 | 2024-12-14T00:33:14.987Z | [ recovery-image] Dec 14 00:33:13.396 INFO O| Dec 14 00:33:13.396 INFO STEP 896 (remove_files) COMPLETE |
7029 | 2024-12-14T00:33:14.987Z | [ recovery-image] Dec 14 00:33:13.396 INFO O| Dec 14 00:33:13.396 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-12-14T00:33:15.007Z | [ recovery-image] Dec 14 00:33:13.416 INFO O| Dec 14 00:33:13.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
7031 | 2024-12-14T00:33:15.009Z | [ recovery-image] Dec 14 00:33:13.416 INFO O| Dec 14 00:33:13.416 INFO STEP 897 (remove_files) COMPLETE |
7032 | 2024-12-14T00:33:15.013Z | [ recovery-image] Dec 14 00:33:13.416 INFO O| Dec 14 00:33:13.416 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-12-14T00:33:15.026Z | [ recovery-image] Dec 14 00:33:13.435 INFO O| Dec 14 00:33:13.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
7034 | 2024-12-14T00:33:15.026Z | [ recovery-image] Dec 14 00:33:13.435 INFO O| Dec 14 00:33:13.435 INFO STEP 898 (remove_files) COMPLETE |
7035 | 2024-12-14T00:33:15.028Z | [ recovery-image] Dec 14 00:33:13.435 INFO O| Dec 14 00:33:13.435 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-12-14T00:33:15.043Z | [ recovery-image] Dec 14 00:33:13.452 INFO O| Dec 14 00:33:13.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
7037 | 2024-12-14T00:33:15.048Z | [ recovery-image] Dec 14 00:33:13.456 INFO O| Dec 14 00:33:13.456 INFO STEP 899 (remove_files) COMPLETE |
7038 | 2024-12-14T00:33:15.048Z | [ recovery-image] Dec 14 00:33:13.456 INFO O| Dec 14 00:33:13.456 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-12-14T00:33:15.084Z | [ recovery-image] Dec 14 00:33:13.493 INFO O| Dec 14 00:33:13.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
7040 | 2024-12-14T00:33:15.084Z | [ recovery-image] Dec 14 00:33:13.493 INFO O| Dec 14 00:33:13.493 INFO STEP 900 (remove_files) COMPLETE |
7041 | 2024-12-14T00:33:15.084Z | [ recovery-image] Dec 14 00:33:13.493 INFO O| Dec 14 00:33:13.493 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-12-14T00:33:15.102Z | [ recovery-image] Dec 14 00:33:13.511 INFO O| Dec 14 00:33:13.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
7043 | 2024-12-14T00:33:15.102Z | [ recovery-image] Dec 14 00:33:13.511 INFO O| Dec 14 00:33:13.511 INFO STEP 901 (remove_files) COMPLETE |
7044 | 2024-12-14T00:33:15.102Z | [ recovery-image] Dec 14 00:33:13.511 INFO O| Dec 14 00:33:13.511 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-12-14T00:33:15.120Z | [ recovery-image] Dec 14 00:33:13.529 INFO O| Dec 14 00:33:13.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
7046 | 2024-12-14T00:33:15.120Z | [ recovery-image] Dec 14 00:33:13.529 INFO O| Dec 14 00:33:13.529 INFO STEP 902 (remove_files) COMPLETE |
7047 | 2024-12-14T00:33:15.120Z | [ recovery-image] Dec 14 00:33:13.529 INFO O| Dec 14 00:33:13.529 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-12-14T00:33:15.143Z | [ recovery-image] Dec 14 00:33:13.546 INFO O| Dec 14 00:33:13.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
7049 | 2024-12-14T00:33:15.153Z | [ recovery-image] Dec 14 00:33:13.562 INFO O| Dec 14 00:33:13.562 INFO STEP 903 (remove_files) COMPLETE |
7050 | 2024-12-14T00:33:15.153Z | [ recovery-image] Dec 14 00:33:13.562 INFO O| Dec 14 00:33:13.562 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-12-14T00:33:15.191Z | [ recovery-image] Dec 14 00:33:13.599 INFO O| Dec 14 00:33:13.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
7052 | 2024-12-14T00:33:15.191Z | [ recovery-image] Dec 14 00:33:13.599 INFO O| Dec 14 00:33:13.599 INFO STEP 904 (remove_files) COMPLETE |
7053 | 2024-12-14T00:33:15.193Z | [ recovery-image] Dec 14 00:33:13.599 INFO O| Dec 14 00:33:13.599 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-12-14T00:33:15.226Z | [ recovery-image] Dec 14 00:33:13.634 INFO O| Dec 14 00:33:13.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
7055 | 2024-12-14T00:33:15.226Z | [ recovery-image] Dec 14 00:33:13.635 INFO O| Dec 14 00:33:13.635 INFO STEP 905 (remove_files) COMPLETE |
7056 | 2024-12-14T00:33:15.226Z | [ recovery-image] Dec 14 00:33:13.635 INFO O| Dec 14 00:33:13.635 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-12-14T00:33:15.247Z | [ recovery-image] Dec 14 00:33:13.655 INFO O| Dec 14 00:33:13.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
7058 | 2024-12-14T00:33:15.250Z | [ recovery-image] Dec 14 00:33:13.655 INFO O| Dec 14 00:33:13.655 INFO STEP 906 (remove_files) COMPLETE |
7059 | 2024-12-14T00:33:15.250Z | [ recovery-image] Dec 14 00:33:13.655 INFO O| Dec 14 00:33:13.655 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7060 | 2024-12-14T00:33:15.268Z | [ recovery-image] Dec 14 00:33:13.677 INFO O| Dec 14 00:33:13.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
7061 | 2024-12-14T00:33:15.268Z | [ recovery-image] Dec 14 00:33:13.677 INFO O| Dec 14 00:33:13.677 INFO STEP 907 (remove_files) COMPLETE |
7062 | 2024-12-14T00:33:15.270Z | [ recovery-image] Dec 14 00:33:13.677 INFO O| Dec 14 00:33:13.677 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7063 | 2024-12-14T00:33:15.309Z | [ recovery-image] Dec 14 00:33:13.718 INFO O| Dec 14 00:33:13.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
7064 | 2024-12-14T00:33:15.311Z | [ recovery-image] Dec 14 00:33:13.718 INFO O| Dec 14 00:33:13.718 INFO STEP 908 (remove_files) COMPLETE |
7065 | 2024-12-14T00:33:15.311Z | [ recovery-image] Dec 14 00:33:13.718 INFO O| Dec 14 00:33:13.718 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7066 | 2024-12-14T00:33:15.347Z | [ recovery-image] Dec 14 00:33:13.754 INFO O| Dec 14 00:33:13.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
7067 | 2024-12-14T00:33:15.349Z | [ recovery-image] Dec 14 00:33:13.754 INFO O| Dec 14 00:33:13.754 INFO STEP 909 (remove_files) COMPLETE |
7068 | 2024-12-14T00:33:15.349Z | [ recovery-image] Dec 14 00:33:13.754 INFO O| Dec 14 00:33:13.754 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7069 | 2024-12-14T00:33:15.363Z | [ recovery-image] Dec 14 00:33:13.771 INFO O| Dec 14 00:33:13.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
7070 | 2024-12-14T00:33:15.363Z | [ recovery-image] Dec 14 00:33:13.772 INFO O| Dec 14 00:33:13.771 INFO STEP 910 (remove_files) COMPLETE |
7071 | 2024-12-14T00:33:15.363Z | [ recovery-image] Dec 14 00:33:13.772 INFO O| Dec 14 00:33:13.772 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7072 | 2024-12-14T00:33:15.380Z | [ recovery-image] Dec 14 00:33:13.789 INFO O| Dec 14 00:33:13.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
7073 | 2024-12-14T00:33:15.382Z | [ recovery-image] Dec 14 00:33:13.789 INFO O| Dec 14 00:33:13.789 INFO STEP 911 (remove_files) COMPLETE |
7074 | 2024-12-14T00:33:15.382Z | [ recovery-image] Dec 14 00:33:13.789 INFO O| Dec 14 00:33:13.789 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7075 | 2024-12-14T00:33:15.399Z | [ recovery-image] Dec 14 00:33:13.807 INFO O| Dec 14 00:33:13.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
7076 | 2024-12-14T00:33:15.399Z | [ recovery-image] Dec 14 00:33:13.807 INFO O| Dec 14 00:33:13.807 INFO STEP 912 (remove_files) COMPLETE |
7077 | 2024-12-14T00:33:15.399Z | [ recovery-image] Dec 14 00:33:13.807 INFO O| Dec 14 00:33:13.807 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7078 | 2024-12-14T00:33:15.418Z | [ recovery-image] Dec 14 00:33:13.827 INFO O| Dec 14 00:33:13.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
7079 | 2024-12-14T00:33:15.418Z | [ recovery-image] Dec 14 00:33:13.827 INFO O| Dec 14 00:33:13.827 INFO STEP 913 (remove_files) COMPLETE |
7080 | 2024-12-14T00:33:15.421Z | [ recovery-image] Dec 14 00:33:13.827 INFO O| Dec 14 00:33:13.827 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7081 | 2024-12-14T00:33:15.428Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
7082 | 2024-12-14T00:33:15.463Z | [ recovery-image] Dec 14 00:33:13.871 INFO O| Dec 14 00:33:13.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
7083 | 2024-12-14T00:33:15.463Z | [ recovery-image] Dec 14 00:33:13.872 INFO O| Dec 14 00:33:13.872 INFO STEP 914 (remove_files) COMPLETE |
7084 | 2024-12-14T00:33:15.463Z | [ recovery-image] Dec 14 00:33:13.872 INFO O| Dec 14 00:33:13.872 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-12-14T00:33:15.482Z | [ recovery-image] Dec 14 00:33:13.891 INFO O| Dec 14 00:33:13.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
7086 | 2024-12-14T00:33:15.485Z | [ recovery-image] Dec 14 00:33:13.892 INFO O| Dec 14 00:33:13.892 INFO STEP 915 (remove_files) COMPLETE |
7087 | 2024-12-14T00:33:15.485Z | [ recovery-image] Dec 14 00:33:13.892 INFO O| Dec 14 00:33:13.892 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-12-14T00:33:15.577Z | [ recovery-image] Dec 14 00:33:13.985 INFO O| Dec 14 00:33:13.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
7089 | 2024-12-14T00:33:15.577Z | [ recovery-image] Dec 14 00:33:13.985 INFO O| Dec 14 00:33:13.985 INFO STEP 916 (remove_files) COMPLETE |
7090 | 2024-12-14T00:33:15.577Z | [ recovery-image] Dec 14 00:33:13.985 INFO O| Dec 14 00:33:13.985 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-12-14T00:33:15.649Z | [ recovery-image] Dec 14 00:33:14.058 INFO O| Dec 14 00:33:14.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
7092 | 2024-12-14T00:33:15.649Z | [ recovery-image] Dec 14 00:33:14.058 INFO O| Dec 14 00:33:14.058 INFO STEP 917 (remove_files) COMPLETE |
7093 | 2024-12-14T00:33:15.652Z | [ recovery-image] Dec 14 00:33:14.058 INFO O| Dec 14 00:33:14.058 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-12-14T00:33:15.722Z | [ recovery-image] Dec 14 00:33:14.119 INFO O| Dec 14 00:33:14.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
7095 | 2024-12-14T00:33:15.722Z | [ recovery-image] Dec 14 00:33:14.119 INFO O| Dec 14 00:33:14.119 INFO STEP 918 (remove_files) COMPLETE |
7096 | 2024-12-14T00:33:15.722Z | [ recovery-image] Dec 14 00:33:14.119 INFO O| Dec 14 00:33:14.119 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-12-14T00:33:15.738Z | [ recovery-image] Dec 14 00:33:14.146 INFO O| Dec 14 00:33:14.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
7098 | 2024-12-14T00:33:15.742Z | [ recovery-image] Dec 14 00:33:14.146 INFO O| Dec 14 00:33:14.146 INFO STEP 919 (remove_files) COMPLETE |
7099 | 2024-12-14T00:33:15.742Z | [ recovery-image] Dec 14 00:33:14.146 INFO O| Dec 14 00:33:14.146 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-12-14T00:33:15.765Z | [ recovery-image] Dec 14 00:33:14.174 INFO O| Dec 14 00:33:14.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
7101 | 2024-12-14T00:33:15.765Z | [ recovery-image] Dec 14 00:33:14.174 INFO O| Dec 14 00:33:14.174 INFO STEP 920 (remove_files) COMPLETE |
7102 | 2024-12-14T00:33:15.768Z | [ recovery-image] Dec 14 00:33:14.174 INFO O| Dec 14 00:33:14.174 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-12-14T00:33:15.799Z | [ recovery-image] Dec 14 00:33:14.208 INFO O| Dec 14 00:33:14.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
7104 | 2024-12-14T00:33:15.799Z | [ recovery-image] Dec 14 00:33:14.208 INFO O| Dec 14 00:33:14.208 INFO STEP 921 (remove_files) COMPLETE |
7105 | 2024-12-14T00:33:15.802Z | [ recovery-image] Dec 14 00:33:14.209 INFO O| Dec 14 00:33:14.208 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-12-14T00:33:15.823Z | [ recovery-image] Dec 14 00:33:14.231 INFO O| Dec 14 00:33:14.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
7107 | 2024-12-14T00:33:15.823Z | [ recovery-image] Dec 14 00:33:14.231 INFO O| Dec 14 00:33:14.231 INFO STEP 922 (remove_files) COMPLETE |
7108 | 2024-12-14T00:33:15.825Z | [ recovery-image] Dec 14 00:33:14.231 INFO O| Dec 14 00:33:14.231 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-12-14T00:33:15.864Z | [ recovery-image] Dec 14 00:33:14.273 INFO O| Dec 14 00:33:14.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
7110 | 2024-12-14T00:33:15.867Z | [ recovery-image] Dec 14 00:33:14.273 INFO O| Dec 14 00:33:14.273 INFO STEP 923 (remove_files) COMPLETE |
7111 | 2024-12-14T00:33:15.867Z | [ recovery-image] Dec 14 00:33:14.273 INFO O| Dec 14 00:33:14.273 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-12-14T00:33:15.905Z | [ recovery-image] Dec 14 00:33:14.314 INFO O| Dec 14 00:33:14.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
7113 | 2024-12-14T00:33:15.907Z | [ recovery-image] Dec 14 00:33:14.315 INFO O| Dec 14 00:33:14.315 INFO STEP 924 (remove_files) COMPLETE |
7114 | 2024-12-14T00:33:15.908Z | [ recovery-image] Dec 14 00:33:14.315 INFO O| Dec 14 00:33:14.315 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-12-14T00:33:15.962Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
7116 | 2024-12-14T00:33:15.964Z | [ recovery-image] Dec 14 00:33:14.373 INFO O| Dec 14 00:33:14.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
7117 | 2024-12-14T00:33:15.964Z | [ recovery-image] Dec 14 00:33:14.373 INFO O| Dec 14 00:33:14.373 INFO STEP 925 (remove_files) COMPLETE |
7118 | 2024-12-14T00:33:15.964Z | [ recovery-image] Dec 14 00:33:14.373 INFO O| Dec 14 00:33:14.373 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-12-14T00:33:15.985Z | [ recovery-image] Dec 14 00:33:14.393 INFO O| Dec 14 00:33:14.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
7120 | 2024-12-14T00:33:15.985Z | [ recovery-image] Dec 14 00:33:14.393 INFO O| Dec 14 00:33:14.393 INFO STEP 926 (remove_files) COMPLETE |
7121 | 2024-12-14T00:33:15.985Z | [ recovery-image] Dec 14 00:33:14.393 INFO O| Dec 14 00:33:14.393 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-12-14T00:33:16.009Z | [ recovery-image] Dec 14 00:33:14.417 INFO O| Dec 14 00:33:14.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
7123 | 2024-12-14T00:33:16.009Z | [ recovery-image] Dec 14 00:33:14.417 INFO O| Dec 14 00:33:14.417 INFO STEP 927 (remove_files) COMPLETE |
7124 | 2024-12-14T00:33:16.009Z | [ recovery-image] Dec 14 00:33:14.417 INFO O| Dec 14 00:33:14.417 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-12-14T00:33:16.091Z | [ recovery-image] Dec 14 00:33:14.499 INFO O| Dec 14 00:33:14.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
7126 | 2024-12-14T00:33:16.091Z | [ recovery-image] Dec 14 00:33:14.499 INFO O| Dec 14 00:33:14.499 INFO STEP 928 (remove_files) COMPLETE |
7127 | 2024-12-14T00:33:16.093Z | [ recovery-image] Dec 14 00:33:14.499 INFO O| Dec 14 00:33:14.499 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-12-14T00:33:16.127Z | [ recovery-image] Dec 14 00:33:14.535 INFO O| Dec 14 00:33:14.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
7129 | 2024-12-14T00:33:16.127Z | [ recovery-image] Dec 14 00:33:14.535 INFO O| Dec 14 00:33:14.534 INFO STEP 929 (remove_files) COMPLETE |
7130 | 2024-12-14T00:33:16.127Z | [ recovery-image] Dec 14 00:33:14.535 INFO O| Dec 14 00:33:14.534 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-12-14T00:33:16.146Z | [ recovery-image] Dec 14 00:33:14.555 INFO O| Dec 14 00:33:14.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
7132 | 2024-12-14T00:33:16.149Z | [ recovery-image] Dec 14 00:33:14.555 INFO O| Dec 14 00:33:14.555 INFO STEP 930 (remove_files) COMPLETE |
7133 | 2024-12-14T00:33:16.149Z | [ recovery-image] Dec 14 00:33:14.555 INFO O| Dec 14 00:33:14.555 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-12-14T00:33:16.167Z | [ recovery-image] Dec 14 00:33:14.576 INFO O| Dec 14 00:33:14.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
7135 | 2024-12-14T00:33:16.167Z | [ recovery-image] Dec 14 00:33:14.576 INFO O| Dec 14 00:33:14.576 INFO STEP 931 (remove_files) COMPLETE |
7136 | 2024-12-14T00:33:16.167Z | [ recovery-image] Dec 14 00:33:14.576 INFO O| Dec 14 00:33:14.576 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-12-14T00:33:16.189Z | [ recovery-image] Dec 14 00:33:14.598 INFO O| Dec 14 00:33:14.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
7138 | 2024-12-14T00:33:16.189Z | [ recovery-image] Dec 14 00:33:14.598 INFO O| Dec 14 00:33:14.598 INFO STEP 932 (remove_files) COMPLETE |
7139 | 2024-12-14T00:33:16.189Z | [ recovery-image] Dec 14 00:33:14.598 INFO O| Dec 14 00:33:14.598 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-12-14T00:33:16.229Z | [ recovery-image] Dec 14 00:33:14.637 INFO O| Dec 14 00:33:14.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
7141 | 2024-12-14T00:33:16.229Z | [ recovery-image] Dec 14 00:33:14.637 INFO O| Dec 14 00:33:14.637 INFO STEP 933 (remove_files) COMPLETE |
7142 | 2024-12-14T00:33:16.229Z | [ recovery-image] Dec 14 00:33:14.637 INFO O| Dec 14 00:33:14.637 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-12-14T00:33:16.254Z | [ recovery-image] Dec 14 00:33:14.662 INFO O| Dec 14 00:33:14.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
7144 | 2024-12-14T00:33:16.254Z | [ recovery-image] Dec 14 00:33:14.662 INFO O| Dec 14 00:33:14.662 INFO STEP 934 (remove_files) COMPLETE |
7145 | 2024-12-14T00:33:16.255Z | [ recovery-image] Dec 14 00:33:14.662 INFO O| Dec 14 00:33:14.662 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-12-14T00:33:16.282Z | [ recovery-image] Dec 14 00:33:14.690 INFO O| Dec 14 00:33:14.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7147 | 2024-12-14T00:33:16.282Z | [ recovery-image] Dec 14 00:33:14.690 INFO O| Dec 14 00:33:14.690 INFO STEP 935 (remove_files) COMPLETE |
7148 | 2024-12-14T00:33:16.282Z | [ recovery-image] Dec 14 00:33:14.690 INFO O| Dec 14 00:33:14.690 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-12-14T00:33:16.303Z | [ recovery-image] Dec 14 00:33:14.712 INFO O| Dec 14 00:33:14.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7150 | 2024-12-14T00:33:16.303Z | [ recovery-image] Dec 14 00:33:14.712 INFO O| Dec 14 00:33:14.712 INFO STEP 936 (remove_files) COMPLETE |
7151 | 2024-12-14T00:33:16.303Z | [ recovery-image] Dec 14 00:33:14.712 INFO O| Dec 14 00:33:14.712 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-12-14T00:33:16.323Z | [ recovery-image] Dec 14 00:33:14.731 INFO O| Dec 14 00:33:14.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7153 | 2024-12-14T00:33:16.323Z | [ recovery-image] Dec 14 00:33:14.731 INFO O| Dec 14 00:33:14.731 INFO STEP 937 (remove_files) COMPLETE |
7154 | 2024-12-14T00:33:16.323Z | [ recovery-image] Dec 14 00:33:14.731 INFO O| Dec 14 00:33:14.731 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-12-14T00:33:16.366Z | [ recovery-image] Dec 14 00:33:14.775 INFO O| Dec 14 00:33:14.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7156 | 2024-12-14T00:33:16.369Z | [ recovery-image] Dec 14 00:33:14.775 INFO O| Dec 14 00:33:14.775 INFO STEP 938 (remove_files) COMPLETE |
7157 | 2024-12-14T00:33:16.369Z | [ recovery-image] Dec 14 00:33:14.775 INFO O| Dec 14 00:33:14.775 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-12-14T00:33:16.388Z | [ recovery-image] Dec 14 00:33:14.796 INFO O| Dec 14 00:33:14.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7159 | 2024-12-14T00:33:16.390Z | [ recovery-image] Dec 14 00:33:14.796 INFO O| Dec 14 00:33:14.796 INFO STEP 939 (remove_files) COMPLETE |
7160 | 2024-12-14T00:33:16.390Z | [ recovery-image] Dec 14 00:33:14.797 INFO O| Dec 14 00:33:14.796 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-12-14T00:33:16.428Z | [ recovery-image] Dec 14 00:33:14.837 INFO O| Dec 14 00:33:14.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7162 | 2024-12-14T00:33:16.428Z | [ recovery-image] Dec 14 00:33:14.837 INFO O| Dec 14 00:33:14.837 INFO STEP 940 (remove_files) COMPLETE |
7163 | 2024-12-14T00:33:16.428Z | [ recovery-image] Dec 14 00:33:14.837 INFO O| Dec 14 00:33:14.837 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-12-14T00:33:16.451Z | [ recovery-image] Dec 14 00:33:14.860 INFO O| Dec 14 00:33:14.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7165 | 2024-12-14T00:33:16.451Z | [ recovery-image] Dec 14 00:33:14.860 INFO O| Dec 14 00:33:14.860 INFO STEP 941 (remove_files) COMPLETE |
7166 | 2024-12-14T00:33:16.451Z | [ recovery-image] Dec 14 00:33:14.860 INFO O| Dec 14 00:33:14.860 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-12-14T00:33:16.510Z | [ recovery-image] Dec 14 00:33:14.919 INFO O| Dec 14 00:33:14.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7168 | 2024-12-14T00:33:16.513Z | [ recovery-image] Dec 14 00:33:14.919 INFO O| Dec 14 00:33:14.919 INFO STEP 942 (remove_files) COMPLETE |
7169 | 2024-12-14T00:33:16.513Z | [ recovery-image] Dec 14 00:33:14.919 INFO O| Dec 14 00:33:14.919 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-12-14T00:33:16.551Z | [ recovery-image] Dec 14 00:33:14.960 INFO O| Dec 14 00:33:14.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7171 | 2024-12-14T00:33:16.551Z | [ recovery-image] Dec 14 00:33:14.960 INFO O| Dec 14 00:33:14.960 INFO STEP 943 (remove_files) COMPLETE |
7172 | 2024-12-14T00:33:16.551Z | [ recovery-image] Dec 14 00:33:14.960 INFO O| Dec 14 00:33:14.960 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-12-14T00:33:16.584Z | [ recovery-image] Dec 14 00:33:14.992 INFO O| Dec 14 00:33:14.992 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7174 | 2024-12-14T00:33:16.584Z | [ recovery-image] Dec 14 00:33:14.992 INFO O| Dec 14 00:33:14.992 INFO STEP 944 (remove_files) COMPLETE |
7175 | 2024-12-14T00:33:16.584Z | [ recovery-image] Dec 14 00:33:14.992 INFO O| Dec 14 00:33:14.992 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-12-14T00:33:16.604Z | [ recovery-image] Dec 14 00:33:15.012 INFO O| Dec 14 00:33:15.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7177 | 2024-12-14T00:33:16.604Z | [ recovery-image] Dec 14 00:33:15.012 INFO O| Dec 14 00:33:15.012 INFO STEP 945 (remove_files) COMPLETE |
7178 | 2024-12-14T00:33:16.604Z | [ recovery-image] Dec 14 00:33:15.012 INFO O| Dec 14 00:33:15.012 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-12-14T00:33:16.622Z | [ recovery-image] Dec 14 00:33:15.031 INFO O| Dec 14 00:33:15.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7180 | 2024-12-14T00:33:16.622Z | [ recovery-image] Dec 14 00:33:15.031 INFO O| Dec 14 00:33:15.031 INFO STEP 946 (remove_files) COMPLETE |
7181 | 2024-12-14T00:33:16.622Z | [ recovery-image] Dec 14 00:33:15.031 INFO O| Dec 14 00:33:15.031 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-12-14T00:33:16.687Z | [ host-image] Dec 14 00:33:15.095 INFO O| Dec 14 00:33:15.095 INFO O| Planning: Solver setup ... Done |
7183 | 2024-12-14T00:33:16.690Z | [ recovery-image] Dec 14 00:33:15.098 INFO O| Dec 14 00:33:15.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7184 | 2024-12-14T00:33:16.690Z | [ recovery-image] Dec 14 00:33:15.098 INFO O| Dec 14 00:33:15.098 INFO STEP 947 (remove_files) COMPLETE |
7185 | 2024-12-14T00:33:16.690Z | [ recovery-image] Dec 14 00:33:15.098 INFO O| Dec 14 00:33:15.098 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7186 | 2024-12-14T00:33:16.694Z | [ host-image] Dec 14 00:33:15.103 INFO O| Dec 14 00:33:15.103 INFO O| Planning: Running solver ... Done |
7187 | 2024-12-14T00:33:16.719Z | [ recovery-image] Dec 14 00:33:15.128 INFO O| Dec 14 00:33:15.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7188 | 2024-12-14T00:33:16.719Z | [ recovery-image] Dec 14 00:33:15.128 INFO O| Dec 14 00:33:15.128 INFO STEP 948 (remove_files) COMPLETE |
7189 | 2024-12-14T00:33:16.719Z | [ recovery-image] Dec 14 00:33:15.128 INFO O| Dec 14 00:33:15.128 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-12-14T00:33:16.750Z | [ recovery-image] Dec 14 00:33:15.158 INFO O| Dec 14 00:33:15.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7191 | 2024-12-14T00:33:16.750Z | [ recovery-image] Dec 14 00:33:15.158 INFO O| Dec 14 00:33:15.158 INFO STEP 949 (remove_files) COMPLETE |
7192 | 2024-12-14T00:33:16.750Z | [ recovery-image] Dec 14 00:33:15.158 INFO O| Dec 14 00:33:15.158 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-12-14T00:33:16.777Z | [ recovery-image] Dec 14 00:33:15.186 INFO O| Dec 14 00:33:15.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7194 | 2024-12-14T00:33:16.777Z | [ recovery-image] Dec 14 00:33:15.186 INFO O| Dec 14 00:33:15.186 INFO STEP 950 (remove_files) COMPLETE |
7195 | 2024-12-14T00:33:16.777Z | [ recovery-image] Dec 14 00:33:15.186 INFO O| Dec 14 00:33:15.186 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-12-14T00:33:16.813Z | [ recovery-image] Dec 14 00:33:15.221 INFO O| Dec 14 00:33:15.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7197 | 2024-12-14T00:33:16.813Z | [ recovery-image] Dec 14 00:33:15.221 INFO O| Dec 14 00:33:15.221 INFO STEP 951 (remove_files) COMPLETE |
7198 | 2024-12-14T00:33:16.813Z | [ recovery-image] Dec 14 00:33:15.221 INFO O| Dec 14 00:33:15.221 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-12-14T00:33:16.833Z | [ recovery-image] Dec 14 00:33:15.242 INFO O| Dec 14 00:33:15.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7200 | 2024-12-14T00:33:16.836Z | [ recovery-image] Dec 14 00:33:15.242 INFO O| Dec 14 00:33:15.242 INFO STEP 952 (remove_files) COMPLETE |
7201 | 2024-12-14T00:33:16.837Z | [ recovery-image] Dec 14 00:33:15.242 INFO O| Dec 14 00:33:15.242 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-12-14T00:33:16.845Z | [ host-image] Dec 14 00:33:15.253 INFO O| Dec 14 00:33:15.253 INFO O| Planning: Finding local manifests ... Done |
7203 | 2024-12-14T00:33:16.848Z | [ host-image] Dec 14 00:33:15.254 INFO O| Dec 14 00:33:15.254 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7204 | 2024-12-14T00:33:16.875Z | [ recovery-image] Dec 14 00:33:15.284 INFO O| Dec 14 00:33:15.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7205 | 2024-12-14T00:33:16.878Z | [ recovery-image] Dec 14 00:33:15.284 INFO O| Dec 14 00:33:15.284 INFO STEP 953 (remove_files) COMPLETE |
7206 | 2024-12-14T00:33:16.878Z | [ recovery-image] Dec 14 00:33:15.284 INFO O| Dec 14 00:33:15.284 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-12-14T00:33:16.897Z | [ recovery-image] Dec 14 00:33:15.306 INFO O| Dec 14 00:33:15.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7208 | 2024-12-14T00:33:16.897Z | [ recovery-image] Dec 14 00:33:15.306 INFO O| Dec 14 00:33:15.306 INFO STEP 954 (remove_files) COMPLETE |
7209 | 2024-12-14T00:33:16.899Z | [ recovery-image] Dec 14 00:33:15.306 INFO O| Dec 14 00:33:15.306 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-12-14T00:33:16.939Z | [ recovery-image] Dec 14 00:33:15.347 INFO O| Dec 14 00:33:15.347 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7211 | 2024-12-14T00:33:16.939Z | [ recovery-image] Dec 14 00:33:15.348 INFO O| Dec 14 00:33:15.348 INFO STEP 955 (remove_files) COMPLETE |
7212 | 2024-12-14T00:33:16.939Z | [ recovery-image] Dec 14 00:33:15.348 INFO O| Dec 14 00:33:15.348 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-12-14T00:33:16.996Z | [ recovery-image] Dec 14 00:33:15.404 INFO O| Dec 14 00:33:15.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7214 | 2024-12-14T00:33:16.996Z | [ recovery-image] Dec 14 00:33:15.404 INFO O| Dec 14 00:33:15.404 INFO STEP 956 (remove_files) COMPLETE |
7215 | 2024-12-14T00:33:16.999Z | [ recovery-image] Dec 14 00:33:15.404 INFO O| Dec 14 00:33:15.404 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-12-14T00:33:17.077Z | [ recovery-image] Dec 14 00:33:15.485 INFO O| Dec 14 00:33:15.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7217 | 2024-12-14T00:33:17.077Z | [ recovery-image] Dec 14 00:33:15.485 INFO O| Dec 14 00:33:15.485 INFO STEP 957 (remove_files) COMPLETE |
7218 | 2024-12-14T00:33:17.078Z | [ recovery-image] Dec 14 00:33:15.485 INFO O| Dec 14 00:33:15.485 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-12-14T00:33:17.089Z | [ host-image] Dec 14 00:33:15.498 INFO O| Dec 14 00:33:15.498 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7220 | 2024-12-14T00:33:17.115Z | [ recovery-image] Dec 14 00:33:15.524 INFO O| Dec 14 00:33:15.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7221 | 2024-12-14T00:33:17.118Z | [ recovery-image] Dec 14 00:33:15.526 INFO O| Dec 14 00:33:15.526 INFO STEP 958 (remove_files) COMPLETE |
7222 | 2024-12-14T00:33:17.118Z | [ recovery-image] Dec 14 00:33:15.526 INFO O| Dec 14 00:33:15.526 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-12-14T00:33:17.141Z | [ host-image] Dec 14 00:33:15.550 INFO O| Dec 14 00:33:15.550 INFO O| Planning: Package planning ... Done |
7224 | 2024-12-14T00:33:17.144Z | [ host-image] Dec 14 00:33:15.551 INFO O| Dec 14 00:33:15.551 INFO O| Planning: Merging actions ... Done |
7225 | 2024-12-14T00:33:17.181Z | [ recovery-image] Dec 14 00:33:15.590 INFO O| Dec 14 00:33:15.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7226 | 2024-12-14T00:33:17.181Z | [ recovery-image] Dec 14 00:33:15.590 INFO O| Dec 14 00:33:15.590 INFO STEP 959 (remove_files) COMPLETE |
7227 | 2024-12-14T00:33:17.181Z | [ recovery-image] Dec 14 00:33:15.590 INFO O| Dec 14 00:33:15.590 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-12-14T00:33:17.202Z | [ recovery-image] Dec 14 00:33:15.611 INFO O| Dec 14 00:33:15.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7229 | 2024-12-14T00:33:17.202Z | [ recovery-image] Dec 14 00:33:15.611 INFO O| Dec 14 00:33:15.611 INFO STEP 960 (remove_files) COMPLETE |
7230 | 2024-12-14T00:33:17.202Z | [ recovery-image] Dec 14 00:33:15.611 INFO O| Dec 14 00:33:15.611 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-12-14T00:33:17.221Z | [ recovery-image] Dec 14 00:33:15.630 INFO O| Dec 14 00:33:15.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7232 | 2024-12-14T00:33:17.221Z | [ recovery-image] Dec 14 00:33:15.630 INFO O| Dec 14 00:33:15.630 INFO STEP 961 (remove_files) COMPLETE |
7233 | 2024-12-14T00:33:17.221Z | [ recovery-image] Dec 14 00:33:15.630 INFO O| Dec 14 00:33:15.630 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-12-14T00:33:17.242Z | [ recovery-image] Dec 14 00:33:15.650 INFO O| Dec 14 00:33:15.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7235 | 2024-12-14T00:33:17.242Z | [ recovery-image] Dec 14 00:33:15.650 INFO O| Dec 14 00:33:15.650 INFO STEP 962 (remove_files) COMPLETE |
7236 | 2024-12-14T00:33:17.242Z | [ recovery-image] Dec 14 00:33:15.650 INFO O| Dec 14 00:33:15.650 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-12-14T00:33:17.262Z | [ recovery-image] Dec 14 00:33:15.670 INFO O| Dec 14 00:33:15.670 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7238 | 2024-12-14T00:33:17.262Z | [ recovery-image] Dec 14 00:33:15.670 INFO O| Dec 14 00:33:15.670 INFO STEP 963 (remove_files) COMPLETE |
7239 | 2024-12-14T00:33:17.264Z | [ recovery-image] Dec 14 00:33:15.671 INFO O| Dec 14 00:33:15.670 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-12-14T00:33:17.282Z | [ recovery-image] Dec 14 00:33:15.690 INFO O| Dec 14 00:33:15.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7241 | 2024-12-14T00:33:17.303Z | [ recovery-image] Dec 14 00:33:15.712 INFO O| Dec 14 00:33:15.712 INFO STEP 964 (remove_files) COMPLETE |
7242 | 2024-12-14T00:33:17.304Z | [ recovery-image] Dec 14 00:33:15.712 INFO O| Dec 14 00:33:15.712 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-12-14T00:33:17.326Z | [ recovery-image] Dec 14 00:33:15.734 INFO O| Dec 14 00:33:15.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7244 | 2024-12-14T00:33:17.329Z | [ recovery-image] Dec 14 00:33:15.735 INFO O| Dec 14 00:33:15.735 INFO STEP 965 (remove_files) COMPLETE |
7245 | 2024-12-14T00:33:17.329Z | [ recovery-image] Dec 14 00:33:15.735 INFO O| Dec 14 00:33:15.735 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-12-14T00:33:17.346Z | [ recovery-image] Dec 14 00:33:15.755 INFO O| Dec 14 00:33:15.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7247 | 2024-12-14T00:33:17.349Z | [ recovery-image] Dec 14 00:33:15.755 INFO O| Dec 14 00:33:15.755 INFO STEP 966 (remove_files) COMPLETE |
7248 | 2024-12-14T00:33:17.349Z | [ recovery-image] Dec 14 00:33:15.755 INFO O| Dec 14 00:33:15.755 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-12-14T00:33:17.353Z | [ host-image] Dec 14 00:33:15.761 INFO O| Dec 14 00:33:15.761 INFO O| Planning: Checking for conflicting actions ... Done |
7250 | 2024-12-14T00:33:17.355Z | [ host-image] Dec 14 00:33:15.762 INFO O| Dec 14 00:33:15.762 INFO O| Planning: Consolidating action changes ... Done |
7251 | 2024-12-14T00:33:17.366Z | [ recovery-image] Dec 14 00:33:15.775 INFO O| Dec 14 00:33:15.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7252 | 2024-12-14T00:33:17.369Z | [ recovery-image] Dec 14 00:33:15.775 INFO O| Dec 14 00:33:15.775 INFO STEP 967 (remove_files) COMPLETE |
7253 | 2024-12-14T00:33:17.369Z | [ recovery-image] Dec 14 00:33:15.775 INFO O| Dec 14 00:33:15.775 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7254 | 2024-12-14T00:33:17.387Z | [ recovery-image] Dec 14 00:33:15.795 INFO O| Dec 14 00:33:15.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7255 | 2024-12-14T00:33:17.389Z | [ recovery-image] Dec 14 00:33:15.795 INFO O| Dec 14 00:33:15.795 INFO STEP 968 (remove_files) COMPLETE |
7256 | 2024-12-14T00:33:17.389Z | [ recovery-image] Dec 14 00:33:15.795 INFO O| Dec 14 00:33:15.795 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7257 | 2024-12-14T00:33:17.426Z | [ recovery-image] Dec 14 00:33:15.834 INFO O| Dec 14 00:33:15.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7258 | 2024-12-14T00:33:17.428Z | [ recovery-image] Dec 14 00:33:15.834 INFO O| Dec 14 00:33:15.834 INFO STEP 969 (remove_files) COMPLETE |
7259 | 2024-12-14T00:33:17.428Z | [ recovery-image] Dec 14 00:33:15.834 INFO O| Dec 14 00:33:15.834 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7260 | 2024-12-14T00:33:17.447Z | [ recovery-image] Dec 14 00:33:15.855 INFO O| Dec 14 00:33:15.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7261 | 2024-12-14T00:33:17.450Z | [ recovery-image] Dec 14 00:33:15.856 INFO O| Dec 14 00:33:15.856 INFO STEP 970 (remove_files) COMPLETE |
7262 | 2024-12-14T00:33:17.451Z | [ recovery-image] Dec 14 00:33:15.856 INFO O| Dec 14 00:33:15.856 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7263 | 2024-12-14T00:33:17.481Z | [ recovery-image] Dec 14 00:33:15.890 INFO O| Dec 14 00:33:15.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7264 | 2024-12-14T00:33:17.484Z | [ recovery-image] Dec 14 00:33:15.890 INFO O| Dec 14 00:33:15.890 INFO STEP 971 (remove_files) COMPLETE |
7265 | 2024-12-14T00:33:17.484Z | [ recovery-image] Dec 14 00:33:15.890 INFO O| Dec 14 00:33:15.890 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7266 | 2024-12-14T00:33:17.502Z | [ recovery-image] Dec 14 00:33:15.910 INFO O| Dec 14 00:33:15.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7267 | 2024-12-14T00:33:17.505Z | [ recovery-image] Dec 14 00:33:15.910 INFO O| Dec 14 00:33:15.910 INFO STEP 972 (remove_files) COMPLETE |
7268 | 2024-12-14T00:33:17.505Z | [ recovery-image] Dec 14 00:33:15.910 INFO O| Dec 14 00:33:15.910 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7269 | 2024-12-14T00:33:17.521Z | [ recovery-image] Dec 14 00:33:15.929 INFO O| Dec 14 00:33:15.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7270 | 2024-12-14T00:33:17.522Z | [ recovery-image] Dec 14 00:33:15.929 INFO O| Dec 14 00:33:15.929 INFO STEP 973 (remove_files) COMPLETE |
7271 | 2024-12-14T00:33:17.522Z | [ recovery-image] Dec 14 00:33:15.929 INFO O| Dec 14 00:33:15.929 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7272 | 2024-12-14T00:33:17.539Z | [ recovery-image] Dec 14 00:33:15.948 INFO O| Dec 14 00:33:15.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7273 | 2024-12-14T00:33:17.544Z | [ recovery-image] Dec 14 00:33:15.948 INFO O| Dec 14 00:33:15.948 INFO STEP 974 (remove_files) COMPLETE |
7274 | 2024-12-14T00:33:17.544Z | [ recovery-image] Dec 14 00:33:15.948 INFO O| Dec 14 00:33:15.948 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7275 | 2024-12-14T00:33:17.616Z | [ recovery-image] Dec 14 00:33:16.024 INFO O| Dec 14 00:33:16.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7276 | 2024-12-14T00:33:17.616Z | [ recovery-image] Dec 14 00:33:16.024 INFO O| Dec 14 00:33:16.024 INFO STEP 975 (remove_files) COMPLETE |
7277 | 2024-12-14T00:33:17.616Z | [ recovery-image] Dec 14 00:33:16.024 INFO O| Dec 14 00:33:16.024 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7278 | 2024-12-14T00:33:17.637Z | [ recovery-image] Dec 14 00:33:16.046 INFO O| Dec 14 00:33:16.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7279 | 2024-12-14T00:33:17.640Z | [ recovery-image] Dec 14 00:33:16.046 INFO O| Dec 14 00:33:16.046 INFO STEP 976 (remove_files) COMPLETE |
7280 | 2024-12-14T00:33:17.640Z | [ recovery-image] Dec 14 00:33:16.046 INFO O| Dec 14 00:33:16.046 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7281 | 2024-12-14T00:33:17.658Z | [ recovery-image] Dec 14 00:33:16.066 INFO O| Dec 14 00:33:16.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7282 | 2024-12-14T00:33:17.658Z | [ recovery-image] Dec 14 00:33:16.066 INFO O| Dec 14 00:33:16.066 INFO STEP 977 (remove_files) COMPLETE |
7283 | 2024-12-14T00:33:17.660Z | [ recovery-image] Dec 14 00:33:16.066 INFO O| Dec 14 00:33:16.066 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7284 | 2024-12-14T00:33:17.677Z | [ recovery-image] Dec 14 00:33:16.086 INFO O| Dec 14 00:33:16.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7285 | 2024-12-14T00:33:17.681Z | [ recovery-image] Dec 14 00:33:16.086 INFO O| Dec 14 00:33:16.086 INFO STEP 978 (remove_files) COMPLETE |
7286 | 2024-12-14T00:33:17.681Z | [ recovery-image] Dec 14 00:33:16.086 INFO O| Dec 14 00:33:16.086 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7287 | 2024-12-14T00:33:17.696Z | [ recovery-image] Dec 14 00:33:16.104 INFO O| Dec 14 00:33:16.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7288 | 2024-12-14T00:33:17.696Z | [ recovery-image] Dec 14 00:33:16.105 INFO O| Dec 14 00:33:16.104 INFO STEP 979 (remove_files) COMPLETE |
7289 | 2024-12-14T00:33:17.696Z | [ recovery-image] Dec 14 00:33:16.105 INFO O| Dec 14 00:33:16.105 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7290 | 2024-12-14T00:33:17.715Z | [ recovery-image] Dec 14 00:33:16.123 INFO O| Dec 14 00:33:16.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7291 | 2024-12-14T00:33:17.715Z | [ recovery-image] Dec 14 00:33:16.123 INFO O| Dec 14 00:33:16.123 INFO STEP 980 (remove_files) COMPLETE |
7292 | 2024-12-14T00:33:17.717Z | [ recovery-image] Dec 14 00:33:16.123 INFO O| Dec 14 00:33:16.123 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7293 | 2024-12-14T00:33:17.741Z | [ recovery-image] Dec 14 00:33:16.150 INFO O| Dec 14 00:33:16.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7294 | 2024-12-14T00:33:17.744Z | [ recovery-image] Dec 14 00:33:16.150 INFO O| Dec 14 00:33:16.150 INFO STEP 981 (remove_files) COMPLETE |
7295 | 2024-12-14T00:33:17.744Z | [ recovery-image] Dec 14 00:33:16.150 INFO O| Dec 14 00:33:16.150 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7296 | 2024-12-14T00:33:17.764Z | [ recovery-image] Dec 14 00:33:16.172 INFO O| Dec 14 00:33:16.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7297 | 2024-12-14T00:33:17.767Z | [ recovery-image] Dec 14 00:33:16.172 INFO O| Dec 14 00:33:16.172 INFO STEP 982 (remove_files) COMPLETE |
7298 | 2024-12-14T00:33:17.767Z | [ recovery-image] Dec 14 00:33:16.172 INFO O| Dec 14 00:33:16.172 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7299 | 2024-12-14T00:33:17.810Z | [ host-image] Dec 14 00:33:16.218 INFO O| Dec 14 00:33:16.218 INFO O| Planning: Evaluating mediators ... Done |
7300 | 2024-12-14T00:33:17.813Z | [ host-image] Dec 14 00:33:16.219 INFO O| Dec 14 00:33:16.219 INFO O| Planning: Planning completed in 5.30 seconds |
7301 | 2024-12-14T00:33:17.813Z | [ host-image] Dec 14 00:33:16.221 INFO O| Dec 14 00:33:16.221 INFO O| Packages to install: 1 |
7302 | 2024-12-14T00:33:17.835Z | [ host-image] Dec 14 00:33:16.243 INFO O| Dec 14 00:33:16.243 INFO O| Download: 0/4 items 0.0/10.0MB 0% complete |
7303 | 2024-12-14T00:33:17.915Z | [ recovery-image] Dec 14 00:33:16.323 INFO O| Dec 14 00:33:16.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7304 | 2024-12-14T00:33:17.915Z | [ recovery-image] Dec 14 00:33:16.323 INFO O| Dec 14 00:33:16.323 INFO STEP 983 (remove_files) COMPLETE |
7305 | 2024-12-14T00:33:17.915Z | [ recovery-image] Dec 14 00:33:16.323 INFO O| Dec 14 00:33:16.323 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-12-14T00:33:17.969Z | [ recovery-image] Dec 14 00:33:16.377 INFO O| Dec 14 00:33:16.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7307 | 2024-12-14T00:33:17.970Z | [ recovery-image] Dec 14 00:33:16.377 INFO O| Dec 14 00:33:16.377 INFO STEP 984 (remove_files) COMPLETE |
7308 | 2024-12-14T00:33:17.972Z | [ recovery-image] Dec 14 00:33:16.377 INFO O| Dec 14 00:33:16.377 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-12-14T00:33:17.994Z | [ recovery-image] Dec 14 00:33:16.402 INFO O| Dec 14 00:33:16.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7310 | 2024-12-14T00:33:17.994Z | [ recovery-image] Dec 14 00:33:16.402 INFO O| Dec 14 00:33:16.402 INFO STEP 985 (remove_files) COMPLETE |
7311 | 2024-12-14T00:33:17.997Z | [ recovery-image] Dec 14 00:33:16.402 INFO O| Dec 14 00:33:16.402 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-12-14T00:33:18.018Z | [ recovery-image] Dec 14 00:33:16.426 INFO O| Dec 14 00:33:16.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7313 | 2024-12-14T00:33:18.020Z | [ recovery-image] Dec 14 00:33:16.426 INFO O| Dec 14 00:33:16.426 INFO STEP 986 (remove_files) COMPLETE |
7314 | 2024-12-14T00:33:18.020Z | [ recovery-image] Dec 14 00:33:16.426 INFO O| Dec 14 00:33:16.426 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-12-14T00:33:18.037Z | [ recovery-image] Dec 14 00:33:16.446 INFO O| Dec 14 00:33:16.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7316 | 2024-12-14T00:33:18.037Z | [ recovery-image] Dec 14 00:33:16.446 INFO O| Dec 14 00:33:16.446 INFO STEP 987 (remove_files) COMPLETE |
7317 | 2024-12-14T00:33:18.040Z | [ recovery-image] Dec 14 00:33:16.446 INFO O| Dec 14 00:33:16.446 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-12-14T00:33:18.069Z | [ recovery-image] Dec 14 00:33:16.477 INFO O| Dec 14 00:33:16.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7319 | 2024-12-14T00:33:18.069Z | [ recovery-image] Dec 14 00:33:16.478 INFO O| Dec 14 00:33:16.478 INFO STEP 988 (remove_files) COMPLETE |
7320 | 2024-12-14T00:33:18.069Z | [ recovery-image] Dec 14 00:33:16.478 INFO O| Dec 14 00:33:16.478 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-12-14T00:33:18.088Z | [ recovery-image] Dec 14 00:33:16.496 INFO O| Dec 14 00:33:16.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7322 | 2024-12-14T00:33:18.088Z | [ recovery-image] Dec 14 00:33:16.496 INFO O| Dec 14 00:33:16.496 INFO STEP 989 (remove_files) COMPLETE |
7323 | 2024-12-14T00:33:18.091Z | [ recovery-image] Dec 14 00:33:16.497 INFO O| Dec 14 00:33:16.496 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-12-14T00:33:18.106Z | [ recovery-image] Dec 14 00:33:16.514 INFO O| Dec 14 00:33:16.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7325 | 2024-12-14T00:33:18.106Z | [ recovery-image] Dec 14 00:33:16.515 INFO O| Dec 14 00:33:16.515 INFO STEP 990 (remove_files) COMPLETE |
7326 | 2024-12-14T00:33:18.109Z | [ recovery-image] Dec 14 00:33:16.515 INFO O| Dec 14 00:33:16.515 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-12-14T00:33:18.126Z | [ recovery-image] Dec 14 00:33:16.534 INFO O| Dec 14 00:33:16.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7328 | 2024-12-14T00:33:18.126Z | [ recovery-image] Dec 14 00:33:16.534 INFO O| Dec 14 00:33:16.534 INFO STEP 991 (remove_files) COMPLETE |
7329 | 2024-12-14T00:33:18.126Z | [ recovery-image] Dec 14 00:33:16.534 INFO O| Dec 14 00:33:16.534 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-12-14T00:33:18.145Z | [ recovery-image] Dec 14 00:33:16.553 INFO O| Dec 14 00:33:16.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7331 | 2024-12-14T00:33:18.145Z | [ recovery-image] Dec 14 00:33:16.553 INFO O| Dec 14 00:33:16.553 INFO STEP 992 (remove_files) COMPLETE |
7332 | 2024-12-14T00:33:18.145Z | [ recovery-image] Dec 14 00:33:16.553 INFO O| Dec 14 00:33:16.553 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-12-14T00:33:18.165Z | [ recovery-image] Dec 14 00:33:16.574 INFO O| Dec 14 00:33:16.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7334 | 2024-12-14T00:33:18.165Z | [ recovery-image] Dec 14 00:33:16.574 INFO O| Dec 14 00:33:16.574 INFO STEP 993 (remove_files) COMPLETE |
7335 | 2024-12-14T00:33:18.165Z | [ recovery-image] Dec 14 00:33:16.574 INFO O| Dec 14 00:33:16.574 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-12-14T00:33:18.185Z | [ recovery-image] Dec 14 00:33:16.594 INFO O| Dec 14 00:33:16.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7337 | 2024-12-14T00:33:18.186Z | [ recovery-image] Dec 14 00:33:16.594 INFO O| Dec 14 00:33:16.594 INFO STEP 994 (remove_files) COMPLETE |
7338 | 2024-12-14T00:33:18.186Z | [ recovery-image] Dec 14 00:33:16.594 INFO O| Dec 14 00:33:16.594 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-12-14T00:33:18.205Z | [ recovery-image] Dec 14 00:33:16.613 INFO O| Dec 14 00:33:16.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7340 | 2024-12-14T00:33:18.205Z | [ recovery-image] Dec 14 00:33:16.613 INFO O| Dec 14 00:33:16.613 INFO STEP 995 (remove_files) COMPLETE |
7341 | 2024-12-14T00:33:18.207Z | [ recovery-image] Dec 14 00:33:16.613 INFO O| Dec 14 00:33:16.613 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-12-14T00:33:18.225Z | [ recovery-image] Dec 14 00:33:16.633 INFO O| Dec 14 00:33:16.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7343 | 2024-12-14T00:33:18.225Z | [ recovery-image] Dec 14 00:33:16.633 INFO O| Dec 14 00:33:16.633 INFO STEP 996 (remove_files) COMPLETE |
7344 | 2024-12-14T00:33:18.225Z | [ recovery-image] Dec 14 00:33:16.633 INFO O| Dec 14 00:33:16.633 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-12-14T00:33:18.245Z | [ recovery-image] Dec 14 00:33:16.653 INFO O| Dec 14 00:33:16.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7346 | 2024-12-14T00:33:18.245Z | [ recovery-image] Dec 14 00:33:16.653 INFO O| Dec 14 00:33:16.653 INFO STEP 997 (remove_files) COMPLETE |
7347 | 2024-12-14T00:33:18.248Z | [ recovery-image] Dec 14 00:33:16.653 INFO O| Dec 14 00:33:16.653 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-12-14T00:33:18.266Z | [ recovery-image] Dec 14 00:33:16.675 INFO O| Dec 14 00:33:16.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7349 | 2024-12-14T00:33:18.266Z | [ recovery-image] Dec 14 00:33:16.675 INFO O| Dec 14 00:33:16.675 INFO STEP 998 (remove_files) COMPLETE |
7350 | 2024-12-14T00:33:18.269Z | [ recovery-image] Dec 14 00:33:16.675 INFO O| Dec 14 00:33:16.675 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-12-14T00:33:18.288Z | [ recovery-image] Dec 14 00:33:16.696 INFO O| Dec 14 00:33:16.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7352 | 2024-12-14T00:33:18.288Z | [ recovery-image] Dec 14 00:33:16.696 INFO O| Dec 14 00:33:16.696 INFO STEP 999 (remove_files) COMPLETE |
7353 | 2024-12-14T00:33:18.291Z | [ recovery-image] Dec 14 00:33:16.696 INFO O| Dec 14 00:33:16.696 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-12-14T00:33:18.309Z | [ recovery-image] Dec 14 00:33:16.718 INFO O| Dec 14 00:33:16.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7355 | 2024-12-14T00:33:18.309Z | [ recovery-image] Dec 14 00:33:16.718 INFO O| Dec 14 00:33:16.718 INFO STEP 1000 (remove_files) COMPLETE |
7356 | 2024-12-14T00:33:18.312Z | [ recovery-image] Dec 14 00:33:16.718 INFO O| Dec 14 00:33:16.718 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-12-14T00:33:18.331Z | [ recovery-image] Dec 14 00:33:16.739 INFO O| Dec 14 00:33:16.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7358 | 2024-12-14T00:33:18.334Z | [ recovery-image] Dec 14 00:33:16.739 INFO O| Dec 14 00:33:16.739 INFO STEP 1001 (remove_files) COMPLETE |
7359 | 2024-12-14T00:33:18.334Z | [ recovery-image] Dec 14 00:33:16.739 INFO O| Dec 14 00:33:16.739 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-12-14T00:33:18.351Z | [ recovery-image] Dec 14 00:33:16.760 INFO O| Dec 14 00:33:16.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7361 | 2024-12-14T00:33:18.351Z | [ recovery-image] Dec 14 00:33:16.760 INFO O| Dec 14 00:33:16.760 INFO STEP 1002 (remove_files) COMPLETE |
7362 | 2024-12-14T00:33:18.354Z | [ recovery-image] Dec 14 00:33:16.760 INFO O| Dec 14 00:33:16.760 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-12-14T00:33:18.372Z | [ recovery-image] Dec 14 00:33:16.780 INFO O| Dec 14 00:33:16.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7364 | 2024-12-14T00:33:18.372Z | [ recovery-image] Dec 14 00:33:16.780 INFO O| Dec 14 00:33:16.780 INFO STEP 1003 (remove_files) COMPLETE |
7365 | 2024-12-14T00:33:18.372Z | [ recovery-image] Dec 14 00:33:16.780 INFO O| Dec 14 00:33:16.780 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-12-14T00:33:18.409Z | [ recovery-image] Dec 14 00:33:16.817 INFO O| Dec 14 00:33:16.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7367 | 2024-12-14T00:33:18.409Z | [ recovery-image] Dec 14 00:33:16.817 INFO O| Dec 14 00:33:16.817 INFO STEP 1004 (remove_files) COMPLETE |
7368 | 2024-12-14T00:33:18.409Z | [ recovery-image] Dec 14 00:33:16.817 INFO O| Dec 14 00:33:16.817 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-12-14T00:33:18.438Z | [ recovery-image] Dec 14 00:33:16.846 INFO O| Dec 14 00:33:16.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7370 | 2024-12-14T00:33:18.438Z | [ recovery-image] Dec 14 00:33:16.846 INFO O| Dec 14 00:33:16.846 INFO STEP 1005 (remove_files) COMPLETE |
7371 | 2024-12-14T00:33:18.441Z | [ recovery-image] Dec 14 00:33:16.846 INFO O| Dec 14 00:33:16.846 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-12-14T00:33:18.501Z | [ recovery-image] Dec 14 00:33:16.908 INFO O| Dec 14 00:33:16.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7373 | 2024-12-14T00:33:18.501Z | [ recovery-image] Dec 14 00:33:16.909 INFO O| Dec 14 00:33:16.909 INFO STEP 1006 (remove_files) COMPLETE |
7374 | 2024-12-14T00:33:18.501Z | [ recovery-image] Dec 14 00:33:16.909 INFO O| Dec 14 00:33:16.909 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-12-14T00:33:18.520Z | [ recovery-image] Dec 14 00:33:16.927 INFO O| Dec 14 00:33:16.927 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7376 | 2024-12-14T00:33:18.520Z | [ recovery-image] Dec 14 00:33:16.927 INFO O| Dec 14 00:33:16.927 INFO STEP 1007 (remove_files) COMPLETE |
7377 | 2024-12-14T00:33:18.520Z | [ recovery-image] Dec 14 00:33:16.927 INFO O| Dec 14 00:33:16.927 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-12-14T00:33:18.538Z | [ recovery-image] Dec 14 00:33:16.945 INFO O| Dec 14 00:33:16.945 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7379 | 2024-12-14T00:33:18.538Z | [ recovery-image] Dec 14 00:33:16.946 INFO O| Dec 14 00:33:16.945 INFO STEP 1008 (remove_files) COMPLETE |
7380 | 2024-12-14T00:33:18.538Z | [ recovery-image] Dec 14 00:33:16.946 INFO O| Dec 14 00:33:16.946 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-12-14T00:33:18.548Z | [ host-image] Dec 14 00:33:16.956 INFO O| Dec 14 00:33:16.956 INFO O| Download: Completed 9.99 MB in 0.71 seconds (14.0M/s) |
7382 | 2024-12-14T00:33:18.557Z | [ recovery-image] Dec 14 00:33:16.965 INFO O| Dec 14 00:33:16.965 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7383 | 2024-12-14T00:33:18.557Z | [ recovery-image] Dec 14 00:33:16.965 INFO O| Dec 14 00:33:16.965 INFO STEP 1009 (remove_files) COMPLETE |
7384 | 2024-12-14T00:33:18.560Z | [ recovery-image] Dec 14 00:33:16.965 INFO O| Dec 14 00:33:16.965 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-12-14T00:33:18.590Z | [ recovery-image] Dec 14 00:33:16.998 INFO O| Dec 14 00:33:16.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7386 | 2024-12-14T00:33:18.590Z | [ recovery-image] Dec 14 00:33:16.998 INFO O| Dec 14 00:33:16.998 INFO STEP 1010 (remove_files) COMPLETE |
7387 | 2024-12-14T00:33:18.590Z | [ recovery-image] Dec 14 00:33:16.998 INFO O| Dec 14 00:33:16.998 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-12-14T00:33:18.705Z | [ recovery-image] Dec 14 00:33:17.113 INFO O| Dec 14 00:33:17.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7389 | 2024-12-14T00:33:18.705Z | [ recovery-image] Dec 14 00:33:17.113 INFO O| Dec 14 00:33:17.113 INFO STEP 1011 (remove_files) COMPLETE |
7390 | 2024-12-14T00:33:18.705Z | [ recovery-image] Dec 14 00:33:17.113 INFO O| Dec 14 00:33:17.113 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-12-14T00:33:18.711Z | [ host-image] Dec 14 00:33:17.119 INFO O| Dec 14 00:33:17.119 INFO O| Actions: 1/22 actions (Installing new actions) |
7392 | 2024-12-14T00:33:18.740Z | [ recovery-image] Dec 14 00:33:17.148 INFO O| Dec 14 00:33:17.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7393 | 2024-12-14T00:33:18.740Z | [ recovery-image] Dec 14 00:33:17.148 INFO O| Dec 14 00:33:17.148 INFO STEP 1012 (remove_files) COMPLETE |
7394 | 2024-12-14T00:33:18.740Z | [ recovery-image] Dec 14 00:33:17.148 INFO O| Dec 14 00:33:17.148 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7395 | 2024-12-14T00:33:18.759Z | [ recovery-image] Dec 14 00:33:17.167 INFO O| Dec 14 00:33:17.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7396 | 2024-12-14T00:33:18.762Z | [ recovery-image] Dec 14 00:33:17.167 INFO O| Dec 14 00:33:17.167 INFO STEP 1013 (remove_files) COMPLETE |
7397 | 2024-12-14T00:33:18.762Z | [ recovery-image] Dec 14 00:33:17.168 INFO O| Dec 14 00:33:17.167 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7398 | 2024-12-14T00:33:18.792Z | [ recovery-image] Dec 14 00:33:17.199 INFO O| Dec 14 00:33:17.199 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7399 | 2024-12-14T00:33:18.795Z | [ recovery-image] Dec 14 00:33:17.199 INFO O| Dec 14 00:33:17.199 INFO STEP 1014 (remove_files) COMPLETE |
7400 | 2024-12-14T00:33:18.795Z | [ recovery-image] Dec 14 00:33:17.199 INFO O| Dec 14 00:33:17.199 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7401 | 2024-12-14T00:33:18.852Z | [ recovery-image] Dec 14 00:33:17.260 INFO O| Dec 14 00:33:17.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7402 | 2024-12-14T00:33:18.852Z | [ recovery-image] Dec 14 00:33:17.260 INFO O| Dec 14 00:33:17.260 INFO STEP 1015 (remove_files) COMPLETE |
7403 | 2024-12-14T00:33:18.852Z | [ recovery-image] Dec 14 00:33:17.260 INFO O| Dec 14 00:33:17.260 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7404 | 2024-12-14T00:33:18.870Z | [ recovery-image] Dec 14 00:33:17.278 INFO O| Dec 14 00:33:17.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7405 | 2024-12-14T00:33:18.870Z | [ recovery-image] Dec 14 00:33:17.278 INFO O| Dec 14 00:33:17.278 INFO STEP 1016 (remove_files) COMPLETE |
7406 | 2024-12-14T00:33:18.870Z | [ recovery-image] Dec 14 00:33:17.279 INFO O| Dec 14 00:33:17.278 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7407 | 2024-12-14T00:33:18.890Z | [ recovery-image] Dec 14 00:33:17.298 INFO O| Dec 14 00:33:17.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7408 | 2024-12-14T00:33:18.890Z | [ recovery-image] Dec 14 00:33:17.298 INFO O| Dec 14 00:33:17.298 INFO STEP 1017 (remove_files) COMPLETE |
7409 | 2024-12-14T00:33:18.890Z | [ recovery-image] Dec 14 00:33:17.298 INFO O| Dec 14 00:33:17.298 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7410 | 2024-12-14T00:33:18.929Z | [ recovery-image] Dec 14 00:33:17.337 INFO O| Dec 14 00:33:17.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7411 | 2024-12-14T00:33:18.932Z | [ recovery-image] Dec 14 00:33:17.338 INFO O| Dec 14 00:33:17.338 INFO STEP 1018 (remove_files) COMPLETE |
7412 | 2024-12-14T00:33:18.932Z | [ recovery-image] Dec 14 00:33:17.338 INFO O| Dec 14 00:33:17.338 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7413 | 2024-12-14T00:33:18.951Z | [ recovery-image] Dec 14 00:33:17.359 INFO O| Dec 14 00:33:17.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7414 | 2024-12-14T00:33:18.954Z | [ recovery-image] Dec 14 00:33:17.359 INFO O| Dec 14 00:33:17.359 INFO STEP 1019 (remove_files) COMPLETE |
7415 | 2024-12-14T00:33:18.954Z | [ recovery-image] Dec 14 00:33:17.359 INFO O| Dec 14 00:33:17.359 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7416 | 2024-12-14T00:33:18.972Z | [ recovery-image] Dec 14 00:33:17.380 INFO O| Dec 14 00:33:17.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7417 | 2024-12-14T00:33:18.974Z | [ recovery-image] Dec 14 00:33:17.380 INFO O| Dec 14 00:33:17.380 INFO STEP 1020 (remove_files) COMPLETE |
7418 | 2024-12-14T00:33:18.974Z | [ recovery-image] Dec 14 00:33:17.380 INFO O| Dec 14 00:33:17.380 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7419 | 2024-12-14T00:33:18.992Z | [ recovery-image] Dec 14 00:33:17.401 INFO O| Dec 14 00:33:17.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7420 | 2024-12-14T00:33:18.995Z | [ recovery-image] Dec 14 00:33:17.401 INFO O| Dec 14 00:33:17.401 INFO STEP 1021 (remove_files) COMPLETE |
7421 | 2024-12-14T00:33:18.995Z | [ recovery-image] Dec 14 00:33:17.401 INFO O| Dec 14 00:33:17.401 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7422 | 2024-12-14T00:33:19.013Z | [ recovery-image] Dec 14 00:33:17.421 INFO O| Dec 14 00:33:17.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7423 | 2024-12-14T00:33:19.015Z | [ recovery-image] Dec 14 00:33:17.421 INFO O| Dec 14 00:33:17.421 INFO STEP 1022 (remove_files) COMPLETE |
7424 | 2024-12-14T00:33:19.015Z | [ recovery-image] Dec 14 00:33:17.421 INFO O| Dec 14 00:33:17.421 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7425 | 2024-12-14T00:33:19.078Z | [ host-image] Dec 14 00:33:17.486 INFO O| Dec 14 00:33:17.486 INFO O| Actions: Completed 22 actions in 0.37 seconds. |
7426 | 2024-12-14T00:33:19.093Z | [ recovery-image] Dec 14 00:33:17.501 INFO O| Dec 14 00:33:17.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7427 | 2024-12-14T00:33:19.093Z | [ recovery-image] Dec 14 00:33:17.501 INFO O| Dec 14 00:33:17.501 INFO STEP 1023 (remove_files) COMPLETE |
7428 | 2024-12-14T00:33:19.096Z | [ recovery-image] Dec 14 00:33:17.501 INFO O| Dec 14 00:33:17.501 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-12-14T00:33:19.114Z | [ recovery-image] Dec 14 00:33:17.522 INFO O| Dec 14 00:33:17.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7430 | 2024-12-14T00:33:19.114Z | [ recovery-image] Dec 14 00:33:17.522 INFO O| Dec 14 00:33:17.522 INFO STEP 1024 (remove_files) COMPLETE |
7431 | 2024-12-14T00:33:19.114Z | [ recovery-image] Dec 14 00:33:17.522 INFO O| Dec 14 00:33:17.522 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-12-14T00:33:19.134Z | [ recovery-image] Dec 14 00:33:17.542 INFO O| Dec 14 00:33:17.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7433 | 2024-12-14T00:33:19.134Z | [ recovery-image] Dec 14 00:33:17.542 INFO O| Dec 14 00:33:17.542 INFO STEP 1025 (remove_files) COMPLETE |
7434 | 2024-12-14T00:33:19.134Z | [ recovery-image] Dec 14 00:33:17.542 INFO O| Dec 14 00:33:17.542 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-12-14T00:33:19.154Z | [ recovery-image] Dec 14 00:33:17.562 INFO O| Dec 14 00:33:17.562 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7436 | 2024-12-14T00:33:19.154Z | [ recovery-image] Dec 14 00:33:17.562 INFO O| Dec 14 00:33:17.562 INFO STEP 1026 (remove_files) COMPLETE |
7437 | 2024-12-14T00:33:19.154Z | [ recovery-image] Dec 14 00:33:17.562 INFO O| Dec 14 00:33:17.562 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-12-14T00:33:19.255Z | [ recovery-image] Dec 14 00:33:17.663 INFO O| Dec 14 00:33:17.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7439 | 2024-12-14T00:33:19.258Z | [ recovery-image] Dec 14 00:33:17.663 INFO O| Dec 14 00:33:17.663 INFO STEP 1027 (remove_files) COMPLETE |
7440 | 2024-12-14T00:33:19.258Z | [ recovery-image] Dec 14 00:33:17.663 INFO O| Dec 14 00:33:17.663 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-12-14T00:33:19.286Z | [ recovery-image] Dec 14 00:33:17.694 INFO O| Dec 14 00:33:17.694 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7442 | 2024-12-14T00:33:19.290Z | [ recovery-image] Dec 14 00:33:17.694 INFO O| Dec 14 00:33:17.694 INFO STEP 1028 (remove_files) COMPLETE |
7443 | 2024-12-14T00:33:19.290Z | [ recovery-image] Dec 14 00:33:17.695 INFO O| Dec 14 00:33:17.694 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-12-14T00:33:19.306Z | [ recovery-image] Dec 14 00:33:17.714 INFO O| Dec 14 00:33:17.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7445 | 2024-12-14T00:33:19.306Z | [ recovery-image] Dec 14 00:33:17.714 INFO O| Dec 14 00:33:17.714 INFO STEP 1029 (remove_files) COMPLETE |
7446 | 2024-12-14T00:33:19.309Z | [ recovery-image] Dec 14 00:33:17.715 INFO O| Dec 14 00:33:17.714 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-12-14T00:33:19.327Z | [ recovery-image] Dec 14 00:33:17.734 INFO O| Dec 14 00:33:17.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7448 | 2024-12-14T00:33:19.329Z | [ recovery-image] Dec 14 00:33:17.735 INFO O| Dec 14 00:33:17.735 INFO STEP 1030 (remove_files) COMPLETE |
7449 | 2024-12-14T00:33:19.329Z | [ recovery-image] Dec 14 00:33:17.735 INFO O| Dec 14 00:33:17.735 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-12-14T00:33:19.347Z | [ recovery-image] Dec 14 00:33:17.754 INFO O| Dec 14 00:33:17.754 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7451 | 2024-12-14T00:33:19.347Z | [ recovery-image] Dec 14 00:33:17.754 INFO O| Dec 14 00:33:17.754 INFO STEP 1031 (remove_files) COMPLETE |
7452 | 2024-12-14T00:33:19.347Z | [ recovery-image] Dec 14 00:33:17.754 INFO O| Dec 14 00:33:17.754 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-12-14T00:33:19.365Z | [ recovery-image] Dec 14 00:33:17.773 INFO O| Dec 14 00:33:17.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7454 | 2024-12-14T00:33:19.368Z | [ recovery-image] Dec 14 00:33:17.773 INFO O| Dec 14 00:33:17.773 INFO STEP 1032 (remove_files) COMPLETE |
7455 | 2024-12-14T00:33:19.368Z | [ recovery-image] Dec 14 00:33:17.774 INFO O| Dec 14 00:33:17.773 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-12-14T00:33:19.386Z | [ recovery-image] Dec 14 00:33:17.794 INFO O| Dec 14 00:33:17.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7457 | 2024-12-14T00:33:19.386Z | [ recovery-image] Dec 14 00:33:17.794 INFO O| Dec 14 00:33:17.794 INFO STEP 1033 (remove_files) COMPLETE |
7458 | 2024-12-14T00:33:19.386Z | [ recovery-image] Dec 14 00:33:17.794 INFO O| Dec 14 00:33:17.794 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-12-14T00:33:19.406Z | [ recovery-image] Dec 14 00:33:17.814 INFO O| Dec 14 00:33:17.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7460 | 2024-12-14T00:33:19.407Z | [ recovery-image] Dec 14 00:33:17.815 INFO O| Dec 14 00:33:17.814 INFO STEP 1034 (remove_files) COMPLETE |
7461 | 2024-12-14T00:33:19.409Z | [ recovery-image] Dec 14 00:33:17.815 INFO O| Dec 14 00:33:17.814 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-12-14T00:33:19.448Z | [ recovery-image] Dec 14 00:33:17.855 INFO O| Dec 14 00:33:17.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7463 | 2024-12-14T00:33:19.448Z | [ recovery-image] Dec 14 00:33:17.855 INFO O| Dec 14 00:33:17.855 INFO STEP 1035 (remove_files) COMPLETE |
7464 | 2024-12-14T00:33:19.448Z | [ recovery-image] Dec 14 00:33:17.855 INFO O| Dec 14 00:33:17.855 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-12-14T00:33:19.530Z | [ recovery-image] Dec 14 00:33:17.937 INFO O| Dec 14 00:33:17.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7466 | 2024-12-14T00:33:19.530Z | [ recovery-image] Dec 14 00:33:17.937 INFO O| Dec 14 00:33:17.937 INFO STEP 1036 (remove_files) COMPLETE |
7467 | 2024-12-14T00:33:19.530Z | [ recovery-image] Dec 14 00:33:17.937 INFO O| Dec 14 00:33:17.937 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-12-14T00:33:19.544Z | [ host-image] Dec 14 00:33:17.948 INFO O| Dec 14 00:33:17.948 INFO O| Done |
7469 | 2024-12-14T00:33:19.544Z | [ host-image] Dec 14 00:33:17.948 INFO O| Dec 14 00:33:17.948 INFO O| Done |
7470 | 2024-12-14T00:33:19.628Z | [ recovery-image] Dec 14 00:33:18.035 INFO O| Dec 14 00:33:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7471 | 2024-12-14T00:33:19.628Z | [ recovery-image] Dec 14 00:33:18.036 INFO O| Dec 14 00:33:18.036 INFO STEP 1037 (remove_files) COMPLETE |
7472 | 2024-12-14T00:33:19.631Z | [ recovery-image] Dec 14 00:33:18.036 INFO O| Dec 14 00:33:18.036 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-12-14T00:33:19.724Z | [ recovery-image] Dec 14 00:33:18.131 INFO O| Dec 14 00:33:18.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7474 | 2024-12-14T00:33:19.724Z | [ recovery-image] Dec 14 00:33:18.131 INFO O| Dec 14 00:33:18.131 INFO STEP 1038 (remove_files) COMPLETE |
7475 | 2024-12-14T00:33:19.725Z | [ recovery-image] Dec 14 00:33:18.131 INFO O| Dec 14 00:33:18.131 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-12-14T00:33:19.752Z | [ recovery-image] Dec 14 00:33:18.159 INFO O| Dec 14 00:33:18.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7477 | 2024-12-14T00:33:19.752Z | [ recovery-image] Dec 14 00:33:18.159 INFO O| Dec 14 00:33:18.159 INFO STEP 1039 (remove_files) COMPLETE |
7478 | 2024-12-14T00:33:19.755Z | [ recovery-image] Dec 14 00:33:18.159 INFO O| Dec 14 00:33:18.159 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-12-14T00:33:19.769Z | [ recovery-image] Dec 14 00:33:18.177 INFO O| Dec 14 00:33:18.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7480 | 2024-12-14T00:33:19.770Z | [ recovery-image] Dec 14 00:33:18.177 INFO O| Dec 14 00:33:18.177 INFO STEP 1040 (remove_files) COMPLETE |
7481 | 2024-12-14T00:33:19.772Z | [ recovery-image] Dec 14 00:33:18.177 INFO O| Dec 14 00:33:18.177 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-12-14T00:33:19.856Z | [ recovery-image] Dec 14 00:33:18.264 INFO O| Dec 14 00:33:18.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7483 | 2024-12-14T00:33:19.876Z | [ recovery-image] Dec 14 00:33:18.284 INFO O| Dec 14 00:33:18.284 INFO STEP 1041 (remove_files) COMPLETE |
7484 | 2024-12-14T00:33:19.876Z | [ recovery-image] Dec 14 00:33:18.284 INFO O| Dec 14 00:33:18.284 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-12-14T00:33:19.897Z | [ recovery-image] Dec 14 00:33:18.305 INFO O| Dec 14 00:33:18.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7486 | 2024-12-14T00:33:19.897Z | [ recovery-image] Dec 14 00:33:18.305 INFO O| Dec 14 00:33:18.305 INFO STEP 1042 (remove_files) COMPLETE |
7487 | 2024-12-14T00:33:19.898Z | [ recovery-image] Dec 14 00:33:18.305 INFO O| Dec 14 00:33:18.305 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7488 | 2024-12-14T00:33:19.936Z | [ recovery-image] Dec 14 00:33:18.343 INFO O| Dec 14 00:33:18.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7489 | 2024-12-14T00:33:19.936Z | [ recovery-image] Dec 14 00:33:18.343 INFO O| Dec 14 00:33:18.343 INFO STEP 1043 (remove_files) COMPLETE |
7490 | 2024-12-14T00:33:19.936Z | [ recovery-image] Dec 14 00:33:18.343 INFO O| Dec 14 00:33:18.343 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7491 | 2024-12-14T00:33:19.974Z | [ recovery-image] Dec 14 00:33:18.382 INFO O| Dec 14 00:33:18.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7492 | 2024-12-14T00:33:19.974Z | [ recovery-image] Dec 14 00:33:18.382 INFO O| Dec 14 00:33:18.382 INFO STEP 1044 (remove_files) COMPLETE |
7493 | 2024-12-14T00:33:19.975Z | [ recovery-image] Dec 14 00:33:18.382 INFO O| Dec 14 00:33:18.382 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7494 | 2024-12-14T00:33:19.993Z | [ recovery-image] Dec 14 00:33:18.401 INFO O| Dec 14 00:33:18.401 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7495 | 2024-12-14T00:33:19.993Z | [ recovery-image] Dec 14 00:33:18.401 INFO O| Dec 14 00:33:18.401 INFO STEP 1045 (remove_files) COMPLETE |
7496 | 2024-12-14T00:33:19.993Z | [ recovery-image] Dec 14 00:33:18.401 INFO O| Dec 14 00:33:18.401 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7497 | 2024-12-14T00:33:20.012Z | [ recovery-image] Dec 14 00:33:18.420 INFO O| Dec 14 00:33:18.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7498 | 2024-12-14T00:33:20.016Z | [ recovery-image] Dec 14 00:33:18.420 INFO O| Dec 14 00:33:18.420 INFO STEP 1046 (remove_files) COMPLETE |
7499 | 2024-12-14T00:33:20.016Z | [ recovery-image] Dec 14 00:33:18.420 INFO O| Dec 14 00:33:18.420 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7500 | 2024-12-14T00:33:20.032Z | [ recovery-image] Dec 14 00:33:18.439 INFO O| Dec 14 00:33:18.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7501 | 2024-12-14T00:33:20.032Z | [ recovery-image] Dec 14 00:33:18.440 INFO O| Dec 14 00:33:18.440 INFO STEP 1047 (remove_files) COMPLETE |
7502 | 2024-12-14T00:33:20.032Z | [ recovery-image] Dec 14 00:33:18.440 INFO O| Dec 14 00:33:18.440 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7503 | 2024-12-14T00:33:20.053Z | [ recovery-image] Dec 14 00:33:18.460 INFO O| Dec 14 00:33:18.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7504 | 2024-12-14T00:33:20.056Z | [ recovery-image] Dec 14 00:33:18.460 INFO O| Dec 14 00:33:18.460 INFO STEP 1048 (remove_files) COMPLETE |
7505 | 2024-12-14T00:33:20.056Z | [ recovery-image] Dec 14 00:33:18.460 INFO O| Dec 14 00:33:18.460 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7506 | 2024-12-14T00:33:20.079Z | [ recovery-image] Dec 14 00:33:18.480 INFO O| Dec 14 00:33:18.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7507 | 2024-12-14T00:33:20.079Z | [ recovery-image] Dec 14 00:33:18.480 INFO O| Dec 14 00:33:18.480 INFO STEP 1049 (remove_files) COMPLETE |
7508 | 2024-12-14T00:33:20.082Z | [ recovery-image] Dec 14 00:33:18.480 INFO O| Dec 14 00:33:18.480 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7509 | 2024-12-14T00:33:20.092Z | [ recovery-image] Dec 14 00:33:18.499 INFO O| Dec 14 00:33:18.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7510 | 2024-12-14T00:33:20.092Z | [ recovery-image] Dec 14 00:33:18.499 INFO O| Dec 14 00:33:18.499 INFO STEP 1050 (remove_files) COMPLETE |
7511 | 2024-12-14T00:33:20.095Z | [ recovery-image] Dec 14 00:33:18.499 INFO O| Dec 14 00:33:18.499 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7512 | 2024-12-14T00:33:20.110Z | [ recovery-image] Dec 14 00:33:18.518 INFO O| Dec 14 00:33:18.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7513 | 2024-12-14T00:33:20.110Z | [ recovery-image] Dec 14 00:33:18.518 INFO O| Dec 14 00:33:18.518 INFO STEP 1051 (remove_files) COMPLETE |
7514 | 2024-12-14T00:33:20.111Z | [ recovery-image] Dec 14 00:33:18.518 INFO O| Dec 14 00:33:18.518 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7515 | 2024-12-14T00:33:20.130Z | [ recovery-image] Dec 14 00:33:18.537 INFO O| Dec 14 00:33:18.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7516 | 2024-12-14T00:33:20.130Z | [ recovery-image] Dec 14 00:33:18.537 INFO O| Dec 14 00:33:18.537 INFO STEP 1052 (remove_files) COMPLETE |
7517 | 2024-12-14T00:33:20.130Z | [ recovery-image] Dec 14 00:33:18.537 INFO O| Dec 14 00:33:18.537 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7518 | 2024-12-14T00:33:20.149Z | [ recovery-image] Dec 14 00:33:18.557 INFO O| Dec 14 00:33:18.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7519 | 2024-12-14T00:33:20.149Z | [ recovery-image] Dec 14 00:33:18.557 INFO O| Dec 14 00:33:18.557 INFO STEP 1053 (remove_files) COMPLETE |
7520 | 2024-12-14T00:33:20.149Z | [ recovery-image] Dec 14 00:33:18.557 INFO O| Dec 14 00:33:18.557 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7521 | 2024-12-14T00:33:20.187Z | [ recovery-image] Dec 14 00:33:18.595 INFO O| Dec 14 00:33:18.594 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7522 | 2024-12-14T00:33:20.187Z | [ recovery-image] Dec 14 00:33:18.595 INFO O| Dec 14 00:33:18.595 INFO STEP 1054 (remove_files) COMPLETE |
7523 | 2024-12-14T00:33:20.187Z | [ recovery-image] Dec 14 00:33:18.595 INFO O| Dec 14 00:33:18.595 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7524 | 2024-12-14T00:33:20.205Z | [ recovery-image] Dec 14 00:33:18.612 INFO O| Dec 14 00:33:18.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7525 | 2024-12-14T00:33:20.205Z | [ recovery-image] Dec 14 00:33:18.612 INFO O| Dec 14 00:33:18.612 INFO STEP 1055 (remove_files) COMPLETE |
7526 | 2024-12-14T00:33:20.205Z | [ recovery-image] Dec 14 00:33:18.612 INFO O| Dec 14 00:33:18.612 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7527 | 2024-12-14T00:33:20.226Z | [ recovery-image] Dec 14 00:33:18.633 INFO O| Dec 14 00:33:18.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7528 | 2024-12-14T00:33:20.226Z | [ recovery-image] Dec 14 00:33:18.633 INFO O| Dec 14 00:33:18.633 INFO STEP 1056 (remove_files) COMPLETE |
7529 | 2024-12-14T00:33:20.226Z | [ recovery-image] Dec 14 00:33:18.633 INFO O| Dec 14 00:33:18.633 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7530 | 2024-12-14T00:33:20.248Z | [ recovery-image] Dec 14 00:33:18.654 INFO O| Dec 14 00:33:18.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7531 | 2024-12-14T00:33:20.248Z | [ recovery-image] Dec 14 00:33:18.654 INFO O| Dec 14 00:33:18.654 INFO STEP 1057 (remove_files) COMPLETE |
7532 | 2024-12-14T00:33:20.248Z | [ recovery-image] Dec 14 00:33:18.654 INFO O| Dec 14 00:33:18.654 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7533 | 2024-12-14T00:33:20.266Z | [ recovery-image] Dec 14 00:33:18.674 INFO O| Dec 14 00:33:18.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7534 | 2024-12-14T00:33:20.269Z | [ recovery-image] Dec 14 00:33:18.674 INFO O| Dec 14 00:33:18.674 INFO STEP 1058 (remove_files) COMPLETE |
7535 | 2024-12-14T00:33:20.269Z | [ recovery-image] Dec 14 00:33:18.675 INFO O| Dec 14 00:33:18.674 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7536 | 2024-12-14T00:33:20.285Z | [ recovery-image] Dec 14 00:33:18.693 INFO O| Dec 14 00:33:18.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7537 | 2024-12-14T00:33:20.288Z | [ recovery-image] Dec 14 00:33:18.693 INFO O| Dec 14 00:33:18.693 INFO STEP 1059 (remove_files) COMPLETE |
7538 | 2024-12-14T00:33:20.288Z | [ recovery-image] Dec 14 00:33:18.694 INFO O| Dec 14 00:33:18.693 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7539 | 2024-12-14T00:33:20.306Z | [ recovery-image] Dec 14 00:33:18.713 INFO O| Dec 14 00:33:18.713 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7540 | 2024-12-14T00:33:20.308Z | [ recovery-image] Dec 14 00:33:18.714 INFO O| Dec 14 00:33:18.714 INFO STEP 1060 (remove_files) COMPLETE |
7541 | 2024-12-14T00:33:20.308Z | [ recovery-image] Dec 14 00:33:18.714 INFO O| Dec 14 00:33:18.714 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7542 | 2024-12-14T00:33:20.322Z | [ recovery-image] Dec 14 00:33:18.730 INFO O| Dec 14 00:33:18.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7543 | 2024-12-14T00:33:20.325Z | [ recovery-image] Dec 14 00:33:18.730 INFO O| Dec 14 00:33:18.730 INFO STEP 1061 (remove_files) COMPLETE |
7544 | 2024-12-14T00:33:20.325Z | [ recovery-image] Dec 14 00:33:18.730 INFO O| Dec 14 00:33:18.730 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7545 | 2024-12-14T00:33:20.340Z | [ recovery-image] Dec 14 00:33:18.748 INFO O| Dec 14 00:33:18.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7546 | 2024-12-14T00:33:20.340Z | [ recovery-image] Dec 14 00:33:18.748 INFO O| Dec 14 00:33:18.748 INFO STEP 1062 (remove_files) COMPLETE |
7547 | 2024-12-14T00:33:20.343Z | [ recovery-image] Dec 14 00:33:18.748 INFO O| Dec 14 00:33:18.748 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7548 | 2024-12-14T00:33:20.383Z | [ recovery-image] Dec 14 00:33:18.790 INFO O| Dec 14 00:33:18.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7549 | 2024-12-14T00:33:20.384Z | [ recovery-image] Dec 14 00:33:18.790 INFO O| Dec 14 00:33:18.790 INFO STEP 1063 (remove_files) COMPLETE |
7550 | 2024-12-14T00:33:20.384Z | [ recovery-image] Dec 14 00:33:18.791 INFO O| Dec 14 00:33:18.790 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7551 | 2024-12-14T00:33:20.402Z | [ recovery-image] Dec 14 00:33:18.807 INFO O| Dec 14 00:33:18.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7552 | 2024-12-14T00:33:20.402Z | [ recovery-image] Dec 14 00:33:18.807 INFO O| Dec 14 00:33:18.807 INFO STEP 1064 (remove_files) COMPLETE |
7553 | 2024-12-14T00:33:20.402Z | [ recovery-image] Dec 14 00:33:18.808 INFO O| Dec 14 00:33:18.807 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7554 | 2024-12-14T00:33:20.418Z | [ recovery-image] Dec 14 00:33:18.824 INFO O| Dec 14 00:33:18.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7555 | 2024-12-14T00:33:20.419Z | [ recovery-image] Dec 14 00:33:18.824 INFO O| Dec 14 00:33:18.824 INFO STEP 1065 (remove_files) COMPLETE |
7556 | 2024-12-14T00:33:20.419Z | [ recovery-image] Dec 14 00:33:18.824 INFO O| Dec 14 00:33:18.824 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7557 | 2024-12-14T00:33:20.434Z | [ recovery-image] Dec 14 00:33:18.841 INFO O| Dec 14 00:33:18.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7558 | 2024-12-14T00:33:20.434Z | [ recovery-image] Dec 14 00:33:18.841 INFO O| Dec 14 00:33:18.841 INFO STEP 1066 (remove_files) COMPLETE |
7559 | 2024-12-14T00:33:20.434Z | [ recovery-image] Dec 14 00:33:18.841 INFO O| Dec 14 00:33:18.841 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7560 | 2024-12-14T00:33:20.451Z | [ recovery-image] Dec 14 00:33:18.858 INFO O| Dec 14 00:33:18.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7561 | 2024-12-14T00:33:20.451Z | [ recovery-image] Dec 14 00:33:18.858 INFO O| Dec 14 00:33:18.858 INFO STEP 1067 (remove_files) COMPLETE |
7562 | 2024-12-14T00:33:20.451Z | [ recovery-image] Dec 14 00:33:18.858 INFO O| Dec 14 00:33:18.858 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7563 | 2024-12-14T00:33:20.486Z | [ recovery-image] Dec 14 00:33:18.893 INFO O| Dec 14 00:33:18.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7564 | 2024-12-14T00:33:20.489Z | [ recovery-image] Dec 14 00:33:18.894 INFO O| Dec 14 00:33:18.894 INFO STEP 1068 (remove_files) COMPLETE |
7565 | 2024-12-14T00:33:20.489Z | [ recovery-image] Dec 14 00:33:18.894 INFO O| Dec 14 00:33:18.894 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-12-14T00:33:20.505Z | [ recovery-image] Dec 14 00:33:18.913 INFO O| Dec 14 00:33:18.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7567 | 2024-12-14T00:33:20.505Z | [ recovery-image] Dec 14 00:33:18.913 INFO O| Dec 14 00:33:18.913 INFO STEP 1069 (remove_files) COMPLETE |
7568 | 2024-12-14T00:33:20.505Z | [ recovery-image] Dec 14 00:33:18.913 INFO O| Dec 14 00:33:18.913 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-12-14T00:33:20.563Z | [ recovery-image] Dec 14 00:33:18.971 INFO O| Dec 14 00:33:18.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7570 | 2024-12-14T00:33:20.563Z | [ recovery-image] Dec 14 00:33:18.971 INFO O| Dec 14 00:33:18.971 INFO STEP 1070 (remove_files) COMPLETE |
7571 | 2024-12-14T00:33:20.567Z | [ recovery-image] Dec 14 00:33:18.971 INFO O| Dec 14 00:33:18.971 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-12-14T00:33:20.666Z | [ recovery-image] Dec 14 00:33:19.073 INFO O| Dec 14 00:33:19.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7573 | 2024-12-14T00:33:20.667Z | [ recovery-image] Dec 14 00:33:19.073 INFO O| Dec 14 00:33:19.073 INFO STEP 1071 (remove_files) COMPLETE |
7574 | 2024-12-14T00:33:20.667Z | [ recovery-image] Dec 14 00:33:19.073 INFO O| Dec 14 00:33:19.073 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-12-14T00:33:20.722Z | [ recovery-image] Dec 14 00:33:19.129 INFO O| Dec 14 00:33:19.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7576 | 2024-12-14T00:33:20.722Z | [ recovery-image] Dec 14 00:33:19.129 INFO O| Dec 14 00:33:19.129 INFO STEP 1072 (remove_files) COMPLETE |
7577 | 2024-12-14T00:33:20.722Z | [ recovery-image] Dec 14 00:33:19.129 INFO O| Dec 14 00:33:19.129 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7578 | 2024-12-14T00:33:20.740Z | [ recovery-image] Dec 14 00:33:19.148 INFO O| Dec 14 00:33:19.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7579 | 2024-12-14T00:33:20.740Z | [ recovery-image] Dec 14 00:33:19.148 INFO O| Dec 14 00:33:19.148 INFO STEP 1073 (remove_files) COMPLETE |
7580 | 2024-12-14T00:33:20.740Z | [ recovery-image] Dec 14 00:33:19.148 INFO O| Dec 14 00:33:19.148 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7581 | 2024-12-14T00:33:20.772Z | [ recovery-image] Dec 14 00:33:19.180 INFO O| Dec 14 00:33:19.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7582 | 2024-12-14T00:33:20.772Z | [ recovery-image] Dec 14 00:33:19.180 INFO O| Dec 14 00:33:19.180 INFO STEP 1074 (remove_files) COMPLETE |
7583 | 2024-12-14T00:33:20.772Z | [ recovery-image] Dec 14 00:33:19.180 INFO O| Dec 14 00:33:19.180 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7584 | 2024-12-14T00:33:20.798Z | [ recovery-image] Dec 14 00:33:19.205 INFO O| Dec 14 00:33:19.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7585 | 2024-12-14T00:33:20.802Z | [ recovery-image] Dec 14 00:33:19.205 INFO O| Dec 14 00:33:19.205 INFO STEP 1075 (remove_files) COMPLETE |
7586 | 2024-12-14T00:33:20.802Z | [ recovery-image] Dec 14 00:33:19.205 INFO O| Dec 14 00:33:19.205 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7587 | 2024-12-14T00:33:20.808Z | [ host-image] Dec 14 00:33:19.215 INFO O| Dec 14 00:33:19.215 INFO O| Done |
7588 | 2024-12-14T00:33:20.823Z | [ recovery-image] Dec 14 00:33:19.225 INFO O| Dec 14 00:33:19.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7589 | 2024-12-14T00:33:20.823Z | [ recovery-image] Dec 14 00:33:19.225 INFO O| Dec 14 00:33:19.225 INFO STEP 1076 (remove_files) COMPLETE |
7590 | 2024-12-14T00:33:20.823Z | [ recovery-image] Dec 14 00:33:19.225 INFO O| Dec 14 00:33:19.225 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7591 | 2024-12-14T00:33:20.837Z | [ recovery-image] Dec 14 00:33:19.245 INFO O| Dec 14 00:33:19.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7592 | 2024-12-14T00:33:20.842Z | [ recovery-image] Dec 14 00:33:19.245 INFO O| Dec 14 00:33:19.245 INFO STEP 1077 (remove_files) COMPLETE |
7593 | 2024-12-14T00:33:20.842Z | [ recovery-image] Dec 14 00:33:19.245 INFO O| Dec 14 00:33:19.245 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-12-14T00:33:20.857Z | [ recovery-image] Dec 14 00:33:19.264 INFO O| Dec 14 00:33:19.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7595 | 2024-12-14T00:33:20.858Z | [ recovery-image] Dec 14 00:33:19.264 INFO O| Dec 14 00:33:19.264 INFO STEP 1078 (remove_files) COMPLETE |
7596 | 2024-12-14T00:33:20.861Z | [ recovery-image] Dec 14 00:33:19.265 INFO O| Dec 14 00:33:19.264 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-12-14T00:33:20.877Z | [ recovery-image] Dec 14 00:33:19.283 INFO O| Dec 14 00:33:19.283 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7598 | 2024-12-14T00:33:20.878Z | [ recovery-image] Dec 14 00:33:19.283 INFO O| Dec 14 00:33:19.283 INFO STEP 1079 (remove_files) COMPLETE |
7599 | 2024-12-14T00:33:20.878Z | [ recovery-image] Dec 14 00:33:19.283 INFO O| Dec 14 00:33:19.283 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-12-14T00:33:20.897Z | [ recovery-image] Dec 14 00:33:19.304 INFO O| Dec 14 00:33:19.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7601 | 2024-12-14T00:33:20.897Z | [ recovery-image] Dec 14 00:33:19.304 INFO O| Dec 14 00:33:19.303 INFO STEP 1080 (remove_files) COMPLETE |
7602 | 2024-12-14T00:33:20.897Z | [ recovery-image] Dec 14 00:33:19.304 INFO O| Dec 14 00:33:19.303 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-12-14T00:33:20.934Z | [ recovery-image] Dec 14 00:33:19.342 INFO O| Dec 14 00:33:19.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7604 | 2024-12-14T00:33:20.937Z | [ recovery-image] Dec 14 00:33:19.342 INFO O| Dec 14 00:33:19.342 INFO STEP 1081 (remove_files) COMPLETE |
7605 | 2024-12-14T00:33:20.937Z | [ recovery-image] Dec 14 00:33:19.342 INFO O| Dec 14 00:33:19.342 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-12-14T00:33:20.955Z | [ recovery-image] Dec 14 00:33:19.362 INFO O| Dec 14 00:33:19.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7607 | 2024-12-14T00:33:20.958Z | [ recovery-image] Dec 14 00:33:19.363 INFO O| Dec 14 00:33:19.363 INFO STEP 1082 (remove_files) COMPLETE |
7608 | 2024-12-14T00:33:20.958Z | [ recovery-image] Dec 14 00:33:19.363 INFO O| Dec 14 00:33:19.363 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-12-14T00:33:20.976Z | [ recovery-image] Dec 14 00:33:19.383 INFO O| Dec 14 00:33:19.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7610 | 2024-12-14T00:33:20.977Z | [ recovery-image] Dec 14 00:33:19.384 INFO O| Dec 14 00:33:19.383 INFO STEP 1083 (remove_files) COMPLETE |
7611 | 2024-12-14T00:33:20.979Z | [ recovery-image] Dec 14 00:33:19.384 INFO O| Dec 14 00:33:19.384 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-12-14T00:33:20.998Z | [ recovery-image] Dec 14 00:33:19.405 INFO O| Dec 14 00:33:19.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7613 | 2024-12-14T00:33:20.998Z | [ recovery-image] Dec 14 00:33:19.405 INFO O| Dec 14 00:33:19.405 INFO STEP 1084 (remove_files) COMPLETE |
7614 | 2024-12-14T00:33:20.998Z | [ recovery-image] Dec 14 00:33:19.405 INFO O| Dec 14 00:33:19.405 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-12-14T00:33:21.019Z | [ recovery-image] Dec 14 00:33:19.426 INFO O| Dec 14 00:33:19.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7616 | 2024-12-14T00:33:21.019Z | [ recovery-image] Dec 14 00:33:19.427 INFO O| Dec 14 00:33:19.426 INFO STEP 1085 (remove_files) COMPLETE |
7617 | 2024-12-14T00:33:21.019Z | [ recovery-image] Dec 14 00:33:19.427 INFO O| Dec 14 00:33:19.427 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-12-14T00:33:21.041Z | [ recovery-image] Dec 14 00:33:19.448 INFO O| Dec 14 00:33:19.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7619 | 2024-12-14T00:33:21.041Z | [ recovery-image] Dec 14 00:33:19.448 INFO O| Dec 14 00:33:19.448 INFO STEP 1086 (remove_files) COMPLETE |
7620 | 2024-12-14T00:33:21.041Z | [ recovery-image] Dec 14 00:33:19.448 INFO O| Dec 14 00:33:19.448 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-12-14T00:33:21.063Z | [ recovery-image] Dec 14 00:33:19.470 INFO O| Dec 14 00:33:19.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7622 | 2024-12-14T00:33:21.087Z | [ recovery-image] Dec 14 00:33:19.494 INFO O| Dec 14 00:33:19.494 INFO STEP 1087 (remove_files) COMPLETE |
7623 | 2024-12-14T00:33:21.090Z | [ recovery-image] Dec 14 00:33:19.494 INFO O| Dec 14 00:33:19.494 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-12-14T00:33:21.108Z | [ recovery-image] Dec 14 00:33:19.515 INFO O| Dec 14 00:33:19.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7625 | 2024-12-14T00:33:21.111Z | [ recovery-image] Dec 14 00:33:19.516 INFO O| Dec 14 00:33:19.516 INFO STEP 1088 (remove_files) COMPLETE |
7626 | 2024-12-14T00:33:21.111Z | [ recovery-image] Dec 14 00:33:19.516 INFO O| Dec 14 00:33:19.516 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7627 | 2024-12-14T00:33:21.128Z | [ recovery-image] Dec 14 00:33:19.536 INFO O| Dec 14 00:33:19.536 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7628 | 2024-12-14T00:33:21.128Z | [ recovery-image] Dec 14 00:33:19.536 INFO O| Dec 14 00:33:19.536 INFO STEP 1089 (remove_files) COMPLETE |
7629 | 2024-12-14T00:33:21.128Z | [ recovery-image] Dec 14 00:33:19.536 INFO O| Dec 14 00:33:19.536 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7630 | 2024-12-14T00:33:21.148Z | [ recovery-image] Dec 14 00:33:19.555 INFO O| Dec 14 00:33:19.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7631 | 2024-12-14T00:33:21.151Z | [ recovery-image] Dec 14 00:33:19.556 INFO O| Dec 14 00:33:19.555 INFO STEP 1090 (remove_files) COMPLETE |
7632 | 2024-12-14T00:33:21.151Z | [ recovery-image] Dec 14 00:33:19.556 INFO O| Dec 14 00:33:19.556 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7633 | 2024-12-14T00:33:21.167Z | [ recovery-image] Dec 14 00:33:19.574 INFO O| Dec 14 00:33:19.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7634 | 2024-12-14T00:33:21.169Z | [ recovery-image] Dec 14 00:33:19.574 INFO O| Dec 14 00:33:19.574 INFO STEP 1091 (remove_files) COMPLETE |
7635 | 2024-12-14T00:33:21.170Z | [ recovery-image] Dec 14 00:33:19.575 INFO O| Dec 14 00:33:19.574 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7636 | 2024-12-14T00:33:21.208Z | [ recovery-image] Dec 14 00:33:19.611 INFO O| Dec 14 00:33:19.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7637 | 2024-12-14T00:33:21.208Z | [ recovery-image] Dec 14 00:33:19.611 INFO O| Dec 14 00:33:19.611 INFO STEP 1092 (remove_files) COMPLETE |
7638 | 2024-12-14T00:33:21.211Z | [ recovery-image] Dec 14 00:33:19.611 INFO O| Dec 14 00:33:19.611 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7639 | 2024-12-14T00:33:21.224Z | [ recovery-image] Dec 14 00:33:19.632 INFO O| Dec 14 00:33:19.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7640 | 2024-12-14T00:33:21.225Z | [ recovery-image] Dec 14 00:33:19.632 INFO O| Dec 14 00:33:19.632 INFO STEP 1093 (remove_files) COMPLETE |
7641 | 2024-12-14T00:33:21.225Z | [ recovery-image] Dec 14 00:33:19.632 INFO O| Dec 14 00:33:19.632 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7642 | 2024-12-14T00:33:21.254Z | [ recovery-image] Dec 14 00:33:19.659 INFO O| Dec 14 00:33:19.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7643 | 2024-12-14T00:33:21.254Z | [ recovery-image] Dec 14 00:33:19.659 INFO O| Dec 14 00:33:19.659 INFO STEP 1094 (remove_files) COMPLETE |
7644 | 2024-12-14T00:33:21.254Z | [ recovery-image] Dec 14 00:33:19.659 INFO O| Dec 14 00:33:19.659 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7645 | 2024-12-14T00:33:21.300Z | [ recovery-image] Dec 14 00:33:19.707 INFO O| Dec 14 00:33:19.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7646 | 2024-12-14T00:33:21.300Z | [ recovery-image] Dec 14 00:33:19.707 INFO O| Dec 14 00:33:19.707 INFO STEP 1095 (remove_files) COMPLETE |
7647 | 2024-12-14T00:33:21.300Z | [ recovery-image] Dec 14 00:33:19.707 INFO O| Dec 14 00:33:19.707 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7648 | 2024-12-14T00:33:21.358Z | [ recovery-image] Dec 14 00:33:19.765 INFO O| Dec 14 00:33:19.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7649 | 2024-12-14T00:33:21.358Z | [ recovery-image] Dec 14 00:33:19.765 INFO O| Dec 14 00:33:19.765 INFO STEP 1096 (remove_files) COMPLETE |
7650 | 2024-12-14T00:33:21.358Z | [ recovery-image] Dec 14 00:33:19.765 INFO O| Dec 14 00:33:19.765 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7651 | 2024-12-14T00:33:21.379Z | [ recovery-image] Dec 14 00:33:19.787 INFO O| Dec 14 00:33:19.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7652 | 2024-12-14T00:33:21.379Z | [ recovery-image] Dec 14 00:33:19.787 INFO O| Dec 14 00:33:19.787 INFO STEP 1097 (remove_files) COMPLETE |
7653 | 2024-12-14T00:33:21.382Z | [ recovery-image] Dec 14 00:33:19.787 INFO O| Dec 14 00:33:19.787 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7654 | 2024-12-14T00:33:21.400Z | [ recovery-image] Dec 14 00:33:19.807 INFO O| Dec 14 00:33:19.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7655 | 2024-12-14T00:33:21.400Z | [ recovery-image] Dec 14 00:33:19.807 INFO O| Dec 14 00:33:19.807 INFO STEP 1098 (remove_files) COMPLETE |
7656 | 2024-12-14T00:33:21.400Z | [ recovery-image] Dec 14 00:33:19.807 INFO O| Dec 14 00:33:19.807 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7657 | 2024-12-14T00:33:21.441Z | [ recovery-image] Dec 14 00:33:19.849 INFO O| Dec 14 00:33:19.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7658 | 2024-12-14T00:33:21.441Z | [ recovery-image] Dec 14 00:33:19.849 INFO O| Dec 14 00:33:19.849 INFO STEP 1099 (remove_files) COMPLETE |
7659 | 2024-12-14T00:33:21.444Z | [ recovery-image] Dec 14 00:33:19.849 INFO O| Dec 14 00:33:19.849 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7660 | 2024-12-14T00:33:21.464Z | [ recovery-image] Dec 14 00:33:19.871 INFO O| Dec 14 00:33:19.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7661 | 2024-12-14T00:33:21.464Z | [ recovery-image] Dec 14 00:33:19.871 INFO O| Dec 14 00:33:19.871 INFO STEP 1100 (remove_files) COMPLETE |
7662 | 2024-12-14T00:33:21.464Z | [ recovery-image] Dec 14 00:33:19.871 INFO O| Dec 14 00:33:19.871 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7663 | 2024-12-14T00:33:21.483Z | [ recovery-image] Dec 14 00:33:19.890 INFO O| Dec 14 00:33:19.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7664 | 2024-12-14T00:33:21.483Z | [ recovery-image] Dec 14 00:33:19.890 INFO O| Dec 14 00:33:19.890 INFO STEP 1101 (remove_files) COMPLETE |
7665 | 2024-12-14T00:33:21.483Z | [ recovery-image] Dec 14 00:33:19.891 INFO O| Dec 14 00:33:19.890 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7666 | 2024-12-14T00:33:21.528Z | [ recovery-image] Dec 14 00:33:19.935 INFO O| Dec 14 00:33:19.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7667 | 2024-12-14T00:33:21.528Z | [ recovery-image] Dec 14 00:33:19.935 INFO O| Dec 14 00:33:19.935 INFO STEP 1102 (remove_files) COMPLETE |
7668 | 2024-12-14T00:33:21.528Z | [ recovery-image] Dec 14 00:33:19.935 INFO O| Dec 14 00:33:19.935 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7669 | 2024-12-14T00:33:21.554Z | [ recovery-image] Dec 14 00:33:19.960 INFO O| Dec 14 00:33:19.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7670 | 2024-12-14T00:33:21.558Z | [ recovery-image] Dec 14 00:33:19.960 INFO O| Dec 14 00:33:19.960 INFO STEP 1103 (remove_files) COMPLETE |
7671 | 2024-12-14T00:33:21.558Z | [ recovery-image] Dec 14 00:33:19.960 INFO O| Dec 14 00:33:19.960 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7672 | 2024-12-14T00:33:21.575Z | [ recovery-image] Dec 14 00:33:19.981 INFO O| Dec 14 00:33:19.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7673 | 2024-12-14T00:33:21.575Z | [ recovery-image] Dec 14 00:33:19.981 INFO O| Dec 14 00:33:19.981 INFO STEP 1104 (remove_files) COMPLETE |
7674 | 2024-12-14T00:33:21.577Z | [ recovery-image] Dec 14 00:33:19.981 INFO O| Dec 14 00:33:19.981 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7675 | 2024-12-14T00:33:21.594Z | [ recovery-image] Dec 14 00:33:20.001 INFO O| Dec 14 00:33:20.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7676 | 2024-12-14T00:33:21.594Z | [ recovery-image] Dec 14 00:33:20.001 INFO O| Dec 14 00:33:20.001 INFO STEP 1105 (remove_files) COMPLETE |
7677 | 2024-12-14T00:33:21.594Z | [ recovery-image] Dec 14 00:33:20.001 INFO O| Dec 14 00:33:20.001 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7678 | 2024-12-14T00:33:21.630Z | [ recovery-image] Dec 14 00:33:20.038 INFO O| Dec 14 00:33:20.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7679 | 2024-12-14T00:33:21.630Z | [ recovery-image] Dec 14 00:33:20.038 INFO O| Dec 14 00:33:20.038 INFO STEP 1106 (remove_files) COMPLETE |
7680 | 2024-12-14T00:33:21.630Z | [ recovery-image] Dec 14 00:33:20.038 INFO O| Dec 14 00:33:20.038 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7681 | 2024-12-14T00:33:21.649Z | [ recovery-image] Dec 14 00:33:20.057 INFO O| Dec 14 00:33:20.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7682 | 2024-12-14T00:33:21.650Z | [ recovery-image] Dec 14 00:33:20.057 INFO O| Dec 14 00:33:20.057 INFO STEP 1107 (remove_files) COMPLETE |
7683 | 2024-12-14T00:33:21.650Z | [ recovery-image] Dec 14 00:33:20.057 INFO O| Dec 14 00:33:20.057 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7684 | 2024-12-14T00:33:21.668Z | [ recovery-image] Dec 14 00:33:20.075 INFO O| Dec 14 00:33:20.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7685 | 2024-12-14T00:33:21.668Z | [ recovery-image] Dec 14 00:33:20.075 INFO O| Dec 14 00:33:20.075 INFO STEP 1108 (remove_files) COMPLETE |
7686 | 2024-12-14T00:33:21.668Z | [ recovery-image] Dec 14 00:33:20.075 INFO O| Dec 14 00:33:20.075 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7687 | 2024-12-14T00:33:21.685Z | [ recovery-image] Dec 14 00:33:20.093 INFO O| Dec 14 00:33:20.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7688 | 2024-12-14T00:33:21.685Z | [ recovery-image] Dec 14 00:33:20.093 INFO O| Dec 14 00:33:20.093 INFO STEP 1109 (remove_files) COMPLETE |
7689 | 2024-12-14T00:33:21.685Z | [ recovery-image] Dec 14 00:33:20.093 INFO O| Dec 14 00:33:20.093 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7690 | 2024-12-14T00:33:21.703Z | [ recovery-image] Dec 14 00:33:20.111 INFO O| Dec 14 00:33:20.110 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7691 | 2024-12-14T00:33:21.703Z | [ recovery-image] Dec 14 00:33:20.111 INFO O| Dec 14 00:33:20.111 INFO STEP 1110 (remove_files) COMPLETE |
7692 | 2024-12-14T00:33:21.703Z | [ recovery-image] Dec 14 00:33:20.111 INFO O| Dec 14 00:33:20.111 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7693 | 2024-12-14T00:33:21.734Z | [ recovery-image] Dec 14 00:33:20.141 INFO O| Dec 14 00:33:20.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7694 | 2024-12-14T00:33:21.734Z | [ recovery-image] Dec 14 00:33:20.141 INFO O| Dec 14 00:33:20.141 INFO STEP 1111 (remove_files) COMPLETE |
7695 | 2024-12-14T00:33:21.734Z | [ recovery-image] Dec 14 00:33:20.141 INFO O| Dec 14 00:33:20.141 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7696 | 2024-12-14T00:33:21.765Z | [ recovery-image] Dec 14 00:33:20.172 INFO O| Dec 14 00:33:20.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7697 | 2024-12-14T00:33:21.765Z | [ recovery-image] Dec 14 00:33:20.172 INFO O| Dec 14 00:33:20.172 INFO STEP 1112 (remove_files) COMPLETE |
7698 | 2024-12-14T00:33:21.765Z | [ recovery-image] Dec 14 00:33:20.172 INFO O| Dec 14 00:33:20.172 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7699 | 2024-12-14T00:33:21.806Z | [ recovery-image] Dec 14 00:33:20.212 INFO O| Dec 14 00:33:20.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7700 | 2024-12-14T00:33:21.806Z | [ recovery-image] Dec 14 00:33:20.212 INFO O| Dec 14 00:33:20.212 INFO STEP 1113 (remove_files) COMPLETE |
7701 | 2024-12-14T00:33:21.806Z | [ recovery-image] Dec 14 00:33:20.213 INFO O| Dec 14 00:33:20.212 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7702 | 2024-12-14T00:33:21.882Z | [ recovery-image] Dec 14 00:33:20.289 INFO O| Dec 14 00:33:20.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7703 | 2024-12-14T00:33:21.882Z | [ recovery-image] Dec 14 00:33:20.289 INFO O| Dec 14 00:33:20.289 INFO STEP 1114 (remove_files) COMPLETE |
7704 | 2024-12-14T00:33:21.882Z | [ recovery-image] Dec 14 00:33:20.289 INFO O| Dec 14 00:33:20.289 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7705 | 2024-12-14T00:33:21.900Z | [ recovery-image] Dec 14 00:33:20.307 INFO O| Dec 14 00:33:20.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7706 | 2024-12-14T00:33:21.900Z | [ recovery-image] Dec 14 00:33:20.307 INFO O| Dec 14 00:33:20.307 INFO STEP 1115 (remove_files) COMPLETE |
7707 | 2024-12-14T00:33:21.900Z | [ recovery-image] Dec 14 00:33:20.307 INFO O| Dec 14 00:33:20.307 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7708 | 2024-12-14T00:33:21.976Z | [ recovery-image] Dec 14 00:33:20.384 INFO O| Dec 14 00:33:20.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7709 | 2024-12-14T00:33:21.976Z | [ recovery-image] Dec 14 00:33:20.384 INFO O| Dec 14 00:33:20.384 INFO STEP 1116 (remove_files) COMPLETE |
7710 | 2024-12-14T00:33:21.976Z | [ recovery-image] Dec 14 00:33:20.384 INFO O| Dec 14 00:33:20.384 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7711 | 2024-12-14T00:33:22.068Z | [ recovery-image] Dec 14 00:33:20.476 INFO O| Dec 14 00:33:20.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7712 | 2024-12-14T00:33:22.070Z | [ recovery-image] Dec 14 00:33:20.476 INFO O| Dec 14 00:33:20.476 INFO STEP 1117 (remove_files) COMPLETE |
7713 | 2024-12-14T00:33:22.073Z | [ recovery-image] Dec 14 00:33:20.476 INFO O| Dec 14 00:33:20.476 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7714 | 2024-12-14T00:33:22.089Z | [ recovery-image] Dec 14 00:33:20.494 INFO O| Dec 14 00:33:20.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7715 | 2024-12-14T00:33:22.089Z | [ recovery-image] Dec 14 00:33:20.494 INFO O| Dec 14 00:33:20.494 INFO STEP 1118 (remove_files) COMPLETE |
7716 | 2024-12-14T00:33:22.092Z | [ recovery-image] Dec 14 00:33:20.494 INFO O| Dec 14 00:33:20.494 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7717 | 2024-12-14T00:33:22.105Z | [ recovery-image] Dec 14 00:33:20.512 INFO O| Dec 14 00:33:20.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7718 | 2024-12-14T00:33:22.105Z | [ recovery-image] Dec 14 00:33:20.512 INFO O| Dec 14 00:33:20.512 INFO STEP 1119 (remove_files) COMPLETE |
7719 | 2024-12-14T00:33:22.105Z | [ recovery-image] Dec 14 00:33:20.513 INFO O| Dec 14 00:33:20.512 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7720 | 2024-12-14T00:33:22.164Z | [ recovery-image] Dec 14 00:33:20.571 INFO O| Dec 14 00:33:20.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7721 | 2024-12-14T00:33:22.164Z | [ recovery-image] Dec 14 00:33:20.571 INFO O| Dec 14 00:33:20.571 INFO STEP 1120 (remove_files) COMPLETE |
7722 | 2024-12-14T00:33:22.166Z | [ recovery-image] Dec 14 00:33:20.571 INFO O| Dec 14 00:33:20.571 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-12-14T00:33:22.185Z | [ recovery-image] Dec 14 00:33:20.593 INFO O| Dec 14 00:33:20.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7724 | 2024-12-14T00:33:22.188Z | [ recovery-image] Dec 14 00:33:20.593 INFO O| Dec 14 00:33:20.593 INFO STEP 1121 (remove_files) COMPLETE |
7725 | 2024-12-14T00:33:22.189Z | [ recovery-image] Dec 14 00:33:20.593 INFO O| Dec 14 00:33:20.593 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-12-14T00:33:22.216Z | [ recovery-image] Dec 14 00:33:20.624 INFO O| Dec 14 00:33:20.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7727 | 2024-12-14T00:33:22.217Z | [ recovery-image] Dec 14 00:33:20.624 INFO O| Dec 14 00:33:20.614 INFO STEP 1122 (remove_files) COMPLETE |
7728 | 2024-12-14T00:33:22.219Z | [ recovery-image] Dec 14 00:33:20.624 INFO O| Dec 14 00:33:20.614 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-12-14T00:33:22.228Z | [ recovery-image] Dec 14 00:33:20.635 INFO O| Dec 14 00:33:20.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7730 | 2024-12-14T00:33:22.231Z | [ recovery-image] Dec 14 00:33:20.635 INFO O| Dec 14 00:33:20.635 INFO STEP 1123 (remove_files) COMPLETE |
7731 | 2024-12-14T00:33:22.231Z | [ recovery-image] Dec 14 00:33:20.635 INFO O| Dec 14 00:33:20.635 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-12-14T00:33:22.250Z | [ recovery-image] Dec 14 00:33:20.657 INFO O| Dec 14 00:33:20.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7733 | 2024-12-14T00:33:22.253Z | [ recovery-image] Dec 14 00:33:20.657 INFO O| Dec 14 00:33:20.657 INFO STEP 1124 (remove_files) COMPLETE |
7734 | 2024-12-14T00:33:22.253Z | [ recovery-image] Dec 14 00:33:20.658 INFO O| Dec 14 00:33:20.658 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-12-14T00:33:22.376Z | [ recovery-image] Dec 14 00:33:20.782 INFO O| Dec 14 00:33:20.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7736 | 2024-12-14T00:33:22.376Z | [ recovery-image] Dec 14 00:33:20.782 INFO O| Dec 14 00:33:20.782 INFO STEP 1125 (remove_files) COMPLETE |
7737 | 2024-12-14T00:33:22.378Z | [ recovery-image] Dec 14 00:33:20.783 INFO O| Dec 14 00:33:20.782 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-12-14T00:33:22.406Z | [ recovery-image] Dec 14 00:33:20.813 INFO O| Dec 14 00:33:20.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7739 | 2024-12-14T00:33:22.410Z | [ recovery-image] Dec 14 00:33:20.813 INFO O| Dec 14 00:33:20.813 INFO STEP 1126 (remove_files) COMPLETE |
7740 | 2024-12-14T00:33:22.410Z | [ recovery-image] Dec 14 00:33:20.814 INFO O| Dec 14 00:33:20.813 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-12-14T00:33:22.425Z | [ recovery-image] Dec 14 00:33:20.832 INFO O| Dec 14 00:33:20.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7742 | 2024-12-14T00:33:22.428Z | [ recovery-image] Dec 14 00:33:20.833 INFO O| Dec 14 00:33:20.833 INFO STEP 1127 (remove_files) COMPLETE |
7743 | 2024-12-14T00:33:22.428Z | [ recovery-image] Dec 14 00:33:20.833 INFO O| Dec 14 00:33:20.833 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-12-14T00:33:22.455Z | [ recovery-image] Dec 14 00:33:20.862 INFO O| Dec 14 00:33:20.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7745 | 2024-12-14T00:33:22.458Z | [ recovery-image] Dec 14 00:33:20.862 INFO O| Dec 14 00:33:20.862 INFO STEP 1128 (remove_files) COMPLETE |
7746 | 2024-12-14T00:33:22.459Z | [ recovery-image] Dec 14 00:33:20.863 INFO O| Dec 14 00:33:20.863 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7747 | 2024-12-14T00:33:22.478Z | [ recovery-image] Dec 14 00:33:20.885 INFO O| Dec 14 00:33:20.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7748 | 2024-12-14T00:33:22.481Z | [ recovery-image] Dec 14 00:33:20.885 INFO O| Dec 14 00:33:20.885 INFO STEP 1129 (remove_files) COMPLETE |
7749 | 2024-12-14T00:33:22.481Z | [ recovery-image] Dec 14 00:33:20.885 INFO O| Dec 14 00:33:20.885 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-12-14T00:33:22.505Z | [ recovery-image] Dec 14 00:33:20.912 INFO O| Dec 14 00:33:20.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7751 | 2024-12-14T00:33:22.505Z | [ recovery-image] Dec 14 00:33:20.912 INFO O| Dec 14 00:33:20.912 INFO STEP 1130 (remove_files) COMPLETE |
7752 | 2024-12-14T00:33:22.508Z | [ recovery-image] Dec 14 00:33:20.912 INFO O| Dec 14 00:33:20.912 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-12-14T00:33:22.546Z | [ recovery-image] Dec 14 00:33:20.953 INFO O| Dec 14 00:33:20.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7754 | 2024-12-14T00:33:22.546Z | [ recovery-image] Dec 14 00:33:20.953 INFO O| Dec 14 00:33:20.953 INFO STEP 1131 (remove_files) COMPLETE |
7755 | 2024-12-14T00:33:22.549Z | [ recovery-image] Dec 14 00:33:20.953 INFO O| Dec 14 00:33:20.953 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2024-12-14T00:33:22.570Z | [ recovery-image] Dec 14 00:33:20.977 INFO O| Dec 14 00:33:20.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7757 | 2024-12-14T00:33:22.570Z | [ recovery-image] Dec 14 00:33:20.977 INFO O| Dec 14 00:33:20.977 INFO STEP 1132 (remove_files) COMPLETE |
7758 | 2024-12-14T00:33:22.570Z | [ recovery-image] Dec 14 00:33:20.977 INFO O| Dec 14 00:33:20.977 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2024-12-14T00:33:22.598Z | [ recovery-image] Dec 14 00:33:21.005 INFO O| Dec 14 00:33:21.005 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7760 | 2024-12-14T00:33:22.598Z | [ recovery-image] Dec 14 00:33:21.005 INFO O| Dec 14 00:33:21.005 INFO STEP 1133 (remove_files) COMPLETE |
7761 | 2024-12-14T00:33:22.601Z | [ recovery-image] Dec 14 00:33:21.006 INFO O| Dec 14 00:33:21.005 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2024-12-14T00:33:22.622Z | [ recovery-image] Dec 14 00:33:21.029 INFO O| Dec 14 00:33:21.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7763 | 2024-12-14T00:33:22.622Z | [ recovery-image] Dec 14 00:33:21.029 INFO O| Dec 14 00:33:21.029 INFO STEP 1134 (remove_files) COMPLETE |
7764 | 2024-12-14T00:33:22.622Z | [ recovery-image] Dec 14 00:33:21.029 INFO O| Dec 14 00:33:21.029 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2024-12-14T00:33:22.647Z | [ recovery-image] Dec 14 00:33:21.054 INFO O| Dec 14 00:33:21.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7766 | 2024-12-14T00:33:22.647Z | [ recovery-image] Dec 14 00:33:21.054 INFO O| Dec 14 00:33:21.054 INFO STEP 1135 (remove_files) COMPLETE |
7767 | 2024-12-14T00:33:22.647Z | [ recovery-image] Dec 14 00:33:21.054 INFO O| Dec 14 00:33:21.054 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2024-12-14T00:33:22.668Z | [ recovery-image] Dec 14 00:33:21.075 INFO O| Dec 14 00:33:21.075 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7769 | 2024-12-14T00:33:22.668Z | [ recovery-image] Dec 14 00:33:21.075 INFO O| Dec 14 00:33:21.075 INFO STEP 1136 (remove_files) COMPLETE |
7770 | 2024-12-14T00:33:22.668Z | [ recovery-image] Dec 14 00:33:21.076 INFO O| Dec 14 00:33:21.075 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7771 | 2024-12-14T00:33:22.689Z | [ recovery-image] Dec 14 00:33:21.096 INFO O| Dec 14 00:33:21.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7772 | 2024-12-14T00:33:22.689Z | [ recovery-image] Dec 14 00:33:21.096 INFO O| Dec 14 00:33:21.096 INFO STEP 1137 (remove_files) COMPLETE |
7773 | 2024-12-14T00:33:22.692Z | [ recovery-image] Dec 14 00:33:21.096 INFO O| Dec 14 00:33:21.096 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7774 | 2024-12-14T00:33:22.709Z | [ recovery-image] Dec 14 00:33:21.116 INFO O| Dec 14 00:33:21.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7775 | 2024-12-14T00:33:22.709Z | [ recovery-image] Dec 14 00:33:21.116 INFO O| Dec 14 00:33:21.116 INFO STEP 1138 (remove_files) COMPLETE |
7776 | 2024-12-14T00:33:22.716Z | [ recovery-image] Dec 14 00:33:21.116 INFO O| Dec 14 00:33:21.116 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7777 | 2024-12-14T00:33:22.730Z | [ recovery-image] Dec 14 00:33:21.137 INFO O| Dec 14 00:33:21.137 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7778 | 2024-12-14T00:33:22.730Z | [ recovery-image] Dec 14 00:33:21.137 INFO O| Dec 14 00:33:21.137 INFO STEP 1139 (remove_files) COMPLETE |
7779 | 2024-12-14T00:33:22.730Z | [ recovery-image] Dec 14 00:33:21.137 INFO O| Dec 14 00:33:21.137 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7780 | 2024-12-14T00:33:22.756Z | [ recovery-image] Dec 14 00:33:21.163 INFO O| Dec 14 00:33:21.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7781 | 2024-12-14T00:33:22.756Z | [ recovery-image] Dec 14 00:33:21.163 INFO O| Dec 14 00:33:21.163 INFO STEP 1140 (remove_files) COMPLETE |
7782 | 2024-12-14T00:33:22.756Z | [ recovery-image] Dec 14 00:33:21.163 INFO O| Dec 14 00:33:21.163 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7783 | 2024-12-14T00:33:22.947Z | [ recovery-image] Dec 14 00:33:21.354 INFO O| Dec 14 00:33:21.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7784 | 2024-12-14T00:33:22.947Z | [ recovery-image] Dec 14 00:33:21.354 INFO O| Dec 14 00:33:21.354 INFO STEP 1141 (remove_files) COMPLETE |
7785 | 2024-12-14T00:33:22.947Z | [ recovery-image] Dec 14 00:33:21.354 INFO O| Dec 14 00:33:21.354 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7786 | 2024-12-14T00:33:23.011Z | [ recovery-image] Dec 14 00:33:21.418 INFO O| Dec 14 00:33:21.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7787 | 2024-12-14T00:33:23.011Z | [ recovery-image] Dec 14 00:33:21.418 INFO O| Dec 14 00:33:21.418 INFO STEP 1142 (remove_files) COMPLETE |
7788 | 2024-12-14T00:33:23.011Z | [ recovery-image] Dec 14 00:33:21.418 INFO O| Dec 14 00:33:21.418 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7789 | 2024-12-14T00:33:23.030Z | [ recovery-image] Dec 14 00:33:21.437 INFO O| Dec 14 00:33:21.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7790 | 2024-12-14T00:33:23.030Z | [ recovery-image] Dec 14 00:33:21.438 INFO O| Dec 14 00:33:21.437 INFO STEP 1143 (remove_files) COMPLETE |
7791 | 2024-12-14T00:33:23.033Z | [ recovery-image] Dec 14 00:33:21.438 INFO O| Dec 14 00:33:21.437 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7792 | 2024-12-14T00:33:23.048Z | [ recovery-image] Dec 14 00:33:21.455 INFO O| Dec 14 00:33:21.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7793 | 2024-12-14T00:33:23.048Z | [ recovery-image] Dec 14 00:33:21.455 INFO O| Dec 14 00:33:21.455 INFO STEP 1144 (remove_files) COMPLETE |
7794 | 2024-12-14T00:33:23.050Z | [ recovery-image] Dec 14 00:33:21.455 INFO O| Dec 14 00:33:21.455 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2024-12-14T00:33:23.071Z | [ recovery-image] Dec 14 00:33:21.478 INFO O| Dec 14 00:33:21.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7796 | 2024-12-14T00:33:23.071Z | [ recovery-image] Dec 14 00:33:21.478 INFO O| Dec 14 00:33:21.478 INFO STEP 1145 (remove_files) COMPLETE |
7797 | 2024-12-14T00:33:23.074Z | [ recovery-image] Dec 14 00:33:21.478 INFO O| Dec 14 00:33:21.478 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2024-12-14T00:33:23.131Z | [ recovery-image] Dec 14 00:33:21.538 INFO O| Dec 14 00:33:21.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7799 | 2024-12-14T00:33:23.131Z | [ recovery-image] Dec 14 00:33:21.538 INFO O| Dec 14 00:33:21.538 INFO STEP 1146 (remove_files) COMPLETE |
7800 | 2024-12-14T00:33:23.131Z | [ recovery-image] Dec 14 00:33:21.538 INFO O| Dec 14 00:33:21.538 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2024-12-14T00:33:23.168Z | [ recovery-image] Dec 14 00:33:21.575 INFO O| Dec 14 00:33:21.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7802 | 2024-12-14T00:33:23.168Z | [ recovery-image] Dec 14 00:33:21.575 INFO O| Dec 14 00:33:21.575 INFO STEP 1147 (remove_files) COMPLETE |
7803 | 2024-12-14T00:33:23.171Z | [ recovery-image] Dec 14 00:33:21.575 INFO O| Dec 14 00:33:21.575 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2024-12-14T00:33:23.191Z | [ recovery-image] Dec 14 00:33:21.598 INFO O| Dec 14 00:33:21.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7805 | 2024-12-14T00:33:23.191Z | [ recovery-image] Dec 14 00:33:21.598 INFO O| Dec 14 00:33:21.598 INFO STEP 1148 (remove_files) COMPLETE |
7806 | 2024-12-14T00:33:23.194Z | [ recovery-image] Dec 14 00:33:21.598 INFO O| Dec 14 00:33:21.598 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2024-12-14T00:33:23.247Z | [ recovery-image] Dec 14 00:33:21.654 INFO O| Dec 14 00:33:21.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7808 | 2024-12-14T00:33:23.253Z | [ recovery-image] Dec 14 00:33:21.654 INFO O| Dec 14 00:33:21.654 INFO STEP 1149 (remove_files) COMPLETE |
7809 | 2024-12-14T00:33:23.253Z | [ recovery-image] Dec 14 00:33:21.654 INFO O| Dec 14 00:33:21.654 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2024-12-14T00:33:23.265Z | [ recovery-image] Dec 14 00:33:21.672 INFO O| Dec 14 00:33:21.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7811 | 2024-12-14T00:33:23.268Z | [ recovery-image] Dec 14 00:33:21.672 INFO O| Dec 14 00:33:21.672 INFO STEP 1150 (remove_files) COMPLETE |
7812 | 2024-12-14T00:33:23.268Z | [ recovery-image] Dec 14 00:33:21.672 INFO O| Dec 14 00:33:21.672 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2024-12-14T00:33:23.304Z | [ recovery-image] Dec 14 00:33:21.711 INFO O| Dec 14 00:33:21.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7814 | 2024-12-14T00:33:23.304Z | [ recovery-image] Dec 14 00:33:21.711 INFO O| Dec 14 00:33:21.711 INFO STEP 1151 (remove_files) COMPLETE |
7815 | 2024-12-14T00:33:23.307Z | [ recovery-image] Dec 14 00:33:21.711 INFO O| Dec 14 00:33:21.711 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2024-12-14T00:33:23.355Z | [ recovery-image] Dec 14 00:33:21.761 INFO O| Dec 14 00:33:21.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7817 | 2024-12-14T00:33:23.355Z | [ recovery-image] Dec 14 00:33:21.761 INFO O| Dec 14 00:33:21.761 INFO STEP 1152 (remove_files) COMPLETE |
7818 | 2024-12-14T00:33:23.357Z | [ recovery-image] Dec 14 00:33:21.762 INFO O| Dec 14 00:33:21.761 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2024-12-14T00:33:23.376Z | [ recovery-image] Dec 14 00:33:21.782 INFO O| Dec 14 00:33:21.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7820 | 2024-12-14T00:33:23.376Z | [ recovery-image] Dec 14 00:33:21.782 INFO O| Dec 14 00:33:21.782 INFO STEP 1153 (remove_files) COMPLETE |
7821 | 2024-12-14T00:33:23.378Z | [ recovery-image] Dec 14 00:33:21.782 INFO O| Dec 14 00:33:21.782 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2024-12-14T00:33:23.396Z | [ recovery-image] Dec 14 00:33:21.803 INFO O| Dec 14 00:33:21.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7823 | 2024-12-14T00:33:23.396Z | [ recovery-image] Dec 14 00:33:21.803 INFO O| Dec 14 00:33:21.803 INFO STEP 1154 (remove_files) COMPLETE |
7824 | 2024-12-14T00:33:23.396Z | [ recovery-image] Dec 14 00:33:21.803 INFO O| Dec 14 00:33:21.803 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2024-12-14T00:33:23.417Z | [ recovery-image] Dec 14 00:33:21.824 INFO O| Dec 14 00:33:21.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7826 | 2024-12-14T00:33:23.417Z | [ recovery-image] Dec 14 00:33:21.824 INFO O| Dec 14 00:33:21.824 INFO STEP 1155 (remove_files) COMPLETE |
7827 | 2024-12-14T00:33:23.417Z | [ recovery-image] Dec 14 00:33:21.824 INFO O| Dec 14 00:33:21.824 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2024-12-14T00:33:23.492Z | [ recovery-image] Dec 14 00:33:21.898 INFO O| Dec 14 00:33:21.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7829 | 2024-12-14T00:33:23.492Z | [ recovery-image] Dec 14 00:33:21.898 INFO O| Dec 14 00:33:21.898 INFO STEP 1156 (remove_files) COMPLETE |
7830 | 2024-12-14T00:33:23.492Z | [ recovery-image] Dec 14 00:33:21.898 INFO O| Dec 14 00:33:21.898 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2024-12-14T00:33:23.511Z | [ recovery-image] Dec 14 00:33:21.918 INFO O| Dec 14 00:33:21.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7832 | 2024-12-14T00:33:23.511Z | [ recovery-image] Dec 14 00:33:21.918 INFO O| Dec 14 00:33:21.918 INFO STEP 1157 (remove_files) COMPLETE |
7833 | 2024-12-14T00:33:23.511Z | [ recovery-image] Dec 14 00:33:21.918 INFO O| Dec 14 00:33:21.918 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2024-12-14T00:33:23.569Z | [ recovery-image] Dec 14 00:33:21.976 INFO O| Dec 14 00:33:21.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7835 | 2024-12-14T00:33:23.569Z | [ recovery-image] Dec 14 00:33:21.976 INFO O| Dec 14 00:33:21.976 INFO STEP 1158 (remove_files) COMPLETE |
7836 | 2024-12-14T00:33:23.569Z | [ recovery-image] Dec 14 00:33:21.976 INFO O| Dec 14 00:33:21.976 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7837 | 2024-12-14T00:33:23.590Z | [ recovery-image] Dec 14 00:33:21.997 INFO O| Dec 14 00:33:21.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7838 | 2024-12-14T00:33:23.590Z | [ recovery-image] Dec 14 00:33:21.997 INFO O| Dec 14 00:33:21.997 INFO STEP 1159 (remove_files) COMPLETE |
7839 | 2024-12-14T00:33:23.590Z | [ recovery-image] Dec 14 00:33:21.997 INFO O| Dec 14 00:33:21.997 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7840 | 2024-12-14T00:33:23.615Z | [ recovery-image] Dec 14 00:33:22.022 INFO O| Dec 14 00:33:22.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7841 | 2024-12-14T00:33:23.618Z | [ recovery-image] Dec 14 00:33:22.023 INFO O| Dec 14 00:33:22.022 INFO STEP 1160 (remove_files) COMPLETE |
7842 | 2024-12-14T00:33:23.619Z | [ recovery-image] Dec 14 00:33:22.023 INFO O| Dec 14 00:33:22.022 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7843 | 2024-12-14T00:33:23.634Z | [ host-image] Dec 14 00:33:22.041 INFO O| Dec 14 00:33:22.040 INFO O| Done |
7844 | 2024-12-14T00:33:23.639Z | [ recovery-image] Dec 14 00:33:22.046 INFO O| Dec 14 00:33:22.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7845 | 2024-12-14T00:33:23.650Z | [ recovery-image] Dec 14 00:33:22.046 INFO O| Dec 14 00:33:22.046 INFO STEP 1161 (remove_files) COMPLETE |
7846 | 2024-12-14T00:33:23.650Z | [ recovery-image] Dec 14 00:33:22.046 INFO O| Dec 14 00:33:22.046 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7847 | 2024-12-14T00:33:23.659Z | [ recovery-image] Dec 14 00:33:22.066 INFO O| Dec 14 00:33:22.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7848 | 2024-12-14T00:33:23.659Z | [ recovery-image] Dec 14 00:33:22.066 INFO O| Dec 14 00:33:22.066 INFO STEP 1162 (remove_files) COMPLETE |
7849 | 2024-12-14T00:33:23.662Z | [ recovery-image] Dec 14 00:33:22.066 INFO O| Dec 14 00:33:22.066 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7850 | 2024-12-14T00:33:23.679Z | [ recovery-image] Dec 14 00:33:22.086 INFO O| Dec 14 00:33:22.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7851 | 2024-12-14T00:33:23.682Z | [ recovery-image] Dec 14 00:33:22.086 INFO O| Dec 14 00:33:22.086 INFO STEP 1163 (remove_files) COMPLETE |
7852 | 2024-12-14T00:33:23.682Z | [ recovery-image] Dec 14 00:33:22.087 INFO O| Dec 14 00:33:22.086 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7853 | 2024-12-14T00:33:23.698Z | [ recovery-image] Dec 14 00:33:22.105 INFO O| Dec 14 00:33:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7854 | 2024-12-14T00:33:23.701Z | [ recovery-image] Dec 14 00:33:22.105 INFO O| Dec 14 00:33:22.105 INFO STEP 1164 (remove_files) COMPLETE |
7855 | 2024-12-14T00:33:23.701Z | [ recovery-image] Dec 14 00:33:22.106 INFO O| Dec 14 00:33:22.105 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7856 | 2024-12-14T00:33:23.714Z | [ host-image] Dec 14 00:33:22.121 INFO O| Dec 14 00:33:22.120 INFO O| Done |
7857 | 2024-12-14T00:33:23.714Z | [ host-image] Dec 14 00:33:22.121 INFO O| Dec 14 00:33:22.121 INFO O| Done |
7858 | 2024-12-14T00:33:23.720Z | [ recovery-image] Dec 14 00:33:22.127 INFO O| Dec 14 00:33:22.127 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7859 | 2024-12-14T00:33:23.720Z | [ recovery-image] Dec 14 00:33:22.127 INFO O| Dec 14 00:33:22.127 INFO STEP 1165 (remove_files) COMPLETE |
7860 | 2024-12-14T00:33:23.720Z | [ recovery-image] Dec 14 00:33:22.127 INFO O| Dec 14 00:33:22.127 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7861 | 2024-12-14T00:33:23.738Z | [ recovery-image] Dec 14 00:33:22.145 INFO O| Dec 14 00:33:22.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7862 | 2024-12-14T00:33:23.738Z | [ recovery-image] Dec 14 00:33:22.145 INFO O| Dec 14 00:33:22.145 INFO STEP 1166 (remove_files) COMPLETE |
7863 | 2024-12-14T00:33:23.741Z | [ recovery-image] Dec 14 00:33:22.145 INFO O| Dec 14 00:33:22.145 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7864 | 2024-12-14T00:33:23.745Z | [ host-image] Dec 14 00:33:22.152 INFO O| Dec 14 00:33:22.151 INFO O| Done |
7865 | 2024-12-14T00:33:23.777Z | [ recovery-image] Dec 14 00:33:22.183 INFO O| Dec 14 00:33:22.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7866 | 2024-12-14T00:33:23.778Z | [ recovery-image] Dec 14 00:33:22.183 INFO O| Dec 14 00:33:22.183 INFO STEP 1167 (remove_files) COMPLETE |
7867 | 2024-12-14T00:33:23.778Z | [ recovery-image] Dec 14 00:33:22.183 INFO O| Dec 14 00:33:22.183 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7868 | 2024-12-14T00:33:23.809Z | [ recovery-image] Dec 14 00:33:22.216 INFO O| Dec 14 00:33:22.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7869 | 2024-12-14T00:33:23.809Z | [ recovery-image] Dec 14 00:33:22.216 INFO O| Dec 14 00:33:22.216 INFO STEP 1168 (remove_files) COMPLETE |
7870 | 2024-12-14T00:33:23.809Z | [ recovery-image] Dec 14 00:33:22.216 INFO O| Dec 14 00:33:22.216 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7871 | 2024-12-14T00:33:23.830Z | [ recovery-image] Dec 14 00:33:22.236 INFO O| Dec 14 00:33:22.236 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7872 | 2024-12-14T00:33:23.830Z | [ recovery-image] Dec 14 00:33:22.236 INFO O| Dec 14 00:33:22.236 INFO STEP 1169 (remove_files) COMPLETE |
7873 | 2024-12-14T00:33:23.830Z | [ recovery-image] Dec 14 00:33:22.236 INFO O| Dec 14 00:33:22.236 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7874 | 2024-12-14T00:33:23.847Z | [ recovery-image] Dec 14 00:33:22.254 INFO O| Dec 14 00:33:22.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7875 | 2024-12-14T00:33:23.847Z | [ recovery-image] Dec 14 00:33:22.254 INFO O| Dec 14 00:33:22.254 INFO STEP 1170 (remove_files) COMPLETE |
7876 | 2024-12-14T00:33:23.847Z | [ recovery-image] Dec 14 00:33:22.254 INFO O| Dec 14 00:33:22.254 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7877 | 2024-12-14T00:33:23.867Z | [ recovery-image] Dec 14 00:33:22.273 INFO O| Dec 14 00:33:22.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7878 | 2024-12-14T00:33:23.867Z | [ recovery-image] Dec 14 00:33:22.273 INFO O| Dec 14 00:33:22.273 INFO STEP 1171 (remove_files) COMPLETE |
7879 | 2024-12-14T00:33:23.867Z | [ recovery-image] Dec 14 00:33:22.273 INFO O| Dec 14 00:33:22.273 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7880 | 2024-12-14T00:33:23.907Z | [ recovery-image] Dec 14 00:33:22.313 INFO O| Dec 14 00:33:22.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7881 | 2024-12-14T00:33:23.909Z | [ recovery-image] Dec 14 00:33:22.313 INFO O| Dec 14 00:33:22.313 INFO STEP 1172 (remove_files) COMPLETE |
7882 | 2024-12-14T00:33:23.909Z | [ recovery-image] Dec 14 00:33:22.313 INFO O| Dec 14 00:33:22.313 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7883 | 2024-12-14T00:33:23.937Z | [ recovery-image] Dec 14 00:33:22.334 INFO O| Dec 14 00:33:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7884 | 2024-12-14T00:33:23.937Z | [ recovery-image] Dec 14 00:33:22.334 INFO O| Dec 14 00:33:22.334 INFO STEP 1173 (remove_files) COMPLETE |
7885 | 2024-12-14T00:33:23.937Z | [ recovery-image] Dec 14 00:33:22.334 INFO O| Dec 14 00:33:22.334 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7886 | 2024-12-14T00:33:23.939Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO STEP 14 (pkg_install) COMPLETE |
7887 | 2024-12-14T00:33:23.939Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7888 | 2024-12-14T00:33:23.939Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO skip step because feature "mfg" is not enabled |
7889 | 2024-12-14T00:33:23.939Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7890 | 2024-12-14T00:33:23.942Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO skip step because feature "compliance" is not enabled |
7891 | 2024-12-14T00:33:23.942Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7892 | 2024-12-14T00:33:23.942Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO skip step because feature "stress" is not enabled |
7893 | 2024-12-14T00:33:23.942Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7894 | 2024-12-14T00:33:23.942Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO skip step because feature "nfs" is not enabled |
7895 | 2024-12-14T00:33:23.942Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7896 | 2024-12-14T00:33:23.942Z | [ host-image] Dec 14 00:33:22.344 INFO O| Dec 14 00:33:22.344 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7897 | 2024-12-14T00:33:23.949Z | [ recovery-image] Dec 14 00:33:22.354 INFO O| Dec 14 00:33:22.354 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7898 | 2024-12-14T00:33:23.949Z | [ recovery-image] Dec 14 00:33:22.355 INFO O| Dec 14 00:33:22.355 INFO STEP 1174 (remove_files) COMPLETE |
7899 | 2024-12-14T00:33:23.949Z | [ recovery-image] Dec 14 00:33:22.355 INFO O| Dec 14 00:33:22.355 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7900 | 2024-12-14T00:33:23.989Z | [ recovery-image] Dec 14 00:33:22.396 INFO O| Dec 14 00:33:22.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7901 | 2024-12-14T00:33:23.992Z | [ recovery-image] Dec 14 00:33:22.396 INFO O| Dec 14 00:33:22.396 INFO STEP 1175 (remove_files) COMPLETE |
7902 | 2024-12-14T00:33:23.992Z | [ recovery-image] Dec 14 00:33:22.397 INFO O| Dec 14 00:33:22.396 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7903 | 2024-12-14T00:33:24.031Z | [ host-image] Dec 14 00:33:22.438 INFO O| Dec 14 00:33:22.437 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7904 | 2024-12-14T00:33:24.077Z | [ recovery-image] Dec 14 00:33:22.484 INFO O| Dec 14 00:33:22.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7905 | 2024-12-14T00:33:24.080Z | [ recovery-image] Dec 14 00:33:22.484 INFO O| Dec 14 00:33:22.484 INFO STEP 1176 (remove_files) COMPLETE |
7906 | 2024-12-14T00:33:24.080Z | [ recovery-image] Dec 14 00:33:22.484 INFO O| Dec 14 00:33:22.484 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7907 | 2024-12-14T00:33:24.099Z | [ recovery-image] Dec 14 00:33:22.506 INFO O| Dec 14 00:33:22.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7908 | 2024-12-14T00:33:24.103Z | [ recovery-image] Dec 14 00:33:22.506 INFO O| Dec 14 00:33:22.506 INFO STEP 1177 (remove_files) COMPLETE |
7909 | 2024-12-14T00:33:24.103Z | [ recovery-image] Dec 14 00:33:22.507 INFO O| Dec 14 00:33:22.506 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7910 | 2024-12-14T00:33:24.139Z | [ recovery-image] Dec 14 00:33:22.545 INFO O| Dec 14 00:33:22.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7911 | 2024-12-14T00:33:24.142Z | [ recovery-image] Dec 14 00:33:22.545 INFO O| Dec 14 00:33:22.545 INFO STEP 1178 (remove_files) COMPLETE |
7912 | 2024-12-14T00:33:24.142Z | [ recovery-image] Dec 14 00:33:22.546 INFO O| Dec 14 00:33:22.545 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7913 | 2024-12-14T00:33:24.171Z | [ recovery-image] Dec 14 00:33:22.577 INFO O| Dec 14 00:33:22.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7914 | 2024-12-14T00:33:24.171Z | [ recovery-image] Dec 14 00:33:22.577 INFO O| Dec 14 00:33:22.577 INFO STEP 1179 (remove_files) COMPLETE |
7915 | 2024-12-14T00:33:24.171Z | [ recovery-image] Dec 14 00:33:22.577 INFO O| Dec 14 00:33:22.577 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7916 | 2024-12-14T00:33:24.174Z | [ host-image] Dec 14 00:33:22.579 INFO O| Dec 14 00:33:22.579 INFO completed processing gimlet/ramdisk-01-os |
7917 | 2024-12-14T00:33:24.177Z | [ host-image] Dec 14 00:33:22.582 INFO omicron1 baseline generation... |
7918 | 2024-12-14T00:33:24.177Z | [ host-image] Dec 14 00:33:22.582 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7919 | 2024-12-14T00:33:24.209Z | [ recovery-image] Dec 14 00:33:22.616 INFO O| Dec 14 00:33:22.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7920 | 2024-12-14T00:33:24.211Z | [ recovery-image] Dec 14 00:33:22.616 INFO O| Dec 14 00:33:22.616 INFO STEP 1180 (remove_files) COMPLETE |
7921 | 2024-12-14T00:33:24.212Z | [ recovery-image] Dec 14 00:33:22.616 INFO O| Dec 14 00:33:22.616 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7922 | 2024-12-14T00:33:24.228Z | [ recovery-image] Dec 14 00:33:22.635 INFO O| Dec 14 00:33:22.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7923 | 2024-12-14T00:33:24.231Z | [ recovery-image] Dec 14 00:33:22.635 INFO O| Dec 14 00:33:22.635 INFO STEP 1181 (remove_files) COMPLETE |
7924 | 2024-12-14T00:33:24.231Z | [ recovery-image] Dec 14 00:33:22.635 INFO O| Dec 14 00:33:22.635 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7925 | 2024-12-14T00:33:24.248Z | [ recovery-image] Dec 14 00:33:22.654 INFO O| Dec 14 00:33:22.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7926 | 2024-12-14T00:33:24.251Z | [ recovery-image] Dec 14 00:33:22.654 INFO O| Dec 14 00:33:22.654 INFO STEP 1182 (remove_files) COMPLETE |
7927 | 2024-12-14T00:33:24.251Z | [ recovery-image] Dec 14 00:33:22.654 INFO O| Dec 14 00:33:22.654 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7928 | 2024-12-14T00:33:24.284Z | [ recovery-image] Dec 14 00:33:22.691 INFO O| Dec 14 00:33:22.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7929 | 2024-12-14T00:33:24.284Z | [ recovery-image] Dec 14 00:33:22.691 INFO O| Dec 14 00:33:22.691 INFO STEP 1183 (remove_files) COMPLETE |
7930 | 2024-12-14T00:33:24.287Z | [ recovery-image] Dec 14 00:33:22.691 INFO O| Dec 14 00:33:22.691 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7931 | 2024-12-14T00:33:24.305Z | [ recovery-image] Dec 14 00:33:22.712 INFO O| Dec 14 00:33:22.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7932 | 2024-12-14T00:33:24.305Z | [ recovery-image] Dec 14 00:33:22.712 INFO O| Dec 14 00:33:22.712 INFO STEP 1184 (remove_files) COMPLETE |
7933 | 2024-12-14T00:33:24.305Z | [ recovery-image] Dec 14 00:33:22.712 INFO O| Dec 14 00:33:22.712 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7934 | 2024-12-14T00:33:24.337Z | [ recovery-image] Dec 14 00:33:22.743 INFO O| Dec 14 00:33:22.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7935 | 2024-12-14T00:33:24.337Z | [ recovery-image] Dec 14 00:33:22.743 INFO O| Dec 14 00:33:22.743 INFO STEP 1185 (remove_files) COMPLETE |
7936 | 2024-12-14T00:33:24.337Z | [ recovery-image] Dec 14 00:33:22.743 INFO O| Dec 14 00:33:22.743 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7937 | 2024-12-14T00:33:24.376Z | [ recovery-image] Dec 14 00:33:22.783 INFO O| Dec 14 00:33:22.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7938 | 2024-12-14T00:33:24.376Z | [ recovery-image] Dec 14 00:33:22.783 INFO O| Dec 14 00:33:22.783 INFO STEP 1186 (remove_files) COMPLETE |
7939 | 2024-12-14T00:33:24.376Z | [ recovery-image] Dec 14 00:33:22.783 INFO O| Dec 14 00:33:22.783 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7940 | 2024-12-14T00:33:24.393Z | [ recovery-image] Dec 14 00:33:22.800 INFO O| Dec 14 00:33:22.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7941 | 2024-12-14T00:33:24.393Z | [ recovery-image] Dec 14 00:33:22.800 INFO O| Dec 14 00:33:22.800 INFO STEP 1187 (remove_files) COMPLETE |
7942 | 2024-12-14T00:33:24.396Z | [ recovery-image] Dec 14 00:33:22.800 INFO O| Dec 14 00:33:22.800 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7943 | 2024-12-14T00:33:24.414Z | [ recovery-image] Dec 14 00:33:22.820 INFO O| Dec 14 00:33:22.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7944 | 2024-12-14T00:33:24.414Z | [ recovery-image] Dec 14 00:33:22.820 INFO O| Dec 14 00:33:22.820 INFO STEP 1188 (remove_files) COMPLETE |
7945 | 2024-12-14T00:33:24.414Z | [ recovery-image] Dec 14 00:33:22.820 INFO O| Dec 14 00:33:22.820 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7946 | 2024-12-14T00:33:24.476Z | [ recovery-image] Dec 14 00:33:22.881 INFO O| Dec 14 00:33:22.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7947 | 2024-12-14T00:33:24.477Z | [ recovery-image] Dec 14 00:33:22.882 INFO O| Dec 14 00:33:22.881 INFO STEP 1189 (remove_files) COMPLETE |
7948 | 2024-12-14T00:33:24.477Z | [ recovery-image] Dec 14 00:33:22.882 INFO O| Dec 14 00:33:22.881 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7949 | 2024-12-14T00:33:24.493Z | [ recovery-image] Dec 14 00:33:22.899 INFO O| Dec 14 00:33:22.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7950 | 2024-12-14T00:33:24.494Z | [ recovery-image] Dec 14 00:33:22.900 INFO O| Dec 14 00:33:22.899 INFO STEP 1190 (remove_files) COMPLETE |
7951 | 2024-12-14T00:33:24.494Z | [ recovery-image] Dec 14 00:33:22.900 INFO O| Dec 14 00:33:22.900 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7952 | 2024-12-14T00:33:24.511Z | [ recovery-image] Dec 14 00:33:22.917 INFO O| Dec 14 00:33:22.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7953 | 2024-12-14T00:33:24.511Z | [ recovery-image] Dec 14 00:33:22.917 INFO O| Dec 14 00:33:22.917 INFO STEP 1191 (remove_files) COMPLETE |
7954 | 2024-12-14T00:33:24.511Z | [ recovery-image] Dec 14 00:33:22.917 INFO O| Dec 14 00:33:22.917 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7955 | 2024-12-14T00:33:24.527Z | [ recovery-image] Dec 14 00:33:22.934 INFO O| Dec 14 00:33:22.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7956 | 2024-12-14T00:33:24.552Z | [ recovery-image] Dec 14 00:33:22.958 INFO O| Dec 14 00:33:22.958 INFO STEP 1192 (remove_files) COMPLETE |
7957 | 2024-12-14T00:33:24.552Z | [ recovery-image] Dec 14 00:33:22.958 INFO O| Dec 14 00:33:22.958 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7958 | 2024-12-14T00:33:24.609Z | [ recovery-image] Dec 14 00:33:23.015 INFO O| Dec 14 00:33:23.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7959 | 2024-12-14T00:33:24.609Z | [ recovery-image] Dec 14 00:33:23.015 INFO O| Dec 14 00:33:23.015 INFO STEP 1193 (remove_files) COMPLETE |
7960 | 2024-12-14T00:33:24.609Z | [ recovery-image] Dec 14 00:33:23.016 INFO O| Dec 14 00:33:23.015 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7961 | 2024-12-14T00:33:24.667Z | [ recovery-image] Dec 14 00:33:23.074 INFO O| Dec 14 00:33:23.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7962 | 2024-12-14T00:33:24.667Z | [ recovery-image] Dec 14 00:33:23.074 INFO O| Dec 14 00:33:23.074 INFO STEP 1194 (remove_files) COMPLETE |
7963 | 2024-12-14T00:33:24.667Z | [ recovery-image] Dec 14 00:33:23.074 INFO O| Dec 14 00:33:23.074 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7964 | 2024-12-14T00:33:24.684Z | [ recovery-image] Dec 14 00:33:23.091 INFO O| Dec 14 00:33:23.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7965 | 2024-12-14T00:33:24.684Z | [ recovery-image] Dec 14 00:33:23.091 INFO O| Dec 14 00:33:23.091 INFO STEP 1195 (remove_files) COMPLETE |
7966 | 2024-12-14T00:33:24.687Z | [ recovery-image] Dec 14 00:33:23.091 INFO O| Dec 14 00:33:23.091 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7967 | 2024-12-14T00:33:24.711Z | [ recovery-image] Dec 14 00:33:23.118 INFO O| Dec 14 00:33:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7968 | 2024-12-14T00:33:24.711Z | [ recovery-image] Dec 14 00:33:23.118 INFO O| Dec 14 00:33:23.118 INFO STEP 1196 (remove_files) COMPLETE |
7969 | 2024-12-14T00:33:24.711Z | [ recovery-image] Dec 14 00:33:23.118 INFO O| Dec 14 00:33:23.118 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7970 | 2024-12-14T00:33:24.739Z | [ recovery-image] Dec 14 00:33:23.146 INFO O| Dec 14 00:33:23.146 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7971 | 2024-12-14T00:33:24.739Z | [ recovery-image] Dec 14 00:33:23.146 INFO O| Dec 14 00:33:23.146 INFO STEP 1197 (remove_files) COMPLETE |
7972 | 2024-12-14T00:33:24.739Z | [ recovery-image] Dec 14 00:33:23.146 INFO O| Dec 14 00:33:23.146 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7973 | 2024-12-14T00:33:24.764Z | [ recovery-image] Dec 14 00:33:23.171 INFO O| Dec 14 00:33:23.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7974 | 2024-12-14T00:33:24.767Z | [ recovery-image] Dec 14 00:33:23.171 INFO O| Dec 14 00:33:23.171 INFO STEP 1198 (remove_files) COMPLETE |
7975 | 2024-12-14T00:33:24.767Z | [ recovery-image] Dec 14 00:33:23.172 INFO O| Dec 14 00:33:23.171 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7976 | 2024-12-14T00:33:24.788Z | [ recovery-image] Dec 14 00:33:23.194 INFO O| Dec 14 00:33:23.194 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7977 | 2024-12-14T00:33:24.788Z | [ recovery-image] Dec 14 00:33:23.194 INFO O| Dec 14 00:33:23.194 INFO STEP 1199 (remove_files) COMPLETE |
7978 | 2024-12-14T00:33:24.788Z | [ recovery-image] Dec 14 00:33:23.194 INFO O| Dec 14 00:33:23.194 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7979 | 2024-12-14T00:33:24.825Z | [ recovery-image] Dec 14 00:33:23.232 INFO O| Dec 14 00:33:23.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7980 | 2024-12-14T00:33:24.828Z | [ recovery-image] Dec 14 00:33:23.232 INFO O| Dec 14 00:33:23.232 INFO STEP 1200 (remove_files) COMPLETE |
7981 | 2024-12-14T00:33:24.828Z | [ recovery-image] Dec 14 00:33:23.232 INFO O| Dec 14 00:33:23.232 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7982 | 2024-12-14T00:33:24.844Z | [ recovery-image] Dec 14 00:33:23.251 INFO O| Dec 14 00:33:23.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7983 | 2024-12-14T00:33:24.848Z | [ recovery-image] Dec 14 00:33:23.251 INFO O| Dec 14 00:33:23.251 INFO STEP 1201 (remove_files) COMPLETE |
7984 | 2024-12-14T00:33:24.848Z | [ recovery-image] Dec 14 00:33:23.251 INFO O| Dec 14 00:33:23.251 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7985 | 2024-12-14T00:33:24.862Z | [ recovery-image] Dec 14 00:33:23.269 INFO O| Dec 14 00:33:23.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7986 | 2024-12-14T00:33:24.863Z | [ recovery-image] Dec 14 00:33:23.269 INFO O| Dec 14 00:33:23.269 INFO STEP 1202 (remove_files) COMPLETE |
7987 | 2024-12-14T00:33:24.866Z | [ recovery-image] Dec 14 00:33:23.269 INFO O| Dec 14 00:33:23.269 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7988 | 2024-12-14T00:33:24.882Z | [ recovery-image] Dec 14 00:33:23.288 INFO O| Dec 14 00:33:23.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7989 | 2024-12-14T00:33:24.884Z | [ recovery-image] Dec 14 00:33:23.288 INFO O| Dec 14 00:33:23.288 INFO STEP 1203 (remove_files) COMPLETE |
7990 | 2024-12-14T00:33:24.884Z | [ recovery-image] Dec 14 00:33:23.289 INFO O| Dec 14 00:33:23.288 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7991 | 2024-12-14T00:33:24.901Z | [ recovery-image] Dec 14 00:33:23.308 INFO O| Dec 14 00:33:23.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7992 | 2024-12-14T00:33:24.907Z | [ recovery-image] Dec 14 00:33:23.308 INFO O| Dec 14 00:33:23.308 INFO STEP 1204 (remove_files) COMPLETE |
7993 | 2024-12-14T00:33:24.907Z | [ recovery-image] Dec 14 00:33:23.308 INFO O| Dec 14 00:33:23.308 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7994 | 2024-12-14T00:33:24.920Z | [ recovery-image] Dec 14 00:33:23.327 INFO O| Dec 14 00:33:23.327 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7995 | 2024-12-14T00:33:24.924Z | [ recovery-image] Dec 14 00:33:23.327 INFO O| Dec 14 00:33:23.327 INFO STEP 1205 (remove_files) COMPLETE |
7996 | 2024-12-14T00:33:24.924Z | [ recovery-image] Dec 14 00:33:23.327 INFO O| Dec 14 00:33:23.327 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7997 | 2024-12-14T00:33:24.947Z | [ recovery-image] Dec 14 00:33:23.354 INFO O| Dec 14 00:33:23.354 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7998 | 2024-12-14T00:33:24.950Z | [ recovery-image] Dec 14 00:33:23.354 INFO O| Dec 14 00:33:23.354 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7999 | 2024-12-14T00:33:25.090Z | [ host-image] Dec 14 00:33:23.496 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23049:20241204T192527Z |
8000 | 2024-12-14T00:33:26.636Z | [ recovery-image] Dec 14 00:33:25.042 INFO O| Dec 14 00:33:25.042 INFO STEP 1206 (pack_tar) COMPLETE |
8001 | 2024-12-14T00:33:26.636Z | [ recovery-image] Dec 14 00:33:25.042 INFO O| Dec 14 00:33:25.042 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8002 | 2024-12-14T00:33:26.638Z | [ recovery-image] Dec 14 00:33:25.042 INFO O| Dec 14 00:33:25.042 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
8003 | 2024-12-14T00:33:26.922Z | [ recovery-image] Dec 14 00:33:25.328 INFO O| Dec 14 00:33:25.328 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
8004 | 2024-12-14T00:33:27.042Z | [ recovery-image] Dec 14 00:33:25.448 INFO O| Dec 14 00:33:25.448 INFO completed processing gimlet/ramdisk-03-recovery-trim |
8005 | 2024-12-14T00:33:27.052Z | [ recovery-image] Dec 14 00:33:25.458 INFO image builder template: zfs-recovery... |
8006 | 2024-12-14T00:33:27.052Z | [ recovery-image] Dec 14 00:33:25.458 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/.tmpAGvK53/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.34.311", "-n", "zfs-recovery"], pwd: None |
8007 | 2024-12-14T00:33:27.103Z | [ recovery-image] Dec 14 00:33:25.509 INFO O| Dec 14 00:33:25.509 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8008 | 2024-12-14T00:33:27.118Z | [ recovery-image] Dec 14 00:33:25.524 INFO O| Dec 14 00:33:25.524 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8009 | 2024-12-14T00:33:27.312Z | [ recovery-image] Dec 14 00:33:25.718 INFO O| Dec 14 00:33:25.718 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
8010 | 2024-12-14T00:33:27.403Z | [ recovery-image] Dec 14 00:33:25.809 INFO O| Dec 14 00:33:25.808 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8011 | 2024-12-14T00:33:27.403Z | [ recovery-image] Dec 14 00:33:25.809 INFO O| Dec 14 00:33:25.809 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8012 | 2024-12-14T00:33:27.411Z | [ recovery-image] Dec 14 00:33:25.816 INFO O| Dec 14 00:33:25.816 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8013 | 2024-12-14T00:33:27.563Z | [ recovery-image] Dec 14 00:33:25.968 INFO O| Dec 14 00:33:25.968 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
8014 | 2024-12-14T00:33:27.680Z | [ recovery-image] Dec 14 00:33:26.086 INFO O| Dec 14 00:33:26.086 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
8015 | 2024-12-14T00:33:27.739Z | [ recovery-image] Dec 14 00:33:26.145 INFO O| Dec 14 00:33:26.145 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8016 | 2024-12-14T00:33:27.748Z | [ recovery-image] Dec 14 00:33:26.154 INFO O| Dec 14 00:33:26.154 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
8017 | 2024-12-14T00:33:27.755Z | [ recovery-image] Dec 14 00:33:26.161 INFO O| Dec 14 00:33:26.161 INFO no lofi found |
8018 | 2024-12-14T00:33:27.755Z | [ recovery-image] Dec 14 00:33:26.161 INFO O| Dec 14 00:33:26.161 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
8019 | 2024-12-14T00:33:27.757Z | [ recovery-image] Dec 14 00:33:26.161 INFO O| Dec 14 00:33:26.161 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
8020 | 2024-12-14T00:33:29.607Z | [ recovery-image] Dec 14 00:33:28.012 INFO O| Dec 14 00:33:28.012 INFO lofi device = /dev/dsk/c2t1d0p0 |
8021 | 2024-12-14T00:33:29.607Z | [ recovery-image] Dec 14 00:33:28.012 INFO O| Dec 14 00:33:28.012 INFO pool device = /dev/dsk/c2t1d0p0 |
8022 | 2024-12-14T00:33:29.609Z | [ recovery-image] Dec 14 00:33:28.013 INFO O| Dec 14 00:33:28.013 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8023 | 2024-12-14T00:33:29.855Z | [ recovery-image] Dec 14 00:33:28.260 INFO O| Dec 14 00:33:28.260 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8024 | 2024-12-14T00:33:29.855Z | [ recovery-image] Dec 14 00:33:28.260 INFO O| Dec 14 00:33:28.260 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
8025 | 2024-12-14T00:33:29.890Z | [ recovery-image] Dec 14 00:33:28.295 INFO O| Dec 14 00:33:28.295 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
8026 | 2024-12-14T00:33:30.399Z | [ recovery-image] Dec 14 00:33:28.804 INFO O| Dec 14 00:33:28.804 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
8027 | 2024-12-14T00:33:30.458Z | [ recovery-image] Dec 14 00:33:28.864 INFO O| Dec 14 00:33:28.864 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
8028 | 2024-12-14T00:33:30.486Z | [ recovery-image] Dec 14 00:33:28.891 INFO O| Dec 14 00:33:28.891 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
8029 | 2024-12-14T00:33:30.507Z | [ recovery-image] Dec 14 00:33:28.913 INFO O| Dec 14 00:33:28.912 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
8030 | 2024-12-14T00:33:30.630Z | [ recovery-image] Dec 14 00:33:29.035 INFO O| Dec 14 00:33:29.035 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8031 | 2024-12-14T00:33:30.630Z | [ recovery-image] Dec 14 00:33:29.036 INFO O| Dec 14 00:33:29.035 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
8032 | 2024-12-14T00:33:30.630Z | [ recovery-image] Dec 14 00:33:29.036 INFO O| Dec 14 00:33:29.036 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8033 | 2024-12-14T00:33:30.655Z | [ recovery-image] Dec 14 00:33:29.060 INFO O| Dec 14 00:33:29.060 INFO boot environment UUID: e9210987-537f-4487-9688-b5bb6a38ae06 |
8034 | 2024-12-14T00:33:30.655Z | [ recovery-image] Dec 14 00:33:29.060 INFO O| Dec 14 00:33:29.060 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = e9210987-537f-4487-9688-b5bb6a38ae06 |
8035 | 2024-12-14T00:33:30.710Z | [ recovery-image] Dec 14 00:33:29.115 INFO O| Dec 14 00:33:29.115 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8036 | 2024-12-14T00:33:30.739Z | [ recovery-image] Dec 14 00:33:29.145 INFO O| Dec 14 00:33:29.144 INFO STEP 0 (create_be) COMPLETE |
8037 | 2024-12-14T00:33:30.739Z | [ recovery-image] Dec 14 00:33:29.145 INFO O| Dec 14 00:33:29.145 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8038 | 2024-12-14T00:33:30.768Z | [ recovery-image] Dec 14 00:33:29.172 INFO O| Dec 14 00:33:29.172 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"] |
8039 | 2024-12-14T00:33:37.601Z | [ recovery-image] Dec 14 00:33:36.005 INFO O| Dec 14 00:33:36.005 INFO STEP 1 (unpack_tar) COMPLETE |
8040 | 2024-12-14T00:33:37.602Z | [ recovery-image] Dec 14 00:33:36.005 INFO O| Dec 14 00:33:36.005 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8041 | 2024-12-14T00:33:37.621Z | [ recovery-image] Dec 14 00:33:36.024 INFO O| Dec 14 00:33:36.024 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
8042 | 2024-12-14T00:33:38.011Z | [ recovery-image] Dec 14 00:33:36.414 INFO O| Dec 14 00:33:36.414 INFO STEP 2 (devfsadm) COMPLETE |
8043 | 2024-12-14T00:33:38.011Z | [ recovery-image] Dec 14 00:33:36.414 INFO O| Dec 14 00:33:36.414 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8044 | 2024-12-14T00:33:38.032Z | [ recovery-image] Dec 14 00:33:36.433 INFO O| Dec 14 00:33:36.433 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8045 | 2024-12-14T00:33:38.032Z | [ recovery-image] Dec 14 00:33:36.434 INFO O| Dec 14 00:33:36.433 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8046 | 2024-12-14T00:33:38.035Z | [ recovery-image] Dec 14 00:33:36.434 INFO O| Dec 14 00:33:36.434 INFO STEP 3 (ensure_dir) COMPLETE |
8047 | 2024-12-14T00:33:38.035Z | [ recovery-image] Dec 14 00:33:36.434 INFO O| Dec 14 00:33:36.434 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8048 | 2024-12-14T00:33:38.048Z | [ recovery-image] Dec 14 00:33:36.452 INFO O| Dec 14 00:33:36.452 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8049 | 2024-12-14T00:33:38.048Z | [ recovery-image] Dec 14 00:33:36.452 INFO O| Dec 14 00:33:36.452 INFO STEP 4 (ensure_dir) COMPLETE |
8050 | 2024-12-14T00:33:38.051Z | [ recovery-image] Dec 14 00:33:36.452 INFO O| Dec 14 00:33:36.452 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8051 | 2024-12-14T00:33:38.073Z | [ recovery-image] Dec 14 00:33:36.477 INFO O| Dec 14 00:33:36.477 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8052 | 2024-12-14T00:33:38.073Z | [ recovery-image] Dec 14 00:33:36.477 INFO O| Dec 14 00:33:36.477 INFO STEP 5 (ensure_dir) COMPLETE |
8053 | 2024-12-14T00:33:38.076Z | [ recovery-image] Dec 14 00:33:36.477 INFO O| Dec 14 00:33:36.477 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8054 | 2024-12-14T00:33:38.094Z | [ recovery-image] Dec 14 00:33:36.497 INFO O| Dec 14 00:33:36.497 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8055 | 2024-12-14T00:33:38.094Z | [ recovery-image] Dec 14 00:33:36.497 INFO O| Dec 14 00:33:36.497 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8056 | 2024-12-14T00:33:38.096Z | [ recovery-image] Dec 14 00:33:36.497 INFO O| Dec 14 00:33:36.497 INFO STEP 6 (ensure_dir) COMPLETE |
8057 | 2024-12-14T00:33:38.096Z | [ recovery-image] Dec 14 00:33:36.497 INFO O| Dec 14 00:33:36.497 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8058 | 2024-12-14T00:33:38.150Z | [ recovery-image] Dec 14 00:33:36.553 INFO O| Dec 14 00:33:36.553 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8059 | 2024-12-14T00:33:38.150Z | [ recovery-image] Dec 14 00:33:36.554 INFO O| Dec 14 00:33:36.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8060 | 2024-12-14T00:33:38.153Z | [ recovery-image] Dec 14 00:33:36.554 INFO O| Dec 14 00:33:36.554 INFO STEP 7 (ensure_dir) COMPLETE |
8061 | 2024-12-14T00:33:38.153Z | [ recovery-image] Dec 14 00:33:36.554 INFO O| Dec 14 00:33:36.554 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8062 | 2024-12-14T00:33:38.170Z | [ recovery-image] Dec 14 00:33:36.573 INFO O| Dec 14 00:33:36.573 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
8063 | 2024-12-14T00:33:38.170Z | [ recovery-image] Dec 14 00:33:36.573 INFO O| Dec 14 00:33:36.573 INFO STEP 8 (remove_files) COMPLETE |
8064 | 2024-12-14T00:33:38.170Z | [ recovery-image] Dec 14 00:33:36.573 INFO O| Dec 14 00:33:36.573 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8065 | 2024-12-14T00:33:38.211Z | [ recovery-image] Dec 14 00:33:36.615 INFO O| Dec 14 00:33:36.614 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
8066 | 2024-12-14T00:33:38.214Z | [ recovery-image] Dec 14 00:33:36.616 INFO O| Dec 14 00:33:36.616 INFO STEP 9 (remove_files) COMPLETE |
8067 | 2024-12-14T00:33:38.214Z | [ recovery-image] Dec 14 00:33:36.616 INFO O| Dec 14 00:33:36.616 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8068 | 2024-12-14T00:33:38.250Z | [ recovery-image] Dec 14 00:33:36.653 INFO O| Dec 14 00:33:36.653 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
8069 | 2024-12-14T00:33:38.253Z | [ recovery-image] Dec 14 00:33:36.654 INFO O| Dec 14 00:33:36.654 INFO STEP 10 (remove_files) COMPLETE |
8070 | 2024-12-14T00:33:38.253Z | [ recovery-image] Dec 14 00:33:36.655 INFO O| Dec 14 00:33:36.654 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8071 | 2024-12-14T00:33:38.289Z | [ recovery-image] Dec 14 00:33:36.692 INFO O| Dec 14 00:33:36.692 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
8072 | 2024-12-14T00:33:38.292Z | [ recovery-image] Dec 14 00:33:36.693 INFO O| Dec 14 00:33:36.692 INFO STEP 11 (remove_files) COMPLETE |
8073 | 2024-12-14T00:33:38.292Z | [ recovery-image] Dec 14 00:33:36.693 INFO O| Dec 14 00:33:36.692 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8074 | 2024-12-14T00:33:38.308Z | [ recovery-image] Dec 14 00:33:36.712 INFO O| Dec 14 00:33:36.712 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
8075 | 2024-12-14T00:33:38.308Z | [ recovery-image] Dec 14 00:33:36.712 INFO O| Dec 14 00:33:36.712 INFO STEP 12 (remove_files) COMPLETE |
8076 | 2024-12-14T00:33:38.308Z | [ recovery-image] Dec 14 00:33:36.712 INFO O| Dec 14 00:33:36.712 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8077 | 2024-12-14T00:33:38.332Z | [ recovery-image] Dec 14 00:33:36.731 INFO O| Dec 14 00:33:36.731 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8078 | 2024-12-14T00:33:38.332Z | [ recovery-image] Dec 14 00:33:36.731 INFO O| Dec 14 00:33:36.731 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
8079 | 2024-12-14T00:33:38.332Z | [ recovery-image] Dec 14 00:33:36.731 INFO O| Dec 14 00:33:36.731 INFO STEP 13 (ensure_dir) COMPLETE |
8080 | 2024-12-14T00:33:38.337Z | [ recovery-image] Dec 14 00:33:36.731 INFO O| Dec 14 00:33:36.731 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8081 | 2024-12-14T00:33:38.380Z | [ recovery-image] Dec 14 00:33:36.784 INFO O| Dec 14 00:33:36.783 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8082 | 2024-12-14T00:33:38.380Z | [ recovery-image] Dec 14 00:33:36.784 INFO O| Dec 14 00:33:36.784 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8083 | 2024-12-14T00:33:38.383Z | [ recovery-image] Dec 14 00:33:36.784 INFO O| Dec 14 00:33:36.784 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
8084 | 2024-12-14T00:33:38.383Z | [ recovery-image] Dec 14 00:33:36.784 INFO O| Dec 14 00:33:36.784 INFO STEP 14 (ensure_dir) COMPLETE |
8085 | 2024-12-14T00:33:38.383Z | [ recovery-image] Dec 14 00:33:36.784 INFO O| Dec 14 00:33:36.784 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8086 | 2024-12-14T00:33:38.418Z | [ recovery-image] Dec 14 00:33:36.821 INFO O| Dec 14 00:33:36.821 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8087 | 2024-12-14T00:33:38.418Z | [ recovery-image] Dec 14 00:33:36.821 INFO O| Dec 14 00:33:36.821 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8088 | 2024-12-14T00:33:38.422Z | [ recovery-image] Dec 14 00:33:36.821 INFO O| Dec 14 00:33:36.821 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
8089 | 2024-12-14T00:33:38.422Z | [ recovery-image] Dec 14 00:33:36.821 INFO O| Dec 14 00:33:36.821 INFO STEP 15 (ensure_dir) COMPLETE |
8090 | 2024-12-14T00:33:38.422Z | [ recovery-image] Dec 14 00:33:36.821 INFO O| Dec 14 00:33:36.821 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8091 | 2024-12-14T00:33:38.444Z | [ recovery-image] Dec 14 00:33:36.847 INFO O| Dec 14 00:33:36.847 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8092 | 2024-12-14T00:33:38.445Z | [ recovery-image] Dec 14 00:33:36.847 INFO O| Dec 14 00:33:36.847 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
8093 | 2024-12-14T00:33:38.447Z | [ recovery-image] Dec 14 00:33:36.847 INFO O| Dec 14 00:33:36.847 INFO STEP 16 (ensure_dir) COMPLETE |
8094 | 2024-12-14T00:33:38.447Z | [ recovery-image] Dec 14 00:33:36.847 INFO O| Dec 14 00:33:36.847 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8095 | 2024-12-14T00:33:38.485Z | [ recovery-image] Dec 14 00:33:36.888 INFO O| Dec 14 00:33:36.888 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8096 | 2024-12-14T00:33:38.488Z | [ recovery-image] Dec 14 00:33:36.888 INFO O| Dec 14 00:33:36.888 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
8097 | 2024-12-14T00:33:38.488Z | [ recovery-image] Dec 14 00:33:36.889 INFO O| Dec 14 00:33:36.888 INFO STEP 17 (ensure_dir) COMPLETE |
8098 | 2024-12-14T00:33:38.488Z | [ recovery-image] Dec 14 00:33:36.889 INFO O| Dec 14 00:33:36.889 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8099 | 2024-12-14T00:33:38.507Z | [ recovery-image] Dec 14 00:33:36.909 INFO O| Dec 14 00:33:36.909 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8100 | 2024-12-14T00:33:38.507Z | [ recovery-image] Dec 14 00:33:36.909 INFO O| Dec 14 00:33:36.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
8101 | 2024-12-14T00:33:38.511Z | [ recovery-image] Dec 14 00:33:36.909 INFO O| Dec 14 00:33:36.909 INFO ok! |
8102 | 2024-12-14T00:33:38.511Z | [ recovery-image] Dec 14 00:33:36.909 INFO O| Dec 14 00:33:36.909 INFO STEP 18 (ensure_symlink) COMPLETE |
8103 | 2024-12-14T00:33:38.511Z | [ recovery-image] Dec 14 00:33:36.909 INFO O| Dec 14 00:33:36.909 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8104 | 2024-12-14T00:33:38.526Z | [ recovery-image] Dec 14 00:33:36.929 INFO O| Dec 14 00:33:36.929 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
8105 | 2024-12-14T00:33:38.526Z | [ recovery-image] Dec 14 00:33:36.929 INFO O| Dec 14 00:33:36.929 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
8106 | 2024-12-14T00:33:38.529Z | [ recovery-image] Dec 14 00:33:36.929 INFO O| Dec 14 00:33:36.929 INFO ok! |
8107 | 2024-12-14T00:33:38.529Z | [ recovery-image] Dec 14 00:33:36.929 INFO O| Dec 14 00:33:36.929 INFO STEP 19 (ensure_file) COMPLETE |
8108 | 2024-12-14T00:33:38.529Z | [ recovery-image] Dec 14 00:33:36.929 INFO O| Dec 14 00:33:36.929 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8109 | 2024-12-14T00:33:38.546Z | [ recovery-image] Dec 14 00:33:36.949 INFO O| Dec 14 00:33:36.949 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
8110 | 2024-12-14T00:33:38.546Z | [ recovery-image] Dec 14 00:33:36.949 INFO O| Dec 14 00:33:36.949 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8111 | 2024-12-14T00:33:38.546Z | [ recovery-image] Dec 14 00:33:36.949 INFO O| Dec 14 00:33:36.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
8112 | 2024-12-14T00:33:38.546Z | [ recovery-image] Dec 14 00:33:36.949 INFO O| Dec 14 00:33:36.949 INFO ok! |
8113 | 2024-12-14T00:33:38.549Z | [ recovery-image] Dec 14 00:33:36.949 INFO O| Dec 14 00:33:36.949 INFO STEP 20 (ensure_symlink) COMPLETE |
8114 | 2024-12-14T00:33:38.549Z | [ recovery-image] Dec 14 00:33:36.950 INFO O| Dec 14 00:33:36.949 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8115 | 2024-12-14T00:33:38.566Z | [ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
8116 | 2024-12-14T00:33:38.566Z | [ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8117 | 2024-12-14T00:33:38.566Z | [ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
8118 | 2024-12-14T00:33:38.569Z | [ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO ok! |
8119 | 2024-12-14T00:33:38.569Z | [ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO STEP 21 (ensure_symlink) COMPLETE |
8120 | 2024-12-14T00:33:38.569Z | [ recovery-image] Dec 14 00:33:36.969 INFO O| Dec 14 00:33:36.969 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8121 | 2024-12-14T00:33:38.586Z | [ recovery-image] Dec 14 00:33:36.988 INFO O| Dec 14 00:33:36.988 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
8122 | 2024-12-14T00:33:38.586Z | [ recovery-image] Dec 14 00:33:36.988 INFO O| Dec 14 00:33:36.988 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8123 | 2024-12-14T00:33:38.589Z | [ recovery-image] Dec 14 00:33:36.988 INFO O| Dec 14 00:33:36.988 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
8124 | 2024-12-14T00:33:38.589Z | [ recovery-image] Dec 14 00:33:36.989 INFO O| Dec 14 00:33:36.988 INFO ok! |
8125 | 2024-12-14T00:33:38.589Z | [ recovery-image] Dec 14 00:33:36.989 INFO O| Dec 14 00:33:36.989 INFO STEP 22 (ensure_symlink) COMPLETE |
8126 | 2024-12-14T00:33:38.590Z | [ recovery-image] Dec 14 00:33:36.989 INFO O| Dec 14 00:33:36.989 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8127 | 2024-12-14T00:33:38.605Z | [ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
8128 | 2024-12-14T00:33:38.605Z | [ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8129 | 2024-12-14T00:33:38.610Z | [ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
8130 | 2024-12-14T00:33:38.610Z | [ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO ok! |
8131 | 2024-12-14T00:33:38.610Z | [ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO STEP 23 (ensure_symlink) COMPLETE |
8132 | 2024-12-14T00:33:38.610Z | [ recovery-image] Dec 14 00:33:37.009 INFO O| Dec 14 00:33:37.009 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8133 | 2024-12-14T00:33:38.627Z | [ recovery-image] Dec 14 00:33:37.030 INFO O| Dec 14 00:33:37.030 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8134 | 2024-12-14T00:33:38.627Z | [ recovery-image] Dec 14 00:33:37.031 INFO O| Dec 14 00:33:37.031 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 ... |
8135 | 2024-12-14T00:33:38.631Z | [ recovery-image] Dec 14 00:33:37.031 INFO O| Dec 14 00:33:37.031 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
8136 | 2024-12-14T00:33:38.631Z | [ recovery-image] Dec 14 00:33:37.031 INFO O| Dec 14 00:33:37.031 INFO ok! |
8137 | 2024-12-14T00:33:38.631Z | [ recovery-image] Dec 14 00:33:37.031 INFO O| Dec 14 00:33:37.031 INFO STEP 24 (ensure_file) COMPLETE |
8138 | 2024-12-14T00:33:38.631Z | [ recovery-image] Dec 14 00:33:37.031 INFO O| Dec 14 00:33:37.031 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8139 | 2024-12-14T00:33:38.651Z | [ recovery-image] Dec 14 00:33:37.053 INFO O| Dec 14 00:33:37.053 INFO updating shadow file |
8140 | 2024-12-14T00:33:38.654Z | [ recovery-image] Dec 14 00:33:37.054 INFO O| Dec 14 00:33:37.054 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8141 | 2024-12-14T00:33:38.654Z | [ recovery-image] Dec 14 00:33:37.054 INFO O| Dec 14 00:33:37.054 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8142 | 2024-12-14T00:33:38.654Z | [ recovery-image] Dec 14 00:33:37.054 INFO O| Dec 14 00:33:37.054 INFO STEP 25 (shadow) COMPLETE |
8143 | 2024-12-14T00:33:38.654Z | [ recovery-image] Dec 14 00:33:37.054 INFO O| Dec 14 00:33:37.054 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8144 | 2024-12-14T00:33:38.671Z | [ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.074 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
8145 | 2024-12-14T00:33:38.671Z | [ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.075 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
8146 | 2024-12-14T00:33:38.679Z | [ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.075 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
8147 | 2024-12-14T00:33:38.679Z | [ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.075 INFO ok! |
8148 | 2024-12-14T00:33:38.679Z | [ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.075 INFO STEP 26 (ensure_file) COMPLETE |
8149 | 2024-12-14T00:33:38.679Z | [ recovery-image] Dec 14 00:33:37.075 INFO O| Dec 14 00:33:37.075 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8150 | 2024-12-14T00:33:38.692Z | [ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
8151 | 2024-12-14T00:33:38.692Z | [ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
8152 | 2024-12-14T00:33:38.693Z | [ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
8153 | 2024-12-14T00:33:38.693Z | [ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO ok! |
8154 | 2024-12-14T00:33:38.693Z | [ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO STEP 27 (ensure_file) COMPLETE |
8155 | 2024-12-14T00:33:38.693Z | [ recovery-image] Dec 14 00:33:37.095 INFO O| Dec 14 00:33:37.095 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8156 | 2024-12-14T00:33:38.711Z | [ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.114 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8157 | 2024-12-14T00:33:38.711Z | [ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
8158 | 2024-12-14T00:33:38.714Z | [ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8159 | 2024-12-14T00:33:38.714Z | [ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8160 | 2024-12-14T00:33:38.714Z | [ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO ok! |
8161 | 2024-12-14T00:33:38.714Z | [ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO STEP 28 (ensure_file) COMPLETE |
8162 | 2024-12-14T00:33:38.714Z | [ recovery-image] Dec 14 00:33:37.115 INFO O| Dec 14 00:33:37.115 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8163 | 2024-12-14T00:33:38.731Z | [ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8164 | 2024-12-14T00:33:38.731Z | [ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8165 | 2024-12-14T00:33:38.731Z | [ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8166 | 2024-12-14T00:33:38.734Z | [ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO ok! |
8167 | 2024-12-14T00:33:38.734Z | [ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO STEP 29 (ensure_file) COMPLETE |
8168 | 2024-12-14T00:33:38.734Z | [ recovery-image] Dec 14 00:33:37.134 INFO O| Dec 14 00:33:37.134 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8169 | 2024-12-14T00:33:38.760Z | [ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.163 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8170 | 2024-12-14T00:33:38.760Z | [ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.164 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8171 | 2024-12-14T00:33:38.760Z | [ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.164 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8172 | 2024-12-14T00:33:38.763Z | [ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.164 INFO ok! |
8173 | 2024-12-14T00:33:38.763Z | [ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.164 INFO STEP 30 (ensure_file) COMPLETE |
8174 | 2024-12-14T00:33:38.763Z | [ recovery-image] Dec 14 00:33:37.164 INFO O| Dec 14 00:33:37.164 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8175 | 2024-12-14T00:33:38.780Z | [ recovery-image] Dec 14 00:33:37.184 INFO O| Dec 14 00:33:37.184 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8176 | 2024-12-14T00:33:38.784Z | [ recovery-image] Dec 14 00:33:37.184 INFO O| Dec 14 00:33:37.184 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8177 | 2024-12-14T00:33:38.784Z | [ recovery-image] Dec 14 00:33:37.184 INFO O| Dec 14 00:33:37.184 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8178 | 2024-12-14T00:33:38.784Z | [ recovery-image] Dec 14 00:33:37.184 INFO O| Dec 14 00:33:37.184 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8179 | 2024-12-14T00:33:38.784Z | [ recovery-image] Dec 14 00:33:37.185 INFO O| Dec 14 00:33:37.184 INFO ok! |
8180 | 2024-12-14T00:33:38.784Z | [ recovery-image] Dec 14 00:33:37.185 INFO O| Dec 14 00:33:37.185 INFO STEP 31 (ensure_file) COMPLETE |
8181 | 2024-12-14T00:33:38.784Z | [ recovery-image] Dec 14 00:33:37.185 INFO O| Dec 14 00:33:37.185 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8182 | 2024-12-14T00:33:38.809Z | [ recovery-image] Dec 14 00:33:37.212 INFO O| Dec 14 00:33:37.212 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8183 | 2024-12-14T00:33:38.811Z | [ recovery-image] Dec 14 00:33:37.212 INFO O| Dec 14 00:33:37.212 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8184 | 2024-12-14T00:33:38.811Z | [ recovery-image] Dec 14 00:33:37.212 INFO O| Dec 14 00:33:37.212 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8185 | 2024-12-14T00:33:38.811Z | [ recovery-image] Dec 14 00:33:37.213 INFO O| Dec 14 00:33:37.213 INFO ok! |
8186 | 2024-12-14T00:33:38.811Z | [ recovery-image] Dec 14 00:33:37.213 INFO O| Dec 14 00:33:37.213 INFO STEP 32 (ensure_file) COMPLETE |
8187 | 2024-12-14T00:33:38.811Z | [ recovery-image] Dec 14 00:33:37.213 INFO O| Dec 14 00:33:37.213 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8188 | 2024-12-14T00:33:38.844Z | [ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8189 | 2024-12-14T00:33:38.844Z | [ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8190 | 2024-12-14T00:33:38.847Z | [ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8191 | 2024-12-14T00:33:38.847Z | [ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 INFO ok! |
8192 | 2024-12-14T00:33:38.847Z | [ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 INFO STEP 33 (ensure_file) COMPLETE |
8193 | 2024-12-14T00:33:38.847Z | [ recovery-image] Dec 14 00:33:37.247 INFO O| Dec 14 00:33:37.247 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8194 | 2024-12-14T00:33:38.864Z | [ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8195 | 2024-12-14T00:33:38.864Z | [ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8196 | 2024-12-14T00:33:38.864Z | [ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8197 | 2024-12-14T00:33:38.867Z | [ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8198 | 2024-12-14T00:33:38.867Z | [ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8199 | 2024-12-14T00:33:38.867Z | [ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8200 | 2024-12-14T00:33:38.867Z | [ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO ok! |
8201 | 2024-12-14T00:33:38.867Z | [ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO STEP 34 (ensure_file) COMPLETE |
8202 | 2024-12-14T00:33:38.867Z | [ recovery-image] Dec 14 00:33:37.267 INFO O| Dec 14 00:33:37.267 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8203 | 2024-12-14T00:33:38.905Z | [ recovery-image] Dec 14 00:33:37.308 INFO O| Dec 14 00:33:37.308 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8204 | 2024-12-14T00:33:38.905Z | [ recovery-image] Dec 14 00:33:37.308 INFO O| Dec 14 00:33:37.308 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8205 | 2024-12-14T00:33:38.905Z | [ recovery-image] Dec 14 00:33:37.309 INFO O| Dec 14 00:33:37.308 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8206 | 2024-12-14T00:33:38.908Z | [ recovery-image] Dec 14 00:33:37.309 INFO O| Dec 14 00:33:37.309 INFO STEP 35 (ensure_dir) COMPLETE |
8207 | 2024-12-14T00:33:38.908Z | [ recovery-image] Dec 14 00:33:37.309 INFO O| Dec 14 00:33:37.309 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8208 | 2024-12-14T00:33:38.967Z | [ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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 |
8209 | 2024-12-14T00:33:38.967Z | [ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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 ... |
8210 | 2024-12-14T00:33:38.971Z | [ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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 |
8211 | 2024-12-14T00:33:38.971Z | [ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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 |
8212 | 2024-12-14T00:33:38.971Z | [ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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 |
8213 | 2024-12-14T00:33:38.971Z | [ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 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 |
8214 | 2024-12-14T00:33:38.971Z | [ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 INFO ok! |
8215 | 2024-12-14T00:33:38.971Z | [ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 INFO STEP 36 (ensure_file) COMPLETE |
8216 | 2024-12-14T00:33:38.971Z | [ recovery-image] Dec 14 00:33:37.369 INFO O| Dec 14 00:33:37.369 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8217 | 2024-12-14T00:33:38.998Z | [ recovery-image] Dec 14 00:33:37.401 INFO O| Dec 14 00:33:37.401 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8218 | 2024-12-14T00:33:38.998Z | [ recovery-image] Dec 14 00:33:37.401 INFO O| Dec 14 00:33:37.401 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 ... |
8219 | 2024-12-14T00:33:39.001Z | [ recovery-image] Dec 14 00:33:37.402 INFO O| Dec 14 00:33:37.402 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8220 | 2024-12-14T00:33:39.001Z | [ recovery-image] Dec 14 00:33:37.402 INFO O| Dec 14 00:33:37.402 INFO ok! |
8221 | 2024-12-14T00:33:39.002Z | [ recovery-image] Dec 14 00:33:37.402 INFO O| Dec 14 00:33:37.402 INFO STEP 37 (ensure_symlink) COMPLETE |
8222 | 2024-12-14T00:33:39.002Z | [ recovery-image] Dec 14 00:33:37.402 INFO O| Dec 14 00:33:37.402 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8223 | 2024-12-14T00:33:39.018Z | [ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8224 | 2024-12-14T00:33:39.018Z | [ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8225 | 2024-12-14T00:33:39.018Z | [ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8226 | 2024-12-14T00:33:39.018Z | [ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8227 | 2024-12-14T00:33:39.021Z | [ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8228 | 2024-12-14T00:33:39.021Z | [ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8229 | 2024-12-14T00:33:39.021Z | [ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO ok! |
8230 | 2024-12-14T00:33:39.021Z | [ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO STEP 38 (ensure_file) COMPLETE |
8231 | 2024-12-14T00:33:39.021Z | [ recovery-image] Dec 14 00:33:37.421 INFO O| Dec 14 00:33:37.421 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8232 | 2024-12-14T00:33:39.105Z | [ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8233 | 2024-12-14T00:33:39.105Z | [ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 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 ... |
8234 | 2024-12-14T00:33:39.105Z | [ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 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 |
8235 | 2024-12-14T00:33:39.107Z | [ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8236 | 2024-12-14T00:33:39.108Z | [ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 INFO ok! |
8237 | 2024-12-14T00:33:39.108Z | [ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 INFO STEP 39 (ensure_file) COMPLETE |
8238 | 2024-12-14T00:33:39.108Z | [ recovery-image] Dec 14 00:33:37.508 INFO O| Dec 14 00:33:37.508 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8239 | 2024-12-14T00:33:39.136Z | [ recovery-image] Dec 14 00:33:37.539 INFO O| Dec 14 00:33:37.539 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8240 | 2024-12-14T00:33:39.136Z | [ recovery-image] Dec 14 00:33:37.539 INFO O| Dec 14 00:33:37.539 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8241 | 2024-12-14T00:33:39.138Z | [ recovery-image] Dec 14 00:33:37.540 INFO O| Dec 14 00:33:37.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8242 | 2024-12-14T00:33:39.138Z | [ recovery-image] Dec 14 00:33:37.540 INFO O| Dec 14 00:33:37.540 INFO ok! |
8243 | 2024-12-14T00:33:39.138Z | [ recovery-image] Dec 14 00:33:37.540 INFO O| Dec 14 00:33:37.540 INFO STEP 40 (ensure_file) COMPLETE |
8244 | 2024-12-14T00:33:39.139Z | [ recovery-image] Dec 14 00:33:37.540 INFO O| Dec 14 00:33:37.540 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8245 | 2024-12-14T00:33:39.157Z | [ recovery-image] Dec 14 00:33:37.560 INFO O| Dec 14 00:33:37.560 INFO updating shadow file |
8246 | 2024-12-14T00:33:39.160Z | [ recovery-image] Dec 14 00:33:37.561 INFO O| Dec 14 00:33:37.561 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8247 | 2024-12-14T00:33:39.160Z | [ recovery-image] Dec 14 00:33:37.561 INFO O| Dec 14 00:33:37.561 INFO STEP 41 (shadow) COMPLETE |
8248 | 2024-12-14T00:33:39.160Z | [ recovery-image] Dec 14 00:33:37.561 INFO O| Dec 14 00:33:37.561 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8249 | 2024-12-14T00:33:39.177Z | [ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8250 | 2024-12-14T00:33:39.177Z | [ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8251 | 2024-12-14T00:33:39.179Z | [ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8252 | 2024-12-14T00:33:39.179Z | [ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8253 | 2024-12-14T00:33:39.179Z | [ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO ok! |
8254 | 2024-12-14T00:33:39.179Z | [ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO STEP 42 (ensure_file) COMPLETE |
8255 | 2024-12-14T00:33:39.180Z | [ recovery-image] Dec 14 00:33:37.580 INFO O| Dec 14 00:33:37.580 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8256 | 2024-12-14T00:33:39.196Z | [ recovery-image] Dec 14 00:33:37.598 INFO O| Dec 14 00:33:37.598 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8257 | 2024-12-14T00:33:39.196Z | [ recovery-image] Dec 14 00:33:37.598 INFO O| Dec 14 00:33:37.598 INFO STEP 43 (ensure_dir) COMPLETE |
8258 | 2024-12-14T00:33:39.196Z | [ recovery-image] Dec 14 00:33:37.598 INFO O| Dec 14 00:33:37.598 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8259 | 2024-12-14T00:33:39.213Z | [ recovery-image] Dec 14 00:33:37.616 INFO O| Dec 14 00:33:37.616 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8260 | 2024-12-14T00:33:39.214Z | [ recovery-image] Dec 14 00:33:37.616 INFO O| Dec 14 00:33:37.616 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8261 | 2024-12-14T00:33:39.214Z | [ recovery-image] Dec 14 00:33:37.616 INFO O| Dec 14 00:33:37.616 INFO STEP 44 (ensure_dir) COMPLETE |
8262 | 2024-12-14T00:33:39.214Z | [ recovery-image] Dec 14 00:33:37.616 INFO O| Dec 14 00:33:37.616 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8263 | 2024-12-14T00:33:39.241Z | [ recovery-image] Dec 14 00:33:37.643 INFO O| Dec 14 00:33:37.643 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8264 | 2024-12-14T00:33:39.244Z | [ recovery-image] Dec 14 00:33:37.644 INFO O| Dec 14 00:33:37.643 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8265 | 2024-12-14T00:33:39.244Z | [ recovery-image] Dec 14 00:33:37.644 INFO O| Dec 14 00:33:37.644 INFO STEP 45 (ensure_dir) COMPLETE |
8266 | 2024-12-14T00:33:39.244Z | [ recovery-image] Dec 14 00:33:37.644 INFO O| Dec 14 00:33:37.644 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8267 | 2024-12-14T00:33:39.276Z | [ recovery-image] Dec 14 00:33:37.678 INFO O| Dec 14 00:33:37.678 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8268 | 2024-12-14T00:33:39.276Z | [ recovery-image] Dec 14 00:33:37.678 INFO O| Dec 14 00:33:37.678 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8269 | 2024-12-14T00:33:39.325Z | [ recovery-image] Dec 14 00:33:37.727 INFO O| Dec 14 00:33:37.727 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8270 | 2024-12-14T00:33:39.325Z | [ recovery-image] Dec 14 00:33:37.728 INFO O| Dec 14 00:33:37.727 INFO ok! |
8271 | 2024-12-14T00:33:39.325Z | [ recovery-image] Dec 14 00:33:37.728 INFO O| Dec 14 00:33:37.727 INFO STEP 46 (ensure_file) COMPLETE |
8272 | 2024-12-14T00:33:39.330Z | [ recovery-image] Dec 14 00:33:37.728 INFO O| Dec 14 00:33:37.727 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8273 | 2024-12-14T00:33:39.352Z | [ recovery-image] Dec 14 00:33:37.749 INFO O| Dec 14 00:33:37.749 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8274 | 2024-12-14T00:33:39.356Z | [ recovery-image] Dec 14 00:33:37.750 INFO O| Dec 14 00:33:37.750 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8275 | 2024-12-14T00:33:39.356Z | [ recovery-image] Dec 14 00:33:37.750 INFO O| Dec 14 00:33:37.750 INFO STEP 47 (ensure_dir) COMPLETE |
8276 | 2024-12-14T00:33:39.356Z | [ recovery-image] Dec 14 00:33:37.750 INFO O| Dec 14 00:33:37.750 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8277 | 2024-12-14T00:33:39.369Z | [ recovery-image] Dec 14 00:33:37.772 INFO O| Dec 14 00:33:37.772 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8278 | 2024-12-14T00:33:39.372Z | [ recovery-image] Dec 14 00:33:37.772 INFO O| Dec 14 00:33:37.772 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8279 | 2024-12-14T00:33:39.372Z | [ recovery-image] Dec 14 00:33:37.772 INFO O| Dec 14 00:33:37.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8280 | 2024-12-14T00:33:39.372Z | [ recovery-image] Dec 14 00:33:37.773 INFO O| Dec 14 00:33:37.773 INFO ok! |
8281 | 2024-12-14T00:33:39.372Z | [ recovery-image] Dec 14 00:33:37.773 INFO O| Dec 14 00:33:37.773 INFO STEP 48 (ensure_file) COMPLETE |
8282 | 2024-12-14T00:33:39.372Z | [ recovery-image] Dec 14 00:33:37.773 INFO O| Dec 14 00:33:37.773 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8283 | 2024-12-14T00:33:39.407Z | [ recovery-image] Dec 14 00:33:37.809 INFO O| Dec 14 00:33:37.809 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8284 | 2024-12-14T00:33:39.407Z | [ recovery-image] Dec 14 00:33:37.810 INFO O| Dec 14 00:33:37.810 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8285 | 2024-12-14T00:33:39.412Z | [ recovery-image] Dec 14 00:33:37.810 INFO O| Dec 14 00:33:37.810 INFO STEP 49 (ensure_dir) COMPLETE |
8286 | 2024-12-14T00:33:39.412Z | [ recovery-image] Dec 14 00:33:37.810 INFO O| Dec 14 00:33:37.810 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8287 | 2024-12-14T00:33:39.428Z | [ recovery-image] Dec 14 00:33:37.829 INFO O| Dec 14 00:33:37.829 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8288 | 2024-12-14T00:33:39.428Z | [ recovery-image] Dec 14 00:33:37.829 INFO O| Dec 14 00:33:37.829 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8289 | 2024-12-14T00:33:39.452Z | [ recovery-image] Dec 14 00:33:37.855 INFO O| Dec 14 00:33:37.855 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8290 | 2024-12-14T00:33:39.452Z | [ recovery-image] Dec 14 00:33:37.855 INFO O| Dec 14 00:33:37.855 INFO ok! |
8291 | 2024-12-14T00:33:39.455Z | [ recovery-image] Dec 14 00:33:37.855 INFO O| Dec 14 00:33:37.855 INFO STEP 50 (ensure_file) COMPLETE |
8292 | 2024-12-14T00:33:39.455Z | [ recovery-image] Dec 14 00:33:37.855 INFO O| Dec 14 00:33:37.855 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8293 | 2024-12-14T00:33:39.472Z | [ recovery-image] Dec 14 00:33:37.875 INFO O| Dec 14 00:33:37.875 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8294 | 2024-12-14T00:33:39.472Z | [ recovery-image] Dec 14 00:33:37.875 INFO O| Dec 14 00:33:37.875 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8295 | 2024-12-14T00:33:41.451Z | [ recovery-image] Dec 14 00:33:39.853 INFO O| Dec 14 00:33:39.853 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8296 | 2024-12-14T00:33:41.451Z | [ recovery-image] Dec 14 00:33:39.853 INFO O| Dec 14 00:33:39.853 INFO ok! |
8297 | 2024-12-14T00:33:41.451Z | [ recovery-image] Dec 14 00:33:39.853 INFO O| Dec 14 00:33:39.853 INFO STEP 51 (ensure_file) COMPLETE |
8298 | 2024-12-14T00:33:41.453Z | [ recovery-image] Dec 14 00:33:39.853 INFO O| Dec 14 00:33:39.853 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8299 | 2024-12-14T00:33:41.471Z | [ recovery-image] Dec 14 00:33:39.873 INFO O| Dec 14 00:33:39.873 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8300 | 2024-12-14T00:33:41.471Z | [ recovery-image] Dec 14 00:33:39.873 INFO O| Dec 14 00:33:39.873 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8301 | 2024-12-14T00:33:41.474Z | [ recovery-image] Dec 14 00:33:39.873 INFO O| Dec 14 00:33:39.873 INFO STEP 52 (ensure_dir) COMPLETE |
8302 | 2024-12-14T00:33:41.474Z | [ recovery-image] Dec 14 00:33:39.873 INFO O| Dec 14 00:33:39.873 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8303 | 2024-12-14T00:33:41.513Z | [ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.915 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8304 | 2024-12-14T00:33:41.513Z | [ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.915 INFO copying /tmp/.tmpAGvK53/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 ... |
8305 | 2024-12-14T00:33:41.516Z | [ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.916 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 |
8306 | 2024-12-14T00:33:41.516Z | [ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.916 INFO ok! |
8307 | 2024-12-14T00:33:41.516Z | [ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.916 INFO STEP 53 (ensure_file) COMPLETE |
8308 | 2024-12-14T00:33:41.516Z | [ recovery-image] Dec 14 00:33:39.916 INFO O| Dec 14 00:33:39.916 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8309 | 2024-12-14T00:33:41.559Z | [ recovery-image] Dec 14 00:33:39.962 INFO O| Dec 14 00:33:39.962 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8310 | 2024-12-14T00:33:41.559Z | [ recovery-image] Dec 14 00:33:39.962 INFO O| Dec 14 00:33:39.962 INFO copying /tmp/.tmpAGvK53/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 ... |
8311 | 2024-12-14T00:33:41.562Z | [ recovery-image] Dec 14 00:33:39.962 INFO O| Dec 14 00:33:39.962 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 |
8312 | 2024-12-14T00:33:41.562Z | [ recovery-image] Dec 14 00:33:39.962 INFO O| Dec 14 00:33:39.962 INFO ok! |
8313 | 2024-12-14T00:33:41.562Z | [ recovery-image] Dec 14 00:33:39.962 INFO O| Dec 14 00:33:39.962 INFO STEP 54 (ensure_file) COMPLETE |
8314 | 2024-12-14T00:33:41.562Z | [ recovery-image] Dec 14 00:33:39.963 INFO O| Dec 14 00:33:39.963 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8315 | 2024-12-14T00:33:41.591Z | [ recovery-image] Dec 14 00:33:39.994 INFO O| Dec 14 00:33:39.994 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8316 | 2024-12-14T00:33:41.591Z | [ recovery-image] Dec 14 00:33:39.994 INFO O| Dec 14 00:33:39.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8317 | 2024-12-14T00:33:41.592Z | [ recovery-image] Dec 14 00:33:39.994 INFO O| Dec 14 00:33:39.994 INFO STEP 55 (ensure_dir) COMPLETE |
8318 | 2024-12-14T00:33:41.595Z | [ recovery-image] Dec 14 00:33:39.994 INFO O| Dec 14 00:33:39.994 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8319 | 2024-12-14T00:33:41.613Z | [ recovery-image] Dec 14 00:33:40.015 INFO O| Dec 14 00:33:40.015 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8320 | 2024-12-14T00:33:41.613Z | [ recovery-image] Dec 14 00:33:40.015 INFO O| Dec 14 00:33:40.015 INFO copying /tmp/.tmpAGvK53/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 ... |
8321 | 2024-12-14T00:33:41.613Z | [ recovery-image] Dec 14 00:33:40.015 INFO O| Dec 14 00:33:40.015 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8322 | 2024-12-14T00:33:41.613Z | [ recovery-image] Dec 14 00:33:40.015 INFO O| Dec 14 00:33:40.015 INFO ok! |
8323 | 2024-12-14T00:33:41.616Z | [ recovery-image] Dec 14 00:33:40.016 INFO O| Dec 14 00:33:40.015 INFO STEP 56 (ensure_file) COMPLETE |
8324 | 2024-12-14T00:33:41.616Z | [ recovery-image] Dec 14 00:33:40.016 INFO O| Dec 14 00:33:40.015 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8325 | 2024-12-14T00:33:41.633Z | [ recovery-image] Dec 14 00:33:40.035 INFO O| Dec 14 00:33:40.035 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8326 | 2024-12-14T00:33:41.633Z | [ recovery-image] Dec 14 00:33:40.036 INFO O| Dec 14 00:33:40.035 INFO copying /tmp/.tmpAGvK53/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 ... |
8327 | 2024-12-14T00:33:41.633Z | [ recovery-image] Dec 14 00:33:40.036 INFO O| Dec 14 00:33:40.036 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 |
8328 | 2024-12-14T00:33:41.636Z | [ recovery-image] Dec 14 00:33:40.036 INFO O| Dec 14 00:33:40.036 INFO ok! |
8329 | 2024-12-14T00:33:41.636Z | [ recovery-image] Dec 14 00:33:40.036 INFO O| Dec 14 00:33:40.036 INFO STEP 57 (ensure_file) COMPLETE |
8330 | 2024-12-14T00:33:41.636Z | [ recovery-image] Dec 14 00:33:40.036 INFO O| Dec 14 00:33:40.036 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8331 | 2024-12-14T00:33:41.654Z | [ recovery-image] Dec 14 00:33:40.057 INFO O| Dec 14 00:33:40.056 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8332 | 2024-12-14T00:33:41.654Z | [ recovery-image] Dec 14 00:33:40.057 INFO O| Dec 14 00:33:40.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8333 | 2024-12-14T00:33:41.654Z | [ recovery-image] Dec 14 00:33:40.057 INFO O| Dec 14 00:33:40.057 INFO STEP 58 (ensure_dir) COMPLETE |
8334 | 2024-12-14T00:33:41.657Z | [ recovery-image] Dec 14 00:33:40.057 INFO O| Dec 14 00:33:40.057 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8335 | 2024-12-14T00:33:41.694Z | [ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8336 | 2024-12-14T00:33:41.694Z | [ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO copying /tmp/.tmpAGvK53/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 ... |
8337 | 2024-12-14T00:33:41.698Z | [ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8338 | 2024-12-14T00:33:41.698Z | [ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO ok! |
8339 | 2024-12-14T00:33:41.698Z | [ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO STEP 59 (ensure_file) COMPLETE |
8340 | 2024-12-14T00:33:41.698Z | [ recovery-image] Dec 14 00:33:40.097 INFO O| Dec 14 00:33:40.097 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8341 | 2024-12-14T00:33:41.714Z | [ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8342 | 2024-12-14T00:33:41.714Z | [ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8343 | 2024-12-14T00:33:41.714Z | [ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8344 | 2024-12-14T00:33:41.717Z | [ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO ok! |
8345 | 2024-12-14T00:33:41.717Z | [ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO STEP 60 (ensure_file) COMPLETE |
8346 | 2024-12-14T00:33:41.718Z | [ recovery-image] Dec 14 00:33:40.117 INFO O| Dec 14 00:33:40.117 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8347 | 2024-12-14T00:33:41.747Z | [ recovery-image] Dec 14 00:33:40.149 INFO O| Dec 14 00:33:40.149 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8348 | 2024-12-14T00:33:41.747Z | [ recovery-image] Dec 14 00:33:40.150 INFO O| Dec 14 00:33:40.149 INFO STEP 61 (ensure_dir) COMPLETE |
8349 | 2024-12-14T00:33:41.750Z | [ recovery-image] Dec 14 00:33:40.150 INFO O| Dec 14 00:33:40.149 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8350 | 2024-12-14T00:33:41.778Z | [ recovery-image] Dec 14 00:33:40.180 INFO O| Dec 14 00:33:40.180 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8351 | 2024-12-14T00:33:41.778Z | [ recovery-image] Dec 14 00:33:40.180 INFO O| Dec 14 00:33:40.180 INFO STEP 62 (ensure_dir) COMPLETE |
8352 | 2024-12-14T00:33:41.780Z | [ recovery-image] Dec 14 00:33:40.180 INFO O| Dec 14 00:33:40.180 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8353 | 2024-12-14T00:33:41.823Z | [ recovery-image] Dec 14 00:33:40.226 INFO O| Dec 14 00:33:40.226 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8354 | 2024-12-14T00:33:41.823Z | [ recovery-image] Dec 14 00:33:40.226 INFO O| Dec 14 00:33:40.226 INFO STEP 63 (ensure_dir) COMPLETE |
8355 | 2024-12-14T00:33:41.826Z | [ recovery-image] Dec 14 00:33:40.226 INFO O| Dec 14 00:33:40.226 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8356 | 2024-12-14T00:33:41.843Z | [ recovery-image] Dec 14 00:33:40.245 INFO O| Dec 14 00:33:40.245 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8357 | 2024-12-14T00:33:41.843Z | [ recovery-image] Dec 14 00:33:40.245 INFO O| Dec 14 00:33:40.245 INFO STEP 64 (ensure_dir) COMPLETE |
8358 | 2024-12-14T00:33:41.843Z | [ recovery-image] Dec 14 00:33:40.245 INFO O| Dec 14 00:33:40.245 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8359 | 2024-12-14T00:33:41.915Z | [ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8360 | 2024-12-14T00:33:41.915Z | [ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO copying /tmp/.tmpAGvK53/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8361 | 2024-12-14T00:33:41.915Z | [ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8362 | 2024-12-14T00:33:41.915Z | [ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO ok! |
8363 | 2024-12-14T00:33:41.917Z | [ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO STEP 65 (ensure_file) COMPLETE |
8364 | 2024-12-14T00:33:41.917Z | [ recovery-image] Dec 14 00:33:40.317 INFO O| Dec 14 00:33:40.317 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8365 | 2024-12-14T00:33:41.992Z | [ recovery-image] Dec 14 00:33:40.394 INFO O| Dec 14 00:33:40.394 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8366 | 2024-12-14T00:33:41.995Z | [ recovery-image] Dec 14 00:33:40.395 INFO O| Dec 14 00:33:40.395 INFO STEP 66 (remove_files) COMPLETE |
8367 | 2024-12-14T00:33:41.995Z | [ recovery-image] Dec 14 00:33:40.395 INFO O| Dec 14 00:33:40.395 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8368 | 2024-12-14T00:33:42.048Z | [ recovery-image] Dec 14 00:33:40.449 INFO O| Dec 14 00:33:40.449 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8369 | 2024-12-14T00:33:42.051Z | [ recovery-image] Dec 14 00:33:40.449 INFO O| Dec 14 00:33:40.449 INFO STEP 67 (remove_files) COMPLETE |
8370 | 2024-12-14T00:33:42.051Z | [ recovery-image] Dec 14 00:33:40.450 INFO O| Dec 14 00:33:40.449 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8371 | 2024-12-14T00:33:42.065Z | [ recovery-image] Dec 14 00:33:40.468 INFO O| Dec 14 00:33:40.468 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8372 | 2024-12-14T00:33:42.068Z | [ recovery-image] Dec 14 00:33:40.468 INFO O| Dec 14 00:33:40.468 INFO STEP 68 (remove_files) COMPLETE |
8373 | 2024-12-14T00:33:42.068Z | [ recovery-image] Dec 14 00:33:40.468 INFO O| Dec 14 00:33:40.468 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8374 | 2024-12-14T00:33:42.098Z | [ recovery-image] Dec 14 00:33:40.500 INFO O| Dec 14 00:33:40.500 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8375 | 2024-12-14T00:33:42.100Z | [ recovery-image] Dec 14 00:33:40.501 INFO O| Dec 14 00:33:40.501 INFO STEP 69 (remove_files) COMPLETE |
8376 | 2024-12-14T00:33:42.100Z | [ recovery-image] Dec 14 00:33:40.501 INFO O| Dec 14 00:33:40.501 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8377 | 2024-12-14T00:33:42.140Z | [ recovery-image] Dec 14 00:33:40.543 INFO O| Dec 14 00:33:40.543 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8378 | 2024-12-14T00:33:42.143Z | [ recovery-image] Dec 14 00:33:40.543 INFO O| Dec 14 00:33:40.543 INFO STEP 70 (remove_files) COMPLETE |
8379 | 2024-12-14T00:33:42.143Z | [ recovery-image] Dec 14 00:33:40.543 INFO O| Dec 14 00:33:40.543 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8380 | 2024-12-14T00:33:42.186Z | [ recovery-image] Dec 14 00:33:40.588 INFO O| Dec 14 00:33:40.588 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8381 | 2024-12-14T00:33:42.188Z | [ recovery-image] Dec 14 00:33:40.589 INFO O| Dec 14 00:33:40.589 INFO STEP 71 (remove_files) COMPLETE |
8382 | 2024-12-14T00:33:42.188Z | [ recovery-image] Dec 14 00:33:40.589 INFO O| Dec 14 00:33:40.589 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8383 | 2024-12-14T00:33:42.246Z | [ recovery-image] Dec 14 00:33:40.648 INFO O| Dec 14 00:33:40.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8384 | 2024-12-14T00:33:42.246Z | [ recovery-image] Dec 14 00:33:40.648 INFO O| Dec 14 00:33:40.648 INFO STEP 72 (remove_files) COMPLETE |
8385 | 2024-12-14T00:33:42.246Z | [ recovery-image] Dec 14 00:33:40.648 INFO O| Dec 14 00:33:40.648 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8386 | 2024-12-14T00:33:42.266Z | [ recovery-image] Dec 14 00:33:40.668 INFO O| Dec 14 00:33:40.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8387 | 2024-12-14T00:33:42.266Z | [ recovery-image] Dec 14 00:33:40.668 INFO O| Dec 14 00:33:40.668 INFO STEP 73 (remove_files) COMPLETE |
8388 | 2024-12-14T00:33:42.269Z | [ recovery-image] Dec 14 00:33:40.668 INFO O| Dec 14 00:33:40.668 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8389 | 2024-12-14T00:33:42.286Z | [ recovery-image] Dec 14 00:33:40.688 INFO O| Dec 14 00:33:40.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8390 | 2024-12-14T00:33:42.286Z | [ recovery-image] Dec 14 00:33:40.688 INFO O| Dec 14 00:33:40.688 INFO STEP 74 (remove_files) COMPLETE |
8391 | 2024-12-14T00:33:42.286Z | [ recovery-image] Dec 14 00:33:40.688 INFO O| Dec 14 00:33:40.688 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8392 | 2024-12-14T00:33:42.313Z | [ recovery-image] Dec 14 00:33:40.716 INFO O| Dec 14 00:33:40.716 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8393 | 2024-12-14T00:33:42.313Z | [ recovery-image] Dec 14 00:33:40.716 INFO O| Dec 14 00:33:40.716 INFO STEP 75 (remove_files) COMPLETE |
8394 | 2024-12-14T00:33:42.317Z | [ recovery-image] Dec 14 00:33:40.716 INFO O| Dec 14 00:33:40.716 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8395 | 2024-12-14T00:33:42.334Z | [ recovery-image] Dec 14 00:33:40.737 INFO O| Dec 14 00:33:40.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8396 | 2024-12-14T00:33:42.334Z | [ recovery-image] Dec 14 00:33:40.737 INFO O| Dec 14 00:33:40.737 INFO STEP 76 (remove_files) COMPLETE |
8397 | 2024-12-14T00:33:42.334Z | [ recovery-image] Dec 14 00:33:40.737 INFO O| Dec 14 00:33:40.737 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8398 | 2024-12-14T00:33:42.354Z | [ recovery-image] Dec 14 00:33:40.756 INFO O| Dec 14 00:33:40.756 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8399 | 2024-12-14T00:33:42.354Z | [ recovery-image] Dec 14 00:33:40.756 INFO O| Dec 14 00:33:40.756 INFO STEP 77 (remove_files) COMPLETE |
8400 | 2024-12-14T00:33:42.356Z | [ recovery-image] Dec 14 00:33:40.756 INFO O| Dec 14 00:33:40.756 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8401 | 2024-12-14T00:33:42.388Z | [ recovery-image] Dec 14 00:33:40.790 INFO O| Dec 14 00:33:40.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8402 | 2024-12-14T00:33:42.388Z | [ recovery-image] Dec 14 00:33:40.791 INFO O| Dec 14 00:33:40.791 INFO STEP 78 (remove_files) COMPLETE |
8403 | 2024-12-14T00:33:42.391Z | [ recovery-image] Dec 14 00:33:40.791 INFO O| Dec 14 00:33:40.791 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8404 | 2024-12-14T00:33:42.407Z | [ recovery-image] Dec 14 00:33:40.810 INFO O| Dec 14 00:33:40.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8405 | 2024-12-14T00:33:42.408Z | [ recovery-image] Dec 14 00:33:40.810 INFO O| Dec 14 00:33:40.810 INFO STEP 79 (remove_files) COMPLETE |
8406 | 2024-12-14T00:33:42.408Z | [ recovery-image] Dec 14 00:33:40.810 INFO O| Dec 14 00:33:40.810 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8407 | 2024-12-14T00:33:42.447Z | [ recovery-image] Dec 14 00:33:40.849 INFO O| Dec 14 00:33:40.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8408 | 2024-12-14T00:33:42.447Z | [ recovery-image] Dec 14 00:33:40.849 INFO O| Dec 14 00:33:40.849 INFO STEP 80 (remove_files) COMPLETE |
8409 | 2024-12-14T00:33:42.451Z | [ recovery-image] Dec 14 00:33:40.849 INFO O| Dec 14 00:33:40.849 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8410 | 2024-12-14T00:33:42.487Z | [ recovery-image] Dec 14 00:33:40.889 INFO O| Dec 14 00:33:40.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8411 | 2024-12-14T00:33:42.488Z | [ recovery-image] Dec 14 00:33:40.889 INFO O| Dec 14 00:33:40.889 INFO STEP 81 (remove_files) COMPLETE |
8412 | 2024-12-14T00:33:42.490Z | [ recovery-image] Dec 14 00:33:40.889 INFO O| Dec 14 00:33:40.889 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8413 | 2024-12-14T00:33:42.505Z | [ recovery-image] Dec 14 00:33:40.908 INFO O| Dec 14 00:33:40.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8414 | 2024-12-14T00:33:42.505Z | [ recovery-image] Dec 14 00:33:40.908 INFO O| Dec 14 00:33:40.908 INFO STEP 82 (remove_files) COMPLETE |
8415 | 2024-12-14T00:33:42.505Z | [ recovery-image] Dec 14 00:33:40.908 INFO O| Dec 14 00:33:40.908 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8416 | 2024-12-14T00:33:42.537Z | [ recovery-image] Dec 14 00:33:40.938 INFO O| Dec 14 00:33:40.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8417 | 2024-12-14T00:33:42.537Z | [ recovery-image] Dec 14 00:33:40.938 INFO O| Dec 14 00:33:40.938 INFO STEP 83 (remove_files) COMPLETE |
8418 | 2024-12-14T00:33:42.537Z | [ recovery-image] Dec 14 00:33:40.938 INFO O| Dec 14 00:33:40.938 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8419 | 2024-12-14T00:33:42.557Z | [ recovery-image] Dec 14 00:33:40.959 INFO O| Dec 14 00:33:40.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8420 | 2024-12-14T00:33:42.557Z | [ recovery-image] Dec 14 00:33:40.960 INFO O| Dec 14 00:33:40.959 INFO STEP 84 (remove_files) COMPLETE |
8421 | 2024-12-14T00:33:42.557Z | [ recovery-image] Dec 14 00:33:40.960 INFO O| Dec 14 00:33:40.960 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8422 | 2024-12-14T00:33:42.598Z | [ recovery-image] Dec 14 00:33:41.000 INFO O| Dec 14 00:33:41.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8423 | 2024-12-14T00:33:42.598Z | [ recovery-image] Dec 14 00:33:41.000 INFO O| Dec 14 00:33:41.000 INFO STEP 85 (remove_files) COMPLETE |
8424 | 2024-12-14T00:33:42.599Z | [ recovery-image] Dec 14 00:33:41.000 INFO O| Dec 14 00:33:41.000 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8425 | 2024-12-14T00:33:42.660Z | [ recovery-image] Dec 14 00:33:41.062 INFO O| Dec 14 00:33:41.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8426 | 2024-12-14T00:33:42.663Z | [ recovery-image] Dec 14 00:33:41.063 INFO O| Dec 14 00:33:41.063 INFO STEP 86 (remove_files) COMPLETE |
8427 | 2024-12-14T00:33:42.663Z | [ recovery-image] Dec 14 00:33:41.063 INFO O| Dec 14 00:33:41.063 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8428 | 2024-12-14T00:33:42.681Z | [ recovery-image] Dec 14 00:33:41.082 INFO O| Dec 14 00:33:41.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8429 | 2024-12-14T00:33:42.683Z | [ recovery-image] Dec 14 00:33:41.083 INFO O| Dec 14 00:33:41.083 INFO STEP 87 (remove_files) COMPLETE |
8430 | 2024-12-14T00:33:42.683Z | [ recovery-image] Dec 14 00:33:41.083 INFO O| Dec 14 00:33:41.083 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8431 | 2024-12-14T00:33:42.738Z | [ recovery-image] Dec 14 00:33:41.140 INFO O| Dec 14 00:33:41.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8432 | 2024-12-14T00:33:42.740Z | [ recovery-image] Dec 14 00:33:41.140 INFO O| Dec 14 00:33:41.140 INFO STEP 88 (remove_files) COMPLETE |
8433 | 2024-12-14T00:33:42.740Z | [ recovery-image] Dec 14 00:33:41.140 INFO O| Dec 14 00:33:41.140 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8434 | 2024-12-14T00:33:42.757Z | [ recovery-image] Dec 14 00:33:41.159 INFO O| Dec 14 00:33:41.159 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8435 | 2024-12-14T00:33:42.759Z | [ recovery-image] Dec 14 00:33:41.160 INFO O| Dec 14 00:33:41.160 INFO STEP 89 (remove_files) COMPLETE |
8436 | 2024-12-14T00:33:42.759Z | [ recovery-image] Dec 14 00:33:41.160 INFO O| Dec 14 00:33:41.160 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8437 | 2024-12-14T00:33:42.778Z | [ recovery-image] Dec 14 00:33:41.179 INFO O| Dec 14 00:33:41.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8438 | 2024-12-14T00:33:42.780Z | [ recovery-image] Dec 14 00:33:41.179 INFO O| Dec 14 00:33:41.179 INFO STEP 90 (remove_files) COMPLETE |
8439 | 2024-12-14T00:33:42.781Z | [ recovery-image] Dec 14 00:33:41.180 INFO O| Dec 14 00:33:41.179 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8440 | 2024-12-14T00:33:42.809Z | [ recovery-image] Dec 14 00:33:41.211 INFO O| Dec 14 00:33:41.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8441 | 2024-12-14T00:33:42.809Z | [ recovery-image] Dec 14 00:33:41.211 INFO O| Dec 14 00:33:41.211 INFO STEP 91 (remove_files) COMPLETE |
8442 | 2024-12-14T00:33:42.809Z | [ recovery-image] Dec 14 00:33:41.211 INFO O| Dec 14 00:33:41.211 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8443 | 2024-12-14T00:33:42.829Z | [ recovery-image] Dec 14 00:33:41.231 INFO O| Dec 14 00:33:41.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8444 | 2024-12-14T00:33:42.829Z | [ recovery-image] Dec 14 00:33:41.231 INFO O| Dec 14 00:33:41.231 INFO STEP 92 (remove_files) COMPLETE |
8445 | 2024-12-14T00:33:42.831Z | [ recovery-image] Dec 14 00:33:41.231 INFO O| Dec 14 00:33:41.231 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8446 | 2024-12-14T00:33:42.849Z | [ recovery-image] Dec 14 00:33:41.251 INFO O| Dec 14 00:33:41.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8447 | 2024-12-14T00:33:42.849Z | [ recovery-image] Dec 14 00:33:41.251 INFO O| Dec 14 00:33:41.251 INFO STEP 93 (remove_files) COMPLETE |
8448 | 2024-12-14T00:33:42.852Z | [ recovery-image] Dec 14 00:33:41.251 INFO O| Dec 14 00:33:41.251 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8449 | 2024-12-14T00:33:42.877Z | [ recovery-image] Dec 14 00:33:41.279 INFO O| Dec 14 00:33:41.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8450 | 2024-12-14T00:33:42.880Z | [ recovery-image] Dec 14 00:33:41.280 INFO O| Dec 14 00:33:41.280 INFO STEP 94 (remove_files) COMPLETE |
8451 | 2024-12-14T00:33:42.880Z | [ recovery-image] Dec 14 00:33:41.280 INFO O| Dec 14 00:33:41.280 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8452 | 2024-12-14T00:33:42.923Z | [ recovery-image] Dec 14 00:33:41.325 INFO O| Dec 14 00:33:41.325 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8453 | 2024-12-14T00:33:42.926Z | [ recovery-image] Dec 14 00:33:41.325 INFO O| Dec 14 00:33:41.325 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"} |
8454 | 2024-12-14T00:33:55.350Z | [ recovery-image] Dec 14 00:33:53.750 INFO O| Dec 14 00:33:53.750 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 |
8455 | 2024-12-14T00:33:55.353Z | [ recovery-image] Dec 14 00:33:53.750 INFO O| Dec 14 00:33:53.750 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8456 | 2024-12-14T00:33:55.372Z | [ recovery-image] Dec 14 00:33:53.771 INFO O| Dec 14 00:33:53.771 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
8457 | 2024-12-14T00:33:55.534Z | [ recovery-image] Dec 14 00:33:53.931 INFO O| Dec 14 00:33:53.931 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8458 | 2024-12-14T00:33:55.534Z | [ recovery-image] Dec 14 00:33:53.931 INFO O| Dec 14 00:33:53.931 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 ... |
8459 | 2024-12-14T00:33:55.537Z | [ recovery-image] Dec 14 00:33:53.933 INFO O| Dec 14 00:33:53.933 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8460 | 2024-12-14T00:33:55.537Z | [ recovery-image] Dec 14 00:33:53.933 INFO O| Dec 14 00:33:53.933 INFO ok! |
8461 | 2024-12-14T00:33:55.537Z | [ recovery-image] Dec 14 00:33:53.933 INFO O| Dec 14 00:33:53.933 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8462 | 2024-12-14T00:33:55.537Z | [ recovery-image] Dec 14 00:33:53.933 INFO O| Dec 14 00:33:53.933 INFO STEP 95 (seed_smf) COMPLETE |
8463 | 2024-12-14T00:33:55.537Z | [ recovery-image] Dec 14 00:33:53.933 INFO O| Dec 14 00:33:53.933 INFO steps complete; finalising image! |
8464 | 2024-12-14T00:33:55.537Z | [ recovery-image] Dec 14 00:33:53.934 INFO O| Dec 14 00:33:53.933 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8465 | 2024-12-14T00:33:55.609Z | [ recovery-image] Dec 14 00:33:54.009 INFO O| Dec 14 00:33:54.008 INFO trim TEMPORARY-gimlet-zfs-recovery: (0% trimmed, started at Sat Dec 14 00:33:53 2024) |
8466 | 2024-12-14T00:33:55.821Z | [ recovery-image] Dec 14 00:33:54.220 INFO O| Dec 14 00:33:54.220 INFO trim TEMPORARY-gimlet-zfs-recovery: (64% trimmed, started at Sat Dec 14 00:33:53 2024) |
8467 | 2024-12-14T00:33:56.058Z | [ recovery-image] Dec 14 00:33:54.457 INFO O| Dec 14 00:33:54.457 INFO temporary pool has 361M used, 1.40G avail, 1.00x compressratio |
8468 | 2024-12-14T00:33:56.058Z | [ recovery-image] Dec 14 00:33:54.457 INFO O| Dec 14 00:33:54.457 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8469 | 2024-12-14T00:33:56.740Z | [ recovery-image] Dec 14 00:33:55.139 INFO O| Dec 14 00:33:55.139 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 |
8470 | 2024-12-14T00:33:56.740Z | [ recovery-image] Dec 14 00:33:55.139 INFO O| Dec 14 00:33:55.139 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8471 | 2024-12-14T00:34:02.592Z | [ recovery-image] Dec 14 00:34:00.988 INFO O| Dec 14 00:34:00.988 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8472 | 2024-12-14T00:34:02.594Z | [ recovery-image] Dec 14 00:34:00.989 INFO O| Dec 14 00:34:00.988 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8473 | 2024-12-14T00:34:02.594Z | [ recovery-image] Dec 14 00:34:00.989 INFO O| Dec 14 00:34:00.989 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8474 | 2024-12-14T00:34:02.594Z | [ recovery-image] Dec 14 00:34:00.989 INFO O| Dec 14 00:34:00.989 INFO completed processing gimlet/zfs-recovery |
8475 | 2024-12-14T00:34:02.594Z | [ recovery-image] Dec 14 00:34:00.989 INFO O| Dec 14 00:34:00.989 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8476 | 2024-12-14T00:34:03.424Z | [ recovery-image] Dec 14 00:34:01.821 INFO O| Dec 14 00:34:01.821 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8477 | 2024-12-14T00:34:03.638Z | [ recovery-image] Dec 14 00:34:02.036 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
8478 | 2024-12-14T00:34:03.641Z | [ recovery-image] Dec 14 00:34:02.037 INFO expanded image name: "recovery 2d0edd7/${os_short_commit} 2024-12-14 00:04" -> "recovery 2d0edd7/92ea229 2024-12-14 00:04" |
8479 | 2024-12-14T00:34:03.641Z | [ recovery-image] Dec 14 00:34:02.037 INFO output artefacts stored in: "/work/os-recovery" |
8480 | 2024-12-14T00:34:03.641Z | [ recovery-image] Dec 14 00:34:02.038 INFO collecting git info from project "bootserver"... |
8481 | 2024-12-14T00:34:03.677Z | [ recovery-image] Dec 14 00:34:02.074 INFO collecting git info from project "pinprick"... |
8482 | 2024-12-14T00:34:03.685Z | [ recovery-image] Dec 14 00:34:02.082 INFO collecting git info from project "phbl"... |
8483 | 2024-12-14T00:34:03.696Z | [ recovery-image] Dec 14 00:34:02.093 INFO collecting git info from project "chelsio-t6-roms"... |
8484 | 2024-12-14T00:34:03.732Z | [ recovery-image] Dec 14 00:34:02.128 INFO collecting git info from project "amd-firmware"... |
8485 | 2024-12-14T00:34:04.349Z | [ recovery-image] Dec 14 00:34:02.746 INFO collecting git info from project "amd-host-image-builder"... |
8486 | 2024-12-14T00:34:04.846Z | [ recovery-image] Dec 14 00:34:03.243 INFO collecting git info from project "pilot"... |
8487 | 2024-12-14T00:34:04.869Z | [ recovery-image] Dec 14 00:34:03.266 INFO collecting git info from project "image-builder"... |
8488 | 2024-12-14T00:34:04.880Z | [ recovery-image] Dec 14 00:34:03.277 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8489 | 2024-12-14T00:34:05.943Z | [ recovery-image] Dec 14 00:34:04.340 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8490 | 2024-12-14T00:34:06.692Z | [ recovery-image] Dec 14 00:34:05.088 INFO creating Oxide boot image... |
8491 | 2024-12-14T00:34:06.692Z | [ recovery-image] Dec 14 00:34:05.089 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 2d0edd7/92ea229 2024-12-14 00:04", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8492 | 2024-12-14T00:35:03.950Z | [ host-image] Dec 14 00:35:02.333 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23049:20241204T192600Z |
8493 | 2024-12-14T00:35:03.950Z | [ host-image] Dec 14 00:35:02.333 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23049:20241204T192600Z |
8494 | 2024-12-14T00:35:03.952Z | [ host-image] Dec 14 00:35:02.333 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8495 | 2024-12-14T00:35:03.953Z | [ host-image] Dec 14 00:35:02.333 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8496 | 2024-12-14T00:35:03.953Z | [ host-image] Dec 14 00:35:02.333 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8497 | 2024-12-14T00:35:03.953Z | [ host-image] Dec 14 00:35:02.334 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8498 | 2024-12-14T00:35:03.953Z | [ host-image] Dec 14 00:35:02.335 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8499 | 2024-12-14T00:35:03.953Z | [ host-image] Dec 14 00:35:02.335 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8500 | 2024-12-14T00:35:03.953Z | [ host-image] Dec 14 00:35:02.335 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8501 | 2024-12-14T00:35:03.953Z | [ host-image] Dec 14 00:35:02.335 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8502 | 2024-12-14T00:35:03.953Z | [ host-image] Dec 14 00:35:02.335 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23049:20241204T192601Z |
8503 | 2024-12-14T00:35:03.955Z | [ host-image] Dec 14 00:35:02.337 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23049:20241204T192601Z |
8504 | 2024-12-14T00:35:03.958Z | [ host-image] Dec 14 00:35:02.338 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23049:20241204T192601Z |
8505 | 2024-12-14T00:35:03.958Z | [ host-image] Dec 14 00:35:02.339 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23049:20241204T192602Z |
8506 | 2024-12-14T00:35:03.958Z | [ host-image] Dec 14 00:35:02.339 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8507 | 2024-12-14T00:35:03.958Z | [ host-image] Dec 14 00:35:02.340 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23049:20241204T192602Z |
8508 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.341 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23049:20241204T192602Z |
8509 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.341 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23049:20241204T192602Z |
8510 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.341 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23049:20241204T192602Z |
8511 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.342 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23049:20241204T192603Z |
8512 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.342 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23049:20241204T192603Z |
8513 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.342 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23049:20241204T192603Z |
8514 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.342 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23049:20241204T192604Z |
8515 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.342 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23049:20241204T192604Z |
8516 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.343 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23049:20241204T192604Z |
8517 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.343 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23049:20241204T192606Z |
8518 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.343 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23049:20241204T192606Z |
8519 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.343 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23049:20241204T192607Z |
8520 | 2024-12-14T00:35:03.961Z | [ host-image] Dec 14 00:35:02.343 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23049:20241204T192608Z |
8521 | 2024-12-14T00:35:03.964Z | [ host-image] Dec 14 00:35:02.344 INFO O| install = pkg://helios-dev/driver/network/opte@0.34.311:20241203T104954Z |
8522 | 2024-12-14T00:35:03.964Z | [ host-image] Dec 14 00:35:02.344 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23049:20241204T192609Z |
8523 | 2024-12-14T00:35:03.964Z | [ host-image] Dec 14 00:35:02.344 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23049:20241204T192611Z |
8524 | 2024-12-14T00:35:03.964Z | [ host-image] Dec 14 00:35:02.344 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23049:20241204T192612Z |
8525 | 2024-12-14T00:35:03.964Z | [ host-image] Dec 14 00:35:02.344 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23049:20241204T192613Z |
8526 | 2024-12-14T00:35:03.964Z | [ host-image] Dec 14 00:35:02.346 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23049:20241204T192614Z |
8527 | 2024-12-14T00:35:03.964Z | [ host-image] Dec 14 00:35:02.346 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23049:20241204T192614Z |
8528 | 2024-12-14T00:35:03.975Z | [ host-image] Dec 14 00:35:02.358 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8529 | 2024-12-14T00:35:03.975Z | [ host-image] Dec 14 00:35:02.358 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23049:20241204T192614Z |
8530 | 2024-12-14T00:35:03.979Z | [ host-image] Dec 14 00:35:02.358 INFO O| install = pkg://helios-dev/library/expat@2.6.4-2.0:20241120T163225Z |
8531 | 2024-12-14T00:35:03.979Z | [ host-image] Dec 14 00:35:02.359 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8532 | 2024-12-14T00:35:03.979Z | [ host-image] Dec 14 00:35:02.359 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8533 | 2024-12-14T00:35:03.979Z | [ host-image] Dec 14 00:35:02.360 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23049:20241204T192615Z |
8534 | 2024-12-14T00:35:03.979Z | [ host-image] Dec 14 00:35:02.360 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8535 | 2024-12-14T00:35:03.979Z | [ host-image] Dec 14 00:35:02.360 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8536 | 2024-12-14T00:35:03.982Z | [ host-image] Dec 14 00:35:02.362 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8537 | 2024-12-14T00:35:03.982Z | [ host-image] Dec 14 00:35:02.362 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8538 | 2024-12-14T00:35:03.996Z | [ host-image] Dec 14 00:35:02.379 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8539 | 2024-12-14T00:35:03.996Z | [ host-image] Dec 14 00:35:02.379 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8540 | 2024-12-14T00:35:03.999Z | [ host-image] Dec 14 00:35:02.379 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8541 | 2024-12-14T00:35:03.999Z | [ host-image] Dec 14 00:35:02.380 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8542 | 2024-12-14T00:35:03.999Z | [ host-image] Dec 14 00:35:02.381 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8543 | 2024-12-14T00:35:03.999Z | [ host-image] Dec 14 00:35:02.381 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8544 | 2024-12-14T00:35:04.066Z | [ host-image] Dec 14 00:35:02.448 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8545 | 2024-12-14T00:35:04.068Z | [ host-image] Dec 14 00:35:02.449 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8546 | 2024-12-14T00:35:04.069Z | [ host-image] Dec 14 00:35:02.449 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8547 | 2024-12-14T00:35:04.069Z | [ host-image] Dec 14 00:35:02.450 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23049:20241204T192616Z |
8548 | 2024-12-14T00:35:04.069Z | [ host-image] Dec 14 00:35:02.451 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23049:20241204T192622Z |
8549 | 2024-12-14T00:35:04.069Z | [ host-image] Dec 14 00:35:02.451 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8550 | 2024-12-14T00:35:04.069Z | [ host-image] Dec 14 00:35:02.451 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23049:20241204T192623Z |
8551 | 2024-12-14T00:35:04.072Z | [ host-image] Dec 14 00:35:02.451 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8552 | 2024-12-14T00:35:04.072Z | [ host-image] Dec 14 00:35:02.452 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8553 | 2024-12-14T00:35:04.072Z | [ host-image] Dec 14 00:35:02.452 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8554 | 2024-12-14T00:35:04.072Z | [ host-image] Dec 14 00:35:02.452 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23049:20241204T192623Z |
8555 | 2024-12-14T00:35:04.072Z | [ host-image] Dec 14 00:35:02.452 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8556 | 2024-12-14T00:35:04.076Z | [ host-image] Dec 14 00:35:02.459 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8557 | 2024-12-14T00:35:04.084Z | [ host-image] Dec 14 00:35:02.459 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8558 | 2024-12-14T00:35:04.084Z | [ host-image] Dec 14 00:35:02.459 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8559 | 2024-12-14T00:35:04.084Z | [ host-image] Dec 14 00:35:02.460 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23049:20241204T192623Z |
8560 | 2024-12-14T00:35:04.084Z | [ host-image] Dec 14 00:35:02.460 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8561 | 2024-12-14T00:35:04.100Z | [ host-image] Dec 14 00:35:02.483 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8562 | 2024-12-14T00:35:04.105Z | [ host-image] Dec 14 00:35:02.483 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23049:20241204T192624Z |
8563 | 2024-12-14T00:35:04.106Z | [ host-image] Dec 14 00:35:02.486 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23049:20241204T192624Z |
8564 | 2024-12-14T00:35:04.110Z | [ host-image] Dec 14 00:35:02.487 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23049:20241204T192624Z |
8565 | 2024-12-14T00:35:04.110Z | [ host-image] Dec 14 00:35:02.487 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8566 | 2024-12-14T00:35:04.110Z | [ host-image] Dec 14 00:35:02.488 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23049:20241204T192625Z |
8567 | 2024-12-14T00:35:04.110Z | [ host-image] Dec 14 00:35:02.489 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23049:20241204T192625Z |
8568 | 2024-12-14T00:35:04.110Z | [ host-image] Dec 14 00:35:02.489 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23049:20241204T192626Z |
8569 | 2024-12-14T00:35:04.110Z | [ host-image] Dec 14 00:35:02.490 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23049:20241204T192626Z |
8570 | 2024-12-14T00:35:04.114Z | [ host-image] Dec 14 00:35:02.495 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8571 | 2024-12-14T00:35:04.114Z | [ host-image] Dec 14 00:35:02.495 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23049:20241204T192626Z |
8572 | 2024-12-14T00:35:04.114Z | [ host-image] Dec 14 00:35:02.496 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23049:20241204T192627Z |
8573 | 2024-12-14T00:35:04.114Z | [ host-image] Dec 14 00:35:02.497 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8574 | 2024-12-14T00:35:04.117Z | [ host-image] Dec 14 00:35:02.497 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23049:20241204T192627Z |
8575 | 2024-12-14T00:35:04.117Z | [ host-image] Dec 14 00:35:02.497 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23049:20241204T192628Z |
8576 | 2024-12-14T00:35:04.117Z | [ host-image] Dec 14 00:35:02.498 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.10.24-2.0.23049:20241204T192628Z |
8577 | 2024-12-14T00:35:04.117Z | [ host-image] Dec 14 00:35:02.498 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23049:20241204T192628Z |
8578 | 2024-12-14T00:35:04.128Z | [ host-image] Dec 14 00:35:02.510 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23049:20241204T192628Z |
8579 | 2024-12-14T00:35:04.128Z | [ host-image] Dec 14 00:35:02.510 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8580 | 2024-12-14T00:35:04.131Z | [ host-image] Dec 14 00:35:02.513 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.23049:20241204T192628Z |
8581 | 2024-12-14T00:35:04.134Z | [ host-image] Dec 14 00:35:02.515 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23049:20241204T192628Z |
8582 | 2024-12-14T00:35:04.134Z | [ host-image] Dec 14 00:35:02.515 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23049:20241204T192628Z |
8583 | 2024-12-14T00:35:04.134Z | [ host-image] Dec 14 00:35:02.516 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23049:20241204T192629Z |
8584 | 2024-12-14T00:35:04.154Z | [ host-image] Dec 14 00:35:02.517 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23049:20241204T192629Z |
8585 | 2024-12-14T00:35:04.154Z | [ host-image] Dec 14 00:35:02.517 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23049:20241204T192629Z |
8586 | 2024-12-14T00:35:04.154Z | [ host-image] Dec 14 00:35:02.532 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23049:20241204T192631Z |
8587 | 2024-12-14T00:35:04.154Z | [ host-image] Dec 14 00:35:02.532 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23049:20241204T192630Z |
8588 | 2024-12-14T00:35:04.154Z | [ host-image] Dec 14 00:35:02.533 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23049:20241204T192630Z |
8589 | 2024-12-14T00:35:04.157Z | [ host-image] Dec 14 00:35:02.535 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23049:20241204T192630Z |
8590 | 2024-12-14T00:35:04.157Z | [ host-image] Dec 14 00:35:02.535 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23049:20241204T192631Z |
8591 | 2024-12-14T00:35:04.185Z | [ host-image] Dec 14 00:35:02.568 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23049:20241204T192633Z |
8592 | 2024-12-14T00:35:04.188Z | [ host-image] Dec 14 00:35:02.568 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23049:20241204T192631Z |
8593 | 2024-12-14T00:35:04.188Z | [ host-image] Dec 14 00:35:02.568 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23049:20241204T192631Z |
8594 | 2024-12-14T00:35:04.188Z | [ host-image] Dec 14 00:35:02.569 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8595 | 2024-12-14T00:35:04.188Z | [ host-image] Dec 14 00:35:02.569 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8596 | 2024-12-14T00:35:04.253Z | [ host-image] Dec 14 00:35:02.635 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23049:20241204T192631Z |
8597 | 2024-12-14T00:35:04.256Z | [ host-image] Dec 14 00:35:02.635 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8598 | 2024-12-14T00:35:04.256Z | [ host-image] Dec 14 00:35:02.636 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23049:20241204T192631Z |
8599 | 2024-12-14T00:35:04.256Z | [ host-image] Dec 14 00:35:02.636 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23049:20241204T192631Z |
8600 | 2024-12-14T00:35:04.256Z | [ host-image] Dec 14 00:35:02.638 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23049:20241204T192632Z |
8601 | 2024-12-14T00:35:04.256Z | [ host-image] Dec 14 00:35:02.638 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8602 | 2024-12-14T00:35:04.259Z | [ host-image] Dec 14 00:35:02.639 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8603 | 2024-12-14T00:35:04.259Z | [ host-image] Dec 14 00:35:02.639 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23049:20241204T192633Z |
8604 | 2024-12-14T00:35:04.259Z | [ host-image] Dec 14 00:35:02.640 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23049:20241204T192632Z |
8605 | 2024-12-14T00:35:04.259Z | [ host-image] Dec 14 00:35:02.640 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23049:20241204T192633Z |
8606 | 2024-12-14T00:35:04.259Z | [ host-image] Dec 14 00:35:02.640 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23049:20241204T192633Z |
8607 | 2024-12-14T00:35:04.259Z | [ host-image] Dec 14 00:35:02.641 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23049:20241204T192633Z |
8608 | 2024-12-14T00:35:04.259Z | [ host-image] Dec 14 00:35:02.641 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23049:20241204T192633Z |
8609 | 2024-12-14T00:35:04.262Z | [ host-image] Dec 14 00:35:02.645 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8610 | 2024-12-14T00:35:04.264Z | [ host-image] Dec 14 00:35:02.645 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.23049:20241204T192634Z |
8611 | 2024-12-14T00:35:04.267Z | [ host-image] Dec 14 00:35:02.648 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.23049:20241204T192634Z |
8612 | 2024-12-14T00:35:04.267Z | [ host-image] Dec 14 00:35:02.648 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.23049:20241204T192634Z |
8613 | 2024-12-14T00:35:04.268Z | [ host-image] Dec 14 00:35:02.648 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23049:20241204T192635Z |
8614 | 2024-12-14T00:35:04.268Z | [ host-image] Dec 14 00:35:02.649 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23049:20241204T192635Z |
8615 | 2024-12-14T00:35:04.268Z | [ host-image] Dec 14 00:35:02.649 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23049:20241204T192635Z |
8616 | 2024-12-14T00:35:04.268Z | [ host-image] Dec 14 00:35:02.649 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8617 | 2024-12-14T00:35:04.268Z | [ host-image] Dec 14 00:35:02.649 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8618 | 2024-12-14T00:35:04.268Z | [ host-image] Dec 14 00:35:02.650 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23049:20241204T192637Z |
8619 | 2024-12-14T00:35:04.271Z | [ host-image] Dec 14 00:35:02.650 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23049:20241204T192637Z |
8620 | 2024-12-14T00:35:04.271Z | [ host-image] Dec 14 00:35:02.651 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8621 | 2024-12-14T00:35:04.271Z | [ host-image] Dec 14 00:35:02.651 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8622 | 2024-12-14T00:35:04.271Z | [ host-image] Dec 14 00:35:02.651 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8623 | 2024-12-14T00:35:04.271Z | [ host-image] Dec 14 00:35:02.651 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8624 | 2024-12-14T00:35:04.271Z | [ host-image] Dec 14 00:35:02.651 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8625 | 2024-12-14T00:35:04.271Z | [ host-image] Dec 14 00:35:02.652 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8626 | 2024-12-14T00:35:04.333Z | [ host-image] Dec 14 00:35:02.654 INFO O| install = pkg://helios-dev/web/curl@8.11.1-2.0:20241211T083907Z |
8627 | 2024-12-14T00:35:04.333Z | [ host-image] Dec 14 00:35:02.654 INFO O| tempdir @ "/tmp/.tmp51WftF/tmp" |
8628 | 2024-12-14T00:35:04.333Z | [ host-image] Dec 14 00:35:02.654 INFO O| image root @ "/tmp/.tmp51WftF/tmp/root" |
8629 | 2024-12-14T00:35:04.333Z | [ host-image] Dec 14 00:35:02.655 INFO O| creating image... |
8630 | 2024-12-14T00:35:05.057Z | [ recovery-image] Dec 14 00:35:03.438 INFO O| ok, image written! |
8631 | 2024-12-14T00:35:05.057Z | [ recovery-image] Dec 14 00:35:03.438 INFO O| ok, boot_image_csum file written! |
8632 | 2024-12-14T00:35:05.063Z | [ recovery-image] Dec 14 00:35:03.444 INFO creating boot archive (CPIO)... |
8633 | 2024-12-14T00:35:05.063Z | [ recovery-image] Dec 14 00:35:03.445 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 |
8634 | 2024-12-14T00:35:05.073Z | [ recovery-image] Dec 14 00:35:03.455 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8635 | 2024-12-14T00:35:05.073Z | [ recovery-image] Dec 14 00:35:03.455 INFO E| + outfile=/work/os-recovery/cpio |
8636 | 2024-12-14T00:35:05.073Z | [ recovery-image] Dec 14 00:35:03.455 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8637 | 2024-12-14T00:35:05.077Z | [ recovery-image] Dec 14 00:35:03.458 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8638 | 2024-12-14T00:35:05.077Z | [ recovery-image] Dec 14 00:35:03.458 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8639 | 2024-12-14T00:35:05.123Z | [ recovery-image] Dec 14 00:35:03.505 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8640 | 2024-12-14T00:35:05.123Z | [ recovery-image] Dec 14 00:35:03.505 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8641 | 2024-12-14T00:35:05.134Z | [ recovery-image] Dec 14 00:35:03.516 INFO creating compressed cpio/unix for nanobl-rs... |
8642 | 2024-12-14T00:35:05.134Z | [ recovery-image] Dec 14 00:35:03.516 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 |
8643 | 2024-12-14T00:35:05.367Z | [ host-image] Dec 14 00:35:03.749 INFO O| copying publishers... |
8644 | 2024-12-14T00:35:05.580Z | [ recovery-image] Dec 14 00:35:03.963 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8645 | 2024-12-14T00:35:12.108Z | [ recovery-image] Dec 14 00:35:10.489 INFO creating reset image... |
8646 | 2024-12-14T00:35:12.111Z | [ recovery-image] Dec 14 00:35:10.489 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8647 | 2024-12-14T00:35:12.739Z | [ recovery-image] Dec 14 00:35:11.120 INFO E| Updating crates.io index |
8648 | 2024-12-14T00:35:12.872Z | [ recovery-image] Dec 14 00:35:11.252 INFO E| Downloading crates ... |
8649 | 2024-12-14T00:35:13.002Z | [ recovery-image] Dec 14 00:35:11.382 INFO E| Downloaded clap_derive v4.5.13 |
8650 | 2024-12-14T00:35:13.006Z | [ recovery-image] Dec 14 00:35:11.387 INFO E| Downloaded os_pipe v1.2.1 |
8651 | 2024-12-14T00:35:13.008Z | [ recovery-image] Dec 14 00:35:11.389 INFO E| Downloaded shared_child v1.0.1 |
8652 | 2024-12-14T00:35:13.043Z | [ recovery-image] Dec 14 00:35:11.423 INFO E| Downloaded duct v0.13.7 |
8653 | 2024-12-14T00:35:13.046Z | [ recovery-image] Dec 14 00:35:11.427 INFO E| Downloaded clap v4.5.17 |
8654 | 2024-12-14T00:35:13.088Z | [ recovery-image] Dec 14 00:35:11.469 INFO E| Downloaded clap_builder v4.5.17 |
8655 | 2024-12-14T00:35:13.154Z | [ recovery-image] Dec 14 00:35:11.534 INFO E| Downloaded syn v2.0.77 |
8656 | 2024-12-14T00:35:13.193Z | [ recovery-image] Dec 14 00:35:11.574 INFO E| Downloaded libc v0.2.158 |
8657 | 2024-12-14T00:35:13.355Z | [ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling proc-macro2 v1.0.86 |
8658 | 2024-12-14T00:35:13.355Z | [ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling unicode-ident v1.0.13 |
8659 | 2024-12-14T00:35:13.359Z | [ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling libc v0.2.158 |
8660 | 2024-12-14T00:35:13.359Z | [ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling utf8parse v0.2.2 |
8661 | 2024-12-14T00:35:13.359Z | [ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling colorchoice v1.0.2 |
8662 | 2024-12-14T00:35:13.359Z | [ recovery-image] Dec 14 00:35:11.736 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8663 | 2024-12-14T00:35:13.359Z | [ recovery-image] Dec 14 00:35:11.737 INFO E| Compiling anstyle-query v1.1.1 |
8664 | 2024-12-14T00:35:13.359Z | [ recovery-image] Dec 14 00:35:11.737 INFO E| Compiling anstyle v1.0.8 |
8665 | 2024-12-14T00:35:13.848Z | [ recovery-image] Dec 14 00:35:12.228 INFO E| Compiling strsim v0.11.1 |
8666 | 2024-12-14T00:35:14.009Z | [ recovery-image] Dec 14 00:35:12.388 INFO E| Compiling anstyle-parse v0.2.5 |
8667 | 2024-12-14T00:35:14.066Z | [ recovery-image] Dec 14 00:35:12.446 INFO E| Compiling clap_lex v0.7.2 |
8668 | 2024-12-14T00:35:14.267Z | [ recovery-image] Dec 14 00:35:12.647 INFO E| Compiling heck v0.5.0 |
8669 | 2024-12-14T00:35:14.368Z | [ recovery-image] Dec 14 00:35:12.748 INFO E| Compiling once_cell v1.19.0 |
8670 | 2024-12-14T00:35:14.798Z | [ recovery-image] Dec 14 00:35:13.178 INFO E| Compiling anstream v0.6.15 |
8671 | 2024-12-14T00:35:15.520Z | [ recovery-image] Dec 14 00:35:13.900 INFO E| Compiling clap_builder v4.5.17 |
8672 | 2024-12-14T00:35:16.267Z | [ recovery-image] Dec 14 00:35:14.647 INFO E| Compiling quote v1.0.37 |
8673 | 2024-12-14T00:35:16.413Z | [ recovery-image] Dec 14 00:35:14.793 INFO E| Compiling os_pipe v1.2.1 |
8674 | 2024-12-14T00:35:16.413Z | [ recovery-image] Dec 14 00:35:14.793 INFO E| Compiling shared_child v1.0.1 |
8675 | 2024-12-14T00:35:16.747Z | [ recovery-image] Dec 14 00:35:15.126 INFO E| Compiling duct v0.13.7 |
8676 | 2024-12-14T00:35:16.954Z | [ recovery-image] Dec 14 00:35:15.333 INFO E| Compiling syn v2.0.77 |
8677 | 2024-12-14T00:35:26.242Z | [ recovery-image] Dec 14 00:35:24.619 INFO E| Compiling clap_derive v4.5.13 |
8678 | 2024-12-14T00:35:30.510Z | [ host-image] Dec 14 00:35:28.887 INFO O| adding properties... |
8679 | 2024-12-14T00:35:30.874Z | [ recovery-image] Dec 14 00:35:29.250 INFO E| Compiling clap v4.5.17 |
8680 | 2024-12-14T00:35:30.964Z | [ recovery-image] Dec 14 00:35:29.340 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8681 | 2024-12-14T00:35:32.883Z | [ host-image] Dec 14 00:35:31.258 INFO O| installing packages... |
8682 | 2024-12-14T00:35:33.246Z | [ recovery-image] Dec 14 00:35:31.622 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 20.97s |
8683 | 2024-12-14T00:35:33.261Z | [ recovery-image] Dec 14 00:35:31.637 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8684 | 2024-12-14T00:35:33.651Z | [ recovery-image] Dec 14 00:35:32.027 INFO E| Updating crates.io index |
8685 | 2024-12-14T00:35:33.978Z | [ recovery-image] Dec 14 00:35:32.310 INFO E| Downloading crates ... |
8686 | 2024-12-14T00:35:34.009Z | [ recovery-image] Dec 14 00:35:32.385 INFO E| Downloaded bit_field v0.10.2 |
8687 | 2024-12-14T00:35:34.024Z | [ recovery-image] Dec 14 00:35:32.400 INFO E| Downloaded bitstruct_derive v0.1.0 |
8688 | 2024-12-14T00:35:34.028Z | [ recovery-image] Dec 14 00:35:32.404 INFO E| Downloaded bitstruct v0.1.1 |
8689 | 2024-12-14T00:35:34.032Z | [ recovery-image] Dec 14 00:35:32.407 INFO E| Downloaded cpio_reader v0.1.1 |
8690 | 2024-12-14T00:35:34.058Z | [ recovery-image] Dec 14 00:35:32.433 INFO E| Downloaded seq-macro v0.3.5 |
8691 | 2024-12-14T00:35:34.061Z | [ recovery-image] Dec 14 00:35:32.436 INFO E| Downloaded raw-cpuid v10.7.0 |
8692 | 2024-12-14T00:35:34.101Z | [ recovery-image] Dec 14 00:35:32.477 INFO E| Downloaded syn v2.0.85 |
8693 | 2024-12-14T00:35:34.334Z | [ recovery-image] Dec 14 00:35:32.709 INFO E| Downloaded x86 v0.52.0 |
8694 | 2024-12-14T00:35:34.480Z | [ recovery-image] Dec 14 00:35:32.856 INFO E| Updating crates.io index |
8695 | 2024-12-14T00:35:34.682Z | [ recovery-image] Dec 14 00:35:33.057 INFO E| Downloading crates ... |
8696 | 2024-12-14T00:35:34.812Z | [ recovery-image] Dec 14 00:35:33.187 INFO E| Downloaded hashbrown v0.15.0 |
8697 | 2024-12-14T00:35:34.824Z | [ recovery-image] Dec 14 00:35:33.199 INFO E| Downloaded compiler_builtins v0.1.134 |
8698 | 2024-12-14T00:35:34.954Z | [ recovery-image] Dec 14 00:35:33.329 INFO E| Compiling compiler_builtins v0.1.134 |
8699 | 2024-12-14T00:35:34.966Z | [ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8700 | 2024-12-14T00:35:34.966Z | [ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling proc-macro2 v1.0.89 |
8701 | 2024-12-14T00:35:34.968Z | [ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling unicode-ident v1.0.13 |
8702 | 2024-12-14T00:35:34.968Z | [ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling syn v1.0.109 |
8703 | 2024-12-14T00:35:34.968Z | [ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling x86 v0.52.0 |
8704 | 2024-12-14T00:35:34.968Z | [ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8705 | 2024-12-14T00:35:34.968Z | [ recovery-image] Dec 14 00:35:33.341 INFO E| Compiling seq-macro v0.3.5 |
8706 | 2024-12-14T00:35:37.949Z | [ recovery-image] Dec 14 00:35:36.323 INFO E| Compiling quote v1.0.37 |
8707 | 2024-12-14T00:35:38.365Z | [ recovery-image] Dec 14 00:35:36.740 INFO E| Compiling syn v2.0.85 |
8708 | 2024-12-14T00:35:45.248Z | [ recovery-image] Dec 14 00:35:43.620 INFO E| Compiling scroll_derive v0.12.0 |
8709 | 2024-12-14T00:35:50.014Z | [ recovery-image] Dec 14 00:35:48.386 INFO E| Compiling bitstruct_derive v0.1.0 |
8710 | 2024-12-14T00:36:06.537Z | [ host-image] Dec 14 00:36:04.904 INFO O| seeding SMF database... |
8711 | 2024-12-14T00:36:15.293Z | [ recovery-image] Dec 14 00:36:13.658 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8712 | 2024-12-14T00:36:18.272Z | [ recovery-image] Dec 14 00:36:16.636 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-10-27-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
8713 | 2024-12-14T00:36:23.380Z | [ host-image] Dec 14 00:36:21.744 INFO O| configuring SMF profile... |
8714 | 2024-12-14T00:36:23.383Z | [ host-image] Dec 14 00:36:21.744 INFO O| modifying shadow(5)... |
8715 | 2024-12-14T00:36:23.383Z | [ host-image] Dec 14 00:36:21.744 INFO O| loading user and group database... |
8716 | 2024-12-14T00:36:23.383Z | [ host-image] Dec 14 00:36:21.744 INFO O| assessing packaged files... |
8717 | 2024-12-14T00:36:24.708Z | [ recovery-image] Dec 14 00:36:23.071 INFO E| Compiling bitflags v1.3.2 |
8718 | 2024-12-14T00:36:24.708Z | [ recovery-image] Dec 14 00:36:23.071 INFO E| Compiling log v0.4.22 |
8719 | 2024-12-14T00:36:24.709Z | [ recovery-image] Dec 14 00:36:23.071 INFO E| Compiling adler2 v2.0.0 |
8720 | 2024-12-14T00:36:24.712Z | [ recovery-image] Dec 14 00:36:23.072 INFO E| Compiling bit_field v0.10.2 |
8721 | 2024-12-14T00:36:24.712Z | [ recovery-image] Dec 14 00:36:23.072 INFO E| Compiling scroll v0.12.0 |
8722 | 2024-12-14T00:36:24.712Z | [ recovery-image] Dec 14 00:36:23.072 INFO E| Compiling plain v0.2.3 |
8723 | 2024-12-14T00:36:24.712Z | [ recovery-image] Dec 14 00:36:23.072 INFO E| Compiling bitstruct v0.1.1 |
8724 | 2024-12-14T00:36:24.857Z | [ recovery-image] Dec 14 00:36:23.220 INFO E| Compiling raw-cpuid v10.7.0 |
8725 | 2024-12-14T00:36:24.887Z | [ recovery-image] Dec 14 00:36:23.250 INFO E| Compiling cpio_reader v0.1.1 |
8726 | 2024-12-14T00:36:25.292Z | [ recovery-image] Dec 14 00:36:23.655 INFO E| Compiling miniz_oxide v0.8.0 |
8727 | 2024-12-14T00:36:25.341Z | [ recovery-image] Dec 14 00:36:23.704 INFO E| Compiling static_assertions v1.1.0 |
8728 | 2024-12-14T00:36:25.751Z | [ recovery-image] Dec 14 00:36:24.114 INFO E| Compiling goblin v0.8.2 |
8729 | 2024-12-14T00:36:30.878Z | [ host-image] Dec 14 00:36:29.240 INFO O| creating archive... |
8730 | 2024-12-14T00:36:30.949Z | [ host-image] Dec 14 00:36:29.311 INFO O| missing from packaging: |
8731 | 2024-12-14T00:36:30.949Z | [ host-image] Dec 14 00:36:29.311 INFO O| "etc/.pwd.lock" |
8732 | 2024-12-14T00:36:30.949Z | [ host-image] Dec 14 00:36:29.311 INFO O| "etc/bash" |
8733 | 2024-12-14T00:36:30.959Z | [ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/profile/generic.xml" |
8734 | 2024-12-14T00:36:30.960Z | [ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/profile/inetd_services.xml" |
8735 | 2024-12-14T00:36:30.962Z | [ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/profile/name_service.xml" |
8736 | 2024-12-14T00:36:30.963Z | [ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/profile/platform.xml" |
8737 | 2024-12-14T00:36:30.963Z | [ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8738 | 2024-12-14T00:36:30.963Z | [ host-image] Dec 14 00:36:29.321 INFO O| "etc/svc/repository.db" |
8739 | 2024-12-14T00:36:30.977Z | [ host-image] Dec 14 00:36:29.338 INFO O| "opt/ooce/share" |
8740 | 2024-12-14T00:36:30.977Z | [ host-image] Dec 14 00:36:29.338 INFO O| "opt/ooce/share/man" |
8741 | 2024-12-14T00:36:30.979Z | [ host-image] Dec 14 00:36:29.338 INFO O| "opt/ooce/share/man/man1" |
8742 | 2024-12-14T00:36:30.992Z | [ host-image] Dec 14 00:36:29.353 INFO O| finishing archive... |
8743 | 2024-12-14T00:36:35.352Z | [ host-image] Dec 14 00:36:33.709 INFO O| creating gzonly manifest... |
8744 | 2024-12-14T00:36:35.381Z | [ host-image] Dec 14 00:36:33.742 INFO O| ok |
8745 | 2024-12-14T00:36:35.596Z | [ host-image] Dec 14 00:36:33.957 INFO image builder template: ramdisk-02-trim... |
8746 | 2024-12-14T00:36:35.596Z | [ host-image] Dec 14 00:36:33.957 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/.tmpAGvK53/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "ramdisk-02-trim"], pwd: None |
8747 | 2024-12-14T00:36:35.645Z | [ host-image] Dec 14 00:36:34.005 INFO O| Dec 14 00:36:34.005 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8748 | 2024-12-14T00:36:35.668Z | [ host-image] Dec 14 00:36:34.029 INFO O| Dec 14 00:36:34.029 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8749 | 2024-12-14T00:36:35.807Z | [ host-image] Dec 14 00:36:34.167 INFO O| Dec 14 00:36:34.167 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8750 | 2024-12-14T00:36:35.884Z | [ host-image] Dec 14 00:36:34.244 INFO O| Dec 14 00:36:34.244 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8751 | 2024-12-14T00:36:35.886Z | [ host-image] Dec 14 00:36:34.244 INFO O| Dec 14 00:36:34.244 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8752 | 2024-12-14T00:36:35.893Z | [ host-image] Dec 14 00:36:34.254 INFO O| Dec 14 00:36:34.253 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8753 | 2024-12-14T00:36:35.900Z | [ host-image] Dec 14 00:36:34.261 INFO O| Dec 14 00:36:34.261 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8754 | 2024-12-14T00:36:35.911Z | [ host-image] Dec 14 00:36:34.271 INFO O| Dec 14 00:36:34.271 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8755 | 2024-12-14T00:36:36.489Z | [ host-image] Dec 14 00:36:34.849 INFO O| Dec 14 00:36:34.849 INFO rolled back to input snapshot; work may begin |
8756 | 2024-12-14T00:36:36.489Z | [ host-image] Dec 14 00:36:34.849 INFO O| Dec 14 00:36:34.849 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8757 | 2024-12-14T00:36:36.510Z | [ host-image] Dec 14 00:36:34.870 INFO O| Dec 14 00:36:34.870 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8758 | 2024-12-14T00:36:36.529Z | [ recovery-image] Dec 14 00:36:34.889 INFO E| Finished `release` profile [optimized] target(s) in 1m 03s |
8759 | 2024-12-14T00:36:36.540Z | [ host-image] Dec 14 00:36:34.901 INFO O| Dec 14 00:36:34.900 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8760 | 2024-12-14T00:36:36.560Z | [ recovery-image] Dec 14 00:36:34.920 INFO building host image... |
8761 | 2024-12-14T00:36:36.562Z | [ recovery-image] Dec 14 00:36:34.921 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") |
8762 | 2024-12-14T00:36:36.860Z | [ host-image] Dec 14 00:36:35.220 INFO O| Dec 14 00:36:35.220 INFO STEP 0 (remove_files) COMPLETE |
8763 | 2024-12-14T00:36:36.860Z | [ host-image] Dec 14 00:36:35.220 INFO O| Dec 14 00:36:35.220 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8764 | 2024-12-14T00:36:36.893Z | [ host-image] Dec 14 00:36:35.253 INFO O| Dec 14 00:36:35.253 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8765 | 2024-12-14T00:36:36.895Z | [ host-image] Dec 14 00:36:35.256 INFO O| Dec 14 00:36:35.256 INFO STEP 1 (remove_files) COMPLETE |
8766 | 2024-12-14T00:36:36.898Z | [ host-image] Dec 14 00:36:35.256 INFO O| Dec 14 00:36:35.256 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8767 | 2024-12-14T00:36:36.913Z | [ host-image] Dec 14 00:36:35.273 INFO O| Dec 14 00:36:35.273 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8768 | 2024-12-14T00:36:36.940Z | [ host-image] Dec 14 00:36:35.300 INFO O| Dec 14 00:36:35.300 INFO STEP 2 (remove_files) COMPLETE |
8769 | 2024-12-14T00:36:36.940Z | [ host-image] Dec 14 00:36:35.300 INFO O| Dec 14 00:36:35.300 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8770 | 2024-12-14T00:36:36.971Z | [ host-image] Dec 14 00:36:35.331 INFO O| Dec 14 00:36:35.331 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8771 | 2024-12-14T00:36:36.975Z | [ host-image] Dec 14 00:36:35.334 INFO O| Dec 14 00:36:35.334 INFO STEP 3 (remove_files) COMPLETE |
8772 | 2024-12-14T00:36:36.975Z | [ host-image] Dec 14 00:36:35.335 INFO O| Dec 14 00:36:35.334 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8773 | 2024-12-14T00:36:37.013Z | [ host-image] Dec 14 00:36:35.373 INFO O| Dec 14 00:36:35.373 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8774 | 2024-12-14T00:36:37.020Z | [ host-image] Dec 14 00:36:35.381 INFO O| Dec 14 00:36:35.380 INFO STEP 4 (remove_files) COMPLETE |
8775 | 2024-12-14T00:36:37.023Z | [ host-image] Dec 14 00:36:35.381 INFO O| Dec 14 00:36:35.381 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8776 | 2024-12-14T00:36:37.040Z | [ host-image] Dec 14 00:36:35.400 INFO O| Dec 14 00:36:35.400 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8777 | 2024-12-14T00:36:37.045Z | [ host-image] Dec 14 00:36:35.406 INFO O| Dec 14 00:36:35.406 INFO STEP 5 (remove_files) COMPLETE |
8778 | 2024-12-14T00:36:37.048Z | [ host-image] Dec 14 00:36:35.406 INFO O| Dec 14 00:36:35.406 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8779 | 2024-12-14T00:36:37.082Z | [ host-image] Dec 14 00:36:35.442 INFO O| Dec 14 00:36:35.442 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8780 | 2024-12-14T00:36:37.103Z | [ host-image] Dec 14 00:36:35.463 INFO O| Dec 14 00:36:35.463 INFO STEP 6 (remove_files) COMPLETE |
8781 | 2024-12-14T00:36:37.103Z | [ host-image] Dec 14 00:36:35.463 INFO O| Dec 14 00:36:35.463 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8782 | 2024-12-14T00:36:37.133Z | [ host-image] Dec 14 00:36:35.494 INFO O| Dec 14 00:36:35.494 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8783 | 2024-12-14T00:36:37.159Z | [ host-image] Dec 14 00:36:35.518 INFO O| Dec 14 00:36:35.518 INFO STEP 7 (remove_files) COMPLETE |
8784 | 2024-12-14T00:36:37.159Z | [ host-image] Dec 14 00:36:35.518 INFO O| Dec 14 00:36:35.518 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8785 | 2024-12-14T00:36:37.177Z | [ host-image] Dec 14 00:36:35.537 INFO O| Dec 14 00:36:35.537 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8786 | 2024-12-14T00:36:37.347Z | [ host-image] Dec 14 00:36:35.707 INFO O| Dec 14 00:36:35.707 INFO STEP 8 (remove_files) COMPLETE |
8787 | 2024-12-14T00:36:37.350Z | [ host-image] Dec 14 00:36:35.707 INFO O| Dec 14 00:36:35.707 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8788 | 2024-12-14T00:36:37.365Z | [ host-image] Dec 14 00:36:35.726 INFO O| Dec 14 00:36:35.725 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8789 | 2024-12-14T00:36:37.446Z | [ recovery-image] Dec 14 00:36:35.806 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8790 | 2024-12-14T00:36:37.517Z | [ host-image] Dec 14 00:36:35.877 INFO O| Dec 14 00:36:35.877 INFO STEP 9 (remove_files) COMPLETE |
8791 | 2024-12-14T00:36:37.517Z | [ host-image] Dec 14 00:36:35.877 INFO O| Dec 14 00:36:35.877 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8792 | 2024-12-14T00:36:37.536Z | [ host-image] Dec 14 00:36:35.896 INFO O| Dec 14 00:36:35.896 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8793 | 2024-12-14T00:36:37.541Z | [ host-image] Dec 14 00:36:35.901 INFO O| Dec 14 00:36:35.901 INFO STEP 10 (remove_files) COMPLETE |
8794 | 2024-12-14T00:36:37.541Z | [ host-image] Dec 14 00:36:35.901 INFO O| Dec 14 00:36:35.901 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8795 | 2024-12-14T00:36:37.575Z | [ host-image] Dec 14 00:36:35.935 INFO O| Dec 14 00:36:35.935 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8796 | 2024-12-14T00:36:37.578Z | [ host-image] Dec 14 00:36:35.937 INFO O| Dec 14 00:36:35.937 INFO STEP 11 (remove_files) COMPLETE |
8797 | 2024-12-14T00:36:37.578Z | [ host-image] Dec 14 00:36:35.937 INFO O| Dec 14 00:36:35.937 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8798 | 2024-12-14T00:36:37.595Z | [ host-image] Dec 14 00:36:35.956 INFO O| Dec 14 00:36:35.955 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8799 | 2024-12-14T00:36:37.598Z | [ host-image] Dec 14 00:36:35.958 INFO O| Dec 14 00:36:35.958 INFO STEP 12 (remove_files) COMPLETE |
8800 | 2024-12-14T00:36:37.598Z | [ host-image] Dec 14 00:36:35.958 INFO O| Dec 14 00:36:35.958 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8801 | 2024-12-14T00:36:37.759Z | [ host-image] Dec 14 00:36:36.119 INFO O| Dec 14 00:36:36.119 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8802 | 2024-12-14T00:36:37.829Z | [ host-image] Dec 14 00:36:36.189 INFO O| Dec 14 00:36:36.189 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8803 | 2024-12-14T00:36:37.831Z | [ host-image] Dec 14 00:36:36.191 INFO O| Dec 14 00:36:36.191 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8804 | 2024-12-14T00:36:37.835Z | [ host-image] Dec 14 00:36:36.195 INFO O| Dec 14 00:36:36.195 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8805 | 2024-12-14T00:36:38.237Z | [ host-image] Dec 14 00:36:36.597 INFO O| Dec 14 00:36:36.597 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8806 | 2024-12-14T00:36:38.256Z | [ host-image] Dec 14 00:36:36.616 INFO O| Dec 14 00:36:36.616 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8807 | 2024-12-14T00:36:38.257Z | [ host-image] Dec 14 00:36:36.617 INFO O| Dec 14 00:36:36.617 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8808 | 2024-12-14T00:36:38.259Z | [ host-image] Dec 14 00:36:36.617 INFO O| Dec 14 00:36:36.617 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8809 | 2024-12-14T00:36:38.259Z | [ host-image] Dec 14 00:36:36.617 INFO O| Dec 14 00:36:36.617 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8810 | 2024-12-14T00:36:38.260Z | [ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8811 | 2024-12-14T00:36:38.260Z | [ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8812 | 2024-12-14T00:36:38.260Z | [ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8813 | 2024-12-14T00:36:38.260Z | [ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8814 | 2024-12-14T00:36:38.260Z | [ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8815 | 2024-12-14T00:36:38.260Z | [ host-image] Dec 14 00:36:36.618 INFO O| Dec 14 00:36:36.618 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8816 | 2024-12-14T00:36:38.260Z | [ host-image] Dec 14 00:36:36.619 INFO O| Dec 14 00:36:36.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8817 | 2024-12-14T00:36:38.260Z | [ host-image] Dec 14 00:36:36.619 INFO O| Dec 14 00:36:36.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8818 | 2024-12-14T00:36:38.260Z | [ host-image] Dec 14 00:36:36.619 INFO O| Dec 14 00:36:36.619 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8819 | 2024-12-14T00:36:38.281Z | [ host-image] Dec 14 00:36:36.641 INFO O| Dec 14 00:36:36.641 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8820 | 2024-12-14T00:36:38.284Z | [ host-image] Dec 14 00:36:36.641 INFO O| Dec 14 00:36:36.641 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8821 | 2024-12-14T00:36:38.284Z | [ host-image] Dec 14 00:36:36.641 INFO O| Dec 14 00:36:36.641 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8822 | 2024-12-14T00:36:38.301Z | [ host-image] Dec 14 00:36:36.661 INFO O| Dec 14 00:36:36.661 INFO STEP 13 (remove_files) COMPLETE |
8823 | 2024-12-14T00:36:38.301Z | [ host-image] Dec 14 00:36:36.661 INFO O| Dec 14 00:36:36.661 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8824 | 2024-12-14T00:36:38.336Z | [ host-image] Dec 14 00:36:36.696 INFO O| Dec 14 00:36:36.696 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8825 | 2024-12-14T00:36:38.339Z | [ host-image] Dec 14 00:36:36.698 INFO O| Dec 14 00:36:36.698 INFO STEP 14 (remove_files) COMPLETE |
8826 | 2024-12-14T00:36:38.339Z | [ host-image] Dec 14 00:36:36.698 INFO O| Dec 14 00:36:36.698 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8827 | 2024-12-14T00:36:38.398Z | [ host-image] Dec 14 00:36:36.758 INFO O| Dec 14 00:36:36.758 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8828 | 2024-12-14T00:36:38.408Z | [ host-image] Dec 14 00:36:36.768 INFO O| Dec 14 00:36:36.768 INFO STEP 15 (remove_files) COMPLETE |
8829 | 2024-12-14T00:36:38.408Z | [ host-image] Dec 14 00:36:36.768 INFO O| Dec 14 00:36:36.768 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8830 | 2024-12-14T00:36:38.426Z | [ host-image] Dec 14 00:36:36.786 INFO O| Dec 14 00:36:36.786 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8831 | 2024-12-14T00:36:38.428Z | [ host-image] Dec 14 00:36:36.786 INFO O| Dec 14 00:36:36.786 INFO STEP 16 (remove_files) COMPLETE |
8832 | 2024-12-14T00:36:38.429Z | [ host-image] Dec 14 00:36:36.786 INFO O| Dec 14 00:36:36.786 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8833 | 2024-12-14T00:36:38.487Z | [ host-image] Dec 14 00:36:36.847 INFO O| Dec 14 00:36:36.846 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8834 | 2024-12-14T00:36:38.490Z | [ host-image] Dec 14 00:36:36.849 INFO O| Dec 14 00:36:36.849 INFO STEP 17 (remove_files) COMPLETE |
8835 | 2024-12-14T00:36:38.490Z | [ host-image] Dec 14 00:36:36.849 INFO O| Dec 14 00:36:36.849 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8836 | 2024-12-14T00:36:38.519Z | [ host-image] Dec 14 00:36:36.879 INFO O| Dec 14 00:36:36.879 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8837 | 2024-12-14T00:36:38.519Z | [ host-image] Dec 14 00:36:36.879 INFO O| Dec 14 00:36:36.879 INFO STEP 18 (remove_files) COMPLETE |
8838 | 2024-12-14T00:36:38.522Z | [ host-image] Dec 14 00:36:36.879 INFO O| Dec 14 00:36:36.879 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8839 | 2024-12-14T00:36:38.540Z | [ host-image] Dec 14 00:36:36.900 INFO O| Dec 14 00:36:36.899 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8840 | 2024-12-14T00:36:38.540Z | [ host-image] Dec 14 00:36:36.900 INFO O| Dec 14 00:36:36.900 INFO STEP 19 (remove_files) COMPLETE |
8841 | 2024-12-14T00:36:38.540Z | [ host-image] Dec 14 00:36:36.900 INFO O| Dec 14 00:36:36.900 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8842 | 2024-12-14T00:36:38.591Z | [ host-image] Dec 14 00:36:36.951 INFO O| Dec 14 00:36:36.951 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8843 | 2024-12-14T00:36:38.591Z | [ host-image] Dec 14 00:36:36.951 INFO O| Dec 14 00:36:36.951 INFO STEP 20 (remove_files) COMPLETE |
8844 | 2024-12-14T00:36:38.595Z | [ host-image] Dec 14 00:36:36.951 INFO O| Dec 14 00:36:36.951 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8845 | 2024-12-14T00:36:38.638Z | [ host-image] Dec 14 00:36:36.998 INFO O| Dec 14 00:36:36.998 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8846 | 2024-12-14T00:36:38.638Z | [ host-image] Dec 14 00:36:36.998 INFO O| Dec 14 00:36:36.998 INFO STEP 21 (remove_files) COMPLETE |
8847 | 2024-12-14T00:36:38.641Z | [ host-image] Dec 14 00:36:36.998 INFO O| Dec 14 00:36:36.998 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8848 | 2024-12-14T00:36:38.661Z | [ host-image] Dec 14 00:36:37.021 INFO O| Dec 14 00:36:37.021 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8849 | 2024-12-14T00:36:38.661Z | [ host-image] Dec 14 00:36:37.021 INFO O| Dec 14 00:36:37.021 INFO STEP 22 (remove_files) COMPLETE |
8850 | 2024-12-14T00:36:38.664Z | [ host-image] Dec 14 00:36:37.021 INFO O| Dec 14 00:36:37.021 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8851 | 2024-12-14T00:36:38.680Z | [ host-image] Dec 14 00:36:37.040 INFO O| Dec 14 00:36:37.039 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8852 | 2024-12-14T00:36:38.680Z | [ host-image] Dec 14 00:36:37.040 INFO O| Dec 14 00:36:37.040 INFO STEP 23 (remove_files) COMPLETE |
8853 | 2024-12-14T00:36:38.683Z | [ host-image] Dec 14 00:36:37.040 INFO O| Dec 14 00:36:37.040 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8854 | 2024-12-14T00:36:38.698Z | [ host-image] Dec 14 00:36:37.058 INFO O| Dec 14 00:36:37.058 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8855 | 2024-12-14T00:36:38.701Z | [ host-image] Dec 14 00:36:37.058 INFO O| Dec 14 00:36:37.058 INFO STEP 24 (remove_files) COMPLETE |
8856 | 2024-12-14T00:36:38.701Z | [ host-image] Dec 14 00:36:37.058 INFO O| Dec 14 00:36:37.058 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8857 | 2024-12-14T00:36:38.716Z | [ host-image] Dec 14 00:36:37.076 INFO O| Dec 14 00:36:37.076 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8858 | 2024-12-14T00:36:38.716Z | [ host-image] Dec 14 00:36:37.077 INFO O| Dec 14 00:36:37.076 INFO STEP 25 (remove_files) COMPLETE |
8859 | 2024-12-14T00:36:38.719Z | [ host-image] Dec 14 00:36:37.077 INFO O| Dec 14 00:36:37.076 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8860 | 2024-12-14T00:36:38.749Z | [ host-image] Dec 14 00:36:37.109 INFO O| Dec 14 00:36:37.109 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8861 | 2024-12-14T00:36:38.752Z | [ host-image] Dec 14 00:36:37.109 INFO O| Dec 14 00:36:37.109 INFO STEP 26 (remove_files) COMPLETE |
8862 | 2024-12-14T00:36:38.752Z | [ host-image] Dec 14 00:36:37.109 INFO O| Dec 14 00:36:37.109 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8863 | 2024-12-14T00:36:38.784Z | [ host-image] Dec 14 00:36:37.144 INFO O| Dec 14 00:36:37.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8864 | 2024-12-14T00:36:38.785Z | [ host-image] Dec 14 00:36:37.144 INFO O| Dec 14 00:36:37.144 INFO STEP 27 (remove_files) COMPLETE |
8865 | 2024-12-14T00:36:38.788Z | [ host-image] Dec 14 00:36:37.144 INFO O| Dec 14 00:36:37.144 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8866 | 2024-12-14T00:36:38.801Z | [ host-image] Dec 14 00:36:37.161 INFO O| Dec 14 00:36:37.160 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8867 | 2024-12-14T00:36:38.801Z | [ host-image] Dec 14 00:36:37.161 INFO O| Dec 14 00:36:37.161 INFO STEP 28 (remove_files) COMPLETE |
8868 | 2024-12-14T00:36:38.804Z | [ host-image] Dec 14 00:36:37.161 INFO O| Dec 14 00:36:37.161 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8869 | 2024-12-14T00:36:38.852Z | [ host-image] Dec 14 00:36:37.212 INFO O| Dec 14 00:36:37.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8870 | 2024-12-14T00:36:38.855Z | [ host-image] Dec 14 00:36:37.212 INFO O| Dec 14 00:36:37.212 INFO STEP 29 (remove_files) COMPLETE |
8871 | 2024-12-14T00:36:38.855Z | [ host-image] Dec 14 00:36:37.212 INFO O| Dec 14 00:36:37.212 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8872 | 2024-12-14T00:36:38.871Z | [ host-image] Dec 14 00:36:37.231 INFO O| Dec 14 00:36:37.230 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8873 | 2024-12-14T00:36:38.874Z | [ host-image] Dec 14 00:36:37.231 INFO O| Dec 14 00:36:37.231 INFO STEP 30 (remove_files) COMPLETE |
8874 | 2024-12-14T00:36:38.874Z | [ host-image] Dec 14 00:36:37.231 INFO O| Dec 14 00:36:37.231 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8875 | 2024-12-14T00:36:38.888Z | [ host-image] Dec 14 00:36:37.248 INFO O| Dec 14 00:36:37.248 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8876 | 2024-12-14T00:36:38.888Z | [ host-image] Dec 14 00:36:37.248 INFO O| Dec 14 00:36:37.248 INFO STEP 31 (remove_files) COMPLETE |
8877 | 2024-12-14T00:36:38.891Z | [ host-image] Dec 14 00:36:37.248 INFO O| Dec 14 00:36:37.248 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8878 | 2024-12-14T00:36:38.905Z | [ host-image] Dec 14 00:36:37.264 INFO O| Dec 14 00:36:37.264 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8879 | 2024-12-14T00:36:38.905Z | [ host-image] Dec 14 00:36:37.265 INFO O| Dec 14 00:36:37.264 INFO STEP 32 (remove_files) COMPLETE |
8880 | 2024-12-14T00:36:38.908Z | [ host-image] Dec 14 00:36:37.265 INFO O| Dec 14 00:36:37.265 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8881 | 2024-12-14T00:36:38.922Z | [ host-image] Dec 14 00:36:37.282 INFO O| Dec 14 00:36:37.282 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8882 | 2024-12-14T00:36:38.922Z | [ host-image] Dec 14 00:36:37.282 INFO O| Dec 14 00:36:37.282 INFO STEP 33 (remove_files) COMPLETE |
8883 | 2024-12-14T00:36:38.922Z | [ host-image] Dec 14 00:36:37.282 INFO O| Dec 14 00:36:37.282 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8884 | 2024-12-14T00:36:38.938Z | [ host-image] Dec 14 00:36:37.298 INFO O| Dec 14 00:36:37.298 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8885 | 2024-12-14T00:36:38.941Z | [ host-image] Dec 14 00:36:37.298 INFO O| Dec 14 00:36:37.298 INFO STEP 34 (remove_files) COMPLETE |
8886 | 2024-12-14T00:36:38.941Z | [ host-image] Dec 14 00:36:37.298 INFO O| Dec 14 00:36:37.298 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8887 | 2024-12-14T00:36:38.961Z | [ host-image] Dec 14 00:36:37.321 INFO O| Dec 14 00:36:37.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8888 | 2024-12-14T00:36:38.961Z | [ host-image] Dec 14 00:36:37.321 INFO O| Dec 14 00:36:37.321 INFO STEP 35 (remove_files) COMPLETE |
8889 | 2024-12-14T00:36:38.961Z | [ host-image] Dec 14 00:36:37.321 INFO O| Dec 14 00:36:37.321 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8890 | 2024-12-14T00:36:39.002Z | [ host-image] Dec 14 00:36:37.360 INFO O| Dec 14 00:36:37.360 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8891 | 2024-12-14T00:36:39.002Z | [ host-image] Dec 14 00:36:37.360 INFO O| Dec 14 00:36:37.360 INFO STEP 36 (remove_files) COMPLETE |
8892 | 2024-12-14T00:36:39.005Z | [ host-image] Dec 14 00:36:37.361 INFO O| Dec 14 00:36:37.360 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8893 | 2024-12-14T00:36:39.056Z | [ host-image] Dec 14 00:36:37.415 INFO O| Dec 14 00:36:37.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8894 | 2024-12-14T00:36:39.056Z | [ host-image] Dec 14 00:36:37.415 INFO O| Dec 14 00:36:37.415 INFO STEP 37 (remove_files) COMPLETE |
8895 | 2024-12-14T00:36:39.057Z | [ host-image] Dec 14 00:36:37.415 INFO O| Dec 14 00:36:37.415 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8896 | 2024-12-14T00:36:39.074Z | [ host-image] Dec 14 00:36:37.433 INFO O| Dec 14 00:36:37.433 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8897 | 2024-12-14T00:36:39.075Z | [ host-image] Dec 14 00:36:37.434 INFO O| Dec 14 00:36:37.433 INFO STEP 38 (remove_files) COMPLETE |
8898 | 2024-12-14T00:36:39.075Z | [ host-image] Dec 14 00:36:37.434 INFO O| Dec 14 00:36:37.434 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8899 | 2024-12-14T00:36:39.092Z | [ host-image] Dec 14 00:36:37.451 INFO O| Dec 14 00:36:37.451 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8900 | 2024-12-14T00:36:39.092Z | [ host-image] Dec 14 00:36:37.451 INFO O| Dec 14 00:36:37.451 INFO STEP 39 (remove_files) COMPLETE |
8901 | 2024-12-14T00:36:39.092Z | [ host-image] Dec 14 00:36:37.451 INFO O| Dec 14 00:36:37.451 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8902 | 2024-12-14T00:36:39.110Z | [ host-image] Dec 14 00:36:37.469 INFO O| Dec 14 00:36:37.469 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8903 | 2024-12-14T00:36:39.110Z | [ host-image] Dec 14 00:36:37.469 INFO O| Dec 14 00:36:37.469 INFO STEP 40 (remove_files) COMPLETE |
8904 | 2024-12-14T00:36:39.110Z | [ host-image] Dec 14 00:36:37.469 INFO O| Dec 14 00:36:37.469 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8905 | 2024-12-14T00:36:39.128Z | [ host-image] Dec 14 00:36:37.487 INFO O| Dec 14 00:36:37.487 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8906 | 2024-12-14T00:36:39.128Z | [ host-image] Dec 14 00:36:37.487 INFO O| Dec 14 00:36:37.487 INFO STEP 41 (remove_files) COMPLETE |
8907 | 2024-12-14T00:36:39.128Z | [ host-image] Dec 14 00:36:37.487 INFO O| Dec 14 00:36:37.487 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8908 | 2024-12-14T00:36:39.145Z | [ host-image] Dec 14 00:36:37.505 INFO O| Dec 14 00:36:37.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8909 | 2024-12-14T00:36:39.148Z | [ host-image] Dec 14 00:36:37.505 INFO O| Dec 14 00:36:37.505 INFO STEP 42 (remove_files) COMPLETE |
8910 | 2024-12-14T00:36:39.148Z | [ host-image] Dec 14 00:36:37.506 INFO O| Dec 14 00:36:37.505 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8911 | 2024-12-14T00:36:39.163Z | [ host-image] Dec 14 00:36:37.523 INFO O| Dec 14 00:36:37.523 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8912 | 2024-12-14T00:36:39.164Z | [ host-image] Dec 14 00:36:37.523 INFO O| Dec 14 00:36:37.523 INFO STEP 43 (remove_files) COMPLETE |
8913 | 2024-12-14T00:36:39.164Z | [ host-image] Dec 14 00:36:37.523 INFO O| Dec 14 00:36:37.523 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8914 | 2024-12-14T00:36:39.181Z | [ host-image] Dec 14 00:36:37.541 INFO O| Dec 14 00:36:37.541 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8915 | 2024-12-14T00:36:39.181Z | [ host-image] Dec 14 00:36:37.541 INFO O| Dec 14 00:36:37.541 INFO STEP 44 (remove_files) COMPLETE |
8916 | 2024-12-14T00:36:39.181Z | [ host-image] Dec 14 00:36:37.541 INFO O| Dec 14 00:36:37.541 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8917 | 2024-12-14T00:36:39.199Z | [ host-image] Dec 14 00:36:37.559 INFO O| Dec 14 00:36:37.559 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8918 | 2024-12-14T00:36:39.199Z | [ host-image] Dec 14 00:36:37.559 INFO O| Dec 14 00:36:37.559 INFO STEP 45 (remove_files) COMPLETE |
8919 | 2024-12-14T00:36:39.199Z | [ host-image] Dec 14 00:36:37.559 INFO O| Dec 14 00:36:37.559 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8920 | 2024-12-14T00:36:39.217Z | [ host-image] Dec 14 00:36:37.576 INFO O| Dec 14 00:36:37.576 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8921 | 2024-12-14T00:36:39.217Z | [ host-image] Dec 14 00:36:37.576 INFO O| Dec 14 00:36:37.576 INFO STEP 46 (remove_files) COMPLETE |
8922 | 2024-12-14T00:36:39.217Z | [ host-image] Dec 14 00:36:37.576 INFO O| Dec 14 00:36:37.576 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8923 | 2024-12-14T00:36:39.235Z | [ host-image] Dec 14 00:36:37.594 INFO O| Dec 14 00:36:37.594 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8924 | 2024-12-14T00:36:39.238Z | [ host-image] Dec 14 00:36:37.594 INFO O| Dec 14 00:36:37.594 INFO STEP 47 (remove_files) COMPLETE |
8925 | 2024-12-14T00:36:39.238Z | [ host-image] Dec 14 00:36:37.594 INFO O| Dec 14 00:36:37.594 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8926 | 2024-12-14T00:36:39.265Z | [ host-image] Dec 14 00:36:37.624 INFO O| Dec 14 00:36:37.624 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8927 | 2024-12-14T00:36:39.265Z | [ host-image] Dec 14 00:36:37.624 INFO O| Dec 14 00:36:37.624 INFO STEP 48 (remove_files) COMPLETE |
8928 | 2024-12-14T00:36:39.268Z | [ host-image] Dec 14 00:36:37.624 INFO O| Dec 14 00:36:37.624 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8929 | 2024-12-14T00:36:39.303Z | [ host-image] Dec 14 00:36:37.663 INFO O| Dec 14 00:36:37.663 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8930 | 2024-12-14T00:36:39.303Z | [ host-image] Dec 14 00:36:37.663 INFO O| Dec 14 00:36:37.663 INFO STEP 49 (remove_files) COMPLETE |
8931 | 2024-12-14T00:36:39.303Z | [ host-image] Dec 14 00:36:37.663 INFO O| Dec 14 00:36:37.663 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8932 | 2024-12-14T00:36:39.340Z | [ host-image] Dec 14 00:36:37.699 INFO O| Dec 14 00:36:37.699 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8933 | 2024-12-14T00:36:39.340Z | [ host-image] Dec 14 00:36:37.699 INFO O| Dec 14 00:36:37.699 INFO STEP 50 (remove_files) COMPLETE |
8934 | 2024-12-14T00:36:39.343Z | [ host-image] Dec 14 00:36:37.699 INFO O| Dec 14 00:36:37.699 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8935 | 2024-12-14T00:36:39.357Z | [ host-image] Dec 14 00:36:37.717 INFO O| Dec 14 00:36:37.717 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8936 | 2024-12-14T00:36:39.357Z | [ host-image] Dec 14 00:36:37.717 INFO O| Dec 14 00:36:37.717 INFO STEP 51 (remove_files) COMPLETE |
8937 | 2024-12-14T00:36:39.360Z | [ host-image] Dec 14 00:36:37.717 INFO O| Dec 14 00:36:37.717 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8938 | 2024-12-14T00:36:39.388Z | [ host-image] Dec 14 00:36:37.747 INFO O| Dec 14 00:36:37.747 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8939 | 2024-12-14T00:36:39.390Z | [ host-image] Dec 14 00:36:37.747 INFO O| Dec 14 00:36:37.747 INFO STEP 52 (remove_files) COMPLETE |
8940 | 2024-12-14T00:36:39.390Z | [ host-image] Dec 14 00:36:37.748 INFO O| Dec 14 00:36:37.747 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8941 | 2024-12-14T00:36:39.408Z | [ host-image] Dec 14 00:36:37.768 INFO O| Dec 14 00:36:37.768 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8942 | 2024-12-14T00:36:39.412Z | [ host-image] Dec 14 00:36:37.768 INFO O| Dec 14 00:36:37.768 INFO STEP 53 (remove_files) COMPLETE |
8943 | 2024-12-14T00:36:39.412Z | [ host-image] Dec 14 00:36:37.768 INFO O| Dec 14 00:36:37.768 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8944 | 2024-12-14T00:36:39.442Z | [ host-image] Dec 14 00:36:37.802 INFO O| Dec 14 00:36:37.802 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8945 | 2024-12-14T00:36:39.445Z | [ host-image] Dec 14 00:36:37.802 INFO O| Dec 14 00:36:37.802 INFO STEP 54 (remove_files) COMPLETE |
8946 | 2024-12-14T00:36:39.445Z | [ host-image] Dec 14 00:36:37.802 INFO O| Dec 14 00:36:37.802 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8947 | 2024-12-14T00:36:39.463Z | [ host-image] Dec 14 00:36:37.823 INFO O| Dec 14 00:36:37.823 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8948 | 2024-12-14T00:36:39.463Z | [ host-image] Dec 14 00:36:37.823 INFO O| Dec 14 00:36:37.823 INFO STEP 55 (remove_files) COMPLETE |
8949 | 2024-12-14T00:36:39.466Z | [ host-image] Dec 14 00:36:37.823 INFO O| Dec 14 00:36:37.823 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8950 | 2024-12-14T00:36:39.481Z | [ host-image] Dec 14 00:36:37.841 INFO O| Dec 14 00:36:37.841 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8951 | 2024-12-14T00:36:39.481Z | [ host-image] Dec 14 00:36:37.841 INFO O| Dec 14 00:36:37.841 INFO STEP 56 (remove_files) COMPLETE |
8952 | 2024-12-14T00:36:39.484Z | [ host-image] Dec 14 00:36:37.841 INFO O| Dec 14 00:36:37.841 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8953 | 2024-12-14T00:36:39.513Z | [ host-image] Dec 14 00:36:37.873 INFO O| Dec 14 00:36:37.873 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8954 | 2024-12-14T00:36:39.513Z | [ host-image] Dec 14 00:36:37.873 INFO O| Dec 14 00:36:37.873 INFO STEP 57 (remove_files) COMPLETE |
8955 | 2024-12-14T00:36:39.513Z | [ host-image] Dec 14 00:36:37.873 INFO O| Dec 14 00:36:37.873 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8956 | 2024-12-14T00:36:39.576Z | [ host-image] Dec 14 00:36:37.935 INFO O| Dec 14 00:36:37.935 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8957 | 2024-12-14T00:36:39.576Z | [ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.935 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8958 | 2024-12-14T00:36:39.578Z | [ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.936 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8959 | 2024-12-14T00:36:39.578Z | [ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.936 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8960 | 2024-12-14T00:36:39.578Z | [ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.936 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8961 | 2024-12-14T00:36:39.579Z | [ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.936 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8962 | 2024-12-14T00:36:39.579Z | [ host-image] Dec 14 00:36:37.936 INFO O| Dec 14 00:36:37.936 INFO ok! |
8963 | 2024-12-14T00:36:39.579Z | [ host-image] Dec 14 00:36:37.937 INFO O| Dec 14 00:36:37.936 INFO STEP 58 (ensure_file) COMPLETE |
8964 | 2024-12-14T00:36:39.579Z | [ host-image] Dec 14 00:36:37.937 INFO O| Dec 14 00:36:37.937 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8965 | 2024-12-14T00:36:39.599Z | [ host-image] Dec 14 00:36:37.958 INFO O| Dec 14 00:36:37.958 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8966 | 2024-12-14T00:36:39.599Z | [ host-image] Dec 14 00:36:37.958 INFO O| Dec 14 00:36:37.958 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8967 | 2024-12-14T00:36:39.602Z | [ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8968 | 2024-12-14T00:36:39.602Z | [ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8969 | 2024-12-14T00:36:39.602Z | [ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8970 | 2024-12-14T00:36:39.602Z | [ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8971 | 2024-12-14T00:36:39.602Z | [ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO ok! |
8972 | 2024-12-14T00:36:39.602Z | [ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO STEP 59 (ensure_file) COMPLETE |
8973 | 2024-12-14T00:36:39.602Z | [ host-image] Dec 14 00:36:37.959 INFO O| Dec 14 00:36:37.959 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8974 | 2024-12-14T00:36:39.635Z | [ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.994 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8975 | 2024-12-14T00:36:39.635Z | [ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.994 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8976 | 2024-12-14T00:36:39.638Z | [ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.995 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8977 | 2024-12-14T00:36:39.638Z | [ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.995 INFO ok! |
8978 | 2024-12-14T00:36:39.638Z | [ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.995 INFO STEP 60 (ensure_file) COMPLETE |
8979 | 2024-12-14T00:36:39.638Z | [ host-image] Dec 14 00:36:37.995 INFO O| Dec 14 00:36:37.995 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8980 | 2024-12-14T00:36:39.655Z | [ host-image] Dec 14 00:36:38.014 INFO O| Dec 14 00:36:38.014 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8981 | 2024-12-14T00:36:39.655Z | [ host-image] Dec 14 00:36:38.015 INFO O| Dec 14 00:36:38.014 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8982 | 2024-12-14T00:36:39.658Z | [ host-image] Dec 14 00:36:38.015 INFO O| Dec 14 00:36:38.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8983 | 2024-12-14T00:36:39.658Z | [ host-image] Dec 14 00:36:38.015 INFO O| Dec 14 00:36:38.015 INFO ok! |
8984 | 2024-12-14T00:36:39.658Z | [ host-image] Dec 14 00:36:38.015 INFO O| Dec 14 00:36:38.015 INFO STEP 61 (ensure_file) COMPLETE |
8985 | 2024-12-14T00:36:39.658Z | [ host-image] Dec 14 00:36:38.015 INFO O| Dec 14 00:36:38.015 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8986 | 2024-12-14T00:36:39.675Z | [ host-image] Dec 14 00:36:38.034 INFO O| Dec 14 00:36:38.034 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8987 | 2024-12-14T00:36:39.675Z | [ host-image] Dec 14 00:36:38.034 INFO O| Dec 14 00:36:38.034 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8988 | 2024-12-14T00:36:39.677Z | [ host-image] Dec 14 00:36:38.035 INFO O| Dec 14 00:36:38.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8989 | 2024-12-14T00:36:39.677Z | [ host-image] Dec 14 00:36:38.035 INFO O| Dec 14 00:36:38.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8990 | 2024-12-14T00:36:39.677Z | [ host-image] Dec 14 00:36:38.035 INFO O| Dec 14 00:36:38.035 INFO ok! |
8991 | 2024-12-14T00:36:39.677Z | [ host-image] Dec 14 00:36:38.035 INFO O| Dec 14 00:36:38.035 INFO STEP 62 (ensure_file) COMPLETE |
8992 | 2024-12-14T00:36:39.677Z | [ host-image] Dec 14 00:36:38.035 INFO O| Dec 14 00:36:38.035 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8993 | 2024-12-14T00:36:39.708Z | [ host-image] Dec 14 00:36:38.067 INFO O| Dec 14 00:36:38.067 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8994 | 2024-12-14T00:36:39.708Z | [ host-image] Dec 14 00:36:38.067 INFO O| Dec 14 00:36:38.067 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8995 | 2024-12-14T00:36:39.711Z | [ host-image] Dec 14 00:36:38.068 INFO O| Dec 14 00:36:38.068 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8996 | 2024-12-14T00:36:39.711Z | [ host-image] Dec 14 00:36:38.068 INFO O| Dec 14 00:36:38.068 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8997 | 2024-12-14T00:36:39.711Z | [ host-image] Dec 14 00:36:38.068 INFO O| Dec 14 00:36:38.068 INFO ok! |
8998 | 2024-12-14T00:36:39.711Z | [ host-image] Dec 14 00:36:38.068 INFO O| Dec 14 00:36:38.068 INFO STEP 63 (ensure_file) COMPLETE |
8999 | 2024-12-14T00:36:39.711Z | [ host-image] Dec 14 00:36:38.068 INFO O| Dec 14 00:36:38.068 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9000 | 2024-12-14T00:36:39.748Z | [ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
9001 | 2024-12-14T00:36:39.748Z | [ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
9002 | 2024-12-14T00:36:39.750Z | [ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
9003 | 2024-12-14T00:36:39.750Z | [ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO ok! |
9004 | 2024-12-14T00:36:39.750Z | [ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO STEP 64 (assemble_files) COMPLETE |
9005 | 2024-12-14T00:36:39.750Z | [ host-image] Dec 14 00:36:38.107 INFO O| Dec 14 00:36:38.107 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9006 | 2024-12-14T00:36:39.785Z | [ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
9007 | 2024-12-14T00:36:39.785Z | [ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
9008 | 2024-12-14T00:36:39.788Z | [ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9009 | 2024-12-14T00:36:39.788Z | [ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
9010 | 2024-12-14T00:36:39.788Z | [ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO ok! |
9011 | 2024-12-14T00:36:39.788Z | [ host-image] Dec 14 00:36:38.144 INFO O| Dec 14 00:36:38.144 INFO STEP 65 (ensure_file) COMPLETE |
9012 | 2024-12-14T00:36:39.788Z | [ host-image] Dec 14 00:36:38.145 INFO O| Dec 14 00:36:38.144 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9013 | 2024-12-14T00:36:39.802Z | [ host-image] Dec 14 00:36:38.161 INFO O| Dec 14 00:36:38.161 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9014 | 2024-12-14T00:36:39.806Z | [ host-image] Dec 14 00:36:38.162 INFO O| Dec 14 00:36:38.161 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9015 | 2024-12-14T00:36:39.806Z | [ host-image] Dec 14 00:36:38.162 INFO O| Dec 14 00:36:38.161 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
9016 | 2024-12-14T00:36:39.806Z | [ host-image] Dec 14 00:36:38.162 INFO O| Dec 14 00:36:38.162 INFO STEP 66 (ensure_dir) COMPLETE |
9017 | 2024-12-14T00:36:39.806Z | [ host-image] Dec 14 00:36:38.162 INFO O| Dec 14 00:36:38.162 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9018 | 2024-12-14T00:36:39.845Z | [ host-image] Dec 14 00:36:38.204 INFO O| Dec 14 00:36:38.204 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
9019 | 2024-12-14T00:36:39.845Z | [ host-image] Dec 14 00:36:38.204 INFO O| Dec 14 00:36:38.204 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 ... |
9020 | 2024-12-14T00:36:39.856Z | [ recovery-image] Dec 14 00:36:38.215 INFO image complete! materials are in "/work/os-recovery" |
9021 | 2024-12-14T00:36:39.863Z | [ host-image] Dec 14 00:36:38.219 INFO O| Dec 14 00:36:38.219 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 |
9022 | 2024-12-14T00:36:39.863Z | [ host-image] Dec 14 00:36:38.219 INFO O| Dec 14 00:36:38.219 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
9023 | 2024-12-14T00:36:39.863Z | [ host-image] Dec 14 00:36:38.219 INFO O| Dec 14 00:36:38.219 INFO ok! |
9024 | 2024-12-14T00:36:39.863Z | [ host-image] Dec 14 00:36:38.219 INFO O| Dec 14 00:36:38.219 INFO STEP 67 (ensure_file) COMPLETE |
9025 | 2024-12-14T00:36:39.863Z | [ host-image] Dec 14 00:36:38.219 INFO O| Dec 14 00:36:38.219 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9026 | 2024-12-14T00:36:39.863Z | [ recovery-image] |
9027 | 2024-12-14T00:36:39.863Z | [ recovery-image] real 10:06.721724155 |
9028 | 2024-12-14T00:36:39.863Z | [ recovery-image] user 6:17.926759629 |
9029 | 2024-12-14T00:36:39.863Z | [ recovery-image] sys 1:04.473124825 |
9030 | 2024-12-14T00:36:39.863Z | [ recovery-image] trap 0.314273783 |
9031 | 2024-12-14T00:36:39.863Z | [ recovery-image] tflt 0.443555610 |
9032 | 2024-12-14T00:36:39.867Z | [ recovery-image] dflt 4.269150277 |
9033 | 2024-12-14T00:36:39.867Z | [ recovery-image] kflt 0.001342747 |
9034 | 2024-12-14T00:36:39.867Z | [ recovery-image] lock 23:30.266425480 |
9035 | 2024-12-14T00:36:39.867Z | [ recovery-image] slp 1:02:01.812499365 |
9036 | 2024-12-14T00:36:39.867Z | [ recovery-image] lat 4:28.167746375 |
9037 | 2024-12-14T00:36:39.867Z | [ recovery-image] stop 12.574129777 |
9038 | 2024-12-14T00:36:39.867Z | Dec 14 00:36:38.223 INFO [recovery-image] process exited with exit status: 0 (606.748117335s) |
9039 | 2024-12-14T00:36:39.896Z | [ host-image] Dec 14 00:36:38.255 INFO O| Dec 14 00:36:38.255 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
9040 | 2024-12-14T00:36:39.896Z | [ host-image] Dec 14 00:36:38.255 INFO O| Dec 14 00:36:38.255 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 ... |
9041 | 2024-12-14T00:36:39.899Z | [ host-image] Dec 14 00:36:38.256 INFO O| Dec 14 00:36:38.256 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 |
9042 | 2024-12-14T00:36:39.899Z | [ host-image] Dec 14 00:36:38.256 INFO O| Dec 14 00:36:38.256 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
9043 | 2024-12-14T00:36:39.899Z | [ host-image] Dec 14 00:36:38.256 INFO O| Dec 14 00:36:38.256 INFO ok! |
9044 | 2024-12-14T00:36:39.899Z | [ host-image] Dec 14 00:36:38.256 INFO O| Dec 14 00:36:38.256 INFO STEP 68 (ensure_file) COMPLETE |
9045 | 2024-12-14T00:36:39.899Z | [ host-image] Dec 14 00:36:38.256 INFO O| Dec 14 00:36:38.256 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
9046 | 2024-12-14T00:36:39.924Z | [ host-image] Dec 14 00:36:38.283 INFO O| Dec 14 00:36:38.283 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
9047 | 2024-12-14T00:36:39.926Z | [ host-image] Dec 14 00:36:38.283 INFO O| Dec 14 00:36:38.283 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
9048 | 2024-12-14T00:36:43.871Z | [ host-image] Dec 14 00:36:42.229 INFO O| Dec 14 00:36:42.229 INFO STEP 69 (pack_tar) COMPLETE |
9049 | 2024-12-14T00:36:43.871Z | [ host-image] Dec 14 00:36:42.229 INFO O| Dec 14 00:36:42.229 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
9050 | 2024-12-14T00:36:43.874Z | [ host-image] Dec 14 00:36:42.229 INFO O| Dec 14 00:36:42.229 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
9051 | 2024-12-14T00:36:44.317Z | [ host-image] Dec 14 00:36:42.675 INFO O| Dec 14 00:36:42.675 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
9052 | 2024-12-14T00:36:44.451Z | [ host-image] Dec 14 00:36:42.809 INFO O| Dec 14 00:36:42.809 INFO completed processing gimlet/ramdisk-02-trim |
9053 | 2024-12-14T00:36:44.453Z | [ host-image] Dec 14 00:36:42.812 INFO image builder template: zfs... |
9054 | 2024-12-14T00:36:44.456Z | [ host-image] Dec 14 00:36:42.812 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/.tmpAGvK53/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.34.311", "-n", "zfs"], pwd: None |
9055 | 2024-12-14T00:36:44.477Z | [ host-image] Dec 14 00:36:42.835 INFO O| Dec 14 00:36:42.835 INFO skip include "stress" because feature "stress" is not enabled |
9056 | 2024-12-14T00:36:44.549Z | [ host-image] Dec 14 00:36:42.907 INFO O| Dec 14 00:36:42.907 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
9057 | 2024-12-14T00:36:44.591Z | [ host-image] Dec 14 00:36:42.949 INFO O| Dec 14 00:36:42.949 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9058 | 2024-12-14T00:36:44.714Z | [ host-image] Dec 14 00:36:43.072 INFO O| Dec 14 00:36:43.072 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
9059 | 2024-12-14T00:36:44.817Z | [ host-image] Dec 14 00:36:43.175 INFO O| Dec 14 00:36:43.175 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
9060 | 2024-12-14T00:36:44.817Z | [ host-image] Dec 14 00:36:43.175 INFO O| Dec 14 00:36:43.175 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
9061 | 2024-12-14T00:36:44.825Z | [ host-image] Dec 14 00:36:43.183 INFO O| Dec 14 00:36:43.183 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
9062 | 2024-12-14T00:36:44.949Z | [ host-image] Dec 14 00:36:43.307 INFO O| Dec 14 00:36:43.307 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
9063 | 2024-12-14T00:36:45.021Z | [ host-image] Dec 14 00:36:43.379 INFO O| Dec 14 00:36:43.379 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
9064 | 2024-12-14T00:36:45.047Z | [ host-image] Dec 14 00:36:43.405 INFO O| Dec 14 00:36:43.405 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9065 | 2024-12-14T00:36:45.055Z | [ host-image] Dec 14 00:36:43.414 INFO O| Dec 14 00:36:43.414 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
9066 | 2024-12-14T00:36:45.058Z | [ host-image] Dec 14 00:36:43.414 INFO O| Dec 14 00:36:43.414 INFO no lofi found |
9067 | 2024-12-14T00:36:45.058Z | [ host-image] Dec 14 00:36:43.414 INFO O| Dec 14 00:36:43.414 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
9068 | 2024-12-14T00:36:45.059Z | [ host-image] Dec 14 00:36:43.414 INFO O| Dec 14 00:36:43.414 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
9069 | 2024-12-14T00:36:46.653Z | [ host-image] Dec 14 00:36:45.011 INFO O| Dec 14 00:36:45.011 INFO lofi device = /dev/dsk/c2t1d0p0 |
9070 | 2024-12-14T00:36:46.653Z | [ host-image] Dec 14 00:36:45.011 INFO O| Dec 14 00:36:45.011 INFO pool device = /dev/dsk/c2t1d0p0 |
9071 | 2024-12-14T00:36:46.656Z | [ host-image] Dec 14 00:36:45.011 INFO O| Dec 14 00:36:45.011 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
9072 | 2024-12-14T00:36:46.874Z | [ host-image] Dec 14 00:36:45.232 INFO O| Dec 14 00:36:45.232 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9073 | 2024-12-14T00:36:46.874Z | [ host-image] Dec 14 00:36:45.232 INFO O| Dec 14 00:36:45.232 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
9074 | 2024-12-14T00:36:46.907Z | [ host-image] Dec 14 00:36:45.265 INFO O| Dec 14 00:36:45.265 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
9075 | 2024-12-14T00:36:47.033Z | [ host-image] Dec 14 00:36:45.391 INFO O| Dec 14 00:36:45.391 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
9076 | 2024-12-14T00:36:47.093Z | [ host-image] Dec 14 00:36:45.451 INFO O| Dec 14 00:36:45.451 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
9077 | 2024-12-14T00:36:47.121Z | [ host-image] Dec 14 00:36:45.478 INFO O| Dec 14 00:36:45.478 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
9078 | 2024-12-14T00:36:47.142Z | [ host-image] Dec 14 00:36:45.500 INFO O| Dec 14 00:36:45.500 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
9079 | 2024-12-14T00:36:47.246Z | [ host-image] Dec 14 00:36:45.603 INFO O| Dec 14 00:36:45.603 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
9080 | 2024-12-14T00:36:47.246Z | [ host-image] Dec 14 00:36:45.604 INFO O| Dec 14 00:36:45.603 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
9081 | 2024-12-14T00:36:47.249Z | [ host-image] Dec 14 00:36:45.604 INFO O| Dec 14 00:36:45.604 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9082 | 2024-12-14T00:36:47.262Z | [ host-image] Dec 14 00:36:45.619 INFO O| Dec 14 00:36:45.619 INFO boot environment UUID: 58d103d9-24ec-420f-80a7-197011f3703d |
9083 | 2024-12-14T00:36:47.262Z | [ host-image] Dec 14 00:36:45.619 INFO O| Dec 14 00:36:45.619 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 58d103d9-24ec-420f-80a7-197011f3703d |
9084 | 2024-12-14T00:36:47.316Z | [ host-image] Dec 14 00:36:45.673 INFO O| Dec 14 00:36:45.673 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
9085 | 2024-12-14T00:36:47.358Z | [ host-image] Dec 14 00:36:45.716 INFO O| Dec 14 00:36:45.716 INFO STEP 0 (create_be) COMPLETE |
9086 | 2024-12-14T00:36:47.358Z | [ host-image] Dec 14 00:36:45.716 INFO O| Dec 14 00:36:45.716 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9087 | 2024-12-14T00:36:47.397Z | [ host-image] Dec 14 00:36:45.754 INFO O| Dec 14 00:36:45.754 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9088 | 2024-12-14T00:37:11.641Z | [ host-image] Dec 14 00:37:09.992 INFO O| Dec 14 00:37:09.992 INFO STEP 1 (unpack_tar) COMPLETE |
9089 | 2024-12-14T00:37:11.641Z | [ host-image] Dec 14 00:37:09.992 INFO O| Dec 14 00:37:09.992 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9090 | 2024-12-14T00:37:11.660Z | [ host-image] Dec 14 00:37:10.012 INFO O| Dec 14 00:37:10.012 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
9091 | 2024-12-14T00:37:12.665Z | [ host-image] Dec 14 00:37:11.016 INFO O| Dec 14 00:37:11.016 INFO STEP 2 (devfsadm) COMPLETE |
9092 | 2024-12-14T00:37:12.665Z | [ host-image] Dec 14 00:37:11.016 INFO O| Dec 14 00:37:11.016 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9093 | 2024-12-14T00:37:12.683Z | [ host-image] Dec 14 00:37:11.034 INFO O| Dec 14 00:37:11.034 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9094 | 2024-12-14T00:37:12.683Z | [ host-image] Dec 14 00:37:11.034 INFO O| Dec 14 00:37:11.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9095 | 2024-12-14T00:37:12.683Z | [ host-image] Dec 14 00:37:11.034 INFO O| Dec 14 00:37:11.034 INFO STEP 3 (ensure_dir) COMPLETE |
9096 | 2024-12-14T00:37:12.685Z | [ host-image] Dec 14 00:37:11.034 INFO O| Dec 14 00:37:11.034 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9097 | 2024-12-14T00:37:12.701Z | [ host-image] Dec 14 00:37:11.053 INFO O| Dec 14 00:37:11.053 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9098 | 2024-12-14T00:37:12.701Z | [ host-image] Dec 14 00:37:11.053 INFO O| Dec 14 00:37:11.053 INFO STEP 4 (ensure_dir) COMPLETE |
9099 | 2024-12-14T00:37:12.704Z | [ host-image] Dec 14 00:37:11.053 INFO O| Dec 14 00:37:11.053 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9100 | 2024-12-14T00:37:12.734Z | [ host-image] Dec 14 00:37:11.085 INFO O| Dec 14 00:37:11.085 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9101 | 2024-12-14T00:37:12.734Z | [ host-image] Dec 14 00:37:11.085 INFO O| Dec 14 00:37:11.085 INFO STEP 5 (ensure_dir) COMPLETE |
9102 | 2024-12-14T00:37:12.734Z | [ host-image] Dec 14 00:37:11.085 INFO O| Dec 14 00:37:11.085 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9103 | 2024-12-14T00:37:12.767Z | [ host-image] Dec 14 00:37:11.118 INFO O| Dec 14 00:37:11.118 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9104 | 2024-12-14T00:37:12.767Z | [ host-image] Dec 14 00:37:11.118 INFO O| Dec 14 00:37:11.118 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9105 | 2024-12-14T00:37:12.767Z | [ host-image] Dec 14 00:37:11.118 INFO O| Dec 14 00:37:11.118 INFO STEP 6 (ensure_dir) COMPLETE |
9106 | 2024-12-14T00:37:12.770Z | [ host-image] Dec 14 00:37:11.119 INFO O| Dec 14 00:37:11.118 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9107 | 2024-12-14T00:37:12.788Z | [ host-image] Dec 14 00:37:11.139 INFO O| Dec 14 00:37:11.139 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9108 | 2024-12-14T00:37:12.788Z | [ host-image] Dec 14 00:37:11.139 INFO O| Dec 14 00:37:11.139 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9109 | 2024-12-14T00:37:12.791Z | [ host-image] Dec 14 00:37:11.140 INFO O| Dec 14 00:37:11.139 INFO STEP 7 (ensure_dir) COMPLETE |
9110 | 2024-12-14T00:37:12.791Z | [ host-image] Dec 14 00:37:11.140 INFO O| Dec 14 00:37:11.139 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9111 | 2024-12-14T00:37:12.825Z | [ host-image] Dec 14 00:37:11.176 INFO O| Dec 14 00:37:11.176 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
9112 | 2024-12-14T00:37:12.827Z | [ host-image] Dec 14 00:37:11.177 INFO O| Dec 14 00:37:11.177 INFO STEP 8 (remove_files) COMPLETE |
9113 | 2024-12-14T00:37:12.827Z | [ host-image] Dec 14 00:37:11.177 INFO O| Dec 14 00:37:11.177 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9114 | 2024-12-14T00:37:12.861Z | [ host-image] Dec 14 00:37:11.213 INFO O| Dec 14 00:37:11.213 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
9115 | 2024-12-14T00:37:12.864Z | [ host-image] Dec 14 00:37:11.214 INFO O| Dec 14 00:37:11.214 INFO STEP 9 (remove_files) COMPLETE |
9116 | 2024-12-14T00:37:12.864Z | [ host-image] Dec 14 00:37:11.214 INFO O| Dec 14 00:37:11.214 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9117 | 2024-12-14T00:37:12.881Z | [ host-image] Dec 14 00:37:11.233 INFO O| Dec 14 00:37:11.233 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
9118 | 2024-12-14T00:37:12.885Z | [ host-image] Dec 14 00:37:11.234 INFO O| Dec 14 00:37:11.234 INFO STEP 10 (remove_files) COMPLETE |
9119 | 2024-12-14T00:37:12.885Z | [ host-image] Dec 14 00:37:11.234 INFO O| Dec 14 00:37:11.234 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9120 | 2024-12-14T00:37:12.902Z | [ host-image] Dec 14 00:37:11.254 INFO O| Dec 14 00:37:11.253 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
9121 | 2024-12-14T00:37:12.905Z | [ host-image] Dec 14 00:37:11.254 INFO O| Dec 14 00:37:11.254 INFO STEP 11 (remove_files) COMPLETE |
9122 | 2024-12-14T00:37:12.905Z | [ host-image] Dec 14 00:37:11.254 INFO O| Dec 14 00:37:11.254 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9123 | 2024-12-14T00:37:12.920Z | [ host-image] Dec 14 00:37:11.272 INFO O| Dec 14 00:37:11.272 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
9124 | 2024-12-14T00:37:12.920Z | [ host-image] Dec 14 00:37:11.272 INFO O| Dec 14 00:37:11.272 INFO STEP 12 (remove_files) COMPLETE |
9125 | 2024-12-14T00:37:12.923Z | [ host-image] Dec 14 00:37:11.272 INFO O| Dec 14 00:37:11.272 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9126 | 2024-12-14T00:37:12.938Z | [ host-image] Dec 14 00:37:11.290 INFO O| Dec 14 00:37:11.290 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9127 | 2024-12-14T00:37:12.938Z | [ host-image] Dec 14 00:37:11.290 INFO O| Dec 14 00:37:11.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
9128 | 2024-12-14T00:37:12.941Z | [ host-image] Dec 14 00:37:11.290 INFO O| Dec 14 00:37:11.290 INFO STEP 13 (ensure_dir) COMPLETE |
9129 | 2024-12-14T00:37:12.942Z | [ host-image] Dec 14 00:37:11.290 INFO O| Dec 14 00:37:11.290 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9130 | 2024-12-14T00:37:12.972Z | [ host-image] Dec 14 00:37:11.323 INFO O| Dec 14 00:37:11.323 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9131 | 2024-12-14T00:37:12.972Z | [ host-image] Dec 14 00:37:11.323 INFO O| Dec 14 00:37:11.323 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9132 | 2024-12-14T00:37:12.974Z | [ host-image] Dec 14 00:37:11.324 INFO O| Dec 14 00:37:11.324 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
9133 | 2024-12-14T00:37:12.974Z | [ host-image] Dec 14 00:37:11.324 INFO O| Dec 14 00:37:11.324 INFO STEP 14 (ensure_dir) COMPLETE |
9134 | 2024-12-14T00:37:12.974Z | [ host-image] Dec 14 00:37:11.324 INFO O| Dec 14 00:37:11.324 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9135 | 2024-12-14T00:37:13.005Z | [ host-image] Dec 14 00:37:11.357 INFO O| Dec 14 00:37:11.357 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9136 | 2024-12-14T00:37:13.005Z | [ host-image] Dec 14 00:37:11.357 INFO O| Dec 14 00:37:11.357 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9137 | 2024-12-14T00:37:13.005Z | [ host-image] Dec 14 00:37:11.357 INFO O| Dec 14 00:37:11.357 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
9138 | 2024-12-14T00:37:13.009Z | [ host-image] Dec 14 00:37:11.357 INFO O| Dec 14 00:37:11.357 INFO STEP 15 (ensure_dir) COMPLETE |
9139 | 2024-12-14T00:37:13.009Z | [ host-image] Dec 14 00:37:11.357 INFO O| Dec 14 00:37:11.357 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9140 | 2024-12-14T00:37:13.024Z | [ host-image] Dec 14 00:37:11.376 INFO O| Dec 14 00:37:11.375 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9141 | 2024-12-14T00:37:13.024Z | [ host-image] Dec 14 00:37:11.376 INFO O| Dec 14 00:37:11.376 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
9142 | 2024-12-14T00:37:13.024Z | [ host-image] Dec 14 00:37:11.376 INFO O| Dec 14 00:37:11.376 INFO STEP 16 (ensure_dir) COMPLETE |
9143 | 2024-12-14T00:37:13.027Z | [ host-image] Dec 14 00:37:11.376 INFO O| Dec 14 00:37:11.376 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9144 | 2024-12-14T00:37:13.042Z | [ host-image] Dec 14 00:37:11.394 INFO O| Dec 14 00:37:11.394 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9145 | 2024-12-14T00:37:13.042Z | [ host-image] Dec 14 00:37:11.394 INFO O| Dec 14 00:37:11.394 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
9146 | 2024-12-14T00:37:13.042Z | [ host-image] Dec 14 00:37:11.394 INFO O| Dec 14 00:37:11.394 INFO STEP 17 (ensure_dir) COMPLETE |
9147 | 2024-12-14T00:37:13.045Z | [ host-image] Dec 14 00:37:11.394 INFO O| Dec 14 00:37:11.394 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9148 | 2024-12-14T00:37:13.060Z | [ host-image] Dec 14 00:37:11.412 INFO O| Dec 14 00:37:11.412 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
9149 | 2024-12-14T00:37:13.060Z | [ host-image] Dec 14 00:37:11.412 INFO O| Dec 14 00:37:11.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
9150 | 2024-12-14T00:37:13.062Z | [ host-image] Dec 14 00:37:11.412 INFO O| Dec 14 00:37:11.412 INFO ok! |
9151 | 2024-12-14T00:37:13.063Z | [ host-image] Dec 14 00:37:11.412 INFO O| Dec 14 00:37:11.412 INFO STEP 18 (ensure_symlink) COMPLETE |
9152 | 2024-12-14T00:37:13.063Z | [ host-image] Dec 14 00:37:11.412 INFO O| Dec 14 00:37:11.412 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
9153 | 2024-12-14T00:37:13.079Z | [ host-image] Dec 14 00:37:11.430 INFO O| Dec 14 00:37:11.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
9154 | 2024-12-14T00:37:13.079Z | [ host-image] Dec 14 00:37:11.430 INFO O| Dec 14 00:37:11.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
9155 | 2024-12-14T00:37:13.079Z | [ host-image] Dec 14 00:37:11.430 INFO O| Dec 14 00:37:11.430 INFO ok! |
9156 | 2024-12-14T00:37:13.079Z | [ host-image] Dec 14 00:37:11.430 INFO O| Dec 14 00:37:11.430 INFO STEP 19 (ensure_file) COMPLETE |
9157 | 2024-12-14T00:37:13.079Z | [ host-image] Dec 14 00:37:11.430 INFO O| Dec 14 00:37:11.430 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9158 | 2024-12-14T00:37:13.097Z | [ host-image] Dec 14 00:37:11.448 INFO O| Dec 14 00:37:11.448 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
9159 | 2024-12-14T00:37:13.097Z | [ host-image] Dec 14 00:37:11.448 INFO O| Dec 14 00:37:11.448 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
9160 | 2024-12-14T00:37:13.100Z | [ host-image] Dec 14 00:37:11.449 INFO O| Dec 14 00:37:11.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
9161 | 2024-12-14T00:37:13.100Z | [ host-image] Dec 14 00:37:11.449 INFO O| Dec 14 00:37:11.449 INFO ok! |
9162 | 2024-12-14T00:37:13.100Z | [ host-image] Dec 14 00:37:11.449 INFO O| Dec 14 00:37:11.449 INFO STEP 20 (ensure_symlink) COMPLETE |
9163 | 2024-12-14T00:37:13.100Z | [ host-image] Dec 14 00:37:11.449 INFO O| Dec 14 00:37:11.449 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9164 | 2024-12-14T00:37:13.115Z | [ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9165 | 2024-12-14T00:37:13.115Z | [ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9166 | 2024-12-14T00:37:13.118Z | [ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9167 | 2024-12-14T00:37:13.119Z | [ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO ok! |
9168 | 2024-12-14T00:37:13.119Z | [ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO STEP 21 (ensure_symlink) COMPLETE |
9169 | 2024-12-14T00:37:13.119Z | [ host-image] Dec 14 00:37:11.467 INFO O| Dec 14 00:37:11.467 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9170 | 2024-12-14T00:37:13.134Z | [ host-image] Dec 14 00:37:11.485 INFO O| Dec 14 00:37:11.485 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9171 | 2024-12-14T00:37:13.134Z | [ host-image] Dec 14 00:37:11.485 INFO O| Dec 14 00:37:11.485 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9172 | 2024-12-14T00:37:13.136Z | [ host-image] Dec 14 00:37:11.485 INFO O| Dec 14 00:37:11.485 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9173 | 2024-12-14T00:37:13.136Z | [ host-image] Dec 14 00:37:11.485 INFO O| Dec 14 00:37:11.485 INFO ok! |
9174 | 2024-12-14T00:37:13.136Z | [ host-image] Dec 14 00:37:11.485 INFO O| Dec 14 00:37:11.485 INFO STEP 22 (ensure_symlink) COMPLETE |
9175 | 2024-12-14T00:37:13.136Z | [ host-image] Dec 14 00:37:11.486 INFO O| Dec 14 00:37:11.485 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9176 | 2024-12-14T00:37:13.175Z | [ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9177 | 2024-12-14T00:37:13.175Z | [ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9178 | 2024-12-14T00:37:13.178Z | [ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9179 | 2024-12-14T00:37:13.178Z | [ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO ok! |
9180 | 2024-12-14T00:37:13.178Z | [ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO STEP 23 (ensure_symlink) COMPLETE |
9181 | 2024-12-14T00:37:13.178Z | [ host-image] Dec 14 00:37:11.527 INFO O| Dec 14 00:37:11.527 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9182 | 2024-12-14T00:37:13.196Z | [ host-image] Dec 14 00:37:11.547 INFO O| Dec 14 00:37:11.547 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9183 | 2024-12-14T00:37:13.199Z | [ host-image] Dec 14 00:37:11.548 INFO O| Dec 14 00:37:11.548 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9184 | 2024-12-14T00:37:13.199Z | [ host-image] Dec 14 00:37:11.548 INFO O| Dec 14 00:37:11.548 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9185 | 2024-12-14T00:37:13.199Z | [ host-image] Dec 14 00:37:11.548 INFO O| Dec 14 00:37:11.548 INFO ok! |
9186 | 2024-12-14T00:37:13.199Z | [ host-image] Dec 14 00:37:11.548 INFO O| Dec 14 00:37:11.548 INFO STEP 24 (ensure_file) COMPLETE |
9187 | 2024-12-14T00:37:13.199Z | [ host-image] Dec 14 00:37:11.548 INFO O| Dec 14 00:37:11.548 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9188 | 2024-12-14T00:37:13.215Z | [ host-image] Dec 14 00:37:11.566 INFO O| Dec 14 00:37:11.566 INFO updating shadow file |
9189 | 2024-12-14T00:37:13.215Z | [ host-image] Dec 14 00:37:11.566 INFO O| Dec 14 00:37:11.566 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9190 | 2024-12-14T00:37:13.218Z | [ host-image] Dec 14 00:37:11.566 INFO O| Dec 14 00:37:11.566 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9191 | 2024-12-14T00:37:13.218Z | [ host-image] Dec 14 00:37:11.567 INFO O| Dec 14 00:37:11.566 INFO STEP 25 (shadow) COMPLETE |
9192 | 2024-12-14T00:37:13.218Z | [ host-image] Dec 14 00:37:11.567 INFO O| Dec 14 00:37:11.567 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9193 | 2024-12-14T00:37:13.233Z | [ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9194 | 2024-12-14T00:37:13.236Z | [ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9195 | 2024-12-14T00:37:13.236Z | [ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9196 | 2024-12-14T00:37:13.236Z | [ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 INFO ok! |
9197 | 2024-12-14T00:37:13.236Z | [ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 INFO STEP 26 (ensure_file) COMPLETE |
9198 | 2024-12-14T00:37:13.237Z | [ host-image] Dec 14 00:37:11.585 INFO O| Dec 14 00:37:11.585 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9199 | 2024-12-14T00:37:13.257Z | [ host-image] Dec 14 00:37:11.608 INFO O| Dec 14 00:37:11.608 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9200 | 2024-12-14T00:37:13.257Z | [ host-image] Dec 14 00:37:11.608 INFO O| Dec 14 00:37:11.608 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9201 | 2024-12-14T00:37:13.260Z | [ host-image] Dec 14 00:37:11.609 INFO O| Dec 14 00:37:11.608 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9202 | 2024-12-14T00:37:13.260Z | [ host-image] Dec 14 00:37:11.609 INFO O| Dec 14 00:37:11.609 INFO ok! |
9203 | 2024-12-14T00:37:13.260Z | [ host-image] Dec 14 00:37:11.609 INFO O| Dec 14 00:37:11.609 INFO STEP 27 (ensure_file) COMPLETE |
9204 | 2024-12-14T00:37:13.260Z | [ host-image] Dec 14 00:37:11.609 INFO O| Dec 14 00:37:11.609 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9205 | 2024-12-14T00:37:13.294Z | [ host-image] Dec 14 00:37:11.645 INFO O| Dec 14 00:37:11.645 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9206 | 2024-12-14T00:37:13.294Z | [ host-image] Dec 14 00:37:11.645 INFO O| Dec 14 00:37:11.645 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9207 | 2024-12-14T00:37:13.297Z | [ host-image] Dec 14 00:37:11.646 INFO O| Dec 14 00:37:11.645 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9208 | 2024-12-14T00:37:13.297Z | [ host-image] Dec 14 00:37:11.646 INFO O| Dec 14 00:37:11.646 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9209 | 2024-12-14T00:37:13.297Z | [ host-image] Dec 14 00:37:11.646 INFO O| Dec 14 00:37:11.646 INFO ok! |
9210 | 2024-12-14T00:37:13.297Z | [ host-image] Dec 14 00:37:11.646 INFO O| Dec 14 00:37:11.646 INFO STEP 28 (ensure_file) COMPLETE |
9211 | 2024-12-14T00:37:13.297Z | [ host-image] Dec 14 00:37:11.646 INFO O| Dec 14 00:37:11.646 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9212 | 2024-12-14T00:37:13.313Z | [ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9213 | 2024-12-14T00:37:13.313Z | [ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9214 | 2024-12-14T00:37:13.315Z | [ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9215 | 2024-12-14T00:37:13.315Z | [ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO ok! |
9216 | 2024-12-14T00:37:13.315Z | [ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO STEP 29 (ensure_file) COMPLETE |
9217 | 2024-12-14T00:37:13.316Z | [ host-image] Dec 14 00:37:11.664 INFO O| Dec 14 00:37:11.664 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9218 | 2024-12-14T00:37:13.332Z | [ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9219 | 2024-12-14T00:37:13.332Z | [ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9220 | 2024-12-14T00:37:13.332Z | [ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9221 | 2024-12-14T00:37:13.332Z | [ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO ok! |
9222 | 2024-12-14T00:37:13.332Z | [ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO STEP 30 (ensure_file) COMPLETE |
9223 | 2024-12-14T00:37:13.332Z | [ host-image] Dec 14 00:37:11.683 INFO O| Dec 14 00:37:11.683 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9224 | 2024-12-14T00:37:13.350Z | [ host-image] Dec 14 00:37:11.701 INFO O| Dec 14 00:37:11.701 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9225 | 2024-12-14T00:37:13.350Z | [ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.701 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9226 | 2024-12-14T00:37:13.350Z | [ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9227 | 2024-12-14T00:37:13.350Z | [ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.702 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9228 | 2024-12-14T00:37:13.352Z | [ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.702 INFO ok! |
9229 | 2024-12-14T00:37:13.352Z | [ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.702 INFO STEP 31 (ensure_file) COMPLETE |
9230 | 2024-12-14T00:37:13.352Z | [ host-image] Dec 14 00:37:11.702 INFO O| Dec 14 00:37:11.702 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9231 | 2024-12-14T00:37:13.370Z | [ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9232 | 2024-12-14T00:37:13.370Z | [ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9233 | 2024-12-14T00:37:13.370Z | [ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9234 | 2024-12-14T00:37:13.373Z | [ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 INFO ok! |
9235 | 2024-12-14T00:37:13.373Z | [ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 INFO STEP 32 (ensure_file) COMPLETE |
9236 | 2024-12-14T00:37:13.373Z | [ host-image] Dec 14 00:37:11.721 INFO O| Dec 14 00:37:11.721 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9237 | 2024-12-14T00:37:13.406Z | [ host-image] Dec 14 00:37:11.757 INFO O| Dec 14 00:37:11.757 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9238 | 2024-12-14T00:37:13.409Z | [ host-image] Dec 14 00:37:11.757 INFO O| Dec 14 00:37:11.757 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9239 | 2024-12-14T00:37:13.409Z | [ host-image] Dec 14 00:37:11.758 INFO O| Dec 14 00:37:11.758 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9240 | 2024-12-14T00:37:13.409Z | [ host-image] Dec 14 00:37:11.758 INFO O| Dec 14 00:37:11.758 INFO ok! |
9241 | 2024-12-14T00:37:13.409Z | [ host-image] Dec 14 00:37:11.758 INFO O| Dec 14 00:37:11.758 INFO STEP 33 (ensure_file) COMPLETE |
9242 | 2024-12-14T00:37:13.409Z | [ host-image] Dec 14 00:37:11.758 INFO O| Dec 14 00:37:11.758 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9243 | 2024-12-14T00:37:13.429Z | [ host-image] Dec 14 00:37:11.781 INFO O| Dec 14 00:37:11.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9244 | 2024-12-14T00:37:13.429Z | [ host-image] Dec 14 00:37:11.781 INFO O| Dec 14 00:37:11.781 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9245 | 2024-12-14T00:37:13.432Z | [ host-image] Dec 14 00:37:11.781 INFO O| Dec 14 00:37:11.781 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9246 | 2024-12-14T00:37:13.432Z | [ host-image] Dec 14 00:37:11.781 INFO O| Dec 14 00:37:11.781 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9247 | 2024-12-14T00:37:13.432Z | [ host-image] Dec 14 00:37:11.781 INFO O| Dec 14 00:37:11.781 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9248 | 2024-12-14T00:37:13.432Z | [ host-image] Dec 14 00:37:11.782 INFO O| Dec 14 00:37:11.782 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9249 | 2024-12-14T00:37:13.432Z | [ host-image] Dec 14 00:37:11.782 INFO O| Dec 14 00:37:11.782 INFO ok! |
9250 | 2024-12-14T00:37:13.432Z | [ host-image] Dec 14 00:37:11.782 INFO O| Dec 14 00:37:11.782 INFO STEP 34 (ensure_file) COMPLETE |
9251 | 2024-12-14T00:37:13.432Z | [ host-image] Dec 14 00:37:11.782 INFO O| Dec 14 00:37:11.782 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9252 | 2024-12-14T00:37:13.452Z | [ host-image] Dec 14 00:37:11.804 INFO O| Dec 14 00:37:11.804 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9253 | 2024-12-14T00:37:13.455Z | [ host-image] Dec 14 00:37:11.804 INFO O| Dec 14 00:37:11.804 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9254 | 2024-12-14T00:37:13.455Z | [ host-image] Dec 14 00:37:11.804 INFO O| Dec 14 00:37:11.804 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9255 | 2024-12-14T00:37:13.455Z | [ host-image] Dec 14 00:37:11.804 INFO O| Dec 14 00:37:11.804 INFO STEP 35 (ensure_dir) COMPLETE |
9256 | 2024-12-14T00:37:13.455Z | [ host-image] Dec 14 00:37:11.805 INFO O| Dec 14 00:37:11.804 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9257 | 2024-12-14T00:37:13.472Z | [ host-image] Dec 14 00:37:11.824 INFO O| Dec 14 00:37:11.824 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 |
9258 | 2024-12-14T00:37:13.473Z | [ host-image] Dec 14 00:37:11.824 INFO O| Dec 14 00:37:11.824 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 ... |
9259 | 2024-12-14T00:37:13.476Z | [ host-image] Dec 14 00:37:11.824 INFO O| Dec 14 00:37:11.824 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 |
9260 | 2024-12-14T00:37:13.476Z | [ host-image] Dec 14 00:37:11.824 INFO O| Dec 14 00:37:11.824 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 |
9261 | 2024-12-14T00:37:13.476Z | [ host-image] Dec 14 00:37:11.825 INFO O| Dec 14 00:37:11.824 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 |
9262 | 2024-12-14T00:37:13.476Z | [ host-image] Dec 14 00:37:11.825 INFO O| Dec 14 00:37:11.825 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 |
9263 | 2024-12-14T00:37:13.476Z | [ host-image] Dec 14 00:37:11.825 INFO O| Dec 14 00:37:11.825 INFO ok! |
9264 | 2024-12-14T00:37:13.476Z | [ host-image] Dec 14 00:37:11.825 INFO O| Dec 14 00:37:11.825 INFO STEP 36 (ensure_file) COMPLETE |
9265 | 2024-12-14T00:37:13.476Z | [ host-image] Dec 14 00:37:11.825 INFO O| Dec 14 00:37:11.825 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9266 | 2024-12-14T00:37:13.493Z | [ host-image] Dec 14 00:37:11.844 INFO O| Dec 14 00:37:11.844 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9267 | 2024-12-14T00:37:13.493Z | [ host-image] Dec 14 00:37:11.844 INFO O| Dec 14 00:37:11.844 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 ... |
9268 | 2024-12-14T00:37:13.496Z | [ host-image] Dec 14 00:37:11.844 INFO O| Dec 14 00:37:11.844 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9269 | 2024-12-14T00:37:13.496Z | [ host-image] Dec 14 00:37:11.845 INFO O| Dec 14 00:37:11.845 INFO ok! |
9270 | 2024-12-14T00:37:13.496Z | [ host-image] Dec 14 00:37:11.845 INFO O| Dec 14 00:37:11.845 INFO STEP 37 (ensure_symlink) COMPLETE |
9271 | 2024-12-14T00:37:13.496Z | [ host-image] Dec 14 00:37:11.845 INFO O| Dec 14 00:37:11.845 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9272 | 2024-12-14T00:37:13.513Z | [ host-image] Dec 14 00:37:11.864 INFO O| Dec 14 00:37:11.864 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9273 | 2024-12-14T00:37:13.513Z | [ host-image] Dec 14 00:37:11.864 INFO O| Dec 14 00:37:11.864 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9274 | 2024-12-14T00:37:13.515Z | [ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9275 | 2024-12-14T00:37:13.515Z | [ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9276 | 2024-12-14T00:37:13.515Z | [ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9277 | 2024-12-14T00:37:13.515Z | [ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9278 | 2024-12-14T00:37:13.516Z | [ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO ok! |
9279 | 2024-12-14T00:37:13.516Z | [ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO STEP 38 (ensure_file) COMPLETE |
9280 | 2024-12-14T00:37:13.516Z | [ host-image] Dec 14 00:37:11.865 INFO O| Dec 14 00:37:11.865 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9281 | 2024-12-14T00:37:13.545Z | [ host-image] Dec 14 00:37:11.896 INFO O| Dec 14 00:37:11.896 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9282 | 2024-12-14T00:37:13.545Z | [ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.896 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 ... |
9283 | 2024-12-14T00:37:13.548Z | [ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.897 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 |
9284 | 2024-12-14T00:37:13.548Z | [ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.897 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9285 | 2024-12-14T00:37:13.548Z | [ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.897 INFO ok! |
9286 | 2024-12-14T00:37:13.548Z | [ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.897 INFO STEP 39 (ensure_file) COMPLETE |
9287 | 2024-12-14T00:37:13.548Z | [ host-image] Dec 14 00:37:11.897 INFO O| Dec 14 00:37:11.897 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9288 | 2024-12-14T00:37:13.603Z | [ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9289 | 2024-12-14T00:37:13.603Z | [ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9290 | 2024-12-14T00:37:13.606Z | [ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9291 | 2024-12-14T00:37:13.607Z | [ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO ok! |
9292 | 2024-12-14T00:37:13.607Z | [ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO STEP 40 (ensure_file) COMPLETE |
9293 | 2024-12-14T00:37:13.607Z | [ host-image] Dec 14 00:37:11.955 INFO O| Dec 14 00:37:11.955 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9294 | 2024-12-14T00:37:13.665Z | [ host-image] Dec 14 00:37:12.016 INFO O| Dec 14 00:37:12.016 INFO updating shadow file |
9295 | 2024-12-14T00:37:13.665Z | [ host-image] Dec 14 00:37:12.016 INFO O| Dec 14 00:37:12.016 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9296 | 2024-12-14T00:37:13.668Z | [ host-image] Dec 14 00:37:12.017 INFO O| Dec 14 00:37:12.016 INFO STEP 41 (shadow) COMPLETE |
9297 | 2024-12-14T00:37:13.668Z | [ host-image] Dec 14 00:37:12.017 INFO O| Dec 14 00:37:12.017 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9298 | 2024-12-14T00:37:13.684Z | [ host-image] Dec 14 00:37:12.035 INFO O| Dec 14 00:37:12.035 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9299 | 2024-12-14T00:37:13.684Z | [ host-image] Dec 14 00:37:12.035 INFO O| Dec 14 00:37:12.035 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9300 | 2024-12-14T00:37:13.684Z | [ host-image] Dec 14 00:37:12.035 INFO O| Dec 14 00:37:12.035 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9301 | 2024-12-14T00:37:13.687Z | [ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.035 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9302 | 2024-12-14T00:37:13.687Z | [ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO ok! |
9303 | 2024-12-14T00:37:13.687Z | [ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO STEP 42 (ensure_file) COMPLETE |
9304 | 2024-12-14T00:37:13.687Z | [ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9305 | 2024-12-14T00:37:13.687Z | [ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO skip step because feature "mfg" is not enabled |
9306 | 2024-12-14T00:37:13.687Z | [ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9307 | 2024-12-14T00:37:13.687Z | [ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO skip step because feature "mfg" is not enabled |
9308 | 2024-12-14T00:37:13.687Z | [ host-image] Dec 14 00:37:12.036 INFO O| Dec 14 00:37:12.036 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9309 | 2024-12-14T00:37:13.703Z | [ host-image] Dec 14 00:37:12.054 INFO O| Dec 14 00:37:12.054 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9310 | 2024-12-14T00:37:13.703Z | [ host-image] Dec 14 00:37:12.054 INFO O| Dec 14 00:37:12.054 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9311 | 2024-12-14T00:37:14.558Z | [ host-image] Dec 14 00:37:12.908 INFO O| Dec 14 00:37:12.908 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9312 | 2024-12-14T00:37:14.558Z | [ host-image] Dec 14 00:37:12.908 INFO O| Dec 14 00:37:12.908 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9313 | 2024-12-14T00:37:14.561Z | [ host-image] Dec 14 00:37:12.908 INFO O| Dec 14 00:37:12.908 INFO ok! |
9314 | 2024-12-14T00:37:14.561Z | [ host-image] Dec 14 00:37:12.908 INFO O| Dec 14 00:37:12.908 INFO STEP 45 (ensure_file) COMPLETE |
9315 | 2024-12-14T00:37:14.561Z | [ host-image] Dec 14 00:37:12.908 INFO O| Dec 14 00:37:12.908 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9316 | 2024-12-14T00:37:14.576Z | [ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9317 | 2024-12-14T00:37:14.576Z | [ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9318 | 2024-12-14T00:37:14.576Z | [ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9319 | 2024-12-14T00:37:14.579Z | [ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9320 | 2024-12-14T00:37:14.579Z | [ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9321 | 2024-12-14T00:37:14.579Z | [ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9322 | 2024-12-14T00:37:14.579Z | [ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO ok! |
9323 | 2024-12-14T00:37:14.579Z | [ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO STEP 46 (ensure_file) COMPLETE |
9324 | 2024-12-14T00:37:14.579Z | [ host-image] Dec 14 00:37:12.927 INFO O| Dec 14 00:37:12.927 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9325 | 2024-12-14T00:37:14.611Z | [ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.962 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9326 | 2024-12-14T00:37:14.614Z | [ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 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 ... |
9327 | 2024-12-14T00:37:14.614Z | [ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 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 |
9328 | 2024-12-14T00:37:14.614Z | [ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9329 | 2024-12-14T00:37:14.614Z | [ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 INFO ok! |
9330 | 2024-12-14T00:37:14.614Z | [ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 INFO STEP 47 (ensure_file) COMPLETE |
9331 | 2024-12-14T00:37:14.614Z | [ host-image] Dec 14 00:37:12.963 INFO O| Dec 14 00:37:12.963 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9332 | 2024-12-14T00:37:14.633Z | [ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.983 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9333 | 2024-12-14T00:37:14.633Z | [ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9334 | 2024-12-14T00:37:14.633Z | [ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9335 | 2024-12-14T00:37:14.636Z | [ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9336 | 2024-12-14T00:37:14.636Z | [ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9337 | 2024-12-14T00:37:14.636Z | [ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9338 | 2024-12-14T00:37:14.636Z | [ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO ok! |
9339 | 2024-12-14T00:37:14.636Z | [ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO STEP 48 (ensure_file) COMPLETE |
9340 | 2024-12-14T00:37:14.636Z | [ host-image] Dec 14 00:37:12.984 INFO O| Dec 14 00:37:12.984 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9341 | 2024-12-14T00:37:14.652Z | [ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9342 | 2024-12-14T00:37:14.652Z | [ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 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 ... |
9343 | 2024-12-14T00:37:14.652Z | [ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 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 |
9344 | 2024-12-14T00:37:14.655Z | [ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9345 | 2024-12-14T00:37:14.655Z | [ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 INFO ok! |
9346 | 2024-12-14T00:37:14.655Z | [ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 INFO STEP 49 (ensure_file) COMPLETE |
9347 | 2024-12-14T00:37:14.655Z | [ host-image] Dec 14 00:37:13.003 INFO O| Dec 14 00:37:13.003 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9348 | 2024-12-14T00:37:14.670Z | [ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9349 | 2024-12-14T00:37:14.670Z | [ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9350 | 2024-12-14T00:37:14.670Z | [ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9351 | 2024-12-14T00:37:14.670Z | [ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9352 | 2024-12-14T00:37:14.670Z | [ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9353 | 2024-12-14T00:37:14.673Z | [ host-image] Dec 14 00:37:13.021 INFO O| Dec 14 00:37:13.021 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9354 | 2024-12-14T00:37:14.673Z | [ host-image] Dec 14 00:37:13.022 INFO O| Dec 14 00:37:13.021 INFO ok! |
9355 | 2024-12-14T00:37:14.673Z | [ host-image] Dec 14 00:37:13.022 INFO O| Dec 14 00:37:13.022 INFO STEP 50 (ensure_file) COMPLETE |
9356 | 2024-12-14T00:37:14.673Z | [ host-image] Dec 14 00:37:13.022 INFO O| Dec 14 00:37:13.022 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9357 | 2024-12-14T00:37:14.689Z | [ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9358 | 2024-12-14T00:37:14.691Z | [ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 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 ... |
9359 | 2024-12-14T00:37:14.691Z | [ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 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 |
9360 | 2024-12-14T00:37:14.691Z | [ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9361 | 2024-12-14T00:37:14.691Z | [ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 INFO ok! |
9362 | 2024-12-14T00:37:14.692Z | [ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 INFO STEP 51 (ensure_file) COMPLETE |
9363 | 2024-12-14T00:37:14.692Z | [ host-image] Dec 14 00:37:13.040 INFO O| Dec 14 00:37:13.040 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9364 | 2024-12-14T00:37:14.718Z | [ host-image] Dec 14 00:37:13.069 INFO O| Dec 14 00:37:13.069 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9365 | 2024-12-14T00:37:14.718Z | [ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.069 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 ... |
9366 | 2024-12-14T00:37:14.721Z | [ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.070 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 |
9367 | 2024-12-14T00:37:14.721Z | [ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.070 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9368 | 2024-12-14T00:37:14.721Z | [ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.070 INFO ok! |
9369 | 2024-12-14T00:37:14.721Z | [ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.070 INFO STEP 52 (ensure_file) COMPLETE |
9370 | 2024-12-14T00:37:14.721Z | [ host-image] Dec 14 00:37:13.070 INFO O| Dec 14 00:37:13.070 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9371 | 2024-12-14T00:37:14.750Z | [ host-image] Dec 14 00:37:13.101 INFO O| Dec 14 00:37:13.101 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9372 | 2024-12-14T00:37:14.750Z | [ host-image] Dec 14 00:37:13.101 INFO O| Dec 14 00:37:13.101 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 ... |
9373 | 2024-12-14T00:37:14.750Z | [ host-image] Dec 14 00:37:13.101 INFO O| Dec 14 00:37:13.101 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 |
9374 | 2024-12-14T00:37:14.753Z | [ host-image] Dec 14 00:37:13.101 INFO O| Dec 14 00:37:13.101 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9375 | 2024-12-14T00:37:14.753Z | [ host-image] Dec 14 00:37:13.101 INFO O| Dec 14 00:37:13.101 INFO ok! |
9376 | 2024-12-14T00:37:14.753Z | [ host-image] Dec 14 00:37:13.102 INFO O| Dec 14 00:37:13.101 INFO STEP 53 (ensure_file) COMPLETE |
9377 | 2024-12-14T00:37:14.753Z | [ host-image] Dec 14 00:37:13.102 INFO O| Dec 14 00:37:13.101 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9378 | 2024-12-14T00:37:14.775Z | [ host-image] Dec 14 00:37:13.126 INFO O| Dec 14 00:37:13.126 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9379 | 2024-12-14T00:37:14.775Z | [ host-image] Dec 14 00:37:13.126 INFO O| Dec 14 00:37:13.126 INFO STEP 54 (ensure_dir) COMPLETE |
9380 | 2024-12-14T00:37:14.779Z | [ host-image] Dec 14 00:37:13.126 INFO O| Dec 14 00:37:13.126 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9381 | 2024-12-14T00:37:14.796Z | [ host-image] Dec 14 00:37:13.146 INFO O| Dec 14 00:37:13.146 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9382 | 2024-12-14T00:37:14.796Z | [ host-image] Dec 14 00:37:13.146 INFO O| Dec 14 00:37:13.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9383 | 2024-12-14T00:37:14.796Z | [ host-image] Dec 14 00:37:13.146 INFO O| Dec 14 00:37:13.146 INFO STEP 55 (ensure_dir) COMPLETE |
9384 | 2024-12-14T00:37:14.796Z | [ host-image] Dec 14 00:37:13.146 INFO O| Dec 14 00:37:13.146 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9385 | 2024-12-14T00:37:14.832Z | [ host-image] Dec 14 00:37:13.183 INFO O| Dec 14 00:37:13.183 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9386 | 2024-12-14T00:37:14.832Z | [ host-image] Dec 14 00:37:13.183 INFO O| Dec 14 00:37:13.183 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9387 | 2024-12-14T00:37:14.835Z | [ host-image] Dec 14 00:37:13.183 INFO O| Dec 14 00:37:13.183 INFO STEP 56 (ensure_dir) COMPLETE |
9388 | 2024-12-14T00:37:14.835Z | [ host-image] Dec 14 00:37:13.183 INFO O| Dec 14 00:37:13.183 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9389 | 2024-12-14T00:37:14.869Z | [ host-image] Dec 14 00:37:13.220 INFO O| Dec 14 00:37:13.220 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9390 | 2024-12-14T00:37:14.869Z | [ host-image] Dec 14 00:37:13.220 INFO O| Dec 14 00:37:13.220 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9391 | 2024-12-14T00:37:14.895Z | [ host-image] Dec 14 00:37:13.246 INFO O| Dec 14 00:37:13.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9392 | 2024-12-14T00:37:14.895Z | [ host-image] Dec 14 00:37:13.246 INFO O| Dec 14 00:37:13.246 INFO ok! |
9393 | 2024-12-14T00:37:14.898Z | [ host-image] Dec 14 00:37:13.246 INFO O| Dec 14 00:37:13.246 INFO STEP 57 (ensure_file) COMPLETE |
9394 | 2024-12-14T00:37:14.898Z | [ host-image] Dec 14 00:37:13.246 INFO O| Dec 14 00:37:13.246 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9395 | 2024-12-14T00:37:14.915Z | [ host-image] Dec 14 00:37:13.266 INFO O| Dec 14 00:37:13.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9396 | 2024-12-14T00:37:14.915Z | [ host-image] Dec 14 00:37:13.266 INFO O| Dec 14 00:37:13.266 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9397 | 2024-12-14T00:37:16.373Z | [ host-image] Dec 14 00:37:14.724 INFO O| Dec 14 00:37:14.723 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9398 | 2024-12-14T00:37:16.373Z | [ host-image] Dec 14 00:37:14.724 INFO O| Dec 14 00:37:14.724 INFO ok! |
9399 | 2024-12-14T00:37:16.373Z | [ host-image] Dec 14 00:37:14.724 INFO O| Dec 14 00:37:14.724 INFO STEP 58 (ensure_file) COMPLETE |
9400 | 2024-12-14T00:37:16.375Z | [ host-image] Dec 14 00:37:14.724 INFO O| Dec 14 00:37:14.724 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9401 | 2024-12-14T00:37:16.393Z | [ host-image] Dec 14 00:37:14.744 INFO O| Dec 14 00:37:14.744 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9402 | 2024-12-14T00:37:16.393Z | [ host-image] Dec 14 00:37:14.744 INFO O| Dec 14 00:37:14.744 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9403 | 2024-12-14T00:37:16.393Z | [ host-image] Dec 14 00:37:14.744 INFO O| Dec 14 00:37:14.744 INFO STEP 59 (ensure_dir) COMPLETE |
9404 | 2024-12-14T00:37:16.397Z | [ host-image] Dec 14 00:37:14.744 INFO O| Dec 14 00:37:14.744 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9405 | 2024-12-14T00:37:16.412Z | [ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9406 | 2024-12-14T00:37:16.412Z | [ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO copying /tmp/.tmpAGvK53/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 ... |
9407 | 2024-12-14T00:37:16.412Z | [ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9408 | 2024-12-14T00:37:16.415Z | [ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO ok! |
9409 | 2024-12-14T00:37:16.415Z | [ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO STEP 60 (ensure_file) COMPLETE |
9410 | 2024-12-14T00:37:16.415Z | [ host-image] Dec 14 00:37:14.763 INFO O| Dec 14 00:37:14.763 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9411 | 2024-12-14T00:37:16.437Z | [ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9412 | 2024-12-14T00:37:16.437Z | [ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO copying /tmp/.tmpAGvK53/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 ... |
9413 | 2024-12-14T00:37:16.437Z | [ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9414 | 2024-12-14T00:37:16.440Z | [ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO ok! |
9415 | 2024-12-14T00:37:16.440Z | [ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO STEP 61 (ensure_file) COMPLETE |
9416 | 2024-12-14T00:37:16.440Z | [ host-image] Dec 14 00:37:14.788 INFO O| Dec 14 00:37:14.788 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9417 | 2024-12-14T00:37:16.499Z | [ host-image] Dec 14 00:37:14.849 INFO O| Dec 14 00:37:14.849 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9418 | 2024-12-14T00:37:16.499Z | [ host-image] Dec 14 00:37:14.849 INFO O| Dec 14 00:37:14.849 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9419 | 2024-12-14T00:37:16.499Z | [ host-image] Dec 14 00:37:14.849 INFO O| Dec 14 00:37:14.849 INFO STEP 62 (ensure_dir) COMPLETE |
9420 | 2024-12-14T00:37:16.499Z | [ host-image] Dec 14 00:37:14.849 INFO O| Dec 14 00:37:14.849 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9421 | 2024-12-14T00:37:16.518Z | [ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.868 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9422 | 2024-12-14T00:37:16.518Z | [ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.868 INFO copying /tmp/.tmpAGvK53/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 ... |
9423 | 2024-12-14T00:37:16.521Z | [ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.869 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9424 | 2024-12-14T00:37:16.521Z | [ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.869 INFO ok! |
9425 | 2024-12-14T00:37:16.521Z | [ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.869 INFO STEP 63 (ensure_file) COMPLETE |
9426 | 2024-12-14T00:37:16.521Z | [ host-image] Dec 14 00:37:14.869 INFO O| Dec 14 00:37:14.869 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9427 | 2024-12-14T00:37:16.537Z | [ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.887 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9428 | 2024-12-14T00:37:16.537Z | [ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.887 INFO copying /tmp/.tmpAGvK53/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 ... |
9429 | 2024-12-14T00:37:16.537Z | [ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.888 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9430 | 2024-12-14T00:37:16.540Z | [ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.888 INFO ok! |
9431 | 2024-12-14T00:37:16.540Z | [ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.888 INFO STEP 64 (ensure_file) COMPLETE |
9432 | 2024-12-14T00:37:16.540Z | [ host-image] Dec 14 00:37:14.888 INFO O| Dec 14 00:37:14.888 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9433 | 2024-12-14T00:37:16.557Z | [ host-image] Dec 14 00:37:14.907 INFO O| Dec 14 00:37:14.907 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9434 | 2024-12-14T00:37:16.557Z | [ host-image] Dec 14 00:37:14.907 INFO O| Dec 14 00:37:14.907 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9435 | 2024-12-14T00:37:16.557Z | [ host-image] Dec 14 00:37:14.907 INFO O| Dec 14 00:37:14.907 INFO STEP 65 (ensure_dir) COMPLETE |
9436 | 2024-12-14T00:37:16.557Z | [ host-image] Dec 14 00:37:14.907 INFO O| Dec 14 00:37:14.907 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9437 | 2024-12-14T00:37:16.586Z | [ host-image] Dec 14 00:37:14.936 INFO O| Dec 14 00:37:14.936 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9438 | 2024-12-14T00:37:16.586Z | [ host-image] Dec 14 00:37:14.936 INFO O| Dec 14 00:37:14.936 INFO copying /tmp/.tmpAGvK53/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 ... |
9439 | 2024-12-14T00:37:16.588Z | [ host-image] Dec 14 00:37:14.937 INFO O| Dec 14 00:37:14.936 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9440 | 2024-12-14T00:37:16.588Z | [ host-image] Dec 14 00:37:14.937 INFO O| Dec 14 00:37:14.937 INFO ok! |
9441 | 2024-12-14T00:37:16.588Z | [ host-image] Dec 14 00:37:14.937 INFO O| Dec 14 00:37:14.937 INFO STEP 66 (ensure_file) COMPLETE |
9442 | 2024-12-14T00:37:16.588Z | [ host-image] Dec 14 00:37:14.937 INFO O| Dec 14 00:37:14.937 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9443 | 2024-12-14T00:37:16.606Z | [ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9444 | 2024-12-14T00:37:16.606Z | [ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9445 | 2024-12-14T00:37:16.606Z | [ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9446 | 2024-12-14T00:37:16.606Z | [ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO ok! |
9447 | 2024-12-14T00:37:16.609Z | [ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO STEP 67 (ensure_file) COMPLETE |
9448 | 2024-12-14T00:37:16.609Z | [ host-image] Dec 14 00:37:14.957 INFO O| Dec 14 00:37:14.957 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9449 | 2024-12-14T00:37:16.626Z | [ host-image] Dec 14 00:37:14.977 INFO O| Dec 14 00:37:14.977 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9450 | 2024-12-14T00:37:16.627Z | [ host-image] Dec 14 00:37:14.977 INFO O| Dec 14 00:37:14.977 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9451 | 2024-12-14T00:37:16.627Z | [ host-image] Dec 14 00:37:14.977 INFO O| Dec 14 00:37:14.977 INFO STEP 68 (ensure_dir) COMPLETE |
9452 | 2024-12-14T00:37:16.627Z | [ host-image] Dec 14 00:37:14.977 INFO O| Dec 14 00:37:14.977 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9453 | 2024-12-14T00:37:16.646Z | [ host-image] Dec 14 00:37:14.996 INFO O| Dec 14 00:37:14.996 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9454 | 2024-12-14T00:37:16.646Z | [ host-image] Dec 14 00:37:14.997 INFO O| Dec 14 00:37:14.996 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9455 | 2024-12-14T00:37:18.067Z | [ host-image] Dec 14 00:37:16.417 INFO O| Dec 14 00:37:16.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9456 | 2024-12-14T00:37:18.067Z | [ host-image] Dec 14 00:37:16.417 INFO O| Dec 14 00:37:16.417 INFO ok! |
9457 | 2024-12-14T00:37:18.067Z | [ host-image] Dec 14 00:37:16.417 INFO O| Dec 14 00:37:16.417 INFO STEP 69 (ensure_file) COMPLETE |
9458 | 2024-12-14T00:37:18.069Z | [ host-image] Dec 14 00:37:16.417 INFO O| Dec 14 00:37:16.417 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9459 | 2024-12-14T00:37:18.085Z | [ host-image] Dec 14 00:37:16.435 INFO O| Dec 14 00:37:16.435 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9460 | 2024-12-14T00:37:18.085Z | [ host-image] Dec 14 00:37:16.435 INFO O| Dec 14 00:37:16.435 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9461 | 2024-12-14T00:37:20.174Z | [ host-image] Dec 14 00:37:18.523 INFO O| Dec 14 00:37:18.523 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9462 | 2024-12-14T00:37:20.174Z | [ host-image] Dec 14 00:37:18.523 INFO O| Dec 14 00:37:18.523 INFO ok! |
9463 | 2024-12-14T00:37:20.176Z | [ host-image] Dec 14 00:37:18.523 INFO O| Dec 14 00:37:18.523 INFO STEP 70 (ensure_file) COMPLETE |
9464 | 2024-12-14T00:37:20.176Z | [ host-image] Dec 14 00:37:18.523 INFO O| Dec 14 00:37:18.523 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9465 | 2024-12-14T00:37:20.192Z | [ host-image] Dec 14 00:37:18.541 INFO O| Dec 14 00:37:18.541 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9466 | 2024-12-14T00:37:20.192Z | [ host-image] Dec 14 00:37:18.542 INFO O| Dec 14 00:37:18.542 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9467 | 2024-12-14T00:37:20.194Z | [ host-image] Dec 14 00:37:18.542 INFO O| Dec 14 00:37:18.542 INFO STEP 71 (ensure_dir) COMPLETE |
9468 | 2024-12-14T00:37:20.194Z | [ host-image] Dec 14 00:37:18.542 INFO O| Dec 14 00:37:18.542 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9469 | 2024-12-14T00:37:20.210Z | [ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9470 | 2024-12-14T00:37:20.210Z | [ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO copying /tmp/.tmpAGvK53/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 ... |
9471 | 2024-12-14T00:37:20.213Z | [ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9472 | 2024-12-14T00:37:20.213Z | [ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO ok! |
9473 | 2024-12-14T00:37:20.213Z | [ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO STEP 72 (ensure_file) COMPLETE |
9474 | 2024-12-14T00:37:20.213Z | [ host-image] Dec 14 00:37:18.560 INFO O| Dec 14 00:37:18.560 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9475 | 2024-12-14T00:37:20.279Z | [ host-image] Dec 14 00:37:18.628 INFO O| Dec 14 00:37:18.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9476 | 2024-12-14T00:37:20.279Z | [ host-image] Dec 14 00:37:18.628 INFO O| Dec 14 00:37:18.628 INFO copying /tmp/.tmpAGvK53/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 ... |
9477 | 2024-12-14T00:37:20.281Z | [ host-image] Dec 14 00:37:18.629 INFO O| Dec 14 00:37:18.629 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9478 | 2024-12-14T00:37:20.281Z | [ host-image] Dec 14 00:37:18.629 INFO O| Dec 14 00:37:18.629 INFO ok! |
9479 | 2024-12-14T00:37:20.281Z | [ host-image] Dec 14 00:37:18.629 INFO O| Dec 14 00:37:18.629 INFO STEP 73 (ensure_file) COMPLETE |
9480 | 2024-12-14T00:37:20.281Z | [ host-image] Dec 14 00:37:18.629 INFO O| Dec 14 00:37:18.629 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9481 | 2024-12-14T00:37:20.311Z | [ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9482 | 2024-12-14T00:37:20.311Z | [ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9483 | 2024-12-14T00:37:20.313Z | [ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9484 | 2024-12-14T00:37:20.313Z | [ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO ok! |
9485 | 2024-12-14T00:37:20.313Z | [ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO STEP 74 (ensure_file) COMPLETE |
9486 | 2024-12-14T00:37:20.313Z | [ host-image] Dec 14 00:37:18.661 INFO O| Dec 14 00:37:18.661 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9487 | 2024-12-14T00:37:20.348Z | [ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9488 | 2024-12-14T00:37:20.348Z | [ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9489 | 2024-12-14T00:37:20.348Z | [ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9490 | 2024-12-14T00:37:20.351Z | [ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO ok! |
9491 | 2024-12-14T00:37:20.351Z | [ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO STEP 75 (ensure_file) COMPLETE |
9492 | 2024-12-14T00:37:20.351Z | [ host-image] Dec 14 00:37:18.698 INFO O| Dec 14 00:37:18.698 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9493 | 2024-12-14T00:37:20.386Z | [ host-image] Dec 14 00:37:18.736 INFO O| Dec 14 00:37:18.736 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9494 | 2024-12-14T00:37:20.386Z | [ host-image] Dec 14 00:37:18.736 INFO O| Dec 14 00:37:18.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9495 | 2024-12-14T00:37:20.389Z | [ host-image] Dec 14 00:37:18.736 INFO O| Dec 14 00:37:18.736 INFO STEP 76 (ensure_dir) COMPLETE |
9496 | 2024-12-14T00:37:20.389Z | [ host-image] Dec 14 00:37:18.736 INFO O| Dec 14 00:37:18.736 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9497 | 2024-12-14T00:37:20.405Z | [ host-image] Dec 14 00:37:18.755 INFO O| Dec 14 00:37:18.755 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9498 | 2024-12-14T00:37:20.405Z | [ host-image] Dec 14 00:37:18.755 INFO O| Dec 14 00:37:18.755 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9499 | 2024-12-14T00:37:20.410Z | [ host-image] Dec 14 00:37:18.759 INFO O| Dec 14 00:37:18.759 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9500 | 2024-12-14T00:37:20.410Z | [ host-image] Dec 14 00:37:18.759 INFO O| Dec 14 00:37:18.759 INFO ok! |
9501 | 2024-12-14T00:37:20.410Z | [ host-image] Dec 14 00:37:18.759 INFO O| Dec 14 00:37:18.759 INFO STEP 77 (ensure_file) COMPLETE |
9502 | 2024-12-14T00:37:20.410Z | [ host-image] Dec 14 00:37:18.759 INFO O| Dec 14 00:37:18.759 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9503 | 2024-12-14T00:37:20.429Z | [ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9504 | 2024-12-14T00:37:20.429Z | [ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9505 | 2024-12-14T00:37:20.429Z | [ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9506 | 2024-12-14T00:37:20.429Z | [ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO ok! |
9507 | 2024-12-14T00:37:20.432Z | [ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO STEP 78 (ensure_file) COMPLETE |
9508 | 2024-12-14T00:37:20.432Z | [ host-image] Dec 14 00:37:18.779 INFO O| Dec 14 00:37:18.779 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9509 | 2024-12-14T00:37:20.448Z | [ host-image] Dec 14 00:37:18.798 INFO O| Dec 14 00:37:18.798 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9510 | 2024-12-14T00:37:20.449Z | [ host-image] Dec 14 00:37:18.798 INFO O| Dec 14 00:37:18.798 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9511 | 2024-12-14T00:37:22.183Z | [ host-image] Dec 14 00:37:20.532 INFO O| Dec 14 00:37:20.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9512 | 2024-12-14T00:37:22.183Z | [ host-image] Dec 14 00:37:20.532 INFO O| Dec 14 00:37:20.532 INFO ok! |
9513 | 2024-12-14T00:37:22.186Z | [ host-image] Dec 14 00:37:20.532 INFO O| Dec 14 00:37:20.532 INFO STEP 79 (ensure_file) COMPLETE |
9514 | 2024-12-14T00:37:22.186Z | [ host-image] Dec 14 00:37:20.532 INFO O| Dec 14 00:37:20.532 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9515 | 2024-12-14T00:37:22.202Z | [ host-image] Dec 14 00:37:20.551 INFO O| Dec 14 00:37:20.551 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9516 | 2024-12-14T00:37:22.202Z | [ host-image] Dec 14 00:37:20.551 INFO O| Dec 14 00:37:20.551 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9517 | 2024-12-14T00:37:22.205Z | [ host-image] Dec 14 00:37:20.551 INFO O| Dec 14 00:37:20.551 INFO STEP 80 (ensure_dir) COMPLETE |
9518 | 2024-12-14T00:37:22.205Z | [ host-image] Dec 14 00:37:20.551 INFO O| Dec 14 00:37:20.551 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9519 | 2024-12-14T00:37:22.225Z | [ host-image] Dec 14 00:37:20.574 INFO O| Dec 14 00:37:20.574 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9520 | 2024-12-14T00:37:22.228Z | [ host-image] Dec 14 00:37:20.575 INFO O| Dec 14 00:37:20.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9521 | 2024-12-14T00:37:22.228Z | [ host-image] Dec 14 00:37:20.575 INFO O| Dec 14 00:37:20.575 INFO STEP 81 (ensure_dir) COMPLETE |
9522 | 2024-12-14T00:37:22.228Z | [ host-image] Dec 14 00:37:20.575 INFO O| Dec 14 00:37:20.575 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9523 | 2024-12-14T00:37:22.244Z | [ host-image] Dec 14 00:37:20.594 INFO O| Dec 14 00:37:20.594 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9524 | 2024-12-14T00:37:22.244Z | [ host-image] Dec 14 00:37:20.594 INFO O| Dec 14 00:37:20.594 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9525 | 2024-12-14T00:37:22.244Z | [ host-image] Dec 14 00:37:20.594 INFO O| Dec 14 00:37:20.594 INFO STEP 82 (ensure_dir) COMPLETE |
9526 | 2024-12-14T00:37:22.247Z | [ host-image] Dec 14 00:37:20.594 INFO O| Dec 14 00:37:20.594 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9527 | 2024-12-14T00:37:22.269Z | [ host-image] Dec 14 00:37:20.618 INFO O| Dec 14 00:37:20.618 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9528 | 2024-12-14T00:37:22.269Z | [ host-image] Dec 14 00:37:20.619 INFO O| Dec 14 00:37:20.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9529 | 2024-12-14T00:37:22.269Z | [ host-image] Dec 14 00:37:20.619 INFO O| Dec 14 00:37:20.619 INFO STEP 83 (ensure_dir) COMPLETE |
9530 | 2024-12-14T00:37:22.269Z | [ host-image] Dec 14 00:37:20.619 INFO O| Dec 14 00:37:20.619 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9531 | 2024-12-14T00:37:22.290Z | [ host-image] Dec 14 00:37:20.639 INFO O| Dec 14 00:37:20.639 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9532 | 2024-12-14T00:37:22.290Z | [ host-image] Dec 14 00:37:20.639 INFO O| Dec 14 00:37:20.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9533 | 2024-12-14T00:37:22.290Z | [ host-image] Dec 14 00:37:20.639 INFO O| Dec 14 00:37:20.639 INFO STEP 84 (ensure_dir) COMPLETE |
9534 | 2024-12-14T00:37:22.293Z | [ host-image] Dec 14 00:37:20.639 INFO O| Dec 14 00:37:20.639 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9535 | 2024-12-14T00:37:22.309Z | [ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9536 | 2024-12-14T00:37:22.309Z | [ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO copying /tmp/.tmpAGvK53/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 ... |
9537 | 2024-12-14T00:37:22.311Z | [ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9538 | 2024-12-14T00:37:22.311Z | [ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO ok! |
9539 | 2024-12-14T00:37:22.311Z | [ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO STEP 85 (ensure_file) COMPLETE |
9540 | 2024-12-14T00:37:22.311Z | [ host-image] Dec 14 00:37:20.658 INFO O| Dec 14 00:37:20.658 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9541 | 2024-12-14T00:37:22.329Z | [ host-image] Dec 14 00:37:20.678 INFO O| Dec 14 00:37:20.678 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9542 | 2024-12-14T00:37:22.329Z | [ host-image] Dec 14 00:37:20.678 INFO O| Dec 14 00:37:20.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9543 | 2024-12-14T00:37:22.329Z | [ host-image] Dec 14 00:37:20.678 INFO O| Dec 14 00:37:20.678 INFO STEP 86 (ensure_dir) COMPLETE |
9544 | 2024-12-14T00:37:22.329Z | [ host-image] Dec 14 00:37:20.678 INFO O| Dec 14 00:37:20.678 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9545 | 2024-12-14T00:37:22.348Z | [ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9546 | 2024-12-14T00:37:22.348Z | [ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9547 | 2024-12-14T00:37:22.348Z | [ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9548 | 2024-12-14T00:37:22.351Z | [ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO ok! |
9549 | 2024-12-14T00:37:22.351Z | [ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO STEP 87 (ensure_file) COMPLETE |
9550 | 2024-12-14T00:37:22.351Z | [ host-image] Dec 14 00:37:20.697 INFO O| Dec 14 00:37:20.697 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9551 | 2024-12-14T00:37:22.367Z | [ host-image] Dec 14 00:37:20.717 INFO O| Dec 14 00:37:20.716 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9552 | 2024-12-14T00:37:22.367Z | [ host-image] Dec 14 00:37:20.717 INFO O| Dec 14 00:37:20.716 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9553 | 2024-12-14T00:37:23.025Z | [ host-image] Dec 14 00:37:21.372 INFO O| Dec 14 00:37:21.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9554 | 2024-12-14T00:37:23.028Z | [ host-image] Dec 14 00:37:21.373 INFO O| Dec 14 00:37:21.372 INFO ok! |
9555 | 2024-12-14T00:37:23.028Z | [ host-image] Dec 14 00:37:21.373 INFO O| Dec 14 00:37:21.372 INFO STEP 88 (ensure_file) COMPLETE |
9556 | 2024-12-14T00:37:23.028Z | [ host-image] Dec 14 00:37:21.373 INFO O| Dec 14 00:37:21.372 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9557 | 2024-12-14T00:37:23.042Z | [ host-image] Dec 14 00:37:21.391 INFO O| Dec 14 00:37:21.391 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9558 | 2024-12-14T00:37:23.042Z | [ host-image] Dec 14 00:37:21.391 INFO O| Dec 14 00:37:21.391 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9559 | 2024-12-14T00:37:23.719Z | [ host-image] Dec 14 00:37:22.068 INFO O| Dec 14 00:37:22.068 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9560 | 2024-12-14T00:37:23.719Z | [ host-image] Dec 14 00:37:22.068 INFO O| Dec 14 00:37:22.068 INFO ok! |
9561 | 2024-12-14T00:37:23.735Z | [ host-image] Dec 14 00:37:22.068 INFO O| Dec 14 00:37:22.068 INFO STEP 89 (ensure_file) COMPLETE |
9562 | 2024-12-14T00:37:23.736Z | [ host-image] Dec 14 00:37:22.068 INFO O| Dec 14 00:37:22.068 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9563 | 2024-12-14T00:37:23.758Z | [ host-image] Dec 14 00:37:22.107 INFO O| Dec 14 00:37:22.107 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9564 | 2024-12-14T00:37:23.759Z | [ host-image] Dec 14 00:37:22.108 INFO O| Dec 14 00:37:22.107 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9565 | 2024-12-14T00:37:23.761Z | [ host-image] Dec 14 00:37:22.108 INFO O| Dec 14 00:37:22.108 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9566 | 2024-12-14T00:37:23.761Z | [ host-image] Dec 14 00:37:22.108 INFO O| Dec 14 00:37:22.108 INFO ok! |
9567 | 2024-12-14T00:37:23.761Z | [ host-image] Dec 14 00:37:22.108 INFO O| Dec 14 00:37:22.108 INFO STEP 90 (ensure_file) COMPLETE |
9568 | 2024-12-14T00:37:23.761Z | [ host-image] Dec 14 00:37:22.108 INFO O| Dec 14 00:37:22.108 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9569 | 2024-12-14T00:37:23.783Z | [ host-image] Dec 14 00:37:22.132 INFO O| Dec 14 00:37:22.131 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9570 | 2024-12-14T00:37:23.783Z | [ host-image] Dec 14 00:37:22.132 INFO O| Dec 14 00:37:22.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9571 | 2024-12-14T00:37:23.783Z | [ host-image] Dec 14 00:37:22.132 INFO O| Dec 14 00:37:22.132 INFO STEP 91 (ensure_dir) COMPLETE |
9572 | 2024-12-14T00:37:23.783Z | [ host-image] Dec 14 00:37:22.132 INFO O| Dec 14 00:37:22.132 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9573 | 2024-12-14T00:37:23.813Z | [ host-image] Dec 14 00:37:22.162 INFO O| Dec 14 00:37:22.162 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9574 | 2024-12-14T00:37:23.813Z | [ host-image] Dec 14 00:37:22.162 INFO O| Dec 14 00:37:22.162 INFO copying /tmp/.tmpAGvK53/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 ... |
9575 | 2024-12-14T00:37:23.813Z | [ host-image] Dec 14 00:37:22.163 INFO O| Dec 14 00:37:22.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9576 | 2024-12-14T00:37:23.813Z | [ host-image] Dec 14 00:37:22.163 INFO O| Dec 14 00:37:22.163 INFO ok! |
9577 | 2024-12-14T00:37:23.816Z | [ host-image] Dec 14 00:37:22.163 INFO O| Dec 14 00:37:22.163 INFO STEP 92 (ensure_file) COMPLETE |
9578 | 2024-12-14T00:37:23.816Z | [ host-image] Dec 14 00:37:22.163 INFO O| Dec 14 00:37:22.163 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9579 | 2024-12-14T00:37:23.862Z | [ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9580 | 2024-12-14T00:37:23.862Z | [ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO copying /tmp/.tmpAGvK53/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 ... |
9581 | 2024-12-14T00:37:23.865Z | [ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9582 | 2024-12-14T00:37:23.865Z | [ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO ok! |
9583 | 2024-12-14T00:37:23.865Z | [ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO STEP 93 (ensure_file) COMPLETE |
9584 | 2024-12-14T00:37:23.865Z | [ host-image] Dec 14 00:37:22.211 INFO O| Dec 14 00:37:22.211 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9585 | 2024-12-14T00:37:23.895Z | [ host-image] Dec 14 00:37:22.243 INFO O| Dec 14 00:37:22.243 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9586 | 2024-12-14T00:37:23.895Z | [ host-image] Dec 14 00:37:22.243 INFO O| Dec 14 00:37:22.243 INFO copying /tmp/.tmpAGvK53/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 ... |
9587 | 2024-12-14T00:37:23.895Z | [ host-image] Dec 14 00:37:22.244 INFO O| Dec 14 00:37:22.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9588 | 2024-12-14T00:37:23.895Z | [ host-image] Dec 14 00:37:22.244 INFO O| Dec 14 00:37:22.244 INFO ok! |
9589 | 2024-12-14T00:37:23.895Z | [ host-image] Dec 14 00:37:22.244 INFO O| Dec 14 00:37:22.244 INFO STEP 94 (ensure_file) COMPLETE |
9590 | 2024-12-14T00:37:23.897Z | [ host-image] Dec 14 00:37:22.244 INFO O| Dec 14 00:37:22.244 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9591 | 2024-12-14T00:37:23.913Z | [ host-image] Dec 14 00:37:22.262 INFO O| Dec 14 00:37:22.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9592 | 2024-12-14T00:37:23.914Z | [ host-image] Dec 14 00:37:22.262 INFO O| Dec 14 00:37:22.262 INFO copying /tmp/.tmpAGvK53/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 ... |
9593 | 2024-12-14T00:37:23.914Z | [ host-image] Dec 14 00:37:22.263 INFO O| Dec 14 00:37:22.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9594 | 2024-12-14T00:37:23.914Z | [ host-image] Dec 14 00:37:22.263 INFO O| Dec 14 00:37:22.263 INFO ok! |
9595 | 2024-12-14T00:37:23.917Z | [ host-image] Dec 14 00:37:22.263 INFO O| Dec 14 00:37:22.263 INFO STEP 95 (ensure_file) COMPLETE |
9596 | 2024-12-14T00:37:23.917Z | [ host-image] Dec 14 00:37:22.263 INFO O| Dec 14 00:37:22.263 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9597 | 2024-12-14T00:37:23.934Z | [ host-image] Dec 14 00:37:22.283 INFO O| Dec 14 00:37:22.283 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9598 | 2024-12-14T00:37:23.934Z | [ host-image] Dec 14 00:37:22.283 INFO O| Dec 14 00:37:22.283 INFO copying /tmp/.tmpAGvK53/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 ... |
9599 | 2024-12-14T00:37:23.937Z | [ host-image] Dec 14 00:37:22.284 INFO O| Dec 14 00:37:22.283 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9600 | 2024-12-14T00:37:23.937Z | [ host-image] Dec 14 00:37:22.284 INFO O| Dec 14 00:37:22.283 INFO ok! |
9601 | 2024-12-14T00:37:23.938Z | [ host-image] Dec 14 00:37:22.284 INFO O| Dec 14 00:37:22.283 INFO STEP 96 (ensure_file) COMPLETE |
9602 | 2024-12-14T00:37:23.938Z | [ host-image] Dec 14 00:37:22.284 INFO O| Dec 14 00:37:22.283 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9603 | 2024-12-14T00:37:23.956Z | [ host-image] Dec 14 00:37:22.304 INFO O| Dec 14 00:37:22.304 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9604 | 2024-12-14T00:37:23.956Z | [ host-image] Dec 14 00:37:22.304 INFO O| Dec 14 00:37:22.304 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9605 | 2024-12-14T00:37:23.959Z | [ host-image] Dec 14 00:37:22.305 INFO O| Dec 14 00:37:22.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9606 | 2024-12-14T00:37:23.959Z | [ host-image] Dec 14 00:37:22.305 INFO O| Dec 14 00:37:22.305 INFO ok! |
9607 | 2024-12-14T00:37:23.959Z | [ host-image] Dec 14 00:37:22.305 INFO O| Dec 14 00:37:22.305 INFO STEP 97 (ensure_file) COMPLETE |
9608 | 2024-12-14T00:37:23.959Z | [ host-image] Dec 14 00:37:22.305 INFO O| Dec 14 00:37:22.305 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9609 | 2024-12-14T00:37:23.977Z | [ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9610 | 2024-12-14T00:37:23.977Z | [ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO copying /tmp/.tmpAGvK53/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 ... |
9611 | 2024-12-14T00:37:23.977Z | [ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9612 | 2024-12-14T00:37:23.980Z | [ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO ok! |
9613 | 2024-12-14T00:37:23.980Z | [ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO STEP 98 (ensure_file) COMPLETE |
9614 | 2024-12-14T00:37:23.980Z | [ host-image] Dec 14 00:37:22.326 INFO O| Dec 14 00:37:22.326 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9615 | 2024-12-14T00:37:24.014Z | [ host-image] Dec 14 00:37:22.363 INFO O| Dec 14 00:37:22.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9616 | 2024-12-14T00:37:24.014Z | [ host-image] Dec 14 00:37:22.363 INFO O| Dec 14 00:37:22.363 INFO copying /tmp/.tmpAGvK53/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 ... |
9617 | 2024-12-14T00:37:24.014Z | [ host-image] Dec 14 00:37:22.364 INFO O| Dec 14 00:37:22.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9618 | 2024-12-14T00:37:24.015Z | [ host-image] Dec 14 00:37:22.364 INFO O| Dec 14 00:37:22.364 INFO ok! |
9619 | 2024-12-14T00:37:24.017Z | [ host-image] Dec 14 00:37:22.364 INFO O| Dec 14 00:37:22.364 INFO STEP 99 (ensure_file) COMPLETE |
9620 | 2024-12-14T00:37:24.017Z | [ host-image] Dec 14 00:37:22.364 INFO O| Dec 14 00:37:22.364 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9621 | 2024-12-14T00:37:24.035Z | [ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9622 | 2024-12-14T00:37:24.035Z | [ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO copying /tmp/.tmpAGvK53/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 ... |
9623 | 2024-12-14T00:37:24.038Z | [ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9624 | 2024-12-14T00:37:24.038Z | [ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO ok! |
9625 | 2024-12-14T00:37:24.038Z | [ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO STEP 100 (ensure_file) COMPLETE |
9626 | 2024-12-14T00:37:24.038Z | [ host-image] Dec 14 00:37:22.384 INFO O| Dec 14 00:37:22.384 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9627 | 2024-12-14T00:37:24.120Z | [ host-image] Dec 14 00:37:22.469 INFO O| Dec 14 00:37:22.469 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9628 | 2024-12-14T00:37:24.123Z | [ host-image] Dec 14 00:37:22.469 INFO O| Dec 14 00:37:22.469 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9629 | 2024-12-14T00:37:24.123Z | [ host-image] Dec 14 00:37:22.470 INFO O| Dec 14 00:37:22.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9630 | 2024-12-14T00:37:24.123Z | [ host-image] Dec 14 00:37:22.470 INFO O| Dec 14 00:37:22.469 INFO ok! |
9631 | 2024-12-14T00:37:24.123Z | [ host-image] Dec 14 00:37:22.470 INFO O| Dec 14 00:37:22.470 INFO STEP 101 (ensure_file) COMPLETE |
9632 | 2024-12-14T00:37:24.123Z | [ host-image] Dec 14 00:37:22.470 INFO O| Dec 14 00:37:22.470 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9633 | 2024-12-14T00:37:24.177Z | [ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9634 | 2024-12-14T00:37:24.177Z | [ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO copying /tmp/.tmpAGvK53/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 ... |
9635 | 2024-12-14T00:37:24.177Z | [ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9636 | 2024-12-14T00:37:24.177Z | [ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO ok! |
9637 | 2024-12-14T00:37:24.180Z | [ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO STEP 102 (ensure_file) COMPLETE |
9638 | 2024-12-14T00:37:24.180Z | [ host-image] Dec 14 00:37:22.526 INFO O| Dec 14 00:37:22.526 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9639 | 2024-12-14T00:37:24.196Z | [ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9640 | 2024-12-14T00:37:24.196Z | [ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO copying /tmp/.tmpAGvK53/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 ... |
9641 | 2024-12-14T00:37:24.196Z | [ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9642 | 2024-12-14T00:37:24.196Z | [ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO ok! |
9643 | 2024-12-14T00:37:24.196Z | [ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO STEP 103 (ensure_file) COMPLETE |
9644 | 2024-12-14T00:37:24.199Z | [ host-image] Dec 14 00:37:22.545 INFO O| Dec 14 00:37:22.545 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9645 | 2024-12-14T00:37:24.216Z | [ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9646 | 2024-12-14T00:37:24.216Z | [ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO copying /tmp/.tmpAGvK53/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 ... |
9647 | 2024-12-14T00:37:24.216Z | [ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9648 | 2024-12-14T00:37:24.218Z | [ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO ok! |
9649 | 2024-12-14T00:37:24.218Z | [ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO STEP 104 (ensure_file) COMPLETE |
9650 | 2024-12-14T00:37:24.218Z | [ host-image] Dec 14 00:37:22.565 INFO O| Dec 14 00:37:22.565 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9651 | 2024-12-14T00:37:24.236Z | [ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9652 | 2024-12-14T00:37:24.236Z | [ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO copying /tmp/.tmpAGvK53/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 ... |
9653 | 2024-12-14T00:37:24.236Z | [ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9654 | 2024-12-14T00:37:24.239Z | [ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO ok! |
9655 | 2024-12-14T00:37:24.239Z | [ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO STEP 105 (ensure_file) COMPLETE |
9656 | 2024-12-14T00:37:24.239Z | [ host-image] Dec 14 00:37:22.585 INFO O| Dec 14 00:37:22.585 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9657 | 2024-12-14T00:37:24.257Z | [ host-image] Dec 14 00:37:22.606 INFO O| Dec 14 00:37:22.606 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9658 | 2024-12-14T00:37:24.257Z | [ host-image] Dec 14 00:37:22.606 INFO O| Dec 14 00:37:22.606 INFO copying /tmp/.tmpAGvK53/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 ... |
9659 | 2024-12-14T00:37:24.260Z | [ host-image] Dec 14 00:37:22.606 INFO O| Dec 14 00:37:22.606 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9660 | 2024-12-14T00:37:24.260Z | [ host-image] Dec 14 00:37:22.606 INFO O| Dec 14 00:37:22.606 INFO ok! |
9661 | 2024-12-14T00:37:24.260Z | [ host-image] Dec 14 00:37:22.606 INFO O| Dec 14 00:37:22.606 INFO STEP 106 (ensure_file) COMPLETE |
9662 | 2024-12-14T00:37:24.260Z | [ host-image] Dec 14 00:37:22.607 INFO O| Dec 14 00:37:22.606 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9663 | 2024-12-14T00:37:24.278Z | [ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9664 | 2024-12-14T00:37:24.278Z | [ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO copying /tmp/.tmpAGvK53/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 ... |
9665 | 2024-12-14T00:37:24.278Z | [ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9666 | 2024-12-14T00:37:24.280Z | [ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO ok! |
9667 | 2024-12-14T00:37:24.280Z | [ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO STEP 107 (ensure_file) COMPLETE |
9668 | 2024-12-14T00:37:24.280Z | [ host-image] Dec 14 00:37:22.627 INFO O| Dec 14 00:37:22.627 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9669 | 2024-12-14T00:37:24.299Z | [ host-image] Dec 14 00:37:22.647 INFO O| Dec 14 00:37:22.647 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9670 | 2024-12-14T00:37:24.299Z | [ host-image] Dec 14 00:37:22.647 INFO O| Dec 14 00:37:22.647 INFO copying /tmp/.tmpAGvK53/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 ... |
9671 | 2024-12-14T00:37:24.299Z | [ host-image] Dec 14 00:37:22.648 INFO O| Dec 14 00:37:22.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9672 | 2024-12-14T00:37:24.301Z | [ host-image] Dec 14 00:37:22.648 INFO O| Dec 14 00:37:22.647 INFO ok! |
9673 | 2024-12-14T00:37:24.301Z | [ host-image] Dec 14 00:37:22.648 INFO O| Dec 14 00:37:22.648 INFO STEP 108 (ensure_file) COMPLETE |
9674 | 2024-12-14T00:37:24.301Z | [ host-image] Dec 14 00:37:22.648 INFO O| Dec 14 00:37:22.648 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9675 | 2024-12-14T00:37:24.320Z | [ host-image] Dec 14 00:37:22.668 INFO O| Dec 14 00:37:22.668 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9676 | 2024-12-14T00:37:24.320Z | [ host-image] Dec 14 00:37:22.669 INFO O| Dec 14 00:37:22.668 INFO copying /tmp/.tmpAGvK53/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 ... |
9677 | 2024-12-14T00:37:24.320Z | [ host-image] Dec 14 00:37:22.669 INFO O| Dec 14 00:37:22.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9678 | 2024-12-14T00:37:24.320Z | [ host-image] Dec 14 00:37:22.669 INFO O| Dec 14 00:37:22.669 INFO ok! |
9679 | 2024-12-14T00:37:24.322Z | [ host-image] Dec 14 00:37:22.669 INFO O| Dec 14 00:37:22.669 INFO STEP 109 (ensure_file) COMPLETE |
9680 | 2024-12-14T00:37:24.322Z | [ host-image] Dec 14 00:37:22.669 INFO O| Dec 14 00:37:22.669 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9681 | 2024-12-14T00:37:24.341Z | [ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9682 | 2024-12-14T00:37:24.341Z | [ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO copying /tmp/.tmpAGvK53/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 ... |
9683 | 2024-12-14T00:37:24.341Z | [ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9684 | 2024-12-14T00:37:24.341Z | [ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO ok! |
9685 | 2024-12-14T00:37:24.343Z | [ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO STEP 110 (ensure_file) COMPLETE |
9686 | 2024-12-14T00:37:24.343Z | [ host-image] Dec 14 00:37:22.690 INFO O| Dec 14 00:37:22.690 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9687 | 2024-12-14T00:37:24.363Z | [ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9688 | 2024-12-14T00:37:24.363Z | [ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO copying /tmp/.tmpAGvK53/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 ... |
9689 | 2024-12-14T00:37:24.365Z | [ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9690 | 2024-12-14T00:37:24.365Z | [ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO ok! |
9691 | 2024-12-14T00:37:24.366Z | [ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO STEP 111 (ensure_file) COMPLETE |
9692 | 2024-12-14T00:37:24.366Z | [ host-image] Dec 14 00:37:22.712 INFO O| Dec 14 00:37:22.712 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9693 | 2024-12-14T00:37:24.386Z | [ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9694 | 2024-12-14T00:37:24.389Z | [ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO copying /tmp/.tmpAGvK53/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 ... |
9695 | 2024-12-14T00:37:24.389Z | [ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9696 | 2024-12-14T00:37:24.389Z | [ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO ok! |
9697 | 2024-12-14T00:37:24.389Z | [ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO STEP 112 (ensure_file) COMPLETE |
9698 | 2024-12-14T00:37:24.389Z | [ host-image] Dec 14 00:37:22.735 INFO O| Dec 14 00:37:22.735 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9699 | 2024-12-14T00:37:24.419Z | [ host-image] Dec 14 00:37:22.767 INFO O| Dec 14 00:37:22.767 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d does not exist |
9700 | 2024-12-14T00:37:24.419Z | [ host-image] Dec 14 00:37:22.767 INFO O| Dec 14 00:37:22.767 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/get-lr-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d ... |
9701 | 2024-12-14T00:37:24.422Z | [ host-image] Dec 14 00:37:22.768 INFO O| Dec 14 00:37:22.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.d |
9702 | 2024-12-14T00:37:24.422Z | [ host-image] Dec 14 00:37:22.768 INFO O| Dec 14 00:37:22.768 INFO ok! |
9703 | 2024-12-14T00:37:24.422Z | [ host-image] Dec 14 00:37:22.768 INFO O| Dec 14 00:37:22.768 INFO STEP 113 (ensure_file) COMPLETE |
9704 | 2024-12-14T00:37:24.422Z | [ host-image] Dec 14 00:37:22.768 INFO O| Dec 14 00:37:22.768 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9705 | 2024-12-14T00:37:24.474Z | [ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9706 | 2024-12-14T00:37:24.474Z | [ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO copying /tmp/.tmpAGvK53/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 ... |
9707 | 2024-12-14T00:37:24.474Z | [ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9708 | 2024-12-14T00:37:24.474Z | [ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO ok! |
9709 | 2024-12-14T00:37:24.477Z | [ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO STEP 114 (ensure_file) COMPLETE |
9710 | 2024-12-14T00:37:24.477Z | [ host-image] Dec 14 00:37:22.823 INFO O| Dec 14 00:37:22.823 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9711 | 2024-12-14T00:37:24.493Z | [ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.841 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d does not exist |
9712 | 2024-12-14T00:37:24.493Z | [ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.841 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/get-ds-state.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d ... |
9713 | 2024-12-14T00:37:24.496Z | [ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.d |
9714 | 2024-12-14T00:37:24.496Z | [ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.842 INFO ok! |
9715 | 2024-12-14T00:37:24.496Z | [ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.842 INFO STEP 115 (ensure_file) COMPLETE |
9716 | 2024-12-14T00:37:24.496Z | [ host-image] Dec 14 00:37:22.842 INFO O| Dec 14 00:37:22.842 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9717 | 2024-12-14T00:37:24.511Z | [ host-image] Dec 14 00:37:22.859 INFO O| Dec 14 00:37:22.859 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9718 | 2024-12-14T00:37:24.511Z | [ host-image] Dec 14 00:37:22.860 INFO O| Dec 14 00:37:22.859 INFO copying /tmp/.tmpAGvK53/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 ... |
9719 | 2024-12-14T00:37:24.514Z | [ host-image] Dec 14 00:37:22.860 INFO O| Dec 14 00:37:22.860 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9720 | 2024-12-14T00:37:24.514Z | [ host-image] Dec 14 00:37:22.860 INFO O| Dec 14 00:37:22.860 INFO ok! |
9721 | 2024-12-14T00:37:24.514Z | [ host-image] Dec 14 00:37:22.860 INFO O| Dec 14 00:37:22.860 INFO STEP 116 (ensure_file) COMPLETE |
9722 | 2024-12-14T00:37:24.514Z | [ host-image] Dec 14 00:37:22.860 INFO O| Dec 14 00:37:22.860 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9723 | 2024-12-14T00:37:24.530Z | [ host-image] Dec 14 00:37:22.879 INFO O| Dec 14 00:37:22.879 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9724 | 2024-12-14T00:37:24.530Z | [ host-image] Dec 14 00:37:22.879 INFO O| Dec 14 00:37:22.879 INFO copying /tmp/.tmpAGvK53/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 ... |
9725 | 2024-12-14T00:37:24.533Z | [ host-image] Dec 14 00:37:22.879 INFO O| Dec 14 00:37:22.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9726 | 2024-12-14T00:37:24.533Z | [ host-image] Dec 14 00:37:22.879 INFO O| Dec 14 00:37:22.879 INFO ok! |
9727 | 2024-12-14T00:37:24.533Z | [ host-image] Dec 14 00:37:22.879 INFO O| Dec 14 00:37:22.879 INFO STEP 117 (ensure_file) COMPLETE |
9728 | 2024-12-14T00:37:24.533Z | [ host-image] Dec 14 00:37:22.880 INFO O| Dec 14 00:37:22.879 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9729 | 2024-12-14T00:37:24.550Z | [ host-image] Dec 14 00:37:22.898 INFO O| Dec 14 00:37:22.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9730 | 2024-12-14T00:37:24.550Z | [ host-image] Dec 14 00:37:22.898 INFO O| Dec 14 00:37:22.898 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9731 | 2024-12-14T00:37:24.552Z | [ host-image] Dec 14 00:37:22.899 INFO O| Dec 14 00:37:22.899 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9732 | 2024-12-14T00:37:24.552Z | [ host-image] Dec 14 00:37:22.899 INFO O| Dec 14 00:37:22.899 INFO ok! |
9733 | 2024-12-14T00:37:24.552Z | [ host-image] Dec 14 00:37:22.899 INFO O| Dec 14 00:37:22.899 INFO STEP 118 (ensure_file) COMPLETE |
9734 | 2024-12-14T00:37:24.553Z | [ host-image] Dec 14 00:37:22.899 INFO O| Dec 14 00:37:22.899 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9735 | 2024-12-14T00:37:24.570Z | [ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9736 | 2024-12-14T00:37:24.570Z | [ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO copying /tmp/.tmpAGvK53/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 ... |
9737 | 2024-12-14T00:37:24.572Z | [ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9738 | 2024-12-14T00:37:24.572Z | [ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO ok! |
9739 | 2024-12-14T00:37:24.573Z | [ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO STEP 119 (ensure_file) COMPLETE |
9740 | 2024-12-14T00:37:24.573Z | [ host-image] Dec 14 00:37:22.919 INFO O| Dec 14 00:37:22.919 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9741 | 2024-12-14T00:37:24.611Z | [ host-image] Dec 14 00:37:22.960 INFO O| Dec 14 00:37:22.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9742 | 2024-12-14T00:37:24.611Z | [ host-image] Dec 14 00:37:22.960 INFO O| Dec 14 00:37:22.960 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9743 | 2024-12-14T00:37:24.614Z | [ host-image] Dec 14 00:37:22.960 INFO O| Dec 14 00:37:22.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9744 | 2024-12-14T00:37:24.614Z | [ host-image] Dec 14 00:37:22.961 INFO O| Dec 14 00:37:22.960 INFO ok! |
9745 | 2024-12-14T00:37:24.614Z | [ host-image] Dec 14 00:37:22.961 INFO O| Dec 14 00:37:22.961 INFO STEP 120 (ensure_file) COMPLETE |
9746 | 2024-12-14T00:37:24.614Z | [ host-image] Dec 14 00:37:22.961 INFO O| Dec 14 00:37:22.961 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9747 | 2024-12-14T00:37:24.632Z | [ host-image] Dec 14 00:37:22.981 INFO O| Dec 14 00:37:22.980 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9748 | 2024-12-14T00:37:24.632Z | [ host-image] Dec 14 00:37:22.981 INFO O| Dec 14 00:37:22.981 INFO copying /tmp/.tmpAGvK53/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9749 | 2024-12-14T00:37:36.240Z | [ host-image] Dec 14 00:37:34.586 INFO O| Dec 14 00:37:34.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9750 | 2024-12-14T00:37:36.243Z | [ host-image] Dec 14 00:37:34.587 INFO O| Dec 14 00:37:34.586 INFO ok! |
9751 | 2024-12-14T00:37:36.243Z | [ host-image] Dec 14 00:37:34.587 INFO O| Dec 14 00:37:34.586 INFO STEP 121 (ensure_file) COMPLETE |
9752 | 2024-12-14T00:37:36.244Z | [ host-image] Dec 14 00:37:34.587 INFO O| Dec 14 00:37:34.586 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9753 | 2024-12-14T00:37:36.258Z | [ host-image] Dec 14 00:37:34.604 INFO O| Dec 14 00:37:34.604 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9754 | 2024-12-14T00:37:36.258Z | [ host-image] Dec 14 00:37:34.604 INFO O| Dec 14 00:37:34.604 INFO STEP 122 (ensure_dir) COMPLETE |
9755 | 2024-12-14T00:37:36.261Z | [ host-image] Dec 14 00:37:34.604 INFO O| Dec 14 00:37:34.604 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9756 | 2024-12-14T00:37:36.338Z | [ host-image] Dec 14 00:37:34.684 INFO O| Dec 14 00:37:34.684 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9757 | 2024-12-14T00:37:36.339Z | [ host-image] Dec 14 00:37:34.684 INFO O| Dec 14 00:37:34.684 INFO STEP 123 (ensure_dir) COMPLETE |
9758 | 2024-12-14T00:37:36.339Z | [ host-image] Dec 14 00:37:34.684 INFO O| Dec 14 00:37:34.684 INFO STEP 124: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9759 | 2024-12-14T00:37:36.372Z | [ host-image] Dec 14 00:37:34.718 INFO O| Dec 14 00:37:34.718 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9760 | 2024-12-14T00:37:36.372Z | [ host-image] Dec 14 00:37:34.718 INFO O| Dec 14 00:37:34.718 INFO STEP 124 (ensure_dir) COMPLETE |
9761 | 2024-12-14T00:37:36.372Z | [ host-image] Dec 14 00:37:34.718 INFO O| Dec 14 00:37:34.718 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9762 | 2024-12-14T00:37:36.391Z | [ host-image] Dec 14 00:37:34.736 INFO O| Dec 14 00:37:34.736 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9763 | 2024-12-14T00:37:36.391Z | [ host-image] Dec 14 00:37:34.736 INFO O| Dec 14 00:37:34.736 INFO STEP 125 (ensure_dir) COMPLETE |
9764 | 2024-12-14T00:37:36.391Z | [ host-image] Dec 14 00:37:34.736 INFO O| Dec 14 00:37:34.736 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9765 | 2024-12-14T00:37:36.425Z | [ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9766 | 2024-12-14T00:37:36.425Z | [ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO copying /tmp/.tmpAGvK53/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 ... |
9767 | 2024-12-14T00:37:36.428Z | [ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9768 | 2024-12-14T00:37:36.428Z | [ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO ok! |
9769 | 2024-12-14T00:37:36.428Z | [ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO STEP 126 (ensure_file) COMPLETE |
9770 | 2024-12-14T00:37:36.428Z | [ host-image] Dec 14 00:37:34.771 INFO O| Dec 14 00:37:34.771 INFO STEP 127: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9771 | 2024-12-14T00:37:36.460Z | [ host-image] Dec 14 00:37:34.806 INFO O| Dec 14 00:37:34.806 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9772 | 2024-12-14T00:37:36.461Z | [ host-image] Dec 14 00:37:34.806 INFO O| Dec 14 00:37:34.806 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9773 | 2024-12-14T00:37:36.463Z | [ host-image] Dec 14 00:37:34.806 INFO O| Dec 14 00:37:34.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9774 | 2024-12-14T00:37:36.463Z | [ host-image] Dec 14 00:37:34.806 INFO O| Dec 14 00:37:34.806 INFO STEP 127 (ensure_dir) COMPLETE |
9775 | 2024-12-14T00:37:36.464Z | [ host-image] Dec 14 00:37:34.806 INFO O| Dec 14 00:37:34.806 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9776 | 2024-12-14T00:37:36.496Z | [ host-image] Dec 14 00:37:34.842 INFO O| Dec 14 00:37:34.842 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9777 | 2024-12-14T00:37:36.496Z | [ host-image] Dec 14 00:37:34.842 INFO O| Dec 14 00:37:34.842 INFO copying /tmp/.tmpAGvK53/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9778 | 2024-12-14T00:37:36.496Z | [ host-image] Dec 14 00:37:34.842 INFO O| Dec 14 00:37:34.842 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9779 | 2024-12-14T00:37:36.499Z | [ host-image] Dec 14 00:37:34.842 INFO O| Dec 14 00:37:34.842 INFO ok! |
9780 | 2024-12-14T00:37:36.499Z | [ host-image] Dec 14 00:37:34.843 INFO O| Dec 14 00:37:34.842 INFO STEP 128 (ensure_file) COMPLETE |
9781 | 2024-12-14T00:37:36.499Z | [ host-image] Dec 14 00:37:34.843 INFO O| Dec 14 00:37:34.843 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9782 | 2024-12-14T00:37:36.513Z | [ host-image] Dec 14 00:37:34.859 INFO O| Dec 14 00:37:34.859 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9783 | 2024-12-14T00:37:36.515Z | [ host-image] Dec 14 00:37:34.859 INFO O| Dec 14 00:37:34.859 INFO STEP 129 (remove_files) COMPLETE |
9784 | 2024-12-14T00:37:36.515Z | [ host-image] Dec 14 00:37:34.859 INFO O| Dec 14 00:37:34.859 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9785 | 2024-12-14T00:37:36.533Z | [ host-image] Dec 14 00:37:34.879 INFO O| Dec 14 00:37:34.879 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9786 | 2024-12-14T00:37:36.535Z | [ host-image] Dec 14 00:37:34.879 INFO O| Dec 14 00:37:34.879 INFO STEP 130 (remove_files) COMPLETE |
9787 | 2024-12-14T00:37:36.536Z | [ host-image] Dec 14 00:37:34.879 INFO O| Dec 14 00:37:34.879 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9788 | 2024-12-14T00:37:36.563Z | [ host-image] Dec 14 00:37:34.909 INFO O| Dec 14 00:37:34.909 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9789 | 2024-12-14T00:37:36.566Z | [ host-image] Dec 14 00:37:34.909 INFO O| Dec 14 00:37:34.909 INFO STEP 131 (remove_files) COMPLETE |
9790 | 2024-12-14T00:37:36.566Z | [ host-image] Dec 14 00:37:34.909 INFO O| Dec 14 00:37:34.909 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9791 | 2024-12-14T00:37:36.580Z | [ host-image] Dec 14 00:37:34.926 INFO O| Dec 14 00:37:34.926 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9792 | 2024-12-14T00:37:36.583Z | [ host-image] Dec 14 00:37:34.927 INFO O| Dec 14 00:37:34.927 INFO STEP 132 (remove_files) COMPLETE |
9793 | 2024-12-14T00:37:36.583Z | [ host-image] Dec 14 00:37:34.927 INFO O| Dec 14 00:37:34.927 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9794 | 2024-12-14T00:37:36.597Z | [ host-image] Dec 14 00:37:34.943 INFO O| Dec 14 00:37:34.943 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9795 | 2024-12-14T00:37:36.597Z | [ host-image] Dec 14 00:37:34.943 INFO O| Dec 14 00:37:34.943 INFO STEP 133 (remove_files) COMPLETE |
9796 | 2024-12-14T00:37:36.597Z | [ host-image] Dec 14 00:37:34.943 INFO O| Dec 14 00:37:34.943 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9797 | 2024-12-14T00:37:36.616Z | [ host-image] Dec 14 00:37:34.962 INFO O| Dec 14 00:37:34.962 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9798 | 2024-12-14T00:37:36.619Z | [ host-image] Dec 14 00:37:34.963 INFO O| Dec 14 00:37:34.963 INFO STEP 134 (remove_files) COMPLETE |
9799 | 2024-12-14T00:37:36.619Z | [ host-image] Dec 14 00:37:34.963 INFO O| Dec 14 00:37:34.963 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9800 | 2024-12-14T00:37:36.636Z | [ host-image] Dec 14 00:37:34.982 INFO O| Dec 14 00:37:34.982 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9801 | 2024-12-14T00:37:36.636Z | [ host-image] Dec 14 00:37:34.983 INFO O| Dec 14 00:37:34.982 INFO STEP 135 (remove_files) COMPLETE |
9802 | 2024-12-14T00:37:36.636Z | [ host-image] Dec 14 00:37:34.983 INFO O| Dec 14 00:37:34.982 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9803 | 2024-12-14T00:37:36.658Z | [ host-image] Dec 14 00:37:35.004 INFO O| Dec 14 00:37:35.004 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9804 | 2024-12-14T00:37:36.658Z | [ host-image] Dec 14 00:37:35.004 INFO O| Dec 14 00:37:35.004 INFO STEP 136 (remove_files) COMPLETE |
9805 | 2024-12-14T00:37:36.658Z | [ host-image] Dec 14 00:37:35.004 INFO O| Dec 14 00:37:35.004 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9806 | 2024-12-14T00:37:36.704Z | [ host-image] Dec 14 00:37:35.049 INFO O| Dec 14 00:37:35.049 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9807 | 2024-12-14T00:37:36.707Z | [ host-image] Dec 14 00:37:35.049 INFO O| Dec 14 00:37:35.049 INFO STEP 137 (remove_files) COMPLETE |
9808 | 2024-12-14T00:37:36.707Z | [ host-image] Dec 14 00:37:35.049 INFO O| Dec 14 00:37:35.049 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9809 | 2024-12-14T00:37:36.723Z | [ host-image] Dec 14 00:37:35.069 INFO O| Dec 14 00:37:35.069 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9810 | 2024-12-14T00:37:36.723Z | [ host-image] Dec 14 00:37:35.069 INFO O| Dec 14 00:37:35.069 INFO STEP 138 (remove_files) COMPLETE |
9811 | 2024-12-14T00:37:36.723Z | [ host-image] Dec 14 00:37:35.069 INFO O| Dec 14 00:37:35.069 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9812 | 2024-12-14T00:37:36.744Z | [ host-image] Dec 14 00:37:35.090 INFO O| Dec 14 00:37:35.090 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9813 | 2024-12-14T00:37:36.744Z | [ host-image] Dec 14 00:37:35.090 INFO O| Dec 14 00:37:35.090 INFO STEP 139 (remove_files) COMPLETE |
9814 | 2024-12-14T00:37:36.744Z | [ host-image] Dec 14 00:37:35.090 INFO O| Dec 14 00:37:35.090 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9815 | 2024-12-14T00:37:36.764Z | [ host-image] Dec 14 00:37:35.110 INFO O| Dec 14 00:37:35.110 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9816 | 2024-12-14T00:37:36.765Z | [ host-image] Dec 14 00:37:35.111 INFO O| Dec 14 00:37:35.110 INFO STEP 140 (remove_files) COMPLETE |
9817 | 2024-12-14T00:37:36.767Z | [ host-image] Dec 14 00:37:35.111 INFO O| Dec 14 00:37:35.110 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9818 | 2024-12-14T00:37:36.788Z | [ host-image] Dec 14 00:37:35.134 INFO O| Dec 14 00:37:35.134 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9819 | 2024-12-14T00:37:36.788Z | [ host-image] Dec 14 00:37:35.134 INFO O| Dec 14 00:37:35.134 INFO STEP 141 (remove_files) COMPLETE |
9820 | 2024-12-14T00:37:36.788Z | [ host-image] Dec 14 00:37:35.134 INFO O| Dec 14 00:37:35.134 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9821 | 2024-12-14T00:37:36.806Z | [ host-image] Dec 14 00:37:35.152 INFO O| Dec 14 00:37:35.152 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9822 | 2024-12-14T00:37:36.806Z | [ host-image] Dec 14 00:37:35.152 INFO O| Dec 14 00:37:35.152 INFO STEP 142 (remove_files) COMPLETE |
9823 | 2024-12-14T00:37:36.806Z | [ host-image] Dec 14 00:37:35.152 INFO O| Dec 14 00:37:35.152 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9824 | 2024-12-14T00:37:36.833Z | [ host-image] Dec 14 00:37:35.179 INFO O| Dec 14 00:37:35.179 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9825 | 2024-12-14T00:37:36.833Z | [ host-image] Dec 14 00:37:35.179 INFO O| Dec 14 00:37:35.179 INFO STEP 143 (remove_files) COMPLETE |
9826 | 2024-12-14T00:37:36.833Z | [ host-image] Dec 14 00:37:35.179 INFO O| Dec 14 00:37:35.179 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9827 | 2024-12-14T00:37:36.854Z | [ host-image] Dec 14 00:37:35.200 INFO O| Dec 14 00:37:35.200 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9828 | 2024-12-14T00:37:36.854Z | [ host-image] Dec 14 00:37:35.200 INFO O| Dec 14 00:37:35.200 INFO STEP 144 (remove_files) COMPLETE |
9829 | 2024-12-14T00:37:36.854Z | [ host-image] Dec 14 00:37:35.200 INFO O| Dec 14 00:37:35.200 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9830 | 2024-12-14T00:37:36.873Z | [ host-image] Dec 14 00:37:35.219 INFO O| Dec 14 00:37:35.219 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9831 | 2024-12-14T00:37:36.873Z | [ host-image] Dec 14 00:37:35.219 INFO O| Dec 14 00:37:35.219 INFO STEP 145 (remove_files) COMPLETE |
9832 | 2024-12-14T00:37:36.873Z | [ host-image] Dec 14 00:37:35.219 INFO O| Dec 14 00:37:35.219 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9833 | 2024-12-14T00:37:36.893Z | [ host-image] Dec 14 00:37:35.239 INFO O| Dec 14 00:37:35.239 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9834 | 2024-12-14T00:37:36.893Z | [ host-image] Dec 14 00:37:35.239 INFO O| Dec 14 00:37:35.239 INFO STEP 146 (remove_files) COMPLETE |
9835 | 2024-12-14T00:37:36.893Z | [ host-image] Dec 14 00:37:35.239 INFO O| Dec 14 00:37:35.239 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9836 | 2024-12-14T00:37:36.911Z | [ host-image] Dec 14 00:37:35.257 INFO O| Dec 14 00:37:35.257 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9837 | 2024-12-14T00:37:36.911Z | [ host-image] Dec 14 00:37:35.257 INFO O| Dec 14 00:37:35.257 INFO STEP 147 (remove_files) COMPLETE |
9838 | 2024-12-14T00:37:36.911Z | [ host-image] Dec 14 00:37:35.257 INFO O| Dec 14 00:37:35.257 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9839 | 2024-12-14T00:37:36.932Z | [ host-image] Dec 14 00:37:35.278 INFO O| Dec 14 00:37:35.278 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9840 | 2024-12-14T00:37:36.932Z | [ host-image] Dec 14 00:37:35.278 INFO O| Dec 14 00:37:35.278 INFO STEP 148 (remove_files) COMPLETE |
9841 | 2024-12-14T00:37:36.934Z | [ host-image] Dec 14 00:37:35.278 INFO O| Dec 14 00:37:35.278 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9842 | 2024-12-14T00:37:36.951Z | [ host-image] Dec 14 00:37:35.297 INFO O| Dec 14 00:37:35.297 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9843 | 2024-12-14T00:37:36.951Z | [ host-image] Dec 14 00:37:35.297 INFO O| Dec 14 00:37:35.297 INFO STEP 149 (remove_files) COMPLETE |
9844 | 2024-12-14T00:37:36.951Z | [ host-image] Dec 14 00:37:35.297 INFO O| Dec 14 00:37:35.297 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9845 | 2024-12-14T00:37:36.975Z | [ host-image] Dec 14 00:37:35.321 INFO O| Dec 14 00:37:35.321 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9846 | 2024-12-14T00:37:36.978Z | [ host-image] Dec 14 00:37:35.321 INFO O| Dec 14 00:37:35.321 INFO STEP 150 (remove_files) COMPLETE |
9847 | 2024-12-14T00:37:36.978Z | [ host-image] Dec 14 00:37:35.321 INFO O| Dec 14 00:37:35.321 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9848 | 2024-12-14T00:37:37.028Z | [ host-image] Dec 14 00:37:35.373 INFO O| Dec 14 00:37:35.373 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9849 | 2024-12-14T00:37:37.028Z | [ host-image] Dec 14 00:37:35.373 INFO O| Dec 14 00:37:35.373 INFO STEP 151 (remove_files) COMPLETE |
9850 | 2024-12-14T00:37:37.030Z | [ host-image] Dec 14 00:37:35.373 INFO O| Dec 14 00:37:35.373 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9851 | 2024-12-14T00:37:37.090Z | [ host-image] Dec 14 00:37:35.436 INFO O| Dec 14 00:37:35.436 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9852 | 2024-12-14T00:37:37.090Z | [ host-image] Dec 14 00:37:35.436 INFO O| Dec 14 00:37:35.436 INFO STEP 152 (remove_files) COMPLETE |
9853 | 2024-12-14T00:37:37.090Z | [ host-image] Dec 14 00:37:35.436 INFO O| Dec 14 00:37:35.436 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9854 | 2024-12-14T00:37:37.110Z | [ host-image] Dec 14 00:37:35.456 INFO O| Dec 14 00:37:35.456 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9855 | 2024-12-14T00:37:37.110Z | [ host-image] Dec 14 00:37:35.456 INFO O| Dec 14 00:37:35.456 INFO STEP 153 (remove_files) COMPLETE |
9856 | 2024-12-14T00:37:37.113Z | [ host-image] Dec 14 00:37:35.456 INFO O| Dec 14 00:37:35.456 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9857 | 2024-12-14T00:37:37.131Z | [ host-image] Dec 14 00:37:35.477 INFO O| Dec 14 00:37:35.477 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9858 | 2024-12-14T00:37:37.131Z | [ host-image] Dec 14 00:37:35.477 INFO O| Dec 14 00:37:35.477 INFO STEP 154 (remove_files) COMPLETE |
9859 | 2024-12-14T00:37:37.131Z | [ host-image] Dec 14 00:37:35.477 INFO O| Dec 14 00:37:35.477 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9860 | 2024-12-14T00:37:37.150Z | [ host-image] Dec 14 00:37:35.496 INFO O| Dec 14 00:37:35.496 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9861 | 2024-12-14T00:37:37.150Z | [ host-image] Dec 14 00:37:35.496 INFO O| Dec 14 00:37:35.496 INFO STEP 155 (remove_files) COMPLETE |
9862 | 2024-12-14T00:37:37.150Z | [ host-image] Dec 14 00:37:35.496 INFO O| Dec 14 00:37:35.496 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9863 | 2024-12-14T00:37:37.171Z | [ host-image] Dec 14 00:37:35.517 INFO O| Dec 14 00:37:35.516 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9864 | 2024-12-14T00:37:37.171Z | [ host-image] Dec 14 00:37:35.517 INFO O| Dec 14 00:37:35.517 INFO STEP 156 (remove_files) COMPLETE |
9865 | 2024-12-14T00:37:37.171Z | [ host-image] Dec 14 00:37:35.517 INFO O| Dec 14 00:37:35.517 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9866 | 2024-12-14T00:37:37.191Z | [ host-image] Dec 14 00:37:35.536 INFO O| Dec 14 00:37:35.536 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9867 | 2024-12-14T00:37:37.191Z | [ host-image] Dec 14 00:37:35.536 INFO O| Dec 14 00:37:35.536 INFO STEP 157 (remove_files) COMPLETE |
9868 | 2024-12-14T00:37:37.191Z | [ host-image] Dec 14 00:37:35.536 INFO O| Dec 14 00:37:35.536 INFO STEP 158: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9869 | 2024-12-14T00:37:37.242Z | [ host-image] Dec 14 00:37:35.587 INFO O| Dec 14 00:37:35.587 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9870 | 2024-12-14T00:37:37.242Z | [ host-image] Dec 14 00:37:35.588 INFO O| Dec 14 00:37:35.587 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "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"} |
9871 | 2024-12-14T00:37:48.351Z | [ host-image] Dec 14 00:37:46.694 INFO O| Dec 14 00:37:46.693 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 |
9872 | 2024-12-14T00:37:48.353Z | [ host-image] Dec 14 00:37:46.694 INFO O| Dec 14 00:37:46.693 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9873 | 2024-12-14T00:37:48.379Z | [ host-image] Dec 14 00:37:46.722 INFO O| Dec 14 00:37:46.722 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", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9874 | 2024-12-14T00:37:48.555Z | [ host-image] Dec 14 00:37:46.898 INFO O| Dec 14 00:37:46.898 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9875 | 2024-12-14T00:37:48.555Z | [ host-image] Dec 14 00:37:46.898 INFO O| Dec 14 00:37:46.898 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9876 | 2024-12-14T00:37:48.558Z | [ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9877 | 2024-12-14T00:37:48.559Z | [ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO ok! |
9878 | 2024-12-14T00:37:48.559Z | [ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9879 | 2024-12-14T00:37:48.559Z | [ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO STEP 158 (seed_smf) COMPLETE |
9880 | 2024-12-14T00:37:48.559Z | [ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO steps complete; finalising image! |
9881 | 2024-12-14T00:37:48.559Z | [ host-image] Dec 14 00:37:46.901 INFO O| Dec 14 00:37:46.901 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9882 | 2024-12-14T00:37:48.760Z | [ host-image] Dec 14 00:37:47.103 INFO O| Dec 14 00:37:47.103 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Sat Dec 14 00:37:46 2024) |
9883 | 2024-12-14T00:37:48.971Z | [ host-image] Dec 14 00:37:47.314 INFO O| Dec 14 00:37:47.314 INFO trim TEMPORARY-gimlet-zfs: (23% trimmed, started at Sat Dec 14 00:37:46 2024) |
9884 | 2024-12-14T00:37:49.183Z | [ host-image] Dec 14 00:37:47.525 INFO O| Dec 14 00:37:47.525 INFO trim TEMPORARY-gimlet-zfs: (51% trimmed, started at Sat Dec 14 00:37:46 2024) |
9885 | 2024-12-14T00:37:49.395Z | [ host-image] Dec 14 00:37:47.737 INFO O| Dec 14 00:37:47.737 INFO trim TEMPORARY-gimlet-zfs: (73% trimmed, started at Sat Dec 14 00:37:46 2024) |
9886 | 2024-12-14T00:37:49.607Z | [ host-image] Dec 14 00:37:47.950 INFO O| Dec 14 00:37:47.950 INFO trim TEMPORARY-gimlet-zfs: (95% trimmed, started at Sat Dec 14 00:37:46 2024) |
9887 | 2024-12-14T00:37:49.842Z | [ host-image] Dec 14 00:37:48.185 INFO O| Dec 14 00:37:48.184 INFO temporary pool has 690M used, 142M avail, 1.82x compressratio |
9888 | 2024-12-14T00:37:49.845Z | [ host-image] Dec 14 00:37:48.185 INFO O| Dec 14 00:37:48.185 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9889 | 2024-12-14T00:37:50.705Z | [ host-image] Dec 14 00:37:49.047 INFO O| Dec 14 00:37:49.047 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9890 | 2024-12-14T00:37:50.705Z | [ host-image] Dec 14 00:37:49.047 INFO O| Dec 14 00:37:49.047 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9891 | 2024-12-14T00:37:52.596Z | [ host-image] Dec 14 00:37:50.938 INFO O| Dec 14 00:37:50.938 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9892 | 2024-12-14T00:37:52.596Z | [ host-image] Dec 14 00:37:50.938 INFO O| Dec 14 00:37:50.938 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9893 | 2024-12-14T00:37:52.599Z | [ host-image] Dec 14 00:37:50.938 INFO O| Dec 14 00:37:50.938 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9894 | 2024-12-14T00:37:52.599Z | [ host-image] Dec 14 00:37:50.938 INFO O| Dec 14 00:37:50.938 INFO completed processing gimlet/zfs |
9895 | 2024-12-14T00:37:52.599Z | [ host-image] Dec 14 00:37:50.938 INFO O| Dec 14 00:37:50.938 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9896 | 2024-12-14T00:38:01.072Z | [ host-image] Dec 14 00:37:59.412 INFO O| Dec 14 00:37:59.411 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9897 | 2024-12-14T00:38:01.208Z | [ host-image] Dec 14 00:37:59.548 INFO BUILD STRING "heads/stlouis-0-g92ea22932b\n" |
9898 | 2024-12-14T00:38:01.211Z | [ host-image] Dec 14 00:37:59.548 INFO expanded image name: "ci 2d0edd7/${os_short_commit} 2024-12-14 00:04" -> "ci 2d0edd7/92ea229 2024-12-14 00:04" |
9899 | 2024-12-14T00:38:01.211Z | [ host-image] Dec 14 00:37:59.549 INFO output artefacts stored in: "/work/os-host" |
9900 | 2024-12-14T00:38:01.211Z | [ host-image] Dec 14 00:37:59.549 INFO collecting git info from project "bootserver"... |
9901 | 2024-12-14T00:38:01.217Z | [ host-image] Dec 14 00:37:59.557 INFO collecting git info from project "pinprick"... |
9902 | 2024-12-14T00:38:01.224Z | [ host-image] Dec 14 00:37:59.564 INFO collecting git info from project "phbl"... |
9903 | 2024-12-14T00:38:01.232Z | [ host-image] Dec 14 00:37:59.572 INFO collecting git info from project "chelsio-t6-roms"... |
9904 | 2024-12-14T00:38:01.239Z | [ host-image] Dec 14 00:37:59.579 INFO collecting git info from project "amd-firmware"... |
9905 | 2024-12-14T00:38:01.254Z | [ host-image] Dec 14 00:37:59.594 INFO collecting git info from project "amd-host-image-builder"... |
9906 | 2024-12-14T00:38:01.306Z | [ host-image] Dec 14 00:37:59.646 INFO collecting git info from project "pilot"... |
9907 | 2024-12-14T00:38:01.317Z | [ host-image] Dec 14 00:37:59.657 INFO collecting git info from project "image-builder"... |
9908 | 2024-12-14T00:38:01.326Z | [ host-image] Dec 14 00:37:59.666 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9909 | 2024-12-14T00:38:01.911Z | [ host-image] Dec 14 00:38:00.251 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9910 | 2024-12-14T00:38:02.297Z | [ host-image] Dec 14 00:38:00.636 INFO creating Oxide boot image... |
9911 | 2024-12-14T00:38:02.297Z | [ host-image] Dec 14 00:38:00.636 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 2d0edd7/92ea229 2024-12-14 00:04", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9912 | 2024-12-14T00:38:03.456Z | [ host-image] Dec 14 00:38:01.796 INFO O| ok, image written! |
9913 | 2024-12-14T00:38:03.456Z | [ host-image] Dec 14 00:38:01.796 INFO O| ok, boot_image_csum file written! |
9914 | 2024-12-14T00:38:03.460Z | [ host-image] Dec 14 00:38:01.800 INFO creating boot archive (CPIO)... |
9915 | 2024-12-14T00:38:03.460Z | [ host-image] Dec 14 00:38:01.800 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 |
9916 | 2024-12-14T00:38:03.469Z | [ host-image] Dec 14 00:38:01.809 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9917 | 2024-12-14T00:38:03.472Z | [ host-image] Dec 14 00:38:01.809 INFO E| + outfile=/work/os-host/cpio |
9918 | 2024-12-14T00:38:03.472Z | [ host-image] Dec 14 00:38:01.809 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9919 | 2024-12-14T00:38:03.472Z | [ host-image] Dec 14 00:38:01.812 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9920 | 2024-12-14T00:38:03.475Z | [ host-image] Dec 14 00:38:01.812 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9921 | 2024-12-14T00:38:03.529Z | [ host-image] Dec 14 00:38:01.868 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9922 | 2024-12-14T00:38:03.529Z | [ host-image] Dec 14 00:38:01.868 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9923 | 2024-12-14T00:38:03.539Z | [ host-image] Dec 14 00:38:01.879 INFO creating compressed cpio/unix for nanobl-rs... |
9924 | 2024-12-14T00:38:03.539Z | [ host-image] Dec 14 00:38:01.879 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 |
9925 | 2024-12-14T00:38:03.857Z | [ host-image] Dec 14 00:38:02.197 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9926 | 2024-12-14T00:38:08.484Z | [ host-image] Dec 14 00:38:06.822 INFO creating reset image... |
9927 | 2024-12-14T00:38:08.484Z | [ host-image] Dec 14 00:38:06.823 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9928 | 2024-12-14T00:38:08.591Z | [ host-image] Dec 14 00:38:06.930 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.04s |
9929 | 2024-12-14T00:38:08.594Z | [ host-image] Dec 14 00:38:06.931 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9930 | 2024-12-14T00:38:08.671Z | [ host-image] Dec 14 00:38:07.009 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9931 | 2024-12-14T00:38:10.760Z | [ host-image] Dec 14 00:38:09.098 INFO E| Finished `release` profile [optimized] target(s) in 2.14s |
9932 | 2024-12-14T00:38:10.776Z | [ host-image] Dec 14 00:38:09.114 INFO building host image... |
9933 | 2024-12-14T00:38:10.778Z | [ host-image] Dec 14 00:38:09.114 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") |
9934 | 2024-12-14T00:38:11.349Z | [ host-image] Dec 14 00:38:09.686 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9935 | 2024-12-14T00:39:22.746Z | [ host-image] Dec 14 00:39:21.066 INFO image complete! materials are in "/work/os-host" |
9936 | 2024-12-14T00:39:22.750Z | [ host-image] |
9937 | 2024-12-14T00:39:22.750Z | [ host-image] real 13:03.414444332 |
9938 | 2024-12-14T00:39:22.752Z | [ host-image] user 6:35.115494137 |
9939 | 2024-12-14T00:39:22.752Z | [ host-image] sys 1:08.891994387 |
9940 | 2024-12-14T00:39:22.752Z | [ host-image] trap 0.293057701 |
9941 | 2024-12-14T00:39:22.752Z | [ host-image] tflt 0.006339676 |
9942 | 2024-12-14T00:39:22.752Z | [ host-image] dflt 0.059263844 |
9943 | 2024-12-14T00:39:22.752Z | [ host-image] kflt 0.006785256 |
9944 | 2024-12-14T00:39:22.752Z | [ host-image] lock 7:40.925607208 |
9945 | 2024-12-14T00:39:22.752Z | [ host-image] slp 1:07:53.094494644 |
9946 | 2024-12-14T00:39:22.752Z | [ host-image] lat 3:03.920482078 |
9947 | 2024-12-14T00:39:22.752Z | [ host-image] stop 0.614926976 |
9948 | 2024-12-14T00:39:22.752Z | Dec 14 00:39:21.071 INFO [host-image] process exited with exit status: 0 (783.431989043s) |
9949 | 2024-12-14T00:39:22.752Z | Dec 14 00:39:21.071 INFO [tuf-repo] running task |
9950 | 2024-12-14T00:39:36.143Z | Dec 14 00:39:34.460 INFO assembling repository in `/tmp/tufaceousGVN5Kv`, component: OmicronRepoAssembler |
9951 | 2024-12-14T00:40:00.208Z | Dec 14 00:39:58.520 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9952 | 2024-12-14T00:40:00.658Z | Dec 14 00:39:58.969 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9953 | 2024-12-14T00:40:20.864Z | Dec 14 00:40:19.170 INFO [tuf-repo] task succeeded (58.098687182s) |
9954 | 2024-12-14T00:41:58.287Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 15m 21s |
9955 | 2024-12-14T00:41:58.686Z | Dec 14 00:41:56.969 INFO [verify-libraries] process exited with exit status: 0 (925.89108355s) |
9956 | 2024-12-14T00:41:58.686Z | Dec 14 00:41:56.969 INFO all jobs completed in 2253.754484735s |
9957 | 2024-12-14T00:41:59.295Z | process exited: duration 2935458 ms, exit code 0 |
|
9958 | 2024-12-14T00:41:59.307Z | found 33 output files |
9959 | 2024-12-14T00:41:59.307Z | uploading: /work/manifest.toml (8404 bytes) |
9960 | 2024-12-14T00:42:00.349Z | uploaded: /work/manifest.toml |
9961 | 2024-12-14T00:42:00.350Z | uploading: /work/repo.zip (1945575873 bytes) |
9962 | 2024-12-14T00:42:39.382Z | uploaded: /work/repo.zip |
9963 | 2024-12-14T00:42:39.382Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9964 | 2024-12-14T00:42:40.391Z | uploaded: /work/repo.zip.sha256.txt |
9965 | 2024-12-14T00:42:40.391Z | uploading: /work/helios-setup.log (66237 bytes) |
9966 | 2024-12-14T00:42:41.404Z | uploaded: /work/helios-setup.log |
9967 | 2024-12-14T00:42:41.405Z | uploading: /work/host-image.log (196997 bytes) |
9968 | 2024-12-14T00:42:42.417Z | uploaded: /work/host-image.log |
9969 | 2024-12-14T00:42:42.418Z | uploading: /work/host-package.log (22252 bytes) |
9970 | 2024-12-14T00:42:43.427Z | uploaded: /work/host-package.log |
9971 | 2024-12-14T00:42:43.427Z | uploading: /work/host-target.log (101 bytes) |
9972 | 2024-12-14T00:42:44.435Z | uploaded: /work/host-target.log |
9973 | 2024-12-14T00:42:44.435Z | uploading: /work/omicron-package.log (5666 bytes) |
9974 | 2024-12-14T00:42:45.444Z | uploaded: /work/omicron-package.log |
9975 | 2024-12-14T00:42:45.444Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9976 | 2024-12-14T00:42:46.452Z | uploaded: /work/phbl-toolchain.log |
9977 | 2024-12-14T00:42:46.452Z | uploading: /work/recovery-image.log (591910 bytes) |
9978 | 2024-12-14T00:42:47.473Z | uploaded: /work/recovery-image.log |
9979 | 2024-12-14T00:42:47.473Z | uploading: /work/recovery-package.log (321 bytes) |
9980 | 2024-12-14T00:42:48.481Z | uploaded: /work/recovery-package.log |
9981 | 2024-12-14T00:42:48.481Z | uploading: /work/recovery-target.log (57 bytes) |
9982 | 2024-12-14T00:42:49.494Z | uploaded: /work/recovery-target.log |
9983 | 2024-12-14T00:42:49.494Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9984 | 2024-12-14T00:42:50.502Z | uploaded: /work/stamp-clickhouse.log |
9985 | 2024-12-14T00:42:50.502Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9986 | 2024-12-14T00:42:51.511Z | uploaded: /work/stamp-clickhouse_keeper.log |
9987 | 2024-12-14T00:42:51.511Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9988 | 2024-12-14T00:42:52.520Z | uploaded: /work/stamp-cockroachdb.log |
9989 | 2024-12-14T00:42:52.520Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9990 | 2024-12-14T00:42:53.530Z | uploaded: /work/stamp-crucible-dtrace.log |
9991 | 2024-12-14T00:42:53.530Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9992 | 2024-12-14T00:42:54.540Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9993 | 2024-12-14T00:42:54.540Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9994 | 2024-12-14T00:42:55.550Z | uploaded: /work/stamp-crucible-zone.log |
9995 | 2024-12-14T00:42:55.550Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9996 | 2024-12-14T00:42:56.560Z | uploaded: /work/stamp-external-dns.log |
9997 | 2024-12-14T00:42:56.560Z | uploading: /work/stamp-installinator.log (103 bytes) |
9998 | 2024-12-14T00:42:57.570Z | uploaded: /work/stamp-installinator.log |
9999 | 2024-12-14T00:42:57.570Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
10000 | 2024-12-14T00:42:58.578Z | uploaded: /work/stamp-internal-dns.log |
10001 | 2024-12-14T00:42:58.578Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
10002 | 2024-12-14T00:42:59.586Z | uploaded: /work/stamp-mg-ddm-gz.log |
10003 | 2024-12-14T00:42:59.586Z | uploading: /work/stamp-nexus.log (112 bytes) |
10004 | 2024-12-14T00:43:00.594Z | uploaded: /work/stamp-nexus.log |
10005 | 2024-12-14T00:43:00.594Z | uploading: /work/stamp-ntp.log (110 bytes) |
10006 | 2024-12-14T00:43:01.604Z | uploaded: /work/stamp-ntp.log |
10007 | 2024-12-14T00:43:01.604Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
10008 | 2024-12-14T00:43:02.612Z | uploaded: /work/stamp-omicron-sled-agent.log |
10009 | 2024-12-14T00:43:02.612Z | uploading: /work/stamp-overlay.log (114 bytes) |
10010 | 2024-12-14T00:43:03.621Z | uploaded: /work/stamp-overlay.log |
10011 | 2024-12-14T00:43:03.621Z | uploading: /work/stamp-oximeter.log (115 bytes) |
10012 | 2024-12-14T00:43:04.630Z | uploaded: /work/stamp-oximeter.log |
10013 | 2024-12-14T00:43:04.630Z | uploading: /work/stamp-oxlog.log (109 bytes) |
10014 | 2024-12-14T00:43:05.639Z | uploaded: /work/stamp-oxlog.log |
10015 | 2024-12-14T00:43:05.639Z | uploading: /work/stamp-probe.log (112 bytes) |
10016 | 2024-12-14T00:43:06.648Z | uploaded: /work/stamp-probe.log |
10017 | 2024-12-14T00:43:06.648Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
10018 | 2024-12-14T00:43:07.656Z | uploaded: /work/stamp-propolis-server.log |
10019 | 2024-12-14T00:43:07.657Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
10020 | 2024-12-14T00:43:08.664Z | uploaded: /work/stamp-pumpkind-gz.log |
10021 | 2024-12-14T00:43:08.667Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
10022 | 2024-12-14T00:43:09.673Z | uploaded: /work/stamp-switch-asic.log |
10023 | 2024-12-14T00:43:09.673Z | uploading: /work/verify-libraries.log (5735 bytes) |
10024 | 2024-12-14T00:43:10.681Z | uploaded: /work/verify-libraries.log |