|
|
|
1 | 2024-10-30T18:47:58.822Z | job assigned to worker 01JBFC1FR22C2DN78NY659HNKE (queued for 6 m 20 s) |
|
2 | 2024-10-30T18:48:07.168Z | starting task 0: "setup" |
3 | 2024-10-30T18:48:07.183Z | ++ uname -s |
4 | 2024-10-30T18:48:07.186Z | + kern=SunOS |
5 | 2024-10-30T18:48:07.186Z | + case "$kern" in |
6 | 2024-10-30T18:48:07.186Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T18:48:07.186Z | + groupadd -g 12345 build |
8 | 2024-10-30T18:48:07.189Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T18:48:09.199Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T18:48:09.315Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T18:48:09.318Z | + home_fs=zfs |
12 | 2024-10-30T18:48:09.318Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T18:48:09.318Z | + mkdir -p /home/build |
14 | 2024-10-30T18:48:09.318Z | + chown build:build /home/build /work |
15 | 2024-10-30T18:48:11.325Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T18:48:11.388Z | process exited: duration 4157 ms, exit code 0 |
|
17 | 2024-10-30T18:48:11.396Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T18:48:11.401Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T18:48:11.401Z | ' 1.80.1 |
20 | 2024-10-30T18:48:11.401Z | * toolchain channel = "1.80.1" |
21 | 2024-10-30T18:48:11.401Z | * toolchain profile = "default" |
22 | 2024-10-30T18:48:11.401Z | + printf ' * toolchain profile = "%s" |
23 | 2024-10-30T18:48:11.401Z | ' default |
24 | 2024-10-30T18:48:11.404Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T18:48:11.404Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-30T18:48:11.520Z | info: downloading installer |
27 | 2024-10-30T18:48:13.047Z | info: profile set to 'default' |
28 | 2024-10-30T18:48:13.047Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T18:48:13.050Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-30T18:48:13.208Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-30T18:48:13.208Z | info: downloading component 'cargo' |
32 | 2024-10-30T18:48:14.071Z | info: downloading component 'clippy' |
33 | 2024-10-30T18:48:14.476Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T18:48:15.664Z | info: downloading component 'rust-std' |
35 | 2024-10-30T18:48:17.336Z | info: downloading component 'rustc' |
36 | 2024-10-30T18:48:21.985Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T18:48:22.234Z | info: installing component 'cargo' |
38 | 2024-10-30T18:48:23.068Z | info: installing component 'clippy' |
39 | 2024-10-30T18:48:23.449Z | info: installing component 'rust-docs' |
40 | 2024-10-30T18:48:25.062Z | info: installing component 'rust-std' |
41 | 2024-10-30T18:48:26.733Z | info: installing component 'rustc' |
42 | 2024-10-30T18:48:31.228Z | info: installing component 'rustfmt' |
43 | 2024-10-30T18:48:31.576Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-30T18:48:31.576Z | |
45 | 2024-10-30T18:48:31.841Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-30T18:48:31.841Z | |
47 | 2024-10-30T18:48:31.844Z | |
48 | 2024-10-30T18:48:31.844Z | Rust is installed now. Great! |
49 | 2024-10-30T18:48:31.844Z | |
50 | 2024-10-30T18:48:31.844Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T18:48:31.844Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T18:48:31.844Z | |
53 | 2024-10-30T18:48:31.844Z | To configure your current shell, you need to source |
54 | 2024-10-30T18:48:31.844Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T18:48:31.844Z | |
56 | 2024-10-30T18:48:31.844Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T18:48:31.844Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T18:48:31.844Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T18:48:31.889Z | + rustc --version |
60 | 2024-10-30T18:48:31.952Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-30T18:48:31.956Z | process exited: duration 20558 ms, exit code 0 |
|
62 | 2024-10-30T18:48:31.961Z | starting task 2: "authentication" |
63 | 2024-10-30T18:48:31.983Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-10-30T18:48:31.987Z | starting task 3: "clone repository" |
65 | 2024-10-30T18:48:31.993Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-30T18:48:31.995Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-30T18:48:32.283Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-30T18:48:39.699Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-30T18:48:39.699Z | + git fetch origin 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
70 | 2024-10-30T18:48:40.016Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-30T18:48:40.018Z | * branch 24c967f68413228880ef7b9f9a6bcd12862d19b0 -> FETCH_HEAD |
72 | 2024-10-30T18:48:40.026Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T18:48:40.028Z | ++ git branch --show-current |
74 | 2024-10-30T18:48:40.031Z | + current=main |
75 | 2024-10-30T18:48:40.031Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T18:48:40.031Z | + git branch -f zl/mgd-ddm-meta 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
77 | 2024-10-30T18:48:40.033Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T18:48:40.199Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T18:48:40.202Z | + git reset --hard 24c967f68413228880ef7b9f9a6bcd12862d19b0 |
80 | 2024-10-30T18:48:40.255Z | HEAD is now at 24c967f68 Add switch/sled metadata to ddm/mgd related timeseries |
81 | 2024-10-30T18:48:40.258Z | process exited: duration 8268 ms, exit code 0 |
|
82 | 2024-10-30T18:48:40.266Z | starting task 4: "build" |
83 | 2024-10-30T18:48:40.269Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-30T18:48:40.272Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-30T18:48:40.272Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-30T18:48:40.272Z | + cargo --version |
87 | 2024-10-30T18:48:40.324Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-30T18:48:40.326Z | + rustc --version |
89 | 2024-10-30T18:48:40.382Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-30T18:48:40.385Z | + cargo tree --locked |
91 | 2024-10-30T18:48:40.641Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
92 | 2024-10-30T18:48:40.939Z | Updating crates.io index |
93 | 2024-10-30T18:48:41.032Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-10-30T18:48:41.973Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-10-30T18:48:42.257Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-10-30T18:48:42.536Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-10-30T18:48:42.818Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-10-30T18:48:43.606Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-10-30T18:48:45.859Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-10-30T18:48:46.913Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-10-30T18:48:47.750Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-10-30T18:48:48.078Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-10-30T18:48:48.358Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-10-30T18:48:48.947Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-10-30T18:48:49.327Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-10-30T18:48:49.637Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-10-30T18:48:49.932Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-10-30T18:48:50.213Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-10-30T18:48:50.462Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-10-30T18:48:50.812Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-10-30T18:48:51.144Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-10-30T18:48:51.487Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-10-30T18:48:51.772Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-10-30T18:48:52.236Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-10-30T18:48:52.582Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-10-30T18:48:53.046Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-10-30T18:48:53.514Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-10-30T18:48:53.781Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-10-30T18:48:54.035Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-10-30T18:48:55.470Z | Downloading crates ... |
121 | 2024-10-30T18:48:55.612Z | Downloaded allocator-api2 v0.2.18 |
122 | 2024-10-30T18:48:55.618Z | Downloaded aead v0.5.2 |
123 | 2024-10-30T18:48:55.621Z | Downloaded adler2 v2.0.0 |
124 | 2024-10-30T18:48:55.635Z | Downloaded cfg_aliases v0.2.1 |
125 | 2024-10-30T18:48:55.641Z | Downloaded foreign-types v0.5.0 |
126 | 2024-10-30T18:48:55.643Z | Downloaded cipher v0.4.4 |
127 | 2024-10-30T18:48:55.646Z | Downloaded fnv v1.0.7 |
128 | 2024-10-30T18:48:55.646Z | Downloaded fd-lock v4.0.2 |
129 | 2024-10-30T18:48:55.648Z | Downloaded atomicwrites v0.4.4 |
130 | 2024-10-30T18:48:55.650Z | Downloaded cast v0.3.0 |
131 | 2024-10-30T18:48:55.653Z | Downloaded http-body v1.0.1 |
132 | 2024-10-30T18:48:55.653Z | Downloaded headers-core v0.3.0 |
133 | 2024-10-30T18:48:55.655Z | Downloaded fancy-regex v0.13.0 |
134 | 2024-10-30T18:48:55.658Z | Downloaded byteorder v1.5.0 |
135 | 2024-10-30T18:48:55.660Z | Downloaded arrayref v0.3.9 |
136 | 2024-10-30T18:48:55.663Z | Downloaded bit-set v0.5.3 |
137 | 2024-10-30T18:48:55.663Z | Downloaded async-recursion v1.1.1 |
138 | 2024-10-30T18:48:55.666Z | Downloaded block-padding v0.3.3 |
139 | 2024-10-30T18:48:55.669Z | Downloaded hubpack_derive v0.1.1 |
140 | 2024-10-30T18:48:55.669Z | Downloaded cfg-if v1.0.0 |
141 | 2024-10-30T18:48:55.671Z | Downloaded bitfield-struct v0.6.2 |
142 | 2024-10-30T18:48:55.671Z | Downloaded bcrypt-pbkdf v0.10.0 |
143 | 2024-10-30T18:48:55.674Z | Downloaded async-channel v1.9.0 |
144 | 2024-10-30T18:48:55.676Z | Downloaded funty v2.0.0 |
145 | 2024-10-30T18:48:55.676Z | Downloaded gethostname v0.5.0 |
146 | 2024-10-30T18:48:55.680Z | Downloaded futures-sink v0.3.31 |
147 | 2024-10-30T18:48:55.680Z | Downloaded foreign-types v0.3.2 |
148 | 2024-10-30T18:48:55.682Z | Downloaded base16ct v0.2.0 |
149 | 2024-10-30T18:48:55.683Z | Downloaded anes v0.1.6 |
150 | 2024-10-30T18:48:55.686Z | Downloaded futures-channel v0.3.31 |
151 | 2024-10-30T18:48:55.689Z | Downloaded ciborium-ll v0.2.2 |
152 | 2024-10-30T18:48:55.689Z | Downloaded bzip2 v0.4.4 |
153 | 2024-10-30T18:48:55.691Z | Downloaded async-trait v0.1.83 |
154 | 2024-10-30T18:48:55.696Z | Downloaded home v0.5.9 |
155 | 2024-10-30T18:48:55.698Z | Downloaded iana-time-zone v0.1.61 |
156 | 2024-10-30T18:48:55.701Z | Downloaded hex-literal v0.4.1 |
157 | 2024-10-30T18:48:55.703Z | Downloaded glob v0.3.1 |
158 | 2024-10-30T18:48:55.703Z | Downloaded hyper-staticfile v0.10.1 |
159 | 2024-10-30T18:48:55.706Z | Downloaded foreign-types-macros v0.2.3 |
160 | 2024-10-30T18:48:55.708Z | Downloaded async-stream-impl v0.3.6 |
161 | 2024-10-30T18:48:55.708Z | Downloaded ff v0.13.0 |
162 | 2024-10-30T18:48:55.711Z | Downloaded anstyle-parse v0.2.5 |
163 | 2024-10-30T18:48:55.714Z | Downloaded hash32 v0.2.1 |
164 | 2024-10-30T18:48:55.714Z | Downloaded futures-io v0.3.31 |
165 | 2024-10-30T18:48:55.716Z | Downloaded fallible-streaming-iterator v0.1.9 |
166 | 2024-10-30T18:48:55.717Z | Downloaded async-executor v1.13.1 |
167 | 2024-10-30T18:48:55.719Z | Downloaded anstream v0.6.15 |
168 | 2024-10-30T18:48:55.721Z | Downloaded foreign-types-shared v0.1.1 |
169 | 2024-10-30T18:48:55.725Z | Downloaded float-ord v0.3.2 |
170 | 2024-10-30T18:48:55.725Z | Downloaded filetime v0.2.25 |
171 | 2024-10-30T18:48:55.728Z | Downloaded ciborium-io v0.2.2 |
172 | 2024-10-30T18:48:55.728Z | Downloaded cfg_aliases v0.1.1 |
173 | 2024-10-30T18:48:55.728Z | Downloaded atty v0.2.14 |
174 | 2024-10-30T18:48:55.730Z | Downloaded foldhash v0.1.3 |
175 | 2024-10-30T18:48:55.730Z | Downloaded async-object-pool v0.1.5 |
176 | 2024-10-30T18:48:55.733Z | Downloaded blake2 v0.10.6 |
177 | 2024-10-30T18:48:55.735Z | Downloaded addr2line v0.24.2 |
178 | 2024-10-30T18:48:55.738Z | Downloaded async-stream v0.3.6 |
179 | 2024-10-30T18:48:55.741Z | Downloaded flagset v0.4.6 |
180 | 2024-10-30T18:48:55.743Z | Downloaded fastrand v2.1.1 |
181 | 2024-10-30T18:48:55.746Z | Downloaded backoff v0.4.0 |
182 | 2024-10-30T18:48:55.748Z | Downloaded parking_lot v0.11.2 |
183 | 2024-10-30T18:48:55.751Z | Downloaded fxhash v0.2.1 |
184 | 2024-10-30T18:48:55.751Z | Downloaded chrono-tz-build v0.4.0 |
185 | 2024-10-30T18:48:55.753Z | Downloaded camino-tempfile v1.1.1 |
186 | 2024-10-30T18:48:55.755Z | Downloaded ident_case v1.0.1 |
187 | 2024-10-30T18:48:55.758Z | Downloaded guppy-workspace-hack v0.1.0 |
188 | 2024-10-30T18:48:55.758Z | Downloaded async-lock v3.4.0 |
189 | 2024-10-30T18:48:55.761Z | Downloaded approx v0.5.1 |
190 | 2024-10-30T18:48:55.763Z | Downloaded predicates-core v1.0.8 |
191 | 2024-10-30T18:48:55.763Z | Downloaded block-buffer v0.10.4 |
192 | 2024-10-30T18:48:55.766Z | Downloaded heapless v0.8.0 |
193 | 2024-10-30T18:48:55.769Z | Downloaded async-signal v0.2.10 |
194 | 2024-10-30T18:48:55.771Z | Downloaded http-range v0.1.5 |
195 | 2024-10-30T18:48:55.773Z | Downloaded foreign-types-shared v0.3.1 |
196 | 2024-10-30T18:48:55.773Z | Downloaded bytecount v0.6.8 |
197 | 2024-10-30T18:48:55.776Z | Downloaded async-channel v2.3.1 |
198 | 2024-10-30T18:48:55.778Z | Downloaded chacha20 v0.9.1 |
199 | 2024-10-30T18:48:55.780Z | Downloaded async-global-executor v2.4.1 |
200 | 2024-10-30T18:48:55.782Z | Downloaded cexpr v0.6.0 |
201 | 2024-10-30T18:48:55.785Z | Downloaded async-attributes v1.1.2 |
202 | 2024-10-30T18:48:55.787Z | Downloaded ascii-canvas v3.0.0 |
203 | 2024-10-30T18:48:55.787Z | Downloaded blocking v1.6.1 |
204 | 2024-10-30T18:48:55.790Z | Downloaded bit-vec v0.6.3 |
205 | 2024-10-30T18:48:55.792Z | Downloaded httparse v1.9.5 |
206 | 2024-10-30T18:48:55.795Z | Downloaded blowfish v0.9.1 |
207 | 2024-10-30T18:48:55.797Z | Downloaded generic-array v0.14.7 |
208 | 2024-10-30T18:48:55.797Z | Downloaded hex v0.4.3 |
209 | 2024-10-30T18:48:55.800Z | Downloaded scroll_derive v0.12.0 |
210 | 2024-10-30T18:48:55.802Z | Downloaded heck v0.3.3 |
211 | 2024-10-30T18:48:55.803Z | Downloaded group v0.13.0 |
212 | 2024-10-30T18:48:55.805Z | Downloaded ahash v0.8.11 |
213 | 2024-10-30T18:48:55.807Z | Downloaded futures-task v0.3.31 |
214 | 2024-10-30T18:48:55.810Z | Downloaded sync_wrapper v0.1.2 |
215 | 2024-10-30T18:48:55.810Z | Downloaded parse-display v0.10.0 |
216 | 2024-10-30T18:48:55.812Z | Downloaded futures-macro v0.3.31 |
217 | 2024-10-30T18:48:55.812Z | Downloaded futures-core v0.3.31 |
218 | 2024-10-30T18:48:55.815Z | Downloaded sqlparser_derive v0.2.2 |
219 | 2024-10-30T18:48:55.818Z | Downloaded castaway v0.2.3 |
220 | 2024-10-30T18:48:55.818Z | Downloaded password-hash v0.5.0 |
221 | 2024-10-30T18:48:55.820Z | Downloaded cargo-platform v0.1.8 |
222 | 2024-10-30T18:48:55.823Z | Downloaded bb8 v0.8.5 |
223 | 2024-10-30T18:48:55.823Z | Downloaded futures-executor v0.3.31 |
224 | 2024-10-30T18:48:55.825Z | Downloaded fs-err v2.11.0 |
225 | 2024-10-30T18:48:55.827Z | Downloaded hickory-resolver v0.24.1 |
226 | 2024-10-30T18:48:55.832Z | Downloaded slog-envlogger v2.2.0 |
227 | 2024-10-30T18:48:55.834Z | Downloaded swrite v0.1.0 |
228 | 2024-10-30T18:48:55.837Z | Downloaded scheduled-thread-pool v0.2.7 |
229 | 2024-10-30T18:48:55.839Z | Downloaded hubpack v0.1.2 |
230 | 2024-10-30T18:48:55.839Z | Downloaded argon2 v0.5.3 |
231 | 2024-10-30T18:48:55.842Z | Downloaded http-body v0.4.6 |
232 | 2024-10-30T18:48:55.845Z | Downloaded radium v0.7.0 |
233 | 2024-10-30T18:48:55.845Z | Downloaded hyper-tls v0.6.0 |
234 | 2024-10-30T18:48:55.848Z | Downloaded humantime v2.1.0 |
235 | 2024-10-30T18:48:55.850Z | Downloaded relative-path v1.9.3 |
236 | 2024-10-30T18:48:55.850Z | Downloaded proc-macro-crate v3.2.0 |
237 | 2024-10-30T18:48:55.852Z | Downloaded paste v1.0.15 |
238 | 2024-10-30T18:48:55.855Z | Downloaded rand_chacha v0.3.1 |
239 | 2024-10-30T18:48:55.857Z | Downloaded polyval v0.6.2 |
240 | 2024-10-30T18:48:55.859Z | Downloaded want v0.3.1 |
241 | 2024-10-30T18:48:55.862Z | Downloaded flume v0.11.0 |
242 | 2024-10-30T18:48:55.865Z | Downloaded spki v0.7.3 |
243 | 2024-10-30T18:48:55.867Z | Downloaded rustc-hash v1.1.0 |
244 | 2024-10-30T18:48:55.870Z | Downloaded globset v0.4.15 |
245 | 2024-10-30T18:48:55.870Z | Downloaded httptest v0.16.1 |
246 | 2024-10-30T18:48:55.873Z | Downloaded ciborium v0.2.2 |
247 | 2024-10-30T18:48:55.876Z | Downloaded chacha20poly1305 v0.10.1 |
248 | 2024-10-30T18:48:55.878Z | Downloaded getrandom v0.2.15 |
249 | 2024-10-30T18:48:55.881Z | Downloaded cassowary v0.3.0 |
250 | 2024-10-30T18:48:55.883Z | Downloaded cc v1.1.30 |
251 | 2024-10-30T18:48:55.887Z | Downloaded fatfs v0.3.6 |
252 | 2024-10-30T18:48:55.891Z | Downloaded diesel_table_macro_syntax v0.2.0 |
253 | 2024-10-30T18:48:55.893Z | Downloaded tokio-macros v2.4.0 |
254 | 2024-10-30T18:48:55.895Z | Downloaded signature v2.2.0 |
255 | 2024-10-30T18:48:55.895Z | Downloaded tokio-native-tls v0.3.1 |
256 | 2024-10-30T18:48:55.899Z | Downloaded universal-hash v0.5.1 |
257 | 2024-10-30T18:48:55.903Z | Downloaded try-lock v0.2.5 |
258 | 2024-10-30T18:48:55.903Z | Downloaded hyper-rustls v0.26.0 |
259 | 2024-10-30T18:48:55.907Z | Downloaded tls_codec_derive v0.4.1 |
260 | 2024-10-30T18:48:55.907Z | Downloaded display-error-chain v0.2.1 |
261 | 2024-10-30T18:48:55.911Z | Downloaded strum_macros v0.24.3 |
262 | 2024-10-30T18:48:55.911Z | Downloaded escape8259 v0.5.3 |
263 | 2024-10-30T18:48:55.914Z | Downloaded password-hash v0.4.2 |
264 | 2024-10-30T18:48:55.914Z | Downloaded thiserror-impl-no-std v2.0.2 |
265 | 2024-10-30T18:48:55.917Z | Downloaded unarray v0.1.4 |
266 | 2024-10-30T18:48:55.917Z | Downloaded pin-project-internal v1.1.6 |
267 | 2024-10-30T18:48:55.920Z | Downloaded slog-dtrace v0.3.0 |
268 | 2024-10-30T18:48:55.922Z | Downloaded pin-project-lite v0.2.14 |
269 | 2024-10-30T18:48:55.925Z | Downloaded utf8parse v0.2.2 |
270 | 2024-10-30T18:48:55.929Z | Downloaded half v2.4.1 |
271 | 2024-10-30T18:48:55.932Z | Downloaded futures v0.3.31 |
272 | 2024-10-30T18:48:55.936Z | Downloaded async-io v2.3.4 |
273 | 2024-10-30T18:48:55.940Z | Downloaded tls_codec v0.4.1 |
274 | 2024-10-30T18:48:55.943Z | Downloaded colorchoice v1.0.2 |
275 | 2024-10-30T18:48:55.946Z | Downloaded base64 v0.22.1 |
276 | 2024-10-30T18:48:55.949Z | Downloaded http v0.2.12 |
277 | 2024-10-30T18:48:55.953Z | Downloaded parse-size v1.0.0 |
278 | 2024-10-30T18:48:55.956Z | Downloaded precomputed-hash v0.1.1 |
279 | 2024-10-30T18:48:55.956Z | Downloaded zeroize_derive v1.4.2 |
280 | 2024-10-30T18:48:55.958Z | Downloaded env_filter v0.1.2 |
281 | 2024-10-30T18:48:55.960Z | Downloaded futures-lite v2.3.0 |
282 | 2024-10-30T18:48:55.963Z | Downloaded number_prefix v0.4.0 |
283 | 2024-10-30T18:48:55.963Z | Downloaded crossbeam-deque v0.8.5 |
284 | 2024-10-30T18:48:55.966Z | Downloaded zeroize v1.8.1 |
285 | 2024-10-30T18:48:55.968Z | Downloaded doc-comment v0.3.3 |
286 | 2024-10-30T18:48:55.968Z | Downloaded sqlformat v0.2.6 |
287 | 2024-10-30T18:48:55.971Z | Downloaded slog-json v2.6.1 |
288 | 2024-10-30T18:48:55.973Z | Downloaded spin v0.9.8 |
289 | 2024-10-30T18:48:55.976Z | Downloaded dirs-sys-next v0.1.2 |
290 | 2024-10-30T18:48:55.976Z | Downloaded hyper-rustls v0.27.3 |
291 | 2024-10-30T18:48:55.978Z | Downloaded hmac v0.12.1 |
292 | 2024-10-30T18:48:55.981Z | Downloaded defmt v0.3.8 |
293 | 2024-10-30T18:48:55.985Z | Downloaded base64 v0.13.1 |
294 | 2024-10-30T18:48:55.989Z | Downloaded lazycell v1.3.0 |
295 | 2024-10-30T18:48:55.991Z | Downloaded lazy_static v1.5.0 |
296 | 2024-10-30T18:48:55.994Z | Downloaded memmap v0.7.0 |
297 | 2024-10-30T18:48:55.996Z | Downloaded lalrpop-util v0.19.12 |
298 | 2024-10-30T18:48:55.996Z | Downloaded bytes v1.7.2 |
299 | 2024-10-30T18:48:56.000Z | Downloaded strum v0.26.3 |
300 | 2024-10-30T18:48:56.004Z | Downloaded time-core v0.1.2 |
301 | 2024-10-30T18:48:56.004Z | Downloaded nibble_vec v0.1.0 |
302 | 2024-10-30T18:48:56.006Z | Downloaded walkdir v2.5.0 |
303 | 2024-10-30T18:48:56.006Z | Downloaded kv-log-macro v1.0.7 |
304 | 2024-10-30T18:48:56.009Z | Downloaded kstat-rs v0.2.4 |
305 | 2024-10-30T18:48:56.011Z | Downloaded cookie_store v0.21.0 |
306 | 2024-10-30T18:48:56.014Z | Downloaded hickory-client v0.24.1 |
307 | 2024-10-30T18:48:56.016Z | Downloaded bitflags v2.6.0 |
308 | 2024-10-30T18:48:56.022Z | Downloaded event-listener v2.5.3 |
309 | 2024-10-30T18:48:56.025Z | Downloaded either v1.13.0 |
310 | 2024-10-30T18:48:56.025Z | Downloaded parse-display-derive v0.10.0 |
311 | 2024-10-30T18:48:56.027Z | Downloaded waitgroup v0.1.2 |
312 | 2024-10-30T18:48:56.027Z | Downloaded cstr-argument v0.1.2 |
313 | 2024-10-30T18:48:56.030Z | Downloaded convert_case v0.4.0 |
314 | 2024-10-30T18:48:56.030Z | Downloaded guppy v0.17.8 |
315 | 2024-10-30T18:48:56.036Z | Downloaded tower-service v0.3.3 |
316 | 2024-10-30T18:48:56.039Z | Downloaded vte_generate_state_changes v0.1.2 |
317 | 2024-10-30T18:48:56.039Z | Downloaded predicates-tree v1.0.11 |
318 | 2024-10-30T18:48:56.041Z | Downloaded secrecy v0.8.0 |
319 | 2024-10-30T18:48:56.044Z | Downloaded rand_seeder v0.3.0 |
320 | 2024-10-30T18:48:56.046Z | Downloaded rustfmt-wrapper v0.2.1 |
321 | 2024-10-30T18:48:56.046Z | Downloaded darling_macro v0.20.10 |
322 | 2024-10-30T18:48:56.050Z | Downloaded derive_builder_core v0.20.2 |
323 | 2024-10-30T18:48:56.052Z | Downloaded derive_builder v0.20.2 |
324 | 2024-10-30T18:48:56.055Z | Downloaded darling v0.20.10 |
325 | 2024-10-30T18:48:56.060Z | Downloaded endian-type v0.1.2 |
326 | 2024-10-30T18:48:56.062Z | Downloaded ssh-encoding v0.2.0 |
327 | 2024-10-30T18:48:56.064Z | Downloaded slog-async v2.8.0 |
328 | 2024-10-30T18:48:56.068Z | Downloaded slog-scope v4.4.0 |
329 | 2024-10-30T18:48:56.068Z | Downloaded base64 v0.21.7 |
330 | 2024-10-30T18:48:56.071Z | Downloaded serde_derive v1.0.210 |
331 | 2024-10-30T18:48:56.075Z | Downloaded native-tls v0.2.12 |
332 | 2024-10-30T18:48:56.077Z | Downloaded crossbeam-epoch v0.9.18 |
333 | 2024-10-30T18:48:56.080Z | Downloaded yasna v0.5.2 |
334 | 2024-10-30T18:48:56.082Z | Downloaded hashbrown v0.15.0 |
335 | 2024-10-30T18:48:56.089Z | Downloaded unicode-properties v0.1.3 |
336 | 2024-10-30T18:48:56.092Z | Downloaded colored v2.1.0 |
337 | 2024-10-30T18:48:56.094Z | Downloaded which v4.4.2 |
338 | 2024-10-30T18:48:56.096Z | Downloaded quick-error v1.2.3 |
339 | 2024-10-30T18:48:56.099Z | Downloaded pathdiff v0.2.2 |
340 | 2024-10-30T18:48:56.099Z | Downloaded parking_lot_core v0.9.10 |
341 | 2024-10-30T18:48:56.102Z | Downloaded num-complex v0.4.6 |
342 | 2024-10-30T18:48:56.104Z | Downloaded thread-id v4.2.2 |
343 | 2024-10-30T18:48:56.107Z | Downloaded tabwriter v1.4.0 |
344 | 2024-10-30T18:48:56.109Z | Downloaded tui-tree-widget v0.22.0 |
345 | 2024-10-30T18:48:56.109Z | Downloaded const-oid v0.9.6 |
346 | 2024-10-30T18:48:56.112Z | Downloaded heapless v0.7.17 |
347 | 2024-10-30T18:48:56.117Z | Downloaded tabled_derive v0.7.0 |
348 | 2024-10-30T18:48:56.120Z | Downloaded constant_time_eq v0.3.1 |
349 | 2024-10-30T18:48:56.120Z | Downloaded wait-timeout v0.2.0 |
350 | 2024-10-30T18:48:56.131Z | Downloaded indexmap v1.9.3 |
351 | 2024-10-30T18:48:56.131Z | Downloaded usdt v0.5.0 |
352 | 2024-10-30T18:48:56.131Z | Downloaded pin-utils v0.1.0 |
353 | 2024-10-30T18:48:56.131Z | Downloaded phf_shared v0.10.0 |
354 | 2024-10-30T18:48:56.131Z | Downloaded path-slash v0.1.5 |
355 | 2024-10-30T18:48:56.131Z | Downloaded predicates v3.1.2 |
356 | 2024-10-30T18:48:56.135Z | Downloaded threadpool v1.8.1 |
357 | 2024-10-30T18:48:56.135Z | Downloaded fallible-iterator v0.2.0 |
358 | 2024-10-30T18:48:56.138Z | Downloaded strsim v0.11.1 |
359 | 2024-10-30T18:48:56.138Z | Downloaded serde-big-array v0.5.1 |
360 | 2024-10-30T18:48:56.141Z | Downloaded diesel-dtrace v0.3.0 |
361 | 2024-10-30T18:48:56.145Z | Downloaded rustc-demangle v0.1.24 |
362 | 2024-10-30T18:48:56.145Z | Downloaded indoc v2.0.5 |
363 | 2024-10-30T18:48:56.148Z | Downloaded qorb v0.1.2 |
364 | 2024-10-30T18:48:56.152Z | Downloaded futures-util v0.3.31 |
365 | 2024-10-30T18:48:56.168Z | Downloaded serde_derive_internals v0.29.1 |
366 | 2024-10-30T18:48:56.174Z | Downloaded num_enum_derive v0.5.11 |
367 | 2024-10-30T18:48:56.174Z | Downloaded num_enum v0.5.11 |
368 | 2024-10-30T18:48:56.175Z | Downloaded nanorand v0.7.0 |
369 | 2024-10-30T18:48:56.178Z | Downloaded elliptic-curve v0.13.8 |
370 | 2024-10-30T18:48:56.181Z | Downloaded piper v0.2.4 |
371 | 2024-10-30T18:48:56.185Z | Downloaded rustls-native-certs v0.7.3 |
372 | 2024-10-30T18:48:56.189Z | Downloaded hickory-server v0.24.1 |
373 | 2024-10-30T18:48:56.196Z | Downloaded toolchain_find v0.4.0 |
374 | 2024-10-30T18:48:56.198Z | Downloaded quinn-udp v0.5.5 |
375 | 2024-10-30T18:48:56.199Z | Downloaded indicatif v0.17.8 |
376 | 2024-10-30T18:48:56.201Z | Downloaded num v0.4.3 |
377 | 2024-10-30T18:48:56.204Z | Downloaded multimap v0.10.0 |
378 | 2024-10-30T18:48:56.207Z | Downloaded downcast v0.11.0 |
379 | 2024-10-30T18:48:56.207Z | Downloaded test-strategy v0.3.1 |
380 | 2024-10-30T18:48:56.211Z | Downloaded cookie v0.18.1 |
381 | 2024-10-30T18:48:56.215Z | Downloaded ipnet v2.10.1 |
382 | 2024-10-30T18:48:56.218Z | Downloaded hyper v1.4.1 |
383 | 2024-10-30T18:48:56.222Z | Downloaded owo-colors v4.1.0 |
384 | 2024-10-30T18:48:56.225Z | Downloaded matches v0.1.10 |
385 | 2024-10-30T18:48:56.228Z | Downloaded ref-cast-impl v1.0.23 |
386 | 2024-10-30T18:48:56.232Z | Downloaded terminal_size v0.4.0 |
387 | 2024-10-30T18:48:56.232Z | Downloaded twox-hash v1.6.3 |
388 | 2024-10-30T18:48:56.235Z | Downloaded path-tree v0.8.1 |
389 | 2024-10-30T18:48:56.235Z | Downloaded goblin v0.8.2 |
390 | 2024-10-30T18:48:56.242Z | Downloaded termcolor v1.4.1 |
391 | 2024-10-30T18:48:56.245Z | Downloaded wyz v0.5.1 |
392 | 2024-10-30T18:48:56.246Z | Downloaded same-file v1.0.6 |
393 | 2024-10-30T18:48:56.248Z | Downloaded typed-path v0.7.1 |
394 | 2024-10-30T18:48:56.255Z | Downloaded opaque-debug v0.3.1 |
395 | 2024-10-30T18:48:56.259Z | Downloaded structmeta v0.3.0 |
396 | 2024-10-30T18:48:56.259Z | Downloaded defmt-macros v0.3.9 |
397 | 2024-10-30T18:48:56.262Z | Downloaded debug-ignore v1.0.5 |
398 | 2024-10-30T18:48:56.262Z | Downloaded mime_guess v2.0.5 |
399 | 2024-10-30T18:48:56.265Z | Downloaded jobserver v0.1.32 |
400 | 2024-10-30T18:48:56.268Z | Downloaded dsl_auto_type v0.1.2 |
401 | 2024-10-30T18:48:56.268Z | Downloaded crypto-common v0.1.6 |
402 | 2024-10-30T18:48:56.271Z | Downloaded target-spec v3.2.2 |
403 | 2024-10-30T18:48:56.271Z | Downloaded subtle v2.6.1 |
404 | 2024-10-30T18:48:56.274Z | Downloaded is-terminal v0.4.13 |
405 | 2024-10-30T18:48:56.274Z | Downloaded semver v1.0.23 |
406 | 2024-10-30T18:48:56.278Z | Downloaded dtrace-parser v0.2.0 |
407 | 2024-10-30T18:48:56.281Z | Downloaded cobs v0.2.3 |
408 | 2024-10-30T18:48:56.281Z | Downloaded vte v0.11.1 |
409 | 2024-10-30T18:48:56.284Z | Downloaded slog-term v2.9.1 |
410 | 2024-10-30T18:48:56.289Z | Downloaded vsss-rs v3.3.4 |
411 | 2024-10-30T18:48:56.292Z | Downloaded topological-sort v0.2.2 |
412 | 2024-10-30T18:48:56.292Z | Downloaded partial-io v0.5.4 |
413 | 2024-10-30T18:48:56.294Z | Downloaded termtree v0.4.1 |
414 | 2024-10-30T18:48:56.294Z | Downloaded take_mut v0.2.2 |
415 | 2024-10-30T18:48:56.297Z | Downloaded sync_wrapper v1.0.1 |
416 | 2024-10-30T18:48:56.297Z | Downloaded slog-stdlog v4.1.1 |
417 | 2024-10-30T18:48:56.301Z | Downloaded indexmap v2.6.0 |
418 | 2024-10-30T18:48:56.303Z | Downloaded peg v0.8.4 |
419 | 2024-10-30T18:48:56.307Z | Downloaded usdt-attr-macro v0.5.0 |
420 | 2024-10-30T18:48:56.310Z | Downloaded ipnetwork v0.20.0 |
421 | 2024-10-30T18:48:56.314Z | Downloaded dof v0.3.0 |
422 | 2024-10-30T18:48:56.314Z | Downloaded cpufeatures v0.2.14 |
423 | 2024-10-30T18:48:56.314Z | Downloaded pkcs1 v0.7.5 |
424 | 2024-10-30T18:48:56.317Z | Downloaded diesel_derives v2.2.3 |
425 | 2024-10-30T18:48:56.321Z | Downloaded proc-macro-error-attr v1.0.4 |
426 | 2024-10-30T18:48:56.326Z | Downloaded postgres-protocol v0.6.7 |
427 | 2024-10-30T18:48:56.326Z | Downloaded quote v1.0.37 |
428 | 2024-10-30T18:48:56.328Z | Downloaded ecdsa v0.16.9 |
429 | 2024-10-30T18:48:56.331Z | Downloaded aho-corasick v1.1.3 |
430 | 2024-10-30T18:48:56.337Z | Downloaded pkcs5 v0.7.1 |
431 | 2024-10-30T18:48:56.342Z | Downloaded sec1 v0.7.3 |
432 | 2024-10-30T18:48:56.344Z | Downloaded nested v0.1.1 |
433 | 2024-10-30T18:48:56.347Z | Downloaded md5 v0.7.0 |
434 | 2024-10-30T18:48:56.347Z | Downloaded phf v0.11.2 |
435 | 2024-10-30T18:48:56.351Z | Downloaded proc-macro-error v1.0.4 |
436 | 2024-10-30T18:48:56.354Z | Downloaded term v0.7.0 |
437 | 2024-10-30T18:48:56.356Z | Downloaded schemars_derive v0.8.21 |
438 | 2024-10-30T18:48:56.361Z | Downloaded openssl-macros v0.1.1 |
439 | 2024-10-30T18:48:56.361Z | Downloaded structmeta-derive v0.2.0 |
440 | 2024-10-30T18:48:56.364Z | Downloaded tap v1.0.1 |
441 | 2024-10-30T18:48:56.364Z | Downloaded tracing-core v0.1.32 |
442 | 2024-10-30T18:48:56.366Z | Downloaded crossbeam-channel v0.5.13 |
443 | 2024-10-30T18:48:56.370Z | Downloaded typenum v1.17.0 |
444 | 2024-10-30T18:48:56.373Z | Downloaded num_threads v0.1.7 |
445 | 2024-10-30T18:48:56.376Z | Downloaded rustls-pemfile v1.0.4 |
446 | 2024-10-30T18:48:56.379Z | Downloaded publicsuffix v2.2.3 |
447 | 2024-10-30T18:48:56.381Z | Downloaded salsa20 v0.10.2 |
448 | 2024-10-30T18:48:56.387Z | Downloaded pest v2.7.14 |
449 | 2024-10-30T18:48:56.392Z | Downloaded darling_core v0.20.10 |
450 | 2024-10-30T18:48:56.400Z | Downloaded rstest_macros v0.23.0 |
451 | 2024-10-30T18:48:56.404Z | Downloaded tempfile v3.13.0 |
452 | 2024-10-30T18:48:56.404Z | Downloaded enum-as-inner v0.5.1 |
453 | 2024-10-30T18:48:56.404Z | Downloaded supports-color v3.0.1 |
454 | 2024-10-30T18:48:56.408Z | Downloaded rustls-pki-types v1.9.0 |
455 | 2024-10-30T18:48:56.414Z | Downloaded toml_edit v0.19.15 |
456 | 2024-10-30T18:48:56.427Z | Downloaded defmt-parser v0.3.4 |
457 | 2024-10-30T18:48:56.437Z | Downloaded difflib v0.4.0 |
458 | 2024-10-30T18:48:56.437Z | Downloaded zone_cfg_derive v0.3.0 |
459 | 2024-10-30T18:48:56.437Z | Downloaded zone_cfg_derive v0.1.2 |
460 | 2024-10-30T18:48:56.437Z | Downloaded embedded-io v0.4.0 |
461 | 2024-10-30T18:48:56.446Z | Downloaded tinyvec_macros v0.1.1 |
462 | 2024-10-30T18:48:56.446Z | Downloaded enum-as-inner v0.6.1 |
463 | 2024-10-30T18:48:56.446Z | Downloaded ena v0.14.3 |
464 | 2024-10-30T18:48:56.446Z | Downloaded typify v0.2.0 |
465 | 2024-10-30T18:48:56.451Z | Downloaded embedded-io v0.6.1 |
466 | 2024-10-30T18:48:56.451Z | Downloaded tracing v0.1.40 |
467 | 2024-10-30T18:48:56.451Z | Downloaded sct v0.7.1 |
468 | 2024-10-30T18:48:56.454Z | Downloaded rand_xorshift v0.3.0 |
469 | 2024-10-30T18:48:56.455Z | Downloaded dhcproto-macros v0.1.0 |
470 | 2024-10-30T18:48:56.458Z | Downloaded clap_derive v4.5.18 |
471 | 2024-10-30T18:48:56.458Z | Downloaded usdt-impl v0.5.0 |
472 | 2024-10-30T18:48:56.461Z | Downloaded rand_core v0.6.4 |
473 | 2024-10-30T18:48:56.461Z | Downloaded r2d2 v0.8.10 |
474 | 2024-10-30T18:48:56.464Z | Downloaded pem v3.0.4 |
475 | 2024-10-30T18:48:56.467Z | Downloaded peg-runtime v0.8.3 |
476 | 2024-10-30T18:48:56.467Z | Downloaded proc-macro2 v1.0.87 |
477 | 2024-10-30T18:48:56.472Z | Downloaded scroll v0.12.0 |
478 | 2024-10-30T18:48:56.472Z | Downloaded scopeguard v1.2.0 |
479 | 2024-10-30T18:48:56.472Z | Downloaded stringmetrics v2.2.2 |
480 | 2024-10-30T18:48:56.475Z | Downloaded zone v0.1.8 |
481 | 2024-10-30T18:48:56.475Z | Downloaded untrusted v0.9.0 |
482 | 2024-10-30T18:48:56.479Z | Downloaded serde v1.0.210 |
483 | 2024-10-30T18:48:56.484Z | Downloaded string_cache v0.8.7 |
484 | 2024-10-30T18:48:56.488Z | Downloaded zone v0.3.0 |
485 | 2024-10-30T18:48:56.488Z | Downloaded md-5 v0.10.6 |
486 | 2024-10-30T18:48:56.488Z | Downloaded libloading v0.8.5 |
487 | 2024-10-30T18:48:56.494Z | Downloaded env_logger v0.10.2 |
488 | 2024-10-30T18:48:56.494Z | Downloaded digest v0.10.7 |
489 | 2024-10-30T18:48:56.500Z | Downloaded usdt-macro v0.5.0 |
490 | 2024-10-30T18:48:56.500Z | Downloaded datatest-stable v0.2.9 |
491 | 2024-10-30T18:48:56.500Z | Downloaded parse-zoneinfo v0.3.1 |
492 | 2024-10-30T18:48:56.504Z | Downloaded libefi-sys v0.1.0 |
493 | 2024-10-30T18:48:56.504Z | Downloaded dirs-next v2.0.0 |
494 | 2024-10-30T18:48:56.508Z | Downloaded once_cell v1.20.2 |
495 | 2024-10-30T18:48:56.508Z | Downloaded multer v3.1.0 |
496 | 2024-10-30T18:48:56.511Z | Downloaded num-derive v0.4.2 |
497 | 2024-10-30T18:48:56.514Z | Downloaded macaddr v1.0.1 |
498 | 2024-10-30T18:48:56.514Z | Downloaded hashbrown v0.14.5 |
499 | 2024-10-30T18:48:56.520Z | Downloaded clap v4.5.20 |
500 | 2024-10-30T18:48:56.531Z | Downloaded unicase v2.7.0 |
501 | 2024-10-30T18:48:56.537Z | Downloaded equivalent v1.0.1 |
502 | 2024-10-30T18:48:56.537Z | Downloaded pem-rfc7468 v0.7.0 |
503 | 2024-10-30T18:48:56.541Z | Downloaded tungstenite v0.23.0 |
504 | 2024-10-30T18:48:56.541Z | Downloaded tungstenite v0.21.0 |
505 | 2024-10-30T18:48:56.544Z | Downloaded version_check v0.9.5 |
506 | 2024-10-30T18:48:56.547Z | Downloaded p521 v0.13.3 |
507 | 2024-10-30T18:48:56.550Z | Downloaded num_cpus v1.16.0 |
508 | 2024-10-30T18:48:56.554Z | Downloaded openssl-probe v0.1.5 |
509 | 2024-10-30T18:48:56.556Z | Downloaded structmeta-derive v0.3.0 |
510 | 2024-10-30T18:48:56.557Z | Downloaded structmeta v0.2.0 |
511 | 2024-10-30T18:48:56.560Z | Downloaded zerocopy-derive v0.7.35 |
512 | 2024-10-30T18:48:56.562Z | Downloaded tiny-keccak v2.0.2 |
513 | 2024-10-30T18:48:56.567Z | Downloaded oso-derive v0.27.3 |
514 | 2024-10-30T18:48:56.569Z | Downloaded memmap2 v0.9.5 |
515 | 2024-10-30T18:48:56.569Z | Downloaded expectorate v1.1.0 |
516 | 2024-10-30T18:48:56.572Z | Downloaded num-iter v0.1.45 |
517 | 2024-10-30T18:48:56.576Z | Downloaded signal-hook-tokio v0.3.1 |
518 | 2024-10-30T18:48:56.576Z | Downloaded signal-hook-mio v0.2.4 |
519 | 2024-10-30T18:48:56.580Z | Downloaded packed_struct_codegen v0.10.1 |
520 | 2024-10-30T18:48:56.580Z | Downloaded packed_struct v0.10.1 |
521 | 2024-10-30T18:48:56.583Z | Downloaded num-conv v0.1.0 |
522 | 2024-10-30T18:48:56.583Z | Downloaded serde_with_macros v3.11.0 |
523 | 2024-10-30T18:48:56.588Z | Downloaded normalize-line-endings v0.3.0 |
524 | 2024-10-30T18:48:56.588Z | Downloaded samael v0.0.17 |
525 | 2024-10-30T18:48:56.592Z | Downloaded pbkdf2 v0.11.0 |
526 | 2024-10-30T18:48:56.595Z | Downloaded toml_datetime v0.6.8 |
527 | 2024-10-30T18:48:56.599Z | Downloaded smallvec v0.6.14 |
528 | 2024-10-30T18:48:56.599Z | Downloaded textwrap v0.16.1 |
529 | 2024-10-30T18:48:56.602Z | Downloaded postcard v1.0.10 |
530 | 2024-10-30T18:48:56.605Z | Downloaded lru-cache v0.1.2 |
531 | 2024-10-30T18:48:56.607Z | Downloaded impl-trait-for-tuples v0.2.2 |
532 | 2024-10-30T18:48:56.613Z | Downloaded num-bigint-dig v0.8.4 |
533 | 2024-10-30T18:48:56.616Z | Downloaded num-bigint v0.4.6 |
534 | 2024-10-30T18:48:56.624Z | Downloaded progenitor-client v0.8.0 |
535 | 2024-10-30T18:48:56.624Z | Downloaded num-integer v0.1.46 |
536 | 2024-10-30T18:48:56.630Z | Downloaded tokio-rustls v0.25.0 |
537 | 2024-10-30T18:48:56.630Z | Downloaded indent_write v2.2.0 |
538 | 2024-10-30T18:48:56.630Z | Downloaded des v0.8.1 |
539 | 2024-10-30T18:48:56.634Z | Downloaded rand_distr v0.4.3 |
540 | 2024-10-30T18:48:56.634Z | Downloaded ron v0.8.1 |
541 | 2024-10-30T18:48:56.641Z | Downloaded criterion v0.5.1 |
542 | 2024-10-30T18:48:56.647Z | Downloaded derive_builder_macro v0.20.2 |
543 | 2024-10-30T18:48:56.650Z | Downloaded const_format_proc_macros v0.2.33 |
544 | 2024-10-30T18:48:56.655Z | Downloaded sqlparser v0.45.0 |
545 | 2024-10-30T18:48:56.658Z | Downloaded hyper v0.14.30 |
546 | 2024-10-30T18:48:56.667Z | Downloaded smf v0.2.3 |
547 | 2024-10-30T18:48:56.670Z | Downloaded postgres-types v0.2.8 |
548 | 2024-10-30T18:48:56.670Z | Downloaded blake3 v1.5.4 |
549 | 2024-10-30T18:48:56.679Z | Downloaded russh-cryptovec v0.7.3 |
550 | 2024-10-30T18:48:56.684Z | Downloaded plotters-svg v0.3.7 |
551 | 2024-10-30T18:48:56.684Z | Downloaded pest_derive v2.7.14 |
552 | 2024-10-30T18:48:56.687Z | Downloaded num-rational v0.4.2 |
553 | 2024-10-30T18:48:56.687Z | Downloaded tinyvec v1.8.0 |
554 | 2024-10-30T18:48:56.689Z | Downloaded psl-types v2.0.11 |
555 | 2024-10-30T18:48:56.692Z | Downloaded thiserror-no-std v2.0.2 |
556 | 2024-10-30T18:48:56.696Z | Downloaded thiserror-impl v1.0.64 |
557 | 2024-10-30T18:48:56.701Z | Downloaded criterion-plot v0.5.0 |
558 | 2024-10-30T18:48:56.701Z | Downloaded crunchy v0.2.2 |
559 | 2024-10-30T18:48:56.701Z | Downloaded prettyplease v0.2.22 |
560 | 2024-10-30T18:48:56.704Z | Downloaded ssh-cipher v0.2.0 |
561 | 2024-10-30T18:48:56.707Z | Downloaded new_debug_unreachable v1.0.6 |
562 | 2024-10-30T18:48:56.707Z | Downloaded deranged v0.3.11 |
563 | 2024-10-30T18:48:56.710Z | Downloaded tokio-tungstenite v0.24.0 |
564 | 2024-10-30T18:48:56.714Z | Downloaded xz2 v0.1.7 |
565 | 2024-10-30T18:48:56.715Z | Downloaded xattr v1.3.1 |
566 | 2024-10-30T18:48:56.719Z | Downloaded dhcproto v0.12.0 |
567 | 2024-10-30T18:48:56.722Z | Downloaded clap_lex v0.7.2 |
568 | 2024-10-30T18:48:56.722Z | Downloaded crc32fast v1.4.2 |
569 | 2024-10-30T18:48:56.725Z | Downloaded der v0.7.9 |
570 | 2024-10-30T18:48:56.728Z | Downloaded pretty-hex v0.4.1 |
571 | 2024-10-30T18:48:56.731Z | Downloaded sha1 v0.10.6 |
572 | 2024-10-30T18:48:56.731Z | Downloaded serde-hex v0.1.0 |
573 | 2024-10-30T18:48:56.734Z | Downloaded toml_edit v0.22.22 |
574 | 2024-10-30T18:48:56.758Z | Downloaded mime v0.3.17 |
575 | 2024-10-30T18:48:56.762Z | Downloaded typify-macro v0.2.0 |
576 | 2024-10-30T18:48:56.762Z | Downloaded instant v0.1.13 |
577 | 2024-10-30T18:48:56.765Z | Downloaded strum_macros v0.25.3 |
578 | 2024-10-30T18:48:56.765Z | Downloaded strip-ansi-escapes v0.2.0 |
579 | 2024-10-30T18:48:56.765Z | Downloaded stringprep v0.1.5 |
580 | 2024-10-30T18:48:56.768Z | Downloaded thiserror v1.0.64 |
581 | 2024-10-30T18:48:56.774Z | Downloaded time-macros v0.2.18 |
582 | 2024-10-30T18:48:56.854Z | Downloaded signal-hook v0.3.17 |
583 | 2024-10-30T18:48:56.854Z | Downloaded oso v0.27.3 |
584 | 2024-10-30T18:48:56.854Z | Downloaded toml v0.7.8 |
585 | 2024-10-30T18:48:56.854Z | Downloaded tokio-tungstenite v0.21.0 |
586 | 2024-10-30T18:48:56.854Z | Downloaded smawk v0.3.2 |
587 | 2024-10-30T18:48:56.854Z | Downloaded pest_generator v2.7.14 |
588 | 2024-10-30T18:48:56.854Z | Downloaded derive-where v1.2.7 |
589 | 2024-10-30T18:48:56.854Z | Downloaded static_assertions v1.1.0 |
590 | 2024-10-30T18:48:56.854Z | Downloaded clang-sys v1.8.1 |
591 | 2024-10-30T18:48:56.854Z | Downloaded unicode-bidi v0.3.17 |
592 | 2024-10-30T18:48:56.854Z | Downloaded yansi v1.0.1 |
593 | 2024-10-30T18:48:56.854Z | Downloaded rustversion v1.0.17 |
594 | 2024-10-30T18:48:56.854Z | Downloaded linked-hash-map v0.5.6 |
595 | 2024-10-30T18:48:56.854Z | Downloaded lock_api v0.4.12 |
596 | 2024-10-30T18:48:56.854Z | Downloaded p256 v0.13.2 |
597 | 2024-10-30T18:48:56.854Z | Downloaded rpassword v7.3.1 |
598 | 2024-10-30T18:48:56.854Z | Downloaded internet-checksum v0.2.1 |
599 | 2024-10-30T18:48:56.854Z | Downloaded fallible-iterator v0.3.0 |
600 | 2024-10-30T18:48:56.854Z | Downloaded rusty-fork v0.3.0 |
601 | 2024-10-30T18:48:56.854Z | Downloaded event-listener-strategy v0.5.2 |
602 | 2024-10-30T18:48:56.854Z | Downloaded is_terminal_polyfill v1.70.1 |
603 | 2024-10-30T18:48:56.854Z | Downloaded serde_json v1.0.128 |
604 | 2024-10-30T18:48:56.854Z | Downloaded crucible-workspace-hack v0.1.0 |
605 | 2024-10-30T18:48:56.854Z | Downloaded pretty-hex v0.2.1 |
606 | 2024-10-30T18:48:56.854Z | Downloaded plotters-backend v0.3.7 |
607 | 2024-10-30T18:48:56.854Z | Downloaded keccak v0.1.5 |
608 | 2024-10-30T18:48:56.854Z | Downloaded csv-core v0.1.11 |
609 | 2024-10-30T18:48:56.855Z | Downloaded tokio-rustls v0.26.0 |
610 | 2024-10-30T18:48:56.855Z | Downloaded strum_macros v0.26.4 |
611 | 2024-10-30T18:48:56.855Z | Downloaded subprocess v0.2.9 |
612 | 2024-10-30T18:48:56.855Z | Downloaded progenitor-impl v0.8.0 |
613 | 2024-10-30T18:48:56.855Z | Downloaded memchr v2.7.4 |
614 | 2024-10-30T18:48:56.857Z | Downloaded shell-words v1.1.0 |
615 | 2024-10-30T18:48:56.857Z | Downloaded serde_yaml v0.9.34+deprecated |
616 | 2024-10-30T18:48:56.857Z | Downloaded data-encoding v2.6.0 |
617 | 2024-10-30T18:48:56.860Z | Downloaded libm v0.2.8 |
618 | 2024-10-30T18:48:56.866Z | Downloaded radix_trie v0.2.1 |
619 | 2024-10-30T18:48:56.872Z | Downloaded plain v0.2.3 |
620 | 2024-10-30T18:48:56.874Z | Downloaded utf-8 v0.7.6 |
621 | 2024-10-30T18:48:56.874Z | Downloaded concurrent-queue v2.5.0 |
622 | 2024-10-30T18:48:56.877Z | Downloaded winnow v0.6.20 |
623 | 2024-10-30T18:48:56.885Z | Downloaded crc v3.2.1 |
624 | 2024-10-30T18:48:56.888Z | Downloaded ref-cast v1.0.23 |
625 | 2024-10-30T18:48:56.891Z | Downloaded progenitor v0.8.0 |
626 | 2024-10-30T18:48:56.893Z | Downloaded pkg-config v0.3.31 |
627 | 2024-10-30T18:48:56.896Z | Downloaded syn v1.0.109 |
628 | 2024-10-30T18:48:56.905Z | Downloaded libsw v3.3.1 |
629 | 2024-10-30T18:48:56.907Z | Downloaded untrusted v0.7.1 |
630 | 2024-10-30T18:48:56.909Z | Downloaded sha2 v0.10.8 |
631 | 2024-10-30T18:48:56.912Z | Downloaded rustls-webpki v0.101.7 |
632 | 2024-10-30T18:48:56.926Z | Downloaded stable_deref_trait v1.2.0 |
633 | 2024-10-30T18:48:56.928Z | Downloaded value-bag v1.9.0 |
634 | 2024-10-30T18:48:56.932Z | Downloaded uzers v0.12.1 |
635 | 2024-10-30T18:48:56.935Z | Downloaded pest_meta v2.7.14 |
636 | 2024-10-30T18:48:56.935Z | Downloaded tokio-stream v0.1.16 |
637 | 2024-10-30T18:48:56.940Z | Downloaded env_logger v0.11.5 |
638 | 2024-10-30T18:48:56.944Z | Downloaded rusqlite v0.32.1 |
639 | 2024-10-30T18:48:56.949Z | Downloaded pkcs8 v0.10.2 |
640 | 2024-10-30T18:48:56.952Z | Downloaded clap_builder v4.5.20 |
641 | 2024-10-30T18:48:56.959Z | Downloaded itertools v0.13.0 |
642 | 2024-10-30T18:48:56.968Z | Downloaded unicode-ident v1.0.13 |
643 | 2024-10-30T18:48:56.971Z | Downloaded crc-any v2.5.0 |
644 | 2024-10-30T18:48:56.974Z | Downloaded rustls-pemfile v2.2.0 |
645 | 2024-10-30T18:48:56.977Z | Downloaded russh-keys v0.45.0 |
646 | 2024-10-30T18:48:56.977Z | Downloaded reqwest v0.12.8 |
647 | 2024-10-30T18:48:56.986Z | Downloaded reqwest v0.11.27 |
648 | 2024-10-30T18:48:56.994Z | Downloaded rust-argon2 v2.1.0 |
649 | 2024-10-30T18:48:56.997Z | Downloaded rcgen v0.12.1 |
650 | 2024-10-30T18:48:57.000Z | Downloaded compact_str v0.8.0 |
651 | 2024-10-30T18:48:57.004Z | Downloaded tokio-util v0.7.12 |
652 | 2024-10-30T18:48:57.011Z | Downloaded salty v0.3.0 |
653 | 2024-10-30T18:48:57.018Z | Downloaded pretty_assertions v1.4.1 |
654 | 2024-10-30T18:48:57.021Z | Downloaded quinn v0.11.5 |
655 | 2024-10-30T18:48:57.024Z | Downloaded rustyline v14.0.0 |
656 | 2024-10-30T18:48:57.030Z | Downloaded rsa v0.9.6 |
657 | 2024-10-30T18:48:57.035Z | Downloaded socket2 v0.5.7 |
658 | 2024-10-30T18:48:57.038Z | Downloaded unsafe-libyaml v0.2.11 |
659 | 2024-10-30T18:48:57.041Z | Downloaded rustls v0.22.4 |
660 | 2024-10-30T18:48:57.056Z | Downloaded nix v0.27.1 |
661 | 2024-10-30T18:48:57.068Z | Downloaded rstest v0.23.0 |
662 | 2024-10-30T18:48:57.074Z | Downloaded quinn-proto v0.11.8 |
663 | 2024-10-30T18:48:57.081Z | Downloaded bindgen v0.69.5 |
664 | 2024-10-30T18:48:57.089Z | Downloaded rustls v0.23.14 |
665 | 2024-10-30T18:48:57.102Z | Downloaded smallvec v1.13.2 |
666 | 2024-10-30T18:48:57.105Z | Downloaded snafu v0.8.5 |
667 | 2024-10-30T18:48:57.111Z | Downloaded bitvec v1.0.1 |
668 | 2024-10-30T18:48:57.127Z | Downloaded ed25519-dalek v2.1.1 |
669 | 2024-10-30T18:48:57.131Z | Downloaded nix v0.28.0 |
670 | 2024-10-30T18:48:57.142Z | Downloaded dropshot v0.12.0 |
671 | 2024-10-30T18:48:57.163Z | Downloaded url v2.5.2 |
672 | 2024-10-30T18:48:57.166Z | Downloaded nom v7.1.3 |
673 | 2024-10-30T18:48:57.172Z | Downloaded serde_with v3.11.0 |
674 | 2024-10-30T18:48:57.180Z | Downloaded mio v1.0.2 |
675 | 2024-10-30T18:48:57.186Z | Downloaded tabled v0.15.0 |
676 | 2024-10-30T18:48:57.203Z | Downloaded proptest v1.5.0 |
677 | 2024-10-30T18:48:57.213Z | Downloaded quick-xml v0.33.0 |
678 | 2024-10-30T18:48:57.219Z | Downloaded idna v0.5.0 |
679 | 2024-10-30T18:48:57.226Z | Downloaded vcpkg v0.2.15 |
680 | 2024-10-30T18:48:57.266Z | Downloaded idna v0.4.0 |
681 | 2024-10-30T18:48:57.272Z | Downloaded idna v0.2.3 |
682 | 2024-10-30T18:48:57.279Z | Downloaded rustls v0.21.12 |
683 | 2024-10-30T18:48:57.291Z | Downloaded curve25519-dalek v4.1.3 |
684 | 2024-10-30T18:48:57.300Z | Downloaded nix v0.29.0 |
685 | 2024-10-30T18:48:57.312Z | Downloaded bstr v1.10.0 |
686 | 2024-10-30T18:48:57.322Z | Downloaded russh v0.45.0 |
687 | 2024-10-30T18:48:57.329Z | Downloaded libxml v0.3.3 |
688 | 2024-10-30T18:48:57.336Z | Downloaded ratatui v0.28.1 |
689 | 2024-10-30T18:48:57.355Z | Downloaded zerocopy v0.7.35 |
690 | 2024-10-30T18:48:57.371Z | Downloaded typify-impl v0.2.0 |
691 | 2024-10-30T18:48:57.386Z | Downloaded regex v1.11.0 |
692 | 2024-10-30T18:48:57.399Z | Downloaded regress v0.10.1 |
693 | 2024-10-30T18:48:57.408Z | Downloaded chrono-tz v0.10.0 |
694 | 2024-10-30T18:48:57.416Z | Downloaded regress v0.9.1 |
695 | 2024-10-30T18:48:57.424Z | Downloaded regex-syntax v0.8.5 |
696 | 2024-10-30T18:48:57.433Z | Downloaded libc v0.2.161 |
697 | 2024-10-30T18:48:57.461Z | Downloaded object v0.36.5 |
698 | 2024-10-30T18:48:57.472Z | Downloaded rustls-webpki v0.102.8 |
699 | 2024-10-30T18:48:57.493Z | Downloaded p384 v0.13.0 |
700 | 2024-10-30T18:48:57.498Z | Downloaded lzma-sys v0.1.20 |
701 | 2024-10-30T18:48:57.529Z | Downloaded libz-sys v1.1.20 |
702 | 2024-10-30T18:48:57.551Z | Downloaded idna v0.3.0 |
703 | 2024-10-30T18:48:57.557Z | Downloaded csv v1.3.0 |
704 | 2024-10-30T18:48:57.578Z | Downloaded diesel v2.2.4 |
705 | 2024-10-30T18:48:57.598Z | Downloaded unicode-width v0.1.14 |
706 | 2024-10-30T18:48:57.604Z | Downloaded polar-core v0.27.3 |
707 | 2024-10-30T18:48:57.613Z | Downloaded httpmock v0.8.0-alpha.1 |
708 | 2024-10-30T18:48:57.633Z | Downloaded smoltcp v0.11.0 |
709 | 2024-10-30T18:48:57.646Z | Downloaded sled v0.34.7 |
710 | 2024-10-30T18:48:57.657Z | Downloaded smoltcp v0.9.1 |
711 | 2024-10-30T18:48:57.669Z | Downloaded trust-dns-proto v0.22.0 |
712 | 2024-10-30T18:48:57.681Z | Downloaded rustix v0.38.37 |
713 | 2024-10-30T18:48:57.705Z | Downloaded openapiv3 v2.0.0 |
714 | 2024-10-30T18:48:57.718Z | Downloaded webpki-roots v0.26.6 |
715 | 2024-10-30T18:48:57.722Z | Downloaded object v0.30.4 |
716 | 2024-10-30T18:48:57.732Z | Downloaded regex-syntax v0.6.29 |
717 | 2024-10-30T18:48:57.740Z | Downloaded minimal-lexical v0.2.1 |
718 | 2024-10-30T18:48:57.744Z | Downloaded openssl v0.10.66 |
719 | 2024-10-30T18:48:57.754Z | Downloaded lalrpop v0.19.12 |
720 | 2024-10-30T18:48:57.767Z | Downloaded hickory-proto v0.24.1 |
721 | 2024-10-30T18:48:57.784Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
722 | 2024-10-30T18:48:57.797Z | Downloaded zerocopy-derive v0.6.6 |
723 | 2024-10-30T18:48:57.808Z | Downloaded unicode-normalization v0.1.24 |
724 | 2024-10-30T18:48:57.811Z | Downloaded gimli v0.31.1 |
725 | 2024-10-30T18:48:57.821Z | Downloaded async-std v1.13.0 |
726 | 2024-10-30T18:48:57.842Z | Downloaded ucd-trie v0.1.7 |
727 | 2024-10-30T18:48:57.844Z | Downloaded regex-automata v0.4.8 |
728 | 2024-10-30T18:48:57.860Z | Downloaded ring v0.17.8 |
729 | 2024-10-30T18:48:57.932Z | Downloaded tokio v1.40.0 |
730 | 2024-10-30T18:48:57.969Z | Downloaded petgraph v0.6.5 |
731 | 2024-10-30T18:48:57.987Z | Downloaded syn v2.0.79 |
732 | 2024-10-30T18:48:57.998Z | Downloaded chrono v0.4.38 |
733 | 2024-10-30T18:48:58.006Z | Downloaded steno v0.4.1 |
734 | 2024-10-30T18:48:58.010Z | Downloaded unicode-segmentation v1.12.0 |
735 | 2024-10-30T18:48:58.013Z | Downloaded rayon v1.10.0 |
736 | 2024-10-30T18:48:58.023Z | Downloaded spin v0.5.2 |
737 | 2024-10-30T18:48:58.025Z | Downloaded rtoolbox v0.0.2 |
738 | 2024-10-30T18:48:58.025Z | Downloaded polling v3.7.3 |
739 | 2024-10-30T18:48:58.028Z | Downloaded winnow v0.5.40 |
740 | 2024-10-30T18:48:58.037Z | Downloaded unicode-linebreak v0.1.5 |
741 | 2024-10-30T18:48:58.039Z | Downloaded console v0.15.8 |
742 | 2024-10-30T18:48:58.042Z | Downloaded snafu-derive v0.8.5 |
743 | 2024-10-30T18:48:58.044Z | Downloaded sha3 v0.10.8 |
744 | 2024-10-30T18:48:58.047Z | Downloaded shlex v1.3.0 |
745 | 2024-10-30T18:48:58.049Z | Downloaded const_format v0.2.33 |
746 | 2024-10-30T18:48:58.053Z | Downloaded tough v0.17.1 |
747 | 2024-10-30T18:48:58.060Z | Downloaded crossterm v0.28.1 |
748 | 2024-10-30T18:48:58.067Z | Downloaded itertools v0.12.1 |
749 | 2024-10-30T18:48:58.074Z | Downloaded errno v0.3.9 |
750 | 2024-10-30T18:48:58.077Z | Downloaded curve25519-dalek-derive v0.1.1 |
751 | 2024-10-30T18:48:58.077Z | Downloaded openssl-sys v0.9.103 |
752 | 2024-10-30T18:48:58.081Z | Downloaded toml v0.8.19 |
753 | 2024-10-30T18:48:58.085Z | Downloaded crc-catalog v2.4.0 |
754 | 2024-10-30T18:48:58.087Z | Downloaded unicode-xid v0.2.6 |
755 | 2024-10-30T18:48:58.087Z | Downloaded unicode-truncate v1.1.0 |
756 | 2024-10-30T18:48:58.090Z | Downloaded mockall v0.13.0 |
757 | 2024-10-30T18:48:58.090Z | Downloaded linear-map v1.2.0 |
758 | 2024-10-30T18:48:58.092Z | Downloaded libtest-mimic v0.7.3 |
759 | 2024-10-30T18:48:58.095Z | Downloaded plotters v0.3.7 |
760 | 2024-10-30T18:48:58.102Z | Downloaded tokio-tungstenite v0.23.1 |
761 | 2024-10-30T18:48:58.105Z | Downloaded git2 v0.19.0 |
762 | 2024-10-30T18:48:58.113Z | Downloaded num-traits v0.2.19 |
763 | 2024-10-30T18:48:58.116Z | Downloaded peg-macros v0.8.4 |
764 | 2024-10-30T18:48:58.118Z | Downloaded memoffset v0.9.1 |
765 | 2024-10-30T18:48:58.121Z | Downloaded semver v0.1.20 |
766 | 2024-10-30T18:48:58.121Z | Downloaded rayon-core v1.12.1 |
767 | 2024-10-30T18:48:58.123Z | Downloaded progenitor-macro v0.8.0 |
768 | 2024-10-30T18:48:58.126Z | Downloaded inout v0.1.3 |
769 | 2024-10-30T18:48:58.126Z | Downloaded indoc v1.0.9 |
770 | 2024-10-30T18:48:58.128Z | Downloaded der_derive v0.7.3 |
771 | 2024-10-30T18:48:58.131Z | Downloaded ron v0.7.1 |
772 | 2024-10-30T18:48:58.134Z | Downloaded nodrop v0.1.14 |
773 | 2024-10-30T18:48:58.136Z | Downloaded newline-converter v0.3.0 |
774 | 2024-10-30T18:48:58.136Z | Downloaded instability v0.3.2 |
775 | 2024-10-30T18:48:58.139Z | Downloaded tokio-rustls v0.24.1 |
776 | 2024-10-30T18:48:58.142Z | Downloaded diff v0.1.13 |
777 | 2024-10-30T18:48:58.142Z | Downloaded crossbeam-utils v0.8.20 |
778 | 2024-10-30T18:48:58.151Z | Downloaded zerocopy v0.6.6 |
779 | 2024-10-30T18:48:58.153Z | Downloaded tinytemplate v1.2.1 |
780 | 2024-10-30T18:48:58.156Z | Downloaded encoding_rs v0.8.34 |
781 | 2024-10-30T18:48:58.177Z | Downloaded reedline v0.35.0 |
782 | 2024-10-30T18:48:58.184Z | Downloaded phf_codegen v0.11.2 |
783 | 2024-10-30T18:48:58.186Z | Downloaded itertools v0.10.5 |
784 | 2024-10-30T18:48:58.191Z | Downloaded mockall_derive v0.13.0 |
785 | 2024-10-30T18:48:58.195Z | Downloaded tar v0.4.42 |
786 | 2024-10-30T18:48:58.197Z | Downloaded x509-cert v0.2.5 |
787 | 2024-10-30T18:48:58.202Z | Downloaded schemars v0.8.21 |
788 | 2024-10-30T18:48:58.213Z | Downloaded ryu v1.0.18 |
789 | 2024-10-30T18:48:58.216Z | Downloaded time v0.3.36 |
790 | 2024-10-30T18:48:58.223Z | Downloaded crypto-bigint v0.5.5 |
791 | 2024-10-30T18:48:58.230Z | Downloaded h2 v0.3.26 |
792 | 2024-10-30T18:48:58.245Z | Downloaded ssh-key v0.6.6 |
793 | 2024-10-30T18:48:58.248Z | Downloaded portable-atomic v1.9.0 |
794 | 2024-10-30T18:48:58.251Z | Downloaded signal-hook-registry v1.4.2 |
795 | 2024-10-30T18:48:58.253Z | Downloaded powerfmt v0.2.0 |
796 | 2024-10-30T18:48:58.253Z | Downloaded phf_generator v0.11.2 |
797 | 2024-10-30T18:48:58.255Z | Downloaded managed v0.8.0 |
798 | 2024-10-30T18:48:58.255Z | Downloaded tungstenite v0.24.0 |
799 | 2024-10-30T18:48:58.258Z | Downloaded similar v2.6.0 |
800 | 2024-10-30T18:48:58.267Z | Downloaded ctr v0.9.2 |
801 | 2024-10-30T18:48:58.270Z | Downloaded target-lexicon v0.12.16 |
802 | 2024-10-30T18:48:58.270Z | Downloaded trybuild v1.0.100 |
803 | 2024-10-30T18:48:58.273Z | Downloaded pbkdf2 v0.12.2 |
804 | 2024-10-30T18:48:58.273Z | Downloaded oorandom v11.1.4 |
805 | 2024-10-30T18:48:58.273Z | Downloaded newtype_derive v0.1.6 |
806 | 2024-10-30T18:48:58.275Z | Downloaded newtype-uuid v1.1.2 |
807 | 2024-10-30T18:48:58.275Z | Downloaded maplit v1.0.2 |
808 | 2024-10-30T18:48:58.275Z | Downloaded dyn-clone v1.0.17 |
809 | 2024-10-30T18:48:58.278Z | Downloaded log v0.4.22 |
810 | 2024-10-30T18:48:58.281Z | Downloaded nu-ansi-term v0.50.1 |
811 | 2024-10-30T18:48:58.283Z | Downloaded tracing-attributes v0.1.27 |
812 | 2024-10-30T18:48:58.285Z | Downloaded whoami v1.5.2 |
813 | 2024-10-30T18:48:58.288Z | Downloaded dropshot_endpoint v0.12.0 |
814 | 2024-10-30T18:48:58.290Z | Downloaded miniz_oxide v0.8.0 |
815 | 2024-10-30T18:48:58.294Z | Downloaded similar-asserts v1.6.0 |
816 | 2024-10-30T18:48:58.294Z | Downloaded aes-gcm v0.10.3 |
817 | 2024-10-30T18:48:58.296Z | Downloaded match_cfg v0.1.0 |
818 | 2024-10-30T18:48:58.299Z | Downloaded derive_more v0.99.18 |
819 | 2024-10-30T18:48:58.302Z | Downloaded uuid v1.10.0 |
820 | 2024-10-30T18:48:58.305Z | Downloaded papergrid v0.11.0 |
821 | 2024-10-30T18:48:58.310Z | Downloaded is_ci v1.2.0 |
822 | 2024-10-30T18:48:58.312Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
823 | 2024-10-30T18:48:58.370Z | Downloaded slab v0.4.9 |
824 | 2024-10-30T18:48:58.373Z | Downloaded siphasher v0.3.11 |
825 | 2024-10-30T18:48:58.373Z | Downloaded ed25519 v2.2.3 |
826 | 2024-10-30T18:48:58.379Z | Downloaded h2 v0.4.6 |
827 | 2024-10-30T18:48:58.382Z | Downloaded hkdf v0.12.4 |
828 | 2024-10-30T18:48:58.385Z | Downloaded http v1.1.0 |
829 | 2024-10-30T18:48:58.388Z | Downloaded zip v0.6.6 |
830 | 2024-10-30T18:48:58.391Z | Downloaded hashbrown v0.12.3 |
831 | 2024-10-30T18:48:58.395Z | Downloaded event-listener v5.3.1 |
832 | 2024-10-30T18:48:58.403Z | Downloaded unicode_categories v0.1.1 |
833 | 2024-10-30T18:48:58.403Z | Downloaded tokio-postgres v0.7.12 |
834 | 2024-10-30T18:48:58.405Z | Downloaded aes v0.8.4 |
835 | 2024-10-30T18:48:58.408Z | Downloaded maybe-uninit v2.0.0 |
836 | 2024-10-30T18:48:58.411Z | Downloaded lru v0.12.5 |
837 | 2024-10-30T18:48:58.411Z | Downloaded itoa v1.0.11 |
838 | 2024-10-30T18:48:58.411Z | Downloaded slog v2.7.0 |
839 | 2024-10-30T18:48:58.415Z | Downloaded parking_lot v0.12.3 |
840 | 2024-10-30T18:48:58.435Z | Downloaded omicron-zone-package v0.11.1 |
841 | 2024-10-30T18:48:58.436Z | Downloaded backtrace v0.3.74 |
842 | 2024-10-30T18:48:58.436Z | Downloaded thread_local v1.1.8 |
843 | 2024-10-30T18:48:58.436Z | Downloaded poly1305 v0.8.0 |
844 | 2024-10-30T18:48:58.436Z | Downloaded parking_lot_core v0.8.6 |
845 | 2024-10-30T18:48:58.436Z | Downloaded serde_urlencoded v0.7.1 |
846 | 2024-10-30T18:48:58.436Z | Downloaded serde_plain v1.0.2 |
847 | 2024-10-30T18:48:58.436Z | Downloaded vergen v8.3.2 |
848 | 2024-10-30T18:48:58.436Z | Downloaded serde_path_to_error v0.1.16 |
849 | 2024-10-30T18:48:58.442Z | Downloaded rustc_version v0.4.1 |
850 | 2024-10-30T18:48:58.442Z | Downloaded rustc_version v0.1.7 |
851 | 2024-10-30T18:48:58.442Z | Downloaded rustc-hash v2.0.0 |
852 | 2024-10-30T18:48:58.442Z | Downloaded rand v0.8.5 |
853 | 2024-10-30T18:48:58.446Z | Downloaded pin-project v1.1.6 |
854 | 2024-10-30T18:48:58.454Z | Downloaded flate2 v1.0.34 |
855 | 2024-10-30T18:48:58.459Z | Downloaded hyper-util v0.1.9 |
856 | 2024-10-30T18:48:58.474Z | Downloaded headers v0.4.0 |
857 | 2024-10-30T18:48:58.474Z | Downloaded rfc6979 v0.4.0 |
858 | 2024-10-30T18:48:58.475Z | Downloaded resolv-conf v0.7.0 |
859 | 2024-10-30T18:48:58.475Z | Downloaded ppv-lite86 v0.2.20 |
860 | 2024-10-30T18:48:58.475Z | Downloaded parking v2.2.1 |
861 | 2024-10-30T18:48:58.475Z | Downloaded cfg-expr v0.17.0 |
862 | 2024-10-30T18:48:58.480Z | Downloaded percent-encoding v2.3.1 |
863 | 2024-10-30T18:48:58.480Z | Downloaded httpdate v1.0.3 |
864 | 2024-10-30T18:48:58.480Z | Downloaded serde_tokenstream v0.2.2 |
865 | 2024-10-30T18:48:58.480Z | Downloaded serde_spanned v0.6.8 |
866 | 2024-10-30T18:48:58.480Z | Downloaded serde_repr v0.1.19 |
867 | 2024-10-30T18:48:58.488Z | Downloaded serde_regex v1.1.0 |
868 | 2024-10-30T18:48:58.488Z | Downloaded scrypt v0.11.0 |
869 | 2024-10-30T18:48:58.488Z | Downloaded bitfield v0.14.0 |
870 | 2024-10-30T18:48:58.488Z | Downloaded termios v0.3.3 |
871 | 2024-10-30T18:48:58.488Z | Downloaded highway v1.2.0 |
872 | 2024-10-30T18:48:58.492Z | Downloaded hashlink v0.9.1 |
873 | 2024-10-30T18:48:58.492Z | Downloaded anyhow v1.0.89 |
874 | 2024-10-30T18:48:58.495Z | Downloaded camino v1.1.9 |
875 | 2024-10-30T18:48:58.495Z | Downloaded arc-swap v1.7.1 |
876 | 2024-10-30T18:48:58.501Z | Downloaded atomic-waker v1.1.2 |
877 | 2024-10-30T18:48:58.503Z | Downloaded assert_cmd v2.0.16 |
878 | 2024-10-30T18:48:58.503Z | Downloaded fragile v2.0.0 |
879 | 2024-10-30T18:48:58.504Z | Downloaded cancel-safe-futures v0.1.5 |
880 | 2024-10-30T18:48:58.507Z | Downloaded async-task v4.7.1 |
881 | 2024-10-30T18:48:58.510Z | Downloaded async-process v2.3.0 |
882 | 2024-10-30T18:48:58.513Z | Downloaded blake2b_simd v1.0.2 |
883 | 2024-10-30T18:48:58.513Z | Downloaded bitflags v1.3.2 |
884 | 2024-10-30T18:48:58.516Z | Downloaded base64ct v1.6.0 |
885 | 2024-10-30T18:48:58.520Z | Downloaded arrayvec v0.7.6 |
886 | 2024-10-30T18:48:58.522Z | Downloaded bcs v0.1.6 |
887 | 2024-10-30T18:48:58.522Z | Downloaded async-bb8-diesel v0.2.1 |
888 | 2024-10-30T18:48:58.525Z | Downloaded proc-macro-crate v1.3.1 |
889 | 2024-10-30T18:48:58.525Z | Downloaded primeorder v0.13.6 |
890 | 2024-10-30T18:48:58.525Z | Downloaded http-body-util v0.1.2 |
891 | 2024-10-30T18:48:58.528Z | Downloaded hostname v0.4.0 |
892 | 2024-10-30T18:48:58.528Z | Downloaded hostname v0.3.1 |
893 | 2024-10-30T18:48:58.531Z | Downloaded heck v0.5.0 |
894 | 2024-10-30T18:48:58.531Z | Downloaded heck v0.4.1 |
895 | 2024-10-30T18:48:58.535Z | Downloaded hash32 v0.3.1 |
896 | 2024-10-30T18:48:58.535Z | Downloaded slog-bunyan v2.5.0 |
897 | 2024-10-30T18:48:58.535Z | Downloaded sigpipe v0.1.3 |
898 | 2024-10-30T18:48:58.537Z | Downloaded futures-timer v3.0.3 |
899 | 2024-10-30T18:48:58.537Z | Downloaded phf_shared v0.11.2 |
900 | 2024-10-30T18:48:58.537Z | Downloaded olpc-cjson v0.1.4 |
901 | 2024-10-30T18:48:58.541Z | Downloaded hashbrown v0.13.2 |
902 | 2024-10-30T18:48:58.544Z | Downloaded cbc v0.1.2 |
903 | 2024-10-30T18:48:58.544Z | Downloaded buf-list v1.0.3 |
904 | 2024-10-30T18:48:58.547Z | Downloaded autocfg v1.4.0 |
905 | 2024-10-30T18:48:58.551Z | Downloaded array-init v0.0.4 |
906 | 2024-10-30T18:48:58.551Z | Downloaded anstyle v1.0.8 |
907 | 2024-10-30T18:48:58.551Z | Downloaded anstyle-query v1.1.1 |
908 | 2024-10-30T18:48:58.554Z | Downloaded ghash v0.5.1 |
909 | 2024-10-30T18:48:58.554Z | Downloaded form_urlencoded v1.2.1 |
910 | 2024-10-30T18:48:58.556Z | Downloaded cargo_metadata v0.18.1 |
911 | 2024-10-30T18:48:58.556Z | Downloaded assert_matches v1.5.0 |
912 | 2024-10-30T18:48:58.559Z | Downloaded assert-json-diff v2.0.2 |
913 | 2024-10-30T18:48:58.559Z | Downloaded float-cmp v0.9.0 |
914 | 2024-10-30T18:48:58.559Z | Downloaded fixedbitset v0.4.2 |
915 | 2024-10-30T18:48:58.855Z | Downloaded ring v0.16.20 |
916 | 2024-10-30T18:48:58.938Z | Downloaded libsqlite3-sys v0.30.1 |
917 | 2024-10-30T18:48:59.284Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
918 | 2024-10-30T18:49:24.571Z | Startup: Refreshing catalog 'helios-dev' ... Done |
919 | 2024-10-30T18:49:28.074Z | Startup: Caching catalogs ... Done |
920 | 2024-10-30T18:49:35.134Z | Planning: Solver setup ... Done (6.289s) |
921 | 2024-10-30T18:49:35.229Z | Planning: Running solver ... Done (0.092s) |
922 | 2024-10-30T18:49:35.383Z | Planning: Finding local manifests ... Done (0.082s) |
923 | 2024-10-30T18:49:35.397Z | Planning: Fetching manifests: 0/5 0% complete |
924 | 2024-10-30T18:49:35.617Z | Planning: Fetching manifests: 5/5 100% complete |
925 | 2024-10-30T18:49:35.905Z | Planning: Package planning ... Done (0.288s) |
926 | 2024-10-30T18:49:35.962Z | Planning: Merging actions ... Done (0.057s) |
927 | 2024-10-30T18:49:37.178Z | Planning: Checking for conflicting actions ... Done (1.217s) |
928 | 2024-10-30T18:49:46.845Z | Planning: Consolidating action changes ... Done (9.666s) |
929 | 2024-10-30T18:49:47.340Z | Planning: Evaluating mediators ... Done (0.494s) |
930 | 2024-10-30T18:49:47.571Z | Planning: Planning completed in 19.41 seconds |
931 | 2024-10-30T18:49:47.791Z | Packages to install: 4 |
932 | 2024-10-30T18:49:47.791Z | Packages to update: 1 |
933 | 2024-10-30T18:49:47.795Z | Mediators to change: 2 |
934 | 2024-10-30T18:49:47.795Z | Services to change: 1 |
935 | 2024-10-30T18:49:47.795Z | Estimated space available: 155.48 GB |
936 | 2024-10-30T18:49:47.795Z | Estimated space to be consumed: 1.58 GB |
937 | 2024-10-30T18:49:47.795Z | Create boot environment: No |
938 | 2024-10-30T18:49:47.795Z | Create backup boot environment: Yes |
939 | 2024-10-30T18:49:47.795Z | Rebuild boot archive: No |
940 | 2024-10-30T18:49:47.796Z | |
941 | 2024-10-30T18:49:47.796Z | Changed mediators: |
942 | 2024-10-30T18:49:47.796Z | mediator clang: |
943 | 2024-10-30T18:49:47.796Z | version: None -> 15 (system default) |
944 | 2024-10-30T18:49:47.796Z | |
945 | 2024-10-30T18:49:47.796Z | mediator llvm: |
946 | 2024-10-30T18:49:47.796Z | version: 14 (system default) -> 15 (system default) |
947 | 2024-10-30T18:49:47.796Z | |
948 | 2024-10-30T18:49:47.796Z | Changed packages: |
949 | 2024-10-30T18:49:47.796Z | helios-dev |
950 | 2024-10-30T18:49:47.796Z | developer/build-essential |
951 | 2024-10-30T18:49:47.796Z | None -> 11-2.0 |
952 | 2024-10-30T18:49:47.796Z | library/libxmlsec1 |
953 | 2024-10-30T18:49:47.797Z | None -> 1.2.35-2.0 |
954 | 2024-10-30T18:49:47.797Z | ooce/developer/clang-15 |
955 | 2024-10-30T18:49:47.797Z | None -> 15.0.7-2.0 |
956 | 2024-10-30T18:49:47.797Z | ooce/developer/llvm-15 |
957 | 2024-10-30T18:49:47.797Z | None -> 15.0.7-2.0 |
958 | 2024-10-30T18:49:47.797Z | package/pkg |
959 | 2024-10-30T18:49:47.797Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
960 | 2024-10-30T18:49:47.797Z | |
961 | 2024-10-30T18:49:47.797Z | Services: |
962 | 2024-10-30T18:49:47.797Z | restart_fmri: |
963 | 2024-10-30T18:49:47.797Z | svc:/system/update-man-index:default |
964 | 2024-10-30T18:49:47.798Z | |
965 | 2024-10-30T18:49:47.798Z | Editable files to change: |
966 | 2024-10-30T18:49:47.798Z | Update: |
967 | 2024-10-30T18:49:47.798Z | usr/share/lib/pkg/web/config.shtml |
968 | 2024-10-30T18:49:48.384Z | |
969 | 2024-10-30T18:49:48.384Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
970 | 2024-10-30T18:49:53.385Z | Download: 1311/4281 items 103.2/220.6MB 46% complete (20.7M/s) |
971 | 2024-10-30T18:49:58.385Z | Download: 3097/4281 items 121.4/220.6MB 55% complete (12.2M/s) |
972 | 2024-10-30T18:50:03.401Z | Download: 4028/4281 items 219.4/220.6MB 99% complete (11.8M/s) |
973 | 2024-10-30T18:50:04.928Z | Download: Completed 220.60 MB in 16.54 seconds (13.3M/s) |
974 | 2024-10-30T18:50:07.206Z | Actions: 1/5063 actions (Removing old actions) |
975 | 2024-10-30T18:50:07.228Z | Actions: 194/5063 actions (Installing new actions) |
976 | 2024-10-30T18:50:12.252Z | Actions: 4078/5063 actions (Installing new actions) |
977 | 2024-10-30T18:50:13.417Z | Actions: 4226/5063 actions (Updating modified actions) |
978 | 2024-10-30T18:50:13.868Z | Actions: Completed 5063 actions in 6.66 seconds. |
979 | 2024-10-30T18:50:14.248Z | Done (0.373s) |
980 | 2024-10-30T18:50:14.251Z | Done (0.000s) |
981 | 2024-10-30T18:50:14.751Z | Done (0.500s) |
982 | 2024-10-30T18:50:22.069Z | Done (7.114s) |
983 | 2024-10-30T18:50:22.464Z | Done (0.328s) |
984 | 2024-10-30T18:50:22.467Z | Done (0.000s) |
985 | 2024-10-30T18:50:22.656Z | Done (0.000s) |
986 | 2024-10-30T18:50:23.321Z | Planning: Evaluating mediator changes ... Done |
987 | 2024-10-30T18:50:23.481Z | Planning: Checking for conflicting actions ... Done |
988 | 2024-10-30T18:50:23.484Z | Planning: Consolidating action changes ... Done |
989 | 2024-10-30T18:50:23.750Z | Planning: Evaluating mediators ... Done |
990 | 2024-10-30T18:50:23.753Z | Planning: Planning completed in 0.43 seconds |
991 | 2024-10-30T18:50:23.790Z | Mediators to change: 2 |
992 | 2024-10-30T18:50:23.790Z | Create boot environment: No |
993 | 2024-10-30T18:50:23.793Z | Create backup boot environment: No |
994 | 2024-10-30T18:50:24.020Z | Done |
995 | 2024-10-30T18:50:24.020Z | Done |
996 | 2024-10-30T18:50:24.378Z | Done |
997 | 2024-10-30T18:50:27.859Z | Done |
998 | 2024-10-30T18:50:27.948Z | Done |
999 | 2024-10-30T18:50:27.950Z | Done |
1000 | 2024-10-30T18:50:28.082Z | Done |
1001 | 2024-10-30T18:50:28.699Z | Planning: Evaluating mediator changes ... Done |
1002 | 2024-10-30T18:50:28.703Z | Planning: Merging actions ... Done |
1003 | 2024-10-30T18:50:28.891Z | Planning: Checking for conflicting actions ... Done |
1004 | 2024-10-30T18:50:28.894Z | Planning: Consolidating action changes ... Done |
1005 | 2024-10-30T18:50:29.163Z | Planning: Evaluating mediators ... Done |
1006 | 2024-10-30T18:50:29.220Z | Planning: Planning completed in 0.77 seconds |
1007 | 2024-10-30T18:50:29.261Z | Packages to change: 1 |
1008 | 2024-10-30T18:50:29.261Z | Mediators to change: 1 |
1009 | 2024-10-30T18:50:29.263Z | Services to change: 1 |
1010 | 2024-10-30T18:50:29.263Z | Create boot environment: No |
1011 | 2024-10-30T18:50:29.264Z | Create backup boot environment: Yes |
1012 | 2024-10-30T18:50:31.478Z | Actions: 1/6 actions (Updating modified actions) |
1013 | 2024-10-30T18:50:31.607Z | Actions: Completed 6 actions in 0.13 seconds. |
1014 | 2024-10-30T18:50:31.609Z | Done |
1015 | 2024-10-30T18:50:31.609Z | Done |
1016 | 2024-10-30T18:50:31.709Z | Done |
1017 | 2024-10-30T18:50:35.239Z | Done |
1018 | 2024-10-30T18:50:35.329Z | Done |
1019 | 2024-10-30T18:50:35.332Z | Done |
1020 | 2024-10-30T18:50:35.487Z | Done |
1021 | 2024-10-30T18:50:35.925Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1022 | 2024-10-30T18:50:35.925Z | clang system 15 system |
1023 | 2024-10-30T18:50:35.925Z | csh system system illumos |
1024 | 2024-10-30T18:50:35.925Z | ctags system system illumos |
1025 | 2024-10-30T18:50:35.925Z | gcc vendor 12 vendor |
1026 | 2024-10-30T18:50:35.925Z | gcc system 10 system |
1027 | 2024-10-30T18:50:35.925Z | gcc system 7 system |
1028 | 2024-10-30T18:50:35.925Z | go system 1.20 system |
1029 | 2024-10-30T18:50:35.925Z | go system 1.19 system |
1030 | 2024-10-30T18:50:35.925Z | llvm system 15 system |
1031 | 2024-10-30T18:50:35.925Z | llvm system 14 system |
1032 | 2024-10-30T18:50:35.925Z | mariadb system 10.6 system |
1033 | 2024-10-30T18:50:35.925Z | mta vendor vendor dma |
1034 | 2024-10-30T18:50:35.925Z | openjdk system 17 system |
1035 | 2024-10-30T18:50:35.925Z | openjdk system 11 system |
1036 | 2024-10-30T18:50:35.925Z | openjdk system 1.8 system |
1037 | 2024-10-30T18:50:35.925Z | openssl vendor 3 vendor |
1038 | 2024-10-30T18:50:35.925Z | perl system 5.36 system |
1039 | 2024-10-30T18:50:35.925Z | postgresql system 15 system |
1040 | 2024-10-30T18:50:35.925Z | postgresql system 13 system |
1041 | 2024-10-30T18:50:35.925Z | python vendor 3 vendor |
1042 | 2024-10-30T18:50:35.925Z | python system 2 system |
1043 | 2024-10-30T18:50:35.926Z | python3 system 3.11 system |
1044 | 2024-10-30T18:50:35.926Z | ruby system 3.0 system |
1045 | 2024-10-30T18:50:35.926Z | words vendor vendor american-english |
1046 | 2024-10-30T18:50:35.926Z | words system system australian-english |
1047 | 2024-10-30T18:50:35.926Z | words system system british-english |
1048 | 2024-10-30T18:50:35.926Z | words system system canadian-english |
1049 | 2024-10-30T18:50:35.926Z | words system system french |
1050 | 2024-10-30T18:50:35.926Z | words system system italian |
1051 | 2024-10-30T18:50:35.926Z | words system system ngerman |
1052 | 2024-10-30T18:50:35.926Z | words system system ogerman |
1053 | 2024-10-30T18:50:35.926Z | words system system spanish |
1054 | 2024-10-30T18:50:36.261Z | PUBLISHER TYPE STATUS P LOCATION |
1055 | 2024-10-30T18:50:36.261Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1056 | 2024-10-30T18:50:38.670Z | FMRI IFO |
1057 | 2024-10-30T18:50:38.670Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1058 | 2024-10-30T18:50:38.670Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1059 | 2024-10-30T18:50:38.670Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1060 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1061 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1062 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1063 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1064 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1065 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1066 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1067 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1068 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1069 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1070 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1071 | 2024-10-30T18:50:38.671Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1072 | 2024-10-30T18:50:39.702Z | Downloading crates ... |
1073 | 2024-10-30T18:50:39.813Z | Downloaded cargo_toml v0.20.5 |
1074 | 2024-10-30T18:50:39.951Z | Compiling proc-macro2 v1.0.87 |
1075 | 2024-10-30T18:50:39.951Z | Compiling unicode-ident v1.0.13 |
1076 | 2024-10-30T18:50:39.953Z | Compiling version_check v0.9.5 |
1077 | 2024-10-30T18:50:39.953Z | Compiling serde v1.0.210 |
1078 | 2024-10-30T18:50:39.953Z | Compiling thiserror v1.0.64 |
1079 | 2024-10-30T18:50:39.954Z | Compiling memchr v2.7.4 |
1080 | 2024-10-30T18:50:39.954Z | Compiling libc v0.2.161 |
1081 | 2024-10-30T18:50:39.954Z | Compiling ucd-trie v0.1.7 |
1082 | 2024-10-30T18:50:40.566Z | Compiling itoa v1.0.11 |
1083 | 2024-10-30T18:50:40.691Z | Compiling ryu v1.0.18 |
1084 | 2024-10-30T18:50:40.932Z | Compiling once_cell v1.20.2 |
1085 | 2024-10-30T18:50:41.221Z | Compiling byteorder v1.5.0 |
1086 | 2024-10-30T18:50:41.407Z | Compiling rustix v0.38.37 |
1087 | 2024-10-30T18:50:41.491Z | Compiling serde_json v1.0.128 |
1088 | 2024-10-30T18:50:41.504Z | Compiling bitflags v2.6.0 |
1089 | 2024-10-30T18:50:41.597Z | Compiling usdt-impl v0.5.0 |
1090 | 2024-10-30T18:50:41.820Z | Compiling proc-macro-error-attr v1.0.4 |
1091 | 2024-10-30T18:50:41.860Z | Compiling syn v1.0.109 |
1092 | 2024-10-30T18:50:41.895Z | Compiling proc-macro-error v1.0.4 |
1093 | 2024-10-30T18:50:42.060Z | Compiling log v0.4.22 |
1094 | 2024-10-30T18:50:42.147Z | Compiling equivalent v1.0.1 |
1095 | 2024-10-30T18:50:42.185Z | Compiling plain v0.2.3 |
1096 | 2024-10-30T18:50:42.248Z | Compiling camino v1.1.9 |
1097 | 2024-10-30T18:50:42.315Z | Compiling utf8parse v0.2.2 |
1098 | 2024-10-30T18:50:42.345Z | Compiling quote v1.0.37 |
1099 | 2024-10-30T18:50:42.437Z | Compiling hashbrown v0.15.0 |
1100 | 2024-10-30T18:50:42.458Z | Compiling anstyle-parse v0.2.5 |
1101 | 2024-10-30T18:50:42.678Z | Compiling syn v2.0.79 |
1102 | 2024-10-30T18:50:42.783Z | Compiling errno v0.3.9 |
1103 | 2024-10-30T18:50:42.858Z | Compiling thread-id v4.2.2 |
1104 | 2024-10-30T18:50:42.996Z | Compiling pretty-hex v0.4.1 |
1105 | 2024-10-30T18:50:43.016Z | Compiling winnow v0.6.20 |
1106 | 2024-10-30T18:50:43.205Z | Compiling autocfg v1.4.0 |
1107 | 2024-10-30T18:50:43.302Z | Compiling anstyle v1.0.8 |
1108 | 2024-10-30T18:50:43.653Z | Compiling indexmap v2.6.0 |
1109 | 2024-10-30T18:50:43.756Z | Compiling anstyle-query v1.1.1 |
1110 | 2024-10-30T18:50:43.900Z | Compiling colorchoice v1.0.2 |
1111 | 2024-10-30T18:50:44.052Z | Compiling unicode-width v0.1.14 |
1112 | 2024-10-30T18:50:44.360Z | Compiling is_terminal_polyfill v1.70.1 |
1113 | 2024-10-30T18:50:44.479Z | Compiling semver v1.0.23 |
1114 | 2024-10-30T18:50:44.524Z | Compiling anstream v0.6.15 |
1115 | 2024-10-30T18:50:44.607Z | Compiling fs-err v2.11.0 |
1116 | 2024-10-30T18:50:45.034Z | Compiling terminal_size v0.4.0 |
1117 | 2024-10-30T18:50:45.074Z | Compiling clap_lex v0.7.2 |
1118 | 2024-10-30T18:50:45.215Z | Compiling cfg-if v1.0.0 |
1119 | 2024-10-30T18:50:45.227Z | Compiling bytecount v0.6.8 |
1120 | 2024-10-30T18:50:45.300Z | Compiling fastrand v2.1.1 |
1121 | 2024-10-30T18:50:45.474Z | Compiling anyhow v1.0.89 |
1122 | 2024-10-30T18:50:45.489Z | Compiling heck v0.4.1 |
1123 | 2024-10-30T18:50:45.611Z | Compiling fnv v1.0.7 |
1124 | 2024-10-30T18:50:45.877Z | Compiling heck v0.5.0 |
1125 | 2024-10-30T18:50:45.901Z | Compiling strsim v0.11.1 |
1126 | 2024-10-30T18:50:45.980Z | Compiling papergrid v0.11.0 |
1127 | 2024-10-30T18:50:46.274Z | Compiling clap_builder v4.5.20 |
1128 | 2024-10-30T18:50:46.382Z | Compiling tempfile v3.13.0 |
1129 | 2024-10-30T18:50:46.526Z | Compiling memmap v0.7.0 |
1130 | 2024-10-30T18:50:46.827Z | Compiling unicode-linebreak v0.1.5 |
1131 | 2024-10-30T18:50:46.848Z | Compiling smawk v0.3.2 |
1132 | 2024-10-30T18:50:47.243Z | Compiling textwrap v0.16.1 |
1133 | 2024-10-30T18:50:47.293Z | Compiling swrite v0.1.0 |
1134 | 2024-10-30T18:50:48.552Z | Compiling tabled_derive v0.7.0 |
1135 | 2024-10-30T18:50:50.112Z | Compiling tabled v0.15.0 |
1136 | 2024-10-30T18:50:51.614Z | Compiling serde_derive v1.0.210 |
1137 | 2024-10-30T18:50:51.616Z | Compiling thiserror-impl v1.0.64 |
1138 | 2024-10-30T18:50:51.635Z | Compiling zerocopy-derive v0.7.35 |
1139 | 2024-10-30T18:50:51.714Z | Compiling scroll_derive v0.12.0 |
1140 | 2024-10-30T18:50:51.804Z | Compiling clap_derive v4.5.18 |
1141 | 2024-10-30T18:50:52.986Z | Compiling scroll v0.12.0 |
1142 | 2024-10-30T18:50:53.405Z | Compiling zerocopy v0.7.35 |
1143 | 2024-10-30T18:50:53.436Z | Compiling goblin v0.8.2 |
1144 | 2024-10-30T18:50:54.148Z | Compiling pest v2.7.14 |
1145 | 2024-10-30T18:50:55.286Z | Compiling clap v4.5.20 |
1146 | 2024-10-30T18:50:56.463Z | Compiling pest_meta v2.7.14 |
1147 | 2024-10-30T18:50:57.277Z | Compiling pest_generator v2.7.14 |
1148 | 2024-10-30T18:50:59.128Z | Compiling pest_derive v2.7.14 |
1149 | 2024-10-30T18:50:59.799Z | Compiling dtrace-parser v0.2.0 |
1150 | 2024-10-30T18:51:01.671Z | Compiling serde_spanned v0.6.8 |
1151 | 2024-10-30T18:51:01.671Z | Compiling toml_datetime v0.6.8 |
1152 | 2024-10-30T18:51:01.674Z | Compiling cargo-platform v0.1.8 |
1153 | 2024-10-30T18:51:02.079Z | Compiling serde_tokenstream v0.2.2 |
1154 | 2024-10-30T18:51:02.179Z | Compiling toml_edit v0.22.22 |
1155 | 2024-10-30T18:51:02.204Z | Compiling macaddr v1.0.1 |
1156 | 2024-10-30T18:51:02.292Z | Compiling camino-tempfile v1.1.1 |
1157 | 2024-10-30T18:51:03.072Z | Compiling dof v0.3.0 |
1158 | 2024-10-30T18:51:03.072Z | Compiling cargo_metadata v0.18.1 |
1159 | 2024-10-30T18:51:04.982Z | Compiling toml v0.8.19 |
1160 | 2024-10-30T18:51:05.055Z | Compiling usdt-attr-macro v0.5.0 |
1161 | 2024-10-30T18:51:05.069Z | Compiling usdt-macro v0.5.0 |
1162 | 2024-10-30T18:51:05.812Z | Compiling cargo_toml v0.20.5 |
1163 | 2024-10-30T18:51:06.366Z | Compiling usdt v0.5.0 |
1164 | 2024-10-30T18:51:09.662Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1165 | 2024-10-30T18:51:13.623Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.48s |
1166 | 2024-10-30T18:51:13.681Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1167 | 2024-10-30T18:51:14.557Z | Compiling serde v1.0.210 |
1168 | 2024-10-30T18:51:14.560Z | Compiling typenum v1.17.0 |
1169 | 2024-10-30T18:51:14.560Z | Compiling lock_api v0.4.12 |
1170 | 2024-10-30T18:51:14.560Z | Compiling generic-array v0.14.7 |
1171 | 2024-10-30T18:51:14.560Z | Compiling scopeguard v1.2.0 |
1172 | 2024-10-30T18:51:14.560Z | Compiling subtle v2.6.1 |
1173 | 2024-10-30T18:51:14.685Z | Compiling syn v2.0.79 |
1174 | 2024-10-30T18:51:14.692Z | Compiling getrandom v0.2.15 |
1175 | 2024-10-30T18:51:14.834Z | Compiling value-bag v1.9.0 |
1176 | 2024-10-30T18:51:14.978Z | Compiling rand_core v0.6.4 |
1177 | 2024-10-30T18:51:15.058Z | Compiling const-oid v0.9.6 |
1178 | 2024-10-30T18:51:15.120Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-10-30T18:51:15.232Z | Compiling smallvec v1.13.2 |
1180 | 2024-10-30T18:51:15.250Z | Compiling log v0.4.22 |
1181 | 2024-10-30T18:51:15.442Z | Compiling jobserver v0.1.32 |
1182 | 2024-10-30T18:51:15.489Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-10-30T18:51:15.624Z | Compiling shlex v1.3.0 |
1184 | 2024-10-30T18:51:15.667Z | Compiling futures-core v0.3.31 |
1185 | 2024-10-30T18:51:15.925Z | Compiling cc v1.1.30 |
1186 | 2024-10-30T18:51:16.043Z | Compiling signal-hook-registry v1.4.2 |
1187 | 2024-10-30T18:51:16.117Z | Compiling mio v1.0.2 |
1188 | 2024-10-30T18:51:16.335Z | Compiling parking_lot v0.12.3 |
1189 | 2024-10-30T18:51:16.632Z | Compiling cpufeatures v0.2.14 |
1190 | 2024-10-30T18:51:16.729Z | Compiling futures-sink v0.3.31 |
1191 | 2024-10-30T18:51:16.881Z | Compiling spin v0.9.8 |
1192 | 2024-10-30T18:51:16.884Z | Compiling socket2 v0.5.7 |
1193 | 2024-10-30T18:51:17.071Z | Compiling slab v0.4.9 |
1194 | 2024-10-30T18:51:17.282Z | Compiling serde_json v1.0.128 |
1195 | 2024-10-30T18:51:17.299Z | Compiling futures-channel v0.3.31 |
1196 | 2024-10-30T18:51:17.314Z | Compiling futures-task v0.3.31 |
1197 | 2024-10-30T18:51:17.423Z | Compiling futures-io v0.3.31 |
1198 | 2024-10-30T18:51:17.607Z | Compiling allocator-api2 v0.2.18 |
1199 | 2024-10-30T18:51:17.651Z | Compiling foldhash v0.1.3 |
1200 | 2024-10-30T18:51:17.671Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2024-10-30T18:51:17.753Z | Compiling pin-utils v0.1.0 |
1202 | 2024-10-30T18:51:17.770Z | Compiling tinyvec v1.8.0 |
1203 | 2024-10-30T18:51:17.816Z | Compiling libm v0.2.8 |
1204 | 2024-10-30T18:51:17.849Z | Compiling num-traits v0.2.19 |
1205 | 2024-10-30T18:51:17.865Z | Compiling unicode-bidi v0.3.17 |
1206 | 2024-10-30T18:51:17.944Z | Compiling base64ct v1.6.0 |
1207 | 2024-10-30T18:51:18.396Z | Compiling hashbrown v0.15.0 |
1208 | 2024-10-30T18:51:18.410Z | Compiling pem-rfc7468 v0.7.0 |
1209 | 2024-10-30T18:51:18.520Z | Compiling flagset v0.4.6 |
1210 | 2024-10-30T18:51:18.723Z | Compiling httparse v1.9.5 |
1211 | 2024-10-30T18:51:19.152Z | Compiling tracing-core v0.1.32 |
1212 | 2024-10-30T18:51:19.271Z | Compiling unicode-normalization v0.1.24 |
1213 | 2024-10-30T18:51:19.579Z | Compiling rustls-pki-types v1.9.0 |
1214 | 2024-10-30T18:51:19.598Z | Compiling percent-encoding v2.3.1 |
1215 | 2024-10-30T18:51:19.696Z | Compiling crossbeam-utils v0.8.20 |
1216 | 2024-10-30T18:51:20.086Z | Compiling ring v0.17.8 |
1217 | 2024-10-30T18:51:20.337Z | Compiling pkg-config v0.3.31 |
1218 | 2024-10-30T18:51:20.407Z | Compiling untrusted v0.9.0 |
1219 | 2024-10-30T18:51:20.531Z | Compiling vcpkg v0.2.15 |
1220 | 2024-10-30T18:51:20.576Z | Compiling num-conv v0.1.0 |
1221 | 2024-10-30T18:51:20.693Z | Compiling time-core v0.1.2 |
1222 | 2024-10-30T18:51:20.710Z | Compiling powerfmt v0.2.0 |
1223 | 2024-10-30T18:51:20.880Z | Compiling time-macros v0.2.18 |
1224 | 2024-10-30T18:51:21.092Z | Compiling deranged v0.3.11 |
1225 | 2024-10-30T18:51:21.332Z | Compiling atomic-waker v1.1.2 |
1226 | 2024-10-30T18:51:21.517Z | Compiling num_threads v0.1.7 |
1227 | 2024-10-30T18:51:21.643Z | Compiling form_urlencoded v1.2.1 |
1228 | 2024-10-30T18:51:21.848Z | Compiling slog v2.7.0 |
1229 | 2024-10-30T18:51:21.948Z | Compiling rustix v0.38.37 |
1230 | 2024-10-30T18:51:22.023Z | Compiling try-lock v0.2.5 |
1231 | 2024-10-30T18:51:22.173Z | Compiling want v0.3.1 |
1232 | 2024-10-30T18:51:22.421Z | Compiling httpdate v1.0.3 |
1233 | 2024-10-30T18:51:22.557Z | Compiling openssl-sys v0.9.103 |
1234 | 2024-10-30T18:51:22.813Z | Compiling idna v0.5.0 |
1235 | 2024-10-30T18:51:22.854Z | Compiling foreign-types-shared v0.1.1 |
1236 | 2024-10-30T18:51:22.886Z | Compiling iana-time-zone v0.1.61 |
1237 | 2024-10-30T18:51:22.959Z | Compiling rustversion v1.0.17 |
1238 | 2024-10-30T18:51:23.191Z | Compiling tower-service v0.3.3 |
1239 | 2024-10-30T18:51:23.306Z | Compiling openssl v0.10.66 |
1240 | 2024-10-30T18:51:23.323Z | Compiling base64 v0.22.1 |
1241 | 2024-10-30T18:51:23.620Z | Compiling match_cfg v0.1.0 |
1242 | 2024-10-30T18:51:23.698Z | Compiling hostname v0.3.1 |
1243 | 2024-10-30T18:51:23.764Z | Compiling url v2.5.2 |
1244 | 2024-10-30T18:51:23.943Z | Compiling foreign-types v0.3.2 |
1245 | 2024-10-30T18:51:23.982Z | Compiling dirs-sys-next v0.1.2 |
1246 | 2024-10-30T18:51:23.999Z | Compiling time v0.3.36 |
1247 | 2024-10-30T18:51:24.024Z | Compiling aho-corasick v1.1.3 |
1248 | 2024-10-30T18:51:24.268Z | Compiling rustls v0.23.14 |
1249 | 2024-10-30T18:51:24.548Z | Compiling native-tls v0.2.12 |
1250 | 2024-10-30T18:51:24.576Z | Compiling rustls v0.22.4 |
1251 | 2024-10-30T18:51:24.800Z | Compiling regex-syntax v0.8.5 |
1252 | 2024-10-30T18:51:24.867Z | Compiling siphasher v0.3.11 |
1253 | 2024-10-30T18:51:25.143Z | Compiling syn v1.0.109 |
1254 | 2024-10-30T18:51:25.490Z | Compiling data-encoding v2.6.0 |
1255 | 2024-10-30T18:51:25.728Z | Compiling adler2 v2.0.0 |
1256 | 2024-10-30T18:51:25.956Z | Compiling miniz_oxide v0.8.0 |
1257 | 2024-10-30T18:51:27.209Z | Compiling dirs-next v2.0.0 |
1258 | 2024-10-30T18:51:27.408Z | Compiling serde_derive_internals v0.29.1 |
1259 | 2024-10-30T18:51:27.823Z | Compiling crossbeam-epoch v0.9.18 |
1260 | 2024-10-30T18:51:28.518Z | Compiling serde_derive v1.0.210 |
1261 | 2024-10-30T18:51:28.557Z | Compiling zeroize_derive v1.4.2 |
1262 | 2024-10-30T18:51:28.588Z | Compiling zerocopy-derive v0.7.35 |
1263 | 2024-10-30T18:51:28.724Z | Compiling tokio-macros v2.4.0 |
1264 | 2024-10-30T18:51:28.996Z | Compiling thiserror-impl v1.0.64 |
1265 | 2024-10-30T18:51:29.953Z | Compiling futures-macro v0.3.31 |
1266 | 2024-10-30T18:51:30.148Z | Compiling zeroize v1.8.1 |
1267 | 2024-10-30T18:51:30.312Z | Compiling der_derive v0.7.3 |
1268 | 2024-10-30T18:51:30.781Z | Compiling zerocopy v0.7.35 |
1269 | 2024-10-30T18:51:30.912Z | Compiling tracing-attributes v0.1.27 |
1270 | 2024-10-30T18:51:31.801Z | Compiling futures-util v0.3.31 |
1271 | 2024-10-30T18:51:31.918Z | Compiling crypto-common v0.1.6 |
1272 | 2024-10-30T18:51:32.145Z | Compiling block-buffer v0.10.4 |
1273 | 2024-10-30T18:51:32.235Z | Compiling thiserror v1.0.64 |
1274 | 2024-10-30T18:51:32.289Z | Compiling block-padding v0.3.3 |
1275 | 2024-10-30T18:51:32.367Z | Compiling digest v0.10.7 |
1276 | 2024-10-30T18:51:32.386Z | Compiling ppv-lite86 v0.2.20 |
1277 | 2024-10-30T18:51:32.517Z | Compiling inout v0.1.3 |
1278 | 2024-10-30T18:51:32.772Z | Compiling hmac v0.12.1 |
1279 | 2024-10-30T18:51:32.789Z | Compiling sha2 v0.10.8 |
1280 | 2024-10-30T18:51:32.841Z | Compiling cipher v0.4.4 |
1281 | 2024-10-30T18:51:33.010Z | Compiling der v0.7.9 |
1282 | 2024-10-30T18:51:33.150Z | Compiling rand_chacha v0.3.1 |
1283 | 2024-10-30T18:51:33.332Z | Compiling salsa20 v0.10.2 |
1284 | 2024-10-30T18:51:33.516Z | Compiling rand v0.8.5 |
1285 | 2024-10-30T18:51:34.634Z | Compiling tracing v0.1.40 |
1286 | 2024-10-30T18:51:35.099Z | Compiling spki v0.7.3 |
1287 | 2024-10-30T18:51:35.508Z | Compiling pbkdf2 v0.12.2 |
1288 | 2024-10-30T18:51:35.526Z | Compiling pest v2.7.14 |
1289 | 2024-10-30T18:51:35.581Z | Compiling cbc v0.1.2 |
1290 | 2024-10-30T18:51:35.690Z | Compiling scrypt v0.11.0 |
1291 | 2024-10-30T18:51:35.810Z | Compiling aes v0.8.4 |
1292 | 2024-10-30T18:51:36.136Z | Compiling scroll_derive v0.12.0 |
1293 | 2024-10-30T18:51:36.215Z | Compiling async-trait v0.1.83 |
1294 | 2024-10-30T18:51:36.248Z | Compiling openssl-macros v0.1.1 |
1295 | 2024-10-30T18:51:37.013Z | Compiling pkcs5 v0.7.1 |
1296 | 2024-10-30T18:51:37.601Z | Compiling scroll v0.12.0 |
1297 | 2024-10-30T18:51:37.735Z | Compiling pkcs8 v0.10.2 |
1298 | 2024-10-30T18:51:38.163Z | Compiling pest_meta v2.7.14 |
1299 | 2024-10-30T18:51:38.298Z | Compiling rustls-webpki v0.102.8 |
1300 | 2024-10-30T18:51:38.450Z | Compiling goblin v0.8.2 |
1301 | 2024-10-30T18:51:38.535Z | Compiling sha1 v0.10.6 |
1302 | 2024-10-30T18:51:38.603Z | Compiling signature v2.2.0 |
1303 | 2024-10-30T18:51:38.901Z | Compiling regex-automata v0.4.8 |
1304 | 2024-10-30T18:51:38.953Z | Compiling lazy_static v1.5.0 |
1305 | 2024-10-30T18:51:38.973Z | Compiling thread_local v1.1.8 |
1306 | 2024-10-30T18:51:39.079Z | Compiling cookie v0.18.1 |
1307 | 2024-10-30T18:51:39.390Z | Compiling pest_generator v2.7.14 |
1308 | 2024-10-30T18:51:39.515Z | Compiling multer v3.1.0 |
1309 | 2024-10-30T18:51:39.828Z | Compiling encoding_rs v0.8.34 |
1310 | 2024-10-30T18:51:40.021Z | Compiling paste v1.0.15 |
1311 | 2024-10-30T18:51:40.361Z | Compiling signal-hook v0.3.17 |
1312 | 2024-10-30T18:51:40.616Z | Compiling either v1.13.0 |
1313 | 2024-10-30T18:51:40.662Z | Compiling ipnet v2.10.1 |
1314 | 2024-10-30T18:51:41.046Z | Compiling mime v0.3.17 |
1315 | 2024-10-30T18:51:41.464Z | Compiling schemars v0.8.21 |
1316 | 2024-10-30T18:51:41.678Z | Compiling openssl-probe v0.1.5 |
1317 | 2024-10-30T18:51:41.842Z | Compiling unicode-properties v0.1.3 |
1318 | 2024-10-30T18:51:41.908Z | Compiling slog-async v2.8.0 |
1319 | 2024-10-30T18:51:42.086Z | Compiling gimli v0.31.1 |
1320 | 2024-10-30T18:51:42.589Z | Compiling bytes v1.7.2 |
1321 | 2024-10-30T18:51:42.590Z | Compiling indexmap v2.6.0 |
1322 | 2024-10-30T18:51:43.093Z | Compiling tokio v1.40.0 |
1323 | 2024-10-30T18:51:43.535Z | Compiling http v1.1.0 |
1324 | 2024-10-30T18:51:44.001Z | Compiling bitflags v2.6.0 |
1325 | 2024-10-30T18:51:44.443Z | Compiling semver v1.0.23 |
1326 | 2024-10-30T18:51:44.463Z | Compiling pest_derive v2.7.14 |
1327 | 2024-10-30T18:51:45.204Z | Compiling rustc_version v0.4.1 |
1328 | 2024-10-30T18:51:45.264Z | Compiling http-body v1.0.1 |
1329 | 2024-10-30T18:51:45.531Z | Compiling dtrace-parser v0.2.0 |
1330 | 2024-10-30T18:51:45.555Z | Compiling dof v0.3.0 |
1331 | 2024-10-30T18:51:46.064Z | Compiling toml_datetime v0.6.8 |
1332 | 2024-10-30T18:51:46.581Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2024-10-30T18:51:47.201Z | Compiling uuid v1.10.0 |
1334 | 2024-10-30T18:51:47.297Z | Compiling serde_spanned v0.6.8 |
1335 | 2024-10-30T18:51:47.536Z | Compiling usdt-impl v0.5.0 |
1336 | 2024-10-30T18:51:47.688Z | Compiling chrono v0.4.38 |
1337 | 2024-10-30T18:51:47.753Z | Compiling heapless v0.7.17 |
1338 | 2024-10-30T18:51:48.247Z | Compiling http-body-util v0.1.2 |
1339 | 2024-10-30T18:51:48.781Z | Compiling rayon-core v1.12.1 |
1340 | 2024-10-30T18:51:48.826Z | Compiling toml_edit v0.22.22 |
1341 | 2024-10-30T18:51:49.095Z | Compiling usdt-macro v0.5.0 |
1342 | 2024-10-30T18:51:49.119Z | Compiling usdt-attr-macro v0.5.0 |
1343 | 2024-10-30T18:51:50.652Z | Compiling addr2line v0.24.2 |
1344 | 2024-10-30T18:51:50.776Z | Compiling curve25519-dalek v4.1.3 |
1345 | 2024-10-30T18:51:51.358Z | Compiling tokio-util v0.7.12 |
1346 | 2024-10-30T18:51:51.397Z | Compiling slog-json v2.6.1 |
1347 | 2024-10-30T18:51:51.434Z | Compiling stringprep v0.1.5 |
1348 | 2024-10-30T18:51:51.502Z | Compiling serde_urlencoded v0.7.1 |
1349 | 2024-10-30T18:51:52.039Z | Compiling futures-executor v0.3.31 |
1350 | 2024-10-30T18:51:52.618Z | Compiling h2 v0.4.6 |
1351 | 2024-10-30T18:51:52.670Z | Compiling md-5 v0.10.6 |
1352 | 2024-10-30T18:51:52.789Z | Compiling schemars_derive v0.8.21 |
1353 | 2024-10-30T18:51:52.859Z | Compiling async-stream-impl v0.3.6 |
1354 | 2024-10-30T18:51:54.262Z | Compiling enum-as-inner v0.6.1 |
1355 | 2024-10-30T18:51:56.090Z | Compiling crossbeam-deque v0.8.5 |
1356 | 2024-10-30T18:51:56.195Z | Compiling term v0.7.0 |
1357 | 2024-10-30T18:51:57.360Z | Compiling crossbeam-channel v0.5.13 |
1358 | 2024-10-30T18:51:57.526Z | Compiling num-integer v0.1.46 |
1359 | 2024-10-30T18:51:57.742Z | Compiling rustls-pemfile v2.2.0 |
1360 | 2024-10-30T18:51:58.076Z | Compiling idna v0.3.0 |
1361 | 2024-10-30T18:51:58.286Z | Compiling idna v0.4.0 |
1362 | 2024-10-30T18:51:58.330Z | Compiling ff v0.13.0 |
1363 | 2024-10-30T18:51:58.419Z | Compiling hash32 v0.2.1 |
1364 | 2024-10-30T18:51:58.565Z | Compiling is-terminal v0.4.13 |
1365 | 2024-10-30T18:51:58.714Z | Compiling object v0.36.5 |
1366 | 2024-10-30T18:51:58.789Z | Compiling dropshot v0.12.0 |
1367 | 2024-10-30T18:51:59.089Z | Compiling quick-error v1.2.3 |
1368 | 2024-10-30T18:51:59.238Z | Compiling utf-8 v0.7.6 |
1369 | 2024-10-30T18:51:59.568Z | Compiling hyper v1.4.1 |
1370 | 2024-10-30T18:51:59.702Z | Compiling base16ct v0.2.0 |
1371 | 2024-10-30T18:51:59.856Z | Compiling smoltcp v0.9.1 |
1372 | 2024-10-30T18:52:00.114Z | Compiling psl-types v2.0.11 |
1373 | 2024-10-30T18:52:00.344Z | Compiling take_mut v0.2.2 |
1374 | 2024-10-30T18:52:00.492Z | Compiling anyhow v1.0.89 |
1375 | 2024-10-30T18:52:00.699Z | Compiling dyn-clone v1.0.17 |
1376 | 2024-10-30T18:52:00.880Z | Compiling num-bigint-dig v0.8.4 |
1377 | 2024-10-30T18:52:01.059Z | Compiling portable-atomic v1.9.0 |
1378 | 2024-10-30T18:52:01.160Z | Compiling rustc-demangle v0.1.24 |
1379 | 2024-10-30T18:52:02.147Z | Compiling hyper-util v0.1.9 |
1380 | 2024-10-30T18:52:02.200Z | Compiling linked-hash-map v0.5.6 |
1381 | 2024-10-30T18:52:02.560Z | Compiling stable_deref_trait v1.2.0 |
1382 | 2024-10-30T18:52:02.578Z | Compiling fallible-iterator v0.2.0 |
1383 | 2024-10-30T18:52:03.299Z | Compiling postgres-protocol v0.6.7 |
1384 | 2024-10-30T18:52:03.379Z | Compiling lru-cache v0.1.2 |
1385 | 2024-10-30T18:52:03.896Z | Compiling publicsuffix v2.2.3 |
1386 | 2024-10-30T18:52:04.164Z | Compiling sec1 v0.7.3 |
1387 | 2024-10-30T18:52:04.634Z | Compiling tungstenite v0.24.0 |
1388 | 2024-10-30T18:52:04.761Z | Compiling resolv-conf v0.7.0 |
1389 | 2024-10-30T18:52:05.062Z | Compiling hickory-proto v0.24.1 |
1390 | 2024-10-30T18:52:05.325Z | Compiling usdt v0.5.0 |
1391 | 2024-10-30T18:52:05.567Z | Compiling slog-term v2.9.1 |
1392 | 2024-10-30T18:52:05.871Z | Compiling backtrace v0.3.74 |
1393 | 2024-10-30T18:52:05.990Z | Compiling group v0.13.0 |
1394 | 2024-10-30T18:52:06.320Z | Compiling num-iter v0.1.45 |
1395 | 2024-10-30T18:52:06.509Z | Compiling tokio-rustls v0.26.0 |
1396 | 2024-10-30T18:52:06.785Z | Compiling tokio-rustls v0.25.0 |
1397 | 2024-10-30T18:52:06.970Z | Compiling tokio-native-tls v0.3.1 |
1398 | 2024-10-30T18:52:07.001Z | Compiling async-stream v0.3.6 |
1399 | 2024-10-30T18:52:07.197Z | Compiling futures v0.3.31 |
1400 | 2024-10-30T18:52:07.254Z | Compiling toml v0.8.19 |
1401 | 2024-10-30T18:52:08.418Z | Compiling camino v1.1.9 |
1402 | 2024-10-30T18:52:08.442Z | Compiling slog-bunyan v2.5.0 |
1403 | 2024-10-30T18:52:08.776Z | Compiling terminal_size v0.4.0 |
1404 | 2024-10-30T18:52:08.903Z | Compiling dropshot_endpoint v0.12.0 |
1405 | 2024-10-30T18:52:08.987Z | Compiling openapiv3 v2.0.0 |
1406 | 2024-10-30T18:52:09.013Z | Compiling serde_path_to_error v0.1.16 |
1407 | 2024-10-30T18:52:09.302Z | Compiling hkdf v0.12.4 |
1408 | 2024-10-30T18:52:09.381Z | Compiling crypto-bigint v0.5.5 |
1409 | 2024-10-30T18:52:09.416Z | Compiling zerocopy-derive v0.6.6 |
1410 | 2024-10-30T18:52:09.568Z | Compiling curve25519-dalek-derive v0.1.1 |
1411 | 2024-10-30T18:52:09.858Z | Compiling phf_shared v0.11.2 |
1412 | 2024-10-30T18:52:10.229Z | Compiling waitgroup v0.1.2 |
1413 | 2024-10-30T18:52:10.461Z | Compiling webpki-roots v0.26.6 |
1414 | 2024-10-30T18:52:10.681Z | Compiling hostname v0.4.0 |
1415 | 2024-10-30T18:52:10.779Z | Compiling hubpack_derive v0.1.1 |
1416 | 2024-10-30T18:52:10.949Z | Compiling fs-err v2.11.0 |
1417 | 2024-10-30T18:52:11.114Z | Compiling ahash v0.8.11 |
1418 | 2024-10-30T18:52:11.262Z | Compiling managed v0.8.0 |
1419 | 2024-10-30T18:52:11.481Z | Compiling winnow v0.5.40 |
1420 | 2024-10-30T18:52:11.672Z | Compiling debug-ignore v1.0.5 |
1421 | 2024-10-30T18:52:11.690Z | Compiling bitflags v1.3.2 |
1422 | 2024-10-30T18:52:11.738Z | Compiling console v0.15.8 |
1423 | 2024-10-30T18:52:11.818Z | Compiling strum_macros v0.25.3 |
1424 | 2024-10-30T18:52:13.321Z | Compiling elliptic-curve v0.13.8 |
1425 | 2024-10-30T18:52:13.338Z | Compiling hubpack v0.1.2 |
1426 | 2024-10-30T18:52:13.813Z | Compiling clap_builder v4.5.20 |
1427 | 2024-10-30T18:52:13.917Z | Compiling zerocopy v0.6.6 |
1428 | 2024-10-30T18:52:14.768Z | Compiling hyper-rustls v0.27.3 |
1429 | 2024-10-30T18:52:15.281Z | Compiling toml_edit v0.19.15 |
1430 | 2024-10-30T18:52:15.348Z | Compiling hickory-resolver v0.24.1 |
1431 | 2024-10-30T18:52:15.372Z | Compiling phf v0.11.2 |
1432 | 2024-10-30T18:52:15.472Z | Compiling signal-hook-mio v0.2.4 |
1433 | 2024-10-30T18:52:15.636Z | Compiling cookie_store v0.21.0 |
1434 | 2024-10-30T18:52:15.712Z | Compiling rayon v1.10.0 |
1435 | 2024-10-30T18:52:16.026Z | Compiling hyper-tls v0.6.0 |
1436 | 2024-10-30T18:52:17.363Z | Compiling tokio-tungstenite v0.24.0 |
1437 | 2024-10-30T18:52:17.896Z | Compiling postgres-types v0.2.8 |
1438 | 2024-10-30T18:52:20.578Z | Compiling tokio-stream v0.1.16 |
1439 | 2024-10-30T18:52:20.825Z | Compiling regex v1.11.0 |
1440 | 2024-10-30T18:52:21.629Z | Compiling bstr v1.10.0 |
1441 | 2024-10-30T18:52:21.945Z | Compiling serde-big-array v0.5.1 |
1442 | 2024-10-30T18:52:22.049Z | Compiling ed25519 v2.2.3 |
1443 | 2024-10-30T18:52:22.187Z | Compiling pkcs1 v0.7.5 |
1444 | 2024-10-30T18:52:22.586Z | Compiling rfc6979 v0.4.0 |
1445 | 2024-10-30T18:52:22.784Z | Compiling clap_derive v4.5.18 |
1446 | 2024-10-30T18:52:23.105Z | Compiling serde_repr v0.1.19 |
1447 | 2024-10-30T18:52:23.186Z | Compiling derive-where v1.2.7 |
1448 | 2024-10-30T18:52:23.226Z | Compiling phf_shared v0.10.0 |
1449 | 2024-10-30T18:52:23.314Z | Compiling float-cmp v0.9.0 |
1450 | 2024-10-30T18:52:23.426Z | Compiling sync_wrapper v1.0.1 |
1451 | 2024-10-30T18:52:23.546Z | Compiling crc32fast v1.4.2 |
1452 | 2024-10-30T18:52:23.579Z | Compiling bit-vec v0.6.3 |
1453 | 2024-10-30T18:52:23.631Z | Compiling fixedbitset v0.4.2 |
1454 | 2024-10-30T18:52:23.894Z | Compiling difflib v0.4.0 |
1455 | 2024-10-30T18:52:24.048Z | Compiling precomputed-hash v0.1.1 |
1456 | 2024-10-30T18:52:24.098Z | Compiling static_assertions v1.1.0 |
1457 | 2024-10-30T18:52:24.116Z | Compiling normalize-line-endings v0.3.0 |
1458 | 2024-10-30T18:52:24.159Z | Compiling new_debug_unreachable v1.0.6 |
1459 | 2024-10-30T18:52:24.202Z | Compiling minimal-lexical v0.2.1 |
1460 | 2024-10-30T18:52:24.235Z | Compiling number_prefix v0.4.0 |
1461 | 2024-10-30T18:52:24.259Z | Compiling whoami v1.5.2 |
1462 | 2024-10-30T18:52:24.301Z | Compiling unicode-segmentation v1.12.0 |
1463 | 2024-10-30T18:52:24.451Z | Compiling predicates-core v1.0.8 |
1464 | 2024-10-30T18:52:24.737Z | Compiling predicates v3.1.2 |
1465 | 2024-10-30T18:52:24.807Z | Compiling nom v7.1.3 |
1466 | 2024-10-30T18:52:24.907Z | Compiling tokio-postgres v0.7.12 |
1467 | 2024-10-30T18:52:25.199Z | Compiling similar v2.6.0 |
1468 | 2024-10-30T18:52:25.487Z | Compiling indicatif v0.17.8 |
1469 | 2024-10-30T18:52:26.546Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1470 | 2024-10-30T18:52:26.773Z | Compiling qorb v0.1.2 |
1471 | 2024-10-30T18:52:27.720Z | Compiling string_cache v0.8.7 |
1472 | 2024-10-30T18:52:27.737Z | Compiling petgraph v0.6.5 |
1473 | 2024-10-30T18:52:27.922Z | Compiling clap v4.5.20 |
1474 | 2024-10-30T18:52:28.050Z | Compiling bit-set v0.5.3 |
1475 | 2024-10-30T18:52:28.182Z | Compiling flate2 v1.0.34 |
1476 | 2024-10-30T18:52:28.331Z | Compiling reqwest v0.12.8 |
1477 | 2024-10-30T18:52:28.597Z | Compiling ecdsa v0.16.9 |
1478 | 2024-10-30T18:52:29.135Z | Compiling rsa v0.9.6 |
1479 | 2024-10-30T18:52:29.440Z | Compiling ed25519-dalek v2.1.1 |
1480 | 2024-10-30T18:52:30.728Z | Compiling toml v0.7.8 |
1481 | 2024-10-30T18:52:30.769Z | Compiling crossterm v0.28.1 |
1482 | 2024-10-30T18:52:32.462Z | Compiling hex v0.4.3 |
1483 | 2024-10-30T18:52:32.561Z | Compiling itertools v0.10.5 |
1484 | 2024-10-30T18:52:32.595Z | Compiling itertools v0.12.1 |
1485 | 2024-10-30T18:52:33.099Z | Compiling x509-cert v0.2.5 |
1486 | 2024-10-30T18:52:33.369Z | Compiling lalrpop-util v0.19.12 |
1487 | 2024-10-30T18:52:33.387Z | Compiling unicode-xid v0.2.6 |
1488 | 2024-10-30T18:52:33.573Z | Compiling peg-runtime v0.8.3 |
1489 | 2024-10-30T18:52:33.741Z | Compiling xattr v1.3.1 |
1490 | 2024-10-30T18:52:34.007Z | Compiling strum_macros v0.26.4 |
1491 | 2024-10-30T18:52:34.220Z | Compiling filetime v0.2.25 |
1492 | 2024-10-30T18:52:34.536Z | Compiling tar v0.4.42 |
1493 | 2024-10-30T18:52:37.571Z | Compiling strum v0.26.3 |
1494 | 2024-10-30T18:52:37.722Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1495 | 2024-10-30T18:52:37.969Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1496 | 2024-10-30T18:52:43.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1497 | 2024-10-30T18:52:43.530Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1498 | 2024-10-30T18:52:43.578Z | Oct 30 18:52:42.768 INFO Starting download, target: Clickhouse |
1499 | 2024-10-30T18:52:43.578Z | Oct 30 18:52:42.769 INFO Starting download, target: Cockroach |
1500 | 2024-10-30T18:52:43.578Z | Oct 30 18:52:42.769 INFO Starting download, target: Console |
1501 | 2024-10-30T18:52:43.579Z | Oct 30 18:52:42.769 INFO Starting download, target: DendriteOpenapi |
1502 | 2024-10-30T18:52:43.579Z | Oct 30 18:52:42.769 INFO Starting download, target: DendriteStub |
1503 | 2024-10-30T18:52:43.579Z | Oct 30 18:52:42.769 INFO Starting download, target: MaghemiteMgd |
1504 | 2024-10-30T18:52:43.579Z | Oct 30 18:52:42.769 INFO Starting download, target: TransceiverControl |
1505 | 2024-10-30T18:52:43.590Z | Oct 30 18:52:42.769 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1506 | 2024-10-30T18:52:43.590Z | Oct 30 18:52:42.769 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1507 | 2024-10-30T18:52:43.591Z | Oct 30 18:52:42.769 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1508 | 2024-10-30T18:52:43.591Z | Oct 30 18:52:42.769 INFO Downloading out/downloads/dpd-a442c5b3c999a91aa2d4d1ec853a7ef127f303cb.json (attempt 1/3), target: DendriteOpenapi |
1509 | 2024-10-30T18:52:43.591Z | Oct 30 18:52:42.770 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1510 | 2024-10-30T18:52:43.591Z | Oct 30 18:52:42.770 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1511 | 2024-10-30T18:52:43.592Z | Oct 30 18:52:42.770 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1512 | 2024-10-30T18:52:44.180Z | Oct 30 18:52:43.335 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1513 | 2024-10-30T18:52:44.296Z | Oct 30 18:52:43.339 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1514 | 2024-10-30T18:52:44.395Z | Oct 30 18:52:43.527 INFO Download complete, target: DendriteOpenapi |
1515 | 2024-10-30T18:52:44.567Z | Oct 30 18:52:43.692 INFO Download complete, target: Console |
1516 | 2024-10-30T18:52:44.873Z | Oct 30 18:52:44.069 INFO Download complete, target: TransceiverControl |
1517 | 2024-10-30T18:52:44.941Z | Oct 30 18:52:44.138 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1518 | 2024-10-30T18:52:44.959Z | Oct 30 18:52:44.158 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1519 | 2024-10-30T18:52:44.959Z | Oct 30 18:52:44.158 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1520 | 2024-10-30T18:52:45.147Z | Oct 30 18:52:44.344 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1521 | 2024-10-30T18:52:45.925Z | Oct 30 18:52:45.124 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1522 | 2024-10-30T18:52:48.422Z | Oct 30 18:52:47.621 INFO Download complete, target: DendriteStub |
1523 | 2024-10-30T18:52:48.674Z | Oct 30 18:52:47.873 INFO Download complete, target: MaghemiteMgd |
1524 | 2024-10-30T18:52:53.392Z | Oct 30 18:52:52.590 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1525 | 2024-10-30T18:52:53.772Z | Oct 30 18:52:52.970 INFO Checking that binary works, target: Cockroach |
1526 | 2024-10-30T18:52:53.930Z | Oct 30 18:52:53.128 INFO Download complete, target: Cockroach |
1527 | 2024-10-30T18:53:00.048Z | Oct 30 18:52:59.244 INFO Checking that binary works, target: Clickhouse |
1528 | 2024-10-30T18:53:00.970Z | Oct 30 18:53:00.169 INFO Download complete, target: Clickhouse |
1529 | 2024-10-30T18:53:00.978Z | All prerequisites installed successfully |
1530 | 2024-10-30T18:53:00.980Z | |
1531 | 2024-10-30T18:53:00.980Z | real 4:01.680342163 |
1532 | 2024-10-30T18:53:00.980Z | user 12:42.729859178 |
1533 | 2024-10-30T18:53:00.980Z | sys 2:38.152275416 |
1534 | 2024-10-30T18:53:00.980Z | trap 0.405712830 |
1535 | 2024-10-30T18:53:00.981Z | tflt 8.376254800 |
1536 | 2024-10-30T18:53:00.981Z | dflt 5.494104490 |
1537 | 2024-10-30T18:53:00.981Z | kflt 0.544524007 |
1538 | 2024-10-30T18:53:00.981Z | lock 27:06.083371196 |
1539 | 2024-10-30T18:53:00.981Z | slp 50:18.853093077 |
1540 | 2024-10-30T18:53:00.981Z | lat 40.415882665 |
1541 | 2024-10-30T18:53:00.981Z | stop 1:47.649750501 |
1542 | 2024-10-30T18:53:00.981Z | + source ./tools/include/force-git-over-https.sh |
1543 | 2024-10-30T18:53:00.981Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1544 | 2024-10-30T18:53:00.981Z | ++ (( i = 0 )) |
1545 | 2024-10-30T18:53:00.981Z | ++ (( i < 5 )) |
1546 | 2024-10-30T18:53:00.981Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1547 | 2024-10-30T18:53:00.984Z | ++ (( i++ )) |
1548 | 2024-10-30T18:53:00.984Z | ++ (( i < 5 )) |
1549 | 2024-10-30T18:53:00.984Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1550 | 2024-10-30T18:53:00.986Z | ++ (( i++ )) |
1551 | 2024-10-30T18:53:00.986Z | ++ (( i < 5 )) |
1552 | 2024-10-30T18:53:00.986Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1553 | 2024-10-30T18:53:00.989Z | ++ (( i++ )) |
1554 | 2024-10-30T18:53:00.989Z | ++ (( i < 5 )) |
1555 | 2024-10-30T18:53:00.989Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1556 | 2024-10-30T18:53:00.992Z | ++ (( i++ )) |
1557 | 2024-10-30T18:53:00.992Z | ++ (( i < 5 )) |
1558 | 2024-10-30T18:53:00.992Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1559 | 2024-10-30T18:53:00.995Z | ++ (( i++ )) |
1560 | 2024-10-30T18:53:00.995Z | ++ (( i < 5 )) |
1561 | 2024-10-30T18:53:00.995Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1562 | 2024-10-30T18:53:00.995Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1563 | 2024-10-30T18:53:00.998Z | + rc=0 |
1564 | 2024-10-30T18:53:00.998Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1565 | 2024-10-30T18:53:27.301Z | + case $rc in |
1566 | 2024-10-30T18:53:27.301Z | + pfexec zfs create -p rpool/images/build/host |
1567 | 2024-10-30T18:53:27.593Z | + pfexec zfs create -p rpool/images/build/recovery |
1568 | 2024-10-30T18:53:27.664Z | + cargo xtask releng --output-dir /work |
1569 | 2024-10-30T18:53:28.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1570 | 2024-10-30T18:53:28.237Z | Running `target/debug/xtask releng --output-dir /work` |
1571 | 2024-10-30T18:53:29.181Z | Compiling proc-macro2 v1.0.87 |
1572 | 2024-10-30T18:53:29.182Z | Compiling unicode-ident v1.0.13 |
1573 | 2024-10-30T18:53:29.184Z | Compiling libc v0.2.161 |
1574 | 2024-10-30T18:53:29.184Z | Compiling serde v1.0.210 |
1575 | 2024-10-30T18:53:29.184Z | Compiling autocfg v1.4.0 |
1576 | 2024-10-30T18:53:29.184Z | Compiling version_check v0.9.5 |
1577 | 2024-10-30T18:53:29.184Z | Compiling cfg-if v1.0.0 |
1578 | 2024-10-30T18:53:29.483Z | Compiling typenum v1.17.0 |
1579 | 2024-10-30T18:53:29.516Z | Compiling shlex v1.3.0 |
1580 | 2024-10-30T18:53:29.587Z | Compiling memchr v2.7.4 |
1581 | 2024-10-30T18:53:29.959Z | Compiling parking_lot_core v0.9.10 |
1582 | 2024-10-30T18:53:30.115Z | Compiling generic-array v0.14.7 |
1583 | 2024-10-30T18:53:30.226Z | Compiling lock_api v0.4.12 |
1584 | 2024-10-30T18:53:30.402Z | Compiling serde_json v1.0.128 |
1585 | 2024-10-30T18:53:30.428Z | Compiling libm v0.2.8 |
1586 | 2024-10-30T18:53:30.569Z | Compiling value-bag v1.9.0 |
1587 | 2024-10-30T18:53:30.766Z | Compiling num-traits v0.2.19 |
1588 | 2024-10-30T18:53:30.832Z | Compiling quote v1.0.37 |
1589 | 2024-10-30T18:53:31.037Z | Compiling log v0.4.22 |
1590 | 2024-10-30T18:53:31.091Z | Compiling slab v0.4.9 |
1591 | 2024-10-30T18:53:31.151Z | Compiling once_cell v1.20.2 |
1592 | 2024-10-30T18:53:31.420Z | Compiling syn v2.0.79 |
1593 | 2024-10-30T18:53:31.476Z | Compiling getrandom v0.2.15 |
1594 | 2024-10-30T18:53:31.522Z | Compiling jobserver v0.1.32 |
1595 | 2024-10-30T18:53:31.790Z | Compiling thiserror v1.0.64 |
1596 | 2024-10-30T18:53:31.865Z | Compiling itoa v1.0.11 |
1597 | 2024-10-30T18:53:31.886Z | Compiling cc v1.1.30 |
1598 | 2024-10-30T18:53:32.141Z | Compiling scopeguard v1.2.0 |
1599 | 2024-10-30T18:53:32.345Z | Compiling rand_core v0.6.4 |
1600 | 2024-10-30T18:53:32.376Z | Compiling byteorder v1.5.0 |
1601 | 2024-10-30T18:53:33.087Z | Compiling subtle v2.6.1 |
1602 | 2024-10-30T18:53:33.514Z | Compiling semver v1.0.23 |
1603 | 2024-10-30T18:53:33.597Z | Compiling pin-project-lite v0.2.14 |
1604 | 2024-10-30T18:53:33.871Z | Compiling smallvec v1.13.2 |
1605 | 2024-10-30T18:53:34.016Z | Compiling httparse v1.9.5 |
1606 | 2024-10-30T18:53:34.036Z | Compiling const-oid v0.9.6 |
1607 | 2024-10-30T18:53:34.097Z | Compiling ryu v1.0.18 |
1608 | 2024-10-30T18:53:34.386Z | Compiling heck v0.5.0 |
1609 | 2024-10-30T18:53:34.456Z | Compiling pkg-config v0.3.31 |
1610 | 2024-10-30T18:53:34.626Z | Compiling futures-core v0.3.31 |
1611 | 2024-10-30T18:53:34.727Z | Compiling allocator-api2 v0.2.18 |
1612 | 2024-10-30T18:53:34.994Z | Compiling signal-hook-registry v1.4.2 |
1613 | 2024-10-30T18:53:35.513Z | Compiling ring v0.17.8 |
1614 | 2024-10-30T18:53:35.542Z | Compiling parking_lot v0.12.3 |
1615 | 2024-10-30T18:53:35.611Z | Compiling mio v1.0.2 |
1616 | 2024-10-30T18:53:36.671Z | Compiling socket2 v0.5.7 |
1617 | 2024-10-30T18:53:36.792Z | Compiling crossbeam-utils v0.8.20 |
1618 | 2024-10-30T18:53:37.045Z | Compiling fnv v1.0.7 |
1619 | 2024-10-30T18:53:37.195Z | Compiling time-core v0.1.2 |
1620 | 2024-10-30T18:53:37.275Z | Compiling vcpkg v0.2.15 |
1621 | 2024-10-30T18:53:37.352Z | Compiling num-conv v0.1.0 |
1622 | 2024-10-30T18:53:37.371Z | Compiling futures-sink v0.3.31 |
1623 | 2024-10-30T18:53:37.653Z | Compiling time-macros v0.2.18 |
1624 | 2024-10-30T18:53:38.052Z | Compiling ahash v0.8.11 |
1625 | 2024-10-30T18:53:38.081Z | Compiling schemars v0.8.21 |
1626 | 2024-10-30T18:53:38.525Z | Compiling spin v0.9.8 |
1627 | 2024-10-30T18:53:39.051Z | Compiling openssl-sys v0.9.103 |
1628 | 2024-10-30T18:53:39.137Z | Compiling serde_derive_internals v0.29.1 |
1629 | 2024-10-30T18:53:39.661Z | Compiling equivalent v1.0.1 |
1630 | 2024-10-30T18:53:39.809Z | Compiling cpufeatures v0.2.14 |
1631 | 2024-10-30T18:53:39.851Z | Compiling foldhash v0.1.3 |
1632 | 2024-10-30T18:53:40.005Z | Compiling rustix v0.38.37 |
1633 | 2024-10-30T18:53:40.413Z | Compiling hashbrown v0.15.0 |
1634 | 2024-10-30T18:53:41.163Z | Compiling futures-channel v0.3.31 |
1635 | 2024-10-30T18:53:41.694Z | Compiling futures-io v0.3.31 |
1636 | 2024-10-30T18:53:41.724Z | Compiling slog v2.7.0 |
1637 | 2024-10-30T18:53:41.727Z | Compiling futures-task v0.3.31 |
1638 | 2024-10-30T18:53:41.772Z | Compiling pin-utils v0.1.0 |
1639 | 2024-10-30T18:53:42.147Z | Compiling tinyvec_macros v0.1.1 |
1640 | 2024-10-30T18:53:42.229Z | Compiling ucd-trie v0.1.7 |
1641 | 2024-10-30T18:53:42.286Z | Compiling tinyvec v1.8.0 |
1642 | 2024-10-30T18:53:42.391Z | Compiling openssl v0.10.66 |
1643 | 2024-10-30T18:53:42.739Z | Compiling iana-time-zone v0.1.61 |
1644 | 2024-10-30T18:53:42.766Z | Compiling unicode-bidi v0.3.17 |
1645 | 2024-10-30T18:53:42.915Z | Compiling tracing-core v0.1.32 |
1646 | 2024-10-30T18:53:42.979Z | Compiling rustls v0.23.14 |
1647 | 2024-10-30T18:53:43.135Z | Compiling native-tls v0.2.12 |
1648 | 2024-10-30T18:53:43.630Z | Compiling base64ct v1.6.0 |
1649 | 2024-10-30T18:53:44.043Z | Compiling unicode-normalization v0.1.24 |
1650 | 2024-10-30T18:53:44.296Z | Compiling pem-rfc7468 v0.7.0 |
1651 | 2024-10-30T18:53:44.884Z | Compiling serde_derive v1.0.210 |
1652 | 2024-10-30T18:53:44.985Z | Compiling zeroize_derive v1.4.2 |
1653 | 2024-10-30T18:53:45.299Z | Compiling zerocopy-derive v0.7.35 |
1654 | 2024-10-30T18:53:45.459Z | Compiling tokio-macros v2.4.0 |
1655 | 2024-10-30T18:53:45.502Z | Compiling thiserror-impl v1.0.64 |
1656 | 2024-10-30T18:53:45.749Z | Compiling futures-macro v0.3.31 |
1657 | 2024-10-30T18:53:45.800Z | Compiling tracing-attributes v0.1.27 |
1658 | 2024-10-30T18:53:46.582Z | Compiling zeroize v1.8.1 |
1659 | 2024-10-30T18:53:47.551Z | Compiling zerocopy v0.7.35 |
1660 | 2024-10-30T18:53:48.663Z | Compiling der_derive v0.7.3 |
1661 | 2024-10-30T18:53:48.797Z | Compiling crypto-common v0.1.6 |
1662 | 2024-10-30T18:53:49.083Z | Compiling block-buffer v0.10.4 |
1663 | 2024-10-30T18:53:49.316Z | Compiling schemars_derive v0.8.21 |
1664 | 2024-10-30T18:53:49.368Z | Compiling digest v0.10.7 |
1665 | 2024-10-30T18:53:49.517Z | Compiling futures-util v0.3.31 |
1666 | 2024-10-30T18:53:49.560Z | Compiling scroll_derive v0.12.0 |
1667 | 2024-10-30T18:53:49.814Z | Compiling hmac v0.12.1 |
1668 | 2024-10-30T18:53:50.045Z | Compiling block-padding v0.3.3 |
1669 | 2024-10-30T18:53:50.065Z | Compiling pest v2.7.14 |
1670 | 2024-10-30T18:53:50.984Z | Compiling inout v0.1.3 |
1671 | 2024-10-30T18:53:51.006Z | Compiling openssl-macros v0.1.1 |
1672 | 2024-10-30T18:53:51.235Z | Compiling cipher v0.4.4 |
1673 | 2024-10-30T18:53:51.781Z | Compiling sha2 v0.10.8 |
1674 | 2024-10-30T18:53:52.001Z | Compiling tracing v0.1.40 |
1675 | 2024-10-30T18:53:52.331Z | Compiling ppv-lite86 v0.2.20 |
1676 | 2024-10-30T18:53:52.973Z | Compiling pest_meta v2.7.14 |
1677 | 2024-10-30T18:53:53.241Z | Compiling async-trait v0.1.83 |
1678 | 2024-10-30T18:53:55.799Z | Compiling pest_generator v2.7.14 |
1679 | 2024-10-30T18:53:56.513Z | Compiling cookie v0.18.1 |
1680 | 2024-10-30T18:53:56.840Z | Compiling usdt-impl v0.5.0 |
1681 | 2024-10-30T18:53:57.048Z | Compiling syn v1.0.109 |
1682 | 2024-10-30T18:53:57.188Z | Compiling flagset v0.4.6 |
1683 | 2024-10-30T18:53:57.221Z | Compiling percent-encoding v2.3.1 |
1684 | 2024-10-30T18:53:57.446Z | Compiling dyn-clone v1.0.17 |
1685 | 2024-10-30T18:53:57.681Z | Compiling der v0.7.9 |
1686 | 2024-10-30T18:53:57.722Z | Compiling pest_derive v2.7.14 |
1687 | 2024-10-30T18:53:57.725Z | Compiling rand_chacha v0.3.1 |
1688 | 2024-10-30T18:53:58.341Z | Compiling scroll v0.12.0 |
1689 | 2024-10-30T18:53:58.482Z | Compiling bytes v1.7.2 |
1690 | 2024-10-30T18:53:58.776Z | Compiling indexmap v2.6.0 |
1691 | 2024-10-30T18:53:58.901Z | Compiling serde_tokenstream v0.2.2 |
1692 | 2024-10-30T18:53:59.546Z | Compiling bitflags v2.6.0 |
1693 | 2024-10-30T18:53:59.714Z | Compiling tokio v1.40.0 |
1694 | 2024-10-30T18:54:00.247Z | Compiling http v1.1.0 |
1695 | 2024-10-30T18:54:00.834Z | Compiling rustc_version v0.4.1 |
1696 | 2024-10-30T18:54:01.419Z | Compiling uuid v1.10.0 |
1697 | 2024-10-30T18:54:01.574Z | Compiling chrono v0.4.38 |
1698 | 2024-10-30T18:54:02.918Z | Compiling aho-corasick v1.1.3 |
1699 | 2024-10-30T18:54:05.424Z | Compiling regex-syntax v0.8.5 |
1700 | 2024-10-30T18:54:06.614Z | Compiling rustls-pki-types v1.9.0 |
1701 | 2024-10-30T18:54:07.202Z | Compiling plain v0.2.3 |
1702 | 2024-10-30T18:54:07.721Z | Compiling rayon-core v1.12.1 |
1703 | 2024-10-30T18:54:07.808Z | Compiling camino v1.1.9 |
1704 | 2024-10-30T18:54:08.057Z | Compiling goblin v0.8.2 |
1705 | 2024-10-30T18:54:08.424Z | Compiling spki v0.7.3 |
1706 | 2024-10-30T18:54:08.878Z | Compiling tokio-util v0.7.12 |
1707 | 2024-10-30T18:54:09.438Z | Compiling regex-automata v0.4.8 |
1708 | 2024-10-30T18:54:10.524Z | Compiling rand v0.8.5 |
1709 | 2024-10-30T18:54:11.996Z | Compiling salsa20 v0.10.2 |
1710 | 2024-10-30T18:54:12.265Z | Compiling pbkdf2 v0.12.2 |
1711 | 2024-10-30T18:54:13.035Z | Compiling pretty-hex v0.4.1 |
1712 | 2024-10-30T18:54:13.297Z | Compiling rustls v0.22.4 |
1713 | 2024-10-30T18:54:13.590Z | Compiling powerfmt v0.2.0 |
1714 | 2024-10-30T18:54:14.268Z | Compiling try-lock v0.2.5 |
1715 | 2024-10-30T18:54:14.511Z | Compiling untrusted v0.9.0 |
1716 | 2024-10-30T18:54:16.116Z | Compiling want v0.3.1 |
1717 | 2024-10-30T18:54:16.554Z | Compiling dof v0.3.0 |
1718 | 2024-10-30T18:54:17.734Z | Compiling deranged v0.3.11 |
1719 | 2024-10-30T18:54:18.834Z | Compiling scrypt v0.11.0 |
1720 | 2024-10-30T18:54:19.386Z | Compiling dtrace-parser v0.2.0 |
1721 | 2024-10-30T18:54:19.906Z | Compiling form_urlencoded v1.2.1 |
1722 | 2024-10-30T18:54:20.170Z | Compiling cbc v0.1.2 |
1723 | 2024-10-30T18:54:20.257Z | Compiling aes v0.8.4 |
1724 | 2024-10-30T18:54:20.508Z | Compiling errno v0.3.9 |
1725 | 2024-10-30T18:54:20.643Z | Compiling thread-id v4.2.2 |
1726 | 2024-10-30T18:54:20.840Z | Compiling num_threads v0.1.7 |
1727 | 2024-10-30T18:54:20.984Z | Compiling atomic-waker v1.1.2 |
1728 | 2024-10-30T18:54:21.378Z | Compiling httpdate v1.0.3 |
1729 | 2024-10-30T18:54:21.444Z | Compiling pkcs5 v0.7.1 |
1730 | 2024-10-30T18:54:21.599Z | Compiling time v0.3.36 |
1731 | 2024-10-30T18:54:23.973Z | Compiling rustls-webpki v0.102.8 |
1732 | 2024-10-30T18:54:24.464Z | Compiling http-body v1.0.1 |
1733 | 2024-10-30T18:54:24.786Z | Compiling heapless v0.7.17 |
1734 | 2024-10-30T18:54:25.182Z | Compiling zerocopy-derive v0.6.6 |
1735 | 2024-10-30T18:54:25.439Z | Compiling multer v3.1.0 |
1736 | 2024-10-30T18:54:25.922Z | Compiling signal-hook v0.3.17 |
1737 | 2024-10-30T18:54:25.966Z | Compiling num-bigint-dig v0.8.4 |
1738 | 2024-10-30T18:54:26.303Z | Compiling tower-service v0.3.3 |
1739 | 2024-10-30T18:54:26.427Z | Compiling anyhow v1.0.89 |
1740 | 2024-10-30T18:54:26.672Z | Compiling slog-async v2.8.0 |
1741 | 2024-10-30T18:54:27.205Z | Compiling pkcs8 v0.10.2 |
1742 | 2024-10-30T18:54:27.298Z | Compiling h2 v0.4.6 |
1743 | 2024-10-30T18:54:27.680Z | Compiling regex v1.11.0 |
1744 | 2024-10-30T18:54:28.775Z | Compiling idna v0.5.0 |
1745 | 2024-10-30T18:54:29.499Z | Compiling strsim v0.11.1 |
1746 | 2024-10-30T18:54:29.527Z | Compiling rustversion v1.0.17 |
1747 | 2024-10-30T18:54:30.232Z | Compiling base64 v0.22.1 |
1748 | 2024-10-30T18:54:30.347Z | Compiling paste v1.0.15 |
1749 | 2024-10-30T18:54:31.572Z | Compiling url v2.5.2 |
1750 | 2024-10-30T18:54:33.772Z | Compiling usdt-attr-macro v0.5.0 |
1751 | 2024-10-30T18:54:33.827Z | Compiling usdt-macro v0.5.0 |
1752 | 2024-10-30T18:54:35.339Z | Compiling hyper v1.4.1 |
1753 | 2024-10-30T18:54:36.355Z | Compiling curve25519-dalek v4.1.3 |
1754 | 2024-10-30T18:54:36.891Z | Compiling openapiv3 v2.0.0 |
1755 | 2024-10-30T18:54:37.620Z | Compiling serde_spanned v0.6.8 |
1756 | 2024-10-30T18:54:37.903Z | Compiling toml_datetime v0.6.8 |
1757 | 2024-10-30T18:54:38.412Z | Compiling enum-as-inner v0.6.1 |
1758 | 2024-10-30T18:54:38.522Z | Compiling async-stream-impl v0.3.6 |
1759 | 2024-10-30T18:54:39.703Z | Compiling dropshot v0.12.0 |
1760 | 2024-10-30T18:54:39.805Z | Compiling smoltcp v0.9.1 |
1761 | 2024-10-30T18:54:40.132Z | Compiling match_cfg v0.1.0 |
1762 | 2024-10-30T18:54:40.283Z | Compiling portable-atomic v1.9.0 |
1763 | 2024-10-30T18:54:40.580Z | Compiling foreign-types-shared v0.1.1 |
1764 | 2024-10-30T18:54:40.734Z | Compiling foreign-types v0.3.2 |
1765 | 2024-10-30T18:54:40.982Z | Compiling hyper-util v0.1.9 |
1766 | 2024-10-30T18:54:41.241Z | Compiling hostname v0.3.1 |
1767 | 2024-10-30T18:54:44.970Z | Compiling clap_derive v4.5.18 |
1768 | 2024-10-30T18:54:45.471Z | Compiling dirs-sys-next v0.1.2 |
1769 | 2024-10-30T18:54:45.708Z | Compiling encoding_rs v0.8.34 |
1770 | 2024-10-30T18:54:45.974Z | Compiling siphasher v0.3.11 |
1771 | 2024-10-30T18:54:46.355Z | Compiling data-encoding v2.6.0 |
1772 | 2024-10-30T18:54:48.205Z | Compiling mime v0.3.17 |
1773 | 2024-10-30T18:54:49.345Z | Compiling adler2 v2.0.0 |
1774 | 2024-10-30T18:54:49.566Z | Compiling ipnet v2.10.1 |
1775 | 2024-10-30T18:54:49.884Z | Compiling miniz_oxide v0.8.0 |
1776 | 2024-10-30T18:54:52.203Z | Compiling dirs-next v2.0.0 |
1777 | 2024-10-30T18:54:57.372Z | Compiling hubpack_derive v0.1.1 |
1778 | 2024-10-30T18:54:57.764Z | Compiling http-body-util v0.1.2 |
1779 | 2024-10-30T18:54:58.313Z | Compiling serde_urlencoded v0.7.1 |
1780 | 2024-10-30T18:54:58.379Z | Compiling crossbeam-epoch v0.9.18 |
1781 | 2024-10-30T18:54:58.470Z | Compiling dropshot_endpoint v0.12.0 |
1782 | 2024-10-30T18:54:58.959Z | Compiling hashbrown v0.14.5 |
1783 | 2024-10-30T18:54:59.035Z | Compiling signature v2.2.0 |
1784 | 2024-10-30T18:54:59.213Z | Compiling sha1 v0.10.6 |
1785 | 2024-10-30T18:54:59.519Z | Compiling curve25519-dalek-derive v0.1.1 |
1786 | 2024-10-30T18:54:59.792Z | Compiling lazy_static v1.5.0 |
1787 | 2024-10-30T18:54:59.918Z | Compiling thread_local v1.1.8 |
1788 | 2024-10-30T18:54:59.997Z | Compiling fs-err v2.11.0 |
1789 | 2024-10-30T18:55:00.535Z | Compiling openssl-probe v0.1.5 |
1790 | 2024-10-30T18:55:01.027Z | Compiling winnow v0.6.20 |
1791 | 2024-10-30T18:55:01.497Z | Compiling either v1.13.0 |
1792 | 2024-10-30T18:55:01.698Z | Compiling gimli v0.31.1 |
1793 | 2024-10-30T18:55:01.840Z | Compiling utf8parse v0.2.2 |
1794 | 2024-10-30T18:55:02.075Z | Compiling anstyle v1.0.8 |
1795 | 2024-10-30T18:55:02.267Z | Compiling unicode-properties v0.1.3 |
1796 | 2024-10-30T18:55:02.791Z | Compiling stringprep v0.1.5 |
1797 | 2024-10-30T18:55:02.839Z | Compiling anstyle-parse v0.2.5 |
1798 | 2024-10-30T18:55:03.942Z | Compiling regress v0.10.1 |
1799 | 2024-10-30T18:55:04.375Z | Compiling crossbeam-deque v0.8.5 |
1800 | 2024-10-30T18:55:04.812Z | Compiling toml_edit v0.22.22 |
1801 | 2024-10-30T18:55:07.280Z | Compiling addr2line v0.24.2 |
1802 | 2024-10-30T18:55:08.087Z | Compiling term v0.7.0 |
1803 | 2024-10-30T18:55:09.218Z | Compiling slog-json v2.6.1 |
1804 | 2024-10-30T18:55:10.258Z | Compiling crossbeam-channel v0.5.13 |
1805 | 2024-10-30T18:55:10.782Z | Compiling rustls-pemfile v2.2.0 |
1806 | 2024-10-30T18:55:11.752Z | Compiling futures-executor v0.3.31 |
1807 | 2024-10-30T18:55:12.264Z | Compiling md-5 v0.10.6 |
1808 | 2024-10-30T18:55:12.453Z | Compiling idna v0.4.0 |
1809 | 2024-10-30T18:55:12.548Z | Compiling idna v0.3.0 |
1810 | 2024-10-30T18:55:12.637Z | Compiling num-integer v0.1.46 |
1811 | 2024-10-30T18:55:13.587Z | Compiling ff v0.13.0 |
1812 | 2024-10-30T18:55:13.976Z | Compiling hash32 v0.2.1 |
1813 | 2024-10-30T18:55:14.066Z | Compiling memmap v0.7.0 |
1814 | 2024-10-30T18:55:14.166Z | Compiling is-terminal v0.4.13 |
1815 | 2024-10-30T18:55:14.413Z | Compiling object v0.36.5 |
1816 | 2024-10-30T18:55:14.468Z | Compiling stable_deref_trait v1.2.0 |
1817 | 2024-10-30T18:55:14.524Z | Compiling is_terminal_polyfill v1.70.1 |
1818 | 2024-10-30T18:55:14.591Z | Compiling utf-8 v0.7.6 |
1819 | 2024-10-30T18:55:14.680Z | Compiling fallible-iterator v0.2.0 |
1820 | 2024-10-30T18:55:15.035Z | Compiling linked-hash-map v0.5.6 |
1821 | 2024-10-30T18:55:15.574Z | Compiling heck v0.4.1 |
1822 | 2024-10-30T18:55:16.072Z | Compiling rustc-demangle v0.1.24 |
1823 | 2024-10-30T18:55:16.094Z | Compiling take_mut v0.2.2 |
1824 | 2024-10-30T18:55:16.273Z | Compiling anstyle-query v1.1.1 |
1825 | 2024-10-30T18:55:16.378Z | Compiling quick-error v1.2.3 |
1826 | 2024-10-30T18:55:16.458Z | Compiling psl-types v2.0.11 |
1827 | 2024-10-30T18:55:16.607Z | Compiling base16ct v0.2.0 |
1828 | 2024-10-30T18:55:16.743Z | Compiling colorchoice v1.0.2 |
1829 | 2024-10-30T18:55:16.955Z | Compiling anstream v0.6.15 |
1830 | 2024-10-30T18:55:17.045Z | Compiling sec1 v0.7.3 |
1831 | 2024-10-30T18:55:17.079Z | Compiling publicsuffix v2.2.3 |
1832 | 2024-10-30T18:55:17.297Z | Compiling resolv-conf v0.7.0 |
1833 | 2024-10-30T18:55:17.642Z | Compiling strum_macros v0.25.3 |
1834 | 2024-10-30T18:55:17.976Z | Compiling postgres-protocol v0.6.7 |
1835 | 2024-10-30T18:55:18.457Z | Compiling lru-cache v0.1.2 |
1836 | 2024-10-30T18:55:18.674Z | Compiling tungstenite v0.24.0 |
1837 | 2024-10-30T18:55:19.178Z | Compiling usdt v0.5.0 |
1838 | 2024-10-30T18:55:19.643Z | Compiling slog-term v2.9.1 |
1839 | 2024-10-30T18:55:19.986Z | Compiling group v0.13.0 |
1840 | 2024-10-30T18:55:20.752Z | Compiling hickory-proto v0.24.1 |
1841 | 2024-10-30T18:55:20.755Z | Compiling num-iter v0.1.45 |
1842 | 2024-10-30T18:55:20.974Z | Compiling futures v0.3.31 |
1843 | 2024-10-30T18:55:21.639Z | Compiling tokio-rustls v0.25.0 |
1844 | 2024-10-30T18:55:21.770Z | Compiling tokio-rustls v0.26.0 |
1845 | 2024-10-30T18:55:22.049Z | Compiling backtrace v0.3.74 |
1846 | 2024-10-30T18:55:23.384Z | Compiling slog-bunyan v2.5.0 |
1847 | 2024-10-30T18:55:23.571Z | Compiling toml v0.8.19 |
1848 | 2024-10-30T18:55:23.600Z | Compiling typify-impl v0.2.0 |
1849 | 2024-10-30T18:55:24.080Z | Compiling tokio-native-tls v0.3.1 |
1850 | 2024-10-30T18:55:24.366Z | Compiling terminal_size v0.4.0 |
1851 | 2024-10-30T18:55:24.597Z | Compiling phf_shared v0.11.2 |
1852 | 2024-10-30T18:55:25.025Z | Compiling async-stream v0.3.6 |
1853 | 2024-10-30T18:55:25.280Z | Compiling waitgroup v0.1.2 |
1854 | 2024-10-30T18:55:25.337Z | Compiling webpki-roots v0.26.6 |
1855 | 2024-10-30T18:55:25.478Z | Compiling serde_path_to_error v0.1.16 |
1856 | 2024-10-30T18:55:25.633Z | Compiling hkdf v0.12.4 |
1857 | 2024-10-30T18:55:25.777Z | Compiling crypto-bigint v0.5.5 |
1858 | 2024-10-30T18:55:26.311Z | Compiling serde_repr v0.1.19 |
1859 | 2024-10-30T18:55:27.424Z | Compiling derive-where v1.2.7 |
1860 | 2024-10-30T18:55:29.129Z | Compiling hostname v0.4.0 |
1861 | 2024-10-30T18:55:29.367Z | Compiling managed v0.8.0 |
1862 | 2024-10-30T18:55:29.481Z | Compiling unicode-width v0.1.14 |
1863 | 2024-10-30T18:55:29.784Z | Compiling debug-ignore v1.0.5 |
1864 | 2024-10-30T18:55:29.858Z | Compiling clap_lex v0.7.2 |
1865 | 2024-10-30T18:55:30.026Z | Compiling winnow v0.5.40 |
1866 | 2024-10-30T18:55:30.118Z | Compiling bitflags v1.3.2 |
1867 | 2024-10-30T18:55:30.492Z | Compiling clap_builder v4.5.20 |
1868 | 2024-10-30T18:55:30.787Z | Compiling console v0.15.8 |
1869 | 2024-10-30T18:55:32.106Z | Compiling elliptic-curve v0.13.8 |
1870 | 2024-10-30T18:55:32.787Z | Compiling hickory-resolver v0.24.1 |
1871 | 2024-10-30T18:55:33.832Z | Compiling toml_edit v0.19.15 |
1872 | 2024-10-30T18:55:35.460Z | Compiling hyper-rustls v0.27.3 |
1873 | 2024-10-30T18:55:35.684Z | Compiling typify-macro v0.2.0 |
1874 | 2024-10-30T18:55:39.293Z | Compiling phf v0.11.2 |
1875 | 2024-10-30T18:55:39.501Z | Compiling hyper-tls v0.6.0 |
1876 | 2024-10-30T18:55:39.552Z | Compiling signal-hook-mio v0.2.4 |
1877 | 2024-10-30T18:55:39.595Z | Compiling rayon v1.10.0 |
1878 | 2024-10-30T18:55:39.722Z | Compiling cookie_store v0.21.0 |
1879 | 2024-10-30T18:55:39.876Z | Compiling tokio-tungstenite v0.24.0 |
1880 | 2024-10-30T18:55:39.970Z | Compiling postgres-types v0.2.8 |
1881 | 2024-10-30T18:55:40.603Z | Compiling ed25519 v2.2.3 |
1882 | 2024-10-30T18:55:40.736Z | Compiling hubpack v0.1.2 |
1883 | 2024-10-30T18:55:40.757Z | Compiling phf_shared v0.10.0 |
1884 | 2024-10-30T18:55:41.143Z | Compiling pkcs1 v0.7.5 |
1885 | 2024-10-30T18:55:41.173Z | Compiling zerocopy v0.6.6 |
1886 | 2024-10-30T18:55:41.341Z | Compiling bstr v1.10.0 |
1887 | 2024-10-30T18:55:42.109Z | Compiling tokio-stream v0.1.16 |
1888 | 2024-10-30T18:55:42.335Z | Compiling serde-big-array v0.5.1 |
1889 | 2024-10-30T18:55:42.577Z | Compiling rfc6979 v0.4.0 |
1890 | 2024-10-30T18:55:42.804Z | Compiling float-cmp v0.9.0 |
1891 | 2024-10-30T18:55:42.965Z | Compiling sync_wrapper v1.0.1 |
1892 | 2024-10-30T18:55:43.044Z | Compiling crc32fast v1.4.2 |
1893 | 2024-10-30T18:55:43.112Z | Compiling difflib v0.4.0 |
1894 | 2024-10-30T18:55:43.192Z | Compiling number_prefix v0.4.0 |
1895 | 2024-10-30T18:55:43.211Z | Compiling whoami v1.5.2 |
1896 | 2024-10-30T18:55:43.332Z | Compiling new_debug_unreachable v1.0.6 |
1897 | 2024-10-30T18:55:43.352Z | Compiling predicates-core v1.0.8 |
1898 | 2024-10-30T18:55:43.417Z | Compiling fixedbitset v0.4.2 |
1899 | 2024-10-30T18:55:43.442Z | Compiling minimal-lexical v0.2.1 |
1900 | 2024-10-30T18:55:43.744Z | Compiling precomputed-hash v0.1.1 |
1901 | 2024-10-30T18:55:43.771Z | Compiling normalize-line-endings v0.3.0 |
1902 | 2024-10-30T18:55:43.829Z | Compiling static_assertions v1.1.0 |
1903 | 2024-10-30T18:55:43.941Z | Compiling bit-vec v0.6.3 |
1904 | 2024-10-30T18:55:44.077Z | Compiling unicode-segmentation v1.12.0 |
1905 | 2024-10-30T18:55:44.315Z | Compiling bit-set v0.5.3 |
1906 | 2024-10-30T18:55:44.936Z | Compiling similar v2.6.0 |
1907 | 2024-10-30T18:55:45.042Z | Compiling indicatif v0.17.8 |
1908 | 2024-10-30T18:55:45.667Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1909 | 2024-10-30T18:55:46.886Z | Compiling predicates v3.1.2 |
1910 | 2024-10-30T18:55:46.925Z | Compiling string_cache v0.8.7 |
1911 | 2024-10-30T18:55:47.372Z | Compiling nom v7.1.3 |
1912 | 2024-10-30T18:55:48.439Z | Compiling petgraph v0.6.5 |
1913 | 2024-10-30T18:55:49.545Z | Compiling tokio-postgres v0.7.12 |
1914 | 2024-10-30T18:55:50.797Z | Compiling flate2 v1.0.34 |
1915 | 2024-10-30T18:55:50.965Z | Compiling reqwest v0.12.8 |
1916 | 2024-10-30T18:55:51.641Z | Compiling qorb v0.1.2 |
1917 | 2024-10-30T18:55:52.329Z | Compiling ecdsa v0.16.9 |
1918 | 2024-10-30T18:55:53.881Z | Compiling rsa v0.9.6 |
1919 | 2024-10-30T18:55:54.767Z | Compiling ed25519-dalek v2.1.1 |
1920 | 2024-10-30T18:55:55.237Z | Compiling crossterm v0.28.1 |
1921 | 2024-10-30T18:55:55.322Z | Compiling toml v0.7.8 |
1922 | 2024-10-30T18:55:55.480Z | Compiling clap v4.5.20 |
1923 | 2024-10-30T18:55:55.786Z | Compiling itertools v0.10.5 |
1924 | 2024-10-30T18:55:56.834Z | Compiling itertools v0.12.1 |
1925 | 2024-10-30T18:55:58.875Z | Compiling x509-cert v0.2.5 |
1926 | 2024-10-30T18:55:59.849Z | Compiling hex v0.4.3 |
1927 | 2024-10-30T18:56:01.629Z | Compiling unicode-xid v0.2.6 |
1928 | 2024-10-30T18:56:01.815Z | Compiling radium v0.7.0 |
1929 | 2024-10-30T18:56:02.166Z | Compiling peg-runtime v0.8.3 |
1930 | 2024-10-30T18:56:03.397Z | Compiling lalrpop-util v0.19.12 |
1931 | 2024-10-30T18:56:04.082Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1932 | 2024-10-30T18:56:10.574Z | Compiling ident_case v1.0.1 |
1933 | 2024-10-30T18:56:10.633Z | Compiling maybe-uninit v2.0.0 |
1934 | 2024-10-30T18:56:11.110Z | Compiling tap v1.0.1 |
1935 | 2024-10-30T18:56:15.928Z | Compiling wyz v0.5.1 |
1936 | 2024-10-30T18:56:16.513Z | Compiling darling_core v0.20.10 |
1937 | 2024-10-30T18:56:30.315Z | Compiling typify v0.2.0 |
1938 | 2024-10-30T18:56:34.664Z | Compiling http v0.2.12 |
1939 | 2024-10-30T18:56:35.470Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1940 | 2024-10-30T18:56:36.873Z | Compiling packed_struct v0.10.1 |
1941 | 2024-10-30T18:56:37.066Z | Compiling base64 v0.21.7 |
1942 | 2024-10-30T18:56:37.320Z | Compiling funty v2.0.0 |
1943 | 2024-10-30T18:56:38.173Z | Compiling unsafe-libyaml v0.2.11 |
1944 | 2024-10-30T18:56:38.516Z | Compiling bitvec v1.0.1 |
1945 | 2024-10-30T18:56:39.837Z | Compiling serde_yaml v0.9.34+deprecated |
1946 | 2024-10-30T18:56:47.206Z | Compiling progenitor-impl v0.8.0 |
1947 | 2024-10-30T18:56:50.118Z | Compiling darling_macro v0.20.10 |
1948 | 2024-10-30T18:56:52.690Z | Compiling packed_struct_codegen v0.10.1 |
1949 | 2024-10-30T18:56:54.049Z | Compiling structmeta-derive v0.3.0 |
1950 | 2024-10-30T18:56:55.531Z | Compiling indexmap v1.9.3 |
1951 | 2024-10-30T18:56:55.869Z | Compiling newtype-uuid v1.1.2 |
1952 | 2024-10-30T18:56:56.187Z | Compiling nodrop v0.1.14 |
1953 | 2024-10-30T18:56:56.209Z | Compiling crc-catalog v2.4.0 |
1954 | 2024-10-30T18:56:56.371Z | Compiling fastrand v2.1.1 |
1955 | 2024-10-30T18:56:56.765Z | Compiling tempfile v3.13.0 |
1956 | 2024-10-30T18:56:56.785Z | Compiling structmeta v0.3.0 |
1957 | 2024-10-30T18:56:57.969Z | Compiling crc v3.2.1 |
1958 | 2024-10-30T18:56:58.533Z | Compiling array-init v0.0.4 |
1959 | 2024-10-30T18:56:59.915Z | Compiling progenitor-macro v0.8.0 |
1960 | 2024-10-30T18:57:04.178Z | Compiling smallvec v0.6.14 |
1961 | 2024-10-30T18:57:04.460Z | Compiling darling v0.20.10 |
1962 | 2024-10-30T18:57:06.967Z | Compiling h2 v0.3.26 |
1963 | 2024-10-30T18:57:08.567Z | Compiling http-body v0.4.6 |
1964 | 2024-10-30T18:57:09.129Z | Compiling progenitor-client v0.8.0 |
1965 | 2024-10-30T18:57:15.378Z | Compiling pin-project-internal v1.1.6 |
1966 | 2024-10-30T18:57:16.112Z | Compiling same-file v1.0.6 |
1967 | 2024-10-30T18:57:17.126Z | Compiling hashbrown v0.12.3 |
1968 | 2024-10-30T18:57:17.502Z | Compiling termcolor v1.4.1 |
1969 | 2024-10-30T18:57:18.544Z | Compiling bitfield v0.14.0 |
1970 | 2024-10-30T18:57:23.634Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1971 | 2024-10-30T18:57:27.128Z | Compiling pin-project v1.1.6 |
1972 | 2024-10-30T18:57:27.146Z | Compiling env_logger v0.10.2 |
1973 | 2024-10-30T18:57:27.875Z | Compiling walkdir v2.5.0 |
1974 | 2024-10-30T18:57:29.325Z | Compiling progenitor v0.8.0 |
1975 | 2024-10-30T18:57:29.565Z | Compiling hyper v0.14.30 |
1976 | 2024-10-30T18:57:32.693Z | Compiling bzip2 v0.4.4 |
1977 | 2024-10-30T18:57:33.144Z | Compiling serde-hex v0.1.0 |
1978 | 2024-10-30T18:57:34.957Z | Compiling serde_with_macros v3.11.0 |
1979 | 2024-10-30T18:57:38.047Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1980 | 2024-10-30T18:57:38.219Z | Compiling parse-display-derive v0.10.0 |
1981 | 2024-10-30T18:57:38.394Z | Compiling ron v0.8.1 |
1982 | 2024-10-30T18:57:42.222Z | Compiling strum_macros v0.26.4 |
1983 | 2024-10-30T18:57:43.965Z | Compiling ipnetwork v0.20.0 |
1984 | 2024-10-30T18:57:44.138Z | Compiling hashbrown v0.13.2 |
1985 | 2024-10-30T18:57:44.279Z | Compiling xattr v1.3.1 |
1986 | 2024-10-30T18:57:44.557Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1987 | 2024-10-30T18:57:44.577Z | Compiling snafu-derive v0.8.5 |
1988 | 2024-10-30T18:57:45.318Z | Compiling ring v0.16.20 |
1989 | 2024-10-30T18:57:45.508Z | Compiling blake3 v1.5.4 |
1990 | 2024-10-30T18:57:45.682Z | Compiling filetime v0.2.25 |
1991 | 2024-10-30T18:57:46.054Z | Compiling instant v0.1.13 |
1992 | 2024-10-30T18:57:46.309Z | Compiling buf-list v1.0.3 |
1993 | 2024-10-30T18:57:46.620Z | Compiling crc-any v2.5.0 |
1994 | 2024-10-30T18:57:46.666Z | Compiling sync_wrapper v0.1.2 |
1995 | 2024-10-30T18:57:46.812Z | Compiling reqwest v0.11.27 |
1996 | 2024-10-30T18:57:46.974Z | Compiling strum v0.26.3 |
1997 | 2024-10-30T18:57:47.136Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1998 | 2024-10-30T18:57:47.568Z | Compiling backoff v0.4.0 |
1999 | 2024-10-30T18:57:47.937Z | Compiling tar v0.4.42 |
2000 | 2024-10-30T18:57:48.335Z | Compiling object v0.30.4 |
2001 | 2024-10-30T18:57:49.383Z | Compiling snafu v0.8.5 |
2002 | 2024-10-30T18:57:50.652Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2003 | 2024-10-30T18:57:50.876Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2004 | 2024-10-30T18:57:53.272Z | Compiling parse-display v0.10.0 |
2005 | 2024-10-30T18:57:53.386Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2006 | 2024-10-30T18:57:54.596Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2007 | 2024-10-30T18:57:55.087Z | Compiling serde_with v3.11.0 |
2008 | 2024-10-30T18:57:55.171Z | Compiling zip v0.6.6 |
2009 | 2024-10-30T18:57:55.236Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2010 | 2024-10-30T18:57:55.975Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2011 | 2024-10-30T18:57:57.911Z | Compiling camino-tempfile v1.1.1 |
2012 | 2024-10-30T18:57:58.702Z | Compiling globset v0.4.15 |
2013 | 2024-10-30T18:57:59.409Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2014 | 2024-10-30T18:57:59.630Z | Compiling regress v0.9.1 |
2015 | 2024-10-30T18:58:01.958Z | Compiling pem v3.0.4 |
2016 | 2024-10-30T18:58:02.820Z | Compiling olpc-cjson v0.1.4 |
2017 | 2024-10-30T18:58:03.162Z | Compiling macaddr v1.0.1 |
2018 | 2024-10-30T18:58:03.793Z | Compiling serde_plain v1.0.2 |
2019 | 2024-10-30T18:58:04.298Z | Compiling async-recursion v1.1.1 |
2020 | 2024-10-30T18:58:04.465Z | Compiling memmap2 v0.9.5 |
2021 | 2024-10-30T18:58:04.760Z | Compiling arrayvec v0.7.6 |
2022 | 2024-10-30T18:58:05.074Z | Compiling spin v0.5.2 |
2023 | 2024-10-30T18:58:05.251Z | Compiling path-slash v0.1.5 |
2024 | 2024-10-30T18:58:09.574Z | Compiling constant_time_eq v0.3.1 |
2025 | 2024-10-30T18:58:09.661Z | Compiling untrusted v0.7.1 |
2026 | 2024-10-30T18:58:09.661Z | Compiling typed-path v0.7.1 |
2027 | 2024-10-30T18:58:09.661Z | Compiling arrayref v0.3.9 |
2028 | 2024-10-30T18:58:09.661Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2029 | 2024-10-30T18:58:09.661Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2030 | 2024-10-30T18:58:09.716Z | Compiling tough v0.17.1 |
2031 | 2024-10-30T18:58:09.716Z | Compiling itertools v0.13.0 |
2032 | 2024-10-30T18:58:12.341Z | Compiling cargo-platform v0.1.8 |
2033 | 2024-10-30T18:58:13.264Z | Compiling parse-size v1.0.0 |
2034 | 2024-10-30T18:58:13.308Z | Compiling topological-sort v0.2.2 |
2035 | 2024-10-30T18:58:13.444Z | Compiling cargo_metadata v0.18.1 |
2036 | 2024-10-30T18:58:13.525Z | Compiling omicron-zone-package v0.11.1 |
2037 | 2024-10-30T18:58:13.547Z | Compiling shell-words v1.1.0 |
2038 | 2024-10-30T18:58:20.750Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2039 | 2024-10-30T18:58:33.418Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2040 | 2024-10-30T18:58:48.666Z | Finished `release` profile [optimized] target(s) in 5m 20s |
2041 | 2024-10-30T18:58:48.822Z | Running `target/release/omicron-releng --output-dir /work` |
2042 | 2024-10-30T18:58:48.869Z | Oct 30 18:58:48.051 DEBG changing working directory to /work/oxidecomputer/omicron |
2043 | 2024-10-30T18:58:49.280Z | Oct 30 18:58:48.147 DEBG running: git rev-parse HEAD |
2044 | 2024-10-30T18:58:49.297Z | Oct 30 18:58:48.154 DEBG process exited with exit status: 0 (6.536126ms) |
2045 | 2024-10-30T18:58:49.297Z | Oct 30 18:58:48.154 INFO version: 12.0.0-0.ci+git24c967f6841 |
2046 | 2024-10-30T18:58:49.297Z | Oct 30 18:58:48.194 INFO cloning helios to /work/oxidecomputer/helios |
2047 | 2024-10-30T18:58:49.297Z | Oct 30 18:58:48.194 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
2048 | 2024-10-30T18:58:49.297Z | Cloning into '/work/oxidecomputer/helios'... |
2049 | 2024-10-30T18:58:49.525Z | Oct 30 18:58:48.709 DEBG process exited with exit status: 0 (515.248156ms) |
2050 | 2024-10-30T18:58:49.525Z | Oct 30 18:58:48.709 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
2051 | 2024-10-30T18:58:49.533Z | # branch.oid 623538b87e6f5b6e758f55a9cd8f23ec076fcffb |
2052 | 2024-10-30T18:58:49.533Z | # branch.head master |
2053 | 2024-10-30T18:58:49.533Z | # branch.upstream origin/master |
2054 | 2024-10-30T18:58:49.533Z | # branch.ab +0 -0 |
2055 | 2024-10-30T18:58:49.535Z | Oct 30 18:58:48.717 DEBG process exited with exit status: 0 (8.367376ms) |
2056 | 2024-10-30T18:58:49.535Z | Oct 30 18:58:48.718 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
2057 | 2024-10-30T18:58:50.366Z | Oct 30 18:58:49.550 DEBG process exited with exit status: 0 (832.329249ms) |
2058 | 2024-10-30T18:58:50.366Z | Oct 30 18:58:49.550 DEBG running: zfs list rpool/images/build/host |
2059 | 2024-10-30T18:58:50.373Z | NAME USED AVAIL REFER MOUNTPOINT |
2060 | 2024-10-30T18:58:50.373Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
2061 | 2024-10-30T18:58:50.376Z | Oct 30 18:58:49.558 DEBG process exited with exit status: 0 (7.843618ms) |
2062 | 2024-10-30T18:58:50.376Z | Oct 30 18:58:49.558 DEBG running: zfs list rpool/images/build/recovery |
2063 | 2024-10-30T18:58:50.379Z | NAME USED AVAIL REFER MOUNTPOINT |
2064 | 2024-10-30T18:58:50.379Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
2065 | 2024-10-30T18:58:50.382Z | Oct 30 18:58:49.564 DEBG process exited with exit status: 0 (6.443843ms) |
2066 | 2024-10-30T18:58:50.382Z | Oct 30 18:58:49.565 INFO [hubris-production] running task |
2067 | 2024-10-30T18:58:50.382Z | Oct 30 18:58:49.565 INFO [hubris-staging] running task |
2068 | 2024-10-30T18:58:50.382Z | Oct 30 18:58:49.566 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
2069 | 2024-10-30T18:58:50.386Z | Oct 30 18:58:49.571 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
2070 | 2024-10-30T18:58:50.693Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
2071 | 2024-10-30T18:58:50.918Z | [ omicron-package] Blocking waiting for file lock on package cache |
2072 | 2024-10-30T18:58:51.516Z | [ omicron-package] Blocking waiting for file lock on package cache |
2073 | 2024-10-30T18:58:51.792Z | [ omicron-package] Blocking waiting for file lock on package cache |
2074 | 2024-10-30T18:58:52.376Z | Oct 30 18:58:51.560 INFO [hubris-production] task succeeded (1.995219944s) |
2075 | 2024-10-30T18:58:52.536Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
2076 | 2024-10-30T18:58:52.539Z | [ omicron-package] Compiling heapless v0.8.0 |
2077 | 2024-10-30T18:58:52.539Z | [ omicron-package] Compiling hash32 v0.3.1 |
2078 | 2024-10-30T18:58:52.539Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2079 | 2024-10-30T18:58:52.539Z | [ omicron-package] Compiling smoltcp v0.11.0 |
2080 | 2024-10-30T18:58:52.924Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
2081 | 2024-10-30T18:58:52.926Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2082 | 2024-10-30T18:58:52.926Z | [ omicron-package] Compiling cobs v0.2.3 |
2083 | 2024-10-30T18:58:53.335Z | [ omicron-package] Compiling postcard v1.0.10 |
2084 | 2024-10-30T18:58:53.704Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2085 | 2024-10-30T18:58:53.984Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
2086 | 2024-10-30T18:58:54.099Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
2087 | 2024-10-30T18:58:54.272Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
2088 | 2024-10-30T18:58:54.574Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
2089 | 2024-10-30T18:58:54.576Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2090 | 2024-10-30T18:58:55.405Z | [ omicron-package] Compiling tabwriter v1.4.0 |
2091 | 2024-10-30T18:58:55.607Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2092 | 2024-10-30T18:58:55.607Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
2093 | 2024-10-30T18:58:56.034Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2094 | 2024-10-30T18:58:56.296Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
2095 | 2024-10-30T18:58:56.565Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
2096 | 2024-10-30T18:58:56.675Z | [ omicron-package] Compiling foreign-types v0.5.0 |
2097 | 2024-10-30T18:58:56.900Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2098 | 2024-10-30T18:58:57.286Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2099 | 2024-10-30T18:58:57.487Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2100 | 2024-10-30T18:58:57.565Z | [ omicron-package] Compiling colored v2.1.0 |
2101 | 2024-10-30T18:58:57.604Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2102 | 2024-10-30T18:58:58.185Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2103 | 2024-10-30T18:58:58.281Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
2104 | 2024-10-30T18:58:58.341Z | [ omicron-package] Compiling sigpipe v0.1.3 |
2105 | 2024-10-30T18:58:58.591Z | [ omicron-package] Compiling num-derive v0.4.2 |
2106 | 2024-10-30T18:58:58.915Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2107 | 2024-10-30T18:58:59.019Z | [ omicron-package] Compiling num_enum v0.5.11 |
2108 | 2024-10-30T18:58:59.348Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
2109 | 2024-10-30T18:58:59.564Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2110 | 2024-10-30T18:58:59.627Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2111 | 2024-10-30T18:58:59.928Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2112 | 2024-10-30T18:59:00.215Z | [ omicron-package] Compiling smf v0.2.3 |
2113 | 2024-10-30T18:59:00.714Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2114 | 2024-10-30T18:59:00.831Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
2115 | 2024-10-30T18:59:01.022Z | [ omicron-package] Compiling zone v0.3.0 |
2116 | 2024-10-30T18:59:03.168Z | Oct 30 18:59:02.351 INFO [hubris-staging] task succeeded (12.785920401s) |
2117 | 2024-10-30T18:59:03.548Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2118 | 2024-10-30T18:59:03.750Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2119 | 2024-10-30T18:59:03.848Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2024-10-30T18:59:05.209Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2121 | 2024-10-30T18:59:05.535Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2122 | 2024-10-30T18:59:05.600Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2123 | 2024-10-30T18:59:06.231Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2124 | 2024-10-30T18:59:06.865Z | [ omicron-package] Compiling gethostname v0.5.0 |
2125 | 2024-10-30T18:59:09.032Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2126 | 2024-10-30T18:59:10.881Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2127 | 2024-10-30T18:59:14.009Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2128 | 2024-10-30T18:59:14.446Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2129 | 2024-10-30T18:59:15.931Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2130 | 2024-10-30T18:59:31.045Z | [ helios-setup] Oct 30 18:59:30.227 INFO helios repository root is: /work/oxidecomputer/helios |
2131 | 2024-10-30T18:59:31.048Z | [ helios-setup] Oct 30 18:59:30.230 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 |
2132 | 2024-10-30T18:59:31.048Z | [ helios-setup] Oct 30 18:59:30.230 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
2133 | 2024-10-30T18:59:31.053Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
2134 | 2024-10-30T18:59:32.060Z | [ helios-setup] Oct 30 18:59:31.243 INFO clone ok!, project: pinprick |
2135 | 2024-10-30T18:59:32.063Z | [ helios-setup] Oct 30 18:59:31.243 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 |
2136 | 2024-10-30T18:59:32.063Z | [ helios-setup] Oct 30 18:59:31.243 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
2137 | 2024-10-30T18:59:32.066Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
2138 | 2024-10-30T18:59:32.856Z | [ helios-setup] Oct 30 18:59:32.037 INFO clone ok!, project: bootserver |
2139 | 2024-10-30T18:59:32.860Z | [ helios-setup] Oct 30 18:59:32.038 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 |
2140 | 2024-10-30T18:59:32.860Z | [ helios-setup] Oct 30 18:59:32.038 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
2141 | 2024-10-30T18:59:32.863Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
2142 | 2024-10-30T18:59:33.736Z | [ helios-setup] Oct 30 18:59:32.919 INFO clone ok!, project: image-builder |
2143 | 2024-10-30T18:59:33.754Z | [ helios-setup] Oct 30 18:59:32.919 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2144 | 2024-10-30T18:59:33.754Z | [ helios-setup] Oct 30 18:59:32.919 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
2145 | 2024-10-30T18:59:33.754Z | [ helios-setup] Oct 30 18:59:32.919 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: true, unless_env: Some("OXIDE_STAFF"), fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
2146 | 2024-10-30T18:59:33.754Z | [ helios-setup] Oct 30 18:59:32.919 INFO cloning git@github.com:oxidecomputer/amd-host-image-builder.git at "/work/oxidecomputer/helios/projects/amd-host-image-builder"..., project: amd-host-image-builder |
2147 | 2024-10-30T18:59:33.758Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
2148 | 2024-10-30T18:59:34.648Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
2149 | 2024-10-30T18:59:34.650Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
2150 | 2024-10-30T18:59:35.816Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.42s |
2151 | 2024-10-30T18:59:36.045Z | [ omicron-package] |
2152 | 2024-10-30T18:59:36.045Z | [ omicron-package] real 45.603506566 |
2153 | 2024-10-30T18:59:36.048Z | [ omicron-package] user 2:39.243259225 |
2154 | 2024-10-30T18:59:36.048Z | [ omicron-package] sys 20.861033475 |
2155 | 2024-10-30T18:59:36.048Z | [ omicron-package] trap 0.179103099 |
2156 | 2024-10-30T18:59:36.048Z | [ omicron-package] tflt 0.617275644 |
2157 | 2024-10-30T18:59:36.048Z | [ omicron-package] dflt 0.888059060 |
2158 | 2024-10-30T18:59:36.048Z | [ omicron-package] kflt 0.009757621 |
2159 | 2024-10-30T18:59:36.048Z | [ omicron-package] lock 5:04.018044372 |
2160 | 2024-10-30T18:59:36.048Z | [ omicron-package] slp 8:22.329932190 |
2161 | 2024-10-30T18:59:36.048Z | [ omicron-package] lat 1:34.825363447 |
2162 | 2024-10-30T18:59:36.048Z | [ omicron-package] stop 54.039030523 |
2163 | 2024-10-30T18:59:36.048Z | Oct 30 18:59:35.216 INFO [omicron-package] process exited with exit status: 0 (45.645691157s) |
2164 | 2024-10-30T18:59:36.048Z | Oct 30 18:59:35.216 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
2165 | 2024-10-30T18:59:36.106Z | Oct 30 18:59:35.288 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 |
2166 | 2024-10-30T18:59:36.129Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
2167 | 2024-10-30T18:59:36.133Z | [ recovery-target] Created new build target 'recovery' and set it as active |
2168 | 2024-10-30T18:59:36.133Z | Oct 30 18:59:35.301 INFO [recovery-target] process exited with exit status: 0 (84.477965ms) |
2169 | 2024-10-30T18:59:36.133Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
2170 | 2024-10-30T18:59:36.133Z | [ host-target] Created new build target 'host' and set it as active |
2171 | 2024-10-30T18:59:36.133Z | Oct 30 18:59:35.305 INFO [host-target] process exited with exit status: 0 (17.209148ms) |
2172 | 2024-10-30T18:59:36.133Z | Oct 30 18:59:35.305 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
2173 | 2024-10-30T18:59:36.137Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
2174 | 2024-10-30T18:59:37.338Z | [ host-package] Compiling convert_case v0.4.0 |
2175 | 2024-10-30T18:59:37.338Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2176 | 2024-10-30T18:59:37.340Z | [ host-package] Compiling password-hash v0.5.0 |
2177 | 2024-10-30T18:59:37.340Z | [ host-package] Compiling blake2 v0.10.6 |
2178 | 2024-10-30T18:59:37.340Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2179 | 2024-10-30T18:59:37.515Z | [ host-package] Compiling newline-converter v0.3.0 |
2180 | 2024-10-30T18:59:37.515Z | [ host-package] Compiling owo-colors v4.1.0 |
2181 | 2024-10-30T18:59:37.571Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2182 | 2024-10-30T18:59:37.710Z | [ host-package] Compiling libsw v3.3.1 |
2183 | 2024-10-30T18:59:37.759Z | [ host-package] Compiling expectorate v1.1.0 |
2184 | 2024-10-30T18:59:38.001Z | [ host-package] Compiling argon2 v0.5.3 |
2185 | 2024-10-30T18:59:38.101Z | [ host-package] Compiling indent_write v2.2.0 |
2186 | 2024-10-30T18:59:38.308Z | [ host-package] Compiling derive_more v0.99.18 |
2187 | 2024-10-30T18:59:38.353Z | [ host-package] Compiling linear-map v1.2.0 |
2188 | 2024-10-30T18:59:38.761Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2189 | 2024-10-30T18:59:38.783Z | [ host-package] Compiling swrite v0.1.0 |
2190 | 2024-10-30T18:59:38.800Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2191 | 2024-10-30T18:59:38.933Z | [ host-package] Compiling progenitor-client v0.8.0 |
2192 | 2024-10-30T18:59:39.306Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2193 | 2024-10-30T18:59:39.345Z | [ host-package] Compiling progenitor v0.8.0 |
2194 | 2024-10-30T18:59:39.368Z | [ host-package] Compiling atomicwrites v0.4.4 |
2195 | 2024-10-30T18:59:39.588Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2196 | 2024-10-30T18:59:39.591Z | [ host-package] Compiling num-rational v0.4.2 |
2197 | 2024-10-30T18:59:39.896Z | [ host-package] Compiling num-complex v0.4.6 |
2198 | 2024-10-30T18:59:40.510Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2199 | 2024-10-30T18:59:40.926Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
2200 | 2024-10-30T18:59:40.938Z | [ helios-setup] Oct 30 18:59:40.120 INFO clone ok!, project: amd-host-image-builder |
2201 | 2024-10-30T18:59:40.941Z | [ helios-setup] Oct 30 18:59:40.121 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
2202 | 2024-10-30T18:59:40.941Z | [ helios-setup] Oct 30 18:59:40.121 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 |
2203 | 2024-10-30T18:59:40.941Z | [ helios-setup] Oct 30 18:59:40.121 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
2204 | 2024-10-30T18:59:40.944Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
2205 | 2024-10-30T18:59:40.961Z | [ host-package] Compiling float-ord v0.3.2 |
2206 | 2024-10-30T18:59:41.142Z | [ host-package] Compiling num v0.4.3 |
2207 | 2024-10-30T18:59:41.276Z | [ host-package] Compiling prettyplease v0.2.22 |
2208 | 2024-10-30T18:59:41.297Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2209 | 2024-10-30T18:59:41.626Z | [ host-package] Compiling semver v0.1.20 |
2210 | 2024-10-30T18:59:41.743Z | [ helios-setup] Oct 30 18:59:40.925 INFO clone ok!, project: phbl |
2211 | 2024-10-30T18:59:41.746Z | [ helios-setup] Oct 30 18:59:40.925 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 |
2212 | 2024-10-30T18:59:41.746Z | [ helios-setup] Oct 30 18:59:40.925 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2213 | 2024-10-30T18:59:41.748Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2214 | 2024-10-30T18:59:42.216Z | [ host-package] Compiling rustc_version v0.1.7 |
2215 | 2024-10-30T18:59:42.302Z | [ host-package] Compiling humantime v2.1.0 |
2216 | 2024-10-30T18:59:42.670Z | [ host-package] Compiling newtype_derive v0.1.6 |
2217 | 2024-10-30T18:59:43.109Z | [ host-package] Compiling highway v1.2.0 |
2218 | 2024-10-30T18:59:43.396Z | [ host-package] Compiling home v0.5.9 |
2219 | 2024-10-30T18:59:43.680Z | [ host-package] Compiling steno v0.4.1 |
2220 | 2024-10-30T18:59:45.162Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2221 | 2024-10-30T18:59:47.523Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2222 | 2024-10-30T18:59:47.970Z | [ host-package] Compiling newtype-uuid v1.1.2 |
2223 | 2024-10-30T18:59:48.346Z | [ host-package] Compiling ipnetwork v0.20.0 |
2224 | 2024-10-30T18:59:48.438Z | [ host-package] Compiling instant v0.1.13 |
2225 | 2024-10-30T18:59:48.613Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2226 | 2024-10-30T18:59:49.077Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2227 | 2024-10-30T18:59:49.123Z | [ host-package] Compiling backoff v0.4.0 |
2228 | 2024-10-30T18:59:49.238Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2229 | 2024-10-30T18:59:49.505Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2230 | 2024-10-30T18:59:49.606Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2231 | 2024-10-30T18:59:49.842Z | [ host-package] Compiling parse-display v0.10.0 |
2232 | 2024-10-30T18:59:50.590Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2233 | 2024-10-30T18:59:50.641Z | [ helios-setup] Oct 30 18:59:49.823 INFO clone ok!, project: amd-firmware |
2234 | 2024-10-30T18:59:50.644Z | [ helios-setup] Oct 30 18:59:49.823 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 |
2235 | 2024-10-30T18:59:50.644Z | [ helios-setup] Oct 30 18:59:49.823 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
2236 | 2024-10-30T18:59:50.647Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
2237 | 2024-10-30T18:59:50.797Z | [ host-package] Compiling serde_with v3.11.0 |
2238 | 2024-10-30T18:59:51.799Z | [ helios-setup] Oct 30 18:59:50.980 INFO clone ok!, project: chelsio-t6-roms |
2239 | 2024-10-30T18:59:51.801Z | [ helios-setup] Oct 30 18:59:50.980 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 |
2240 | 2024-10-30T18:59:51.801Z | [ helios-setup] Oct 30 18:59:50.980 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
2241 | 2024-10-30T18:59:51.804Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
2242 | 2024-10-30T18:59:52.916Z | [ helios-setup] Oct 30 18:59:52.095 INFO clone ok!, project: pilot |
2243 | 2024-10-30T18:59:52.920Z | [ helios-setup] Oct 30 18:59:52.095 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2244 | 2024-10-30T18:59:53.804Z | [ helios-setup] Oct 30 18:59:52.985 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2245 | 2024-10-30T18:59:54.348Z | [ helios-setup] Oct 30 18:59:53.530 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2246 | 2024-10-30T18:59:54.348Z | [ helios-setup] Oct 30 18:59:53.530 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2247 | 2024-10-30T18:59:54.500Z | [ host-package] Compiling strum v0.26.3 |
2248 | 2024-10-30T18:59:54.757Z | [ host-package] Compiling regress v0.9.1 |
2249 | 2024-10-30T18:59:55.011Z | [ helios-setup] Oct 30 18:59:54.191 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2250 | 2024-10-30T18:59:55.419Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2251 | 2024-10-30T18:59:55.553Z | [ helios-setup] Oct 30 18:59:54.734 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2252 | 2024-10-30T18:59:55.553Z | [ helios-setup] Oct 30 18:59:54.734 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2253 | 2024-10-30T18:59:56.155Z | [ helios-setup] Oct 30 18:59:55.336 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2254 | 2024-10-30T18:59:56.705Z | [ helios-setup] Oct 30 18:59:55.886 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2255 | 2024-10-30T18:59:56.705Z | [ helios-setup] Oct 30 18:59:55.886 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2256 | 2024-10-30T18:59:56.709Z | [ helios-setup] Oct 30 18:59:55.886 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2257 | 2024-10-30T18:59:56.709Z | [ helios-setup] Oct 30 18:59:55.886 INFO ok! |
2258 | 2024-10-30T18:59:56.709Z | [ helios-setup] Oct 30 18:59:55.886 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2259 | 2024-10-30T18:59:56.709Z | [ helios-setup] Oct 30 18:59:55.886 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2260 | 2024-10-30T18:59:56.709Z | [ helios-setup] Oct 30 18:59:55.886 INFO ok! |
2261 | 2024-10-30T18:59:56.709Z | [ helios-setup] Oct 30 18:59:55.886 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2262 | 2024-10-30T18:59:56.709Z | [ helios-setup] Oct 30 18:59:55.886 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2263 | 2024-10-30T18:59:56.709Z | [ helios-setup] Oct 30 18:59:55.886 INFO ok! |
2264 | 2024-10-30T18:59:56.709Z | [ helios-setup] Oct 30 18:59:55.886 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2265 | 2024-10-30T18:59:56.709Z | [ helios-setup] Oct 30 18:59:55.886 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2266 | 2024-10-30T18:59:57.006Z | [ helios-setup] Oct 30 18:59:56.187 INFO E| Downloading crates ... |
2267 | 2024-10-30T18:59:57.146Z | [ helios-setup] Oct 30 18:59:56.327 INFO E| Downloaded miniz_oxide v0.7.2 |
2268 | 2024-10-30T18:59:57.329Z | [ helios-setup] Oct 30 18:59:56.511 INFO E| Compiling adler v1.0.2 |
2269 | 2024-10-30T18:59:57.493Z | [ host-package] Compiling macaddr v1.0.1 |
2270 | 2024-10-30T18:59:57.513Z | [ helios-setup] Oct 30 18:59:56.686 INFO E| Compiling miniz_oxide v0.7.2 |
2271 | 2024-10-30T18:59:58.855Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2272 | 2024-10-30T18:59:59.953Z | [ helios-setup] Oct 30 18:59:59.134 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2273 | 2024-10-30T19:00:00.030Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2274 | 2024-10-30T19:00:00.282Z | [ host-package] Compiling display-error-chain v0.2.1 |
2275 | 2024-10-30T19:00:00.525Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2276 | 2024-10-30T19:00:01.105Z | [ helios-setup] Oct 30 19:00:00.286 INFO E| Finished `release` profile [optimized] target(s) in 4.30s |
2277 | 2024-10-30T19:00:01.115Z | [ helios-setup] Oct 30 19:00:00.296 INFO building project "pinprick" ok (4 seconds) |
2278 | 2024-10-30T19:00:01.115Z | [ helios-setup] Oct 30 19:00:00.296 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2279 | 2024-10-30T19:00:01.118Z | [ helios-setup] Oct 30 19:00:00.296 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2280 | 2024-10-30T19:00:01.403Z | [ helios-setup] Oct 30 19:00:00.583 INFO E| Downloading crates ... |
2281 | 2024-10-30T19:00:01.499Z | [ helios-setup] Oct 30 19:00:00.679 INFO E| Downloaded bytes v1.2.1 |
2282 | 2024-10-30T19:00:01.513Z | [ helios-setup] Oct 30 19:00:00.694 INFO E| Downloaded sha2 v0.10.5 |
2283 | 2024-10-30T19:00:01.529Z | [ helios-setup] Oct 30 19:00:00.710 INFO E| Downloaded generic-array v0.14.6 |
2284 | 2024-10-30T19:00:01.533Z | [ helios-setup] Oct 30 19:00:00.712 INFO E| Downloaded unicode-width v0.1.10 |
2285 | 2024-10-30T19:00:01.535Z | [ helios-setup] Oct 30 19:00:00.714 INFO E| Downloaded typenum v1.15.0 |
2286 | 2024-10-30T19:00:01.541Z | [ helios-setup] Oct 30 19:00:00.718 INFO E| Downloaded miniz_oxide v0.6.2 |
2287 | 2024-10-30T19:00:01.552Z | [ helios-setup] Oct 30 19:00:00.733 INFO E| Downloaded flate2 v1.0.25 |
2288 | 2024-10-30T19:00:01.561Z | [ helios-setup] Oct 30 19:00:00.741 INFO E| Downloaded digest v0.10.3 |
2289 | 2024-10-30T19:00:01.566Z | [ helios-setup] Oct 30 19:00:00.744 INFO E| Downloaded cpufeatures v0.2.5 |
2290 | 2024-10-30T19:00:01.566Z | [ helios-setup] Oct 30 19:00:00.745 INFO E| Downloaded block-buffer v0.10.3 |
2291 | 2024-10-30T19:00:01.568Z | [ helios-setup] Oct 30 19:00:00.747 INFO E| Downloaded anyhow v1.0.62 |
2292 | 2024-10-30T19:00:01.655Z | [ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling typenum v1.15.0 |
2293 | 2024-10-30T19:00:01.655Z | [ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling version_check v0.9.4 |
2294 | 2024-10-30T19:00:01.659Z | [ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling crc32fast v1.3.2 |
2295 | 2024-10-30T19:00:01.659Z | [ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling cfg-if v1.0.0 |
2296 | 2024-10-30T19:00:01.659Z | [ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling adler v1.0.2 |
2297 | 2024-10-30T19:00:01.660Z | [ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling anyhow v1.0.62 |
2298 | 2024-10-30T19:00:01.660Z | [ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling cpufeatures v0.2.5 |
2299 | 2024-10-30T19:00:01.660Z | [ helios-setup] Oct 30 19:00:00.836 INFO E| Compiling unicode-width v0.1.10 |
2300 | 2024-10-30T19:00:02.582Z | [ helios-setup] Oct 30 19:00:01.763 INFO E| Compiling getopts v0.2.21 |
2301 | 2024-10-30T19:00:02.582Z | [ helios-setup] Oct 30 19:00:01.763 INFO E| Compiling bytes v1.2.1 |
2302 | 2024-10-30T19:00:02.705Z | [ helios-setup] Oct 30 19:00:01.886 INFO E| Compiling bitflags v1.3.2 |
2303 | 2024-10-30T19:00:03.119Z | [ helios-setup] Oct 30 19:00:02.298 INFO E| Compiling miniz_oxide v0.6.2 |
2304 | 2024-10-30T19:00:04.327Z | [ helios-setup] Oct 30 19:00:03.505 INFO E| Compiling generic-array v0.14.6 |
2305 | 2024-10-30T19:00:04.518Z | [ helios-setup] Oct 30 19:00:03.697 INFO E| Compiling flate2 v1.0.25 |
2306 | 2024-10-30T19:00:05.450Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2307 | 2024-10-30T19:00:07.296Z | [ host-package] Compiling half v2.4.1 |
2308 | 2024-10-30T19:00:07.850Z | [ helios-setup] Oct 30 19:00:07.031 INFO E| Compiling crypto-common v0.1.6 |
2309 | 2024-10-30T19:00:07.851Z | [ helios-setup] Oct 30 19:00:07.031 INFO E| Compiling block-buffer v0.10.3 |
2310 | 2024-10-30T19:00:08.102Z | [ helios-setup] Oct 30 19:00:07.283 INFO E| Compiling digest v0.10.3 |
2311 | 2024-10-30T19:00:08.286Z | [ host-package] Compiling ciborium-io v0.2.2 |
2312 | 2024-10-30T19:00:08.455Z | [ helios-setup] Oct 30 19:00:07.636 INFO E| Compiling sha2 v0.10.5 |
2313 | 2024-10-30T19:00:08.581Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2314 | 2024-10-30T19:00:08.998Z | [ helios-setup] Oct 30 19:00:08.179 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2315 | 2024-10-30T19:00:09.177Z | [ host-package] Compiling tungstenite v0.21.0 |
2316 | 2024-10-30T19:00:09.589Z | [ host-package] Compiling ciborium v0.2.2 |
2317 | 2024-10-30T19:00:11.390Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2318 | 2024-10-30T19:00:12.009Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2319 | 2024-10-30T19:00:12.080Z | [ host-package] Compiling fastrand v2.1.1 |
2320 | 2024-10-30T19:00:13.144Z | [ host-package] Compiling same-file v1.0.6 |
2321 | 2024-10-30T19:00:13.634Z | [ host-package] Compiling walkdir v2.5.0 |
2322 | 2024-10-30T19:00:14.818Z | [ host-package] Compiling tempfile v3.13.0 |
2323 | 2024-10-30T19:00:14.977Z | [ helios-setup] Oct 30 19:00:14.158 INFO E| Finished `release` profile [optimized] target(s) in 13.76s |
2324 | 2024-10-30T19:00:14.993Z | [ helios-setup] Oct 30 19:00:14.173 INFO building project "bootserver" ok (13 seconds) |
2325 | 2024-10-30T19:00:14.993Z | [ helios-setup] Oct 30 19:00:14.173 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2326 | 2024-10-30T19:00:14.993Z | [ helios-setup] Oct 30 19:00:14.173 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2327 | 2024-10-30T19:00:15.250Z | [ helios-setup] Oct 30 19:00:14.430 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2328 | 2024-10-30T19:00:15.770Z | [ helios-setup] Oct 30 19:00:14.951 INFO E| From https://github.com/jclulow/rust-jmclib |
2329 | 2024-10-30T19:00:15.770Z | [ helios-setup] Oct 30 19:00:14.951 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2330 | 2024-10-30T19:00:15.780Z | [ host-package] Compiling ring v0.16.20 |
2331 | 2024-10-30T19:00:15.802Z | [ helios-setup] Oct 30 19:00:14.972 INFO E| Updating crates.io index |
2332 | 2024-10-30T19:00:15.806Z | [ host-package] Compiling blake3 v1.5.4 |
2333 | 2024-10-30T19:00:15.892Z | [ helios-setup] Oct 30 19:00:15.071 INFO E| Downloading crates ... |
2334 | 2024-10-30T19:00:15.978Z | [ helios-setup] Oct 30 19:00:15.157 INFO E| Downloaded cpufeatures v0.2.9 |
2335 | 2024-10-30T19:00:15.981Z | [ helios-setup] Oct 30 19:00:15.160 INFO E| Downloaded anyhow v1.0.72 |
2336 | 2024-10-30T19:00:15.985Z | [ helios-setup] Oct 30 19:00:15.166 INFO E| Downloaded proc-macro2 v1.0.66 |
2337 | 2024-10-30T19:00:15.989Z | [ helios-setup] Oct 30 19:00:15.170 INFO E| Downloaded md-5 v0.9.1 |
2338 | 2024-10-30T19:00:15.992Z | [ helios-setup] Oct 30 19:00:15.172 INFO E| Downloaded itoa v1.0.9 |
2339 | 2024-10-30T19:00:16.000Z | [ helios-setup] Oct 30 19:00:15.180 INFO E| Downloaded uuid v0.8.2 |
2340 | 2024-10-30T19:00:16.004Z | [ helios-setup] Oct 30 19:00:15.185 INFO E| Downloaded serde_derive v1.0.193 |
2341 | 2024-10-30T19:00:16.010Z | [ helios-setup] Oct 30 19:00:15.191 INFO E| Downloaded typenum v1.16.0 |
2342 | 2024-10-30T19:00:16.014Z | [ helios-setup] Oct 30 19:00:15.194 INFO E| Downloaded block-buffer v0.9.0 |
2343 | 2024-10-30T19:00:16.016Z | [ helios-setup] Oct 30 19:00:15.195 INFO E| Downloaded opaque-debug v0.3.0 |
2344 | 2024-10-30T19:00:16.016Z | [ helios-setup] Oct 30 19:00:15.197 INFO E| Downloaded ryu v1.0.15 |
2345 | 2024-10-30T19:00:16.021Z | [ helios-setup] Oct 30 19:00:15.201 INFO E| Downloaded syn v2.0.32 |
2346 | 2024-10-30T19:00:16.041Z | [ helios-setup] Oct 30 19:00:15.217 INFO E| Downloaded digest v0.9.0 |
2347 | 2024-10-30T19:00:16.056Z | [ helios-setup] Oct 30 19:00:15.219 INFO E| Downloaded walkdir v2.3.3 |
2348 | 2024-10-30T19:00:16.056Z | [ helios-setup] Oct 30 19:00:15.231 INFO E| Downloaded getrandom v0.2.10 |
2349 | 2024-10-30T19:00:16.068Z | [ helios-setup] Oct 30 19:00:15.248 INFO E| Downloaded tempfile v3.7.0 |
2350 | 2024-10-30T19:00:16.072Z | [ helios-setup] Oct 30 19:00:15.251 INFO E| Downloaded serde v1.0.193 |
2351 | 2024-10-30T19:00:16.078Z | [ helios-setup] Oct 30 19:00:15.258 INFO E| Downloaded quote v1.0.31 |
2352 | 2024-10-30T19:00:16.085Z | [ helios-setup] Oct 30 19:00:15.263 INFO E| Downloaded serde_json v1.0.103 |
2353 | 2024-10-30T19:00:16.096Z | [ helios-setup] Oct 30 19:00:15.275 INFO E| Downloaded once_cell v1.18.0 |
2354 | 2024-10-30T19:00:16.100Z | [ helios-setup] Oct 30 19:00:15.279 INFO E| Downloaded rustix v0.38.4 |
2355 | 2024-10-30T19:00:16.134Z | [ helios-setup] Oct 30 19:00:15.313 INFO E| Downloaded unicode-ident v1.0.11 |
2356 | 2024-10-30T19:00:16.138Z | [ helios-setup] Oct 30 19:00:15.318 INFO E| Downloaded toml v0.5.11 |
2357 | 2024-10-30T19:00:16.142Z | [ helios-setup] Oct 30 19:00:15.322 INFO E| Downloaded sha-1 v0.9.8 |
2358 | 2024-10-30T19:00:16.144Z | [ helios-setup] Oct 30 19:00:15.325 INFO E| Downloaded libc v0.2.147 |
2359 | 2024-10-30T19:00:16.192Z | [ helios-setup] Oct 30 19:00:15.367 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2360 | 2024-10-30T19:00:16.197Z | [ helios-setup] Oct 30 19:00:15.368 INFO E| Downloaded fastrand v2.0.0 |
2361 | 2024-10-30T19:00:16.197Z | [ helios-setup] Oct 30 19:00:15.370 INFO E| Downloaded errno v0.3.1 |
2362 | 2024-10-30T19:00:16.197Z | [ helios-setup] Oct 30 19:00:15.372 INFO E| Downloaded bitflags v2.3.3 |
2363 | 2024-10-30T19:00:16.289Z | [ helios-setup] Oct 30 19:00:15.468 INFO E| Compiling libc v0.2.147 |
2364 | 2024-10-30T19:00:16.294Z | [ helios-setup] Oct 30 19:00:15.475 INFO E| Compiling proc-macro2 v1.0.66 |
2365 | 2024-10-30T19:00:16.294Z | [ helios-setup] Oct 30 19:00:15.475 INFO E| Compiling unicode-ident v1.0.11 |
2366 | 2024-10-30T19:00:16.298Z | [ helios-setup] Oct 30 19:00:15.475 INFO E| Compiling cfg-if v1.0.0 |
2367 | 2024-10-30T19:00:16.298Z | [ helios-setup] Oct 30 19:00:15.475 INFO E| Compiling version_check v0.9.4 |
2368 | 2024-10-30T19:00:16.298Z | [ helios-setup] Oct 30 19:00:15.476 INFO E| Compiling typenum v1.16.0 |
2369 | 2024-10-30T19:00:16.298Z | [ helios-setup] Oct 30 19:00:15.476 INFO E| Compiling serde v1.0.193 |
2370 | 2024-10-30T19:00:16.298Z | [ helios-setup] Oct 30 19:00:15.476 INFO E| Compiling itoa v1.0.9 |
2371 | 2024-10-30T19:00:16.674Z | [ helios-setup] Oct 30 19:00:15.854 INFO E| Compiling time-core v0.1.2 |
2372 | 2024-10-30T19:00:16.812Z | [ helios-setup] Oct 30 19:00:15.992 INFO E| Compiling powerfmt v0.2.0 |
2373 | 2024-10-30T19:00:16.874Z | [ helios-setup] Oct 30 19:00:16.054 INFO E| Compiling slog v2.7.0 |
2374 | 2024-10-30T19:00:16.920Z | [ helios-setup] Oct 30 19:00:16.099 INFO E| Compiling rustix v0.38.4 |
2375 | 2024-10-30T19:00:17.634Z | [ helios-setup] Oct 30 19:00:16.815 INFO E| Compiling num-conv v0.1.0 |
2376 | 2024-10-30T19:00:17.887Z | [ helios-setup] Oct 30 19:00:17.067 INFO E| Compiling generic-array v0.14.7 |
2377 | 2024-10-30T19:00:18.063Z | [ helios-setup] Oct 30 19:00:17.243 INFO E| Compiling deranged v0.3.11 |
2378 | 2024-10-30T19:00:18.113Z | [ helios-setup] Oct 30 19:00:17.293 INFO E| Compiling num_threads v0.1.6 |
2379 | 2024-10-30T19:00:18.304Z | [ helios-setup] Oct 30 19:00:17.484 INFO E| Compiling bitflags v2.3.3 |
2380 | 2024-10-30T19:00:18.385Z | [ helios-setup] Oct 30 19:00:17.564 INFO E| Compiling once_cell v1.18.0 |
2381 | 2024-10-30T19:00:18.533Z | [ helios-setup] Oct 30 19:00:17.713 INFO E| Compiling time-macros v0.2.18 |
2382 | 2024-10-30T19:00:19.086Z | [ helios-setup] Oct 30 19:00:18.267 INFO E| Compiling thread_local v1.1.7 |
2383 | 2024-10-30T19:00:19.268Z | [ helios-setup] Oct 30 19:00:18.446 INFO E| Compiling quote v1.0.31 |
2384 | 2024-10-30T19:00:20.178Z | [ helios-setup] Oct 30 19:00:19.357 INFO E| Compiling syn v2.0.32 |
2385 | 2024-10-30T19:00:20.307Z | [ helios-setup] Oct 30 19:00:19.486 INFO E| Compiling dirs-sys-next v0.1.2 |
2386 | 2024-10-30T19:00:20.460Z | [ helios-setup] Oct 30 19:00:19.640 INFO E| Compiling errno v0.3.1 |
2387 | 2024-10-30T19:00:20.635Z | [ helios-setup] Oct 30 19:00:19.815 INFO E| Compiling dirs-next v2.0.0 |
2388 | 2024-10-30T19:00:20.899Z | [ helios-setup] Oct 30 19:00:20.080 INFO E| Compiling term v0.7.0 |
2389 | 2024-10-30T19:00:21.102Z | [ helios-setup] Oct 30 19:00:20.281 INFO E| Compiling atty v0.2.14 |
2390 | 2024-10-30T19:00:21.503Z | [ helios-setup] Oct 30 19:00:20.682 INFO E| Compiling fastrand v2.0.0 |
2391 | 2024-10-30T19:00:22.009Z | [ helios-setup] Oct 30 19:00:21.189 INFO E| Compiling opaque-debug v0.3.0 |
2392 | 2024-10-30T19:00:22.101Z | [ helios-setup] Oct 30 19:00:21.280 INFO E| Compiling anyhow v1.0.72 |
2393 | 2024-10-30T19:00:22.230Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2394 | 2024-10-30T19:00:22.284Z | [ host-package] Compiling xattr v1.3.1 |
2395 | 2024-10-30T19:00:22.405Z | [ helios-setup] Oct 30 19:00:21.585 INFO E| Compiling block-buffer v0.9.0 |
2396 | 2024-10-30T19:00:22.560Z | [ helios-setup] Oct 30 19:00:21.737 INFO E| Compiling digest v0.9.0 |
2397 | 2024-10-30T19:00:22.579Z | [ host-package] Compiling memmap2 v0.9.5 |
2398 | 2024-10-30T19:00:22.813Z | [ helios-setup] Oct 30 19:00:21.992 INFO E| Compiling serde_json v1.0.103 |
2399 | 2024-10-30T19:00:23.021Z | [ host-package] Compiling filetime v0.2.25 |
2400 | 2024-10-30T19:00:23.114Z | [ helios-setup] Oct 30 19:00:22.294 INFO E| Compiling getrandom v0.2.10 |
2401 | 2024-10-30T19:00:23.261Z | [ helios-setup] Oct 30 19:00:22.441 INFO E| Compiling ryu v1.0.15 |
2402 | 2024-10-30T19:00:23.527Z | [ host-package] Compiling keccak v0.1.5 |
2403 | 2024-10-30T19:00:23.640Z | [ helios-setup] Oct 30 19:00:22.819 INFO E| Compiling cpufeatures v0.2.9 |
2404 | 2024-10-30T19:00:24.417Z | [ host-package] Compiling arrayref v0.3.9 |
2405 | 2024-10-30T19:00:24.500Z | [ helios-setup] Oct 30 19:00:22.910 INFO E| Compiling unicode-width v0.1.10 |
2406 | 2024-10-30T19:00:24.500Z | [ helios-setup] Oct 30 19:00:23.097 INFO E| Compiling tempfile v3.7.0 |
2407 | 2024-10-30T19:00:24.500Z | [ helios-setup] Oct 30 19:00:23.196 INFO E| Compiling same-file v1.0.6 |
2408 | 2024-10-30T19:00:24.500Z | [ helios-setup] Oct 30 19:00:23.375 INFO E| Compiling time v0.3.36 |
2409 | 2024-10-30T19:00:24.500Z | [ host-package] Compiling spin v0.5.2 |
2410 | 2024-10-30T19:00:24.500Z | [ helios-setup] Oct 30 19:00:23.387 INFO E| Compiling getopts v0.2.21 |
2411 | 2024-10-30T19:00:24.500Z | [ helios-setup] Oct 30 19:00:23.429 INFO E| Compiling walkdir v2.3.3 |
2412 | 2024-10-30T19:00:24.562Z | [ helios-setup] Oct 30 19:00:23.740 INFO E| Compiling sha-1 v0.9.8 |
2413 | 2024-10-30T19:00:24.838Z | [ host-package] Compiling untrusted v0.7.1 |
2414 | 2024-10-30T19:00:25.324Z | [ helios-setup] Oct 30 19:00:24.458 INFO E| Compiling md-5 v0.9.1 |
2415 | 2024-10-30T19:00:25.612Z | [ host-package] Compiling arrayvec v0.7.6 |
2416 | 2024-10-30T19:00:25.775Z | [ helios-setup] Oct 30 19:00:24.954 INFO E| Compiling libdevinfo-sys v1.0.0 |
2417 | 2024-10-30T19:00:25.842Z | [ helios-setup] Oct 30 19:00:25.022 INFO E| Compiling glob v0.3.1 |
2418 | 2024-10-30T19:00:26.337Z | [ host-package] Compiling constant_time_eq v0.3.1 |
2419 | 2024-10-30T19:00:26.641Z | [ host-package] Compiling sha3 v0.10.8 |
2420 | 2024-10-30T19:00:27.672Z | [ helios-setup] Oct 30 19:00:26.803 INFO E| Compiling slog-term v2.9.0 |
2421 | 2024-10-30T19:00:28.003Z | [ host-package] Compiling tar v0.4.42 |
2422 | 2024-10-30T19:00:28.280Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2423 | 2024-10-30T19:00:32.078Z | [ host-package] Compiling toolchain_find v0.4.0 |
2424 | 2024-10-30T19:00:32.202Z | [ helios-setup] Oct 30 19:00:28.874 INFO E| Compiling serde_derive v1.0.193 |
2425 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling nibble_vec v0.1.0 |
2426 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling maplit v1.0.2 |
2427 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling topological-sort v0.2.2 |
2428 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling glob v0.3.1 |
2429 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling endian-type v0.1.2 |
2430 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling crunchy v0.2.2 |
2431 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2432 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling radix_trie v0.2.1 |
2433 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling omicron-zone-package v0.11.1 |
2434 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2435 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling clang-sys v1.8.1 |
2436 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2437 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
2438 | 2024-10-30T19:00:32.202Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
2439 | 2024-10-30T19:00:32.264Z | [ host-package] Compiling secrecy v0.8.0 |
2440 | 2024-10-30T19:00:32.388Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
2441 | 2024-10-30T19:00:32.511Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2442 | 2024-10-30T19:00:33.055Z | [ host-package] Compiling arc-swap v1.7.1 |
2443 | 2024-10-30T19:00:33.163Z | [ host-package] Compiling r2d2 v0.8.10 |
2444 | 2024-10-30T19:00:33.703Z | [ host-package] Compiling slog-scope v4.4.0 |
2445 | 2024-10-30T19:00:33.712Z | [ host-package] Compiling diesel_derives v2.2.3 |
2446 | 2024-10-30T19:00:33.739Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2447 | 2024-10-30T19:00:34.012Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2448 | 2024-10-30T19:00:34.665Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2449 | 2024-10-30T19:00:35.495Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2450 | 2024-10-30T19:00:35.609Z | [ host-package] Compiling universal-hash v0.5.1 |
2451 | 2024-10-30T19:00:35.858Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2452 | 2024-10-30T19:00:35.994Z | [ host-package] Compiling ena v0.14.3 |
2453 | 2024-10-30T19:00:36.525Z | [ host-package] Compiling libloading v0.8.5 |
2454 | 2024-10-30T19:00:36.826Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2455 | 2024-10-30T19:00:37.368Z | [ host-package] Compiling opaque-debug v0.3.1 |
2456 | 2024-10-30T19:00:37.516Z | [ host-package] Compiling bindgen v0.69.5 |
2457 | 2024-10-30T19:00:38.105Z | [ host-package] Compiling regex-syntax v0.6.29 |
2458 | 2024-10-30T19:00:39.129Z | [ host-package] Compiling diff v0.1.13 |
2459 | 2024-10-30T19:00:39.699Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2460 | 2024-10-30T19:00:39.892Z | [ host-package] Compiling poly1305 v0.8.0 |
2461 | 2024-10-30T19:00:44.071Z | [ helios-setup] Oct 30 19:00:43.250 INFO E| Compiling toml v0.5.11 |
2462 | 2024-10-30T19:00:44.071Z | [ helios-setup] Oct 30 19:00:43.250 INFO E| Compiling uuid v0.8.2 |
2463 | 2024-10-30T19:00:44.239Z | [ host-package] Compiling lalrpop v0.19.12 |
2464 | 2024-10-30T19:00:46.385Z | [ helios-setup] Oct 30 19:00:45.547 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
2465 | 2024-10-30T19:00:47.473Z | [ host-package] Compiling diesel v2.2.4 |
2466 | 2024-10-30T19:00:50.172Z | [ helios-setup] Oct 30 19:00:49.351 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
2467 | 2024-10-30T19:00:54.495Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2468 | 2024-10-30T19:00:56.009Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2469 | 2024-10-30T19:00:56.148Z | [ host-package] Compiling which v4.4.2 |
2470 | 2024-10-30T19:00:56.956Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2471 | 2024-10-30T19:00:57.482Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2472 | 2024-10-30T19:00:57.571Z | [ host-package] Compiling chacha20 v0.9.1 |
2473 | 2024-10-30T19:00:57.892Z | [ host-package] Compiling cexpr v0.6.0 |
2474 | 2024-10-30T19:00:58.271Z | [ host-package] Compiling aead v0.5.2 |
2475 | 2024-10-30T19:00:58.788Z | [ host-package] Compiling rustc-hash v1.1.0 |
2476 | 2024-10-30T19:00:59.081Z | [ host-package] Compiling lazycell v1.3.0 |
2477 | 2024-10-30T19:00:59.368Z | [ host-package] Compiling ref-cast v1.0.23 |
2478 | 2024-10-30T19:01:00.219Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2479 | 2024-10-30T19:01:00.591Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2480 | 2024-10-30T19:01:03.357Z | [ helios-setup] Oct 30 19:01:02.533 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.27s |
2481 | 2024-10-30T19:01:03.389Z | [ helios-setup] Oct 30 19:01:02.567 INFO building project "image-builder" ok (48 seconds) |
2482 | 2024-10-30T19:01:03.392Z | [ helios-setup] Oct 30 19:01:02.567 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2483 | 2024-10-30T19:01:03.392Z | [ helios-setup] Oct 30 19:01:02.568 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2484 | 2024-10-30T19:01:03.399Z | [ helios-setup] Oct 30 19:01:02.578 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2485 | 2024-10-30T19:01:03.599Z | [ helios-setup] Oct 30 19:01:02.776 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2486 | 2024-10-30T19:01:03.599Z | [ helios-setup] Oct 30 19:01:02.776 INFO E| info: downloading component 'cargo' |
2487 | 2024-10-30T19:01:03.800Z | [ host-package] Compiling vsss-rs v3.3.4 |
2488 | 2024-10-30T19:01:05.694Z | [ helios-setup] Oct 30 19:01:04.872 INFO E| info: downloading component 'clippy' |
2489 | 2024-10-30T19:01:05.891Z | [ helios-setup] Oct 30 19:01:05.069 INFO E| info: downloading component 'rust-docs' |
2490 | 2024-10-30T19:01:07.815Z | [ helios-setup] Oct 30 19:01:06.994 INFO E| info: downloading component 'rust-src' |
2491 | 2024-10-30T19:01:08.572Z | [ helios-setup] Oct 30 19:01:07.750 INFO E| info: downloading component 'rust-std' |
2492 | 2024-10-30T19:01:08.590Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2493 | 2024-10-30T19:01:08.927Z | [ host-package] Compiling derive_builder_core v0.20.2 |
2494 | 2024-10-30T19:01:10.396Z | [ helios-setup] Oct 30 19:01:09.574 INFO E| info: downloading component 'rustc' |
2495 | 2024-10-30T19:01:11.333Z | [ host-package] Compiling headers-core v0.3.0 |
2496 | 2024-10-30T19:01:11.823Z | [ host-package] Compiling fxhash v0.2.1 |
2497 | 2024-10-30T19:01:11.830Z | [ host-package] Compiling libxml v0.3.3 |
2498 | 2024-10-30T19:01:12.230Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2499 | 2024-10-30T19:01:13.280Z | [ host-package] Compiling headers v0.4.0 |
2500 | 2024-10-30T19:01:13.659Z | [ host-package] Compiling derive_builder_macro v0.20.2 |
2501 | 2024-10-30T19:01:13.876Z | [ host-package] Compiling polar-core v0.27.3 |
2502 | 2024-10-30T19:01:14.848Z | [ host-package] Compiling samael v0.0.17 |
2503 | 2024-10-30T19:01:15.309Z | [ helios-setup] Oct 30 19:01:14.487 INFO E| info: downloading component 'rustfmt' |
2504 | 2024-10-30T19:01:15.665Z | [ helios-setup] Oct 30 19:01:14.843 INFO E| info: installing component 'cargo' |
2505 | 2024-10-30T19:01:16.586Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2506 | 2024-10-30T19:01:16.992Z | [ helios-setup] Oct 30 19:01:16.170 INFO E| info: installing component 'clippy' |
2507 | 2024-10-30T19:01:17.273Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2508 | 2024-10-30T19:01:17.535Z | [ helios-setup] Oct 30 19:01:16.712 INFO E| info: installing component 'rust-docs' |
2509 | 2024-10-30T19:01:17.677Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2510 | 2024-10-30T19:01:20.226Z | [ host-package] Compiling phf_generator v0.11.2 |
2511 | 2024-10-30T19:01:20.520Z | [ host-package] Compiling strum_macros v0.24.3 |
2512 | 2024-10-30T19:01:23.374Z | [ helios-setup] Oct 30 19:01:22.551 INFO E| info: installing component 'rust-src' |
2513 | 2024-10-30T19:01:23.707Z | [ host-package] Compiling kstat-rs v0.2.4 |
2514 | 2024-10-30T19:01:24.062Z | [ helios-setup] Oct 30 19:01:23.240 INFO E| info: installing component 'rust-std' |
2515 | 2024-10-30T19:01:24.834Z | [ host-package] Compiling unicase v2.7.0 |
2516 | 2024-10-30T19:01:24.881Z | [ host-package] Compiling indoc v1.0.9 |
2517 | 2024-10-30T19:01:25.352Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2518 | 2024-10-30T19:01:25.943Z | [ host-package] Compiling phf_codegen v0.11.2 |
2519 | 2024-10-30T19:01:26.422Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2520 | 2024-10-30T19:01:26.620Z | [ helios-setup] Oct 30 19:01:25.798 INFO E| info: installing component 'rustc' |
2521 | 2024-10-30T19:01:32.176Z | [ host-package] Compiling derive_builder v0.20.2 |
2522 | 2024-10-30T19:01:32.749Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2523 | 2024-10-30T19:01:32.881Z | [ helios-setup] Oct 30 19:01:32.058 INFO E| info: installing component 'rustfmt' |
2524 | 2024-10-30T19:01:33.375Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2525 | 2024-10-30T19:01:33.810Z | [ host-package] Compiling oso-derive v0.27.3 |
2526 | 2024-10-30T19:01:33.814Z | [ helios-setup] Oct 30 19:01:32.992 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2527 | 2024-10-30T19:01:34.702Z | [ helios-setup] Oct 30 19:01:33.879 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2528 | 2024-10-30T19:01:34.702Z | [ helios-setup] Oct 30 19:01:33.879 INFO E| * [new ref] b03d2a56394ae20a428eaaa7f37be79733cd6927 -> refs/commit/b03d2a56394ae20a428eaaa7f37be79733cd6927 |
2529 | 2024-10-30T19:01:34.705Z | [ helios-setup] Oct 30 19:01:33.879 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2530 | 2024-10-30T19:01:34.734Z | [ helios-setup] Oct 30 19:01:33.908 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2531 | 2024-10-30T19:01:34.734Z | [ helios-setup] Oct 30 19:01:33.908 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2532 | 2024-10-30T19:01:34.734Z | [ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2533 | 2024-10-30T19:01:34.734Z | [ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2534 | 2024-10-30T19:01:34.734Z | [ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2535 | 2024-10-30T19:01:34.734Z | [ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2536 | 2024-10-30T19:01:34.734Z | [ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2537 | 2024-10-30T19:01:34.734Z | [ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2538 | 2024-10-30T19:01:34.734Z | [ helios-setup] Oct 30 19:01:33.909 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2539 | 2024-10-30T19:01:34.795Z | [ helios-setup] Oct 30 19:01:33.973 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2540 | 2024-10-30T19:01:34.853Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2541 | 2024-10-30T19:01:35.694Z | [ helios-setup] Oct 30 19:01:34.866 INFO E| From https://github.com/oxidecomputer/amd-efs |
2542 | 2024-10-30T19:01:35.694Z | [ helios-setup] Oct 30 19:01:34.866 INFO E| * [new branch] empty -> origin/empty |
2543 | 2024-10-30T19:01:35.694Z | [ helios-setup] Oct 30 19:01:34.866 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2544 | 2024-10-30T19:01:35.704Z | [ helios-setup] Oct 30 19:01:34.867 INFO E| * [new branch] main -> origin/main |
2545 | 2024-10-30T19:01:35.704Z | [ helios-setup] Oct 30 19:01:34.867 INFO E| * [new branch] review -> origin/review |
2546 | 2024-10-30T19:01:35.704Z | [ helios-setup] Oct 30 19:01:34.867 INFO E| * [new ref] -> origin/HEAD |
2547 | 2024-10-30T19:01:35.705Z | [ helios-setup] Oct 30 19:01:34.867 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2548 | 2024-10-30T19:01:35.705Z | [ helios-setup] Oct 30 19:01:34.867 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2549 | 2024-10-30T19:01:35.705Z | [ helios-setup] Oct 30 19:01:34.867 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2550 | 2024-10-30T19:01:35.705Z | [ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2551 | 2024-10-30T19:01:35.705Z | [ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2552 | 2024-10-30T19:01:35.705Z | [ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2553 | 2024-10-30T19:01:35.705Z | [ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2554 | 2024-10-30T19:01:35.705Z | [ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2555 | 2024-10-30T19:01:35.705Z | [ helios-setup] Oct 30 19:01:34.868 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2556 | 2024-10-30T19:01:35.706Z | [ helios-setup] Oct 30 19:01:34.869 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2557 | 2024-10-30T19:01:35.706Z | [ helios-setup] Oct 30 19:01:34.869 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2558 | 2024-10-30T19:01:35.706Z | [ helios-setup] Oct 30 19:01:34.869 INFO E| * [new tag] v0.4.1 -> v0.4.1 |
2559 | 2024-10-30T19:01:35.722Z | [ helios-setup] Oct 30 19:01:34.893 INFO E| Updating crates.io index |
2560 | 2024-10-30T19:01:36.087Z | [ helios-setup] Oct 30 19:01:35.263 INFO E| Downloading crates ... |
2561 | 2024-10-30T19:01:36.221Z | [ helios-setup] Oct 30 19:01:35.398 INFO E| Downloaded fletcher v0.1.0 |
2562 | 2024-10-30T19:01:36.258Z | [ helios-setup] Oct 30 19:01:35.434 INFO E| Downloaded unic-common v0.9.0 |
2563 | 2024-10-30T19:01:36.295Z | [ helios-setup] Oct 30 19:01:35.470 INFO E| Downloaded vec_map v0.8.2 |
2564 | 2024-10-30T19:01:36.306Z | [ helios-setup] Oct 30 19:01:35.472 INFO E| Downloaded unic-ucd-version v0.9.0 |
2565 | 2024-10-30T19:01:36.306Z | [ helios-setup] Oct 30 19:01:35.473 INFO E| Downloaded unic-char-property v0.9.0 |
2566 | 2024-10-30T19:01:36.306Z | [ helios-setup] Oct 30 19:01:35.475 INFO E| Downloaded textwrap v0.11.0 |
2567 | 2024-10-30T19:01:36.314Z | [ helios-setup] Oct 30 19:01:35.478 INFO E| Downloaded strum v0.23.0 |
2568 | 2024-10-30T19:01:36.314Z | [ helios-setup] Oct 30 19:01:35.479 INFO E| Downloaded strsim v0.8.0 |
2569 | 2024-10-30T19:01:36.314Z | [ helios-setup] Oct 30 19:01:35.481 INFO E| Downloaded rustc_version v0.2.3 |
2570 | 2024-10-30T19:01:36.314Z | [ helios-setup] Oct 30 19:01:35.483 INFO E| Downloaded pest_generator v2.7.13 |
2571 | 2024-10-30T19:01:36.314Z | [ helios-setup] Oct 30 19:01:35.485 INFO E| Downloaded unic-ucd-ident v0.9.0 |
2572 | 2024-10-30T19:01:36.314Z | [ helios-setup] Oct 30 19:01:35.488 INFO E| Downloaded unic-char-range v0.9.0 |
2573 | 2024-10-30T19:01:36.322Z | [ helios-setup] Oct 30 19:01:35.490 INFO E| Downloaded pre-proc-macro v0.2.1 |
2574 | 2024-10-30T19:01:36.322Z | [ helios-setup] Oct 30 19:01:35.493 INFO E| Downloaded once_cell v1.20.1 |
2575 | 2024-10-30T19:01:36.330Z | [ helios-setup] Oct 30 19:01:35.498 INFO E| Downloaded structopt v0.3.26 |
2576 | 2024-10-30T19:01:36.409Z | [ helios-setup] Oct 30 19:01:35.586 INFO E| Downloaded semver v0.9.0 |
2577 | 2024-10-30T19:01:36.412Z | [ helios-setup] Oct 30 19:01:35.588 INFO E| Downloaded goblin v0.4.3 |
2578 | 2024-10-30T19:01:36.419Z | [ helios-setup] Oct 30 19:01:35.597 INFO E| Downloaded clap v2.34.0 |
2579 | 2024-10-30T19:01:36.430Z | [ helios-setup] Oct 30 19:01:35.607 INFO E| Downloaded scroll v0.10.2 |
2580 | 2024-10-30T19:01:36.437Z | [ helios-setup] Oct 30 19:01:35.612 INFO E| Downloaded proc-macro2 v1.0.86 |
2581 | 2024-10-30T19:01:36.441Z | [ helios-setup] Oct 30 19:01:35.616 INFO E| Downloaded pest_meta v2.7.13 |
2582 | 2024-10-30T19:01:36.443Z | [ helios-setup] Oct 30 19:01:35.620 INFO E| Downloaded modular-bitfield v0.11.2 |
2583 | 2024-10-30T19:01:36.502Z | [ helios-setup] Oct 30 19:01:35.679 INFO E| Downloaded libc v0.2.159 |
2584 | 2024-10-30T19:01:36.539Z | [ helios-setup] Oct 30 19:01:35.715 INFO E| Downloaded ansi_term v0.12.1 |
2585 | 2024-10-30T19:01:36.542Z | [ helios-setup] Oct 30 19:01:35.718 INFO E| Downloaded strum_macros v0.23.1 |
2586 | 2024-10-30T19:01:36.545Z | [ helios-setup] Oct 30 19:01:35.722 INFO E| Downloaded cfg-if v0.1.10 |
2587 | 2024-10-30T19:01:36.548Z | [ helios-setup] Oct 30 19:01:35.723 INFO E| Downloaded structopt-derive v0.4.18 |
2588 | 2024-10-30T19:01:36.548Z | [ helios-setup] Oct 30 19:01:35.724 INFO E| Downloaded semver-parser v0.7.0 |
2589 | 2024-10-30T19:01:36.554Z | [ helios-setup] Oct 30 19:01:35.726 INFO E| Downloaded proc-macro-crate v0.1.5 |
2590 | 2024-10-30T19:01:36.554Z | [ helios-setup] Oct 30 19:01:35.727 INFO E| Downloaded pre v0.2.1 |
2591 | 2024-10-30T19:01:36.554Z | [ helios-setup] Oct 30 19:01:35.728 INFO E| Downloaded pest_derive v2.7.13 |
2592 | 2024-10-30T19:01:36.565Z | [ helios-setup] Oct 30 19:01:35.732 INFO E| Downloaded four-cc v0.3.0 |
2593 | 2024-10-30T19:01:36.565Z | [ helios-setup] Oct 30 19:01:35.733 INFO E| Downloaded scroll_derive v0.10.5 |
2594 | 2024-10-30T19:01:36.566Z | [ helios-setup] Oct 30 19:01:35.735 INFO E| Downloaded pest v2.7.13 |
2595 | 2024-10-30T19:01:36.584Z | [ helios-setup] Oct 30 19:01:35.742 INFO E| Downloaded parse_int v0.6.0 |
2596 | 2024-10-30T19:01:36.584Z | [ helios-setup] Oct 30 19:01:35.743 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2597 | 2024-10-30T19:01:36.584Z | [ helios-setup] Oct 30 19:01:35.745 INFO E| Downloaded memoffset v0.5.6 |
2598 | 2024-10-30T19:01:36.584Z | [ helios-setup] Oct 30 19:01:35.747 INFO E| Downloaded bytesize v1.3.0 |
2599 | 2024-10-30T19:01:36.714Z | [ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling proc-macro2 v1.0.86 |
2600 | 2024-10-30T19:01:36.714Z | [ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling unicode-ident v1.0.13 |
2601 | 2024-10-30T19:01:36.717Z | [ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling syn v1.0.109 |
2602 | 2024-10-30T19:01:36.717Z | [ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling version_check v0.9.5 |
2603 | 2024-10-30T19:01:36.717Z | [ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling memchr v2.7.4 |
2604 | 2024-10-30T19:01:36.717Z | [ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling semver-parser v0.7.0 |
2605 | 2024-10-30T19:01:36.717Z | [ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling autocfg v1.4.0 |
2606 | 2024-10-30T19:01:36.717Z | [ helios-setup] Oct 30 19:01:35.890 INFO E| Compiling thiserror v1.0.64 |
2607 | 2024-10-30T19:01:37.288Z | [ helios-setup] Oct 30 19:01:36.465 INFO E| Compiling serde v1.0.210 |
2608 | 2024-10-30T19:01:37.524Z | [ host-package] Compiling parse-zoneinfo v0.3.1 |
2609 | 2024-10-30T19:01:38.348Z | [ helios-setup] Oct 30 19:01:37.525 INFO E| Compiling semver v0.9.0 |
2610 | 2024-10-30T19:01:38.769Z | [ helios-setup] Oct 30 19:01:37.946 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2611 | 2024-10-30T19:01:38.786Z | [ helios-setup] Oct 30 19:01:37.963 INFO E| Compiling proc-macro-error v1.0.4 |
2612 | 2024-10-30T19:01:39.063Z | [ helios-setup] Oct 30 19:01:38.240 INFO E| Compiling serde_json v1.0.128 |
2613 | 2024-10-30T19:01:39.272Z | [ helios-setup] Oct 30 19:01:38.449 INFO E| Compiling rustc_version v0.2.3 |
2614 | 2024-10-30T19:01:39.584Z | [ helios-setup] Oct 30 19:01:38.761 INFO E| Compiling num-traits v0.2.19 |
2615 | 2024-10-30T19:01:39.746Z | [ helios-setup] Oct 30 19:01:38.922 INFO E| Compiling ryu v1.0.18 |
2616 | 2024-10-30T19:01:39.846Z | [ helios-setup] Oct 30 19:01:39.023 INFO E| Compiling schemars v0.8.21 |
2617 | 2024-10-30T19:01:40.239Z | [ helios-setup] Oct 30 19:01:39.416 INFO E| Compiling unicode-segmentation v1.12.0 |
2618 | 2024-10-30T19:01:40.252Z | [ helios-setup] Oct 30 19:01:39.429 INFO E| Compiling itoa v1.0.11 |
2619 | 2024-10-30T19:01:40.366Z | [ helios-setup] Oct 30 19:01:39.543 INFO E| Compiling pre-proc-macro v0.2.1 |
2620 | 2024-10-30T19:01:40.552Z | [ helios-setup] Oct 30 19:01:39.729 INFO E| Compiling quote v1.0.37 |
2621 | 2024-10-30T19:01:40.742Z | [ helios-setup] Oct 30 19:01:39.919 INFO E| Compiling memoffset v0.5.6 |
2622 | 2024-10-30T19:01:40.931Z | [ host-package] Compiling libz-sys v1.1.20 |
2623 | 2024-10-30T19:01:41.247Z | [ helios-setup] Oct 30 19:01:40.423 INFO E| Compiling syn v2.0.79 |
2624 | 2024-10-30T19:01:41.471Z | [ helios-setup] Oct 30 19:01:40.647 INFO E| Compiling heck v0.3.3 |
2625 | 2024-10-30T19:01:41.515Z | [ helios-setup] Oct 30 19:01:40.692 INFO E| Compiling dyn-clone v1.0.17 |
2626 | 2024-10-30T19:01:41.634Z | [ helios-setup] Oct 30 19:01:40.811 INFO E| Compiling rustversion v1.0.17 |
2627 | 2024-10-30T19:01:41.696Z | [ helios-setup] Oct 30 19:01:40.873 INFO E| Compiling paste v1.0.15 |
2628 | 2024-10-30T19:01:41.878Z | [ helios-setup] Oct 30 19:01:41.055 INFO E| Compiling libc v0.2.159 |
2629 | 2024-10-30T19:01:42.271Z | [ host-package] Compiling quick-xml v0.33.0 |
2630 | 2024-10-30T19:01:42.283Z | [ helios-setup] Oct 30 19:01:41.460 INFO E| Compiling lazy_static v1.5.0 |
2631 | 2024-10-30T19:01:42.462Z | [ helios-setup] Oct 30 19:01:41.639 INFO E| Compiling ucd-trie v0.1.7 |
2632 | 2024-10-30T19:01:43.322Z | [ helios-setup] Oct 30 19:01:42.499 INFO E| Compiling pre v0.2.1 |
2633 | 2024-10-30T19:01:43.366Z | [ helios-setup] Oct 30 19:01:42.543 INFO E| Compiling static_assertions v1.1.0 |
2634 | 2024-10-30T19:01:43.470Z | [ helios-setup] Oct 30 19:01:42.638 INFO E| Compiling once_cell v1.20.1 |
2635 | 2024-10-30T19:01:43.669Z | [ helios-setup] Oct 30 19:01:42.846 INFO E| Compiling byteorder v1.5.0 |
2636 | 2024-10-30T19:01:44.009Z | [ helios-setup] Oct 30 19:01:43.185 INFO E| Compiling cfg-if v0.1.10 |
2637 | 2024-10-30T19:01:44.621Z | [ helios-setup] Oct 30 19:01:43.797 INFO E| Compiling unicode-width v0.1.14 |
2638 | 2024-10-30T19:01:45.552Z | [ helios-setup] Oct 30 19:01:44.728 INFO E| Compiling textwrap v0.11.0 |
2639 | 2024-10-30T19:01:45.674Z | [ helios-setup] Oct 30 19:01:44.846 INFO E| Compiling atty v0.2.14 |
2640 | 2024-10-30T19:01:46.031Z | [ helios-setup] Oct 30 19:01:45.207 INFO E| Compiling strum v0.23.0 |
2641 | 2024-10-30T19:01:46.204Z | [ helios-setup] Oct 30 19:01:45.381 INFO E| Compiling ansi_term v0.12.1 |
2642 | 2024-10-30T19:01:46.350Z | [ host-package] Compiling diesel-dtrace v0.3.0 |
2643 | 2024-10-30T19:01:46.818Z | [ helios-setup] Oct 30 19:01:45.993 INFO E| Compiling fletcher v0.1.0 |
2644 | 2024-10-30T19:01:46.925Z | [ helios-setup] Oct 30 19:01:46.101 INFO E| Compiling unic-common v0.9.0 |
2645 | 2024-10-30T19:01:47.132Z | [ helios-setup] Oct 30 19:01:46.303 INFO E| Compiling strsim v0.8.0 |
2646 | 2024-10-30T19:01:47.146Z | [ helios-setup] Oct 30 19:01:46.322 INFO E| Compiling unic-char-range v0.9.0 |
2647 | 2024-10-30T19:01:47.264Z | [ helios-setup] Oct 30 19:01:46.440 INFO E| Compiling bitflags v1.3.2 |
2648 | 2024-10-30T19:01:47.525Z | [ helios-setup] Oct 30 19:01:46.702 INFO E| Compiling vec_map v0.8.2 |
2649 | 2024-10-30T19:01:47.542Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2650 | 2024-10-30T19:01:47.560Z | [ helios-setup] Oct 30 19:01:46.737 INFO E| Compiling unic-char-property v0.9.0 |
2651 | 2024-10-30T19:01:47.675Z | [ helios-setup] Oct 30 19:01:46.851 INFO E| Compiling parse_int v0.6.0 |
2652 | 2024-10-30T19:01:47.978Z | [ helios-setup] Oct 30 19:01:47.152 INFO E| Compiling unic-ucd-version v0.9.0 |
2653 | 2024-10-30T19:01:47.992Z | [ helios-setup] Oct 30 19:01:47.169 INFO E| Compiling clap v2.34.0 |
2654 | 2024-10-30T19:01:48.038Z | [ helios-setup] Oct 30 19:01:47.214 INFO E| Compiling log v0.4.22 |
2655 | 2024-10-30T19:01:48.076Z | [ helios-setup] Oct 30 19:01:47.253 INFO E| Compiling plain v0.2.3 |
2656 | 2024-10-30T19:01:48.097Z | [ helios-setup] Oct 30 19:01:47.273 INFO E| Compiling unic-ucd-ident v0.9.0 |
2657 | 2024-10-30T19:01:48.315Z | [ helios-setup] Oct 30 19:01:47.491 INFO E| Compiling bytesize v1.3.0 |
2658 | 2024-10-30T19:01:48.848Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2659 | 2024-10-30T19:01:49.263Z | [ host-package] Compiling nix v0.28.0 |
2660 | 2024-10-30T19:01:50.548Z | [ host-package] Compiling oso v0.27.3 |
2661 | 2024-10-30T19:01:50.759Z | [ helios-setup] Oct 30 19:01:49.936 INFO E| Compiling serde_derive_internals v0.29.1 |
2662 | 2024-10-30T19:01:51.251Z | [ host-package] Compiling chrono-tz-build v0.4.0 |
2663 | 2024-10-30T19:01:51.715Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2664 | 2024-10-30T19:01:52.474Z | [ helios-setup] Oct 30 19:01:51.650 INFO E| Compiling toml v0.5.11 |
2665 | 2024-10-30T19:01:53.096Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2666 | 2024-10-30T19:01:54.309Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2667 | 2024-10-30T19:01:55.608Z | [ helios-setup] Oct 30 19:01:54.784 INFO E| Compiling proc-macro-crate v0.1.5 |
2668 | 2024-10-30T19:01:58.166Z | [ helios-setup] Oct 30 19:01:57.342 INFO E| Compiling thiserror-impl v1.0.64 |
2669 | 2024-10-30T19:01:58.166Z | [ helios-setup] Oct 30 19:01:57.343 INFO E| Compiling serde_derive v1.0.210 |
2670 | 2024-10-30T19:01:58.169Z | [ helios-setup] Oct 30 19:01:57.343 INFO E| Compiling schemars_derive v0.8.21 |
2671 | 2024-10-30T19:01:58.398Z | [ helios-setup] Oct 30 19:01:57.574 INFO E| Compiling zerocopy-derive v0.6.6 |
2672 | 2024-10-30T19:01:58.696Z | [ helios-setup] Oct 30 19:01:57.872 INFO E| Compiling num-derive v0.4.2 |
2673 | 2024-10-30T19:01:59.738Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2674 | 2024-10-30T19:02:00.439Z | [ host-package] Compiling bb8 v0.8.5 |
2675 | 2024-10-30T19:02:01.808Z | [ host-package] Compiling const_format_proc_macros v0.2.33 |
2676 | 2024-10-30T19:02:01.853Z | [ helios-setup] Oct 30 19:02:01.028 INFO E| Compiling zerocopy v0.6.6 |
2677 | 2024-10-30T19:02:01.944Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
2678 | 2024-10-30T19:02:03.379Z | [ host-package] Compiling vte v0.11.1 |
2679 | 2024-10-30T19:02:04.249Z | [ helios-setup] Oct 30 19:02:03.419 INFO E| Compiling pest v2.7.13 |
2680 | 2024-10-30T19:02:04.685Z | [ helios-setup] Oct 30 19:02:03.859 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2681 | 2024-10-30T19:02:04.685Z | [ helios-setup] Oct 30 19:02:03.859 INFO E| Compiling strum_macros v0.23.1 |
2682 | 2024-10-30T19:02:05.305Z | [ host-package] Compiling const_format v0.2.33 |
2683 | 2024-10-30T19:02:06.304Z | [ helios-setup] Oct 30 19:02:05.465 INFO E| Compiling scroll_derive v0.10.5 |
2684 | 2024-10-30T19:02:06.707Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
2685 | 2024-10-30T19:02:06.945Z | [ helios-setup] Oct 30 19:02:06.121 INFO E| Compiling structopt-derive v0.4.18 |
2686 | 2024-10-30T19:02:07.870Z | [ host-package] Compiling chrono-tz v0.10.0 |
2687 | 2024-10-30T19:02:09.619Z | [ helios-setup] Oct 30 19:02:08.795 INFO E| Compiling pest_meta v2.7.13 |
2688 | 2024-10-30T19:02:09.688Z | [ host-package] Compiling fd-lock v4.0.2 |
2689 | 2024-10-30T19:02:09.742Z | [ helios-setup] Oct 30 19:02:08.910 INFO E| Compiling modular-bitfield v0.11.2 |
2690 | 2024-10-30T19:02:09.923Z | [ helios-setup] Oct 30 19:02:09.099 INFO E| Compiling scroll v0.10.2 |
2691 | 2024-10-30T19:02:10.344Z | [ host-package] Compiling libgit2-sys v0.17.0+1.8.1 |
2692 | 2024-10-30T19:02:10.756Z | [ host-package] Compiling atty v0.2.14 |
2693 | 2024-10-30T19:02:10.919Z | [ helios-setup] Oct 30 19:02:10.094 INFO E| Compiling goblin v0.4.3 |
2694 | 2024-10-30T19:02:11.232Z | [ host-package] Compiling salty v0.3.0 |
2695 | 2024-10-30T19:02:12.078Z | [ helios-setup] Oct 30 19:02:11.252 INFO E| Compiling pest_generator v2.7.13 |
2696 | 2024-10-30T19:02:12.117Z | [ host-package] Compiling bytecount v0.6.8 |
2697 | 2024-10-30T19:02:12.281Z | [ helios-setup] Oct 30 19:02:11.457 INFO E| Compiling structopt v0.3.26 |
2698 | 2024-10-30T19:02:12.701Z | [ host-package] Compiling papergrid v0.11.0 |
2699 | 2024-10-30T19:02:16.082Z | [ helios-setup] Oct 30 19:02:15.258 INFO E| Compiling pest_derive v2.7.13 |
2700 | 2024-10-30T19:02:19.214Z | [ host-package] Compiling parking_lot v0.11.2 |
2701 | 2024-10-30T19:02:20.643Z | [ helios-setup] Oct 30 19:02:19.817 INFO E| Compiling json5 v0.4.1 |
2702 | 2024-10-30T19:02:26.333Z | [ helios-setup] Oct 30 19:02:25.506 INFO E| Compiling four-cc v0.3.0 |
2703 | 2024-10-30T19:02:26.333Z | [ helios-setup] Oct 30 19:02:25.507 INFO E| Compiling amd-efs v0.4.1 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.1#15a3cb8d) |
2704 | 2024-10-30T19:02:26.599Z | [ helios-setup] Oct 30 19:02:25.773 INFO E| Compiling amd-apcb v0.4.1 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.4.1#b03d2a56) |
2705 | 2024-10-30T19:02:30.602Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2706 | 2024-10-30T19:02:31.410Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2707 | 2024-10-30T19:02:31.480Z | [ host-package] Compiling tabled_derive v0.7.0 |
2708 | 2024-10-30T19:02:34.211Z | [ host-package] Compiling peg-macros v0.8.4 |
2709 | 2024-10-30T19:02:36.945Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2710 | 2024-10-30T19:02:37.983Z | [ host-package] Compiling unicode_categories v0.1.1 |
2711 | 2024-10-30T19:02:38.135Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
2712 | 2024-10-30T19:02:38.681Z | [ host-package] Compiling reedline v0.35.0 |
2713 | 2024-10-30T19:02:39.461Z | [ host-package] Compiling rustyline v14.0.0 |
2714 | 2024-10-30T19:02:53.138Z | [ host-package] Compiling sqlformat v0.2.6 |
2715 | 2024-10-30T19:02:54.475Z | [ host-package] Compiling sqlparser v0.45.0 |
2716 | 2024-10-30T19:02:59.925Z | [ host-package] Compiling peg v0.8.4 |
2717 | 2024-10-30T19:03:00.077Z | [ host-package] Compiling tabled v0.15.0 |
2718 | 2024-10-30T19:03:03.818Z | [ host-package] Compiling mime_guess v2.0.5 |
2719 | 2024-10-30T19:03:05.043Z | [ host-package] Compiling sled v0.34.7 |
2720 | 2024-10-30T19:03:07.024Z | [ helios-setup] Oct 30 19:03:06.197 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2721 | 2024-10-30T19:03:08.380Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2722 | 2024-10-30T19:03:08.489Z | [ host-package] Compiling hickory-client v0.24.1 |
2723 | 2024-10-30T19:03:11.178Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2724 | 2024-10-30T19:03:12.797Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2725 | 2024-10-30T19:03:14.434Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2726 | 2024-10-30T19:03:15.551Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2727 | 2024-10-30T19:03:19.394Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2728 | 2024-10-30T19:03:21.434Z | [ host-package] Compiling hickory-server v0.24.1 |
2729 | 2024-10-30T19:03:22.939Z | [ helios-setup] Oct 30 19:03:22.112 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2730 | 2024-10-30T19:03:23.974Z | [ host-package] Compiling primeorder v0.13.6 |
2731 | 2024-10-30T19:03:24.074Z | [ host-package] Compiling vergen v8.3.2 |
2732 | 2024-10-30T19:03:24.532Z | [ host-package] Compiling bcs v0.1.6 |
2733 | 2024-10-30T19:03:24.642Z | [ host-package] Compiling env_filter v0.1.2 |
2734 | 2024-10-30T19:03:25.639Z | [ host-package] Compiling cargo-platform v0.1.8 |
2735 | 2024-10-30T19:03:25.966Z | [ host-package] Compiling nanorand v0.7.0 |
2736 | 2024-10-30T19:03:26.083Z | [ host-package] Compiling memoffset v0.9.1 |
2737 | 2024-10-30T19:03:26.381Z | [ host-package] Compiling cargo_metadata v0.18.1 |
2738 | 2024-10-30T19:03:26.685Z | [ host-package] Compiling flume v0.11.0 |
2739 | 2024-10-30T19:03:26.744Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2740 | 2024-10-30T19:03:27.549Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2741 | 2024-10-30T19:03:30.335Z | [ host-package] Compiling env_logger v0.11.5 |
2742 | 2024-10-30T19:03:31.882Z | [ host-package] Compiling p384 v0.13.0 |
2743 | 2024-10-30T19:03:35.135Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2744 | 2024-10-30T19:03:38.740Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2745 | 2024-10-30T19:03:43.704Z | [ host-package] Compiling git2 v0.19.0 |
2746 | 2024-10-30T19:03:51.475Z | [ host-package] Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2747 | 2024-10-30T19:03:53.064Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2748 | 2024-10-30T19:03:54.256Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2749 | 2024-10-30T19:03:54.395Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2750 | 2024-10-30T19:03:56.784Z | [ host-package] Compiling rand_seeder v0.3.0 |
2751 | 2024-10-30T19:03:57.324Z | [ host-package] Compiling libsqlite3-sys v0.30.1 |
2752 | 2024-10-30T19:03:58.210Z | [ host-package] Compiling lzma-sys v0.1.20 |
2753 | 2024-10-30T19:03:59.249Z | [ host-package] Compiling rustls v0.21.12 |
2754 | 2024-10-30T19:03:59.778Z | [ host-package] Compiling cfg_aliases v0.2.1 |
2755 | 2024-10-30T19:03:59.969Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2756 | 2024-10-30T19:04:00.616Z | [ host-package] Compiling nix v0.29.0 |
2757 | 2024-10-30T19:04:01.786Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2758 | 2024-10-30T19:04:01.956Z | [ host-package] Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2759 | 2024-10-30T19:04:04.404Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2760 | 2024-10-30T19:04:04.495Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2761 | 2024-10-30T19:04:05.583Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2762 | 2024-10-30T19:04:06.945Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2763 | 2024-10-30T19:04:09.074Z | [ host-package] Compiling rustls-webpki v0.101.7 |
2764 | 2024-10-30T19:04:11.363Z | [ helios-setup] Oct 30 19:04:10.533 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 37s |
2765 | 2024-10-30T19:04:11.402Z | [ helios-setup] Oct 30 19:04:10.570 INFO building project "amd-host-image-builder" ok (188 seconds) |
2766 | 2024-10-30T19:04:11.402Z | [ helios-setup] Oct 30 19:04:10.570 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2767 | 2024-10-30T19:04:11.411Z | [ helios-setup] Oct 30 19:04:10.571 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2768 | 2024-10-30T19:04:11.716Z | [ helios-setup] Oct 30 19:04:10.886 INFO E| Updating git repository `https://github.com/oxidecomputer/progenitor` |
2769 | 2024-10-30T19:04:11.878Z | [ host-package] Compiling sct v0.7.1 |
2770 | 2024-10-30T19:04:12.430Z | [ host-package] Compiling heck v0.3.3 |
2771 | 2024-10-30T19:04:12.830Z | [ helios-setup] Oct 30 19:04:12.000 INFO E| From https://github.com/oxidecomputer/progenitor |
2772 | 2024-10-30T19:04:12.833Z | [ helios-setup] Oct 30 19:04:12.000 INFO E| * [new ref] 3a5fe998e6c790223a9ff195df96e1f34ba2c149 -> refs/commit/3a5fe998e6c790223a9ff195df96e1f34ba2c149 |
2773 | 2024-10-30T19:04:12.895Z | [ helios-setup] Oct 30 19:04:12.065 INFO E| * [new tag] v0.1.1 -> v0.1.1 |
2774 | 2024-10-30T19:04:12.896Z | [ helios-setup] Oct 30 19:04:12.065 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2775 | 2024-10-30T19:04:12.932Z | [ host-package] Compiling castaway v0.2.3 |
2776 | 2024-10-30T19:04:13.066Z | [ helios-setup] Oct 30 19:04:12.236 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2777 | 2024-10-30T19:04:13.214Z | [ host-package] Compiling csv-core v0.1.11 |
2778 | 2024-10-30T19:04:13.580Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2779 | 2024-10-30T19:04:13.749Z | [ helios-setup] Oct 30 19:04:12.918 INFO E| From https://github.com/jclulow/hiercmd |
2780 | 2024-10-30T19:04:13.749Z | [ helios-setup] Oct 30 19:04:12.918 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2781 | 2024-10-30T19:04:13.767Z | [ helios-setup] Oct 30 19:04:12.937 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2782 | 2024-10-30T19:04:13.959Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2783 | 2024-10-30T19:04:14.290Z | [ helios-setup] Oct 30 19:04:13.461 INFO E| From https://github.com/jclulow/network-interface |
2784 | 2024-10-30T19:04:14.290Z | [ helios-setup] Oct 30 19:04:13.461 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2785 | 2024-10-30T19:04:14.327Z | [ helios-setup] Oct 30 19:04:13.496 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2786 | 2024-10-30T19:04:14.327Z | [ host-package] Compiling http-range v0.1.5 |
2787 | 2024-10-30T19:04:14.818Z | [ helios-setup] Oct 30 19:04:13.989 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2788 | 2024-10-30T19:04:14.818Z | [ helios-setup] Oct 30 19:04:13.989 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2789 | 2024-10-30T19:04:14.857Z | [ helios-setup] Oct 30 19:04:14.027 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2790 | 2024-10-30T19:04:15.026Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
2791 | 2024-10-30T19:04:15.241Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2792 | 2024-10-30T19:04:15.730Z | [ helios-setup] Oct 30 19:04:14.900 INFO E| From https://github.com/oxidecomputer/facade |
2793 | 2024-10-30T19:04:15.730Z | [ helios-setup] Oct 30 19:04:14.900 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2794 | 2024-10-30T19:04:15.779Z | [ helios-setup] Oct 30 19:04:14.949 INFO E| Updating git repository `https://github.com/oxidecomputer/dropshot.git` |
2795 | 2024-10-30T19:04:16.067Z | [ host-package] Compiling csv v1.3.0 |
2796 | 2024-10-30T19:04:16.628Z | [ helios-setup] Oct 30 19:04:15.798 INFO E| From https://github.com/oxidecomputer/dropshot |
2797 | 2024-10-30T19:04:16.628Z | [ helios-setup] Oct 30 19:04:15.798 INFO E| * [new ref] 9911f3cf00178e0ee64b99f2c59b5a5464075230 -> refs/commit/9911f3cf00178e0ee64b99f2c59b5a5464075230 |
2798 | 2024-10-30T19:04:16.666Z | [ helios-setup] Oct 30 19:04:15.836 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2799 | 2024-10-30T19:04:16.666Z | [ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2800 | 2024-10-30T19:04:16.669Z | [ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.5.0 -> v0.5.0 |
2801 | 2024-10-30T19:04:16.669Z | [ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.5.1 -> v0.5.1 |
2802 | 2024-10-30T19:04:16.669Z | [ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.6.0 -> v0.6.0 |
2803 | 2024-10-30T19:04:16.669Z | [ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.7.0 -> v0.7.0 |
2804 | 2024-10-30T19:04:16.670Z | [ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.8.0 -> v0.8.0 |
2805 | 2024-10-30T19:04:16.670Z | [ helios-setup] Oct 30 19:04:15.837 INFO E| * [new tag] v0.9.0 -> v0.9.0 |
2806 | 2024-10-30T19:04:16.718Z | [ helios-setup] Oct 30 19:04:15.889 INFO E| Updating crates.io index |
2807 | 2024-10-30T19:04:16.928Z | [ helios-setup] Oct 30 19:04:16.097 INFO E| Updating git repository `https://github.com/oxidecomputer/typify` |
2808 | 2024-10-30T19:04:17.825Z | [ helios-setup] Oct 30 19:04:16.996 INFO E| From https://github.com/oxidecomputer/typify |
2809 | 2024-10-30T19:04:17.825Z | [ helios-setup] Oct 30 19:04:16.996 INFO E| * [new ref] fec09bd1924a676ac18eecc0dea64b8ec042fdb4 -> refs/commit/fec09bd1924a676ac18eecc0dea64b8ec042fdb4 |
2810 | 2024-10-30T19:04:17.859Z | [ helios-setup] Oct 30 19:04:17.029 INFO E| * [new tag] v0.0.10 -> v0.0.10 |
2811 | 2024-10-30T19:04:17.859Z | [ helios-setup] Oct 30 19:04:17.029 INFO E| * [new tag] v0.0.11 -> v0.0.11 |
2812 | 2024-10-30T19:04:17.864Z | [ helios-setup] Oct 30 19:04:17.030 INFO E| * [new tag] v0.0.4 -> v0.0.4 |
2813 | 2024-10-30T19:04:17.864Z | [ helios-setup] Oct 30 19:04:17.030 INFO E| * [new tag] v0.0.5 -> v0.0.5 |
2814 | 2024-10-30T19:04:17.864Z | [ helios-setup] Oct 30 19:04:17.030 INFO E| * [new tag] v0.0.7 -> v0.0.7 |
2815 | 2024-10-30T19:04:17.873Z | [ helios-setup] Oct 30 19:04:17.030 INFO E| * [new tag] v0.0.8 -> v0.0.8 |
2816 | 2024-10-30T19:04:17.873Z | [ helios-setup] Oct 30 19:04:17.030 INFO E| * [new tag] v0.0.9 -> v0.0.9 |
2817 | 2024-10-30T19:04:18.244Z | [ host-package] Compiling compact_str v0.8.0 |
2818 | 2024-10-30T19:04:18.393Z | [ helios-setup] Oct 30 19:04:17.563 INFO E| Downloading crates ... |
2819 | 2024-10-30T19:04:18.464Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2820 | 2024-10-30T19:04:18.548Z | [ helios-setup] Oct 30 19:04:17.718 INFO E| Downloaded ahash v0.8.3 |
2821 | 2024-10-30T19:04:18.578Z | [ helios-setup] Oct 30 19:04:17.748 INFO E| Downloaded anyhow v1.0.68 |
2822 | 2024-10-30T19:04:18.584Z | [ helios-setup] Oct 30 19:04:17.754 INFO E| Downloaded project-root v0.2.2 |
2823 | 2024-10-30T19:04:18.587Z | [ helios-setup] Oct 30 19:04:17.755 INFO E| Downloaded ppv-lite86 v0.2.17 |
2824 | 2024-10-30T19:04:18.587Z | [ helios-setup] Oct 30 19:04:17.757 INFO E| Downloaded memoffset v0.7.1 |
2825 | 2024-10-30T19:04:18.591Z | [ helios-setup] Oct 30 19:04:17.759 INFO E| Downloaded crossbeam-deque v0.8.2 |
2826 | 2024-10-30T19:04:18.596Z | [ helios-setup] Oct 30 19:04:17.762 INFO E| Downloaded percent-encoding v2.2.0 |
2827 | 2024-10-30T19:04:18.596Z | [ helios-setup] Oct 30 19:04:17.763 INFO E| Downloaded futures-executor v0.3.28 |
2828 | 2024-10-30T19:04:18.596Z | [ helios-setup] Oct 30 19:04:17.765 INFO E| Downloaded num_enum_derive v0.5.7 |
2829 | 2024-10-30T19:04:18.599Z | [ helios-setup] Oct 30 19:04:17.767 INFO E| Downloaded futures-macro v0.3.28 |
2830 | 2024-10-30T19:04:18.599Z | [ helios-setup] Oct 30 19:04:17.769 INFO E| Downloaded byteorder v1.4.3 |
2831 | 2024-10-30T19:04:18.602Z | [ helios-setup] Oct 30 19:04:17.772 INFO E| Downloaded clap v4.2.1 |
2832 | 2024-10-30T19:04:18.651Z | [ helios-setup] Oct 30 19:04:17.821 INFO E| Downloaded home v0.5.4 |
2833 | 2024-10-30T19:04:18.655Z | [ helios-setup] Oct 30 19:04:17.823 INFO E| Downloaded want v0.3.0 |
2834 | 2024-10-30T19:04:18.655Z | [ helios-setup] Oct 30 19:04:17.825 INFO E| Downloaded async-stream-impl v0.3.5 |
2835 | 2024-10-30T19:04:18.658Z | [ helios-setup] Oct 30 19:04:17.827 INFO E| Downloaded const-random v0.1.15 |
2836 | 2024-10-30T19:04:18.660Z | [ helios-setup] Oct 30 19:04:17.829 INFO E| Downloaded try-lock v0.2.4 |
2837 | 2024-10-30T19:04:18.660Z | [ helios-setup] Oct 30 19:04:17.830 INFO E| Downloaded concolor-override v1.0.0 |
2838 | 2024-10-30T19:04:18.663Z | [ helios-setup] Oct 30 19:04:17.832 INFO E| Downloaded sct v0.7.0 |
2839 | 2024-10-30T19:04:18.668Z | [ helios-setup] Oct 30 19:04:17.838 INFO E| Downloaded tower-service v0.3.2 |
2840 | 2024-10-30T19:04:18.671Z | [ helios-setup] Oct 30 19:04:17.840 INFO E| Downloaded const-random-macro v0.1.15 |
2841 | 2024-10-30T19:04:18.674Z | [ helios-setup] Oct 30 19:04:17.842 INFO E| Downloaded toolchain_find v0.2.0 |
2842 | 2024-10-30T19:04:18.674Z | [ helios-setup] Oct 30 19:04:17.844 INFO E| Downloaded serde_tokenstream v0.2.0 |
2843 | 2024-10-30T19:04:18.679Z | [ helios-setup] Oct 30 19:04:17.850 INFO E| Downloaded serde v1.0.204 |
2844 | 2024-10-30T19:04:18.686Z | [ helios-setup] Oct 30 19:04:17.856 INFO E| Downloaded utf8parse v0.2.1 |
2845 | 2024-10-30T19:04:18.689Z | [ helios-setup] Oct 30 19:04:17.857 INFO E| Downloaded sha1 v0.10.5 |
2846 | 2024-10-30T19:04:18.692Z | [ helios-setup] Oct 30 19:04:17.860 INFO E| Downloaded clap_lex v0.4.1 |
2847 | 2024-10-30T19:04:18.692Z | [ helios-setup] Oct 30 19:04:17.862 INFO E| Downloaded built v0.6.0 |
2848 | 2024-10-30T19:04:18.714Z | [ helios-setup] Oct 30 19:04:17.885 INFO E| Downloaded autocfg v1.1.0 |
2849 | 2024-10-30T19:04:18.717Z | [ helios-setup] Oct 30 19:04:17.887 INFO E| Downloaded toml_datetime v0.6.1 |
2850 | 2024-10-30T19:04:18.719Z | [ helios-setup] Oct 30 19:04:17.889 INFO E| Downloaded thiserror v1.0.38 |
2851 | 2024-10-30T19:04:18.726Z | [ helios-setup] Oct 30 19:04:17.896 INFO E| Downloaded strsim v0.10.0 |
2852 | 2024-10-30T19:04:18.728Z | [ helios-setup] Oct 30 19:04:17.898 INFO E| Downloaded terminal_size v0.2.6 |
2853 | 2024-10-30T19:04:18.733Z | [ helios-setup] Oct 30 19:04:17.900 INFO E| Downloaded smallvec v1.10.0 |
2854 | 2024-10-30T19:04:18.737Z | [ helios-setup] Oct 30 19:04:17.904 INFO E| Downloaded serde_derive_internals v0.26.0 |
2855 | 2024-10-30T19:04:18.739Z | [ helios-setup] Oct 30 19:04:17.906 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2856 | 2024-10-30T19:04:18.742Z | [ helios-setup] Oct 30 19:04:17.910 INFO E| Downloaded thiserror-impl v1.0.38 |
2857 | 2024-10-30T19:04:18.743Z | [ helios-setup] Oct 30 19:04:17.912 INFO E| Downloaded tokio-rustls v0.24.0 |
2858 | 2024-10-30T19:04:18.745Z | [ helios-setup] Oct 30 19:04:17.915 INFO E| Downloaded tokio-macros v2.0.0 |
2859 | 2024-10-30T19:04:18.748Z | [ helios-setup] Oct 30 19:04:17.917 INFO E| Downloaded time v0.1.45 |
2860 | 2024-10-30T19:04:18.753Z | [ helios-setup] Oct 30 19:04:17.920 INFO E| Downloaded scopeguard v1.1.0 |
2861 | 2024-10-30T19:04:18.755Z | [ helios-setup] Oct 30 19:04:17.922 INFO E| Downloaded camino v1.1.4 |
2862 | 2024-10-30T19:04:18.755Z | [ helios-setup] Oct 30 19:04:17.924 INFO E| Downloaded smartstring v1.0.1 |
2863 | 2024-10-30T19:04:18.758Z | [ helios-setup] Oct 30 19:04:17.928 INFO E| Downloaded schemars v0.8.12 |
2864 | 2024-10-30T19:04:18.776Z | [ helios-setup] Oct 30 19:04:17.946 INFO E| Downloaded once_cell v1.17.0 |
2865 | 2024-10-30T19:04:18.779Z | [ helios-setup] Oct 30 19:04:17.950 INFO E| Downloaded schemars_derive v0.8.12 |
2866 | 2024-10-30T19:04:18.782Z | [ helios-setup] Oct 30 19:04:17.952 INFO E| Downloaded unicode-ident v1.0.8 |
2867 | 2024-10-30T19:04:18.786Z | [ helios-setup] Oct 30 19:04:17.957 INFO E| Downloaded ucd-trie v0.1.5 |
2868 | 2024-10-30T19:04:18.789Z | [ helios-setup] Oct 30 19:04:17.960 INFO E| Downloaded ryu v1.0.13 |
2869 | 2024-10-30T19:04:18.794Z | [ helios-setup] Oct 30 19:04:17.965 INFO E| Downloaded crossbeam-channel v0.5.6 |
2870 | 2024-10-30T19:04:18.805Z | [ helios-setup] Oct 30 19:04:17.975 INFO E| Downloaded uuid v1.3.0 |
2871 | 2024-10-30T19:04:18.811Z | [ helios-setup] Oct 30 19:04:17.981 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2872 | 2024-10-30T19:04:18.818Z | [ helios-setup] Oct 30 19:04:17.987 INFO E| Downloaded url v2.3.1 |
2873 | 2024-10-30T19:04:18.821Z | [ helios-setup] Oct 30 19:04:17.991 INFO E| Downloaded unicode-normalization v0.1.22 |
2874 | 2024-10-30T19:04:18.832Z | [ helios-setup] Oct 30 19:04:17.997 INFO E| Downloaded serde_json v1.0.95 |
2875 | 2024-10-30T19:04:18.930Z | [ helios-setup] Oct 30 19:04:18.100 INFO E| Downloaded winnow v0.4.1 |
2876 | 2024-10-30T19:04:18.943Z | [ helios-setup] Oct 30 19:04:18.113 INFO E| Downloaded syn v1.0.107 |
2877 | 2024-10-30T19:04:19.046Z | [ helios-setup] Oct 30 19:04:18.216 INFO E| Downloaded syn v2.0.72 |
2878 | 2024-10-30T19:04:19.068Z | [ helios-setup] Oct 30 19:04:18.238 INFO E| Downloaded rayon-core v1.10.2 |
2879 | 2024-10-30T19:04:19.074Z | [ helios-setup] Oct 30 19:04:18.244 INFO E| Downloaded tokio v1.27.0 |
2880 | 2024-10-30T19:04:19.128Z | [ helios-setup] Oct 30 19:04:18.298 INFO E| Downloaded http v0.2.9 |
2881 | 2024-10-30T19:04:19.133Z | [ helios-setup] Oct 30 19:04:18.304 INFO E| Downloaded reqwest v0.11.16 |
2882 | 2024-10-30T19:04:19.144Z | [ helios-setup] Oct 30 19:04:18.315 INFO E| Downloaded pest v2.5.7 |
2883 | 2024-10-30T19:04:19.151Z | [ helios-setup] Oct 30 19:04:18.322 INFO E| Downloaded mio v0.8.5 |
2884 | 2024-10-30T19:04:19.159Z | [ helios-setup] Oct 30 19:04:18.330 INFO E| Downloaded hyper v0.14.25 |
2885 | 2024-10-30T19:04:19.172Z | [ helios-setup] Oct 30 19:04:18.342 INFO E| Downloaded git2 v0.16.1 |
2886 | 2024-10-30T19:04:19.183Z | [ helios-setup] Oct 30 19:04:18.353 INFO E| Downloaded h2 v0.3.16 |
2887 | 2024-10-30T19:04:19.203Z | [ helios-setup] Oct 30 19:04:18.371 INFO E| Downloaded clap_builder v4.2.1 |
2888 | 2024-10-30T19:04:19.213Z | [ helios-setup] Oct 30 19:04:18.383 INFO E| Downloaded rayon v1.6.1 |
2889 | 2024-10-30T19:04:19.228Z | [ helios-setup] Oct 30 19:04:18.399 INFO E| Downloaded aho-corasick v0.7.20 |
2890 | 2024-10-30T19:04:19.234Z | [ helios-setup] Oct 30 19:04:18.405 INFO E| Downloaded chrono v0.4.24 |
2891 | 2024-10-30T19:04:19.246Z | [ helios-setup] Oct 30 19:04:18.417 INFO E| Downloaded futures-util v0.3.28 |
2892 | 2024-10-30T19:04:19.278Z | [ helios-setup] Oct 30 19:04:18.448 INFO E| Downloaded regex v1.7.3 |
2893 | 2024-10-30T19:04:19.291Z | [ helios-setup] Oct 30 19:04:18.461 INFO E| Downloaded regress v0.5.0 |
2894 | 2024-10-30T19:04:19.304Z | [ helios-setup] Oct 30 19:04:18.474 INFO E| Downloaded cc v1.0.78 |
2895 | 2024-10-30T19:04:19.308Z | [ helios-setup] Oct 30 19:04:18.478 INFO E| Downloaded rustls v0.21.0 |
2896 | 2024-10-30T19:04:19.327Z | [ helios-setup] Oct 30 19:04:18.497 INFO E| Downloaded rustix v0.37.3 |
2897 | 2024-10-30T19:04:19.360Z | [ helios-setup] Oct 30 19:04:18.530 INFO E| Downloaded rustls-webpki v0.100.1 |
2898 | 2024-10-30T19:04:19.370Z | [ helios-setup] Oct 30 19:04:18.540 INFO E| Downloaded rhai v1.14.0 |
2899 | 2024-10-30T19:04:19.397Z | [ helios-setup] Oct 30 19:04:18.567 INFO E| Downloaded openapiv3 v1.0.2 |
2900 | 2024-10-30T19:04:19.417Z | [ helios-setup] Oct 30 19:04:18.588 INFO E| Downloaded memchr v2.5.0 |
2901 | 2024-10-30T19:04:19.423Z | [ helios-setup] Oct 30 19:04:18.594 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2902 | 2024-10-30T19:04:19.428Z | [ helios-setup] Oct 30 19:04:18.599 INFO E| Downloaded toml_edit v0.19.8 |
2903 | 2024-10-30T19:04:19.456Z | [ helios-setup] Oct 30 19:04:18.626 INFO E| Downloaded tokio-util v0.7.7 |
2904 | 2024-10-30T19:04:19.468Z | [ helios-setup] Oct 30 19:04:18.636 INFO E| Downloaded libc v0.2.139 |
2905 | 2024-10-30T19:04:19.509Z | [ helios-setup] Oct 30 19:04:18.679 INFO E| Downloaded bytes v1.4.0 |
2906 | 2024-10-30T19:04:19.515Z | [ helios-setup] Oct 30 19:04:18.685 INFO E| Downloaded unicode-linebreak v0.1.4 |
2907 | 2024-10-30T19:04:19.519Z | [ helios-setup] Oct 30 19:04:18.689 INFO E| Downloaded tracing-core v0.1.30 |
2908 | 2024-10-30T19:04:19.526Z | [ helios-setup] Oct 30 19:04:18.694 INFO E| Downloaded tracing v0.1.37 |
2909 | 2024-10-30T19:04:19.533Z | [ helios-setup] Oct 30 19:04:18.702 INFO E| Downloaded crossbeam-utils v0.8.14 |
2910 | 2024-10-30T19:04:19.537Z | [ helios-setup] Oct 30 19:04:18.708 INFO E| Downloaded serde_yaml v0.9.21 |
2911 | 2024-10-30T19:04:19.547Z | [ helios-setup] Oct 30 19:04:18.715 INFO E| Downloaded toml v0.7.3 |
2912 | 2024-10-30T19:04:19.551Z | [ helios-setup] Oct 30 19:04:18.721 INFO E| Downloaded tungstenite v0.18.0 |
2913 | 2024-10-30T19:04:19.555Z | [ helios-setup] Oct 30 19:04:18.725 INFO E| Downloaded tinyvec v1.6.0 |
2914 | 2024-10-30T19:04:19.560Z | [ helios-setup] Oct 30 19:04:18.731 INFO E| Downloaded textwrap v0.16.0 |
2915 | 2024-10-30T19:04:19.564Z | [ helios-setup] Oct 30 19:04:18.734 INFO E| Downloaded socket2 v0.4.9 |
2916 | 2024-10-30T19:04:19.567Z | [ helios-setup] Oct 30 19:04:18.737 INFO E| Downloaded serde_derive v1.0.204 |
2917 | 2024-10-30T19:04:19.571Z | [ helios-setup] Oct 30 19:04:18.742 INFO E| Downloaded rhai_codegen v1.5.0 |
2918 | 2024-10-30T19:04:19.607Z | [ helios-setup] Oct 30 19:04:18.777 INFO E| Downloaded parking_lot_core v0.9.6 |
2919 | 2024-10-30T19:04:19.610Z | [ helios-setup] Oct 30 19:04:18.780 INFO E| Downloaded lazy_static v1.4.0 |
2920 | 2024-10-30T19:04:19.612Z | [ helios-setup] Oct 30 19:04:18.782 INFO E| Downloaded io-lifetimes v1.0.10 |
2921 | 2024-10-30T19:04:19.615Z | [ helios-setup] Oct 30 19:04:18.786 INFO E| Downloaded num-integer v0.1.45 |
2922 | 2024-10-30T19:04:19.621Z | [ helios-setup] Oct 30 19:04:18.789 INFO E| Downloaded log v0.4.17 |
2923 | 2024-10-30T19:04:19.624Z | [ helios-setup] Oct 30 19:04:18.792 INFO E| Downloaded httparse v1.8.0 |
2924 | 2024-10-30T19:04:19.628Z | [ helios-setup] Oct 30 19:04:18.796 INFO E| Downloaded getrandom v0.2.8 |
2925 | 2024-10-30T19:04:19.632Z | [ helios-setup] Oct 30 19:04:18.799 INFO E| Downloaded futures-channel v0.3.28 |
2926 | 2024-10-30T19:04:19.635Z | [ helios-setup] Oct 30 19:04:18.803 INFO E| Downloaded bincode v1.3.3 |
2927 | 2024-10-30T19:04:19.638Z | [ helios-setup] Oct 30 19:04:18.806 INFO E| Downloaded anstyle-parse v0.1.1 |
2928 | 2024-10-30T19:04:19.644Z | [ helios-setup] Oct 30 19:04:18.809 INFO E| Downloaded unicode-bidi v0.3.13 |
2929 | 2024-10-30T19:04:19.647Z | [ helios-setup] Oct 30 19:04:18.813 INFO E| Downloaded dyn-clone v1.0.11 |
2930 | 2024-10-30T19:04:19.647Z | [ helios-setup] Oct 30 19:04:18.815 INFO E| Downloaded encoding_rs v0.8.32 |
2931 | 2024-10-30T19:04:19.679Z | [ helios-setup] Oct 30 19:04:18.849 INFO E| Downloaded tempfile v3.5.0 |
2932 | 2024-10-30T19:04:19.683Z | [ helios-setup] Oct 30 19:04:18.853 INFO E| Downloaded futures-task v0.3.28 |
2933 | 2024-10-30T19:04:19.690Z | [ helios-setup] Oct 30 19:04:18.855 INFO E| Downloaded base64 v0.21.0 |
2934 | 2024-10-30T19:04:19.694Z | [ helios-setup] Oct 30 19:04:18.861 INFO E| Downloaded semver v1.0.17 |
2935 | 2024-10-30T19:04:19.697Z | [ helios-setup] Oct 30 19:04:18.865 INFO E| Downloaded num_enum v0.5.7 |
2936 | 2024-10-30T19:04:19.702Z | [ helios-setup] Oct 30 19:04:18.873 INFO E| Downloaded httpdate v1.0.2 |
2937 | 2024-10-30T19:04:19.707Z | [ helios-setup] Oct 30 19:04:18.875 INFO E| Downloaded slab v0.4.7 |
2938 | 2024-10-30T19:04:19.707Z | [ helios-setup] Oct 30 19:04:18.877 INFO E| Downloaded signal-hook-registry v1.4.0 |
2939 | 2024-10-30T19:04:19.710Z | [ helios-setup] Oct 30 19:04:18.879 INFO E| Downloaded proc-macro-crate v1.2.1 |
2940 | 2024-10-30T19:04:19.710Z | [ helios-setup] Oct 30 19:04:18.880 INFO E| Downloaded paste v1.0.12 |
2941 | 2024-10-30T19:04:19.715Z | [ helios-setup] Oct 30 19:04:18.886 INFO E| Downloaded is-terminal v0.4.7 |
2942 | 2024-10-30T19:04:19.721Z | [ helios-setup] Oct 30 19:04:18.887 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2943 | 2024-10-30T19:04:19.805Z | [ helios-setup] Oct 30 19:04:18.974 INFO E| Downloaded iana-time-zone v0.1.56 |
2944 | 2024-10-30T19:04:19.808Z | [ helios-setup] Oct 30 19:04:18.977 INFO E| Downloaded futures-sink v0.3.28 |
2945 | 2024-10-30T19:04:19.811Z | [ helios-setup] Oct 30 19:04:18.979 INFO E| Downloaded fastrand v1.9.0 |
2946 | 2024-10-30T19:04:19.811Z | [ helios-setup] Oct 30 19:04:18.981 INFO E| Downloaded smawk v0.3.1 |
2947 | 2024-10-30T19:04:19.814Z | [ helios-setup] Oct 30 19:04:18.983 INFO E| Downloaded slog-bunyan v2.4.0 |
2948 | 2024-10-30T19:04:19.817Z | [ helios-setup] Oct 30 19:04:18.985 INFO E| Downloaded sha2 v0.10.6 |
2949 | 2024-10-30T19:04:19.820Z | [ helios-setup] Oct 30 19:04:18.988 INFO E| Downloaded semver-parser v0.10.2 |
2950 | 2024-10-30T19:04:19.823Z | [ helios-setup] Oct 30 19:04:18.991 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2951 | 2024-10-30T19:04:19.823Z | [ helios-setup] Oct 30 19:04:18.994 INFO E| Downloaded pkg-config v0.3.26 |
2952 | 2024-10-30T19:04:19.826Z | [ helios-setup] Oct 30 19:04:18.996 INFO E| Downloaded num_cpus v1.15.0 |
2953 | 2024-10-30T19:04:19.830Z | [ helios-setup] Oct 30 19:04:19.001 INFO E| Downloaded itoa v1.0.6 |
2954 | 2024-10-30T19:04:19.833Z | [ helios-setup] Oct 30 19:04:19.003 INFO E| Downloaded http-body v0.4.5 |
2955 | 2024-10-30T19:04:19.836Z | [ helios-setup] Oct 30 19:04:19.006 INFO E| Downloaded futures-io v0.3.28 |
2956 | 2024-10-30T19:04:19.839Z | [ helios-setup] Oct 30 19:04:19.007 INFO E| Downloaded futures-core v0.3.28 |
2957 | 2024-10-30T19:04:19.839Z | [ helios-setup] Oct 30 19:04:19.009 INFO E| Downloaded form_urlencoded v1.1.0 |
2958 | 2024-10-30T19:04:19.841Z | [ helios-setup] Oct 30 19:04:19.010 INFO E| Downloaded libz-sys v1.1.8 |
2959 | 2024-10-30T19:04:19.950Z | [ helios-setup] Oct 30 19:04:19.119 INFO E| Downloaded either v1.8.0 |
2960 | 2024-10-30T19:04:19.953Z | [ helios-setup] Oct 30 19:04:19.121 INFO E| Downloaded async-stream v0.3.5 |
2961 | 2024-10-30T19:04:19.953Z | [ helios-setup] Oct 30 19:04:19.124 INFO E| Downloaded ahash v0.7.6 |
2962 | 2024-10-30T19:04:19.957Z | [ helios-setup] Oct 30 19:04:19.127 INFO E| Downloaded serde_spanned v0.6.1 |
2963 | 2024-10-30T19:04:19.972Z | [ helios-setup] Oct 30 19:04:19.129 INFO E| Downloaded anstyle v0.3.5 |
2964 | 2024-10-30T19:04:19.990Z | [ helios-setup] Oct 30 19:04:19.143 INFO E| Downloaded slog-async v2.7.0 |
2965 | 2024-10-30T19:04:19.990Z | [ helios-setup] Oct 30 19:04:19.143 INFO E| Downloaded serde_path_to_error v0.1.11 |
2966 | 2024-10-30T19:04:19.990Z | [ helios-setup] Oct 30 19:04:19.143 INFO E| Downloaded rustls-pemfile v1.0.2 |
2967 | 2024-10-30T19:04:19.990Z | [ helios-setup] Oct 30 19:04:19.143 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2968 | 2024-10-30T19:04:19.990Z | [ helios-setup] Oct 30 19:04:19.143 INFO E| Downloaded num-traits v0.2.15 |
2969 | 2024-10-30T19:04:19.994Z | [ helios-setup] Oct 30 19:04:19.157 INFO E| Downloaded semver v0.11.0 |
2970 | 2024-10-30T19:04:19.994Z | [ helios-setup] Oct 30 19:04:19.157 INFO E| Downloaded quote v1.0.36 |
2971 | 2024-10-30T19:04:19.994Z | [ helios-setup] Oct 30 19:04:19.157 INFO E| Downloaded pin-project-lite v0.2.9 |
2972 | 2024-10-30T19:04:19.994Z | [ helios-setup] Oct 30 19:04:19.163 INFO E| Downloaded parking_lot v0.12.1 |
2973 | 2024-10-30T19:04:19.994Z | [ helios-setup] Oct 30 19:04:19.163 INFO E| Downloaded lock_api v0.4.9 |
2974 | 2024-10-30T19:04:19.998Z | [ helios-setup] Oct 30 19:04:19.165 INFO E| Downloaded ipnet v2.7.2 |
2975 | 2024-10-30T19:04:20.003Z | [ helios-setup] Oct 30 19:04:19.171 INFO E| Downloaded futures v0.3.28 |
2976 | 2024-10-30T19:04:20.006Z | [ helios-setup] Oct 30 19:04:19.176 INFO E| Downloaded digest v0.10.6 |
2977 | 2024-10-30T19:04:20.013Z | [ helios-setup] Oct 30 19:04:19.183 INFO E| Downloaded clap_derive v4.2.0 |
2978 | 2024-10-30T19:04:20.013Z | [ helios-setup] Oct 30 19:04:19.183 INFO E| Downloaded cargo-lock v8.0.3 |
2979 | 2024-10-30T19:04:20.015Z | [ helios-setup] Oct 30 19:04:19.186 INFO E| Downloaded anstream v0.2.6 |
2980 | 2024-10-30T19:04:20.038Z | [ helios-setup] Oct 30 19:04:19.194 INFO E| Downloaded concolor-query v0.3.3 |
2981 | 2024-10-30T19:04:20.038Z | [ helios-setup] Oct 30 19:04:19.196 INFO E| Downloaded async-trait v0.1.68 |
2982 | 2024-10-30T19:04:20.041Z | [ helios-setup] Oct 30 19:04:19.201 INFO E| Downloaded jobserver v0.1.26 |
2983 | 2024-10-30T19:04:20.347Z | [ helios-setup] Oct 30 19:04:19.517 INFO E| Compiling proc-macro2 v1.0.86 |
2984 | 2024-10-30T19:04:20.350Z | [ helios-setup] Oct 30 19:04:19.518 INFO E| Compiling libc v0.2.139 |
2985 | 2024-10-30T19:04:20.351Z | [ helios-setup] Oct 30 19:04:19.518 INFO E| Compiling unicode-ident v1.0.8 |
2986 | 2024-10-30T19:04:20.351Z | [ helios-setup] Oct 30 19:04:19.518 INFO E| Compiling autocfg v1.1.0 |
2987 | 2024-10-30T19:04:20.351Z | [ helios-setup] Oct 30 19:04:19.518 INFO E| Compiling cfg-if v1.0.0 |
2988 | 2024-10-30T19:04:20.351Z | [ helios-setup] Oct 30 19:04:19.518 INFO E| Compiling version_check v0.9.4 |
2989 | 2024-10-30T19:04:20.351Z | [ helios-setup] Oct 30 19:04:19.519 INFO E| Compiling serde v1.0.204 |
2990 | 2024-10-30T19:04:20.351Z | [ helios-setup] Oct 30 19:04:19.519 INFO E| Compiling syn v1.0.107 |
2991 | 2024-10-30T19:04:20.925Z | [ helios-setup] Oct 30 19:04:20.095 INFO E| Compiling memchr v2.5.0 |
2992 | 2024-10-30T19:04:21.466Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2993 | 2024-10-30T19:04:21.722Z | [ helios-setup] Oct 30 19:04:20.890 INFO E| Compiling once_cell v1.17.0 |
2994 | 2024-10-30T19:04:22.012Z | [ helios-setup] Oct 30 19:04:21.178 INFO E| Compiling thiserror v1.0.38 |
2995 | 2024-10-30T19:04:22.226Z | [ helios-setup] Oct 30 19:04:21.395 INFO E| Compiling log v0.4.17 |
2996 | 2024-10-30T19:04:22.551Z | [ helios-setup] Oct 30 19:04:21.715 INFO E| Compiling serde_json v1.0.95 |
2997 | 2024-10-30T19:04:23.402Z | [ host-package] Compiling nix v0.27.1 |
2998 | 2024-10-30T19:04:23.440Z | [ helios-setup] Oct 30 19:04:22.610 INFO E| Compiling itoa v1.0.6 |
2999 | 2024-10-30T19:04:23.510Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3000 | 2024-10-30T19:04:23.834Z | [ helios-setup] Oct 30 19:04:23.004 INFO E| Compiling indexmap v1.9.3 |
3001 | 2024-10-30T19:04:24.250Z | [ helios-setup] Oct 30 19:04:23.420 INFO E| Compiling pin-project-lite v0.2.9 |
3002 | 2024-10-30T19:04:24.518Z | [ helios-setup] Oct 30 19:04:23.688 INFO E| Compiling quote v1.0.36 |
3003 | 2024-10-30T19:04:24.696Z | [ helios-setup] Oct 30 19:04:23.865 INFO E| Compiling jobserver v0.1.26 |
3004 | 2024-10-30T19:04:24.765Z | [ helios-setup] Oct 30 19:04:23.933 INFO E| Compiling getrandom v0.2.8 |
3005 | 2024-10-30T19:04:24.992Z | [ helios-setup] Oct 30 19:04:24.162 INFO E| Compiling scopeguard v1.1.0 |
3006 | 2024-10-30T19:04:25.346Z | [ helios-setup] Oct 30 19:04:24.515 INFO E| Compiling cc v1.0.78 |
3007 | 2024-10-30T19:04:25.514Z | [ helios-setup] Oct 30 19:04:24.684 INFO E| Compiling syn v2.0.72 |
3008 | 2024-10-30T19:04:25.668Z | [ helios-setup] Oct 30 19:04:24.838 INFO E| Compiling num-integer v0.1.45 |
3009 | 2024-10-30T19:04:25.716Z | [ helios-setup] Oct 30 19:04:24.886 INFO E| Compiling bytes v1.4.0 |
3010 | 2024-10-30T19:04:25.920Z | [ helios-setup] Oct 30 19:04:25.090 INFO E| Compiling futures-core v0.3.28 |
3011 | 2024-10-30T19:04:26.566Z | [ helios-setup] Oct 30 19:04:25.735 INFO E| Compiling ryu v1.0.13 |
3012 | 2024-10-30T19:04:27.091Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3013 | 2024-10-30T19:04:28.139Z | [ helios-setup] Oct 30 19:04:27.308 INFO E| Compiling lock_api v0.4.9 |
3014 | 2024-10-30T19:04:28.326Z | [ helios-setup] Oct 30 19:04:27.495 INFO E| Compiling typenum v1.16.0 |
3015 | 2024-10-30T19:04:28.531Z | [ helios-setup] Oct 30 19:04:27.699 INFO E| Compiling bitflags v1.3.2 |
3016 | 2024-10-30T19:04:28.697Z | [ helios-setup] Oct 30 19:04:27.867 INFO E| Compiling parking_lot_core v0.9.6 |
3017 | 2024-10-30T19:04:29.070Z | [ helios-setup] Oct 30 19:04:28.240 INFO E| Compiling num_cpus v1.15.0 |
3018 | 2024-10-30T19:04:29.434Z | [ helios-setup] Oct 30 19:04:28.603 INFO E| Compiling generic-array v0.14.6 |
3019 | 2024-10-30T19:04:29.545Z | [ helios-setup] Oct 30 19:04:28.712 INFO E| Compiling slab v0.4.7 |
3020 | 2024-10-30T19:04:29.615Z | [ helios-setup] Oct 30 19:04:28.776 INFO E| Compiling futures-channel v0.3.28 |
3021 | 2024-10-30T19:04:29.700Z | [ helios-setup] Oct 30 19:04:28.868 INFO E| Compiling futures-task v0.3.28 |
3022 | 2024-10-30T19:04:29.934Z | [ helios-setup] Oct 30 19:04:29.103 INFO E| Compiling futures-sink v0.3.28 |
3023 | 2024-10-30T19:04:30.383Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3024 | 2024-10-30T19:04:30.739Z | [ helios-setup] Oct 30 19:04:29.908 INFO E| Compiling tokio v1.27.0 |
3025 | 2024-10-30T19:04:30.976Z | [ helios-setup] Oct 30 19:04:30.139 INFO E| Compiling schemars v0.8.12 |
3026 | 2024-10-30T19:04:30.992Z | [ helios-setup] Oct 30 19:04:30.151 INFO E| Compiling futures-util v0.3.28 |
3027 | 2024-10-30T19:04:31.965Z | [ helios-setup] Oct 30 19:04:31.124 INFO E| Compiling mio v0.8.5 |
3028 | 2024-10-30T19:04:32.159Z | [ helios-setup] Oct 30 19:04:31.317 INFO E| Compiling socket2 v0.4.9 |
3029 | 2024-10-30T19:04:32.525Z | [ helios-setup] Oct 30 19:04:31.692 INFO E| Compiling signal-hook-registry v1.4.0 |
3030 | 2024-10-30T19:04:32.710Z | [ helios-setup] Oct 30 19:04:31.879 INFO E| Compiling ahash v0.7.6 |
3031 | 2024-10-30T19:04:32.745Z | [ helios-setup] Oct 30 19:04:31.915 INFO E| Compiling num-traits v0.2.15 |
3032 | 2024-10-30T19:04:34.299Z | [ helios-setup] Oct 30 19:04:33.465 INFO E| Compiling futures-io v0.3.28 |
3033 | 2024-10-30T19:04:34.640Z | [ helios-setup] Oct 30 19:04:33.796 INFO E| Compiling io-lifetimes v1.0.10 |
3034 | 2024-10-30T19:04:35.081Z | [ helios-setup] Oct 30 19:04:34.212 INFO E| Compiling crunchy v0.2.2 |
3035 | 2024-10-30T19:04:35.217Z | [ helios-setup] Oct 30 19:04:34.306 INFO E| Compiling pin-utils v0.1.0 |
3036 | 2024-10-30T19:04:35.280Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
3037 | 2024-10-30T19:04:36.345Z | [ helios-setup] Oct 30 19:04:35.515 INFO E| Compiling ahash v0.8.3 |
3038 | 2024-10-30T19:04:36.345Z | [ helios-setup] Oct 30 19:04:35.515 INFO E| Compiling hashbrown v0.12.3 |
3039 | 2024-10-30T19:04:36.911Z | [ helios-setup] Oct 30 19:04:36.081 INFO E| Compiling rustix v0.37.3 |
3040 | 2024-10-30T19:04:37.192Z | [ helios-setup] Oct 30 19:04:36.359 INFO E| Compiling serde_derive_internals v0.26.0 |
3041 | 2024-10-30T19:04:37.230Z | [ helios-setup] Oct 30 19:04:36.391 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
3042 | 2024-10-30T19:04:37.451Z | [ helios-setup] Oct 30 19:04:36.618 INFO E| Compiling tiny-keccak v2.0.2 |
3043 | 2024-10-30T19:04:40.943Z | [ helios-setup] Oct 30 19:04:37.842 INFO E| Compiling crypto-common v0.1.6 |
3044 | 2024-10-30T19:04:40.989Z | [ helios-setup] Oct 30 19:04:37.988 INFO E| Compiling block-buffer v0.10.3 |
3045 | 2024-10-30T19:04:40.989Z | [ helios-setup] Oct 30 19:04:38.703 INFO E| Compiling errno v0.3.1 |
3046 | 2024-10-30T19:04:40.989Z | [ helios-setup] Oct 30 19:04:39.101 INFO E| Compiling pkg-config v0.3.26 |
3047 | 2024-10-30T19:04:40.989Z | [ helios-setup] Oct 30 19:04:39.307 INFO E| Compiling crossbeam-utils v0.8.14 |
3048 | 2024-10-30T19:04:40.989Z | [ helios-setup] Oct 30 19:04:39.689 INFO E| Compiling slog v2.7.0 |
3049 | 2024-10-30T19:04:40.990Z | [ helios-setup] Oct 30 19:04:40.095 INFO E| Compiling fnv v1.0.7 |
3050 | 2024-10-30T19:04:41.294Z | [ helios-setup] Oct 30 19:04:40.463 INFO E| Compiling http v0.2.9 |
3051 | 2024-10-30T19:04:42.612Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3052 | 2024-10-30T19:04:42.800Z | [ helios-setup] Oct 30 19:04:41.969 INFO E| Compiling digest v0.10.6 |
3053 | 2024-10-30T19:04:43.624Z | [ helios-setup] Oct 30 19:04:42.793 INFO E| Compiling aho-corasick v0.7.20 |
3054 | 2024-10-30T19:04:44.202Z | [ helios-setup] Oct 30 19:04:43.371 INFO E| Compiling anyhow v1.0.68 |
3055 | 2024-10-30T19:04:44.599Z | [ helios-setup] Oct 30 19:04:43.768 INFO E| Compiling regex-syntax v0.6.29 |
3056 | 2024-10-30T19:04:45.778Z | [ helios-setup] Oct 30 19:04:44.946 INFO E| Compiling tinyvec_macros v0.1.1 |
3057 | 2024-10-30T19:04:46.268Z | [ helios-setup] Oct 30 19:04:45.437 INFO E| Compiling heck v0.4.1 |
3058 | 2024-10-30T19:04:47.231Z | [ helios-setup] Oct 30 19:04:46.398 INFO E| Compiling percent-encoding v2.2.0 |
3059 | 2024-10-30T19:04:47.341Z | [ helios-setup] Oct 30 19:04:46.510 INFO E| Compiling cpufeatures v0.2.5 |
3060 | 2024-10-30T19:04:47.366Z | [ helios-setup] Oct 30 19:04:46.535 INFO E| Compiling httparse v1.8.0 |
3061 | 2024-10-30T19:04:47.778Z | [ helios-setup] Oct 30 19:04:46.945 INFO E| Compiling thiserror-impl v1.0.38 |
3062 | 2024-10-30T19:04:47.784Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3063 | 2024-10-30T19:04:47.822Z | [ helios-setup] Oct 30 19:04:46.990 INFO E| Compiling schemars_derive v0.8.12 |
3064 | 2024-10-30T19:04:47.908Z | [ helios-setup] Oct 30 19:04:47.078 INFO E| Compiling unicode-width v0.1.10 |
3065 | 2024-10-30T19:04:48.492Z | [ helios-setup] Oct 30 19:04:47.660 INFO E| Compiling serde_derive v1.0.204 |
3066 | 2024-10-30T19:04:48.627Z | [ helios-setup] Oct 30 19:04:47.796 INFO E| Compiling futures-macro v0.3.28 |
3067 | 2024-10-30T19:04:48.627Z | [ helios-setup] Oct 30 19:04:47.796 INFO E| Compiling tokio-macros v2.0.0 |
3068 | 2024-10-30T19:04:49.004Z | [ helios-setup] Oct 30 19:04:48.173 INFO E| Compiling form_urlencoded v1.1.0 |
3069 | 2024-10-30T19:04:49.052Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3070 | 2024-10-30T19:04:49.780Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3071 | 2024-10-30T19:04:49.968Z | [ helios-setup] Oct 30 19:04:49.137 INFO E| Compiling const-random-macro v0.1.15 |
3072 | 2024-10-30T19:04:50.471Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3073 | 2024-10-30T19:04:50.561Z | [ helios-setup] Oct 30 19:04:49.662 INFO E| Compiling tinyvec v1.6.0 |
3074 | 2024-10-30T19:04:51.328Z | [ host-package] Compiling unicode-truncate v1.1.0 |
3075 | 2024-10-30T19:04:51.880Z | [ helios-setup] Oct 30 19:04:51.047 INFO E| Compiling regex v1.7.3 |
3076 | 2024-10-30T19:04:52.357Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3077 | 2024-10-30T19:04:53.938Z | [ host-package] Compiling hashlink v0.9.1 |
3078 | 2024-10-30T19:04:54.388Z | [ helios-setup] Oct 30 19:04:53.557 INFO E| Compiling hashbrown v0.13.2 |
3079 | 2024-10-30T19:04:54.648Z | [ helios-setup] Oct 30 19:04:53.816 INFO E| Compiling chrono v0.4.24 |
3080 | 2024-10-30T19:04:55.675Z | [ host-package] Compiling tungstenite v0.23.0 |
3081 | 2024-10-30T19:04:55.747Z | [ helios-setup] Oct 30 19:04:54.916 INFO E| Compiling libz-sys v1.1.8 |
3082 | 2024-10-30T19:04:57.558Z | [ helios-setup] Oct 30 19:04:56.727 INFO E| Compiling uuid v1.3.0 |
3083 | 2024-10-30T19:04:58.520Z | [ helios-setup] Oct 30 19:04:57.689 INFO E| Compiling dyn-clone v1.0.11 |
3084 | 2024-10-30T19:04:58.967Z | [ helios-setup] Oct 30 19:04:58.135 INFO E| Compiling regress v0.5.0 |
3085 | 2024-10-30T19:04:59.285Z | [ helios-setup] Oct 30 19:04:58.454 INFO E| Compiling unicode-normalization v0.1.22 |
3086 | 2024-10-30T19:05:00.030Z | [ helios-setup] Oct 30 19:04:59.195 INFO E| Compiling const-random v0.1.15 |
3087 | 2024-10-30T19:05:00.997Z | [ host-package] Compiling lru v0.12.5 |
3088 | 2024-10-30T19:05:01.269Z | [ helios-setup] Oct 30 19:05:00.437 INFO E| Compiling getopts v0.2.21 |
3089 | 2024-10-30T19:05:01.660Z | [ host-package] Compiling instability v0.3.2 |
3090 | 2024-10-30T19:05:01.867Z | [ helios-setup] Oct 30 19:05:01.035 INFO E| Compiling tracing-core v0.1.30 |
3091 | 2024-10-30T19:05:02.325Z | [ helios-setup] Oct 30 19:05:01.493 INFO E| Compiling memoffset v0.7.1 |
3092 | 2024-10-30T19:05:02.583Z | [ helios-setup] Oct 30 19:05:01.751 INFO E| Compiling unicode-bidi v0.3.13 |
3093 | 2024-10-30T19:05:03.395Z | [ helios-setup] Oct 30 19:05:02.563 INFO E| Compiling num-conv v0.1.0 |
3094 | 2024-10-30T19:05:03.655Z | [ host-package] Compiling cassowary v0.3.0 |
3095 | 2024-10-30T19:05:03.769Z | [ host-package] Compiling fallible-iterator v0.3.0 |
3096 | 2024-10-30T19:05:04.136Z | [ helios-setup] Oct 30 19:05:03.300 INFO E| Compiling ucd-trie v0.1.5 |
3097 | 2024-10-30T19:05:05.569Z | [ host-package] Compiling fallible-streaming-iterator v0.1.9 |
3098 | 2024-10-30T19:05:05.604Z | [ helios-setup] Oct 30 19:05:04.772 INFO E| Compiling powerfmt v0.2.0 |
3099 | 2024-10-30T19:05:05.750Z | [ host-package] Compiling base64 v0.13.1 |
3100 | 2024-10-30T19:05:05.919Z | [ helios-setup] Oct 30 19:05:05.087 INFO E| Compiling time-core v0.1.2 |
3101 | 2024-10-30T19:05:06.484Z | [ helios-setup] Oct 30 19:05:05.649 INFO E| Compiling time-macros v0.2.18 |
3102 | 2024-10-30T19:05:06.546Z | [ host-package] Compiling ron v0.7.1 |
3103 | 2024-10-30T19:05:06.635Z | [ helios-setup] Oct 30 19:05:05.803 INFO E| Compiling deranged v0.3.11 |
3104 | 2024-10-30T19:05:07.098Z | [ host-package] Compiling rusqlite v0.32.1 |
3105 | 2024-10-30T19:05:08.042Z | [ helios-setup] Oct 30 19:05:07.210 INFO E| Compiling idna v0.3.0 |
3106 | 2024-10-30T19:05:08.691Z | [ helios-setup] Oct 30 19:05:07.745 INFO E| Compiling pest v2.5.7 |
3107 | 2024-10-30T19:05:11.045Z | [ host-package] Compiling ratatui v0.28.1 |
3108 | 2024-10-30T19:05:11.491Z | [ helios-setup] Oct 30 19:05:10.658 INFO E| Compiling tracing v0.1.37 |
3109 | 2024-10-30T19:05:12.755Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
3110 | 2024-10-30T19:05:13.043Z | [ helios-setup] Oct 30 19:05:12.211 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
3111 | 2024-10-30T19:05:14.063Z | [ helios-setup] Oct 30 19:05:13.230 INFO E| Compiling time v0.1.45 |
3112 | 2024-10-30T19:05:14.186Z | [ helios-setup] Oct 30 19:05:13.354 INFO E| Compiling crossbeam-epoch v0.9.13 |
3113 | 2024-10-30T19:05:14.555Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3114 | 2024-10-30T19:05:14.798Z | [ helios-setup] Oct 30 19:05:13.966 INFO E| Compiling num_threads v0.1.6 |
3115 | 2024-10-30T19:05:14.998Z | [ helios-setup] Oct 30 19:05:14.166 INFO E| Compiling semver v1.0.17 |
3116 | 2024-10-30T19:05:16.300Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3117 | 2024-10-30T19:05:16.417Z | [ helios-setup] Oct 30 19:05:15.579 INFO E| Compiling iana-time-zone v0.1.56 |
3118 | 2024-10-30T19:05:16.797Z | [ helios-setup] Oct 30 19:05:15.965 INFO E| Compiling time v0.3.36 |
3119 | 2024-10-30T19:05:17.568Z | [ helios-setup] Oct 30 19:05:16.735 INFO E| Compiling toml v0.5.11 |
3120 | 2024-10-30T19:05:17.768Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3121 | 2024-10-30T19:05:18.018Z | [ helios-setup] Oct 30 19:05:17.185 INFO E| Compiling serde_tokenstream v0.2.0 |
3122 | 2024-10-30T19:05:18.898Z | [ helios-setup] Oct 30 19:05:18.065 INFO E| Compiling semver-parser v0.10.2 |
3123 | 2024-10-30T19:05:19.336Z | [ helios-setup] Oct 30 19:05:18.496 INFO E| Compiling smallvec v1.10.0 |
3124 | 2024-10-30T19:05:19.839Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3125 | 2024-10-30T19:05:19.911Z | [ host-package] Compiling xz2 v0.1.7 |
3126 | 2024-10-30T19:05:22.187Z | [ helios-setup] Oct 30 19:05:21.355 INFO E| Compiling parking_lot v0.12.1 |
3127 | 2024-10-30T19:05:23.358Z | [ host-package] Compiling tokio-rustls v0.24.1 |
3128 | 2024-10-30T19:05:24.988Z | [ helios-setup] Oct 30 19:05:24.152 INFO E| Compiling url v2.3.1 |
3129 | 2024-10-30T19:05:25.560Z | [ host-package] Compiling zone v0.1.8 |
3130 | 2024-10-30T19:05:27.364Z | [ helios-setup] Oct 30 19:05:26.532 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3131 | 2024-10-30T19:05:35.026Z | [ helios-setup] Oct 30 19:05:31.575 INFO E| Compiling crossbeam-channel v0.5.6 |
3132 | 2024-10-30T19:05:35.026Z | [ helios-setup] Oct 30 19:05:32.439 INFO E| Compiling dirs-sys-next v0.1.2 |
3133 | 2024-10-30T19:05:35.026Z | [ helios-setup] Oct 30 19:05:33.431 INFO E| Compiling try-lock v0.2.4 |
3134 | 2024-10-30T19:05:35.026Z | [ helios-setup] Oct 30 19:05:33.847 INFO E| Compiling crc32fast v1.3.2 |
3135 | 2024-10-30T19:05:35.836Z | [ helios-setup] Oct 30 19:05:35.003 INFO E| Compiling same-file v1.0.6 |
3136 | 2024-10-30T19:05:35.907Z | [ helios-setup] Oct 30 19:05:35.062 INFO E| Compiling want v0.3.0 |
3137 | 2024-10-30T19:05:36.125Z | [ helios-setup] Oct 30 19:05:35.279 INFO E| Compiling dirs-next v2.0.0 |
3138 | 2024-10-30T19:05:36.497Z | [ helios-setup] Oct 30 19:05:35.643 INFO E| Compiling walkdir v2.3.3 |
3139 | 2024-10-30T19:05:39.002Z | [ helios-setup] Oct 30 19:05:38.168 INFO E| Compiling proc-macro-crate v1.2.1 |
3140 | 2024-10-30T19:05:39.275Z | [ helios-setup] Oct 30 19:05:38.442 INFO E| Compiling semver v0.11.0 |
3141 | 2024-10-30T19:05:41.910Z | [ helios-setup] Oct 30 19:05:41.071 INFO E| Compiling tokio-util v0.7.7 |
3142 | 2024-10-30T19:05:43.493Z | [ helios-setup] Oct 30 19:05:42.660 INFO E| Compiling futures-executor v0.3.28 |
3143 | 2024-10-30T19:05:44.221Z | [ helios-setup] Oct 30 19:05:43.387 INFO E| Compiling h2 v0.3.16 |
3144 | 2024-10-30T19:05:45.026Z | [ helios-setup] Oct 30 19:05:44.193 INFO E| Compiling http-body v0.4.5 |
3145 | 2024-10-30T19:05:45.309Z | [ helios-setup] Oct 30 19:05:44.475 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3146 | 2024-10-30T19:05:46.196Z | [ helios-setup] Oct 30 19:05:45.362 INFO E| Compiling ring v0.16.20 |
3147 | 2024-10-30T19:05:46.595Z | [ helios-setup] Oct 30 19:05:45.761 INFO E| Compiling rand_core v0.6.4 |
3148 | 2024-10-30T19:05:47.814Z | [ helios-setup] Oct 30 19:05:46.979 INFO E| Compiling thread_local v1.1.7 |
3149 | 2024-10-30T19:05:49.091Z | [ helios-setup] Oct 30 19:05:48.256 INFO E| Compiling lazy_static v1.4.0 |
3150 | 2024-10-30T19:05:49.495Z | [ helios-setup] Oct 30 19:05:48.660 INFO E| Compiling adler v1.0.2 |
3151 | 2024-10-30T19:05:49.730Z | [ helios-setup] Oct 30 19:05:48.895 INFO E| Compiling ppv-lite86 v0.2.17 |
3152 | 2024-10-30T19:05:50.327Z | [ helios-setup] Oct 30 19:05:49.494 INFO E| Compiling tower-service v0.3.2 |
3153 | 2024-10-30T19:05:50.537Z | [ helios-setup] Oct 30 19:05:49.703 INFO E| Compiling base64 v0.21.0 |
3154 | 2024-10-30T19:05:50.585Z | [ helios-setup] Oct 30 19:05:49.751 INFO E| Compiling home v0.5.4 |
3155 | 2024-10-30T19:05:51.059Z | [ helios-setup] Oct 30 19:05:50.225 INFO E| Compiling utf8parse v0.2.1 |
3156 | 2024-10-30T19:05:51.281Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3157 | 2024-10-30T19:05:51.316Z | [ helios-setup] Oct 30 19:05:50.482 INFO E| Compiling fastrand v1.9.0 |
3158 | 2024-10-30T19:05:51.897Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3159 | 2024-10-30T19:05:52.360Z | [ helios-setup] Oct 30 19:05:51.525 INFO E| Compiling rayon-core v1.10.2 |
3160 | 2024-10-30T19:05:53.392Z | [ helios-setup] Oct 30 19:05:52.557 INFO E| Compiling httpdate v1.0.2 |
3161 | 2024-10-30T19:05:54.760Z | [ helios-setup] Oct 30 19:05:53.926 INFO E| Compiling tempfile v3.5.0 |
3162 | 2024-10-30T19:05:55.118Z | [ helios-setup] Oct 30 19:05:54.284 INFO E| Compiling rand_chacha v0.3.1 |
3163 | 2024-10-30T19:05:56.316Z | [ helios-setup] Oct 30 19:05:55.190 INFO E| Compiling hyper v0.14.25 |
3164 | 2024-10-30T19:05:56.338Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
3165 | 2024-10-30T19:05:56.618Z | [ helios-setup] Oct 30 19:05:55.784 INFO E| Compiling anstyle-parse v0.1.1 |
3166 | 2024-10-30T19:05:56.973Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
3167 | 2024-10-30T19:05:57.665Z | [ helios-setup] Oct 30 19:05:56.821 INFO E| Compiling toolchain_find v0.2.0 |
3168 | 2024-10-30T19:05:58.048Z | [ helios-setup] Oct 30 19:05:57.211 INFO E| Compiling miniz_oxide v0.6.2 |
3169 | 2024-10-30T19:05:58.386Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3170 | 2024-10-30T19:05:58.568Z | [ helios-setup] Oct 30 19:05:57.733 INFO E| Compiling futures v0.3.28 |
3171 | 2024-10-30T19:05:59.347Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3172 | 2024-10-30T19:06:07.944Z | [ host-package] Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3173 | 2024-10-30T19:06:08.459Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
3174 | 2024-10-30T19:06:08.547Z | [ host-package] Compiling twox-hash v1.6.3 |
3175 | 2024-10-30T19:06:09.296Z | [ host-package] Compiling yasna v0.5.2 |
3176 | 2024-10-30T19:06:10.936Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
3177 | 2024-10-30T19:06:12.332Z | [ host-package] Compiling smawk v0.3.2 |
3178 | 2024-10-30T19:06:13.118Z | [ host-package] Compiling is_ci v1.2.0 |
3179 | 2024-10-30T19:06:13.724Z | [ host-package] Compiling supports-color v3.0.1 |
3180 | 2024-10-30T19:06:14.861Z | [ host-package] Compiling textwrap v0.16.1 |
3181 | 2024-10-30T19:06:15.098Z | [ helios-setup] Oct 30 19:06:14.264 INFO E| Compiling cargo-lock v8.0.3 |
3182 | 2024-10-30T19:06:15.608Z | [ helios-setup] Oct 30 19:06:14.773 INFO E| Compiling num_enum_derive v0.5.7 |
3183 | 2024-10-30T19:06:16.131Z | [ host-package] Compiling rcgen v0.12.1 |
3184 | 2024-10-30T19:06:19.338Z | [ helios-setup] Oct 30 19:06:18.503 INFO E| Compiling crossbeam-deque v0.8.2 |
3185 | 2024-10-30T19:06:20.102Z | [ helios-setup] Oct 30 19:06:19.268 INFO E| Compiling term v0.7.0 |
3186 | 2024-10-30T19:06:21.168Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3187 | 2024-10-30T19:06:21.557Z | [ helios-setup] Oct 30 19:06:20.722 INFO E| Compiling serde_urlencoded v0.7.1 |
3188 | 2024-10-30T19:06:21.604Z | [ helios-setup] Oct 30 19:06:20.769 INFO E| Compiling sha2 v0.10.6 |
3189 | 2024-10-30T19:06:22.797Z | [ helios-setup] Oct 30 19:06:21.962 INFO E| Compiling sha1 v0.10.5 |
3190 | 2024-10-30T19:06:23.564Z | [ helios-setup] Oct 30 19:06:22.728 INFO E| Compiling is-terminal v0.4.7 |
3191 | 2024-10-30T19:06:23.840Z | [ helios-setup] Oct 30 19:06:23.005 INFO E| Compiling atty v0.2.14 |
3192 | 2024-10-30T19:06:25.783Z | [ helios-setup] Oct 30 19:06:24.947 INFO E| Compiling concolor-override v1.0.0 |
3193 | 2024-10-30T19:06:26.263Z | [ helios-setup] Oct 30 19:06:25.428 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
3194 | 2024-10-30T19:06:27.649Z | [ helios-setup] Oct 30 19:06:26.814 INFO E| Compiling concolor-query v0.3.3 |
3195 | 2024-10-30T19:06:28.153Z | [ helios-setup] Oct 30 19:06:27.319 INFO E| Compiling anstyle v0.3.5 |
3196 | 2024-10-30T19:06:28.870Z | [ helios-setup] Oct 30 19:06:28.035 INFO E| Compiling anstream v0.2.6 |
3197 | 2024-10-30T19:06:30.787Z | [ helios-setup] Oct 30 19:06:29.952 INFO E| Compiling slog-term v2.9.0 |
3198 | 2024-10-30T19:06:31.342Z | [ helios-setup] Oct 30 19:06:30.507 INFO E| Compiling flate2 v1.0.25 |
3199 | 2024-10-30T19:06:33.042Z | [ helios-setup] Oct 30 19:06:32.205 INFO E| Compiling num_enum v0.5.7 |
3200 | 2024-10-30T19:06:33.566Z | [ helios-setup] Oct 30 19:06:32.730 INFO E| Compiling rustfmt-wrapper v0.2.0 |
3201 | 2024-10-30T19:06:33.634Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3202 | 2024-10-30T19:06:34.104Z | [ helios-setup] Oct 30 19:06:33.269 INFO E| Compiling rand v0.8.5 |
3203 | 2024-10-30T19:06:34.774Z | [ helios-setup] Oct 30 19:06:33.938 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
3204 | 2024-10-30T19:06:35.373Z | [ helios-setup] Oct 30 19:06:34.537 INFO E| Compiling openapiv3 v1.0.2 |
3205 | 2024-10-30T19:06:36.463Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
3206 | 2024-10-30T19:06:38.048Z | [ helios-setup] Oct 30 19:06:37.212 INFO E| Compiling encoding_rs v0.8.32 |
3207 | 2024-10-30T19:06:40.690Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3208 | 2024-10-30T19:06:40.897Z | [ helios-setup] Oct 30 19:06:40.061 INFO E| Compiling clap_lex v0.4.1 |
3209 | 2024-10-30T19:06:42.265Z | [ helios-setup] Oct 30 19:06:41.429 INFO E| Compiling untrusted v0.7.1 |
3210 | 2024-10-30T19:06:43.167Z | [ helios-setup] Oct 30 19:06:42.332 INFO E| Compiling project-root v0.2.2 |
3211 | 2024-10-30T19:06:43.919Z | [ helios-setup] Oct 30 19:06:42.880 INFO E| Compiling ipnet v2.7.2 |
3212 | 2024-10-30T19:06:44.006Z | [ helios-setup] Oct 30 19:06:43.170 INFO E| Compiling unsafe-libyaml v0.2.8 |
3213 | 2024-10-30T19:06:44.451Z | [ helios-setup] Oct 30 19:06:43.615 INFO E| Compiling byteorder v1.4.3 |
3214 | 2024-10-30T19:06:45.660Z | [ helios-setup] Oct 30 19:06:44.824 INFO E| Compiling spin v0.5.2 |
3215 | 2024-10-30T19:06:46.542Z | [ helios-setup] Oct 30 19:06:45.706 INFO E| Compiling either v1.8.0 |
3216 | 2024-10-30T19:06:47.376Z | [ helios-setup] Oct 30 19:06:46.539 INFO E| Compiling base64 v0.13.1 |
3217 | 2024-10-30T19:06:47.855Z | [ helios-setup] Oct 30 19:06:47.019 INFO E| Compiling mime v0.3.17 |
3218 | 2024-10-30T19:06:48.687Z | [ helios-setup] Oct 30 19:06:47.851 INFO E| Compiling strsim v0.10.0 |
3219 | 2024-10-30T19:06:49.142Z | [ helios-setup] Oct 30 19:06:48.306 INFO E| Compiling utf-8 v0.7.6 |
3220 | 2024-10-30T19:06:49.267Z | [ helios-setup] Oct 30 19:06:48.432 INFO E| Compiling reqwest v0.11.16 |
3221 | 2024-10-30T19:06:50.001Z | [ helios-setup] Oct 30 19:06:49.165 INFO E| Compiling tungstenite v0.18.0 |
3222 | 2024-10-30T19:06:50.446Z | [ helios-setup] Oct 30 19:06:49.610 INFO E| Compiling clap_builder v4.2.1 |
3223 | 2024-10-30T19:06:52.852Z | [ helios-setup] Oct 30 19:06:52.014 INFO E| Compiling rayon v1.6.1 |
3224 | 2024-10-30T19:06:55.020Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3225 | 2024-10-30T19:06:59.059Z | [ helios-setup] Oct 30 19:06:58.223 INFO E| Compiling serde_yaml v0.9.21 |
3226 | 2024-10-30T19:07:01.278Z | [ helios-setup] Oct 30 19:07:00.442 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3227 | 2024-10-30T19:07:03.332Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3228 | 2024-10-30T19:07:04.533Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3229 | 2024-10-30T19:07:04.536Z | [ helios-setup] Oct 30 19:07:03.697 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
3230 | 2024-10-30T19:07:05.860Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3231 | 2024-10-30T19:07:06.593Z | [ helios-setup] Oct 30 19:07:05.756 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
3232 | 2024-10-30T19:07:09.106Z | [ helios-setup] Oct 30 19:07:08.268 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
3233 | 2024-10-30T19:07:11.306Z | [ helios-setup] Oct 30 19:07:10.469 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
3234 | 2024-10-30T19:07:11.391Z | [ helios-setup] Oct 30 19:07:10.554 INFO E| Compiling clap_derive v4.2.0 |
3235 | 2024-10-30T19:07:15.262Z | [ helios-setup] Oct 30 19:07:14.425 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3236 | 2024-10-30T19:07:19.988Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3237 | 2024-10-30T19:07:20.860Z | [ helios-setup] Oct 30 19:07:20.023 INFO E| Compiling clap v4.2.1 |
3238 | 2024-10-30T19:07:23.040Z | [ helios-setup] Oct 30 19:07:22.203 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
3239 | 2024-10-30T19:07:31.479Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3240 | 2024-10-30T19:07:32.132Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
3241 | 2024-10-30T19:07:32.419Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3242 | 2024-10-30T19:07:38.920Z | [ helios-setup] Oct 30 19:07:38.082 INFO E| Compiling tokio-tungstenite v0.18.0 |
3243 | 2024-10-30T19:07:40.569Z | [ helios-setup] Oct 30 19:07:39.731 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3244 | 2024-10-30T19:07:43.753Z | [ host-package] Compiling fatfs v0.3.6 |
3245 | 2024-10-30T19:07:44.107Z | [ helios-setup] Oct 30 19:07:43.268 INFO E| Compiling smartstring v1.0.1 |
3246 | 2024-10-30T19:07:44.289Z | [ helios-setup] Oct 30 19:07:43.451 INFO E| Compiling rustls v0.21.0 |
3247 | 2024-10-30T19:07:45.171Z | [ host-package] Compiling rtoolbox v0.0.2 |
3248 | 2024-10-30T19:07:45.327Z | [ helios-setup] Oct 30 19:07:44.487 INFO E| Compiling toml_datetime v0.6.1 |
3249 | 2024-10-30T19:07:45.450Z | [ helios-setup] Oct 30 19:07:44.612 INFO E| Compiling serde_spanned v0.6.1 |
3250 | 2024-10-30T19:07:45.938Z | [ helios-setup] Oct 30 19:07:45.099 INFO E| Compiling slog-async v2.7.0 |
3251 | 2024-10-30T19:07:46.071Z | [ host-package] Compiling subprocess v0.2.9 |
3252 | 2024-10-30T19:07:46.192Z | [ helios-setup] Oct 30 19:07:45.354 INFO E| Compiling static_assertions v1.1.0 |
3253 | 2024-10-30T19:07:46.512Z | [ helios-setup] Oct 30 19:07:45.674 INFO E| Compiling camino v1.1.4 |
3254 | 2024-10-30T19:07:46.797Z | [ helios-setup] Oct 30 19:07:45.959 INFO E| Compiling async-trait v0.1.68 |
3255 | 2024-10-30T19:07:47.085Z | [ helios-setup] Oct 30 19:07:46.247 INFO E| Compiling winnow v0.4.1 |
3256 | 2024-10-30T19:07:48.070Z | [ helios-setup] Oct 30 19:07:47.232 INFO E| Compiling paste v1.0.12 |
3257 | 2024-10-30T19:07:48.178Z | [ helios-setup] Oct 30 19:07:47.340 INFO E| Compiling match_cfg v0.1.0 |
3258 | 2024-10-30T19:07:48.540Z | [ helios-setup] Oct 30 19:07:47.699 INFO E| Compiling hostname v0.3.1 |
3259 | 2024-10-30T19:07:49.459Z | [ host-package] Compiling assert_matches v1.5.0 |
3260 | 2024-10-30T19:07:49.885Z | [ helios-setup] Oct 30 19:07:49.046 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
3261 | 2024-10-30T19:07:50.139Z | [ helios-setup] Oct 30 19:07:49.300 INFO E| Compiling slog-json v2.6.1 |
3262 | 2024-10-30T19:07:50.650Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3263 | 2024-10-30T19:07:51.231Z | [ helios-setup] Oct 30 19:07:50.393 INFO E| Compiling unicode-linebreak v0.1.4 |
3264 | 2024-10-30T19:07:51.670Z | [ helios-setup] Oct 30 19:07:50.829 INFO E| Compiling async-stream-impl v0.3.5 |
3265 | 2024-10-30T19:07:52.763Z | [ host-package] Compiling rpassword v7.3.1 |
3266 | 2024-10-30T19:07:53.881Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3267 | 2024-10-30T19:07:54.541Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
3268 | 2024-10-30T19:07:54.756Z | [ helios-setup] Oct 30 19:07:53.918 INFO E| Compiling toml_edit v0.19.8 |
3269 | 2024-10-30T19:07:55.643Z | [ helios-setup] Oct 30 19:07:54.804 INFO E| Compiling rhai_codegen v1.5.0 |
3270 | 2024-10-30T19:07:56.225Z | [ helios-setup] Oct 30 19:07:55.386 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3271 | 2024-10-30T19:07:57.100Z | [ helios-setup] Oct 30 19:07:56.261 INFO E| Compiling take_mut v0.2.2 |
3272 | 2024-10-30T19:07:57.892Z | [ helios-setup] Oct 30 19:07:57.054 INFO E| Compiling async-stream v0.3.5 |
3273 | 2024-10-30T19:07:59.112Z | [ helios-setup] Oct 30 19:07:58.272 INFO E| Compiling slog-bunyan v2.4.0 |
3274 | 2024-10-30T19:08:01.142Z | [ helios-setup] Oct 30 19:08:00.303 INFO E| Compiling rhai v1.14.0 |
3275 | 2024-10-30T19:08:03.037Z | [ helios-setup] Oct 30 19:08:02.198 INFO E| Compiling toml v0.7.3 |
3276 | 2024-10-30T19:08:06.263Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3277 | 2024-10-30T19:08:08.340Z | [ helios-setup] Oct 30 19:08:07.500 INFO E| Compiling rustls-pemfile v1.0.2 |
3278 | 2024-10-30T19:08:08.912Z | [ helios-setup] Oct 30 19:08:08.070 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
3279 | 2024-10-30T19:08:10.074Z | [ helios-setup] Oct 30 19:08:09.234 INFO E| Compiling bincode v1.3.3 |
3280 | 2024-10-30T19:08:10.086Z | [ helios-setup] Oct 30 19:08:09.247 INFO E| Compiling serde_path_to_error v0.1.11 |
3281 | 2024-10-30T19:08:12.242Z | [ helios-setup] Oct 30 19:08:11.402 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
3282 | 2024-10-30T19:08:12.958Z | [ helios-setup] Oct 30 19:08:12.119 INFO E| Compiling terminal_size v0.2.6 |
3283 | 2024-10-30T19:08:13.397Z | [ helios-setup] Oct 30 19:08:12.557 INFO E| Compiling smawk v0.3.1 |
3284 | 2024-10-30T19:08:14.358Z | [ helios-setup] Oct 30 19:08:13.518 INFO E| Compiling textwrap v0.16.0 |
3285 | 2024-10-30T19:08:19.940Z | [ host-package] Compiling tui-tree-widget v0.22.0 |
3286 | 2024-10-30T19:08:21.399Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3287 | 2024-10-30T19:08:25.192Z | [ helios-setup] Oct 30 19:08:24.352 INFO E| Compiling rustls-webpki v0.100.1 |
3288 | 2024-10-30T19:08:25.305Z | [ helios-setup] Oct 30 19:08:24.464 INFO E| Compiling sct v0.7.0 |
3289 | 2024-10-30T19:08:31.571Z | [ helios-setup] Oct 30 19:08:30.731 INFO E| Compiling git2 v0.16.1 |
3290 | 2024-10-30T19:08:32.659Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3291 | 2024-10-30T19:08:33.647Z | [ helios-setup] Oct 30 19:08:32.807 INFO E| Compiling tokio-rustls v0.24.0 |
3292 | 2024-10-30T19:08:39.370Z | [ helios-setup] Oct 30 19:08:38.530 INFO E| Compiling built v0.6.0 |
3293 | 2024-10-30T19:08:43.400Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3294 | 2024-10-30T19:08:44.036Z | [ helios-setup] Oct 30 19:08:43.195 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
3295 | 2024-10-30T19:08:44.283Z | [ host-package] Compiling uzers v0.12.1 |
3296 | 2024-10-30T19:08:46.754Z | [ helios-setup] Oct 30 19:08:45.913 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
3297 | 2024-10-30T19:08:47.674Z | [ helios-setup] Oct 30 19:08:46.833 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
3298 | 2024-10-30T19:08:49.678Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3299 | 2024-10-30T19:08:56.562Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3300 | 2024-10-30T19:09:00.522Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3301 | 2024-10-30T19:09:17.429Z | [ helios-setup] Oct 30 19:09:16.586 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
3302 | 2024-10-30T19:09:19.879Z | [ helios-setup] Oct 30 19:09:19.037 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
3303 | 2024-10-30T19:09:43.370Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3304 | 2024-10-30T19:09:49.000Z | [ host-package] Compiling multimap v0.10.0 |
3305 | 2024-10-30T19:10:04.101Z | [ helios-setup] Oct 30 19:10:03.257 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
3306 | 2024-10-30T19:11:12.442Z | [ helios-setup] Oct 30 19:11:11.595 INFO E| Finished `release` profile [optimized] target(s) in 7m 00s |
3307 | 2024-10-30T19:11:12.587Z | [ helios-setup] Oct 30 19:11:11.740 INFO building project "pilot" ok (421 seconds) |
3308 | 2024-10-30T19:11:12.591Z | [ helios-setup] rm -f helios-build |
3309 | 2024-10-30T19:11:12.594Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3310 | 2024-10-30T19:11:12.597Z | [ helios-setup] |
3311 | 2024-10-30T19:11:12.597Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3312 | 2024-10-30T19:11:12.600Z | [ helios-setup] |
3313 | 2024-10-30T19:11:12.600Z | [ helios-setup] |
3314 | 2024-10-30T19:11:12.600Z | [ helios-setup] real 12:22.182496500 |
3315 | 2024-10-30T19:11:12.601Z | [ helios-setup] user 29:13.919231055 |
3316 | 2024-10-30T19:11:12.601Z | [ helios-setup] sys 3:37.770561879 |
3317 | 2024-10-30T19:11:12.601Z | [ helios-setup] trap 1.744233978 |
3318 | 2024-10-30T19:11:12.613Z | [ helios-setup] tflt 7.191407783 |
3319 | 2024-10-30T19:11:12.613Z | [ helios-setup] dflt 39.505414438 |
3320 | 2024-10-30T19:11:12.613Z | [ helios-setup] kflt 0.008745724 |
3321 | 2024-10-30T19:11:12.613Z | [ helios-setup] lock 2:03:34.368398279 |
3322 | 2024-10-30T19:11:12.613Z | [ helios-setup] slp 3:40:43.876879074 |
3323 | 2024-10-30T19:11:12.613Z | [ helios-setup] lat 33:23.997369261 |
3324 | 2024-10-30T19:11:12.613Z | [ helios-setup] stop 4:38.618052870 |
3325 | 2024-10-30T19:11:12.613Z | Oct 30 19:11:11.754 INFO [helios-setup] process exited with exit status: 0 (742.188464857s) |
3326 | 2024-10-30T19:11:12.614Z | Oct 30 19:11:11.755 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3327 | 2024-10-30T19:11:12.629Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-09-19-x86_64-unknown-illumos' |
3328 | 2024-10-30T19:11:12.978Z | [ phbl-toolchain] info: latest update on 2024-09-19, rust version 1.83.0-nightly (f79a912d9 2024-09-18) |
3329 | 2024-10-30T19:11:12.978Z | [ phbl-toolchain] info: downloading component 'cargo' |
3330 | 2024-10-30T19:11:14.050Z | [ phbl-toolchain] info: downloading component 'clippy' |
3331 | 2024-10-30T19:11:14.671Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3332 | 2024-10-30T19:11:19.630Z | [ phbl-toolchain] info: downloading component 'miri' |
3333 | 2024-10-30T19:11:20.609Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3334 | 2024-10-30T19:11:21.907Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3335 | 2024-10-30T19:11:22.121Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3336 | 2024-10-30T19:11:24.477Z | [ phbl-toolchain] info: downloading component 'rustc' |
3337 | 2024-10-30T19:11:34.161Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3338 | 2024-10-30T19:11:34.728Z | [ phbl-toolchain] info: installing component 'cargo' |
3339 | 2024-10-30T19:11:36.144Z | [ phbl-toolchain] info: installing component 'clippy' |
3340 | 2024-10-30T19:11:36.689Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3341 | 2024-10-30T19:11:42.673Z | [ phbl-toolchain] info: installing component 'miri' |
3342 | 2024-10-30T19:11:43.065Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3343 | 2024-10-30T19:11:50.976Z | [ phbl-toolchain] info: installing component 'rust-src' |
3344 | 2024-10-30T19:11:51.566Z | [ phbl-toolchain] info: installing component 'rust-std' |
3345 | 2024-10-30T19:11:54.275Z | [ phbl-toolchain] info: installing component 'rustc' |
3346 | 2024-10-30T19:12:04.135Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3347 | 2024-10-30T19:12:04.994Z | [ phbl-toolchain] cargo 1.83.0-nightly (a9a418d1a 2024-09-15) |
3348 | 2024-10-30T19:12:04.998Z | Oct 30 19:12:04.148 INFO [phbl-toolchain] process exited with exit status: 0 (52.392964046s) |
3349 | 2024-10-30T19:12:32.904Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3350 | 2024-10-30T19:12:49.904Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3351 | 2024-10-30T19:19:26.584Z | [ host-package] Finished `release` profile [optimized] target(s) in 19m 50s |
3352 | 2024-10-30T19:20:29.934Z | Oct 30 19:20:29.064 INFO [host-package] process exited with exit status: 0 (1253.758460396s) |
3353 | 2024-10-30T19:20:29.941Z | Oct 30 19:20:29.064 INFO [host-stamp] running task |
3354 | 2024-10-30T19:20:29.941Z | Oct 30 19:20:29.065 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3355 | 2024-10-30T19:20:29.944Z | Oct 30 19:20:29.073 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+git24c967f6841 |
3356 | 2024-10-30T19:20:29.950Z | Oct 30 19:20:29.081 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+git24c967f6841 |
3357 | 2024-10-30T19:20:29.955Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3358 | 2024-10-30T19:20:29.958Z | Oct 30 19:20:29.088 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+git24c967f6841 |
3359 | 2024-10-30T19:20:29.965Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3360 | 2024-10-30T19:20:29.965Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3361 | 2024-10-30T19:20:29.974Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3362 | 2024-10-30T19:20:29.974Z | Oct 30 19:20:29.098 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+git24c967f6841 |
3363 | 2024-10-30T19:20:29.979Z | Oct 30 19:20:29.110[stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3364 | 2024-10-30T19:20:29.979Z | 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+git24c967f6841 |
3365 | 2024-10-30T19:20:29.992Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3366 | 2024-10-30T19:20:29.995Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3367 | 2024-10-30T19:20:29.995Z | Oct 30 19:20:29.124 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+git24c967f6841 |
3368 | 2024-10-30T19:20:30.006Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3369 | 2024-10-30T19:20:30.006Z | Oct 30 19:20:29.137 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+git24c967f6841 |
3370 | 2024-10-30T19:20:30.018Z | Oct 30 19:20:29.148 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+git24c967f6841 |
3371 | 2024-10-30T19:20:30.027Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3372 | 2024-10-30T19:20:30.032Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3373 | 2024-10-30T19:20:30.032Z | Oct 30 19:20:29.162 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (88.720485ms) |
3374 | 2024-10-30T19:20:30.035Z | Oct 30 19:20:29.162 INFO [stamp-overlay] process exited with exit status: 0 (64.210766ms) |
3375 | 2024-10-30T19:20:30.041Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3376 | 2024-10-30T19:20:30.044Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3377 | 2024-10-30T19:20:30.046Z | Oct 30 19:20:29.175 INFO [stamp-oxlog] process exited with exit status: 0 (38.613213ms) |
3378 | 2024-10-30T19:20:30.137Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3379 | 2024-10-30T19:20:30.140Z | Oct 30 19:20:29.271 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (122.783528ms) |
3380 | 2024-10-30T19:20:30.291Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3381 | 2024-10-30T19:20:30.295Z | Oct 30 19:20:29.425 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (301.244841ms) |
3382 | 2024-10-30T19:20:30.318Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3383 | 2024-10-30T19:20:30.320Z | Oct 30 19:20:29.451 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (370.243776ms) |
3384 | 2024-10-30T19:20:31.129Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3385 | 2024-10-30T19:20:31.132Z | Oct 30 19:20:30.262 INFO [stamp-propolis-server] process exited with exit status: 0 (1.152528194s) |
3386 | 2024-10-30T19:20:31.301Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3387 | 2024-10-30T19:20:33.599Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3388 | 2024-10-30T19:20:40.846Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3389 | 2024-10-30T19:20:40.849Z | Oct 30 19:20:39.979 INFO [stamp-switch-asic] process exited with exit status: 0 (10.891264922s) |
3390 | 2024-10-30T19:20:40.851Z | Oct 30 19:20:39.979 INFO [host-stamp] task succeeded (10.915002735s) |
3391 | 2024-10-30T19:20:40.851Z | Oct 30 19:20:39.979 INFO [host-proto] running task |
3392 | 2024-10-30T19:20:41.261Z | Oct 30 19:20:40.391 INFO [host-proto] task succeeded (411.342311ms) |
3393 | 2024-10-30T19:20:41.261Z | Oct 30 19:20:40.391 INFO [host-profile] running task |
3394 | 2024-10-30T19:20:41.263Z | Oct 30 19:20:40.391 INFO [host-profile] task succeeded (301.8µs) |
3395 | 2024-10-30T19:20:41.263Z | Oct 30 19:20:40.391 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -F 'optever=0.33.293' -P /tmp/.tmp4gr4ys/proto/host/root -N 'ci 24c967f/${os_short_commit} 2024-10-30 18:58' -s host -B -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3396 | 2024-10-30T19:20:41.280Z | [ host-image] Oct 30 19:20:40.410 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3397 | 2024-10-30T19:20:41.280Z | [ host-image] Oct 30 19:20:40.410 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3398 | 2024-10-30T19:20:41.295Z | [ host-image] Oct 30 19:20:40.425 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmp4gr4ys/proto/host/root" |
3399 | 2024-10-30T19:20:41.295Z | [ host-image] Oct 30 19:20:40.425 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3400 | 2024-10-30T19:20:41.298Z | [ host-image] Oct 30 19:20:40.425 INFO image builder template: ramdisk-01-os... |
3401 | 2024-10-30T19:20:41.298Z | [ host-image] Oct 30 19:20:40.425 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/.tmp4gr4ys/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3402 | 2024-10-30T19:20:41.315Z | [ host-image] Oct 30 19:20:40.445 INFO O| Oct 30 19:20:40.445 INFO CREATE DATASET: rpool/images/build/host/output |
3403 | 2024-10-30T19:20:41.618Z | [ host-image] Oct 30 19:20:40.748 INFO O| Oct 30 19:20:40.748 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3404 | 2024-10-30T19:20:41.623Z | [ host-image] Oct 30 19:20:40.753 INFO O| Oct 30 19:20:40.753 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3405 | 2024-10-30T19:20:41.859Z | [ host-image] Oct 30 19:20:40.988 INFO O| Oct 30 19:20:40.988 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3406 | 2024-10-30T19:20:41.927Z | [ host-image] Oct 30 19:20:41.057 INFO O| Oct 30 19:20:41.057 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3407 | 2024-10-30T19:20:41.930Z | [ host-image] Oct 30 19:20:41.057 INFO O| Oct 30 19:20:41.057 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3408 | 2024-10-30T19:20:41.930Z | [ host-image] Oct 30 19:20:41.057 INFO O| Oct 30 19:20:41.057 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3409 | 2024-10-30T19:20:41.930Z | [ host-image] Oct 30 19:20:41.057 INFO O| Oct 30 19:20:41.057 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3410 | 2024-10-30T19:20:41.936Z | [ host-image] Oct 30 19:20:41.066 INFO O| Oct 30 19:20:41.066 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3411 | 2024-10-30T19:20:42.151Z | [ host-image] Oct 30 19:20:41.280 INFO O| Oct 30 19:20:41.280 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3412 | 2024-10-30T19:20:42.166Z | [ host-image] Oct 30 19:20:41.296 INFO O| Oct 30 19:20:41.296 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3413 | 2024-10-30T19:20:42.725Z | [ host-image] Oct 30 19:20:41.854 INFO O| Oct 30 19:20:41.854 INFO O| Caching catalogs ... Done |
3414 | 2024-10-30T19:20:42.849Z | [ host-image] Oct 30 19:20:41.978 INFO O| Oct 30 19:20:41.978 INFO STEP 0 (pkg_image_create) COMPLETE |
3415 | 2024-10-30T19:20:42.849Z | [ host-image] Oct 30 19:20:41.978 INFO O| Oct 30 19:20:41.978 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3416 | 2024-10-30T19:20:42.852Z | [ host-image] Oct 30 19:20:41.978 INFO O| Oct 30 19:20:41.978 INFO skip step because feature "repo_redist" is not enabled |
3417 | 2024-10-30T19:20:42.852Z | [ host-image] Oct 30 19:20:41.978 INFO O| Oct 30 19:20:41.978 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3418 | 2024-10-30T19:20:42.866Z | [ host-image] Oct 30 19:20:41.996 INFO O| Oct 30 19:20:41.995 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"] |
3419 | 2024-10-30T19:20:43.444Z | [ host-image] Oct 30 19:20:42.573 INFO O| Oct 30 19:20:42.573 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3420 | 2024-10-30T19:20:43.444Z | [ host-image] Oct 30 19:20:42.573 INFO O| Oct 30 19:20:42.573 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3421 | 2024-10-30T19:20:43.470Z | [ host-image] Oct 30 19:20:42.599 INFO O| Oct 30 19:20:42.599 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"] |
3422 | 2024-10-30T19:20:44.024Z | [ host-image] Oct 30 19:20:43.153 INFO O| Oct 30 19:20:43.153 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3423 | 2024-10-30T19:20:44.024Z | [ host-image] Oct 30 19:20:43.153 INFO O| Oct 30 19:20:43.153 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3424 | 2024-10-30T19:20:44.026Z | [ host-image] Oct 30 19:20:43.153 INFO O| Oct 30 19:20:43.153 INFO skip step because feature "repo_redist" is not enabled |
3425 | 2024-10-30T19:20:44.026Z | [ host-image] Oct 30 19:20:43.153 INFO O| Oct 30 19:20:43.153 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3426 | 2024-10-30T19:20:44.467Z | [ host-image] Oct 30 19:20:43.596 INFO O| Oct 30 19:20:43.596 INFO variant opensolaris.zone is already global |
3427 | 2024-10-30T19:20:44.467Z | [ host-image] Oct 30 19:20:43.596 INFO O| Oct 30 19:20:43.596 INFO STEP 5 (pkg_change_variant) COMPLETE |
3428 | 2024-10-30T19:20:44.470Z | [ host-image] Oct 30 19:20:43.596 INFO O| Oct 30 19:20:43.596 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3429 | 2024-10-30T19:20:44.981Z | [ host-image] Oct 30 19:20:44.110 INFO O| Oct 30 19:20:44.110 INFO variant opensolaris.imagetype is full; changing to partial |
3430 | 2024-10-30T19:20:44.981Z | [ host-image] Oct 30 19:20:44.110 INFO O| Oct 30 19:20:44.110 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3431 | 2024-10-30T19:20:52.647Z | [ host-image] Oct 30 19:20:51.776 INFO O| Oct 30 19:20:51.776 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3432 | 2024-10-30T19:20:52.652Z | [recovery-package] Finished `release` profile [optimized] target(s) in 22.47s |
3433 | 2024-10-30T19:20:55.005Z | Oct 30 19:20:54.134 INFO [recovery-package] process exited with exit status: 0 (25.069606676s) |
3434 | 2024-10-30T19:20:55.005Z | Oct 30 19:20:54.134 INFO [recovery-stamp] running task |
3435 | 2024-10-30T19:20:55.009Z | Oct 30 19:20:54.135 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3436 | 2024-10-30T19:20:55.009Z | Oct 30 19:20:54.135 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 12.0.0-0.ci+git24c967f6841 |
3437 | 2024-10-30T19:20:55.027Z | Oct 30 19:20:54.156 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+git24c967f6841 |
3438 | 2024-10-30T19:20:55.038Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3439 | 2024-10-30T19:20:55.048Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3440 | 2024-10-30T19:20:55.123Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3441 | 2024-10-30T19:20:55.127Z | Oct 30 19:20:54.256 INFO [stamp-installinator] process exited with exit status: 0 (121.626189ms) |
3442 | 2024-10-30T19:20:55.177Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3443 | 2024-10-30T19:20:55.182Z | Oct 30 19:20:54.310 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (153.807191ms) |
3444 | 2024-10-30T19:20:55.184Z | Oct 30 19:20:54.310 INFO [recovery-stamp] task succeeded (175.609899ms) |
3445 | 2024-10-30T19:20:55.184Z | Oct 30 19:20:54.310 INFO [recovery-proto] running task |
3446 | 2024-10-30T19:20:55.184Z | Oct 30 19:20:54.310 INFO [tuf-stamp] running task |
3447 | 2024-10-30T19:20:55.184Z | Oct 30 19:20:54.311 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+git24c967f6841 |
3448 | 2024-10-30T19:20:55.198Z | Oct 30 19:20:54.326 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+git24c967f6841 |
3449 | 2024-10-30T19:20:55.209Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3450 | 2024-10-30T19:20:55.213Z | Oct 30 19:20:54.339 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+git24c967f6841 |
3451 | 2024-10-30T19:20:55.224Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3452 | 2024-10-30T19:20:55.224Z | Oct 30 19:20:54.353 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+git24c967f6841 |
3453 | 2024-10-30T19:20:55.236Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3454 | 2024-10-30T19:20:55.240Z | Oct 30 19:20:54.369 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+git24c967f6841 |
3455 | 2024-10-30T19:20:55.261Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3456 | 2024-10-30T19:20:55.263Z | Oct 30 19:20:54.391 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+git24c967f6841 |
3457 | 2024-10-30T19:20:55.285Z | Oct 30 19:20:54.414 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+git24c967f6841 |
3458 | 2024-10-30T19:20:55.305Z | Oct 30 19:20:54.435 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+git24c967f6841 |
3459 | 2024-10-30T19:20:55.351Z | Oct 30 19:20:54.480 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+git24c967f6841 |
3460 | 2024-10-30T19:20:55.425Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3461 | 2024-10-30T19:20:55.425Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3462 | 2024-10-30T19:20:55.425Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3463 | 2024-10-30T19:20:55.428Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3464 | 2024-10-30T19:20:55.428Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3465 | 2024-10-30T19:20:55.428Z | Oct 30 19:20:54.555 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+git24c967f6841 |
3466 | 2024-10-30T19:20:55.497Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3467 | 2024-10-30T19:20:55.500Z | Oct 30 19:20:54.626 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+git24c967f6841 |
3468 | 2024-10-30T19:20:55.611Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3469 | 2024-10-30T19:20:55.617Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3470 | 2024-10-30T19:20:55.620Z | Oct 30 19:20:54.746 INFO [stamp-probe] process exited with exit status: 0 (355.239041ms) |
3471 | 2024-10-30T19:20:55.620Z | Oct 30 19:20:54.747 INFO [stamp-ntp] process exited with exit status: 0 (420.511802ms) |
3472 | 2024-10-30T19:20:55.629Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3473 | 2024-10-30T19:20:55.674Z | Oct 30 19:20:54.803 INFO [recovery-proto] task succeeded (492.653061ms) |
3474 | 2024-10-30T19:20:55.676Z | Oct 30 19:20:54.803 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -F 'optever=0.33.293' -P /tmp/.tmp4gr4ys/proto/recovery/root -N 'recovery 24c967f/${os_short_commit} 2024-10-30 18:58' -s recovery -R -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
3475 | 2024-10-30T19:20:55.830Z | [ recovery-image] Oct 30 19:20:54.958 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3476 | 2024-10-30T19:20:55.830Z | [ recovery-image] Oct 30 19:20:54.959 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3477 | 2024-10-30T19:20:55.848Z | [ recovery-image] Oct 30 19:20:54.977 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmp4gr4ys/proto/recovery/root" |
3478 | 2024-10-30T19:20:55.848Z | [ recovery-image] Oct 30 19:20:54.977 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3479 | 2024-10-30T19:20:55.850Z | [ recovery-image] Oct 30 19:20:54.977 INFO image builder template: ramdisk-01-os... |
3480 | 2024-10-30T19:20:55.850Z | [ recovery-image] Oct 30 19:20:54.977 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/.tmp4gr4ys/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3481 | 2024-10-30T19:20:55.939Z | [ recovery-image] Oct 30 19:20:55.068 INFO O| Oct 30 19:20:55.047 INFO CREATE DATASET: rpool/images/build/recovery/output |
3482 | 2024-10-30T19:20:56.501Z | [ recovery-image] Oct 30 19:20:55.630 INFO O| Oct 30 19:20:55.580 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3483 | 2024-10-30T19:20:56.501Z | [ recovery-image] Oct 30 19:20:55.630 INFO O| Oct 30 19:20:55.586 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3484 | 2024-10-30T19:20:56.600Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
3485 | 2024-10-30T19:20:56.634Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3486 | 2024-10-30T19:20:56.955Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3487 | 2024-10-30T19:20:56.957Z | Oct 30 19:20:56.010 INFO [stamp-internal-dns] process exited with exit status: 0 (1.698536603s) |
3488 | 2024-10-30T19:20:56.957Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3489 | 2024-10-30T19:20:56.991Z | [ host-image] Oct 30 19:20:56.120 INFO O| Oct 30 19:20:56.120 INFO O| Startup: Caching catalogs ... Done |
3490 | 2024-10-30T19:20:57.008Z | Oct 30 19:20:56.138 INFO [stamp-external-dns] process exited with exit status: 0 (1.723389663s) |
3491 | 2024-10-30T19:20:57.017Z | [ recovery-image] Oct 30 19:20:56.146 INFO O| Oct 30 19:20:56.146 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3492 | 2024-10-30T19:20:57.030Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3493 | 2024-10-30T19:20:57.083Z | [ host-image] Oct 30 19:20:56.212 INFO O| Oct 30 19:20:56.212 INFO O| Planning: Planning completed in 0.00 seconds |
3494 | 2024-10-30T19:20:57.089Z | [ host-image] Oct 30 19:20:56.213 INFO O| Oct 30 19:20:56.213 INFO O| Planning: Consolidating action changes ... Done |
3495 | 2024-10-30T19:20:57.089Z | [ host-image] Oct 30 19:20:56.213 INFO O| Oct 30 19:20:56.213 INFO O| Planning: Evaluating mediators ... Done |
3496 | 2024-10-30T19:20:57.089Z | [ host-image] Oct 30 19:20:56.213 INFO O| Oct 30 19:20:56.213 INFO O| Planning: Planning completed in 0.00 seconds |
3497 | 2024-10-30T19:20:57.089Z | [ host-image] Oct 30 19:20:56.214 INFO O| Oct 30 19:20:56.214 INFO O| Variants/Facets to change: 1 |
3498 | 2024-10-30T19:20:57.092Z | Oct 30 19:20:56.219 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.592470297s) |
3499 | 2024-10-30T19:20:57.119Z | [ recovery-image] Oct 30 19:20:56.248 INFO O| Oct 30 19:20:56.248 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3500 | 2024-10-30T19:20:57.122Z | [ recovery-image] Oct 30 19:20:56.248 INFO O| Oct 30 19:20:56.248 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3501 | 2024-10-30T19:20:57.122Z | [ recovery-image] Oct 30 19:20:56.249 INFO O| Oct 30 19:20:56.249 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3502 | 2024-10-30T19:20:57.122Z | [ recovery-image] Oct 30 19:20:56.249 INFO O| Oct 30 19:20:56.249 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3503 | 2024-10-30T19:20:57.130Z | [ recovery-image] Oct 30 19:20:56.259 INFO O| Oct 30 19:20:56.259 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3504 | 2024-10-30T19:20:57.148Z | [ host-image] Oct 30 19:20:56.277 INFO O| Oct 30 19:20:56.276 INFO O| Done |
3505 | 2024-10-30T19:20:57.148Z | [ host-image] Oct 30 19:20:56.277 INFO O| Oct 30 19:20:56.277 INFO O| Done |
3506 | 2024-10-30T19:20:57.245Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3507 | 2024-10-30T19:20:57.251Z | Oct 30 19:20:56.379 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.823930837s) |
3508 | 2024-10-30T19:20:57.420Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3509 | 2024-10-30T19:20:57.424Z | Oct 30 19:20:56.554 INFO [stamp-oximeter] process exited with exit status: 0 (2.200124s) |
3510 | 2024-10-30T19:20:57.448Z | [ recovery-image] Oct 30 19:20:56.577 INFO O| Oct 30 19:20:56.577 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3511 | 2024-10-30T19:20:57.463Z | [ recovery-image] Oct 30 19:20:56.592 INFO O| Oct 30 19:20:56.592 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3512 | 2024-10-30T19:20:57.742Z | [ host-image] Oct 30 19:20:56.871 INFO O| Oct 30 19:20:56.871 INFO O| Done |
3513 | 2024-10-30T19:20:57.798Z | [ host-image] Oct 30 19:20:56.927 INFO O| Oct 30 19:20:56.927 INFO O| Done |
3514 | 2024-10-30T19:20:57.801Z | [ host-image] Oct 30 19:20:56.929 INFO O| Oct 30 19:20:56.929 INFO O| Done |
3515 | 2024-10-30T19:20:57.801Z | [ host-image] Oct 30 19:20:56.929 INFO O| Oct 30 19:20:56.929 INFO O| Done |
3516 | 2024-10-30T19:20:57.804Z | [ host-image] Oct 30 19:20:56.931 INFO O| Oct 30 19:20:56.931 INFO O| Done |
3517 | 2024-10-30T19:20:57.970Z | [ recovery-image] Oct 30 19:20:57.099 INFO O| Oct 30 19:20:57.099 INFO O| Caching catalogs ... Done |
3518 | 2024-10-30T19:20:58.095Z | [ recovery-image] Oct 30 19:20:57.224 INFO O| Oct 30 19:20:57.224 INFO STEP 0 (pkg_image_create) COMPLETE |
3519 | 2024-10-30T19:20:58.095Z | [ recovery-image] Oct 30 19:20:57.224 INFO O| Oct 30 19:20:57.224 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3520 | 2024-10-30T19:20:58.095Z | [ recovery-image] Oct 30 19:20:57.224 INFO O| Oct 30 19:20:57.224 INFO skip step because feature "repo_redist" is not enabled |
3521 | 2024-10-30T19:20:58.095Z | [ recovery-image] Oct 30 19:20:57.224 INFO O| Oct 30 19:20:57.224 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3522 | 2024-10-30T19:20:58.110Z | [ recovery-image] Oct 30 19:20:57.239 INFO O| Oct 30 19:20:57.238 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"] |
3523 | 2024-10-30T19:20:58.288Z | [ host-image] Oct 30 19:20:57.417 INFO O| Oct 30 19:20:57.417 INFO STEP 6 (pkg_change_variant) COMPLETE |
3524 | 2024-10-30T19:20:58.288Z | [ host-image] Oct 30 19:20:57.417 INFO O| Oct 30 19:20:57.417 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3525 | 2024-10-30T19:20:58.290Z | [ host-image] Oct 30 19:20:57.417 INFO O| Oct 30 19:20:57.417 INFO skip step because feature "debug_variant" is not enabled |
3526 | 2024-10-30T19:20:58.291Z | [ host-image] Oct 30 19:20:57.417 INFO O| Oct 30 19:20:57.417 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3527 | 2024-10-30T19:20:58.551Z | [ recovery-image] Oct 30 19:20:57.680 INFO O| Oct 30 19:20:57.680 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3528 | 2024-10-30T19:20:58.551Z | [ recovery-image] Oct 30 19:20:57.680 INFO O| Oct 30 19:20:57.680 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3529 | 2024-10-30T19:20:58.563Z | [ recovery-image] Oct 30 19:20:57.692 INFO O| Oct 30 19:20:57.692 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"] |
3530 | 2024-10-30T19:20:58.736Z | [ host-image] Oct 30 19:20:57.865 INFO O| Oct 30 19:20:57.865 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3531 | 2024-10-30T19:20:59.040Z | [ recovery-image] Oct 30 19:20:58.168 INFO O| Oct 30 19:20:58.168 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3532 | 2024-10-30T19:20:59.040Z | [ recovery-image] Oct 30 19:20:58.168 INFO O| Oct 30 19:20:58.168 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3533 | 2024-10-30T19:20:59.040Z | [ recovery-image] Oct 30 19:20:58.168 INFO O| Oct 30 19:20:58.168 INFO skip step because feature "repo_redist" is not enabled |
3534 | 2024-10-30T19:20:59.040Z | [ recovery-image] Oct 30 19:20:58.169 INFO O| Oct 30 19:20:58.168 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3535 | 2024-10-30T19:20:59.383Z | [ host-image] Oct 30 19:20:58.512 INFO O| Oct 30 19:20:58.512 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3536 | 2024-10-30T19:20:59.386Z | [ host-image] Oct 30 19:20:58.514 INFO O| Oct 30 19:20:58.514 INFO O| Planning: Planning completed in 0.00 seconds |
3537 | 2024-10-30T19:20:59.386Z | [ host-image] Oct 30 19:20:58.515 INFO O| Oct 30 19:20:58.515 INFO O| Planning: Consolidating action changes ... Done |
3538 | 2024-10-30T19:20:59.386Z | [ host-image] Oct 30 19:20:58.515 INFO O| Oct 30 19:20:58.515 INFO O| Planning: Evaluating mediators ... Done |
3539 | 2024-10-30T19:20:59.388Z | [ host-image] Oct 30 19:20:58.515 INFO O| Oct 30 19:20:58.515 INFO O| Planning: Planning completed in 0.00 seconds |
3540 | 2024-10-30T19:20:59.388Z | [ host-image] Oct 30 19:20:58.516 INFO O| Oct 30 19:20:58.515 INFO O| Variants/Facets to change: 1 |
3541 | 2024-10-30T19:20:59.410Z | [ host-image] Oct 30 19:20:58.539 INFO O| Oct 30 19:20:58.539 INFO O| Done |
3542 | 2024-10-30T19:20:59.410Z | [ host-image] Oct 30 19:20:58.539 INFO O| Oct 30 19:20:58.539 INFO O| Done |
3543 | 2024-10-30T19:20:59.473Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3544 | 2024-10-30T19:20:59.477Z | Oct 30 19:20:58.606 INFO [stamp-nexus] process exited with exit status: 0 (4.126474083s) |
3545 | 2024-10-30T19:20:59.509Z | [ recovery-image] Oct 30 19:20:58.638 INFO O| Oct 30 19:20:58.638 INFO variant opensolaris.zone is already global |
3546 | 2024-10-30T19:20:59.509Z | [ recovery-image] Oct 30 19:20:58.638 INFO O| Oct 30 19:20:58.638 INFO STEP 5 (pkg_change_variant) COMPLETE |
3547 | 2024-10-30T19:20:59.513Z | [ recovery-image] Oct 30 19:20:58.638 INFO O| Oct 30 19:20:58.638 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3548 | 2024-10-30T19:20:59.868Z | [ recovery-image] Oct 30 19:20:58.997 INFO O| Oct 30 19:20:58.997 INFO variant opensolaris.imagetype is full; changing to partial |
3549 | 2024-10-30T19:20:59.868Z | [ recovery-image] Oct 30 19:20:58.997 INFO O| Oct 30 19:20:58.997 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3550 | 2024-10-30T19:20:59.963Z | [ host-image] Oct 30 19:20:59.092 INFO O| Oct 30 19:20:59.092 INFO O| Done |
3551 | 2024-10-30T19:21:00.011Z | [ host-image] Oct 30 19:20:59.140 INFO O| Oct 30 19:20:59.139 INFO O| Done |
3552 | 2024-10-30T19:21:00.013Z | [ host-image] Oct 30 19:20:59.140 INFO O| Oct 30 19:20:59.140 INFO O| Done |
3553 | 2024-10-30T19:21:00.013Z | [ host-image] Oct 30 19:20:59.140 INFO O| Oct 30 19:20:59.140 INFO O| Done |
3554 | 2024-10-30T19:21:00.013Z | [ host-image] Oct 30 19:20:59.142 INFO O| Oct 30 19:20:59.142 INFO O| Done |
3555 | 2024-10-30T19:21:00.082Z | [ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO STEP 8 (pkg_change_facet) COMPLETE |
3556 | 2024-10-30T19:21:00.082Z | [ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3557 | 2024-10-30T19:21:00.083Z | [ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO skip step because feature "recovery" is not enabled |
3558 | 2024-10-30T19:21:00.083Z | [ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3559 | 2024-10-30T19:21:00.085Z | [ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO skip step because feature "recovery" is not enabled |
3560 | 2024-10-30T19:21:00.086Z | [ host-image] Oct 30 19:20:59.211 INFO O| Oct 30 19:20:59.211 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3561 | 2024-10-30T19:21:00.095Z | [ host-image] Oct 30 19:20:59.224 INFO O| Oct 30 19:20:59.224 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"] |
3562 | 2024-10-30T19:21:00.565Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3563 | 2024-10-30T19:21:00.569Z | Oct 30 19:20:59.698 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.328650134s) |
3564 | 2024-10-30T19:21:00.671Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3565 | 2024-10-30T19:21:00.804Z | [verify-libraries] Compiling polyval v0.6.2 |
3566 | 2024-10-30T19:21:00.819Z | [verify-libraries] Compiling ctr v0.9.2 |
3567 | 2024-10-30T19:21:00.837Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
3568 | 2024-10-30T19:21:00.837Z | [verify-libraries] Compiling blowfish v0.9.1 |
3569 | 2024-10-30T19:21:00.881Z | [verify-libraries] Compiling password-hash v0.4.2 |
3570 | 2024-10-30T19:21:00.883Z | [verify-libraries] Compiling matches v0.1.10 |
3571 | 2024-10-30T19:21:00.884Z | [verify-libraries] Compiling p256 v0.13.2 |
3572 | 2024-10-30T19:21:01.163Z | [ host-image] Oct 30 19:21:00.292 INFO O| Oct 30 19:21:00.292 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3573 | 2024-10-30T19:21:01.299Z | [verify-libraries] Compiling ghash v0.5.1 |
3574 | 2024-10-30T19:21:01.432Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
3575 | 2024-10-30T19:21:01.433Z | [verify-libraries] Compiling idna v0.2.3 |
3576 | 2024-10-30T19:21:01.582Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
3577 | 2024-10-30T19:21:01.649Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
3578 | 2024-10-30T19:21:02.252Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
3579 | 2024-10-30T19:21:02.387Z | [verify-libraries] Compiling p521 v0.13.3 |
3580 | 2024-10-30T19:21:02.656Z | [verify-libraries] Compiling enum-as-inner v0.5.1 |
3581 | 2024-10-30T19:21:02.693Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
3582 | 2024-10-30T19:21:03.307Z | [verify-libraries] Compiling ssh-key v0.6.6 |
3583 | 2024-10-30T19:21:03.416Z | [verify-libraries] Compiling md5 v0.7.0 |
3584 | 2024-10-30T19:21:04.263Z | [verify-libraries] Compiling num-bigint v0.4.6 |
3585 | 2024-10-30T19:21:04.390Z | [verify-libraries] Compiling des v0.8.1 |
3586 | 2024-10-30T19:21:04.675Z | [verify-libraries] Compiling trust-dns-proto v0.22.0 |
3587 | 2024-10-30T19:21:05.127Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 |
3588 | 2024-10-30T19:21:06.277Z | [verify-libraries] Compiling hex-literal v0.4.1 |
3589 | 2024-10-30T19:21:06.432Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3590 | 2024-10-30T19:21:06.486Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3591 | 2024-10-30T19:21:06.523Z | Oct 30 19:21:05.651 INFO [stamp-clickhouse] process exited with exit status: 0 (11.311670741s) |
3592 | 2024-10-30T19:21:06.553Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3593 | 2024-10-30T19:21:06.561Z | Oct 30 19:21:05.690 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.255545102s) |
3594 | 2024-10-30T19:21:06.561Z | Oct 30 19:21:05.690 INFO [tuf-stamp] task succeeded (11.380139359s) |
3595 | 2024-10-30T19:21:06.567Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3596 | 2024-10-30T19:21:07.590Z | [verify-libraries] Compiling russh-keys v0.45.0 |
3597 | 2024-10-30T19:21:07.652Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
3598 | 2024-10-30T19:21:08.439Z | [verify-libraries] Compiling heck v0.4.1 |
3599 | 2024-10-30T19:21:10.158Z | [verify-libraries] Compiling russh v0.45.0 |
3600 | 2024-10-30T19:21:10.891Z | [ recovery-image] Oct 30 19:21:10.020 INFO O| Oct 30 19:21:10.020 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3601 | 2024-10-30T19:21:15.518Z | [verify-libraries] Compiling dhcproto v0.12.0 |
3602 | 2024-10-30T19:21:15.788Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3603 | 2024-10-30T19:21:18.053Z | [ recovery-image] Oct 30 19:21:17.181 INFO O| Oct 30 19:21:17.181 INFO O| Startup: Caching catalogs ... Done |
3604 | 2024-10-30T19:21:18.170Z | [ recovery-image] Oct 30 19:21:17.297 INFO O| Oct 30 19:21:17.297 INFO O| Planning: Planning completed in 0.00 seconds |
3605 | 2024-10-30T19:21:18.172Z | [ recovery-image] Oct 30 19:21:17.299 INFO O| Oct 30 19:21:17.298 INFO O| Planning: Consolidating action changes ... Done |
3606 | 2024-10-30T19:21:18.172Z | [ recovery-image] Oct 30 19:21:17.299 INFO O| Oct 30 19:21:17.299 INFO O| Planning: Evaluating mediators ... Done |
3607 | 2024-10-30T19:21:18.172Z | [ recovery-image] Oct 30 19:21:17.299 INFO O| Oct 30 19:21:17.299 INFO O| Planning: Planning completed in 0.00 seconds |
3608 | 2024-10-30T19:21:18.172Z | [ recovery-image] Oct 30 19:21:17.300 INFO O| Oct 30 19:21:17.300 INFO O| Variants/Facets to change: 1 |
3609 | 2024-10-30T19:21:18.270Z | [ recovery-image] Oct 30 19:21:17.398 INFO O| Oct 30 19:21:17.398 INFO O| Done |
3610 | 2024-10-30T19:21:18.270Z | [ recovery-image] Oct 30 19:21:17.398 INFO O| Oct 30 19:21:17.398 INFO O| Done |
3611 | 2024-10-30T19:21:19.028Z | [ recovery-image] Oct 30 19:21:18.155 INFO O| Oct 30 19:21:18.155 INFO O| Done |
3612 | 2024-10-30T19:21:19.088Z | [ recovery-image] Oct 30 19:21:18.216 INFO O| Oct 30 19:21:18.216 INFO O| Done |
3613 | 2024-10-30T19:21:19.091Z | [ recovery-image] Oct 30 19:21:18.219 INFO O| Oct 30 19:21:18.219 INFO O| Done |
3614 | 2024-10-30T19:21:19.091Z | [ recovery-image] Oct 30 19:21:18.219 INFO O| Oct 30 19:21:18.219 INFO O| Done |
3615 | 2024-10-30T19:21:19.095Z | [ recovery-image] Oct 30 19:21:18.221 INFO O| Oct 30 19:21:18.221 INFO O| Done |
3616 | 2024-10-30T19:21:19.840Z | [ recovery-image] Oct 30 19:21:18.967 INFO O| Oct 30 19:21:18.967 INFO STEP 6 (pkg_change_variant) COMPLETE |
3617 | 2024-10-30T19:21:19.840Z | [ recovery-image] Oct 30 19:21:18.967 INFO O| Oct 30 19:21:18.967 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3618 | 2024-10-30T19:21:19.840Z | [ recovery-image] Oct 30 19:21:18.967 INFO O| Oct 30 19:21:18.967 INFO skip step because feature "debug_variant" is not enabled |
3619 | 2024-10-30T19:21:19.842Z | [ recovery-image] Oct 30 19:21:18.968 INFO O| Oct 30 19:21:18.967 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3620 | 2024-10-30T19:21:20.551Z | [ recovery-image] Oct 30 19:21:19.679 INFO O| Oct 30 19:21:19.679 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3621 | 2024-10-30T19:21:21.532Z | [ recovery-image] Oct 30 19:21:20.660 INFO O| Oct 30 19:21:20.660 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3622 | 2024-10-30T19:21:21.535Z | [ recovery-image] Oct 30 19:21:20.662 INFO O| Oct 30 19:21:20.662 INFO O| Planning: Planning completed in 0.00 seconds |
3623 | 2024-10-30T19:21:21.535Z | [ recovery-image] Oct 30 19:21:20.662 INFO O| Oct 30 19:21:20.662 INFO O| Planning: Consolidating action changes ... Done |
3624 | 2024-10-30T19:21:21.535Z | [ recovery-image] Oct 30 19:21:20.663 INFO O| Oct 30 19:21:20.663 INFO O| Planning: Evaluating mediators ... Done |
3625 | 2024-10-30T19:21:21.535Z | [ recovery-image] Oct 30 19:21:20.663 INFO O| Oct 30 19:21:20.663 INFO O| Planning: Planning completed in 0.00 seconds |
3626 | 2024-10-30T19:21:21.538Z | [ recovery-image] Oct 30 19:21:20.663 INFO O| Oct 30 19:21:20.663 INFO O| Variants/Facets to change: 1 |
3627 | 2024-10-30T19:21:21.587Z | [ recovery-image] Oct 30 19:21:20.715 INFO O| Oct 30 19:21:20.715 INFO O| Done |
3628 | 2024-10-30T19:21:21.587Z | [ recovery-image] Oct 30 19:21:20.715 INFO O| Oct 30 19:21:20.715 INFO O| Done |
3629 | 2024-10-30T19:21:22.274Z | [ recovery-image] Oct 30 19:21:21.402 INFO O| Oct 30 19:21:21.402 INFO O| Done |
3630 | 2024-10-30T19:21:22.371Z | [ recovery-image] Oct 30 19:21:21.499 INFO O| Oct 30 19:21:21.499 INFO O| Done |
3631 | 2024-10-30T19:21:22.373Z | [ recovery-image] Oct 30 19:21:21.500 INFO O| Oct 30 19:21:21.500 INFO O| Done |
3632 | 2024-10-30T19:21:22.373Z | [ recovery-image] Oct 30 19:21:21.500 INFO O| Oct 30 19:21:21.500 INFO O| Done |
3633 | 2024-10-30T19:21:22.376Z | [ recovery-image] Oct 30 19:21:21.502 INFO O| Oct 30 19:21:21.502 INFO O| Done |
3634 | 2024-10-30T19:21:22.485Z | [ recovery-image] Oct 30 19:21:21.613 INFO O| Oct 30 19:21:21.613 INFO STEP 8 (pkg_change_facet) COMPLETE |
3635 | 2024-10-30T19:21:22.485Z | [ recovery-image] Oct 30 19:21:21.613 INFO O| Oct 30 19:21:21.613 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3636 | 2024-10-30T19:21:23.128Z | [ recovery-image] Oct 30 19:21:22.256 INFO O| Oct 30 19:21:22.255 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3637 | 2024-10-30T19:21:24.137Z | [ recovery-image] Oct 30 19:21:23.264 INFO O| Oct 30 19:21:23.264 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3638 | 2024-10-30T19:21:24.139Z | [ recovery-image] Oct 30 19:21:23.266 INFO O| Oct 30 19:21:23.266 INFO O| Planning: Planning completed in 0.00 seconds |
3639 | 2024-10-30T19:21:24.139Z | [ recovery-image] Oct 30 19:21:23.267 INFO O| Oct 30 19:21:23.267 INFO O| Planning: Consolidating action changes ... Done |
3640 | 2024-10-30T19:21:24.139Z | [ recovery-image] Oct 30 19:21:23.267 INFO O| Oct 30 19:21:23.267 INFO O| Planning: Evaluating mediators ... Done |
3641 | 2024-10-30T19:21:24.142Z | [ recovery-image] Oct 30 19:21:23.268 INFO O| Oct 30 19:21:23.268 INFO O| Planning: Planning completed in 0.00 seconds |
3642 | 2024-10-30T19:21:24.142Z | [ recovery-image] Oct 30 19:21:23.268 INFO O| Oct 30 19:21:23.268 INFO O| Variants/Facets to change: 1 |
3643 | 2024-10-30T19:21:24.220Z | [ recovery-image] Oct 30 19:21:23.348 INFO O| Oct 30 19:21:23.347 INFO O| Done |
3644 | 2024-10-30T19:21:24.220Z | [ recovery-image] Oct 30 19:21:23.348 INFO O| Oct 30 19:21:23.348 INFO O| Done |
3645 | 2024-10-30T19:21:24.628Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3646 | 2024-10-30T19:21:24.915Z | [ recovery-image] Oct 30 19:21:24.042 INFO O| Oct 30 19:21:24.042 INFO O| Done |
3647 | 2024-10-30T19:21:24.982Z | [ recovery-image] Oct 30 19:21:24.110 INFO O| Oct 30 19:21:24.109 INFO O| Done |
3648 | 2024-10-30T19:21:25.001Z | [ recovery-image] Oct 30 19:21:24.129 INFO O| Oct 30 19:21:24.129 INFO O| Done |
3649 | 2024-10-30T19:21:25.001Z | [ recovery-image] Oct 30 19:21:24.129 INFO O| Oct 30 19:21:24.129 INFO O| Done |
3650 | 2024-10-30T19:21:25.004Z | [ recovery-image] Oct 30 19:21:24.131 INFO O| Oct 30 19:21:24.131 INFO O| Done |
3651 | 2024-10-30T19:21:25.116Z | [ recovery-image] Oct 30 19:21:24.244 INFO O| Oct 30 19:21:24.243 INFO STEP 9 (pkg_change_facet) COMPLETE |
3652 | 2024-10-30T19:21:25.116Z | [ recovery-image] Oct 30 19:21:24.244 INFO O| Oct 30 19:21:24.244 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3653 | 2024-10-30T19:21:25.783Z | [ recovery-image] Oct 30 19:21:24.910 INFO O| Oct 30 19:21:24.910 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3654 | 2024-10-30T19:21:26.350Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3655 | 2024-10-30T19:21:26.867Z | [ recovery-image] Oct 30 19:21:25.994 INFO O| Oct 30 19:21:25.994 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3656 | 2024-10-30T19:21:26.870Z | [ recovery-image] Oct 30 19:21:25.996 INFO O| Oct 30 19:21:25.996 INFO O| Planning: Planning completed in 0.00 seconds |
3657 | 2024-10-30T19:21:26.870Z | [ recovery-image] Oct 30 19:21:25.997 INFO O| Oct 30 19:21:25.997 INFO O| Planning: Consolidating action changes ... Done |
3658 | 2024-10-30T19:21:26.870Z | [ recovery-image] Oct 30 19:21:25.997 INFO O| Oct 30 19:21:25.997 INFO O| Planning: Evaluating mediators ... Done |
3659 | 2024-10-30T19:21:26.870Z | [ recovery-image] Oct 30 19:21:25.998 INFO O| Oct 30 19:21:25.998 INFO O| Planning: Planning completed in 0.00 seconds |
3660 | 2024-10-30T19:21:26.873Z | [ recovery-image] Oct 30 19:21:25.998 INFO O| Oct 30 19:21:25.998 INFO O| Variants/Facets to change: 1 |
3661 | 2024-10-30T19:21:26.884Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3662 | 2024-10-30T19:21:26.962Z | [ recovery-image] Oct 30 19:21:26.090 INFO O| Oct 30 19:21:26.090 INFO O| Done |
3663 | 2024-10-30T19:21:26.962Z | [ recovery-image] Oct 30 19:21:26.090 INFO O| Oct 30 19:21:26.090 INFO O| Done |
3664 | 2024-10-30T19:21:27.269Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3665 | 2024-10-30T19:21:27.438Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3666 | 2024-10-30T19:21:27.639Z | [ recovery-image] Oct 30 19:21:26.763 INFO O| Oct 30 19:21:26.763 INFO O| Done |
3667 | 2024-10-30T19:21:27.704Z | [ recovery-image] Oct 30 19:21:26.831 INFO O| Oct 30 19:21:26.831 INFO O| Done |
3668 | 2024-10-30T19:21:27.706Z | [ recovery-image] Oct 30 19:21:26.832 INFO O| Oct 30 19:21:26.832 INFO O| Done |
3669 | 2024-10-30T19:21:27.706Z | [ recovery-image] Oct 30 19:21:26.832 INFO O| Oct 30 19:21:26.832 INFO O| Done |
3670 | 2024-10-30T19:21:27.708Z | [ recovery-image] Oct 30 19:21:26.835 INFO O| Oct 30 19:21:26.835 INFO O| Done |
3671 | 2024-10-30T19:21:27.825Z | [ recovery-image] Oct 30 19:21:26.953 INFO O| Oct 30 19:21:26.953 INFO STEP 10 (pkg_change_facet) COMPLETE |
3672 | 2024-10-30T19:21:27.825Z | [ recovery-image] Oct 30 19:21:26.953 INFO O| Oct 30 19:21:26.953 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3673 | 2024-10-30T19:21:27.846Z | [ recovery-image] Oct 30 19:21:26.973 INFO O| Oct 30 19:21:26.973 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"] |
3674 | 2024-10-30T19:21:27.888Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3675 | 2024-10-30T19:21:27.992Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3676 | 2024-10-30T19:21:28.316Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3677 | 2024-10-30T19:21:28.858Z | [ recovery-image] Oct 30 19:21:27.985 INFO O| Oct 30 19:21:27.985 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3678 | 2024-10-30T19:21:33.306Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3679 | 2024-10-30T19:21:37.654Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3680 | 2024-10-30T19:21:39.059Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3681 | 2024-10-30T19:21:40.004Z | [verify-libraries] Compiling termios v0.3.3 |
3682 | 2024-10-30T19:21:40.449Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3683 | 2024-10-30T19:21:54.838Z | [ host-image] Oct 30 19:21:53.965 INFO O| Oct 30 19:21:53.964 INFO O| Planning: Solver setup ... Done |
3684 | 2024-10-30T19:21:58.819Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3685 | 2024-10-30T19:22:19.605Z | [ recovery-image] Oct 30 19:22:18.730 INFO O| Oct 30 19:22:18.730 INFO O| Planning: Solver setup ... Done |
3686 | 2024-10-30T19:22:47.602Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3687 | 2024-10-30T19:22:50.086Z | [ host-image] Oct 30 19:22:49.210 INFO O| Oct 30 19:22:49.210 INFO O| Planning: Running solver ... Done |
3688 | 2024-10-30T19:22:50.667Z | [ host-image] Oct 30 19:22:49.791 INFO O| Oct 30 19:22:49.791 INFO O| Planning: Finding local manifests ... Done |
3689 | 2024-10-30T19:22:50.685Z | [ host-image] Oct 30 19:22:49.809 INFO O| Oct 30 19:22:49.809 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3690 | 2024-10-30T19:22:56.756Z | [ host-image] Oct 30 19:22:55.880 INFO O| Oct 30 19:22:55.880 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3691 | 2024-10-30T19:22:58.120Z | [ host-image] Oct 30 19:22:57.244 INFO O| Oct 30 19:22:57.244 INFO O| Planning: Package planning ... Done |
3692 | 2024-10-30T19:22:59.770Z | [ host-image] Oct 30 19:22:58.894 INFO O| Oct 30 19:22:58.893 INFO O| Planning: Merging actions ... Done |
3693 | 2024-10-30T19:23:00.334Z | [ host-image] Oct 30 19:22:59.458 INFO O| Oct 30 19:22:59.457 INFO O| Planning: Checking for conflicting actions ... Done |
3694 | 2024-10-30T19:23:00.727Z | [ host-image] Oct 30 19:22:59.850 INFO O| Oct 30 19:22:59.850 INFO O| Planning: Consolidating action changes ... Done |
3695 | 2024-10-30T19:23:01.257Z | [ host-image] Oct 30 19:23:00.381 INFO O| Oct 30 19:23:00.380 INFO O| Planning: Evaluating mediators ... Done |
3696 | 2024-10-30T19:23:06.190Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3697 | 2024-10-30T19:23:06.609Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3698 | 2024-10-30T19:23:07.889Z | [ host-image] Oct 30 19:23:07.012 INFO O| Oct 30 19:23:07.012 INFO O| Planning: Planning completed in 126.72 seconds |
3699 | 2024-10-30T19:23:07.896Z | [ host-image] Oct 30 19:23:07.019 INFO O| Oct 30 19:23:07.019 INFO O| Packages to install: 124 |
3700 | 2024-10-30T19:23:07.898Z | [ host-image] Oct 30 19:23:07.019 INFO O| Oct 30 19:23:07.019 INFO O| Mediators to change: 4 |
3701 | 2024-10-30T19:23:07.899Z | [ host-image] Oct 30 19:23:07.019 INFO O| Oct 30 19:23:07.019 INFO O| Services to change: 6 |
3702 | 2024-10-30T19:23:08.012Z | [ host-image] Oct 30 19:23:07.135 INFO O| Oct 30 19:23:07.134 INFO O| Download: 0/22744 items 0.0/199.4MB 0% complete |
3703 | 2024-10-30T19:23:13.035Z | [ host-image] Oct 30 19:23:12.158 INFO O| Oct 30 19:23:12.158 INFO O| Download: 1160/22744 items 6.7/199.4MB 3% complete (1.3M/s) |
3704 | 2024-10-30T19:23:14.933Z | [ recovery-image] Oct 30 19:23:14.057 INFO O| Oct 30 19:23:14.056 INFO O| Planning: Running solver ... Done |
3705 | 2024-10-30T19:23:15.476Z | [ recovery-image] Oct 30 19:23:14.598 INFO O| Oct 30 19:23:14.598 INFO O| Planning: Finding local manifests ... Done |
3706 | 2024-10-30T19:23:15.517Z | [ recovery-image] Oct 30 19:23:14.640 INFO O| Oct 30 19:23:14.639 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3707 | 2024-10-30T19:23:18.346Z | [ host-image] Oct 30 19:23:17.469 INFO O| Oct 30 19:23:17.469 INFO O| Download: 1695/22744 items 11.3/199.4MB 5% complete (1.1M/s) |
3708 | 2024-10-30T19:23:20.500Z | [ recovery-image] Oct 30 19:23:19.622 INFO O| Oct 30 19:23:19.622 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3709 | 2024-10-30T19:23:21.673Z | [ recovery-image] Oct 30 19:23:20.796 INFO O| Oct 30 19:23:20.795 INFO O| Planning: Package planning ... Done |
3710 | 2024-10-30T19:23:22.468Z | [ recovery-image] Oct 30 19:23:21.591 INFO O| Oct 30 19:23:21.591 INFO O| Planning: Merging actions ... Done |
3711 | 2024-10-30T19:23:22.738Z | [ recovery-image] Oct 30 19:23:21.847 INFO O| Oct 30 19:23:21.847 INFO O| Planning: Checking for conflicting actions ... Done |
3712 | 2024-10-30T19:23:22.817Z | [ recovery-image] Oct 30 19:23:21.940 INFO O| Oct 30 19:23:21.940 INFO O| Planning: Consolidating action changes ... Done |
3713 | 2024-10-30T19:23:23.225Z | [ recovery-image] Oct 30 19:23:22.347 INFO O| Oct 30 19:23:22.347 INFO O| Planning: Evaluating mediators ... Done |
3714 | 2024-10-30T19:23:23.349Z | [ host-image] Oct 30 19:23:22.472 INFO O| Oct 30 19:23:22.472 INFO O| Download: 2255/22744 items 24.8/199.4MB 12% complete (1.8M/s) |
3715 | 2024-10-30T19:23:28.399Z | [ host-image] Oct 30 19:23:27.522 INFO O| Oct 30 19:23:27.522 INFO O| Download: 3482/22744 items 35.7/199.4MB 17% complete (2.5M/s) |
3716 | 2024-10-30T19:23:29.087Z | [ recovery-image] Oct 30 19:23:28.210 INFO O| Oct 30 19:23:28.210 INFO O| Planning: Planning completed in 120.22 seconds |
3717 | 2024-10-30T19:23:29.094Z | [ recovery-image] Oct 30 19:23:28.217 INFO O| Oct 30 19:23:28.217 INFO O| Packages to install: 124 |
3718 | 2024-10-30T19:23:29.094Z | [ recovery-image] Oct 30 19:23:28.217 INFO O| Oct 30 19:23:28.217 INFO O| Mediators to change: 4 |
3719 | 2024-10-30T19:23:29.095Z | [ recovery-image] Oct 30 19:23:28.217 INFO O| Oct 30 19:23:28.217 INFO O| Services to change: 5 |
3720 | 2024-10-30T19:23:29.186Z | [ recovery-image] Oct 30 19:23:28.309 INFO O| Oct 30 19:23:28.309 INFO O| Download: 0/15846 items 0.0/176.2MB 0% complete |
3721 | 2024-10-30T19:23:33.401Z | [ host-image] Oct 30 19:23:32.523 INFO O| Oct 30 19:23:32.523 INFO O| Download: 4324/22744 items 41.0/199.4MB 20% complete (1.6M/s) |
3722 | 2024-10-30T19:23:34.186Z | [ recovery-image] Oct 30 19:23:33.309 INFO O| Oct 30 19:23:33.309 INFO O| Download: 1011/15846 items 7.9/176.2MB 4% complete (1.6M/s) |
3723 | 2024-10-30T19:23:37.040Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3724 | 2024-10-30T19:23:38.421Z | [ host-image] Oct 30 19:23:37.543 INFO O| Oct 30 19:23:37.543 INFO O| Download: 4965/22744 items 45.9/199.4MB 22% complete (1.0M/s) |
3725 | 2024-10-30T19:23:39.661Z | [ recovery-image] Oct 30 19:23:38.783 INFO O| Oct 30 19:23:38.783 INFO O| Download: 1322/15846 items 20.3/176.2MB 11% complete (2.1M/s) |
3726 | 2024-10-30T19:23:43.421Z | [ host-image] Oct 30 19:23:42.543 INFO O| Oct 30 19:23:42.543 INFO O| Download: 5893/22744 items 46.4/199.4MB 23% complete (552k/s) |
3727 | 2024-10-30T19:23:44.875Z | [ recovery-image] Oct 30 19:23:43.997 INFO O| Oct 30 19:23:43.997 INFO O| Download: 1573/15846 items 24.2/176.2MB 13% complete (1.6M/s) |
3728 | 2024-10-30T19:23:48.539Z | [ host-image] Oct 30 19:23:47.660 INFO O| Oct 30 19:23:47.660 INFO O| Download: 6778/22744 items 48.4/199.4MB 24% complete (236k/s) |
3729 | 2024-10-30T19:23:49.890Z | [ recovery-image] Oct 30 19:23:49.012 INFO O| Oct 30 19:23:49.012 INFO O| Download: 2484/15846 items 31.4/176.2MB 17% complete (1.1M/s) |
3730 | 2024-10-30T19:23:53.545Z | [ host-image] Oct 30 19:23:52.666 INFO O| Oct 30 19:23:52.666 INFO O| Download: 7266/22744 items 57.3/199.4MB 28% complete (1.1M/s) |
3731 | 2024-10-30T19:23:54.904Z | [ recovery-image] Oct 30 19:23:54.026 INFO O| Oct 30 19:23:54.026 INFO O| Download: 3338/15846 items 38.0/176.2MB 21% complete (1.4M/s) |
3732 | 2024-10-30T19:23:58.550Z | [ host-image] Oct 30 19:23:57.672 INFO O| Oct 30 19:23:57.671 INFO O| Download: 8142/22744 items 60.8/199.4MB 30% complete (1.2M/s) |
3733 | 2024-10-30T19:23:58.649Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3734 | 2024-10-30T19:23:59.918Z | [ recovery-image] Oct 30 19:23:59.039 INFO O| Oct 30 19:23:59.039 INFO O| Download: 3935/15846 items 42.5/176.2MB 24% complete (1.1M/s) |
3735 | 2024-10-30T19:24:01.717Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3736 | 2024-10-30T19:24:03.556Z | [ host-image] Oct 30 19:24:02.674 INFO O| Oct 30 19:24:02.674 INFO O| Download: 8769/22744 items 71.3/199.4MB 35% complete (1.4M/s) |
3737 | 2024-10-30T19:24:03.714Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
3738 | 2024-10-30T19:24:04.920Z | [ recovery-image] Oct 30 19:24:04.041 INFO O| Oct 30 19:24:04.041 INFO O| Download: 4802/15846 items 43.0/176.2MB 24% complete (518k/s) |
3739 | 2024-10-30T19:24:08.554Z | [ host-image] Oct 30 19:24:07.675 INFO O| Oct 30 19:24:07.675 INFO O| Download: 9746/22744 items 83.5/199.4MB 41% complete (2.3M/s) |
3740 | 2024-10-30T19:24:10.088Z | [ recovery-image] Oct 30 19:24:09.208 INFO O| Oct 30 19:24:09.208 INFO O| Download: 5667/15846 items 44.5/176.2MB 25% complete (206k/s) |
3741 | 2024-10-30T19:24:13.555Z | [ host-image] Oct 30 19:24:12.675 INFO O| Oct 30 19:24:12.675 INFO O| Download: 10779/22744 items 89.6/199.4MB 44% complete (1.8M/s) |
3742 | 2024-10-30T19:24:15.228Z | [ recovery-image] Oct 30 19:24:14.349 INFO O| Oct 30 19:24:14.349 INFO O| Download: 6101/15846 items 56.3/176.2MB 31% complete (1.2M/s) |
3743 | 2024-10-30T19:24:18.556Z | [ host-image] Oct 30 19:24:17.677 INFO O| Oct 30 19:24:17.677 INFO O| Download: 11288/22744 items 95.4/199.4MB 47% complete (1.1M/s) |
3744 | 2024-10-30T19:24:20.239Z | [ recovery-image] Oct 30 19:24:19.358 INFO O| Oct 30 19:24:19.358 INFO O| Download: 6726/15846 items 64.8/176.2MB 36% complete (2.1M/s) |
3745 | 2024-10-30T19:24:23.557Z | [ host-image] Oct 30 19:24:22.677 INFO O| Oct 30 19:24:22.677 INFO O| Download: 12047/22744 items 100.9/199.4MB 50% complete (1.1M/s) |
3746 | 2024-10-30T19:24:25.813Z | [ recovery-image] Oct 30 19:24:24.933 INFO O| Oct 30 19:24:24.933 INFO O| Download: 7626/15846 items 73.7/176.2MB 41% complete (2.0M/s) |
3747 | 2024-10-30T19:24:28.558Z | [ host-image] Oct 30 19:24:27.678 INFO O| Oct 30 19:24:27.678 INFO O| Download: 13013/22744 items 109.8/199.4MB 55% complete (1.4M/s) |
3748 | 2024-10-30T19:24:30.985Z | [ recovery-image] Oct 30 19:24:30.105 INFO O| Oct 30 19:24:30.105 INFO O| Download: 7932/15846 items 77.5/176.2MB 43% complete (1.2M/s) |
3749 | 2024-10-30T19:24:33.598Z | [ host-image] Oct 30 19:24:32.718 INFO O| Oct 30 19:24:32.718 INFO O| Download: 14267/22744 items 110.7/199.4MB 55% complete (1.1M/s) |
3750 | 2024-10-30T19:24:35.986Z | [ recovery-image] Oct 30 19:24:35.105 INFO O| Oct 30 19:24:35.105 INFO O| Download: 8739/15846 items 84.2/176.2MB 47% complete (1.1M/s) |
3751 | 2024-10-30T19:24:38.599Z | [ host-image] Oct 30 19:24:37.718 INFO O| Oct 30 19:24:37.718 INFO O| Download: 14670/22744 items 118.3/199.4MB 59% complete (790k/s) |
3752 | 2024-10-30T19:24:41.028Z | [ recovery-image] Oct 30 19:24:40.147 INFO O| Oct 30 19:24:40.147 INFO O| Download: 8936/15846 items 92.6/176.2MB 52% complete (1.6M/s) |
3753 | 2024-10-30T19:24:43.729Z | [ host-image] Oct 30 19:24:42.848 INFO O| Oct 30 19:24:42.848 INFO O| Download: 15708/22744 items 125.9/199.4MB 63% complete (1.5M/s) |
3754 | 2024-10-30T19:24:47.052Z | [ recovery-image] Oct 30 19:24:46.171 INFO O| Oct 30 19:24:46.171 INFO O| Download: 9959/15846 items 93.1/176.2MB 52% complete (1.1M/s) |
3755 | 2024-10-30T19:24:48.732Z | [ host-image] Oct 30 19:24:47.851 INFO O| Oct 30 19:24:47.851 INFO O| Download: 16228/22744 items 134.1/199.4MB 67% complete (1.5M/s) |
3756 | 2024-10-30T19:24:52.069Z | [ recovery-image] Oct 30 19:24:51.188 INFO O| Oct 30 19:24:51.188 INFO O| Download: 10847/15846 items 93.8/176.2MB 53% complete (104k/s) |
3757 | 2024-10-30T19:24:53.759Z | [ host-image] Oct 30 19:24:52.877 INFO O| Oct 30 19:24:52.877 INFO O| Download: 17077/22744 items 141.8/199.4MB 71% complete (1.5M/s) |
3758 | 2024-10-30T19:24:57.071Z | [ recovery-image] Oct 30 19:24:56.190 INFO O| Oct 30 19:24:56.190 INFO O| Download: 11085/15846 items 99.5/176.2MB 56% complete (633k/s) |
3759 | 2024-10-30T19:24:58.934Z | [ host-image] Oct 30 19:24:58.053 INFO O| Oct 30 19:24:58.053 INFO O| Download: 17923/22744 items 160.8/199.4MB 80% complete (2.5M/s) |
3760 | 2024-10-30T19:25:02.084Z | [ recovery-image] Oct 30 19:25:01.202 INFO O| Oct 30 19:25:01.202 INFO O| Download: 11678/15846 items 117.0/176.2MB 66% complete (2.3M/s) |
3761 | 2024-10-30T19:25:04.260Z | [ host-image] Oct 30 19:25:03.372 INFO O| Oct 30 19:25:03.372 INFO O| Download: 18956/22744 items 165.5/199.4MB 82% complete (2.4M/s) |
3762 | 2024-10-30T19:25:07.855Z | [ recovery-image] Oct 30 19:25:06.974 INFO O| Oct 30 19:25:06.974 INFO O| Download: 11993/15846 items 139.6/176.2MB 79% complete (4.3M/s) |
3763 | 2024-10-30T19:25:09.278Z | [ host-image] Oct 30 19:25:08.396 INFO O| Oct 30 19:25:08.396 INFO O| Download: 20184/22744 items 170.0/199.4MB 85% complete (833k/s) |
3764 | 2024-10-30T19:25:12.973Z | [ recovery-image] Oct 30 19:25:12.091 INFO O| Oct 30 19:25:12.091 INFO O| Download: 13012/15846 items 143.6/176.2MB 81% complete (2.2M/s) |
3765 | 2024-10-30T19:25:14.486Z | [ host-image] Oct 30 19:25:13.604 INFO O| Oct 30 19:25:13.604 INFO O| Download: 20610/22744 items 172.4/199.4MB 86% complete (896k/s) |
3766 | 2024-10-30T19:25:17.976Z | [ recovery-image] Oct 30 19:25:17.095 INFO O| Oct 30 19:25:17.094 INFO O| Download: 13758/15846 items 146.2/176.2MB 82% complete (645k/s) |
3767 | 2024-10-30T19:25:19.943Z | [ host-image] Oct 30 19:25:19.060 INFO O| Oct 30 19:25:19.060 INFO O| Download: 20960/22744 items 178.7/199.4MB 89% complete (948k/s) |
3768 | 2024-10-30T19:25:22.983Z | [ recovery-image] Oct 30 19:25:22.100 INFO O| Oct 30 19:25:22.100 INFO O| Download: 14457/15846 items 149.0/176.2MB 84% complete (546k/s) |
3769 | 2024-10-30T19:25:24.952Z | [ host-image] Oct 30 19:25:24.070 INFO O| Oct 30 19:25:24.070 INFO O| Download: 21659/22744 items 183.5/199.4MB 91% complete (1.1M/s) |
3770 | 2024-10-30T19:25:27.997Z | [ recovery-image] Oct 30 19:25:27.115 INFO O| Oct 30 19:25:27.114 INFO O| Download: 14863/15846 items 157.1/176.2MB 89% complete (1.1M/s) |
3771 | 2024-10-30T19:25:29.962Z | [ host-image] Oct 30 19:25:29.079 INFO O| Oct 30 19:25:29.079 INFO O| Download: 22123/22744 items 197.0/199.4MB 98% complete (1.8M/s) |
3772 | 2024-10-30T19:25:36.776Z | [ recovery-image] Oct 30 19:25:32.367 INFO O| Oct 30 19:25:32.367 INFO O| Download: 15548/15846 items 168.9/176.2MB 95% complete (2.0M/s) |
3773 | 2024-10-30T19:25:36.797Z | [ host-image] Oct 30 19:25:32.681 INFO O| Oct 30 19:25:32.680 INFO O| Download: Completed 199.42 MB in 145.55 seconds (1.4M/s) |
3774 | 2024-10-30T19:25:36.797Z | [ host-image] Oct 30 19:25:34.293 INFO O| Oct 30 19:25:34.293 INFO O| Actions: 1/49311 actions (Installing new actions) |
3775 | 2024-10-30T19:25:36.867Z | [ recovery-image] Oct 30 19:25:35.985 INFO O| Oct 30 19:25:35.985 INFO O| Download: Completed 176.18 MB in 127.68 seconds (1.4M/s) |
3776 | 2024-10-30T19:25:38.047Z | [ recovery-image] Oct 30 19:25:37.158 INFO O| Oct 30 19:25:37.158 INFO O| Actions: 1/25012 actions (Installing new actions) |
3777 | 2024-10-30T19:25:40.176Z | [ host-image] Oct 30 19:25:39.293 INFO O| Oct 30 19:25:39.293 INFO O| Actions: 9204/49311 actions (Installing new actions) |
3778 | 2024-10-30T19:25:43.042Z | [ recovery-image] Oct 30 19:25:42.158 INFO O| Oct 30 19:25:42.158 INFO O| Actions: 8523/25012 actions (Installing new actions) |
3779 | 2024-10-30T19:25:45.182Z | [ host-image] Oct 30 19:25:44.293 INFO O| Oct 30 19:25:44.293 INFO O| Actions: 15173/49311 actions (Installing new actions) |
3780 | 2024-10-30T19:25:48.042Z | [ recovery-image] Oct 30 19:25:47.158 INFO O| Oct 30 19:25:47.158 INFO O| Actions: 14157/25012 actions (Installing new actions) |
3781 | 2024-10-30T19:25:50.193Z | [ host-image] Oct 30 19:25:49.309 INFO O| Oct 30 19:25:49.309 INFO O| Actions: 21596/49311 actions (Installing new actions) |
3782 | 2024-10-30T19:25:53.042Z | [ recovery-image] Oct 30 19:25:52.158 INFO O| Oct 30 19:25:52.158 INFO O| Actions: 23835/25012 actions (Installing new actions) |
3783 | 2024-10-30T19:25:55.193Z | [ host-image] Oct 30 19:25:54.309 INFO O| Oct 30 19:25:54.309 INFO O| Actions: 38018/49311 actions (Installing new actions) |
3784 | 2024-10-30T19:25:58.043Z | [ recovery-image] Oct 30 19:25:57.159 INFO O| Oct 30 19:25:57.159 INFO O| Actions: 24621/25012 actions (Installing new actions) |
3785 | 2024-10-30T19:25:58.293Z | [ recovery-image] Oct 30 19:25:57.410 INFO O| Oct 30 19:25:57.410 INFO O| Actions: Completed 25012 actions in 20.25 seconds. |
3786 | 2024-10-30T19:25:59.009Z | [ recovery-image] Oct 30 19:25:58.126 INFO O| Oct 30 19:25:58.125 INFO O| Done |
3787 | 2024-10-30T19:25:59.009Z | [ recovery-image] Oct 30 19:25:58.126 INFO O| Oct 30 19:25:58.126 INFO O| Done |
3788 | 2024-10-30T19:26:00.292Z | [ host-image] Oct 30 19:25:59.408 INFO O| Oct 30 19:25:59.408 INFO O| Actions: 48894/49311 actions (Installing new actions) |
3789 | 2024-10-30T19:26:00.342Z | [ recovery-image] Oct 30 19:25:59.458 INFO O| Oct 30 19:25:59.458 INFO O| Done |
3790 | 2024-10-30T19:26:01.103Z | [ host-image] Oct 30 19:26:00.219 INFO O| Oct 30 19:26:00.219 INFO O| Actions: Completed 49311 actions in 25.90 seconds. |
3791 | 2024-10-30T19:26:01.927Z | [ host-image] Oct 30 19:26:01.039 INFO O| Oct 30 19:26:01.038 INFO O| Done |
3792 | 2024-10-30T19:26:01.927Z | [ host-image] Oct 30 19:26:01.039 INFO O| Oct 30 19:26:01.038 INFO O| Done |
3793 | 2024-10-30T19:26:02.233Z | [ recovery-image] Oct 30 19:26:01.349 INFO O| Oct 30 19:26:01.349 INFO O| Done |
3794 | 2024-10-30T19:26:02.256Z | [ recovery-image] Oct 30 19:26:01.372 INFO O| Oct 30 19:26:01.372 INFO O| Done |
3795 | 2024-10-30T19:26:03.385Z | [ host-image] Oct 30 19:26:02.501 INFO O| Oct 30 19:26:02.501 INFO O| Done |
3796 | 2024-10-30T19:26:05.933Z | [ host-image] Oct 30 19:26:05.049 INFO O| Oct 30 19:26:05.049 INFO O| Done |
3797 | 2024-10-30T19:26:05.998Z | [ host-image] Oct 30 19:26:05.114 INFO O| Oct 30 19:26:05.114 INFO O| Done |
3798 | 2024-10-30T19:26:07.122Z | [ recovery-image] Oct 30 19:26:06.238 INFO O| Oct 30 19:26:06.238 INFO O| Done |
3799 | 2024-10-30T19:26:07.783Z | [ recovery-image] Oct 30 19:26:06.899 INFO O| Oct 30 19:26:06.899 INFO O| Done |
3800 | 2024-10-30T19:26:08.220Z | [ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO STEP 11 (pkg_install) COMPLETE |
3801 | 2024-10-30T19:26:08.220Z | [ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3802 | 2024-10-30T19:26:08.223Z | [ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO skip step because feature "recovery" is enabled |
3803 | 2024-10-30T19:26:08.223Z | [ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3804 | 2024-10-30T19:26:08.223Z | [ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO skip step because feature "omicron1" is not enabled |
3805 | 2024-10-30T19:26:08.223Z | [ recovery-image] Oct 30 19:26:07.336 INFO O| Oct 30 19:26:07.336 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3806 | 2024-10-30T19:26:08.240Z | [ recovery-image] Oct 30 19:26:07.356 INFO O| Oct 30 19:26:07.356 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
3807 | 2024-10-30T19:26:09.086Z | [ recovery-image] Oct 30 19:26:08.202 INFO O| Oct 30 19:26:08.202 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3808 | 2024-10-30T19:26:12.668Z | [ recovery-image] Oct 30 19:26:11.784 INFO O| Oct 30 19:26:11.784 INFO O| Planning: Solver setup ... Done |
3809 | 2024-10-30T19:26:12.674Z | [ recovery-image] Oct 30 19:26:11.790 INFO O| Oct 30 19:26:11.790 INFO O| Planning: Running solver ... Done |
3810 | 2024-10-30T19:26:12.755Z | [ recovery-image] Oct 30 19:26:11.871 INFO O| Oct 30 19:26:11.871 INFO O| Planning: Finding local manifests ... Done |
3811 | 2024-10-30T19:26:12.758Z | [ recovery-image] Oct 30 19:26:11.872 INFO O| Oct 30 19:26:11.872 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3812 | 2024-10-30T19:26:13.090Z | [ recovery-image] Oct 30 19:26:12.205 INFO O| Oct 30 19:26:12.205 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3813 | 2024-10-30T19:26:13.179Z | [ host-image] Oct 30 19:26:12.295 INFO O| Oct 30 19:26:12.295 INFO O| Done |
3814 | 2024-10-30T19:26:13.234Z | [ recovery-image] Oct 30 19:26:12.350 INFO O| Oct 30 19:26:12.350 INFO O| Planning: Package planning ... Done |
3815 | 2024-10-30T19:26:13.237Z | [ recovery-image] Oct 30 19:26:12.351 INFO O| Oct 30 19:26:12.351 INFO O| Planning: Merging actions ... Done |
3816 | 2024-10-30T19:26:13.360Z | [ recovery-image] Oct 30 19:26:12.476 INFO O| Oct 30 19:26:12.476 INFO O| Planning: Checking for conflicting actions ... Done |
3817 | 2024-10-30T19:26:13.395Z | [ recovery-image] Oct 30 19:26:12.511 INFO O| Oct 30 19:26:12.511 INFO O| Planning: Consolidating action changes ... Done |
3818 | 2024-10-30T19:26:13.884Z | [ recovery-image] Oct 30 19:26:13.000 INFO O| Oct 30 19:26:13.000 INFO O| Planning: Evaluating mediators ... Done |
3819 | 2024-10-30T19:26:13.887Z | [ recovery-image] Oct 30 19:26:13.001 INFO O| Oct 30 19:26:13.001 INFO O| Planning: Planning completed in 4.80 seconds |
3820 | 2024-10-30T19:26:13.890Z | [ recovery-image] Oct 30 19:26:13.004 INFO O| Oct 30 19:26:13.003 INFO O| Packages to install: 1 |
3821 | 2024-10-30T19:26:13.908Z | [ recovery-image] Oct 30 19:26:13.023 INFO O| Oct 30 19:26:13.023 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
3822 | 2024-10-30T19:26:14.249Z | [ host-image] Oct 30 19:26:13.364 INFO O| Oct 30 19:26:13.364 INFO O| Done |
3823 | 2024-10-30T19:26:14.731Z | [ host-image] Oct 30 19:26:13.847 INFO O| Oct 30 19:26:13.847 INFO STEP 11 (pkg_install) COMPLETE |
3824 | 2024-10-30T19:26:14.731Z | [ host-image] Oct 30 19:26:13.847 INFO O| Oct 30 19:26:13.847 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3825 | 2024-10-30T19:26:14.750Z | [ host-image] Oct 30 19:26:13.866 INFO O| Oct 30 19:26:13.865 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3826 | 2024-10-30T19:26:15.023Z | [ recovery-image] Oct 30 19:26:14.139 INFO O| Oct 30 19:26:14.138 INFO O| Download: Completed 20.80 MB in 1.12 seconds (18.6M/s) |
3827 | 2024-10-30T19:26:15.134Z | [ recovery-image] Oct 30 19:26:14.250 INFO O| Oct 30 19:26:14.250 INFO O| Actions: 1/22 actions (Installing new actions) |
3828 | 2024-10-30T19:26:15.759Z | [ host-image] Oct 30 19:26:14.875 INFO O| Oct 30 19:26:14.874 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3829 | 2024-10-30T19:26:15.989Z | [ recovery-image] Oct 30 19:26:15.103 INFO O| Oct 30 19:26:15.103 INFO O| Actions: Completed 22 actions in 0.85 seconds. |
3830 | 2024-10-30T19:26:16.591Z | [ recovery-image] Oct 30 19:26:15.707 INFO O| Oct 30 19:26:15.707 INFO O| Done |
3831 | 2024-10-30T19:26:16.591Z | [ recovery-image] Oct 30 19:26:15.707 INFO O| Oct 30 19:26:15.707 INFO O| Done |
3832 | 2024-10-30T19:26:17.729Z | [ recovery-image] Oct 30 19:26:16.845 INFO O| Oct 30 19:26:16.845 INFO O| Done |
3833 | 2024-10-30T19:26:19.647Z | [ recovery-image] Oct 30 19:26:18.762 INFO O| Oct 30 19:26:18.762 INFO O| Done |
3834 | 2024-10-30T19:26:19.669Z | [ recovery-image] Oct 30 19:26:18.785 INFO O| Oct 30 19:26:18.785 INFO O| Done |
3835 | 2024-10-30T19:26:19.669Z | [ recovery-image] Oct 30 19:26:18.785 INFO O| Oct 30 19:26:18.785 INFO O| Done |
3836 | 2024-10-30T19:26:19.684Z | [ recovery-image] Oct 30 19:26:18.799 INFO O| Oct 30 19:26:18.799 INFO O| Done |
3837 | 2024-10-30T19:26:19.881Z | [ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO STEP 14 (pkg_install) COMPLETE |
3838 | 2024-10-30T19:26:19.881Z | [ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3839 | 2024-10-30T19:26:19.883Z | [ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO skip step because feature "mfg" is not enabled |
3840 | 2024-10-30T19:26:19.883Z | [ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3841 | 2024-10-30T19:26:19.883Z | [ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO skip step because feature "compliance" is not enabled |
3842 | 2024-10-30T19:26:19.883Z | [ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3843 | 2024-10-30T19:26:19.883Z | [ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO skip step because feature "stress" is not enabled |
3844 | 2024-10-30T19:26:19.884Z | [ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3845 | 2024-10-30T19:26:19.884Z | [ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO skip step because feature "nfs" is not enabled |
3846 | 2024-10-30T19:26:19.884Z | [ recovery-image] Oct 30 19:26:18.996 INFO O| Oct 30 19:26:18.996 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3847 | 2024-10-30T19:26:19.884Z | [ recovery-image] Oct 30 19:26:18.997 INFO O| Oct 30 19:26:18.996 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3848 | 2024-10-30T19:26:20.117Z | [ recovery-image] Oct 30 19:26:19.232 INFO O| Oct 30 19:26:19.232 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3849 | 2024-10-30T19:26:20.231Z | [ recovery-image] Oct 30 19:26:19.347 INFO O| Oct 30 19:26:19.347 INFO completed processing gimlet/ramdisk-01-os |
3850 | 2024-10-30T19:26:20.235Z | [ recovery-image] Oct 30 19:26:19.351 INFO image builder template: ramdisk-02-trim... |
3851 | 2024-10-30T19:26:20.235Z | [ recovery-image] Oct 30 19:26:19.351 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/.tmp4gr4ys/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None |
3852 | 2024-10-30T19:26:20.276Z | [ recovery-image] Oct 30 19:26:19.391 INFO O| Oct 30 19:26:19.391 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3853 | 2024-10-30T19:26:20.301Z | [ recovery-image] Oct 30 19:26:19.416 INFO O| Oct 30 19:26:19.416 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3854 | 2024-10-30T19:26:20.417Z | [ recovery-image] Oct 30 19:26:19.533 INFO O| Oct 30 19:26:19.533 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3855 | 2024-10-30T19:26:20.521Z | [ recovery-image] Oct 30 19:26:19.637 INFO O| Oct 30 19:26:19.636 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3856 | 2024-10-30T19:26:20.523Z | [ recovery-image] Oct 30 19:26:19.637 INFO O| Oct 30 19:26:19.637 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3857 | 2024-10-30T19:26:20.530Z | [ recovery-image] Oct 30 19:26:19.646 INFO O| Oct 30 19:26:19.646 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3858 | 2024-10-30T19:26:20.538Z | [ recovery-image] Oct 30 19:26:19.654 INFO O| Oct 30 19:26:19.654 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3859 | 2024-10-30T19:26:20.547Z | [ recovery-image] Oct 30 19:26:19.662 INFO O| Oct 30 19:26:19.662 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3860 | 2024-10-30T19:26:20.860Z | [ host-image] Oct 30 19:26:19.975 INFO O| Oct 30 19:26:19.975 INFO O| Planning: Solver setup ... Done |
3861 | 2024-10-30T19:26:20.867Z | [ host-image] Oct 30 19:26:19.982 INFO O| Oct 30 19:26:19.982 INFO O| Planning: Running solver ... Done |
3862 | 2024-10-30T19:26:20.889Z | [ recovery-image] Oct 30 19:26:20.005 INFO O| Oct 30 19:26:20.004 INFO rolled back to input snapshot; work may begin |
3863 | 2024-10-30T19:26:20.889Z | [ recovery-image] Oct 30 19:26:20.005 INFO O| Oct 30 19:26:20.005 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3864 | 2024-10-30T19:26:20.898Z | [ recovery-image] Oct 30 19:26:20.014 INFO O| Oct 30 19:26:20.014 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3865 | 2024-10-30T19:26:20.917Z | [ recovery-image] Oct 30 19:26:20.032 INFO O| Oct 30 19:26:20.032 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3866 | 2024-10-30T19:26:20.946Z | [ host-image] Oct 30 19:26:20.062 INFO O| Oct 30 19:26:20.062 INFO O| Planning: Finding local manifests ... Done |
3867 | 2024-10-30T19:26:20.949Z | [ host-image] Oct 30 19:26:20.064 INFO O| Oct 30 19:26:20.064 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3868 | 2024-10-30T19:26:21.044Z | [ recovery-image] Oct 30 19:26:20.160 INFO O| Oct 30 19:26:20.160 INFO STEP 0 (remove_files) COMPLETE |
3869 | 2024-10-30T19:26:21.044Z | [ recovery-image] Oct 30 19:26:20.160 INFO O| Oct 30 19:26:20.160 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3870 | 2024-10-30T19:26:21.080Z | [ recovery-image] Oct 30 19:26:20.196 INFO O| Oct 30 19:26:20.195 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3871 | 2024-10-30T19:26:21.083Z | [ recovery-image] Oct 30 19:26:20.198 INFO O| Oct 30 19:26:20.198 INFO STEP 1 (remove_files) COMPLETE |
3872 | 2024-10-30T19:26:21.083Z | [ recovery-image] Oct 30 19:26:20.198 INFO O| Oct 30 19:26:20.198 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3873 | 2024-10-30T19:26:21.101Z | [ recovery-image] Oct 30 19:26:20.216 INFO O| Oct 30 19:26:20.216 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3874 | 2024-10-30T19:26:21.121Z | [ recovery-image] Oct 30 19:26:20.237 INFO O| Oct 30 19:26:20.237 INFO STEP 2 (remove_files) COMPLETE |
3875 | 2024-10-30T19:26:21.121Z | [ recovery-image] Oct 30 19:26:20.237 INFO O| Oct 30 19:26:20.237 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3876 | 2024-10-30T19:26:21.138Z | [ recovery-image] Oct 30 19:26:20.253 INFO O| Oct 30 19:26:20.253 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3877 | 2024-10-30T19:26:21.140Z | [ recovery-image] Oct 30 19:26:20.256 INFO O| Oct 30 19:26:20.256 INFO STEP 3 (remove_files) COMPLETE |
3878 | 2024-10-30T19:26:21.140Z | [ recovery-image] Oct 30 19:26:20.256 INFO O| Oct 30 19:26:20.256 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3879 | 2024-10-30T19:26:21.181Z | [ recovery-image] Oct 30 19:26:20.296 INFO O| Oct 30 19:26:20.296 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3880 | 2024-10-30T19:26:21.184Z | [ host-image] Oct 30 19:26:20.297 INFO O| Oct 30 19:26:20.297 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3881 | 2024-10-30T19:26:21.187Z | [ recovery-image] Oct 30 19:26:20.303 INFO O| Oct 30 19:26:20.303 INFO STEP 4 (remove_files) COMPLETE |
3882 | 2024-10-30T19:26:21.190Z | [ recovery-image] Oct 30 19:26:20.303 INFO O| Oct 30 19:26:20.303 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3883 | 2024-10-30T19:26:21.207Z | [ recovery-image] Oct 30 19:26:20.323 INFO O| Oct 30 19:26:20.323 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3884 | 2024-10-30T19:26:21.210Z | [ recovery-image] Oct 30 19:26:20.323 INFO O| Oct 30 19:26:20.323 INFO STEP 5 (remove_files) COMPLETE |
3885 | 2024-10-30T19:26:21.210Z | [ recovery-image] Oct 30 19:26:20.323 INFO O| Oct 30 19:26:20.323 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3886 | 2024-10-30T19:26:21.219Z | [ host-image] Oct 30 19:26:20.335 INFO O| Oct 30 19:26:20.335 INFO O| Planning: Package planning ... Done |
3887 | 2024-10-30T19:26:21.225Z | [ host-image] Oct 30 19:26:20.341 INFO O| Oct 30 19:26:20.341 INFO O| Planning: Merging actions ... Done |
3888 | 2024-10-30T19:26:21.269Z | [ recovery-image] Oct 30 19:26:20.385 INFO O| Oct 30 19:26:20.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3889 | 2024-10-30T19:26:21.288Z | [ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO STEP 6 (remove_files) COMPLETE |
3890 | 2024-10-30T19:26:21.288Z | [ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3891 | 2024-10-30T19:26:21.288Z | [ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO skip step because feature "recovery" is enabled |
3892 | 2024-10-30T19:26:21.291Z | [ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3893 | 2024-10-30T19:26:21.291Z | [ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO skip step because feature "recovery" is enabled |
3894 | 2024-10-30T19:26:21.291Z | [ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3895 | 2024-10-30T19:26:21.291Z | [ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO skip step because feature "recovery" is enabled |
3896 | 2024-10-30T19:26:21.291Z | [ recovery-image] Oct 30 19:26:20.404 INFO O| Oct 30 19:26:20.404 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3897 | 2024-10-30T19:26:21.307Z | [ recovery-image] Oct 30 19:26:20.423 INFO O| Oct 30 19:26:20.423 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3898 | 2024-10-30T19:26:21.313Z | [ recovery-image] Oct 30 19:26:20.429 INFO O| Oct 30 19:26:20.429 INFO STEP 10 (remove_files) COMPLETE |
3899 | 2024-10-30T19:26:21.313Z | [ recovery-image] Oct 30 19:26:20.429 INFO O| Oct 30 19:26:20.429 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3900 | 2024-10-30T19:26:21.332Z | [ recovery-image] Oct 30 19:26:20.448 INFO O| Oct 30 19:26:20.448 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3901 | 2024-10-30T19:26:21.335Z | [ recovery-image] Oct 30 19:26:20.449 INFO O| Oct 30 19:26:20.449 INFO STEP 11 (remove_files) COMPLETE |
3902 | 2024-10-30T19:26:21.335Z | [ recovery-image] Oct 30 19:26:20.449 INFO O| Oct 30 19:26:20.449 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3903 | 2024-10-30T19:26:21.374Z | [ recovery-image] Oct 30 19:26:20.489 INFO O| Oct 30 19:26:20.489 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3904 | 2024-10-30T19:26:21.376Z | [ recovery-image] Oct 30 19:26:20.492 INFO O| Oct 30 19:26:20.492 INFO STEP 12 (remove_files) COMPLETE |
3905 | 2024-10-30T19:26:21.377Z | [ recovery-image] Oct 30 19:26:20.492 INFO O| Oct 30 19:26:20.492 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3906 | 2024-10-30T19:26:21.397Z | [ recovery-image] Oct 30 19:26:20.512 INFO O| Oct 30 19:26:20.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3907 | 2024-10-30T19:26:21.421Z | [ host-image] Oct 30 19:26:20.536 INFO O| Oct 30 19:26:20.536 INFO O| Planning: Checking for conflicting actions ... Done |
3908 | 2024-10-30T19:26:21.424Z | [ host-image] Oct 30 19:26:20.538 INFO O| Oct 30 19:26:20.538 INFO O| Planning: Consolidating action changes ... Done |
3909 | 2024-10-30T19:26:21.688Z | [ recovery-image] Oct 30 19:26:20.803 INFO O| Oct 30 19:26:20.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3910 | 2024-10-30T19:26:21.691Z | [ recovery-image] Oct 30 19:26:20.804 INFO O| Oct 30 19:26:20.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3911 | 2024-10-30T19:26:21.693Z | [ recovery-image] Oct 30 19:26:20.809 INFO O| Oct 30 19:26:20.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3912 | 2024-10-30T19:26:21.706Z | [ recovery-image] Oct 30 19:26:20.821 INFO O| Oct 30 19:26:20.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3913 | 2024-10-30T19:26:21.867Z | [ recovery-image] Oct 30 19:26:20.982 INFO O| Oct 30 19:26:20.982 INFO STEP 13 (remove_files) COMPLETE |
3914 | 2024-10-30T19:26:21.867Z | [ recovery-image] Oct 30 19:26:20.982 INFO O| Oct 30 19:26:20.982 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3915 | 2024-10-30T19:26:21.885Z | [ recovery-image] Oct 30 19:26:21.001 INFO O| Oct 30 19:26:21.000 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3916 | 2024-10-30T19:26:21.887Z | [ recovery-image] Oct 30 19:26:21.003 INFO O| Oct 30 19:26:21.002 INFO STEP 14 (remove_files) COMPLETE |
3917 | 2024-10-30T19:26:21.887Z | [ recovery-image] Oct 30 19:26:21.003 INFO O| Oct 30 19:26:21.003 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3918 | 2024-10-30T19:26:21.902Z | [ host-image] Oct 30 19:26:21.017 INFO O| Oct 30 19:26:21.017 INFO O| Planning: Evaluating mediators ... Done |
3919 | 2024-10-30T19:26:21.904Z | [ host-image] Oct 30 19:26:21.019 INFO O| Oct 30 19:26:21.019 INFO O| Planning: Planning completed in 6.14 seconds |
3920 | 2024-10-30T19:26:21.904Z | [ recovery-image] Oct 30 19:26:21.020 INFO O| Oct 30 19:26:21.020 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3921 | 2024-10-30T19:26:21.906Z | [ host-image] Oct 30 19:26:21.022 INFO O| Oct 30 19:26:21.022 INFO O| Packages to install: 4 |
3922 | 2024-10-30T19:26:21.909Z | [ host-image] Oct 30 19:26:21.022 INFO O| Oct 30 19:26:21.022 INFO O| Services to change: 2 |
3923 | 2024-10-30T19:26:21.914Z | [ recovery-image] Oct 30 19:26:21.029 INFO O| Oct 30 19:26:21.029 INFO STEP 15 (remove_files) COMPLETE |
3924 | 2024-10-30T19:26:21.916Z | [ recovery-image] Oct 30 19:26:21.029 INFO O| Oct 30 19:26:21.029 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3925 | 2024-10-30T19:26:21.927Z | [ host-image] Oct 30 19:26:21.043 INFO O| Oct 30 19:26:21.043 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
3926 | 2024-10-30T19:26:21.932Z | [ recovery-image] Oct 30 19:26:21.048 INFO O| Oct 30 19:26:21.048 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3927 | 2024-10-30T19:26:21.934Z | [ recovery-image] Oct 30 19:26:21.048 INFO O| Oct 30 19:26:21.048 INFO STEP 16 (remove_files) COMPLETE |
3928 | 2024-10-30T19:26:21.935Z | [ recovery-image] Oct 30 19:26:21.048 INFO O| Oct 30 19:26:21.048 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3929 | 2024-10-30T19:26:21.949Z | [ recovery-image] Oct 30 19:26:21.065 INFO O| Oct 30 19:26:21.065 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3930 | 2024-10-30T19:26:21.952Z | [ recovery-image] Oct 30 19:26:21.067 INFO O| Oct 30 19:26:21.067 INFO STEP 17 (remove_files) COMPLETE |
3931 | 2024-10-30T19:26:21.952Z | [ recovery-image] Oct 30 19:26:21.067 INFO O| Oct 30 19:26:21.067 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3932 | 2024-10-30T19:26:21.971Z | [ recovery-image] Oct 30 19:26:21.086 INFO O| Oct 30 19:26:21.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3933 | 2024-10-30T19:26:21.971Z | [ recovery-image] Oct 30 19:26:21.086 INFO O| Oct 30 19:26:21.086 INFO STEP 18 (remove_files) COMPLETE |
3934 | 2024-10-30T19:26:21.971Z | [ recovery-image] Oct 30 19:26:21.086 INFO O| Oct 30 19:26:21.086 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3935 | 2024-10-30T19:26:21.989Z | [ recovery-image] Oct 30 19:26:21.105 INFO O| Oct 30 19:26:21.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3936 | 2024-10-30T19:26:21.989Z | [ recovery-image] Oct 30 19:26:21.105 INFO O| Oct 30 19:26:21.105 INFO STEP 19 (remove_files) COMPLETE |
3937 | 2024-10-30T19:26:21.989Z | [ recovery-image] Oct 30 19:26:21.105 INFO O| Oct 30 19:26:21.105 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3938 | 2024-10-30T19:26:22.008Z | [ recovery-image] Oct 30 19:26:21.123 INFO O| Oct 30 19:26:21.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3939 | 2024-10-30T19:26:22.008Z | [ recovery-image] Oct 30 19:26:21.123 INFO O| Oct 30 19:26:21.123 INFO STEP 20 (remove_files) COMPLETE |
3940 | 2024-10-30T19:26:22.008Z | [ recovery-image] Oct 30 19:26:21.123 INFO O| Oct 30 19:26:21.123 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3941 | 2024-10-30T19:26:22.025Z | [ recovery-image] Oct 30 19:26:21.141 INFO O| Oct 30 19:26:21.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3942 | 2024-10-30T19:26:22.025Z | [ recovery-image] Oct 30 19:26:21.141 INFO O| Oct 30 19:26:21.141 INFO STEP 21 (remove_files) COMPLETE |
3943 | 2024-10-30T19:26:22.028Z | [ recovery-image] Oct 30 19:26:21.141 INFO O| Oct 30 19:26:21.141 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3944 | 2024-10-30T19:26:22.058Z | [ recovery-image] Oct 30 19:26:21.173 INFO O| Oct 30 19:26:21.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3945 | 2024-10-30T19:26:22.058Z | [ recovery-image] Oct 30 19:26:21.173 INFO O| Oct 30 19:26:21.173 INFO STEP 22 (remove_files) COMPLETE |
3946 | 2024-10-30T19:26:22.060Z | [ recovery-image] Oct 30 19:26:21.173 INFO O| Oct 30 19:26:21.173 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3947 | 2024-10-30T19:26:22.099Z | [ recovery-image] Oct 30 19:26:21.214 INFO O| Oct 30 19:26:21.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3948 | 2024-10-30T19:26:22.099Z | [ recovery-image] Oct 30 19:26:21.214 INFO O| Oct 30 19:26:21.214 INFO STEP 23 (remove_files) COMPLETE |
3949 | 2024-10-30T19:26:22.099Z | [ recovery-image] Oct 30 19:26:21.214 INFO O| Oct 30 19:26:21.214 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3950 | 2024-10-30T19:26:22.117Z | [ recovery-image] Oct 30 19:26:21.233 INFO O| Oct 30 19:26:21.233 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3951 | 2024-10-30T19:26:22.117Z | [ recovery-image] Oct 30 19:26:21.233 INFO O| Oct 30 19:26:21.233 INFO STEP 24 (remove_files) COMPLETE |
3952 | 2024-10-30T19:26:22.120Z | [ recovery-image] Oct 30 19:26:21.233 INFO O| Oct 30 19:26:21.233 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3953 | 2024-10-30T19:26:22.146Z | [ recovery-image] Oct 30 19:26:21.261 INFO O| Oct 30 19:26:21.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3954 | 2024-10-30T19:26:22.148Z | [ recovery-image] Oct 30 19:26:21.261 INFO O| Oct 30 19:26:21.261 INFO STEP 25 (remove_files) COMPLETE |
3955 | 2024-10-30T19:26:22.148Z | [ recovery-image] Oct 30 19:26:21.262 INFO O| Oct 30 19:26:21.261 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3956 | 2024-10-30T19:26:22.165Z | [ recovery-image] Oct 30 19:26:21.280 INFO O| Oct 30 19:26:21.280 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3957 | 2024-10-30T19:26:22.167Z | [ recovery-image] Oct 30 19:26:21.280 INFO O| Oct 30 19:26:21.280 INFO STEP 26 (remove_files) COMPLETE |
3958 | 2024-10-30T19:26:22.167Z | [ recovery-image] Oct 30 19:26:21.280 INFO O| Oct 30 19:26:21.280 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3959 | 2024-10-30T19:26:22.181Z | [ recovery-image] Oct 30 19:26:21.296 INFO O| Oct 30 19:26:21.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3960 | 2024-10-30T19:26:22.183Z | [ recovery-image] Oct 30 19:26:21.296 INFO O| Oct 30 19:26:21.296 INFO STEP 27 (remove_files) COMPLETE |
3961 | 2024-10-30T19:26:22.183Z | [ recovery-image] Oct 30 19:26:21.297 INFO O| Oct 30 19:26:21.297 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3962 | 2024-10-30T19:26:22.198Z | [ recovery-image] Oct 30 19:26:21.313 INFO O| Oct 30 19:26:21.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3963 | 2024-10-30T19:26:22.198Z | [ recovery-image] Oct 30 19:26:21.313 INFO O| Oct 30 19:26:21.313 INFO STEP 28 (remove_files) COMPLETE |
3964 | 2024-10-30T19:26:22.200Z | [ recovery-image] Oct 30 19:26:21.314 INFO O| Oct 30 19:26:21.313 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3965 | 2024-10-30T19:26:22.216Z | [ recovery-image] Oct 30 19:26:21.331 INFO O| Oct 30 19:26:21.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3966 | 2024-10-30T19:26:22.216Z | [ recovery-image] Oct 30 19:26:21.331 INFO O| Oct 30 19:26:21.331 INFO STEP 29 (remove_files) COMPLETE |
3967 | 2024-10-30T19:26:22.216Z | [ recovery-image] Oct 30 19:26:21.331 INFO O| Oct 30 19:26:21.331 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3968 | 2024-10-30T19:26:22.235Z | [ recovery-image] Oct 30 19:26:21.350 INFO O| Oct 30 19:26:21.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3969 | 2024-10-30T19:26:22.235Z | [ recovery-image] Oct 30 19:26:21.350 INFO O| Oct 30 19:26:21.350 INFO STEP 30 (remove_files) COMPLETE |
3970 | 2024-10-30T19:26:22.237Z | [ recovery-image] Oct 30 19:26:21.350 INFO O| Oct 30 19:26:21.350 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3971 | 2024-10-30T19:26:22.252Z | [ recovery-image] Oct 30 19:26:21.368 INFO O| Oct 30 19:26:21.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3972 | 2024-10-30T19:26:22.252Z | [ recovery-image] Oct 30 19:26:21.368 INFO O| Oct 30 19:26:21.368 INFO STEP 31 (remove_files) COMPLETE |
3973 | 2024-10-30T19:26:22.253Z | [ recovery-image] Oct 30 19:26:21.368 INFO O| Oct 30 19:26:21.368 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3974 | 2024-10-30T19:26:22.284Z | [ recovery-image] Oct 30 19:26:21.399 INFO O| Oct 30 19:26:21.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3975 | 2024-10-30T19:26:22.284Z | [ recovery-image] Oct 30 19:26:21.400 INFO O| Oct 30 19:26:21.400 INFO STEP 32 (remove_files) COMPLETE |
3976 | 2024-10-30T19:26:22.287Z | [ recovery-image] Oct 30 19:26:21.400 INFO O| Oct 30 19:26:21.400 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3977 | 2024-10-30T19:26:22.302Z | [ recovery-image] Oct 30 19:26:21.417 INFO O| Oct 30 19:26:21.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3978 | 2024-10-30T19:26:22.304Z | [ recovery-image] Oct 30 19:26:21.418 INFO O| Oct 30 19:26:21.418 INFO STEP 33 (remove_files) COMPLETE |
3979 | 2024-10-30T19:26:22.304Z | [ recovery-image] Oct 30 19:26:21.418 INFO O| Oct 30 19:26:21.418 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3980 | 2024-10-30T19:26:22.320Z | [ recovery-image] Oct 30 19:26:21.436 INFO O| Oct 30 19:26:21.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3981 | 2024-10-30T19:26:22.322Z | [ recovery-image] Oct 30 19:26:21.436 INFO O| Oct 30 19:26:21.436 INFO STEP 34 (remove_files) COMPLETE |
3982 | 2024-10-30T19:26:22.322Z | [ recovery-image] Oct 30 19:26:21.436 INFO O| Oct 30 19:26:21.436 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3983 | 2024-10-30T19:26:22.338Z | [ recovery-image] Oct 30 19:26:21.454 INFO O| Oct 30 19:26:21.454 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3984 | 2024-10-30T19:26:22.341Z | [ recovery-image] Oct 30 19:26:21.454 INFO O| Oct 30 19:26:21.454 INFO STEP 35 (remove_files) COMPLETE |
3985 | 2024-10-30T19:26:22.341Z | [ recovery-image] Oct 30 19:26:21.454 INFO O| Oct 30 19:26:21.454 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3986 | 2024-10-30T19:26:22.358Z | [ recovery-image] Oct 30 19:26:21.473 INFO O| Oct 30 19:26:21.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3987 | 2024-10-30T19:26:22.360Z | [ recovery-image] Oct 30 19:26:21.473 INFO O| Oct 30 19:26:21.473 INFO STEP 36 (remove_files) COMPLETE |
3988 | 2024-10-30T19:26:22.360Z | [ recovery-image] Oct 30 19:26:21.474 INFO O| Oct 30 19:26:21.474 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3989 | 2024-10-30T19:26:22.377Z | [ recovery-image] Oct 30 19:26:21.493 INFO O| Oct 30 19:26:21.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3990 | 2024-10-30T19:26:22.380Z | [ recovery-image] Oct 30 19:26:21.493 INFO O| Oct 30 19:26:21.493 INFO STEP 37 (remove_files) COMPLETE |
3991 | 2024-10-30T19:26:22.380Z | [ recovery-image] Oct 30 19:26:21.493 INFO O| Oct 30 19:26:21.493 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3992 | 2024-10-30T19:26:22.396Z | [ recovery-image] Oct 30 19:26:21.511 INFO O| Oct 30 19:26:21.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3993 | 2024-10-30T19:26:22.399Z | [ recovery-image] Oct 30 19:26:21.512 INFO O| Oct 30 19:26:21.512 INFO STEP 38 (remove_files) COMPLETE |
3994 | 2024-10-30T19:26:22.399Z | [ recovery-image] Oct 30 19:26:21.512 INFO O| Oct 30 19:26:21.512 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3995 | 2024-10-30T19:26:22.424Z | [ recovery-image] Oct 30 19:26:21.539 INFO O| Oct 30 19:26:21.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3996 | 2024-10-30T19:26:22.427Z | [ recovery-image] Oct 30 19:26:21.540 INFO O| Oct 30 19:26:21.540 INFO STEP 39 (remove_files) COMPLETE |
3997 | 2024-10-30T19:26:22.427Z | [ recovery-image] Oct 30 19:26:21.540 INFO O| Oct 30 19:26:21.540 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3998 | 2024-10-30T19:26:22.443Z | [ recovery-image] Oct 30 19:26:21.558 INFO O| Oct 30 19:26:21.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3999 | 2024-10-30T19:26:22.445Z | [ recovery-image] Oct 30 19:26:21.559 INFO O| Oct 30 19:26:21.559 INFO STEP 40 (remove_files) COMPLETE |
4000 | 2024-10-30T19:26:22.445Z | [ recovery-image] Oct 30 19:26:21.559 INFO O| Oct 30 19:26:21.559 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4001 | 2024-10-30T19:26:22.461Z | [ recovery-image] Oct 30 19:26:21.577 INFO O| Oct 30 19:26:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
4002 | 2024-10-30T19:26:22.464Z | [ recovery-image] Oct 30 19:26:21.577 INFO O| Oct 30 19:26:21.577 INFO STEP 41 (remove_files) COMPLETE |
4003 | 2024-10-30T19:26:22.464Z | [ recovery-image] Oct 30 19:26:21.577 INFO O| Oct 30 19:26:21.577 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4004 | 2024-10-30T19:26:22.480Z | [ recovery-image] Oct 30 19:26:21.595 INFO O| Oct 30 19:26:21.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
4005 | 2024-10-30T19:26:22.482Z | [ recovery-image] Oct 30 19:26:21.595 INFO O| Oct 30 19:26:21.595 INFO STEP 42 (remove_files) COMPLETE |
4006 | 2024-10-30T19:26:22.482Z | [ recovery-image] Oct 30 19:26:21.596 INFO O| Oct 30 19:26:21.595 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4007 | 2024-10-30T19:26:22.498Z | [ recovery-image] Oct 30 19:26:21.614 INFO O| Oct 30 19:26:21.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
4008 | 2024-10-30T19:26:22.501Z | [ recovery-image] Oct 30 19:26:21.614 INFO O| Oct 30 19:26:21.614 INFO STEP 43 (remove_files) COMPLETE |
4009 | 2024-10-30T19:26:22.501Z | [ recovery-image] Oct 30 19:26:21.614 INFO O| Oct 30 19:26:21.614 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4010 | 2024-10-30T19:26:22.532Z | [ recovery-image] Oct 30 19:26:21.647 INFO O| Oct 30 19:26:21.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
4011 | 2024-10-30T19:26:22.532Z | [ recovery-image] Oct 30 19:26:21.647 INFO O| Oct 30 19:26:21.647 INFO STEP 44 (remove_files) COMPLETE |
4012 | 2024-10-30T19:26:22.535Z | [ recovery-image] Oct 30 19:26:21.647 INFO O| Oct 30 19:26:21.647 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4013 | 2024-10-30T19:26:22.584Z | [ recovery-image] Oct 30 19:26:21.700 INFO O| Oct 30 19:26:21.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
4014 | 2024-10-30T19:26:22.585Z | [ recovery-image] Oct 30 19:26:21.700 INFO O| Oct 30 19:26:21.700 INFO STEP 45 (remove_files) COMPLETE |
4015 | 2024-10-30T19:26:22.585Z | [ recovery-image] Oct 30 19:26:21.700 INFO O| Oct 30 19:26:21.700 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4016 | 2024-10-30T19:26:22.605Z | [ recovery-image] Oct 30 19:26:21.720 INFO O| Oct 30 19:26:21.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
4017 | 2024-10-30T19:26:22.605Z | [ recovery-image] Oct 30 19:26:21.720 INFO O| Oct 30 19:26:21.720 INFO STEP 46 (remove_files) COMPLETE |
4018 | 2024-10-30T19:26:22.606Z | [ recovery-image] Oct 30 19:26:21.720 INFO O| Oct 30 19:26:21.720 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4019 | 2024-10-30T19:26:22.635Z | [ recovery-image] Oct 30 19:26:21.751 INFO O| Oct 30 19:26:21.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
4020 | 2024-10-30T19:26:22.635Z | [ recovery-image] Oct 30 19:26:21.751 INFO O| Oct 30 19:26:21.751 INFO STEP 47 (remove_files) COMPLETE |
4021 | 2024-10-30T19:26:22.636Z | [ recovery-image] Oct 30 19:26:21.751 INFO O| Oct 30 19:26:21.751 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4022 | 2024-10-30T19:26:22.656Z | [ recovery-image] Oct 30 19:26:21.771 INFO O| Oct 30 19:26:21.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
4023 | 2024-10-30T19:26:22.656Z | [ recovery-image] Oct 30 19:26:21.771 INFO O| Oct 30 19:26:21.771 INFO STEP 48 (remove_files) COMPLETE |
4024 | 2024-10-30T19:26:22.658Z | [ recovery-image] Oct 30 19:26:21.771 INFO O| Oct 30 19:26:21.771 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4025 | 2024-10-30T19:26:22.699Z | [ recovery-image] Oct 30 19:26:21.814 INFO O| Oct 30 19:26:21.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
4026 | 2024-10-30T19:26:22.701Z | [ recovery-image] Oct 30 19:26:21.814 INFO O| Oct 30 19:26:21.814 INFO STEP 49 (remove_files) COMPLETE |
4027 | 2024-10-30T19:26:22.701Z | [ recovery-image] Oct 30 19:26:21.814 INFO O| Oct 30 19:26:21.814 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4028 | 2024-10-30T19:26:22.718Z | [ recovery-image] Oct 30 19:26:21.834 INFO O| Oct 30 19:26:21.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
4029 | 2024-10-30T19:26:22.718Z | [ recovery-image] Oct 30 19:26:21.834 INFO O| Oct 30 19:26:21.834 INFO STEP 50 (remove_files) COMPLETE |
4030 | 2024-10-30T19:26:22.721Z | [ recovery-image] Oct 30 19:26:21.834 INFO O| Oct 30 19:26:21.834 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4031 | 2024-10-30T19:26:22.736Z | [ recovery-image] Oct 30 19:26:21.852 INFO O| Oct 30 19:26:21.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
4032 | 2024-10-30T19:26:22.737Z | [ recovery-image] Oct 30 19:26:21.852 INFO O| Oct 30 19:26:21.852 INFO STEP 51 (remove_files) COMPLETE |
4033 | 2024-10-30T19:26:22.737Z | [ recovery-image] Oct 30 19:26:21.852 INFO O| Oct 30 19:26:21.852 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4034 | 2024-10-30T19:26:22.755Z | [ recovery-image] Oct 30 19:26:21.870 INFO O| Oct 30 19:26:21.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
4035 | 2024-10-30T19:26:22.755Z | [ recovery-image] Oct 30 19:26:21.870 INFO O| Oct 30 19:26:21.870 INFO STEP 52 (remove_files) COMPLETE |
4036 | 2024-10-30T19:26:22.755Z | [ recovery-image] Oct 30 19:26:21.870 INFO O| Oct 30 19:26:21.870 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4037 | 2024-10-30T19:26:22.773Z | [ recovery-image] Oct 30 19:26:21.888 INFO O| Oct 30 19:26:21.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
4038 | 2024-10-30T19:26:22.773Z | [ recovery-image] Oct 30 19:26:21.888 INFO O| Oct 30 19:26:21.888 INFO STEP 53 (remove_files) COMPLETE |
4039 | 2024-10-30T19:26:22.775Z | [ recovery-image] Oct 30 19:26:21.888 INFO O| Oct 30 19:26:21.888 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4040 | 2024-10-30T19:26:22.798Z | [ recovery-image] Oct 30 19:26:21.913 INFO O| Oct 30 19:26:21.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
4041 | 2024-10-30T19:26:22.798Z | [ recovery-image] Oct 30 19:26:21.913 INFO O| Oct 30 19:26:21.913 INFO STEP 54 (remove_files) COMPLETE |
4042 | 2024-10-30T19:26:22.800Z | [ recovery-image] Oct 30 19:26:21.913 INFO O| Oct 30 19:26:21.913 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4043 | 2024-10-30T19:26:22.854Z | [ recovery-image] Oct 30 19:26:21.969 INFO O| Oct 30 19:26:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
4044 | 2024-10-30T19:26:22.854Z | [ recovery-image] Oct 30 19:26:21.969 INFO O| Oct 30 19:26:21.969 INFO STEP 55 (remove_files) COMPLETE |
4045 | 2024-10-30T19:26:22.854Z | [ recovery-image] Oct 30 19:26:21.969 INFO O| Oct 30 19:26:21.969 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4046 | 2024-10-30T19:26:22.910Z | [ recovery-image] Oct 30 19:26:22.025 INFO O| Oct 30 19:26:22.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
4047 | 2024-10-30T19:26:22.910Z | [ recovery-image] Oct 30 19:26:22.025 INFO O| Oct 30 19:26:22.025 INFO STEP 56 (remove_files) COMPLETE |
4048 | 2024-10-30T19:26:22.910Z | [ recovery-image] Oct 30 19:26:22.025 INFO O| Oct 30 19:26:22.025 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4049 | 2024-10-30T19:26:22.927Z | [ recovery-image] Oct 30 19:26:22.042 INFO O| Oct 30 19:26:22.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
4050 | 2024-10-30T19:26:22.927Z | [ recovery-image] Oct 30 19:26:22.042 INFO O| Oct 30 19:26:22.042 INFO STEP 57 (remove_files) COMPLETE |
4051 | 2024-10-30T19:26:22.927Z | [ recovery-image] Oct 30 19:26:22.042 INFO O| Oct 30 19:26:22.042 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4052 | 2024-10-30T19:26:22.942Z | [ recovery-image] Oct 30 19:26:22.057 INFO O| Oct 30 19:26:22.057 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
4053 | 2024-10-30T19:26:22.942Z | [ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
4054 | 2024-10-30T19:26:22.945Z | [ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4055 | 2024-10-30T19:26:22.945Z | [ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4056 | 2024-10-30T19:26:22.945Z | [ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4057 | 2024-10-30T19:26:22.945Z | [ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
4058 | 2024-10-30T19:26:22.945Z | [ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO ok! |
4059 | 2024-10-30T19:26:22.945Z | [ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO STEP 58 (ensure_file) COMPLETE |
4060 | 2024-10-30T19:26:22.945Z | [ recovery-image] Oct 30 19:26:22.058 INFO O| Oct 30 19:26:22.058 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4061 | 2024-10-30T19:26:22.960Z | [ recovery-image] Oct 30 19:26:22.075 INFO O| Oct 30 19:26:22.075 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
4062 | 2024-10-30T19:26:22.960Z | [ recovery-image] Oct 30 19:26:22.075 INFO O| Oct 30 19:26:22.075 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
4063 | 2024-10-30T19:26:22.962Z | [ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4064 | 2024-10-30T19:26:22.962Z | [ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4065 | 2024-10-30T19:26:22.962Z | [ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4066 | 2024-10-30T19:26:22.962Z | [ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
4067 | 2024-10-30T19:26:22.962Z | [ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO ok! |
4068 | 2024-10-30T19:26:22.962Z | [ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO STEP 59 (ensure_file) COMPLETE |
4069 | 2024-10-30T19:26:22.962Z | [ recovery-image] Oct 30 19:26:22.076 INFO O| Oct 30 19:26:22.076 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4070 | 2024-10-30T19:26:22.978Z | [ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
4071 | 2024-10-30T19:26:22.978Z | [ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
4072 | 2024-10-30T19:26:22.978Z | [ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
4073 | 2024-10-30T19:26:22.980Z | [ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO ok! |
4074 | 2024-10-30T19:26:22.980Z | [ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO STEP 60 (ensure_file) COMPLETE |
4075 | 2024-10-30T19:26:22.980Z | [ recovery-image] Oct 30 19:26:22.093 INFO O| Oct 30 19:26:22.093 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4076 | 2024-10-30T19:26:22.995Z | [ recovery-image] Oct 30 19:26:22.110 INFO O| Oct 30 19:26:22.110 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
4077 | 2024-10-30T19:26:22.995Z | [ recovery-image] Oct 30 19:26:22.110 INFO O| Oct 30 19:26:22.110 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
4078 | 2024-10-30T19:26:22.997Z | [ recovery-image] Oct 30 19:26:22.110 INFO O| Oct 30 19:26:22.110 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
4079 | 2024-10-30T19:26:22.997Z | [ recovery-image] Oct 30 19:26:22.110 INFO O| Oct 30 19:26:22.110 INFO ok! |
4080 | 2024-10-30T19:26:22.997Z | [ recovery-image] Oct 30 19:26:22.111 INFO O| Oct 30 19:26:22.110 INFO STEP 61 (ensure_file) COMPLETE |
4081 | 2024-10-30T19:26:22.997Z | [ recovery-image] Oct 30 19:26:22.111 INFO O| Oct 30 19:26:22.110 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4082 | 2024-10-30T19:26:23.056Z | [ recovery-image] Oct 30 19:26:22.171 INFO O| Oct 30 19:26:22.171 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
4083 | 2024-10-30T19:26:23.056Z | [ recovery-image] Oct 30 19:26:22.171 INFO O| Oct 30 19:26:22.171 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
4084 | 2024-10-30T19:26:23.056Z | [ recovery-image] Oct 30 19:26:22.171 INFO O| Oct 30 19:26:22.171 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4085 | 2024-10-30T19:26:23.059Z | [ recovery-image] Oct 30 19:26:22.171 INFO O| Oct 30 19:26:22.171 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
4086 | 2024-10-30T19:26:23.059Z | [ recovery-image] Oct 30 19:26:22.172 INFO O| Oct 30 19:26:22.171 INFO ok! |
4087 | 2024-10-30T19:26:23.059Z | [ recovery-image] Oct 30 19:26:22.172 INFO O| Oct 30 19:26:22.172 INFO STEP 62 (ensure_file) COMPLETE |
4088 | 2024-10-30T19:26:23.059Z | [ recovery-image] Oct 30 19:26:22.172 INFO O| Oct 30 19:26:22.172 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4089 | 2024-10-30T19:26:23.116Z | [ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
4090 | 2024-10-30T19:26:23.116Z | [ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
4091 | 2024-10-30T19:26:23.119Z | [ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4092 | 2024-10-30T19:26:23.119Z | [ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
4093 | 2024-10-30T19:26:23.119Z | [ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO ok! |
4094 | 2024-10-30T19:26:23.119Z | [ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO STEP 63 (ensure_file) COMPLETE |
4095 | 2024-10-30T19:26:23.119Z | [ recovery-image] Oct 30 19:26:22.231 INFO O| Oct 30 19:26:22.231 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4096 | 2024-10-30T19:26:23.133Z | [ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
4097 | 2024-10-30T19:26:23.133Z | [ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
4098 | 2024-10-30T19:26:23.136Z | [ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
4099 | 2024-10-30T19:26:23.136Z | [ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO ok! |
4100 | 2024-10-30T19:26:23.136Z | [ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO STEP 64 (assemble_files) COMPLETE |
4101 | 2024-10-30T19:26:23.136Z | [ recovery-image] Oct 30 19:26:22.249 INFO O| Oct 30 19:26:22.249 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4102 | 2024-10-30T19:26:23.145Z | [ host-image] Oct 30 19:26:22.261 INFO O| Oct 30 19:26:22.261 INFO O| Download: Completed 1.39 MB in 1.22 seconds (1.1M/s) |
4103 | 2024-10-30T19:26:23.151Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
4104 | 2024-10-30T19:26:23.151Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
4105 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4106 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
4107 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO ok! |
4108 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO STEP 65 (ensure_file) COMPLETE |
4109 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4110 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO skip step because feature "omicron1" is not enabled |
4111 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4112 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO skip step because feature "omicron1" is not enabled |
4113 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4114 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO skip step because feature "omicron1" is not enabled |
4115 | 2024-10-30T19:26:23.154Z | [ recovery-image] Oct 30 19:26:22.267 INFO O| Oct 30 19:26:22.267 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
4116 | 2024-10-30T19:26:23.178Z | [ recovery-image] Oct 30 19:26:22.294 INFO O| Oct 30 19:26:22.293 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
4117 | 2024-10-30T19:26:23.178Z | [ recovery-image] Oct 30 19:26:22.294 INFO O| Oct 30 19:26:22.294 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
4118 | 2024-10-30T19:26:23.318Z | [ host-image] Oct 30 19:26:22.433 INFO O| Oct 30 19:26:22.433 INFO O| Actions: 1/238 actions (Installing new actions) |
4119 | 2024-10-30T19:26:23.612Z | [ host-image] Oct 30 19:26:22.727 INFO O| Oct 30 19:26:22.727 INFO O| Actions: Completed 238 actions in 0.29 seconds. |
4120 | 2024-10-30T19:26:24.229Z | [ host-image] Oct 30 19:26:23.344 INFO O| Oct 30 19:26:23.344 INFO O| Done |
4121 | 2024-10-30T19:26:24.229Z | [ host-image] Oct 30 19:26:23.344 INFO O| Oct 30 19:26:23.344 INFO O| Done |
4122 | 2024-10-30T19:26:25.376Z | [ host-image] Oct 30 19:26:24.491 INFO O| Oct 30 19:26:24.491 INFO O| Done |
4123 | 2024-10-30T19:26:26.404Z | [ recovery-image] Oct 30 19:26:25.520 INFO O| Oct 30 19:26:25.519 INFO STEP 69 (pack_tar) COMPLETE |
4124 | 2024-10-30T19:26:26.404Z | [ recovery-image] Oct 30 19:26:25.520 INFO O| Oct 30 19:26:25.520 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4125 | 2024-10-30T19:26:26.406Z | [ recovery-image] Oct 30 19:26:25.520 INFO O| Oct 30 19:26:25.520 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4126 | 2024-10-30T19:26:26.556Z | [ recovery-image] Oct 30 19:26:25.671 INFO O| Oct 30 19:26:25.671 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
4127 | 2024-10-30T19:26:26.720Z | [ recovery-image] Oct 30 19:26:25.835 INFO O| Oct 30 19:26:25.835 INFO completed processing gimlet/ramdisk-02-trim |
4128 | 2024-10-30T19:26:26.723Z | [ recovery-image] Oct 30 19:26:25.838 INFO image builder template: ramdisk-03-recovery-trim... |
4129 | 2024-10-30T19:26:26.726Z | [ recovery-image] Oct 30 19:26:25.838 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/.tmp4gr4ys/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "ramdisk-03-recovery-trim"], pwd: None |
4130 | 2024-10-30T19:26:26.978Z | [ recovery-image] Oct 30 19:26:26.093 INFO O| Oct 30 19:26:26.092 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4131 | 2024-10-30T19:26:26.986Z | [ recovery-image] Oct 30 19:26:26.101 INFO O| Oct 30 19:26:26.101 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4132 | 2024-10-30T19:26:27.325Z | [ recovery-image] Oct 30 19:26:26.440 INFO O| Oct 30 19:26:26.439 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
4133 | 2024-10-30T19:26:27.442Z | [ recovery-image] Oct 30 19:26:26.555 INFO O| Oct 30 19:26:26.555 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
4134 | 2024-10-30T19:26:27.445Z | [ recovery-image] Oct 30 19:26:26.555 INFO O| Oct 30 19:26:26.555 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
4135 | 2024-10-30T19:26:27.734Z | [ recovery-image] Oct 30 19:26:26.615 INFO O| Oct 30 19:26:26.615 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
4136 | 2024-10-30T19:26:27.737Z | [ recovery-image] Oct 30 19:26:26.657 INFO O| Oct 30 19:26:26.657 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4137 | 2024-10-30T19:26:27.737Z | [ recovery-image] Oct 30 19:26:26.682 INFO O| Oct 30 19:26:26.682 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
4138 | 2024-10-30T19:26:28.034Z | [ recovery-image] Oct 30 19:26:27.149 INFO O| Oct 30 19:26:27.149 INFO rolled back to input snapshot; work may begin |
4139 | 2024-10-30T19:26:28.034Z | [ recovery-image] Oct 30 19:26:27.149 INFO O| Oct 30 19:26:27.149 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
4140 | 2024-10-30T19:26:28.044Z | [ recovery-image] Oct 30 19:26:27.159 INFO O| Oct 30 19:26:27.159 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4141 | 2024-10-30T19:26:28.061Z | [ recovery-image] Oct 30 19:26:27.176 INFO O| Oct 30 19:26:27.176 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
4142 | 2024-10-30T19:26:28.077Z | [ recovery-image] Oct 30 19:26:27.193 INFO O| Oct 30 19:26:27.192 INFO STEP 0 (remove_files) COMPLETE |
4143 | 2024-10-30T19:26:28.077Z | [ recovery-image] Oct 30 19:26:27.193 INFO O| Oct 30 19:26:27.193 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4144 | 2024-10-30T19:26:28.112Z | [ recovery-image] Oct 30 19:26:27.227 INFO O| Oct 30 19:26:27.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
4145 | 2024-10-30T19:26:28.197Z | [ host-image] Oct 30 19:26:27.312 INFO O| Oct 30 19:26:27.312 INFO O| Done |
4146 | 2024-10-30T19:26:28.242Z | [ host-image] Oct 30 19:26:27.357 INFO O| Oct 30 19:26:27.357 INFO O| Done |
4147 | 2024-10-30T19:26:28.242Z | [ host-image] Oct 30 19:26:27.357 INFO O| Oct 30 19:26:27.357 INFO O| Done |
4148 | 2024-10-30T19:26:28.281Z | [ host-image] Oct 30 19:26:27.396 INFO O| Oct 30 19:26:27.396 INFO O| Done |
4149 | 2024-10-30T19:26:28.474Z | [ host-image] Oct 30 19:26:27.589 INFO O| Oct 30 19:26:27.589 INFO STEP 12 (pkg_install) COMPLETE |
4150 | 2024-10-30T19:26:28.474Z | [ host-image] Oct 30 19:26:27.589 INFO O| Oct 30 19:26:27.589 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4151 | 2024-10-30T19:26:28.493Z | [ host-image] Oct 30 19:26:27.609 INFO O| Oct 30 19:26:27.608 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4152 | 2024-10-30T19:26:28.588Z | [ recovery-image] Oct 30 19:26:27.703 INFO O| Oct 30 19:26:27.703 INFO STEP 1 (remove_files) COMPLETE |
4153 | 2024-10-30T19:26:28.588Z | [ recovery-image] Oct 30 19:26:27.703 INFO O| Oct 30 19:26:27.703 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4154 | 2024-10-30T19:26:28.610Z | [ recovery-image] Oct 30 19:26:27.724 INFO O| Oct 30 19:26:27.724 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
4155 | 2024-10-30T19:26:28.613Z | [ recovery-image] Oct 30 19:26:27.727 INFO O| Oct 30 19:26:27.727 INFO STEP 2 (remove_files) COMPLETE |
4156 | 2024-10-30T19:26:28.613Z | [ recovery-image] Oct 30 19:26:27.727 INFO O| Oct 30 19:26:27.727 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4157 | 2024-10-30T19:26:28.641Z | [ recovery-image] Oct 30 19:26:27.756 INFO O| Oct 30 19:26:27.756 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
4158 | 2024-10-30T19:26:28.749Z | [ recovery-image] Oct 30 19:26:27.863 INFO O| Oct 30 19:26:27.863 INFO STEP 3 (remove_files) COMPLETE |
4159 | 2024-10-30T19:26:28.749Z | [ recovery-image] Oct 30 19:26:27.863 INFO O| Oct 30 19:26:27.863 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4160 | 2024-10-30T19:26:28.803Z | [ recovery-image] Oct 30 19:26:27.918 INFO O| Oct 30 19:26:27.918 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
4161 | 2024-10-30T19:26:29.007Z | [ recovery-image] Oct 30 19:26:28.122 INFO O| Oct 30 19:26:28.122 INFO STEP 4 (remove_files) COMPLETE |
4162 | 2024-10-30T19:26:29.007Z | [ recovery-image] Oct 30 19:26:28.122 INFO O| Oct 30 19:26:28.122 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4163 | 2024-10-30T19:26:29.035Z | [ recovery-image] Oct 30 19:26:28.150 INFO O| Oct 30 19:26:28.150 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
4164 | 2024-10-30T19:26:29.070Z | [ recovery-image] Oct 30 19:26:28.185 INFO O| Oct 30 19:26:28.185 INFO STEP 5 (remove_files) COMPLETE |
4165 | 2024-10-30T19:26:29.070Z | [ recovery-image] Oct 30 19:26:28.186 INFO O| Oct 30 19:26:28.185 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4166 | 2024-10-30T19:26:29.122Z | [ recovery-image] Oct 30 19:26:28.237 INFO O| Oct 30 19:26:28.237 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
4167 | 2024-10-30T19:26:29.126Z | [ recovery-image] Oct 30 19:26:28.239 INFO O| Oct 30 19:26:28.239 INFO STEP 6 (remove_files) COMPLETE |
4168 | 2024-10-30T19:26:29.126Z | [ recovery-image] Oct 30 19:26:28.239 INFO O| Oct 30 19:26:28.239 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4169 | 2024-10-30T19:26:29.163Z | [ recovery-image] Oct 30 19:26:28.278 INFO O| Oct 30 19:26:28.278 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
4170 | 2024-10-30T19:26:29.185Z | [ recovery-image] Oct 30 19:26:28.300 INFO O| Oct 30 19:26:28.300 INFO STEP 7 (remove_files) COMPLETE |
4171 | 2024-10-30T19:26:29.185Z | [ recovery-image] Oct 30 19:26:28.300 INFO O| Oct 30 19:26:28.300 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4172 | 2024-10-30T19:26:29.226Z | [ recovery-image] Oct 30 19:26:28.342 INFO O| Oct 30 19:26:28.341 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
4173 | 2024-10-30T19:26:29.304Z | [ recovery-image] Oct 30 19:26:28.417 INFO O| Oct 30 19:26:28.417 INFO STEP 8 (remove_files) COMPLETE |
4174 | 2024-10-30T19:26:29.304Z | [ recovery-image] Oct 30 19:26:28.417 INFO O| Oct 30 19:26:28.417 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4175 | 2024-10-30T19:26:29.372Z | [ host-image] Oct 30 19:26:28.488 INFO O| Oct 30 19:26:28.487 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4176 | 2024-10-30T19:26:29.390Z | [ recovery-image] Oct 30 19:26:28.505 INFO O| Oct 30 19:26:28.505 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
4177 | 2024-10-30T19:26:29.410Z | [ recovery-image] Oct 30 19:26:28.525 INFO O| Oct 30 19:26:28.525 INFO STEP 9 (remove_files) COMPLETE |
4178 | 2024-10-30T19:26:29.410Z | [ recovery-image] Oct 30 19:26:28.525 INFO O| Oct 30 19:26:28.525 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4179 | 2024-10-30T19:26:29.432Z | [ recovery-image] Oct 30 19:26:28.547 INFO O| Oct 30 19:26:28.547 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
4180 | 2024-10-30T19:26:29.458Z | [ recovery-image] Oct 30 19:26:28.573 INFO O| Oct 30 19:26:28.573 INFO STEP 10 (remove_files) COMPLETE |
4181 | 2024-10-30T19:26:29.458Z | [ recovery-image] Oct 30 19:26:28.573 INFO O| Oct 30 19:26:28.573 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4182 | 2024-10-30T19:26:29.514Z | [ recovery-image] Oct 30 19:26:28.629 INFO O| Oct 30 19:26:28.629 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
4183 | 2024-10-30T19:26:29.687Z | [ recovery-image] Oct 30 19:26:28.802 INFO O| Oct 30 19:26:28.802 INFO STEP 11 (remove_files) COMPLETE |
4184 | 2024-10-30T19:26:29.687Z | [ recovery-image] Oct 30 19:26:28.802 INFO O| Oct 30 19:26:28.802 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4185 | 2024-10-30T19:26:29.729Z | [ recovery-image] Oct 30 19:26:28.844 INFO O| Oct 30 19:26:28.844 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
4186 | 2024-10-30T19:26:29.774Z | [ recovery-image] Oct 30 19:26:28.889 INFO O| Oct 30 19:26:28.889 INFO STEP 12 (remove_files) COMPLETE |
4187 | 2024-10-30T19:26:29.774Z | [ recovery-image] Oct 30 19:26:28.889 INFO O| Oct 30 19:26:28.889 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4188 | 2024-10-30T19:26:29.799Z | [ recovery-image] Oct 30 19:26:28.914 INFO O| Oct 30 19:26:28.914 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
4189 | 2024-10-30T19:26:29.805Z | [ recovery-image] Oct 30 19:26:28.920 INFO O| Oct 30 19:26:28.920 INFO STEP 13 (remove_files) COMPLETE |
4190 | 2024-10-30T19:26:29.805Z | [ recovery-image] Oct 30 19:26:28.920 INFO O| Oct 30 19:26:28.920 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4191 | 2024-10-30T19:26:29.827Z | [ recovery-image] Oct 30 19:26:28.942 INFO O| Oct 30 19:26:28.942 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
4192 | 2024-10-30T19:26:29.829Z | [ recovery-image] Oct 30 19:26:28.944 INFO O| Oct 30 19:26:28.944 INFO STEP 14 (remove_files) COMPLETE |
4193 | 2024-10-30T19:26:29.829Z | [ recovery-image] Oct 30 19:26:28.944 INFO O| Oct 30 19:26:28.944 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4194 | 2024-10-30T19:26:29.857Z | [ recovery-image] Oct 30 19:26:28.972 INFO O| Oct 30 19:26:28.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
4195 | 2024-10-30T19:26:29.862Z | [ recovery-image] Oct 30 19:26:28.977 INFO O| Oct 30 19:26:28.977 INFO STEP 15 (remove_files) COMPLETE |
4196 | 2024-10-30T19:26:29.862Z | [ recovery-image] Oct 30 19:26:28.977 INFO O| Oct 30 19:26:28.977 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4197 | 2024-10-30T19:26:29.904Z | [ recovery-image] Oct 30 19:26:29.019 INFO O| Oct 30 19:26:29.019 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
4198 | 2024-10-30T19:26:29.984Z | [ recovery-image] Oct 30 19:26:29.099 INFO O| Oct 30 19:26:29.099 INFO STEP 16 (remove_files) COMPLETE |
4199 | 2024-10-30T19:26:29.984Z | [ recovery-image] Oct 30 19:26:29.099 INFO O| Oct 30 19:26:29.099 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4200 | 2024-10-30T19:26:30.013Z | [ recovery-image] Oct 30 19:26:29.128 INFO O| Oct 30 19:26:29.128 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
4201 | 2024-10-30T19:26:30.016Z | [ recovery-image] Oct 30 19:26:29.128 INFO O| Oct 30 19:26:29.128 INFO STEP 17 (remove_files) COMPLETE |
4202 | 2024-10-30T19:26:30.016Z | [ recovery-image] Oct 30 19:26:29.128 INFO O| Oct 30 19:26:29.128 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4203 | 2024-10-30T19:26:30.049Z | [ recovery-image] Oct 30 19:26:29.164 INFO O| Oct 30 19:26:29.164 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
4204 | 2024-10-30T19:26:30.052Z | [ recovery-image] Oct 30 19:26:29.165 INFO O| Oct 30 19:26:29.165 INFO STEP 18 (remove_files) COMPLETE |
4205 | 2024-10-30T19:26:30.052Z | [ recovery-image] Oct 30 19:26:29.165 INFO O| Oct 30 19:26:29.165 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4206 | 2024-10-30T19:26:30.074Z | [ recovery-image] Oct 30 19:26:29.189 INFO O| Oct 30 19:26:29.189 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
4207 | 2024-10-30T19:26:30.259Z | [ recovery-image] Oct 30 19:26:29.374 INFO O| Oct 30 19:26:29.374 INFO STEP 19 (remove_files) COMPLETE |
4208 | 2024-10-30T19:26:30.259Z | [ recovery-image] Oct 30 19:26:29.374 INFO O| Oct 30 19:26:29.374 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4209 | 2024-10-30T19:26:30.289Z | [ recovery-image] Oct 30 19:26:29.404 INFO O| Oct 30 19:26:29.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
4210 | 2024-10-30T19:26:30.300Z | [ recovery-image] Oct 30 19:26:29.415 INFO O| Oct 30 19:26:29.415 INFO STEP 20 (remove_files) COMPLETE |
4211 | 2024-10-30T19:26:30.302Z | [ recovery-image] Oct 30 19:26:29.415 INFO O| Oct 30 19:26:29.415 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4212 | 2024-10-30T19:26:30.345Z | [ recovery-image] Oct 30 19:26:29.460 INFO O| Oct 30 19:26:29.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
4213 | 2024-10-30T19:26:30.348Z | [ recovery-image] Oct 30 19:26:29.461 INFO O| Oct 30 19:26:29.461 INFO STEP 21 (remove_files) COMPLETE |
4214 | 2024-10-30T19:26:30.348Z | [ recovery-image] Oct 30 19:26:29.461 INFO O| Oct 30 19:26:29.461 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4215 | 2024-10-30T19:26:30.399Z | [ recovery-image] Oct 30 19:26:29.514 INFO O| Oct 30 19:26:29.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
4216 | 2024-10-30T19:26:30.402Z | [ recovery-image] Oct 30 19:26:29.514 INFO O| Oct 30 19:26:29.514 INFO STEP 22 (remove_files) COMPLETE |
4217 | 2024-10-30T19:26:30.402Z | [ recovery-image] Oct 30 19:26:29.514 INFO O| Oct 30 19:26:29.514 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4218 | 2024-10-30T19:26:30.420Z | [ recovery-image] Oct 30 19:26:29.535 INFO O| Oct 30 19:26:29.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
4219 | 2024-10-30T19:26:30.424Z | [ recovery-image] Oct 30 19:26:29.540 INFO O| Oct 30 19:26:29.540 INFO STEP 23 (remove_files) COMPLETE |
4220 | 2024-10-30T19:26:30.427Z | [ recovery-image] Oct 30 19:26:29.540 INFO O| Oct 30 19:26:29.540 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4221 | 2024-10-30T19:26:30.445Z | [ recovery-image] Oct 30 19:26:29.560 INFO O| Oct 30 19:26:29.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
4222 | 2024-10-30T19:26:30.445Z | [ recovery-image] Oct 30 19:26:29.560 INFO O| Oct 30 19:26:29.560 INFO STEP 24 (remove_files) COMPLETE |
4223 | 2024-10-30T19:26:30.448Z | [ recovery-image] Oct 30 19:26:29.560 INFO O| Oct 30 19:26:29.560 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4224 | 2024-10-30T19:26:30.463Z | [ recovery-image] Oct 30 19:26:29.578 INFO O| Oct 30 19:26:29.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
4225 | 2024-10-30T19:26:30.463Z | [ recovery-image] Oct 30 19:26:29.578 INFO O| Oct 30 19:26:29.578 INFO STEP 25 (remove_files) COMPLETE |
4226 | 2024-10-30T19:26:30.466Z | [ recovery-image] Oct 30 19:26:29.578 INFO O| Oct 30 19:26:29.578 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4227 | 2024-10-30T19:26:30.502Z | [ recovery-image] Oct 30 19:26:29.617 INFO O| Oct 30 19:26:29.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
4228 | 2024-10-30T19:26:30.505Z | [ recovery-image] Oct 30 19:26:29.617 INFO O| Oct 30 19:26:29.617 INFO STEP 26 (remove_files) COMPLETE |
4229 | 2024-10-30T19:26:30.505Z | [ recovery-image] Oct 30 19:26:29.617 INFO O| Oct 30 19:26:29.617 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4230 | 2024-10-30T19:26:30.540Z | [ recovery-image] Oct 30 19:26:29.655 INFO O| Oct 30 19:26:29.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
4231 | 2024-10-30T19:26:30.559Z | [ recovery-image] Oct 30 19:26:29.674 INFO O| Oct 30 19:26:29.674 INFO STEP 27 (remove_files) COMPLETE |
4232 | 2024-10-30T19:26:30.559Z | [ recovery-image] Oct 30 19:26:29.674 INFO O| Oct 30 19:26:29.674 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4233 | 2024-10-30T19:26:30.596Z | [ recovery-image] Oct 30 19:26:29.711 INFO O| Oct 30 19:26:29.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
4234 | 2024-10-30T19:26:30.596Z | [ recovery-image] Oct 30 19:26:29.711 INFO O| Oct 30 19:26:29.711 INFO STEP 28 (remove_files) COMPLETE |
4235 | 2024-10-30T19:26:30.599Z | [ recovery-image] Oct 30 19:26:29.711 INFO O| Oct 30 19:26:29.711 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4236 | 2024-10-30T19:26:30.614Z | [ recovery-image] Oct 30 19:26:29.730 INFO O| Oct 30 19:26:29.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
4237 | 2024-10-30T19:26:30.617Z | [ recovery-image] Oct 30 19:26:29.731 INFO O| Oct 30 19:26:29.730 INFO STEP 29 (remove_files) COMPLETE |
4238 | 2024-10-30T19:26:30.617Z | [ recovery-image] Oct 30 19:26:29.731 INFO O| Oct 30 19:26:29.730 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4239 | 2024-10-30T19:26:30.652Z | [ recovery-image] Oct 30 19:26:29.767 INFO O| Oct 30 19:26:29.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
4240 | 2024-10-30T19:26:30.666Z | [ recovery-image] Oct 30 19:26:29.781 INFO O| Oct 30 19:26:29.781 INFO STEP 30 (remove_files) COMPLETE |
4241 | 2024-10-30T19:26:30.666Z | [ recovery-image] Oct 30 19:26:29.781 INFO O| Oct 30 19:26:29.781 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4242 | 2024-10-30T19:26:30.688Z | [ recovery-image] Oct 30 19:26:29.803 INFO O| Oct 30 19:26:29.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
4243 | 2024-10-30T19:26:30.688Z | [ recovery-image] Oct 30 19:26:29.803 INFO O| Oct 30 19:26:29.803 INFO STEP 31 (remove_files) COMPLETE |
4244 | 2024-10-30T19:26:30.688Z | [ recovery-image] Oct 30 19:26:29.803 INFO O| Oct 30 19:26:29.803 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4245 | 2024-10-30T19:26:30.705Z | [ recovery-image] Oct 30 19:26:29.821 INFO O| Oct 30 19:26:29.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
4246 | 2024-10-30T19:26:30.719Z | [ recovery-image] Oct 30 19:26:29.834 INFO O| Oct 30 19:26:29.834 INFO STEP 32 (remove_files) COMPLETE |
4247 | 2024-10-30T19:26:30.719Z | [ recovery-image] Oct 30 19:26:29.834 INFO O| Oct 30 19:26:29.834 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4248 | 2024-10-30T19:26:30.768Z | [ recovery-image] Oct 30 19:26:29.883 INFO O| Oct 30 19:26:29.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
4249 | 2024-10-30T19:26:30.795Z | [ recovery-image] Oct 30 19:26:29.910 INFO O| Oct 30 19:26:29.910 INFO STEP 33 (remove_files) COMPLETE |
4250 | 2024-10-30T19:26:30.798Z | [ recovery-image] Oct 30 19:26:29.910 INFO O| Oct 30 19:26:29.910 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4251 | 2024-10-30T19:26:30.829Z | [ recovery-image] Oct 30 19:26:29.933 INFO O| Oct 30 19:26:29.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
4252 | 2024-10-30T19:26:30.829Z | [ recovery-image] Oct 30 19:26:29.933 INFO O| Oct 30 19:26:29.933 INFO STEP 34 (remove_files) COMPLETE |
4253 | 2024-10-30T19:26:30.832Z | [ recovery-image] Oct 30 19:26:29.933 INFO O| Oct 30 19:26:29.933 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4254 | 2024-10-30T19:26:30.862Z | [ recovery-image] Oct 30 19:26:29.977 INFO O| Oct 30 19:26:29.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
4255 | 2024-10-30T19:26:30.864Z | [ recovery-image] Oct 30 19:26:29.977 INFO O| Oct 30 19:26:29.977 INFO STEP 35 (remove_files) COMPLETE |
4256 | 2024-10-30T19:26:30.864Z | [ recovery-image] Oct 30 19:26:29.977 INFO O| Oct 30 19:26:29.977 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4257 | 2024-10-30T19:26:31.008Z | [ recovery-image] Oct 30 19:26:30.123 INFO O| Oct 30 19:26:30.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
4258 | 2024-10-30T19:26:31.033Z | [ recovery-image] Oct 30 19:26:30.147 INFO O| Oct 30 19:26:30.147 INFO STEP 36 (remove_files) COMPLETE |
4259 | 2024-10-30T19:26:31.033Z | [ recovery-image] Oct 30 19:26:30.147 INFO O| Oct 30 19:26:30.147 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4260 | 2024-10-30T19:26:31.069Z | [ recovery-image] Oct 30 19:26:30.184 INFO O| Oct 30 19:26:30.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
4261 | 2024-10-30T19:26:31.120Z | [ recovery-image] Oct 30 19:26:30.235 INFO O| Oct 30 19:26:30.235 INFO STEP 37 (remove_files) COMPLETE |
4262 | 2024-10-30T19:26:31.120Z | [ recovery-image] Oct 30 19:26:30.235 INFO O| Oct 30 19:26:30.235 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4263 | 2024-10-30T19:26:31.186Z | [ recovery-image] Oct 30 19:26:30.300 INFO O| Oct 30 19:26:30.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
4264 | 2024-10-30T19:26:31.186Z | [ recovery-image] Oct 30 19:26:30.300 INFO O| Oct 30 19:26:30.300 INFO STEP 38 (remove_files) COMPLETE |
4265 | 2024-10-30T19:26:31.186Z | [ recovery-image] Oct 30 19:26:30.300 INFO O| Oct 30 19:26:30.300 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4266 | 2024-10-30T19:26:31.205Z | [ recovery-image] Oct 30 19:26:30.319 INFO O| Oct 30 19:26:30.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
4267 | 2024-10-30T19:26:31.205Z | [ recovery-image] Oct 30 19:26:30.319 INFO O| Oct 30 19:26:30.319 INFO STEP 39 (remove_files) COMPLETE |
4268 | 2024-10-30T19:26:31.205Z | [ recovery-image] Oct 30 19:26:30.319 INFO O| Oct 30 19:26:30.319 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4269 | 2024-10-30T19:26:31.256Z | [ recovery-image] Oct 30 19:26:30.370 INFO O| Oct 30 19:26:30.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
4270 | 2024-10-30T19:26:31.256Z | [ recovery-image] Oct 30 19:26:30.371 INFO O| Oct 30 19:26:30.371 INFO STEP 40 (remove_files) COMPLETE |
4271 | 2024-10-30T19:26:31.256Z | [ recovery-image] Oct 30 19:26:30.371 INFO O| Oct 30 19:26:30.371 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4272 | 2024-10-30T19:26:31.293Z | [ recovery-image] Oct 30 19:26:30.408 INFO O| Oct 30 19:26:30.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
4273 | 2024-10-30T19:26:31.294Z | [ recovery-image] Oct 30 19:26:30.408 INFO O| Oct 30 19:26:30.408 INFO STEP 41 (remove_files) COMPLETE |
4274 | 2024-10-30T19:26:31.297Z | [ recovery-image] Oct 30 19:26:30.408 INFO O| Oct 30 19:26:30.408 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4275 | 2024-10-30T19:26:31.313Z | [ recovery-image] Oct 30 19:26:30.428 INFO O| Oct 30 19:26:30.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
4276 | 2024-10-30T19:26:31.313Z | [ recovery-image] Oct 30 19:26:30.428 INFO O| Oct 30 19:26:30.428 INFO STEP 42 (remove_files) COMPLETE |
4277 | 2024-10-30T19:26:31.313Z | [ recovery-image] Oct 30 19:26:30.428 INFO O| Oct 30 19:26:30.428 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4278 | 2024-10-30T19:26:31.345Z | [ recovery-image] Oct 30 19:26:30.459 INFO O| Oct 30 19:26:30.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
4279 | 2024-10-30T19:26:31.345Z | [ recovery-image] Oct 30 19:26:30.459 INFO O| Oct 30 19:26:30.459 INFO STEP 43 (remove_files) COMPLETE |
4280 | 2024-10-30T19:26:31.345Z | [ recovery-image] Oct 30 19:26:30.459 INFO O| Oct 30 19:26:30.459 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4281 | 2024-10-30T19:26:31.404Z | [ recovery-image] Oct 30 19:26:30.518 INFO O| Oct 30 19:26:30.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
4282 | 2024-10-30T19:26:31.404Z | [ recovery-image] Oct 30 19:26:30.518 INFO O| Oct 30 19:26:30.518 INFO STEP 44 (remove_files) COMPLETE |
4283 | 2024-10-30T19:26:31.404Z | [ recovery-image] Oct 30 19:26:30.518 INFO O| Oct 30 19:26:30.518 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4284 | 2024-10-30T19:26:31.429Z | [ recovery-image] Oct 30 19:26:30.544 INFO O| Oct 30 19:26:30.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
4285 | 2024-10-30T19:26:31.429Z | [ recovery-image] Oct 30 19:26:30.544 INFO O| Oct 30 19:26:30.544 INFO STEP 45 (remove_files) COMPLETE |
4286 | 2024-10-30T19:26:31.432Z | [ recovery-image] Oct 30 19:26:30.544 INFO O| Oct 30 19:26:30.544 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4287 | 2024-10-30T19:26:31.487Z | [ recovery-image] Oct 30 19:26:30.602 INFO O| Oct 30 19:26:30.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
4288 | 2024-10-30T19:26:31.487Z | [ recovery-image] Oct 30 19:26:30.602 INFO O| Oct 30 19:26:30.602 INFO STEP 46 (remove_files) COMPLETE |
4289 | 2024-10-30T19:26:31.487Z | [ recovery-image] Oct 30 19:26:30.602 INFO O| Oct 30 19:26:30.602 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4290 | 2024-10-30T19:26:31.544Z | [ recovery-image] Oct 30 19:26:30.659 INFO O| Oct 30 19:26:30.659 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
4291 | 2024-10-30T19:26:31.563Z | [ recovery-image] Oct 30 19:26:30.678 INFO O| Oct 30 19:26:30.678 INFO STEP 47 (remove_files) COMPLETE |
4292 | 2024-10-30T19:26:31.563Z | [ recovery-image] Oct 30 19:26:30.678 INFO O| Oct 30 19:26:30.678 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4293 | 2024-10-30T19:26:31.594Z | [ recovery-image] Oct 30 19:26:30.709 INFO O| Oct 30 19:26:30.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
4294 | 2024-10-30T19:26:31.597Z | [ recovery-image] Oct 30 19:26:30.709 INFO O| Oct 30 19:26:30.709 INFO STEP 48 (remove_files) COMPLETE |
4295 | 2024-10-30T19:26:31.597Z | [ recovery-image] Oct 30 19:26:30.709 INFO O| Oct 30 19:26:30.709 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4296 | 2024-10-30T19:26:31.629Z | [ recovery-image] Oct 30 19:26:30.744 INFO O| Oct 30 19:26:30.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
4297 | 2024-10-30T19:26:31.629Z | [ recovery-image] Oct 30 19:26:30.744 INFO O| Oct 30 19:26:30.744 INFO STEP 49 (remove_files) COMPLETE |
4298 | 2024-10-30T19:26:31.629Z | [ recovery-image] Oct 30 19:26:30.744 INFO O| Oct 30 19:26:30.744 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4299 | 2024-10-30T19:26:31.667Z | [ recovery-image] Oct 30 19:26:30.782 INFO O| Oct 30 19:26:30.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
4300 | 2024-10-30T19:26:31.667Z | [ recovery-image] Oct 30 19:26:30.782 INFO O| Oct 30 19:26:30.782 INFO STEP 50 (remove_files) COMPLETE |
4301 | 2024-10-30T19:26:31.667Z | [ recovery-image] Oct 30 19:26:30.782 INFO O| Oct 30 19:26:30.782 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4302 | 2024-10-30T19:26:31.696Z | [ recovery-image] Oct 30 19:26:30.811 INFO O| Oct 30 19:26:30.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
4303 | 2024-10-30T19:26:31.699Z | [ recovery-image] Oct 30 19:26:30.811 INFO O| Oct 30 19:26:30.811 INFO STEP 51 (remove_files) COMPLETE |
4304 | 2024-10-30T19:26:31.699Z | [ recovery-image] Oct 30 19:26:30.811 INFO O| Oct 30 19:26:30.811 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4305 | 2024-10-30T19:26:31.715Z | [ recovery-image] Oct 30 19:26:30.829 INFO O| Oct 30 19:26:30.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
4306 | 2024-10-30T19:26:31.718Z | [ recovery-image] Oct 30 19:26:30.830 INFO O| Oct 30 19:26:30.830 INFO STEP 52 (remove_files) COMPLETE |
4307 | 2024-10-30T19:26:31.718Z | [ recovery-image] Oct 30 19:26:30.830 INFO O| Oct 30 19:26:30.830 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4308 | 2024-10-30T19:26:31.746Z | [ recovery-image] Oct 30 19:26:30.861 INFO O| Oct 30 19:26:30.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
4309 | 2024-10-30T19:26:31.746Z | [ recovery-image] Oct 30 19:26:30.861 INFO O| Oct 30 19:26:30.861 INFO STEP 53 (remove_files) COMPLETE |
4310 | 2024-10-30T19:26:31.746Z | [ recovery-image] Oct 30 19:26:30.861 INFO O| Oct 30 19:26:30.861 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4311 | 2024-10-30T19:26:31.764Z | [ recovery-image] Oct 30 19:26:30.879 INFO O| Oct 30 19:26:30.879 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4312 | 2024-10-30T19:26:31.785Z | [ recovery-image] Oct 30 19:26:30.900 INFO O| Oct 30 19:26:30.900 INFO STEP 54 (remove_files) COMPLETE |
4313 | 2024-10-30T19:26:31.785Z | [ recovery-image] Oct 30 19:26:30.900 INFO O| Oct 30 19:26:30.900 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4314 | 2024-10-30T19:26:31.817Z | [ recovery-image] Oct 30 19:26:30.932 INFO O| Oct 30 19:26:30.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4315 | 2024-10-30T19:26:31.817Z | [ recovery-image] Oct 30 19:26:30.932 INFO O| Oct 30 19:26:30.932 INFO STEP 55 (remove_files) COMPLETE |
4316 | 2024-10-30T19:26:31.819Z | [ recovery-image] Oct 30 19:26:30.932 INFO O| Oct 30 19:26:30.932 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4317 | 2024-10-30T19:26:31.843Z | [ recovery-image] Oct 30 19:26:30.958 INFO O| Oct 30 19:26:30.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4318 | 2024-10-30T19:26:31.843Z | [ recovery-image] Oct 30 19:26:30.958 INFO O| Oct 30 19:26:30.958 INFO STEP 56 (remove_files) COMPLETE |
4319 | 2024-10-30T19:26:31.846Z | [ recovery-image] Oct 30 19:26:30.958 INFO O| Oct 30 19:26:30.958 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4320 | 2024-10-30T19:26:31.905Z | [ recovery-image] Oct 30 19:26:31.019 INFO O| Oct 30 19:26:31.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4321 | 2024-10-30T19:26:31.905Z | [ recovery-image] Oct 30 19:26:31.019 INFO O| Oct 30 19:26:31.019 INFO STEP 57 (remove_files) COMPLETE |
4322 | 2024-10-30T19:26:31.905Z | [ recovery-image] Oct 30 19:26:31.019 INFO O| Oct 30 19:26:31.019 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4323 | 2024-10-30T19:26:31.966Z | [ recovery-image] Oct 30 19:26:31.081 INFO O| Oct 30 19:26:31.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4324 | 2024-10-30T19:26:31.966Z | [ recovery-image] Oct 30 19:26:31.081 INFO O| Oct 30 19:26:31.081 INFO STEP 58 (remove_files) COMPLETE |
4325 | 2024-10-30T19:26:31.969Z | [ recovery-image] Oct 30 19:26:31.081 INFO O| Oct 30 19:26:31.081 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4326 | 2024-10-30T19:26:31.985Z | [ recovery-image] Oct 30 19:26:31.101 INFO O| Oct 30 19:26:31.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4327 | 2024-10-30T19:26:31.986Z | [ recovery-image] Oct 30 19:26:31.101 INFO O| Oct 30 19:26:31.101 INFO STEP 59 (remove_files) COMPLETE |
4328 | 2024-10-30T19:26:31.988Z | [ recovery-image] Oct 30 19:26:31.101 INFO O| Oct 30 19:26:31.101 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4329 | 2024-10-30T19:26:32.023Z | [ recovery-image] Oct 30 19:26:31.138 INFO O| Oct 30 19:26:31.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4330 | 2024-10-30T19:26:32.023Z | [ recovery-image] Oct 30 19:26:31.138 INFO O| Oct 30 19:26:31.138 INFO STEP 60 (remove_files) COMPLETE |
4331 | 2024-10-30T19:26:32.023Z | [ recovery-image] Oct 30 19:26:31.138 INFO O| Oct 30 19:26:31.138 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4332 | 2024-10-30T19:26:32.057Z | [ recovery-image] Oct 30 19:26:31.172 INFO O| Oct 30 19:26:31.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4333 | 2024-10-30T19:26:32.057Z | [ recovery-image] Oct 30 19:26:31.172 INFO O| Oct 30 19:26:31.172 INFO STEP 61 (remove_files) COMPLETE |
4334 | 2024-10-30T19:26:32.059Z | [ recovery-image] Oct 30 19:26:31.172 INFO O| Oct 30 19:26:31.172 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4335 | 2024-10-30T19:26:32.124Z | [ recovery-image] Oct 30 19:26:31.239 INFO O| Oct 30 19:26:31.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4336 | 2024-10-30T19:26:32.124Z | [ recovery-image] Oct 30 19:26:31.239 INFO O| Oct 30 19:26:31.239 INFO STEP 62 (remove_files) COMPLETE |
4337 | 2024-10-30T19:26:32.126Z | [ recovery-image] Oct 30 19:26:31.239 INFO O| Oct 30 19:26:31.239 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4338 | 2024-10-30T19:26:32.174Z | [ recovery-image] Oct 30 19:26:31.289 INFO O| Oct 30 19:26:31.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4339 | 2024-10-30T19:26:32.177Z | [ recovery-image] Oct 30 19:26:31.289 INFO O| Oct 30 19:26:31.289 INFO STEP 63 (remove_files) COMPLETE |
4340 | 2024-10-30T19:26:32.177Z | [ recovery-image] Oct 30 19:26:31.289 INFO O| Oct 30 19:26:31.289 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4341 | 2024-10-30T19:26:32.194Z | [ recovery-image] Oct 30 19:26:31.309 INFO O| Oct 30 19:26:31.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4342 | 2024-10-30T19:26:32.196Z | [ recovery-image] Oct 30 19:26:31.309 INFO O| Oct 30 19:26:31.309 INFO STEP 64 (remove_files) COMPLETE |
4343 | 2024-10-30T19:26:32.196Z | [ recovery-image] Oct 30 19:26:31.309 INFO O| Oct 30 19:26:31.309 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4344 | 2024-10-30T19:26:32.250Z | [ recovery-image] Oct 30 19:26:31.365 INFO O| Oct 30 19:26:31.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4345 | 2024-10-30T19:26:32.266Z | [ recovery-image] Oct 30 19:26:31.378 INFO O| Oct 30 19:26:31.378 INFO STEP 65 (remove_files) COMPLETE |
4346 | 2024-10-30T19:26:32.266Z | [ recovery-image] Oct 30 19:26:31.378 INFO O| Oct 30 19:26:31.378 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4347 | 2024-10-30T19:26:32.322Z | [ recovery-image] Oct 30 19:26:31.437 INFO O| Oct 30 19:26:31.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4348 | 2024-10-30T19:26:32.324Z | [ recovery-image] Oct 30 19:26:31.437 INFO O| Oct 30 19:26:31.437 INFO STEP 66 (remove_files) COMPLETE |
4349 | 2024-10-30T19:26:32.325Z | [ recovery-image] Oct 30 19:26:31.437 INFO O| Oct 30 19:26:31.437 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4350 | 2024-10-30T19:26:32.346Z | [ recovery-image] Oct 30 19:26:31.460 INFO O| Oct 30 19:26:31.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4351 | 2024-10-30T19:26:32.346Z | [ recovery-image] Oct 30 19:26:31.460 INFO O| Oct 30 19:26:31.460 INFO STEP 67 (remove_files) COMPLETE |
4352 | 2024-10-30T19:26:32.346Z | [ recovery-image] Oct 30 19:26:31.460 INFO O| Oct 30 19:26:31.460 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4353 | 2024-10-30T19:26:32.406Z | [ recovery-image] Oct 30 19:26:31.520 INFO O| Oct 30 19:26:31.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4354 | 2024-10-30T19:26:32.406Z | [ recovery-image] Oct 30 19:26:31.520 INFO O| Oct 30 19:26:31.520 INFO STEP 68 (remove_files) COMPLETE |
4355 | 2024-10-30T19:26:32.406Z | [ recovery-image] Oct 30 19:26:31.520 INFO O| Oct 30 19:26:31.520 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4356 | 2024-10-30T19:26:32.464Z | [ recovery-image] Oct 30 19:26:31.578 INFO O| Oct 30 19:26:31.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4357 | 2024-10-30T19:26:32.464Z | [ recovery-image] Oct 30 19:26:31.578 INFO O| Oct 30 19:26:31.578 INFO STEP 69 (remove_files) COMPLETE |
4358 | 2024-10-30T19:26:32.464Z | [ recovery-image] Oct 30 19:26:31.579 INFO O| Oct 30 19:26:31.578 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4359 | 2024-10-30T19:26:32.481Z | [ recovery-image] Oct 30 19:26:31.596 INFO O| Oct 30 19:26:31.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4360 | 2024-10-30T19:26:32.481Z | [ recovery-image] Oct 30 19:26:31.596 INFO O| Oct 30 19:26:31.596 INFO STEP 70 (remove_files) COMPLETE |
4361 | 2024-10-30T19:26:32.481Z | [ recovery-image] Oct 30 19:26:31.596 INFO O| Oct 30 19:26:31.596 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4362 | 2024-10-30T19:26:32.498Z | [ recovery-image] Oct 30 19:26:31.613 INFO O| Oct 30 19:26:31.613 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4363 | 2024-10-30T19:26:32.498Z | [ recovery-image] Oct 30 19:26:31.613 INFO O| Oct 30 19:26:31.613 INFO STEP 71 (remove_files) COMPLETE |
4364 | 2024-10-30T19:26:32.498Z | [ recovery-image] Oct 30 19:26:31.613 INFO O| Oct 30 19:26:31.613 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4365 | 2024-10-30T19:26:32.533Z | [ recovery-image] Oct 30 19:26:31.648 INFO O| Oct 30 19:26:31.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4366 | 2024-10-30T19:26:32.533Z | [ recovery-image] Oct 30 19:26:31.648 INFO O| Oct 30 19:26:31.648 INFO STEP 72 (remove_files) COMPLETE |
4367 | 2024-10-30T19:26:32.534Z | [ recovery-image] Oct 30 19:26:31.648 INFO O| Oct 30 19:26:31.648 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4368 | 2024-10-30T19:26:32.555Z | [ recovery-image] Oct 30 19:26:31.669 INFO O| Oct 30 19:26:31.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4369 | 2024-10-30T19:26:32.556Z | [ recovery-image] Oct 30 19:26:31.669 INFO O| Oct 30 19:26:31.669 INFO STEP 73 (remove_files) COMPLETE |
4370 | 2024-10-30T19:26:32.556Z | [ recovery-image] Oct 30 19:26:31.669 INFO O| Oct 30 19:26:31.669 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4371 | 2024-10-30T19:26:32.572Z | [ recovery-image] Oct 30 19:26:31.687 INFO O| Oct 30 19:26:31.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4372 | 2024-10-30T19:26:32.572Z | [ recovery-image] Oct 30 19:26:31.687 INFO O| Oct 30 19:26:31.687 INFO STEP 74 (remove_files) COMPLETE |
4373 | 2024-10-30T19:26:32.572Z | [ recovery-image] Oct 30 19:26:31.687 INFO O| Oct 30 19:26:31.687 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4374 | 2024-10-30T19:26:32.600Z | [ recovery-image] Oct 30 19:26:31.715 INFO O| Oct 30 19:26:31.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4375 | 2024-10-30T19:26:32.602Z | [ recovery-image] Oct 30 19:26:31.715 INFO O| Oct 30 19:26:31.715 INFO STEP 75 (remove_files) COMPLETE |
4376 | 2024-10-30T19:26:32.602Z | [ recovery-image] Oct 30 19:26:31.715 INFO O| Oct 30 19:26:31.715 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4377 | 2024-10-30T19:26:32.642Z | [ recovery-image] Oct 30 19:26:31.757 INFO O| Oct 30 19:26:31.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4378 | 2024-10-30T19:26:32.642Z | [ recovery-image] Oct 30 19:26:31.757 INFO O| Oct 30 19:26:31.757 INFO STEP 76 (remove_files) COMPLETE |
4379 | 2024-10-30T19:26:32.644Z | [ recovery-image] Oct 30 19:26:31.757 INFO O| Oct 30 19:26:31.757 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4380 | 2024-10-30T19:26:32.699Z | [ recovery-image] Oct 30 19:26:31.814 INFO O| Oct 30 19:26:31.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4381 | 2024-10-30T19:26:32.699Z | [ recovery-image] Oct 30 19:26:31.814 INFO O| Oct 30 19:26:31.814 INFO STEP 77 (remove_files) COMPLETE |
4382 | 2024-10-30T19:26:32.702Z | [ recovery-image] Oct 30 19:26:31.814 INFO O| Oct 30 19:26:31.814 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-10-30T19:26:32.733Z | [ recovery-image] Oct 30 19:26:31.848 INFO O| Oct 30 19:26:31.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4384 | 2024-10-30T19:26:32.733Z | [ recovery-image] Oct 30 19:26:31.848 INFO O| Oct 30 19:26:31.848 INFO STEP 78 (remove_files) COMPLETE |
4385 | 2024-10-30T19:26:32.736Z | [ recovery-image] Oct 30 19:26:31.848 INFO O| Oct 30 19:26:31.848 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-10-30T19:26:32.768Z | [ recovery-image] Oct 30 19:26:31.883 INFO O| Oct 30 19:26:31.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4387 | 2024-10-30T19:26:32.768Z | [ recovery-image] Oct 30 19:26:31.883 INFO O| Oct 30 19:26:31.883 INFO STEP 79 (remove_files) COMPLETE |
4388 | 2024-10-30T19:26:32.770Z | [ recovery-image] Oct 30 19:26:31.883 INFO O| Oct 30 19:26:31.883 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-10-30T19:26:32.802Z | [ recovery-image] Oct 30 19:26:31.917 INFO O| Oct 30 19:26:31.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4390 | 2024-10-30T19:26:32.802Z | [ recovery-image] Oct 30 19:26:31.917 INFO O| Oct 30 19:26:31.917 INFO STEP 80 (remove_files) COMPLETE |
4391 | 2024-10-30T19:26:32.802Z | [ recovery-image] Oct 30 19:26:31.917 INFO O| Oct 30 19:26:31.917 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-10-30T19:26:32.836Z | [ recovery-image] Oct 30 19:26:31.952 INFO O| Oct 30 19:26:31.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4393 | 2024-10-30T19:26:32.837Z | [ recovery-image] Oct 30 19:26:31.952 INFO O| Oct 30 19:26:31.952 INFO STEP 81 (remove_files) COMPLETE |
4394 | 2024-10-30T19:26:32.840Z | [ recovery-image] Oct 30 19:26:31.952 INFO O| Oct 30 19:26:31.952 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-10-30T19:26:32.854Z | [ recovery-image] Oct 30 19:26:31.969 INFO O| Oct 30 19:26:31.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4396 | 2024-10-30T19:26:32.854Z | [ recovery-image] Oct 30 19:26:31.969 INFO O| Oct 30 19:26:31.969 INFO STEP 82 (remove_files) COMPLETE |
4397 | 2024-10-30T19:26:32.856Z | [ recovery-image] Oct 30 19:26:31.969 INFO O| Oct 30 19:26:31.969 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-10-30T19:26:32.870Z | [ recovery-image] Oct 30 19:26:31.985 INFO O| Oct 30 19:26:31.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4399 | 2024-10-30T19:26:32.870Z | [ recovery-image] Oct 30 19:26:31.985 INFO O| Oct 30 19:26:31.985 INFO STEP 83 (remove_files) COMPLETE |
4400 | 2024-10-30T19:26:32.870Z | [ recovery-image] Oct 30 19:26:31.985 INFO O| Oct 30 19:26:31.985 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-10-30T19:26:32.949Z | [ recovery-image] Oct 30 19:26:32.064 INFO O| Oct 30 19:26:32.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4402 | 2024-10-30T19:26:32.952Z | [ recovery-image] Oct 30 19:26:32.065 INFO O| Oct 30 19:26:32.065 INFO STEP 84 (remove_files) COMPLETE |
4403 | 2024-10-30T19:26:32.952Z | [ recovery-image] Oct 30 19:26:32.065 INFO O| Oct 30 19:26:32.065 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-10-30T19:26:32.982Z | [ recovery-image] Oct 30 19:26:32.096 INFO O| Oct 30 19:26:32.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4405 | 2024-10-30T19:26:32.982Z | [ recovery-image] Oct 30 19:26:32.096 INFO O| Oct 30 19:26:32.096 INFO STEP 85 (remove_files) COMPLETE |
4406 | 2024-10-30T19:26:32.982Z | [ recovery-image] Oct 30 19:26:32.096 INFO O| Oct 30 19:26:32.096 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-10-30T19:26:33.041Z | [ recovery-image] Oct 30 19:26:32.155 INFO O| Oct 30 19:26:32.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4408 | 2024-10-30T19:26:33.041Z | [ recovery-image] Oct 30 19:26:32.155 INFO O| Oct 30 19:26:32.155 INFO STEP 86 (remove_files) COMPLETE |
4409 | 2024-10-30T19:26:33.041Z | [ recovery-image] Oct 30 19:26:32.155 INFO O| Oct 30 19:26:32.155 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-10-30T19:26:33.101Z | [ recovery-image] Oct 30 19:26:32.216 INFO O| Oct 30 19:26:32.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4411 | 2024-10-30T19:26:33.101Z | [ recovery-image] Oct 30 19:26:32.216 INFO O| Oct 30 19:26:32.216 INFO STEP 87 (remove_files) COMPLETE |
4412 | 2024-10-30T19:26:33.101Z | [ recovery-image] Oct 30 19:26:32.216 INFO O| Oct 30 19:26:32.216 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-10-30T19:26:33.107Z | [ host-image] Oct 30 19:26:32.222 INFO O| Oct 30 19:26:32.222 INFO O| Planning: Solver setup ... Done |
4414 | 2024-10-30T19:26:33.121Z | [ recovery-image] Oct 30 19:26:32.235 INFO O| Oct 30 19:26:32.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4415 | 2024-10-30T19:26:33.121Z | [ recovery-image] Oct 30 19:26:32.235 INFO O| Oct 30 19:26:32.235 INFO STEP 88 (remove_files) COMPLETE |
4416 | 2024-10-30T19:26:33.121Z | [ recovery-image] Oct 30 19:26:32.235 INFO O| Oct 30 19:26:32.235 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4417 | 2024-10-30T19:26:33.129Z | [ host-image] Oct 30 19:26:32.243 INFO O| Oct 30 19:26:32.243 INFO O| Planning: Running solver ... Done |
4418 | 2024-10-30T19:26:33.139Z | [ recovery-image] Oct 30 19:26:32.253 INFO O| Oct 30 19:26:32.253 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4419 | 2024-10-30T19:26:33.139Z | [ recovery-image] Oct 30 19:26:32.253 INFO O| Oct 30 19:26:32.253 INFO STEP 89 (remove_files) COMPLETE |
4420 | 2024-10-30T19:26:33.139Z | [ recovery-image] Oct 30 19:26:32.253 INFO O| Oct 30 19:26:32.253 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4421 | 2024-10-30T19:26:33.154Z | [ recovery-image] Oct 30 19:26:32.269 INFO O| Oct 30 19:26:32.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4422 | 2024-10-30T19:26:33.155Z | [ recovery-image] Oct 30 19:26:32.269 INFO O| Oct 30 19:26:32.269 INFO STEP 90 (remove_files) COMPLETE |
4423 | 2024-10-30T19:26:33.155Z | [ recovery-image] Oct 30 19:26:32.269 INFO O| Oct 30 19:26:32.269 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4424 | 2024-10-30T19:26:33.170Z | [ recovery-image] Oct 30 19:26:32.284 INFO O| Oct 30 19:26:32.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4425 | 2024-10-30T19:26:33.170Z | [ recovery-image] Oct 30 19:26:32.284 INFO O| Oct 30 19:26:32.284 INFO STEP 91 (remove_files) COMPLETE |
4426 | 2024-10-30T19:26:33.170Z | [ recovery-image] Oct 30 19:26:32.284 INFO O| Oct 30 19:26:32.284 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4427 | 2024-10-30T19:26:33.185Z | [ recovery-image] Oct 30 19:26:32.299 INFO O| Oct 30 19:26:32.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4428 | 2024-10-30T19:26:33.185Z | [ recovery-image] Oct 30 19:26:32.300 INFO O| Oct 30 19:26:32.300 INFO STEP 92 (remove_files) COMPLETE |
4429 | 2024-10-30T19:26:33.185Z | [ recovery-image] Oct 30 19:26:32.300 INFO O| Oct 30 19:26:32.300 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4430 | 2024-10-30T19:26:33.199Z | [ recovery-image] Oct 30 19:26:32.314 INFO O| Oct 30 19:26:32.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4431 | 2024-10-30T19:26:33.200Z | [ recovery-image] Oct 30 19:26:32.314 INFO O| Oct 30 19:26:32.314 INFO STEP 93 (remove_files) COMPLETE |
4432 | 2024-10-30T19:26:33.200Z | [ recovery-image] Oct 30 19:26:32.314 INFO O| Oct 30 19:26:32.314 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4433 | 2024-10-30T19:26:33.202Z | [ host-image] Oct 30 19:26:32.317 INFO O| Oct 30 19:26:32.317 INFO O| Planning: Finding local manifests ... Done |
4434 | 2024-10-30T19:26:33.204Z | [ host-image] Oct 30 19:26:32.318 INFO O| Oct 30 19:26:32.318 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4435 | 2024-10-30T19:26:33.217Z | [ recovery-image] Oct 30 19:26:32.332 INFO O| Oct 30 19:26:32.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4436 | 2024-10-30T19:26:33.217Z | [ recovery-image] Oct 30 19:26:32.332 INFO O| Oct 30 19:26:32.332 INFO STEP 94 (remove_files) COMPLETE |
4437 | 2024-10-30T19:26:33.217Z | [ recovery-image] Oct 30 19:26:32.332 INFO O| Oct 30 19:26:32.332 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4438 | 2024-10-30T19:26:33.240Z | [ recovery-image] Oct 30 19:26:32.355 INFO O| Oct 30 19:26:32.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4439 | 2024-10-30T19:26:33.241Z | [ recovery-image] Oct 30 19:26:32.355 INFO O| Oct 30 19:26:32.355 INFO STEP 95 (remove_files) COMPLETE |
4440 | 2024-10-30T19:26:33.241Z | [ recovery-image] Oct 30 19:26:32.355 INFO O| Oct 30 19:26:32.355 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4441 | 2024-10-30T19:26:33.278Z | [ recovery-image] Oct 30 19:26:32.393 INFO O| Oct 30 19:26:32.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4442 | 2024-10-30T19:26:33.278Z | [ recovery-image] Oct 30 19:26:32.393 INFO O| Oct 30 19:26:32.393 INFO STEP 96 (remove_files) COMPLETE |
4443 | 2024-10-30T19:26:33.280Z | [ recovery-image] Oct 30 19:26:32.393 INFO O| Oct 30 19:26:32.393 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4444 | 2024-10-30T19:26:33.314Z | [ recovery-image] Oct 30 19:26:32.429 INFO O| Oct 30 19:26:32.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4445 | 2024-10-30T19:26:33.314Z | [ recovery-image] Oct 30 19:26:32.429 INFO O| Oct 30 19:26:32.429 INFO STEP 97 (remove_files) COMPLETE |
4446 | 2024-10-30T19:26:33.314Z | [ recovery-image] Oct 30 19:26:32.429 INFO O| Oct 30 19:26:32.429 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4447 | 2024-10-30T19:26:33.374Z | [ recovery-image] Oct 30 19:26:32.489 INFO O| Oct 30 19:26:32.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4448 | 2024-10-30T19:26:33.374Z | [ recovery-image] Oct 30 19:26:32.489 INFO O| Oct 30 19:26:32.489 INFO STEP 98 (remove_files) COMPLETE |
4449 | 2024-10-30T19:26:33.377Z | [ recovery-image] Oct 30 19:26:32.489 INFO O| Oct 30 19:26:32.489 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4450 | 2024-10-30T19:26:33.393Z | [ recovery-image] Oct 30 19:26:32.508 INFO O| Oct 30 19:26:32.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4451 | 2024-10-30T19:26:33.416Z | [ recovery-image] Oct 30 19:26:32.531 INFO O| Oct 30 19:26:32.531 INFO STEP 99 (remove_files) COMPLETE |
4452 | 2024-10-30T19:26:33.416Z | [ recovery-image] Oct 30 19:26:32.531 INFO O| Oct 30 19:26:32.531 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4453 | 2024-10-30T19:26:33.450Z | [ recovery-image] Oct 30 19:26:32.564 INFO O| Oct 30 19:26:32.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4454 | 2024-10-30T19:26:33.450Z | [ recovery-image] Oct 30 19:26:32.564 INFO O| Oct 30 19:26:32.564 INFO STEP 100 (remove_files) COMPLETE |
4455 | 2024-10-30T19:26:33.450Z | [ recovery-image] Oct 30 19:26:32.564 INFO O| Oct 30 19:26:32.564 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4456 | 2024-10-30T19:26:33.504Z | [ recovery-image] Oct 30 19:26:32.618 INFO O| Oct 30 19:26:32.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4457 | 2024-10-30T19:26:33.504Z | [ recovery-image] Oct 30 19:26:32.619 INFO O| Oct 30 19:26:32.618 INFO STEP 101 (remove_files) COMPLETE |
4458 | 2024-10-30T19:26:33.506Z | [ recovery-image] Oct 30 19:26:32.619 INFO O| Oct 30 19:26:32.618 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4459 | 2024-10-30T19:26:33.520Z | [ recovery-image] Oct 30 19:26:32.636 INFO O| Oct 30 19:26:32.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4460 | 2024-10-30T19:26:33.520Z | [ recovery-image] Oct 30 19:26:32.636 INFO O| Oct 30 19:26:32.636 INFO STEP 102 (remove_files) COMPLETE |
4461 | 2024-10-30T19:26:33.523Z | [ recovery-image] Oct 30 19:26:32.636 INFO O| Oct 30 19:26:32.636 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4462 | 2024-10-30T19:26:33.536Z | [ recovery-image] Oct 30 19:26:32.651 INFO O| Oct 30 19:26:32.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4463 | 2024-10-30T19:26:33.536Z | [ recovery-image] Oct 30 19:26:32.651 INFO O| Oct 30 19:26:32.651 INFO STEP 103 (remove_files) COMPLETE |
4464 | 2024-10-30T19:26:33.539Z | [ recovery-image] Oct 30 19:26:32.651 INFO O| Oct 30 19:26:32.651 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4465 | 2024-10-30T19:26:33.552Z | [ recovery-image] Oct 30 19:26:32.667 INFO O| Oct 30 19:26:32.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4466 | 2024-10-30T19:26:33.552Z | [ recovery-image] Oct 30 19:26:32.667 INFO O| Oct 30 19:26:32.667 INFO STEP 104 (remove_files) COMPLETE |
4467 | 2024-10-30T19:26:33.555Z | [ recovery-image] Oct 30 19:26:32.667 INFO O| Oct 30 19:26:32.667 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4468 | 2024-10-30T19:26:33.586Z | [ host-image] Oct 30 19:26:32.701 INFO O| Oct 30 19:26:32.701 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4469 | 2024-10-30T19:26:33.589Z | [ recovery-image] Oct 30 19:26:32.704 INFO O| Oct 30 19:26:32.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4470 | 2024-10-30T19:26:33.591Z | [ recovery-image] Oct 30 19:26:32.704 INFO O| Oct 30 19:26:32.704 INFO STEP 105 (remove_files) COMPLETE |
4471 | 2024-10-30T19:26:33.592Z | [ recovery-image] Oct 30 19:26:32.704 INFO O| Oct 30 19:26:32.704 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4472 | 2024-10-30T19:26:33.610Z | [ recovery-image] Oct 30 19:26:32.724 INFO O| Oct 30 19:26:32.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4473 | 2024-10-30T19:26:33.610Z | [ recovery-image] Oct 30 19:26:32.724 INFO O| Oct 30 19:26:32.724 INFO STEP 106 (remove_files) COMPLETE |
4474 | 2024-10-30T19:26:33.612Z | [ recovery-image] Oct 30 19:26:32.725 INFO O| Oct 30 19:26:32.724 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4475 | 2024-10-30T19:26:33.633Z | [ recovery-image] Oct 30 19:26:32.748 INFO O| Oct 30 19:26:32.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4476 | 2024-10-30T19:26:33.635Z | [ recovery-image] Oct 30 19:26:32.749 INFO O| Oct 30 19:26:32.749 INFO STEP 107 (remove_files) COMPLETE |
4477 | 2024-10-30T19:26:33.635Z | [ recovery-image] Oct 30 19:26:32.749 INFO O| Oct 30 19:26:32.749 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4478 | 2024-10-30T19:26:33.664Z | [ host-image] Oct 30 19:26:32.779 INFO O| Oct 30 19:26:32.779 INFO O| Planning: Package planning ... Done |
4479 | 2024-10-30T19:26:33.702Z | [ host-image] Oct 30 19:26:32.816 INFO O| Oct 30 19:26:32.816 INFO O| Planning: Merging actions ... Done |
4480 | 2024-10-30T19:26:33.707Z | [ recovery-image] Oct 30 19:26:32.822 INFO O| Oct 30 19:26:32.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4481 | 2024-10-30T19:26:33.709Z | [ recovery-image] Oct 30 19:26:32.822 INFO O| Oct 30 19:26:32.822 INFO STEP 108 (remove_files) COMPLETE |
4482 | 2024-10-30T19:26:33.709Z | [ recovery-image] Oct 30 19:26:32.822 INFO O| Oct 30 19:26:32.822 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4483 | 2024-10-30T19:26:33.727Z | [ recovery-image] Oct 30 19:26:32.842 INFO O| Oct 30 19:26:32.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4484 | 2024-10-30T19:26:33.753Z | [ recovery-image] Oct 30 19:26:32.868 INFO O| Oct 30 19:26:32.868 INFO STEP 109 (remove_files) COMPLETE |
4485 | 2024-10-30T19:26:33.753Z | [ recovery-image] Oct 30 19:26:32.868 INFO O| Oct 30 19:26:32.868 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4486 | 2024-10-30T19:26:33.775Z | [ recovery-image] Oct 30 19:26:32.890 INFO O| Oct 30 19:26:32.890 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4487 | 2024-10-30T19:26:33.775Z | [ recovery-image] Oct 30 19:26:32.890 INFO O| Oct 30 19:26:32.890 INFO STEP 110 (remove_files) COMPLETE |
4488 | 2024-10-30T19:26:33.778Z | [ recovery-image] Oct 30 19:26:32.890 INFO O| Oct 30 19:26:32.890 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4489 | 2024-10-30T19:26:33.806Z | [ recovery-image] Oct 30 19:26:32.921 INFO O| Oct 30 19:26:32.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4490 | 2024-10-30T19:26:33.806Z | [ recovery-image] Oct 30 19:26:32.921 INFO O| Oct 30 19:26:32.921 INFO STEP 111 (remove_files) COMPLETE |
4491 | 2024-10-30T19:26:33.806Z | [ recovery-image] Oct 30 19:26:32.921 INFO O| Oct 30 19:26:32.921 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4492 | 2024-10-30T19:26:33.825Z | [ recovery-image] Oct 30 19:26:32.940 INFO O| Oct 30 19:26:32.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4493 | 2024-10-30T19:26:33.825Z | [ recovery-image] Oct 30 19:26:32.940 INFO O| Oct 30 19:26:32.940 INFO STEP 112 (remove_files) COMPLETE |
4494 | 2024-10-30T19:26:33.828Z | [ recovery-image] Oct 30 19:26:32.941 INFO O| Oct 30 19:26:32.940 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4495 | 2024-10-30T19:26:33.842Z | [ host-image] Oct 30 19:26:32.957 INFO O| Oct 30 19:26:32.957 INFO O| Planning: Checking for conflicting actions ... Done |
4496 | 2024-10-30T19:26:33.850Z | [ host-image] Oct 30 19:26:32.965 INFO O| Oct 30 19:26:32.965 INFO O| Planning: Consolidating action changes ... Done |
4497 | 2024-10-30T19:26:33.888Z | [ recovery-image] Oct 30 19:26:33.003 INFO O| Oct 30 19:26:33.003 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4498 | 2024-10-30T19:26:33.888Z | [ recovery-image] Oct 30 19:26:33.003 INFO O| Oct 30 19:26:33.003 INFO STEP 113 (remove_files) COMPLETE |
4499 | 2024-10-30T19:26:33.888Z | [ recovery-image] Oct 30 19:26:33.003 INFO O| Oct 30 19:26:33.003 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-10-30T19:26:33.929Z | [ recovery-image] Oct 30 19:26:33.044 INFO O| Oct 30 19:26:33.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4501 | 2024-10-30T19:26:33.931Z | [ recovery-image] Oct 30 19:26:33.044 INFO O| Oct 30 19:26:33.044 INFO STEP 114 (remove_files) COMPLETE |
4502 | 2024-10-30T19:26:33.932Z | [ recovery-image] Oct 30 19:26:33.044 INFO O| Oct 30 19:26:33.044 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-10-30T19:26:33.948Z | [ recovery-image] Oct 30 19:26:33.063 INFO O| Oct 30 19:26:33.063 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4504 | 2024-10-30T19:26:33.995Z | [ recovery-image] Oct 30 19:26:33.064 INFO O| Oct 30 19:26:33.063 INFO STEP 115 (remove_files) COMPLETE |
4505 | 2024-10-30T19:26:33.996Z | [ recovery-image] Oct 30 19:26:33.064 INFO O| Oct 30 19:26:33.064 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-10-30T19:26:33.998Z | [ recovery-image] Oct 30 19:26:33.112 INFO O| Oct 30 19:26:33.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4507 | 2024-10-30T19:26:33.998Z | [ recovery-image] Oct 30 19:26:33.112 INFO O| Oct 30 19:26:33.112 INFO STEP 116 (remove_files) COMPLETE |
4508 | 2024-10-30T19:26:33.998Z | [ recovery-image] Oct 30 19:26:33.112 INFO O| Oct 30 19:26:33.112 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-10-30T19:26:34.041Z | [ recovery-image] Oct 30 19:26:33.155 INFO O| Oct 30 19:26:33.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4510 | 2024-10-30T19:26:34.042Z | [ recovery-image] Oct 30 19:26:33.155 INFO O| Oct 30 19:26:33.155 INFO STEP 117 (remove_files) COMPLETE |
4511 | 2024-10-30T19:26:34.042Z | [ recovery-image] Oct 30 19:26:33.155 INFO O| Oct 30 19:26:33.155 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-10-30T19:26:34.059Z | [ recovery-image] Oct 30 19:26:33.173 INFO O| Oct 30 19:26:33.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4513 | 2024-10-30T19:26:34.059Z | [ recovery-image] Oct 30 19:26:33.173 INFO O| Oct 30 19:26:33.173 INFO STEP 118 (remove_files) COMPLETE |
4514 | 2024-10-30T19:26:34.059Z | [ recovery-image] Oct 30 19:26:33.173 INFO O| Oct 30 19:26:33.173 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-10-30T19:26:34.075Z | [ recovery-image] Oct 30 19:26:33.189 INFO O| Oct 30 19:26:33.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4516 | 2024-10-30T19:26:34.075Z | [ recovery-image] Oct 30 19:26:33.189 INFO O| Oct 30 19:26:33.189 INFO STEP 119 (remove_files) COMPLETE |
4517 | 2024-10-30T19:26:34.075Z | [ recovery-image] Oct 30 19:26:33.189 INFO O| Oct 30 19:26:33.189 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-10-30T19:26:34.091Z | [ recovery-image] Oct 30 19:26:33.206 INFO O| Oct 30 19:26:33.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4519 | 2024-10-30T19:26:34.091Z | [ recovery-image] Oct 30 19:26:33.206 INFO O| Oct 30 19:26:33.206 INFO STEP 120 (remove_files) COMPLETE |
4520 | 2024-10-30T19:26:34.091Z | [ recovery-image] Oct 30 19:26:33.206 INFO O| Oct 30 19:26:33.206 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-10-30T19:26:34.108Z | [ recovery-image] Oct 30 19:26:33.222 INFO O| Oct 30 19:26:33.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4522 | 2024-10-30T19:26:34.108Z | [ recovery-image] Oct 30 19:26:33.222 INFO O| Oct 30 19:26:33.222 INFO STEP 121 (remove_files) COMPLETE |
4523 | 2024-10-30T19:26:34.108Z | [ recovery-image] Oct 30 19:26:33.222 INFO O| Oct 30 19:26:33.222 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-10-30T19:26:34.167Z | [ recovery-image] Oct 30 19:26:33.281 INFO O| Oct 30 19:26:33.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4525 | 2024-10-30T19:26:34.167Z | [ recovery-image] Oct 30 19:26:33.281 INFO O| Oct 30 19:26:33.281 INFO STEP 122 (remove_files) COMPLETE |
4526 | 2024-10-30T19:26:34.167Z | [ recovery-image] Oct 30 19:26:33.281 INFO O| Oct 30 19:26:33.281 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-10-30T19:26:34.205Z | [ recovery-image] Oct 30 19:26:33.320 INFO O| Oct 30 19:26:33.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4528 | 2024-10-30T19:26:34.205Z | [ recovery-image] Oct 30 19:26:33.320 INFO O| Oct 30 19:26:33.320 INFO STEP 123 (remove_files) COMPLETE |
4529 | 2024-10-30T19:26:34.207Z | [ recovery-image] Oct 30 19:26:33.320 INFO O| Oct 30 19:26:33.320 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-10-30T19:26:34.222Z | [ recovery-image] Oct 30 19:26:33.337 INFO O| Oct 30 19:26:33.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4531 | 2024-10-30T19:26:34.222Z | [ recovery-image] Oct 30 19:26:33.338 INFO O| Oct 30 19:26:33.337 INFO STEP 124 (remove_files) COMPLETE |
4532 | 2024-10-30T19:26:34.222Z | [ recovery-image] Oct 30 19:26:33.338 INFO O| Oct 30 19:26:33.338 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-10-30T19:26:34.260Z | [ recovery-image] Oct 30 19:26:33.374 INFO O| Oct 30 19:26:33.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4534 | 2024-10-30T19:26:34.260Z | [ recovery-image] Oct 30 19:26:33.374 INFO O| Oct 30 19:26:33.374 INFO STEP 125 (remove_files) COMPLETE |
4535 | 2024-10-30T19:26:34.260Z | [ recovery-image] Oct 30 19:26:33.374 INFO O| Oct 30 19:26:33.374 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-10-30T19:26:34.281Z | [ recovery-image] Oct 30 19:26:33.396 INFO O| Oct 30 19:26:33.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4537 | 2024-10-30T19:26:34.284Z | [ recovery-image] Oct 30 19:26:33.397 INFO O| Oct 30 19:26:33.396 INFO STEP 126 (remove_files) COMPLETE |
4538 | 2024-10-30T19:26:34.284Z | [ recovery-image] Oct 30 19:26:33.397 INFO O| Oct 30 19:26:33.397 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-10-30T19:26:34.302Z | [ recovery-image] Oct 30 19:26:33.415 INFO O| Oct 30 19:26:33.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4540 | 2024-10-30T19:26:34.302Z | [ recovery-image] Oct 30 19:26:33.416 INFO O| Oct 30 19:26:33.416 INFO STEP 127 (remove_files) COMPLETE |
4541 | 2024-10-30T19:26:34.302Z | [ recovery-image] Oct 30 19:26:33.416 INFO O| Oct 30 19:26:33.416 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-10-30T19:26:34.319Z | [ recovery-image] Oct 30 19:26:33.434 INFO O| Oct 30 19:26:33.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4543 | 2024-10-30T19:26:34.322Z | [ recovery-image] Oct 30 19:26:33.434 INFO O| Oct 30 19:26:33.434 INFO STEP 128 (remove_files) COMPLETE |
4544 | 2024-10-30T19:26:34.322Z | [ recovery-image] Oct 30 19:26:33.435 INFO O| Oct 30 19:26:33.434 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-10-30T19:26:34.335Z | [ recovery-image] Oct 30 19:26:33.450 INFO O| Oct 30 19:26:33.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4546 | 2024-10-30T19:26:34.338Z | [ recovery-image] Oct 30 19:26:33.450 INFO O| Oct 30 19:26:33.450 INFO STEP 129 (remove_files) COMPLETE |
4547 | 2024-10-30T19:26:34.338Z | [ recovery-image] Oct 30 19:26:33.450 INFO O| Oct 30 19:26:33.450 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-10-30T19:26:34.338Z | [ host-image] Oct 30 19:26:33.451 INFO O| Oct 30 19:26:33.451 INFO O| Planning: Evaluating mediators ... Done |
4549 | 2024-10-30T19:26:34.341Z | [ host-image] Oct 30 19:26:33.456 INFO O| Oct 30 19:26:33.456 INFO O| Planning: Planning completed in 4.97 seconds |
4550 | 2024-10-30T19:26:34.344Z | [ host-image] Oct 30 19:26:33.459 INFO O| Oct 30 19:26:33.459 INFO O| Packages to install: 6 |
4551 | 2024-10-30T19:26:34.347Z | [ host-image] Oct 30 19:26:33.459 INFO O| Oct 30 19:26:33.459 INFO O| Mediators to change: 1 |
4552 | 2024-10-30T19:26:34.347Z | [ host-image] Oct 30 19:26:33.459 INFO O| Oct 30 19:26:33.459 INFO O| Services to change: 1 |
4553 | 2024-10-30T19:26:34.369Z | [ host-image] Oct 30 19:26:33.484 INFO O| Oct 30 19:26:33.484 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4554 | 2024-10-30T19:26:34.399Z | [ recovery-image] Oct 30 19:26:33.514 INFO O| Oct 30 19:26:33.513 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4555 | 2024-10-30T19:26:34.399Z | [ recovery-image] Oct 30 19:26:33.514 INFO O| Oct 30 19:26:33.514 INFO STEP 130 (remove_files) COMPLETE |
4556 | 2024-10-30T19:26:34.402Z | [ recovery-image] Oct 30 19:26:33.514 INFO O| Oct 30 19:26:33.514 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-10-30T19:26:34.418Z | [ recovery-image] Oct 30 19:26:33.533 INFO O| Oct 30 19:26:33.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4558 | 2024-10-30T19:26:34.418Z | [ recovery-image] Oct 30 19:26:33.533 INFO O| Oct 30 19:26:33.533 INFO STEP 131 (remove_files) COMPLETE |
4559 | 2024-10-30T19:26:34.420Z | [ recovery-image] Oct 30 19:26:33.533 INFO O| Oct 30 19:26:33.533 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-10-30T19:26:34.435Z | [ recovery-image] Oct 30 19:26:33.550 INFO O| Oct 30 19:26:33.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4561 | 2024-10-30T19:26:34.438Z | [ recovery-image] Oct 30 19:26:33.551 INFO O| Oct 30 19:26:33.551 INFO STEP 132 (remove_files) COMPLETE |
4562 | 2024-10-30T19:26:34.438Z | [ recovery-image] Oct 30 19:26:33.551 INFO O| Oct 30 19:26:33.551 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-10-30T19:26:34.451Z | [ recovery-image] Oct 30 19:26:33.567 INFO O| Oct 30 19:26:33.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4564 | 2024-10-30T19:26:34.452Z | [ recovery-image] Oct 30 19:26:33.567 INFO O| Oct 30 19:26:33.567 INFO STEP 133 (remove_files) COMPLETE |
4565 | 2024-10-30T19:26:34.454Z | [ recovery-image] Oct 30 19:26:33.567 INFO O| Oct 30 19:26:33.567 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-10-30T19:26:34.467Z | [ recovery-image] Oct 30 19:26:33.582 INFO O| Oct 30 19:26:33.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4567 | 2024-10-30T19:26:34.467Z | [ recovery-image] Oct 30 19:26:33.582 INFO O| Oct 30 19:26:33.582 INFO STEP 134 (remove_files) COMPLETE |
4568 | 2024-10-30T19:26:34.467Z | [ recovery-image] Oct 30 19:26:33.582 INFO O| Oct 30 19:26:33.582 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-10-30T19:26:34.489Z | [ recovery-image] Oct 30 19:26:33.604 INFO O| Oct 30 19:26:33.604 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4570 | 2024-10-30T19:26:34.509Z | [ recovery-image] Oct 30 19:26:33.624 INFO O| Oct 30 19:26:33.624 INFO STEP 135 (remove_files) COMPLETE |
4571 | 2024-10-30T19:26:34.509Z | [ recovery-image] Oct 30 19:26:33.624 INFO O| Oct 30 19:26:33.624 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-10-30T19:26:34.528Z | [ recovery-image] Oct 30 19:26:33.643 INFO O| Oct 30 19:26:33.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4573 | 2024-10-30T19:26:34.528Z | [ recovery-image] Oct 30 19:26:33.643 INFO O| Oct 30 19:26:33.643 INFO STEP 136 (remove_files) COMPLETE |
4574 | 2024-10-30T19:26:34.530Z | [ recovery-image] Oct 30 19:26:33.643 INFO O| Oct 30 19:26:33.643 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-10-30T19:26:34.546Z | [ recovery-image] Oct 30 19:26:33.661 INFO O| Oct 30 19:26:33.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4576 | 2024-10-30T19:26:34.549Z | [ recovery-image] Oct 30 19:26:33.662 INFO O| Oct 30 19:26:33.661 INFO STEP 137 (remove_files) COMPLETE |
4577 | 2024-10-30T19:26:34.549Z | [ recovery-image] Oct 30 19:26:33.662 INFO O| Oct 30 19:26:33.662 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-10-30T19:26:34.575Z | [ recovery-image] Oct 30 19:26:33.685 INFO O| Oct 30 19:26:33.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4579 | 2024-10-30T19:26:34.575Z | [ recovery-image] Oct 30 19:26:33.685 INFO O| Oct 30 19:26:33.685 INFO STEP 138 (remove_files) COMPLETE |
4580 | 2024-10-30T19:26:34.577Z | [ recovery-image] Oct 30 19:26:33.685 INFO O| Oct 30 19:26:33.685 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-10-30T19:26:34.589Z | [ recovery-image] Oct 30 19:26:33.704 INFO O| Oct 30 19:26:33.704 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4582 | 2024-10-30T19:26:34.589Z | [ recovery-image] Oct 30 19:26:33.704 INFO O| Oct 30 19:26:33.704 INFO STEP 139 (remove_files) COMPLETE |
4583 | 2024-10-30T19:26:34.589Z | [ recovery-image] Oct 30 19:26:33.704 INFO O| Oct 30 19:26:33.704 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-10-30T19:26:34.616Z | [ recovery-image] Oct 30 19:26:33.730 INFO O| Oct 30 19:26:33.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4585 | 2024-10-30T19:26:34.621Z | [ recovery-image] Oct 30 19:26:33.730 INFO O| Oct 30 19:26:33.727 INFO STEP 140 (remove_files) COMPLETE |
4586 | 2024-10-30T19:26:34.621Z | [ recovery-image] Oct 30 19:26:33.730 INFO O| Oct 30 19:26:33.727 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-10-30T19:26:34.695Z | [ recovery-image] Oct 30 19:26:33.810 INFO O| Oct 30 19:26:33.810 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4588 | 2024-10-30T19:26:34.695Z | [ recovery-image] Oct 30 19:26:33.810 INFO O| Oct 30 19:26:33.810 INFO STEP 141 (remove_files) COMPLETE |
4589 | 2024-10-30T19:26:34.695Z | [ recovery-image] Oct 30 19:26:33.810 INFO O| Oct 30 19:26:33.810 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-10-30T19:26:34.714Z | [ recovery-image] Oct 30 19:26:33.829 INFO O| Oct 30 19:26:33.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4591 | 2024-10-30T19:26:34.717Z | [ recovery-image] Oct 30 19:26:33.829 INFO O| Oct 30 19:26:33.829 INFO STEP 142 (remove_files) COMPLETE |
4592 | 2024-10-30T19:26:34.717Z | [ recovery-image] Oct 30 19:26:33.829 INFO O| Oct 30 19:26:33.829 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-10-30T19:26:34.730Z | [ recovery-image] Oct 30 19:26:33.844 INFO O| Oct 30 19:26:33.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4594 | 2024-10-30T19:26:34.730Z | [ recovery-image] Oct 30 19:26:33.845 INFO O| Oct 30 19:26:33.845 INFO STEP 143 (remove_files) COMPLETE |
4595 | 2024-10-30T19:26:34.730Z | [ recovery-image] Oct 30 19:26:33.845 INFO O| Oct 30 19:26:33.845 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-10-30T19:26:34.745Z | [ recovery-image] Oct 30 19:26:33.860 INFO O| Oct 30 19:26:33.860 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4597 | 2024-10-30T19:26:34.745Z | [ recovery-image] Oct 30 19:26:33.860 INFO O| Oct 30 19:26:33.860 INFO STEP 144 (remove_files) COMPLETE |
4598 | 2024-10-30T19:26:34.745Z | [ recovery-image] Oct 30 19:26:33.860 INFO O| Oct 30 19:26:33.860 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-10-30T19:26:34.759Z | [ recovery-image] Oct 30 19:26:33.874 INFO O| Oct 30 19:26:33.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4600 | 2024-10-30T19:26:34.781Z | [ recovery-image] Oct 30 19:26:33.875 INFO O| Oct 30 19:26:33.875 INFO STEP 145 (remove_files) COMPLETE |
4601 | 2024-10-30T19:26:34.781Z | [ recovery-image] Oct 30 19:26:33.875 INFO O| Oct 30 19:26:33.875 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-10-30T19:26:34.781Z | [ recovery-image] Oct 30 19:26:33.888 INFO O| Oct 30 19:26:33.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4603 | 2024-10-30T19:26:34.781Z | [ recovery-image] Oct 30 19:26:33.888 INFO O| Oct 30 19:26:33.888 INFO STEP 146 (remove_files) COMPLETE |
4604 | 2024-10-30T19:26:34.781Z | [ recovery-image] Oct 30 19:26:33.888 INFO O| Oct 30 19:26:33.888 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-10-30T19:26:34.789Z | [ recovery-image] Oct 30 19:26:33.904 INFO O| Oct 30 19:26:33.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4606 | 2024-10-30T19:26:34.789Z | [ recovery-image] Oct 30 19:26:33.904 INFO O| Oct 30 19:26:33.904 INFO STEP 147 (remove_files) COMPLETE |
4607 | 2024-10-30T19:26:34.791Z | [ recovery-image] Oct 30 19:26:33.904 INFO O| Oct 30 19:26:33.904 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-10-30T19:26:34.806Z | [ recovery-image] Oct 30 19:26:33.921 INFO O| Oct 30 19:26:33.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4609 | 2024-10-30T19:26:34.807Z | [ recovery-image] Oct 30 19:26:33.922 INFO O| Oct 30 19:26:33.921 INFO STEP 148 (remove_files) COMPLETE |
4610 | 2024-10-30T19:26:34.825Z | [ recovery-image] Oct 30 19:26:33.922 INFO O| Oct 30 19:26:33.922 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-10-30T19:26:34.825Z | [ recovery-image] Oct 30 19:26:33.938 INFO O| Oct 30 19:26:33.938 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4612 | 2024-10-30T19:26:34.825Z | [ recovery-image] Oct 30 19:26:33.939 INFO O| Oct 30 19:26:33.938 INFO STEP 149 (remove_files) COMPLETE |
4613 | 2024-10-30T19:26:34.825Z | [ recovery-image] Oct 30 19:26:33.939 INFO O| Oct 30 19:26:33.938 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-10-30T19:26:34.848Z | [ recovery-image] Oct 30 19:26:33.963 INFO O| Oct 30 19:26:33.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4615 | 2024-10-30T19:26:34.848Z | [ recovery-image] Oct 30 19:26:33.963 INFO O| Oct 30 19:26:33.963 INFO STEP 150 (remove_files) COMPLETE |
4616 | 2024-10-30T19:26:34.848Z | [ recovery-image] Oct 30 19:26:33.963 INFO O| Oct 30 19:26:33.963 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-10-30T19:26:34.866Z | [ recovery-image] Oct 30 19:26:33.981 INFO O| Oct 30 19:26:33.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4618 | 2024-10-30T19:26:34.866Z | [ recovery-image] Oct 30 19:26:33.981 INFO O| Oct 30 19:26:33.981 INFO STEP 151 (remove_files) COMPLETE |
4619 | 2024-10-30T19:26:34.868Z | [ recovery-image] Oct 30 19:26:33.981 INFO O| Oct 30 19:26:33.981 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-10-30T19:26:34.899Z | [ recovery-image] Oct 30 19:26:34.014 INFO O| Oct 30 19:26:34.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4621 | 2024-10-30T19:26:34.899Z | [ recovery-image] Oct 30 19:26:34.014 INFO O| Oct 30 19:26:34.014 INFO STEP 152 (remove_files) COMPLETE |
4622 | 2024-10-30T19:26:34.910Z | [ recovery-image] Oct 30 19:26:34.014 INFO O| Oct 30 19:26:34.014 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-10-30T19:26:34.920Z | [ recovery-image] Oct 30 19:26:34.035 INFO O| Oct 30 19:26:34.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4624 | 2024-10-30T19:26:34.920Z | [ recovery-image] Oct 30 19:26:34.035 INFO O| Oct 30 19:26:34.035 INFO STEP 153 (remove_files) COMPLETE |
4625 | 2024-10-30T19:26:34.920Z | [ recovery-image] Oct 30 19:26:34.035 INFO O| Oct 30 19:26:34.035 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-10-30T19:26:34.939Z | [ recovery-image] Oct 30 19:26:34.054 INFO O| Oct 30 19:26:34.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4627 | 2024-10-30T19:26:34.939Z | [ recovery-image] Oct 30 19:26:34.054 INFO O| Oct 30 19:26:34.054 INFO STEP 154 (remove_files) COMPLETE |
4628 | 2024-10-30T19:26:34.942Z | [ recovery-image] Oct 30 19:26:34.054 INFO O| Oct 30 19:26:34.054 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-10-30T19:26:34.958Z | [ recovery-image] Oct 30 19:26:34.073 INFO O| Oct 30 19:26:34.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4630 | 2024-10-30T19:26:34.958Z | [ recovery-image] Oct 30 19:26:34.073 INFO O| Oct 30 19:26:34.073 INFO STEP 155 (remove_files) COMPLETE |
4631 | 2024-10-30T19:26:34.960Z | [ recovery-image] Oct 30 19:26:34.073 INFO O| Oct 30 19:26:34.073 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-10-30T19:26:34.979Z | [ recovery-image] Oct 30 19:26:34.094 INFO O| Oct 30 19:26:34.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4633 | 2024-10-30T19:26:34.979Z | [ recovery-image] Oct 30 19:26:34.094 INFO O| Oct 30 19:26:34.094 INFO STEP 156 (remove_files) COMPLETE |
4634 | 2024-10-30T19:26:34.979Z | [ recovery-image] Oct 30 19:26:34.094 INFO O| Oct 30 19:26:34.094 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-10-30T19:26:35.000Z | [ recovery-image] Oct 30 19:26:34.114 INFO O| Oct 30 19:26:34.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4636 | 2024-10-30T19:26:35.000Z | [ recovery-image] Oct 30 19:26:34.114 INFO O| Oct 30 19:26:34.114 INFO STEP 157 (remove_files) COMPLETE |
4637 | 2024-10-30T19:26:35.000Z | [ recovery-image] Oct 30 19:26:34.114 INFO O| Oct 30 19:26:34.114 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-10-30T19:26:35.020Z | [ recovery-image] Oct 30 19:26:34.135 INFO O| Oct 30 19:26:34.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4639 | 2024-10-30T19:26:35.020Z | [ recovery-image] Oct 30 19:26:34.135 INFO O| Oct 30 19:26:34.135 INFO STEP 158 (remove_files) COMPLETE |
4640 | 2024-10-30T19:26:35.023Z | [ recovery-image] Oct 30 19:26:34.135 INFO O| Oct 30 19:26:34.135 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-10-30T19:26:35.039Z | [ recovery-image] Oct 30 19:26:34.154 INFO O| Oct 30 19:26:34.154 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4642 | 2024-10-30T19:26:35.039Z | [ recovery-image] Oct 30 19:26:34.155 INFO O| Oct 30 19:26:34.155 INFO STEP 159 (remove_files) COMPLETE |
4643 | 2024-10-30T19:26:35.040Z | [ recovery-image] Oct 30 19:26:34.155 INFO O| Oct 30 19:26:34.155 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-10-30T19:26:35.059Z | [ recovery-image] Oct 30 19:26:34.174 INFO O| Oct 30 19:26:34.174 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4645 | 2024-10-30T19:26:35.059Z | [ recovery-image] Oct 30 19:26:34.174 INFO O| Oct 30 19:26:34.174 INFO STEP 160 (remove_files) COMPLETE |
4646 | 2024-10-30T19:26:35.061Z | [ recovery-image] Oct 30 19:26:34.174 INFO O| Oct 30 19:26:34.174 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-10-30T19:26:35.077Z | [ recovery-image] Oct 30 19:26:34.192 INFO O| Oct 30 19:26:34.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4648 | 2024-10-30T19:26:35.077Z | [ recovery-image] Oct 30 19:26:34.192 INFO O| Oct 30 19:26:34.192 INFO STEP 161 (remove_files) COMPLETE |
4649 | 2024-10-30T19:26:35.077Z | [ recovery-image] Oct 30 19:26:34.192 INFO O| Oct 30 19:26:34.192 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-10-30T19:26:35.095Z | [ recovery-image] Oct 30 19:26:34.210 INFO O| Oct 30 19:26:34.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4651 | 2024-10-30T19:26:35.095Z | [ recovery-image] Oct 30 19:26:34.210 INFO O| Oct 30 19:26:34.210 INFO STEP 162 (remove_files) COMPLETE |
4652 | 2024-10-30T19:26:35.098Z | [ recovery-image] Oct 30 19:26:34.210 INFO O| Oct 30 19:26:34.210 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-10-30T19:26:35.114Z | [ recovery-image] Oct 30 19:26:34.229 INFO O| Oct 30 19:26:34.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4654 | 2024-10-30T19:26:35.114Z | [ recovery-image] Oct 30 19:26:34.229 INFO O| Oct 30 19:26:34.229 INFO STEP 163 (remove_files) COMPLETE |
4655 | 2024-10-30T19:26:35.114Z | [ recovery-image] Oct 30 19:26:34.229 INFO O| Oct 30 19:26:34.229 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-10-30T19:26:35.133Z | [ recovery-image] Oct 30 19:26:34.248 INFO O| Oct 30 19:26:34.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4657 | 2024-10-30T19:26:35.133Z | [ recovery-image] Oct 30 19:26:34.248 INFO O| Oct 30 19:26:34.248 INFO STEP 164 (remove_files) COMPLETE |
4658 | 2024-10-30T19:26:35.133Z | [ recovery-image] Oct 30 19:26:34.248 INFO O| Oct 30 19:26:34.248 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-10-30T19:26:35.151Z | [ recovery-image] Oct 30 19:26:34.266 INFO O| Oct 30 19:26:34.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4660 | 2024-10-30T19:26:35.151Z | [ recovery-image] Oct 30 19:26:34.266 INFO O| Oct 30 19:26:34.266 INFO STEP 165 (remove_files) COMPLETE |
4661 | 2024-10-30T19:26:35.153Z | [ recovery-image] Oct 30 19:26:34.266 INFO O| Oct 30 19:26:34.266 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-10-30T19:26:35.169Z | [ recovery-image] Oct 30 19:26:34.284 INFO O| Oct 30 19:26:34.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4663 | 2024-10-30T19:26:35.174Z | [ recovery-image] Oct 30 19:26:34.289 INFO O| Oct 30 19:26:34.289 INFO STEP 166 (remove_files) COMPLETE |
4664 | 2024-10-30T19:26:35.174Z | [ recovery-image] Oct 30 19:26:34.289 INFO O| Oct 30 19:26:34.289 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-10-30T19:26:35.261Z | [ recovery-image] Oct 30 19:26:34.375 INFO O| Oct 30 19:26:34.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4666 | 2024-10-30T19:26:35.261Z | [ recovery-image] Oct 30 19:26:34.375 INFO O| Oct 30 19:26:34.375 INFO STEP 167 (remove_files) COMPLETE |
4667 | 2024-10-30T19:26:35.261Z | [ recovery-image] Oct 30 19:26:34.376 INFO O| Oct 30 19:26:34.375 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-10-30T19:26:35.324Z | [ recovery-image] Oct 30 19:26:34.439 INFO O| Oct 30 19:26:34.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4669 | 2024-10-30T19:26:35.324Z | [ recovery-image] Oct 30 19:26:34.439 INFO O| Oct 30 19:26:34.439 INFO STEP 168 (remove_files) COMPLETE |
4670 | 2024-10-30T19:26:35.324Z | [ recovery-image] Oct 30 19:26:34.439 INFO O| Oct 30 19:26:34.439 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-10-30T19:26:35.341Z | [ recovery-image] Oct 30 19:26:34.456 INFO O| Oct 30 19:26:34.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4672 | 2024-10-30T19:26:35.341Z | [ recovery-image] Oct 30 19:26:34.456 INFO O| Oct 30 19:26:34.456 INFO STEP 169 (remove_files) COMPLETE |
4673 | 2024-10-30T19:26:35.343Z | [ recovery-image] Oct 30 19:26:34.456 INFO O| Oct 30 19:26:34.456 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-10-30T19:26:35.358Z | [ recovery-image] Oct 30 19:26:34.473 INFO O| Oct 30 19:26:34.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4675 | 2024-10-30T19:26:35.358Z | [ recovery-image] Oct 30 19:26:34.473 INFO O| Oct 30 19:26:34.473 INFO STEP 170 (remove_files) COMPLETE |
4676 | 2024-10-30T19:26:35.360Z | [ recovery-image] Oct 30 19:26:34.473 INFO O| Oct 30 19:26:34.473 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-10-30T19:26:35.374Z | [ recovery-image] Oct 30 19:26:34.489 INFO O| Oct 30 19:26:34.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4678 | 2024-10-30T19:26:35.374Z | [ recovery-image] Oct 30 19:26:34.489 INFO O| Oct 30 19:26:34.489 INFO STEP 171 (remove_files) COMPLETE |
4679 | 2024-10-30T19:26:35.376Z | [ recovery-image] Oct 30 19:26:34.489 INFO O| Oct 30 19:26:34.489 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-10-30T19:26:35.391Z | [ recovery-image] Oct 30 19:26:34.506 INFO O| Oct 30 19:26:34.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4681 | 2024-10-30T19:26:35.391Z | [ recovery-image] Oct 30 19:26:34.506 INFO O| Oct 30 19:26:34.506 INFO STEP 172 (remove_files) COMPLETE |
4682 | 2024-10-30T19:26:35.394Z | [ recovery-image] Oct 30 19:26:34.506 INFO O| Oct 30 19:26:34.506 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-10-30T19:26:35.428Z | [ recovery-image] Oct 30 19:26:34.543 INFO O| Oct 30 19:26:34.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4684 | 2024-10-30T19:26:35.428Z | [ recovery-image] Oct 30 19:26:34.543 INFO O| Oct 30 19:26:34.543 INFO STEP 173 (remove_files) COMPLETE |
4685 | 2024-10-30T19:26:35.431Z | [ recovery-image] Oct 30 19:26:34.543 INFO O| Oct 30 19:26:34.543 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-10-30T19:26:35.465Z | [ recovery-image] Oct 30 19:26:34.580 INFO O| Oct 30 19:26:34.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4687 | 2024-10-30T19:26:35.465Z | [ recovery-image] Oct 30 19:26:34.580 INFO O| Oct 30 19:26:34.580 INFO STEP 174 (remove_files) COMPLETE |
4688 | 2024-10-30T19:26:35.467Z | [ recovery-image] Oct 30 19:26:34.580 INFO O| Oct 30 19:26:34.580 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-10-30T19:26:35.482Z | [ recovery-image] Oct 30 19:26:34.597 INFO O| Oct 30 19:26:34.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4690 | 2024-10-30T19:26:35.482Z | [ recovery-image] Oct 30 19:26:34.597 INFO O| Oct 30 19:26:34.597 INFO STEP 175 (remove_files) COMPLETE |
4691 | 2024-10-30T19:26:35.482Z | [ recovery-image] Oct 30 19:26:34.597 INFO O| Oct 30 19:26:34.597 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-10-30T19:26:35.499Z | [ recovery-image] Oct 30 19:26:34.614 INFO O| Oct 30 19:26:34.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4693 | 2024-10-30T19:26:35.499Z | [ recovery-image] Oct 30 19:26:34.614 INFO O| Oct 30 19:26:34.614 INFO STEP 176 (remove_files) COMPLETE |
4694 | 2024-10-30T19:26:35.501Z | [ recovery-image] Oct 30 19:26:34.614 INFO O| Oct 30 19:26:34.614 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-10-30T19:26:35.514Z | [ recovery-image] Oct 30 19:26:34.629 INFO O| Oct 30 19:26:34.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4696 | 2024-10-30T19:26:35.514Z | [ recovery-image] Oct 30 19:26:34.630 INFO O| Oct 30 19:26:34.629 INFO STEP 177 (remove_files) COMPLETE |
4697 | 2024-10-30T19:26:35.514Z | [ recovery-image] Oct 30 19:26:34.630 INFO O| Oct 30 19:26:34.630 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-10-30T19:26:35.532Z | [ recovery-image] Oct 30 19:26:34.647 INFO O| Oct 30 19:26:34.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4699 | 2024-10-30T19:26:35.532Z | [ recovery-image] Oct 30 19:26:34.647 INFO O| Oct 30 19:26:34.647 INFO STEP 178 (remove_files) COMPLETE |
4700 | 2024-10-30T19:26:35.534Z | [ recovery-image] Oct 30 19:26:34.647 INFO O| Oct 30 19:26:34.647 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-10-30T19:26:35.564Z | [ recovery-image] Oct 30 19:26:34.679 INFO O| Oct 30 19:26:34.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4702 | 2024-10-30T19:26:35.564Z | [ recovery-image] Oct 30 19:26:34.679 INFO O| Oct 30 19:26:34.679 INFO STEP 179 (remove_files) COMPLETE |
4703 | 2024-10-30T19:26:35.564Z | [ recovery-image] Oct 30 19:26:34.679 INFO O| Oct 30 19:26:34.679 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-10-30T19:26:35.584Z | [ recovery-image] Oct 30 19:26:34.699 INFO O| Oct 30 19:26:34.699 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4705 | 2024-10-30T19:26:35.584Z | [ recovery-image] Oct 30 19:26:34.699 INFO O| Oct 30 19:26:34.699 INFO STEP 180 (remove_files) COMPLETE |
4706 | 2024-10-30T19:26:35.587Z | [ recovery-image] Oct 30 19:26:34.699 INFO O| Oct 30 19:26:34.699 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-10-30T19:26:35.615Z | [ recovery-image] Oct 30 19:26:34.729 INFO O| Oct 30 19:26:34.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4708 | 2024-10-30T19:26:35.615Z | [ recovery-image] Oct 30 19:26:34.729 INFO O| Oct 30 19:26:34.729 INFO STEP 181 (remove_files) COMPLETE |
4709 | 2024-10-30T19:26:35.615Z | [ recovery-image] Oct 30 19:26:34.729 INFO O| Oct 30 19:26:34.729 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-10-30T19:26:35.653Z | [ recovery-image] Oct 30 19:26:34.768 INFO O| Oct 30 19:26:34.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4711 | 2024-10-30T19:26:35.653Z | [ recovery-image] Oct 30 19:26:34.768 INFO O| Oct 30 19:26:34.768 INFO STEP 182 (remove_files) COMPLETE |
4712 | 2024-10-30T19:26:35.653Z | [ recovery-image] Oct 30 19:26:34.768 INFO O| Oct 30 19:26:34.768 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-10-30T19:26:35.669Z | [ recovery-image] Oct 30 19:26:34.783 INFO O| Oct 30 19:26:34.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4714 | 2024-10-30T19:26:35.669Z | [ recovery-image] Oct 30 19:26:34.783 INFO O| Oct 30 19:26:34.783 INFO STEP 183 (remove_files) COMPLETE |
4715 | 2024-10-30T19:26:35.669Z | [ recovery-image] Oct 30 19:26:34.783 INFO O| Oct 30 19:26:34.783 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-10-30T19:26:35.684Z | [ recovery-image] Oct 30 19:26:34.798 INFO O| Oct 30 19:26:34.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4717 | 2024-10-30T19:26:35.684Z | [ recovery-image] Oct 30 19:26:34.798 INFO O| Oct 30 19:26:34.798 INFO STEP 184 (remove_files) COMPLETE |
4718 | 2024-10-30T19:26:35.684Z | [ recovery-image] Oct 30 19:26:34.798 INFO O| Oct 30 19:26:34.798 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-10-30T19:26:35.699Z | [ recovery-image] Oct 30 19:26:34.813 INFO O| Oct 30 19:26:34.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4720 | 2024-10-30T19:26:35.699Z | [ recovery-image] Oct 30 19:26:34.814 INFO O| Oct 30 19:26:34.814 INFO STEP 185 (remove_files) COMPLETE |
4721 | 2024-10-30T19:26:35.699Z | [ recovery-image] Oct 30 19:26:34.814 INFO O| Oct 30 19:26:34.814 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-10-30T19:26:35.714Z | [ recovery-image] Oct 30 19:26:34.828 INFO O| Oct 30 19:26:34.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4723 | 2024-10-30T19:26:35.714Z | [ recovery-image] Oct 30 19:26:34.829 INFO O| Oct 30 19:26:34.829 INFO STEP 186 (remove_files) COMPLETE |
4724 | 2024-10-30T19:26:35.714Z | [ recovery-image] Oct 30 19:26:34.829 INFO O| Oct 30 19:26:34.829 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-10-30T19:26:35.729Z | [ recovery-image] Oct 30 19:26:34.844 INFO O| Oct 30 19:26:34.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4726 | 2024-10-30T19:26:35.729Z | [ recovery-image] Oct 30 19:26:34.844 INFO O| Oct 30 19:26:34.844 INFO STEP 187 (remove_files) COMPLETE |
4727 | 2024-10-30T19:26:35.734Z | [ recovery-image] Oct 30 19:26:34.844 INFO O| Oct 30 19:26:34.844 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-10-30T19:26:35.746Z | [ recovery-image] Oct 30 19:26:34.861 INFO O| Oct 30 19:26:34.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4729 | 2024-10-30T19:26:35.746Z | [ recovery-image] Oct 30 19:26:34.862 INFO O| Oct 30 19:26:34.861 INFO STEP 188 (remove_files) COMPLETE |
4730 | 2024-10-30T19:26:35.746Z | [ recovery-image] Oct 30 19:26:34.862 INFO O| Oct 30 19:26:34.862 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-10-30T19:26:35.764Z | [ recovery-image] Oct 30 19:26:34.878 INFO O| Oct 30 19:26:34.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4732 | 2024-10-30T19:26:35.792Z | [ recovery-image] Oct 30 19:26:34.907 INFO O| Oct 30 19:26:34.907 INFO STEP 189 (remove_files) COMPLETE |
4733 | 2024-10-30T19:26:35.792Z | [ recovery-image] Oct 30 19:26:34.907 INFO O| Oct 30 19:26:34.907 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-10-30T19:26:35.836Z | [ recovery-image] Oct 30 19:26:34.951 INFO O| Oct 30 19:26:34.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4735 | 2024-10-30T19:26:35.836Z | [ recovery-image] Oct 30 19:26:34.951 INFO O| Oct 30 19:26:34.951 INFO STEP 190 (remove_files) COMPLETE |
4736 | 2024-10-30T19:26:35.836Z | [ recovery-image] Oct 30 19:26:34.951 INFO O| Oct 30 19:26:34.951 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-10-30T19:26:35.875Z | [ recovery-image] Oct 30 19:26:34.989 INFO O| Oct 30 19:26:34.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4738 | 2024-10-30T19:26:35.875Z | [ recovery-image] Oct 30 19:26:34.989 INFO O| Oct 30 19:26:34.989 INFO STEP 191 (remove_files) COMPLETE |
4739 | 2024-10-30T19:26:35.875Z | [ recovery-image] Oct 30 19:26:34.989 INFO O| Oct 30 19:26:34.989 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-10-30T19:26:35.935Z | [ recovery-image] Oct 30 19:26:35.050 INFO O| Oct 30 19:26:35.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4741 | 2024-10-30T19:26:35.935Z | [ recovery-image] Oct 30 19:26:35.050 INFO O| Oct 30 19:26:35.050 INFO STEP 192 (remove_files) COMPLETE |
4742 | 2024-10-30T19:26:35.938Z | [ recovery-image] Oct 30 19:26:35.050 INFO O| Oct 30 19:26:35.050 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-10-30T19:26:35.955Z | [ recovery-image] Oct 30 19:26:35.069 INFO O| Oct 30 19:26:35.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4744 | 2024-10-30T19:26:35.955Z | [ recovery-image] Oct 30 19:26:35.069 INFO O| Oct 30 19:26:35.069 INFO STEP 193 (remove_files) COMPLETE |
4745 | 2024-10-30T19:26:35.956Z | [ recovery-image] Oct 30 19:26:35.069 INFO O| Oct 30 19:26:35.069 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-10-30T19:26:35.973Z | [ recovery-image] Oct 30 19:26:35.088 INFO O| Oct 30 19:26:35.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4747 | 2024-10-30T19:26:35.973Z | [ recovery-image] Oct 30 19:26:35.088 INFO O| Oct 30 19:26:35.088 INFO STEP 194 (remove_files) COMPLETE |
4748 | 2024-10-30T19:26:35.973Z | [ recovery-image] Oct 30 19:26:35.088 INFO O| Oct 30 19:26:35.088 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-10-30T19:26:35.991Z | [ recovery-image] Oct 30 19:26:35.105 INFO O| Oct 30 19:26:35.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4750 | 2024-10-30T19:26:35.992Z | [ recovery-image] Oct 30 19:26:35.105 INFO O| Oct 30 19:26:35.105 INFO STEP 195 (remove_files) COMPLETE |
4751 | 2024-10-30T19:26:35.992Z | [ recovery-image] Oct 30 19:26:35.105 INFO O| Oct 30 19:26:35.105 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-10-30T19:26:36.009Z | [ recovery-image] Oct 30 19:26:35.123 INFO O| Oct 30 19:26:35.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4753 | 2024-10-30T19:26:36.009Z | [ recovery-image] Oct 30 19:26:35.123 INFO O| Oct 30 19:26:35.123 INFO STEP 196 (remove_files) COMPLETE |
4754 | 2024-10-30T19:26:36.009Z | [ recovery-image] Oct 30 19:26:35.123 INFO O| Oct 30 19:26:35.123 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-10-30T19:26:36.026Z | [ recovery-image] Oct 30 19:26:35.140 INFO O| Oct 30 19:26:35.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4756 | 2024-10-30T19:26:36.026Z | [ recovery-image] Oct 30 19:26:35.140 INFO O| Oct 30 19:26:35.140 INFO STEP 197 (remove_files) COMPLETE |
4757 | 2024-10-30T19:26:36.026Z | [ recovery-image] Oct 30 19:26:35.140 INFO O| Oct 30 19:26:35.140 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-10-30T19:26:36.043Z | [ recovery-image] Oct 30 19:26:35.158 INFO O| Oct 30 19:26:35.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4759 | 2024-10-30T19:26:36.043Z | [ recovery-image] Oct 30 19:26:35.158 INFO O| Oct 30 19:26:35.158 INFO STEP 198 (remove_files) COMPLETE |
4760 | 2024-10-30T19:26:36.043Z | [ recovery-image] Oct 30 19:26:35.158 INFO O| Oct 30 19:26:35.158 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-10-30T19:26:36.061Z | [ recovery-image] Oct 30 19:26:35.175 INFO O| Oct 30 19:26:35.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4762 | 2024-10-30T19:26:36.061Z | [ recovery-image] Oct 30 19:26:35.175 INFO O| Oct 30 19:26:35.175 INFO STEP 199 (remove_files) COMPLETE |
4763 | 2024-10-30T19:26:36.061Z | [ recovery-image] Oct 30 19:26:35.175 INFO O| Oct 30 19:26:35.175 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-10-30T19:26:36.089Z | [ recovery-image] Oct 30 19:26:35.203 INFO O| Oct 30 19:26:35.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4765 | 2024-10-30T19:26:36.089Z | [ recovery-image] Oct 30 19:26:35.203 INFO O| Oct 30 19:26:35.203 INFO STEP 200 (remove_files) COMPLETE |
4766 | 2024-10-30T19:26:36.089Z | [ recovery-image] Oct 30 19:26:35.203 INFO O| Oct 30 19:26:35.203 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-10-30T19:26:36.149Z | [ recovery-image] Oct 30 19:26:35.264 INFO O| Oct 30 19:26:35.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4768 | 2024-10-30T19:26:36.149Z | [ recovery-image] Oct 30 19:26:35.264 INFO O| Oct 30 19:26:35.264 INFO STEP 201 (remove_files) COMPLETE |
4769 | 2024-10-30T19:26:36.149Z | [ recovery-image] Oct 30 19:26:35.264 INFO O| Oct 30 19:26:35.264 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-10-30T19:26:36.169Z | [ recovery-image] Oct 30 19:26:35.284 INFO O| Oct 30 19:26:35.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4771 | 2024-10-30T19:26:36.170Z | [ recovery-image] Oct 30 19:26:35.284 INFO O| Oct 30 19:26:35.284 INFO STEP 202 (remove_files) COMPLETE |
4772 | 2024-10-30T19:26:36.170Z | [ recovery-image] Oct 30 19:26:35.284 INFO O| Oct 30 19:26:35.284 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-10-30T19:26:36.188Z | [ recovery-image] Oct 30 19:26:35.303 INFO O| Oct 30 19:26:35.302 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4774 | 2024-10-30T19:26:36.188Z | [ recovery-image] Oct 30 19:26:35.303 INFO O| Oct 30 19:26:35.303 INFO STEP 203 (remove_files) COMPLETE |
4775 | 2024-10-30T19:26:36.188Z | [ recovery-image] Oct 30 19:26:35.303 INFO O| Oct 30 19:26:35.303 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-10-30T19:26:36.229Z | [ recovery-image] Oct 30 19:26:35.343 INFO O| Oct 30 19:26:35.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4777 | 2024-10-30T19:26:36.229Z | [ recovery-image] Oct 30 19:26:35.344 INFO O| Oct 30 19:26:35.344 INFO STEP 204 (remove_files) COMPLETE |
4778 | 2024-10-30T19:26:36.229Z | [ recovery-image] Oct 30 19:26:35.344 INFO O| Oct 30 19:26:35.344 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4779 | 2024-10-30T19:26:36.292Z | [ recovery-image] Oct 30 19:26:35.406 INFO O| Oct 30 19:26:35.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4780 | 2024-10-30T19:26:36.293Z | [ recovery-image] Oct 30 19:26:35.406 INFO O| Oct 30 19:26:35.406 INFO STEP 205 (remove_files) COMPLETE |
4781 | 2024-10-30T19:26:36.293Z | [ recovery-image] Oct 30 19:26:35.406 INFO O| Oct 30 19:26:35.406 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4782 | 2024-10-30T19:26:36.352Z | [ recovery-image] Oct 30 19:26:35.467 INFO O| Oct 30 19:26:35.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4783 | 2024-10-30T19:26:36.352Z | [ recovery-image] Oct 30 19:26:35.467 INFO O| Oct 30 19:26:35.467 INFO STEP 206 (remove_files) COMPLETE |
4784 | 2024-10-30T19:26:36.354Z | [ recovery-image] Oct 30 19:26:35.467 INFO O| Oct 30 19:26:35.467 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4785 | 2024-10-30T19:26:36.373Z | [ recovery-image] Oct 30 19:26:35.488 INFO O| Oct 30 19:26:35.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4786 | 2024-10-30T19:26:36.373Z | [ recovery-image] Oct 30 19:26:35.488 INFO O| Oct 30 19:26:35.488 INFO STEP 207 (remove_files) COMPLETE |
4787 | 2024-10-30T19:26:36.373Z | [ recovery-image] Oct 30 19:26:35.488 INFO O| Oct 30 19:26:35.488 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4788 | 2024-10-30T19:26:36.391Z | [ recovery-image] Oct 30 19:26:35.506 INFO O| Oct 30 19:26:35.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4789 | 2024-10-30T19:26:36.394Z | [ recovery-image] Oct 30 19:26:35.506 INFO O| Oct 30 19:26:35.506 INFO STEP 208 (remove_files) COMPLETE |
4790 | 2024-10-30T19:26:36.394Z | [ recovery-image] Oct 30 19:26:35.506 INFO O| Oct 30 19:26:35.506 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4791 | 2024-10-30T19:26:36.411Z | [ recovery-image] Oct 30 19:26:35.526 INFO O| Oct 30 19:26:35.526 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4792 | 2024-10-30T19:26:36.411Z | [ recovery-image] Oct 30 19:26:35.526 INFO O| Oct 30 19:26:35.526 INFO STEP 209 (remove_files) COMPLETE |
4793 | 2024-10-30T19:26:36.414Z | [ recovery-image] Oct 30 19:26:35.526 INFO O| Oct 30 19:26:35.526 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4794 | 2024-10-30T19:26:36.429Z | [ recovery-image] Oct 30 19:26:35.544 INFO O| Oct 30 19:26:35.544 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4795 | 2024-10-30T19:26:36.429Z | [ recovery-image] Oct 30 19:26:35.544 INFO O| Oct 30 19:26:35.544 INFO STEP 210 (remove_files) COMPLETE |
4796 | 2024-10-30T19:26:36.429Z | [ recovery-image] Oct 30 19:26:35.544 INFO O| Oct 30 19:26:35.544 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4797 | 2024-10-30T19:26:36.446Z | [ recovery-image] Oct 30 19:26:35.561 INFO O| Oct 30 19:26:35.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4798 | 2024-10-30T19:26:36.447Z | [ recovery-image] Oct 30 19:26:35.562 INFO O| Oct 30 19:26:35.562 INFO STEP 211 (remove_files) COMPLETE |
4799 | 2024-10-30T19:26:36.447Z | [ recovery-image] Oct 30 19:26:35.562 INFO O| Oct 30 19:26:35.562 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4800 | 2024-10-30T19:26:36.464Z | [ recovery-image] Oct 30 19:26:35.579 INFO O| Oct 30 19:26:35.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4801 | 2024-10-30T19:26:36.464Z | [ recovery-image] Oct 30 19:26:35.579 INFO O| Oct 30 19:26:35.579 INFO STEP 212 (remove_files) COMPLETE |
4802 | 2024-10-30T19:26:36.464Z | [ recovery-image] Oct 30 19:26:35.579 INFO O| Oct 30 19:26:35.579 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4803 | 2024-10-30T19:26:36.487Z | [ recovery-image] Oct 30 19:26:35.602 INFO O| Oct 30 19:26:35.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4804 | 2024-10-30T19:26:36.487Z | [ recovery-image] Oct 30 19:26:35.602 INFO O| Oct 30 19:26:35.602 INFO STEP 213 (remove_files) COMPLETE |
4805 | 2024-10-30T19:26:36.490Z | [ recovery-image] Oct 30 19:26:35.602 INFO O| Oct 30 19:26:35.602 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4806 | 2024-10-30T19:26:36.507Z | [ recovery-image] Oct 30 19:26:35.622 INFO O| Oct 30 19:26:35.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4807 | 2024-10-30T19:26:36.507Z | [ recovery-image] Oct 30 19:26:35.622 INFO O| Oct 30 19:26:35.622 INFO STEP 214 (remove_files) COMPLETE |
4808 | 2024-10-30T19:26:36.509Z | [ recovery-image] Oct 30 19:26:35.622 INFO O| Oct 30 19:26:35.622 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4809 | 2024-10-30T19:26:36.529Z | [ recovery-image] Oct 30 19:26:35.644 INFO O| Oct 30 19:26:35.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4810 | 2024-10-30T19:26:36.529Z | [ recovery-image] Oct 30 19:26:35.644 INFO O| Oct 30 19:26:35.644 INFO STEP 215 (remove_files) COMPLETE |
4811 | 2024-10-30T19:26:36.532Z | [ recovery-image] Oct 30 19:26:35.644 INFO O| Oct 30 19:26:35.644 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4812 | 2024-10-30T19:26:36.564Z | [ recovery-image] Oct 30 19:26:35.679 INFO O| Oct 30 19:26:35.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4813 | 2024-10-30T19:26:36.564Z | [ recovery-image] Oct 30 19:26:35.679 INFO O| Oct 30 19:26:35.679 INFO STEP 216 (remove_files) COMPLETE |
4814 | 2024-10-30T19:26:36.564Z | [ recovery-image] Oct 30 19:26:35.679 INFO O| Oct 30 19:26:35.679 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4815 | 2024-10-30T19:26:36.585Z | [ recovery-image] Oct 30 19:26:35.700 INFO O| Oct 30 19:26:35.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4816 | 2024-10-30T19:26:36.585Z | [ recovery-image] Oct 30 19:26:35.700 INFO O| Oct 30 19:26:35.700 INFO STEP 217 (remove_files) COMPLETE |
4817 | 2024-10-30T19:26:36.585Z | [ recovery-image] Oct 30 19:26:35.700 INFO O| Oct 30 19:26:35.700 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4818 | 2024-10-30T19:26:36.624Z | [ recovery-image] Oct 30 19:26:35.739 INFO O| Oct 30 19:26:35.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4819 | 2024-10-30T19:26:36.624Z | [ recovery-image] Oct 30 19:26:35.739 INFO O| Oct 30 19:26:35.739 INFO STEP 218 (remove_files) COMPLETE |
4820 | 2024-10-30T19:26:36.624Z | [ recovery-image] Oct 30 19:26:35.739 INFO O| Oct 30 19:26:35.739 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4821 | 2024-10-30T19:26:36.701Z | [ recovery-image] Oct 30 19:26:35.816 INFO O| Oct 30 19:26:35.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4822 | 2024-10-30T19:26:36.701Z | [ recovery-image] Oct 30 19:26:35.816 INFO O| Oct 30 19:26:35.816 INFO STEP 219 (remove_files) COMPLETE |
4823 | 2024-10-30T19:26:36.701Z | [ recovery-image] Oct 30 19:26:35.816 INFO O| Oct 30 19:26:35.816 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4824 | 2024-10-30T19:26:36.805Z | [ recovery-image] Oct 30 19:26:35.855 INFO O| Oct 30 19:26:35.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4825 | 2024-10-30T19:26:36.805Z | [ recovery-image] Oct 30 19:26:35.855 INFO O| Oct 30 19:26:35.855 INFO STEP 220 (remove_files) COMPLETE |
4826 | 2024-10-30T19:26:36.805Z | [ recovery-image] Oct 30 19:26:35.855 INFO O| Oct 30 19:26:35.855 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4827 | 2024-10-30T19:26:36.809Z | [ recovery-image] Oct 30 19:26:35.875 INFO O| Oct 30 19:26:35.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4828 | 2024-10-30T19:26:36.809Z | [ recovery-image] Oct 30 19:26:35.875 INFO O| Oct 30 19:26:35.875 INFO STEP 221 (remove_files) COMPLETE |
4829 | 2024-10-30T19:26:36.809Z | [ recovery-image] Oct 30 19:26:35.875 INFO O| Oct 30 19:26:35.875 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4830 | 2024-10-30T19:26:36.809Z | [ recovery-image] Oct 30 19:26:35.913 INFO O| Oct 30 19:26:35.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4831 | 2024-10-30T19:26:36.809Z | [ recovery-image] Oct 30 19:26:35.913 INFO O| Oct 30 19:26:35.913 INFO STEP 222 (remove_files) COMPLETE |
4832 | 2024-10-30T19:26:36.810Z | [ recovery-image] Oct 30 19:26:35.913 INFO O| Oct 30 19:26:35.913 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4833 | 2024-10-30T19:26:36.820Z | [ recovery-image] Oct 30 19:26:35.935 INFO O| Oct 30 19:26:35.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4834 | 2024-10-30T19:26:36.823Z | [ recovery-image] Oct 30 19:26:35.935 INFO O| Oct 30 19:26:35.935 INFO STEP 223 (remove_files) COMPLETE |
4835 | 2024-10-30T19:26:36.823Z | [ recovery-image] Oct 30 19:26:35.936 INFO O| Oct 30 19:26:35.935 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4836 | 2024-10-30T19:26:36.841Z | [ recovery-image] Oct 30 19:26:35.956 INFO O| Oct 30 19:26:35.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4837 | 2024-10-30T19:26:36.843Z | [ recovery-image] Oct 30 19:26:35.956 INFO O| Oct 30 19:26:35.956 INFO STEP 224 (remove_files) COMPLETE |
4838 | 2024-10-30T19:26:36.843Z | [ recovery-image] Oct 30 19:26:35.956 INFO O| Oct 30 19:26:35.956 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4839 | 2024-10-30T19:26:36.860Z | [ recovery-image] Oct 30 19:26:35.975 INFO O| Oct 30 19:26:35.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4840 | 2024-10-30T19:26:36.863Z | [ recovery-image] Oct 30 19:26:35.975 INFO O| Oct 30 19:26:35.975 INFO STEP 225 (remove_files) COMPLETE |
4841 | 2024-10-30T19:26:36.863Z | [ recovery-image] Oct 30 19:26:35.975 INFO O| Oct 30 19:26:35.975 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4842 | 2024-10-30T19:26:36.878Z | [ recovery-image] Oct 30 19:26:35.993 INFO O| Oct 30 19:26:35.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4843 | 2024-10-30T19:26:36.880Z | [ recovery-image] Oct 30 19:26:35.993 INFO O| Oct 30 19:26:35.993 INFO STEP 226 (remove_files) COMPLETE |
4844 | 2024-10-30T19:26:36.881Z | [ recovery-image] Oct 30 19:26:35.993 INFO O| Oct 30 19:26:35.993 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4845 | 2024-10-30T19:26:36.896Z | [ recovery-image] Oct 30 19:26:36.011 INFO O| Oct 30 19:26:36.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4846 | 2024-10-30T19:26:36.899Z | [ recovery-image] Oct 30 19:26:36.011 INFO O| Oct 30 19:26:36.011 INFO STEP 227 (remove_files) COMPLETE |
4847 | 2024-10-30T19:26:36.899Z | [ recovery-image] Oct 30 19:26:36.011 INFO O| Oct 30 19:26:36.011 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-10-30T19:26:36.913Z | [ recovery-image] Oct 30 19:26:36.028 INFO O| Oct 30 19:26:36.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4849 | 2024-10-30T19:26:36.916Z | [ recovery-image] Oct 30 19:26:36.028 INFO O| Oct 30 19:26:36.028 INFO STEP 228 (remove_files) COMPLETE |
4850 | 2024-10-30T19:26:36.916Z | [ recovery-image] Oct 30 19:26:36.029 INFO O| Oct 30 19:26:36.028 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-10-30T19:26:36.930Z | [ recovery-image] Oct 30 19:26:36.045 INFO O| Oct 30 19:26:36.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4852 | 2024-10-30T19:26:36.932Z | [ recovery-image] Oct 30 19:26:36.045 INFO O| Oct 30 19:26:36.045 INFO STEP 229 (remove_files) COMPLETE |
4853 | 2024-10-30T19:26:36.932Z | [ recovery-image] Oct 30 19:26:36.045 INFO O| Oct 30 19:26:36.045 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4854 | 2024-10-30T19:26:36.947Z | [ recovery-image] Oct 30 19:26:36.062 INFO O| Oct 30 19:26:36.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4855 | 2024-10-30T19:26:36.950Z | [ recovery-image] Oct 30 19:26:36.062 INFO O| Oct 30 19:26:36.062 INFO STEP 230 (remove_files) COMPLETE |
4856 | 2024-10-30T19:26:36.950Z | [ recovery-image] Oct 30 19:26:36.062 INFO O| Oct 30 19:26:36.062 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4857 | 2024-10-30T19:26:36.964Z | [ recovery-image] Oct 30 19:26:36.079 INFO O| Oct 30 19:26:36.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4858 | 2024-10-30T19:26:36.964Z | [ recovery-image] Oct 30 19:26:36.079 INFO O| Oct 30 19:26:36.079 INFO STEP 231 (remove_files) COMPLETE |
4859 | 2024-10-30T19:26:36.967Z | [ recovery-image] Oct 30 19:26:36.079 INFO O| Oct 30 19:26:36.079 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4860 | 2024-10-30T19:26:36.982Z | [ recovery-image] Oct 30 19:26:36.097 INFO O| Oct 30 19:26:36.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4861 | 2024-10-30T19:26:36.982Z | [ recovery-image] Oct 30 19:26:36.097 INFO O| Oct 30 19:26:36.097 INFO STEP 232 (remove_files) COMPLETE |
4862 | 2024-10-30T19:26:36.985Z | [ recovery-image] Oct 30 19:26:36.098 INFO O| Oct 30 19:26:36.097 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4863 | 2024-10-30T19:26:37.001Z | [ recovery-image] Oct 30 19:26:36.116 INFO O| Oct 30 19:26:36.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4864 | 2024-10-30T19:26:37.001Z | [ recovery-image] Oct 30 19:26:36.116 INFO O| Oct 30 19:26:36.116 INFO STEP 233 (remove_files) COMPLETE |
4865 | 2024-10-30T19:26:37.002Z | [ recovery-image] Oct 30 19:26:36.116 INFO O| Oct 30 19:26:36.116 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4866 | 2024-10-30T19:26:37.020Z | [ recovery-image] Oct 30 19:26:36.135 INFO O| Oct 30 19:26:36.135 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4867 | 2024-10-30T19:26:37.020Z | [ recovery-image] Oct 30 19:26:36.135 INFO O| Oct 30 19:26:36.135 INFO STEP 234 (remove_files) COMPLETE |
4868 | 2024-10-30T19:26:37.023Z | [ recovery-image] Oct 30 19:26:36.135 INFO O| Oct 30 19:26:36.135 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4869 | 2024-10-30T19:26:37.039Z | [ recovery-image] Oct 30 19:26:36.154 INFO O| Oct 30 19:26:36.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4870 | 2024-10-30T19:26:37.041Z | [ recovery-image] Oct 30 19:26:36.154 INFO O| Oct 30 19:26:36.154 INFO STEP 235 (remove_files) COMPLETE |
4871 | 2024-10-30T19:26:37.041Z | [ recovery-image] Oct 30 19:26:36.154 INFO O| Oct 30 19:26:36.154 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4872 | 2024-10-30T19:26:37.057Z | [ recovery-image] Oct 30 19:26:36.172 INFO O| Oct 30 19:26:36.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4873 | 2024-10-30T19:26:37.074Z | [ recovery-image] Oct 30 19:26:36.189 INFO O| Oct 30 19:26:36.189 INFO STEP 236 (remove_files) COMPLETE |
4874 | 2024-10-30T19:26:37.074Z | [ recovery-image] Oct 30 19:26:36.189 INFO O| Oct 30 19:26:36.189 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4875 | 2024-10-30T19:26:37.095Z | [ recovery-image] Oct 30 19:26:36.210 INFO O| Oct 30 19:26:36.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4876 | 2024-10-30T19:26:37.098Z | [ recovery-image] Oct 30 19:26:36.210 INFO O| Oct 30 19:26:36.210 INFO STEP 237 (remove_files) COMPLETE |
4877 | 2024-10-30T19:26:37.098Z | [ recovery-image] Oct 30 19:26:36.210 INFO O| Oct 30 19:26:36.210 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4878 | 2024-10-30T19:26:37.115Z | [ recovery-image] Oct 30 19:26:36.230 INFO O| Oct 30 19:26:36.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4879 | 2024-10-30T19:26:37.117Z | [ recovery-image] Oct 30 19:26:36.230 INFO O| Oct 30 19:26:36.230 INFO STEP 238 (remove_files) COMPLETE |
4880 | 2024-10-30T19:26:37.117Z | [ recovery-image] Oct 30 19:26:36.230 INFO O| Oct 30 19:26:36.230 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-10-30T19:26:37.134Z | [ recovery-image] Oct 30 19:26:36.249 INFO O| Oct 30 19:26:36.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4882 | 2024-10-30T19:26:37.134Z | [ recovery-image] Oct 30 19:26:36.249 INFO O| Oct 30 19:26:36.249 INFO STEP 239 (remove_files) COMPLETE |
4883 | 2024-10-30T19:26:37.137Z | [ recovery-image] Oct 30 19:26:36.249 INFO O| Oct 30 19:26:36.249 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-10-30T19:26:37.152Z | [ recovery-image] Oct 30 19:26:36.267 INFO O| Oct 30 19:26:36.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4885 | 2024-10-30T19:26:37.152Z | [ recovery-image] Oct 30 19:26:36.267 INFO O| Oct 30 19:26:36.267 INFO STEP 240 (remove_files) COMPLETE |
4886 | 2024-10-30T19:26:37.152Z | [ recovery-image] Oct 30 19:26:36.267 INFO O| Oct 30 19:26:36.267 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-10-30T19:26:37.170Z | [ recovery-image] Oct 30 19:26:36.285 INFO O| Oct 30 19:26:36.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4888 | 2024-10-30T19:26:37.170Z | [ recovery-image] Oct 30 19:26:36.285 INFO O| Oct 30 19:26:36.285 INFO STEP 241 (remove_files) COMPLETE |
4889 | 2024-10-30T19:26:37.170Z | [ recovery-image] Oct 30 19:26:36.285 INFO O| Oct 30 19:26:36.285 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-10-30T19:26:37.188Z | [ recovery-image] Oct 30 19:26:36.303 INFO O| Oct 30 19:26:36.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4891 | 2024-10-30T19:26:37.188Z | [ recovery-image] Oct 30 19:26:36.303 INFO O| Oct 30 19:26:36.303 INFO STEP 242 (remove_files) COMPLETE |
4892 | 2024-10-30T19:26:37.191Z | [ recovery-image] Oct 30 19:26:36.303 INFO O| Oct 30 19:26:36.303 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-10-30T19:26:37.247Z | [ recovery-image] Oct 30 19:26:36.362 INFO O| Oct 30 19:26:36.362 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4894 | 2024-10-30T19:26:37.247Z | [ recovery-image] Oct 30 19:26:36.362 INFO O| Oct 30 19:26:36.362 INFO STEP 243 (remove_files) COMPLETE |
4895 | 2024-10-30T19:26:37.250Z | [ recovery-image] Oct 30 19:26:36.362 INFO O| Oct 30 19:26:36.362 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-10-30T19:26:37.269Z | [ recovery-image] Oct 30 19:26:36.384 INFO O| Oct 30 19:26:36.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4897 | 2024-10-30T19:26:37.269Z | [ recovery-image] Oct 30 19:26:36.384 INFO O| Oct 30 19:26:36.384 INFO STEP 244 (remove_files) COMPLETE |
4898 | 2024-10-30T19:26:37.272Z | [ recovery-image] Oct 30 19:26:36.385 INFO O| Oct 30 19:26:36.384 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-10-30T19:26:37.289Z | [ recovery-image] Oct 30 19:26:36.404 INFO O| Oct 30 19:26:36.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4900 | 2024-10-30T19:26:37.289Z | [ recovery-image] Oct 30 19:26:36.404 INFO O| Oct 30 19:26:36.404 INFO STEP 245 (remove_files) COMPLETE |
4901 | 2024-10-30T19:26:37.289Z | [ recovery-image] Oct 30 19:26:36.404 INFO O| Oct 30 19:26:36.404 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-10-30T19:26:37.309Z | [ recovery-image] Oct 30 19:26:36.424 INFO O| Oct 30 19:26:36.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4903 | 2024-10-30T19:26:37.309Z | [ recovery-image] Oct 30 19:26:36.424 INFO O| Oct 30 19:26:36.424 INFO STEP 246 (remove_files) COMPLETE |
4904 | 2024-10-30T19:26:37.313Z | [ recovery-image] Oct 30 19:26:36.424 INFO O| Oct 30 19:26:36.424 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-10-30T19:26:37.328Z | [ recovery-image] Oct 30 19:26:36.443 INFO O| Oct 30 19:26:36.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4906 | 2024-10-30T19:26:37.328Z | [ recovery-image] Oct 30 19:26:36.443 INFO O| Oct 30 19:26:36.443 INFO STEP 247 (remove_files) COMPLETE |
4907 | 2024-10-30T19:26:37.328Z | [ recovery-image] Oct 30 19:26:36.443 INFO O| Oct 30 19:26:36.443 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-10-30T19:26:37.347Z | [ recovery-image] Oct 30 19:26:36.462 INFO O| Oct 30 19:26:36.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4909 | 2024-10-30T19:26:37.347Z | [ recovery-image] Oct 30 19:26:36.462 INFO O| Oct 30 19:26:36.462 INFO STEP 248 (remove_files) COMPLETE |
4910 | 2024-10-30T19:26:37.347Z | [ recovery-image] Oct 30 19:26:36.462 INFO O| Oct 30 19:26:36.462 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-10-30T19:26:37.366Z | [ recovery-image] Oct 30 19:26:36.481 INFO O| Oct 30 19:26:36.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4912 | 2024-10-30T19:26:37.366Z | [ recovery-image] Oct 30 19:26:36.481 INFO O| Oct 30 19:26:36.481 INFO STEP 249 (remove_files) COMPLETE |
4913 | 2024-10-30T19:26:37.366Z | [ recovery-image] Oct 30 19:26:36.481 INFO O| Oct 30 19:26:36.481 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-10-30T19:26:37.384Z | [ recovery-image] Oct 30 19:26:36.499 INFO O| Oct 30 19:26:36.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4915 | 2024-10-30T19:26:37.384Z | [ recovery-image] Oct 30 19:26:36.499 INFO O| Oct 30 19:26:36.499 INFO STEP 250 (remove_files) COMPLETE |
4916 | 2024-10-30T19:26:37.386Z | [ recovery-image] Oct 30 19:26:36.499 INFO O| Oct 30 19:26:36.499 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-10-30T19:26:37.403Z | [ recovery-image] Oct 30 19:26:36.518 INFO O| Oct 30 19:26:36.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4918 | 2024-10-30T19:26:37.403Z | [ recovery-image] Oct 30 19:26:36.518 INFO O| Oct 30 19:26:36.518 INFO STEP 251 (remove_files) COMPLETE |
4919 | 2024-10-30T19:26:37.405Z | [ recovery-image] Oct 30 19:26:36.518 INFO O| Oct 30 19:26:36.518 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-10-30T19:26:37.422Z | [ recovery-image] Oct 30 19:26:36.537 INFO O| Oct 30 19:26:36.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4921 | 2024-10-30T19:26:37.422Z | [ recovery-image] Oct 30 19:26:36.537 INFO O| Oct 30 19:26:36.537 INFO STEP 252 (remove_files) COMPLETE |
4922 | 2024-10-30T19:26:37.422Z | [ recovery-image] Oct 30 19:26:36.537 INFO O| Oct 30 19:26:36.537 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-10-30T19:26:37.441Z | [ recovery-image] Oct 30 19:26:36.556 INFO O| Oct 30 19:26:36.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4924 | 2024-10-30T19:26:37.444Z | [ recovery-image] Oct 30 19:26:36.556 INFO O| Oct 30 19:26:36.556 INFO STEP 253 (remove_files) COMPLETE |
4925 | 2024-10-30T19:26:37.444Z | [ recovery-image] Oct 30 19:26:36.556 INFO O| Oct 30 19:26:36.556 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-10-30T19:26:37.458Z | [ recovery-image] Oct 30 19:26:36.573 INFO O| Oct 30 19:26:36.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4927 | 2024-10-30T19:26:37.458Z | [ recovery-image] Oct 30 19:26:36.573 INFO O| Oct 30 19:26:36.573 INFO STEP 254 (remove_files) COMPLETE |
4928 | 2024-10-30T19:26:37.461Z | [ recovery-image] Oct 30 19:26:36.573 INFO O| Oct 30 19:26:36.573 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-10-30T19:26:37.474Z | [ recovery-image] Oct 30 19:26:36.589 INFO O| Oct 30 19:26:36.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4930 | 2024-10-30T19:26:37.475Z | [ recovery-image] Oct 30 19:26:36.590 INFO O| Oct 30 19:26:36.589 INFO STEP 255 (remove_files) COMPLETE |
4931 | 2024-10-30T19:26:37.478Z | [ recovery-image] Oct 30 19:26:36.590 INFO O| Oct 30 19:26:36.590 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-10-30T19:26:37.492Z | [ recovery-image] Oct 30 19:26:36.607 INFO O| Oct 30 19:26:36.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4933 | 2024-10-30T19:26:37.495Z | [ recovery-image] Oct 30 19:26:36.610 INFO O| Oct 30 19:26:36.610 INFO STEP 256 (remove_files) COMPLETE |
4934 | 2024-10-30T19:26:37.497Z | [ recovery-image] Oct 30 19:26:36.610 INFO O| Oct 30 19:26:36.610 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-10-30T19:26:37.514Z | [ recovery-image] Oct 30 19:26:36.629 INFO O| Oct 30 19:26:36.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4936 | 2024-10-30T19:26:37.516Z | [ recovery-image] Oct 30 19:26:36.629 INFO O| Oct 30 19:26:36.629 INFO STEP 257 (remove_files) COMPLETE |
4937 | 2024-10-30T19:26:37.516Z | [ recovery-image] Oct 30 19:26:36.629 INFO O| Oct 30 19:26:36.629 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-10-30T19:26:37.532Z | [ recovery-image] Oct 30 19:26:36.647 INFO O| Oct 30 19:26:36.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4939 | 2024-10-30T19:26:37.535Z | [ recovery-image] Oct 30 19:26:36.647 INFO O| Oct 30 19:26:36.647 INFO STEP 258 (remove_files) COMPLETE |
4940 | 2024-10-30T19:26:37.535Z | [ recovery-image] Oct 30 19:26:36.647 INFO O| Oct 30 19:26:36.647 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-10-30T19:26:37.579Z | [ recovery-image] Oct 30 19:26:36.693 INFO O| Oct 30 19:26:36.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4942 | 2024-10-30T19:26:37.579Z | [ recovery-image] Oct 30 19:26:36.693 INFO O| Oct 30 19:26:36.693 INFO STEP 259 (remove_files) COMPLETE |
4943 | 2024-10-30T19:26:37.580Z | [ recovery-image] Oct 30 19:26:36.693 INFO O| Oct 30 19:26:36.693 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-10-30T19:26:37.597Z | [ recovery-image] Oct 30 19:26:36.712 INFO O| Oct 30 19:26:36.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4945 | 2024-10-30T19:26:37.597Z | [ recovery-image] Oct 30 19:26:36.712 INFO O| Oct 30 19:26:36.712 INFO STEP 260 (remove_files) COMPLETE |
4946 | 2024-10-30T19:26:37.600Z | [ recovery-image] Oct 30 19:26:36.713 INFO O| Oct 30 19:26:36.712 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-10-30T19:26:37.616Z | [ recovery-image] Oct 30 19:26:36.731 INFO O| Oct 30 19:26:36.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4948 | 2024-10-30T19:26:37.616Z | [ recovery-image] Oct 30 19:26:36.731 INFO O| Oct 30 19:26:36.731 INFO STEP 261 (remove_files) COMPLETE |
4949 | 2024-10-30T19:26:37.616Z | [ recovery-image] Oct 30 19:26:36.731 INFO O| Oct 30 19:26:36.731 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-10-30T19:26:37.652Z | [ recovery-image] Oct 30 19:26:36.767 INFO O| Oct 30 19:26:36.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4951 | 2024-10-30T19:26:37.652Z | [ recovery-image] Oct 30 19:26:36.767 INFO O| Oct 30 19:26:36.767 INFO STEP 262 (remove_files) COMPLETE |
4952 | 2024-10-30T19:26:37.652Z | [ recovery-image] Oct 30 19:26:36.767 INFO O| Oct 30 19:26:36.767 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-10-30T19:26:37.668Z | [ recovery-image] Oct 30 19:26:36.783 INFO O| Oct 30 19:26:36.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4954 | 2024-10-30T19:26:37.668Z | [ recovery-image] Oct 30 19:26:36.783 INFO O| Oct 30 19:26:36.783 INFO STEP 263 (remove_files) COMPLETE |
4955 | 2024-10-30T19:26:37.668Z | [ recovery-image] Oct 30 19:26:36.783 INFO O| Oct 30 19:26:36.783 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4956 | 2024-10-30T19:26:37.684Z | [ recovery-image] Oct 30 19:26:36.799 INFO O| Oct 30 19:26:36.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4957 | 2024-10-30T19:26:37.684Z | [ recovery-image] Oct 30 19:26:36.799 INFO O| Oct 30 19:26:36.799 INFO STEP 264 (remove_files) COMPLETE |
4958 | 2024-10-30T19:26:37.686Z | [ recovery-image] Oct 30 19:26:36.799 INFO O| Oct 30 19:26:36.799 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4959 | 2024-10-30T19:26:37.700Z | [ recovery-image] Oct 30 19:26:36.815 INFO O| Oct 30 19:26:36.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4960 | 2024-10-30T19:26:37.701Z | [ recovery-image] Oct 30 19:26:36.816 INFO O| Oct 30 19:26:36.815 INFO STEP 265 (remove_files) COMPLETE |
4961 | 2024-10-30T19:26:37.703Z | [ recovery-image] Oct 30 19:26:36.816 INFO O| Oct 30 19:26:36.816 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4962 | 2024-10-30T19:26:37.718Z | [ recovery-image] Oct 30 19:26:36.833 INFO O| Oct 30 19:26:36.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4963 | 2024-10-30T19:26:37.721Z | [ recovery-image] Oct 30 19:26:36.833 INFO O| Oct 30 19:26:36.833 INFO STEP 266 (remove_files) COMPLETE |
4964 | 2024-10-30T19:26:37.721Z | [ recovery-image] Oct 30 19:26:36.834 INFO O| Oct 30 19:26:36.833 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4965 | 2024-10-30T19:26:37.736Z | [ recovery-image] Oct 30 19:26:36.851 INFO O| Oct 30 19:26:36.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4966 | 2024-10-30T19:26:37.738Z | [ recovery-image] Oct 30 19:26:36.851 INFO O| Oct 30 19:26:36.851 INFO STEP 267 (remove_files) COMPLETE |
4967 | 2024-10-30T19:26:37.738Z | [ recovery-image] Oct 30 19:26:36.851 INFO O| Oct 30 19:26:36.851 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-10-30T19:26:37.755Z | [ recovery-image] Oct 30 19:26:36.869 INFO O| Oct 30 19:26:36.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4969 | 2024-10-30T19:26:37.766Z | [ recovery-image] Oct 30 19:26:36.881 INFO O| Oct 30 19:26:36.881 INFO STEP 268 (remove_files) COMPLETE |
4970 | 2024-10-30T19:26:37.770Z | [ recovery-image] Oct 30 19:26:36.881 INFO O| Oct 30 19:26:36.881 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-10-30T19:26:37.785Z | [ recovery-image] Oct 30 19:26:36.899 INFO O| Oct 30 19:26:36.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4972 | 2024-10-30T19:26:37.787Z | [ recovery-image] Oct 30 19:26:36.900 INFO O| Oct 30 19:26:36.900 INFO STEP 269 (remove_files) COMPLETE |
4973 | 2024-10-30T19:26:37.787Z | [ recovery-image] Oct 30 19:26:36.900 INFO O| Oct 30 19:26:36.900 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-10-30T19:26:37.803Z | [ recovery-image] Oct 30 19:26:36.918 INFO O| Oct 30 19:26:36.918 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4975 | 2024-10-30T19:26:37.803Z | [ recovery-image] Oct 30 19:26:36.918 INFO O| Oct 30 19:26:36.918 INFO STEP 270 (remove_files) COMPLETE |
4976 | 2024-10-30T19:26:37.803Z | [ recovery-image] Oct 30 19:26:36.918 INFO O| Oct 30 19:26:36.918 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-10-30T19:26:37.827Z | [ recovery-image] Oct 30 19:26:36.942 INFO O| Oct 30 19:26:36.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4978 | 2024-10-30T19:26:37.827Z | [ recovery-image] Oct 30 19:26:36.942 INFO O| Oct 30 19:26:36.942 INFO STEP 271 (remove_files) COMPLETE |
4979 | 2024-10-30T19:26:37.829Z | [ recovery-image] Oct 30 19:26:36.942 INFO O| Oct 30 19:26:36.942 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-10-30T19:26:37.845Z | [ recovery-image] Oct 30 19:26:36.960 INFO O| Oct 30 19:26:36.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4981 | 2024-10-30T19:26:37.871Z | [ recovery-image] Oct 30 19:26:36.986 INFO O| Oct 30 19:26:36.986 INFO STEP 272 (remove_files) COMPLETE |
4982 | 2024-10-30T19:26:37.871Z | [ recovery-image] Oct 30 19:26:36.986 INFO O| Oct 30 19:26:36.986 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-10-30T19:26:37.934Z | [ recovery-image] Oct 30 19:26:37.049 INFO O| Oct 30 19:26:37.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4984 | 2024-10-30T19:26:37.937Z | [ recovery-image] Oct 30 19:26:37.049 INFO O| Oct 30 19:26:37.049 INFO STEP 273 (remove_files) COMPLETE |
4985 | 2024-10-30T19:26:37.937Z | [ recovery-image] Oct 30 19:26:37.050 INFO O| Oct 30 19:26:37.050 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-10-30T19:26:37.952Z | [ recovery-image] Oct 30 19:26:37.067 INFO O| Oct 30 19:26:37.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4987 | 2024-10-30T19:26:37.954Z | [ recovery-image] Oct 30 19:26:37.067 INFO O| Oct 30 19:26:37.067 INFO STEP 274 (remove_files) COMPLETE |
4988 | 2024-10-30T19:26:37.955Z | [ recovery-image] Oct 30 19:26:37.067 INFO O| Oct 30 19:26:37.067 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-10-30T19:26:37.992Z | [ recovery-image] Oct 30 19:26:37.107 INFO O| Oct 30 19:26:37.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4990 | 2024-10-30T19:26:37.992Z | [ recovery-image] Oct 30 19:26:37.107 INFO O| Oct 30 19:26:37.107 INFO STEP 275 (remove_files) COMPLETE |
4991 | 2024-10-30T19:26:37.992Z | [ recovery-image] Oct 30 19:26:37.107 INFO O| Oct 30 19:26:37.107 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-10-30T19:26:38.013Z | [ recovery-image] Oct 30 19:26:37.128 INFO O| Oct 30 19:26:37.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4993 | 2024-10-30T19:26:38.013Z | [ recovery-image] Oct 30 19:26:37.128 INFO O| Oct 30 19:26:37.128 INFO STEP 276 (remove_files) COMPLETE |
4994 | 2024-10-30T19:26:38.015Z | [ recovery-image] Oct 30 19:26:37.128 INFO O| Oct 30 19:26:37.128 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-10-30T19:26:38.034Z | [ recovery-image] Oct 30 19:26:37.148 INFO O| Oct 30 19:26:37.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4996 | 2024-10-30T19:26:38.034Z | [ recovery-image] Oct 30 19:26:37.149 INFO O| Oct 30 19:26:37.149 INFO STEP 277 (remove_files) COMPLETE |
4997 | 2024-10-30T19:26:38.037Z | [ recovery-image] Oct 30 19:26:37.149 INFO O| Oct 30 19:26:37.149 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-10-30T19:26:38.052Z | [ recovery-image] Oct 30 19:26:37.167 INFO O| Oct 30 19:26:37.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4999 | 2024-10-30T19:26:38.055Z | [ recovery-image] Oct 30 19:26:37.167 INFO O| Oct 30 19:26:37.167 INFO STEP 278 (remove_files) COMPLETE |
5000 | 2024-10-30T19:26:38.055Z | [ recovery-image] Oct 30 19:26:37.167 INFO O| Oct 30 19:26:37.167 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-10-30T19:26:38.069Z | [ recovery-image] Oct 30 19:26:37.184 INFO O| Oct 30 19:26:37.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
5002 | 2024-10-30T19:26:38.069Z | [ recovery-image] Oct 30 19:26:37.184 INFO O| Oct 30 19:26:37.184 INFO STEP 279 (remove_files) COMPLETE |
5003 | 2024-10-30T19:26:38.072Z | [ recovery-image] Oct 30 19:26:37.184 INFO O| Oct 30 19:26:37.184 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-10-30T19:26:38.087Z | [ recovery-image] Oct 30 19:26:37.201 INFO O| Oct 30 19:26:37.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
5005 | 2024-10-30T19:26:38.087Z | [ recovery-image] Oct 30 19:26:37.201 INFO O| Oct 30 19:26:37.201 INFO STEP 280 (remove_files) COMPLETE |
5006 | 2024-10-30T19:26:38.087Z | [ recovery-image] Oct 30 19:26:37.201 INFO O| Oct 30 19:26:37.201 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-10-30T19:26:38.102Z | [ recovery-image] Oct 30 19:26:37.217 INFO O| Oct 30 19:26:37.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
5008 | 2024-10-30T19:26:38.102Z | [ recovery-image] Oct 30 19:26:37.217 INFO O| Oct 30 19:26:37.217 INFO STEP 281 (remove_files) COMPLETE |
5009 | 2024-10-30T19:26:38.104Z | [ recovery-image] Oct 30 19:26:37.217 INFO O| Oct 30 19:26:37.217 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-10-30T19:26:38.120Z | [ recovery-image] Oct 30 19:26:37.235 INFO O| Oct 30 19:26:37.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
5011 | 2024-10-30T19:26:38.123Z | [ recovery-image] Oct 30 19:26:37.235 INFO O| Oct 30 19:26:37.235 INFO STEP 282 (remove_files) COMPLETE |
5012 | 2024-10-30T19:26:38.123Z | [ recovery-image] Oct 30 19:26:37.235 INFO O| Oct 30 19:26:37.235 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-10-30T19:26:38.137Z | [ recovery-image] Oct 30 19:26:37.252 INFO O| Oct 30 19:26:37.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
5014 | 2024-10-30T19:26:38.137Z | [ recovery-image] Oct 30 19:26:37.252 INFO O| Oct 30 19:26:37.252 INFO STEP 283 (remove_files) COMPLETE |
5015 | 2024-10-30T19:26:38.140Z | [ recovery-image] Oct 30 19:26:37.252 INFO O| Oct 30 19:26:37.252 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-10-30T19:26:38.155Z | [ recovery-image] Oct 30 19:26:37.269 INFO O| Oct 30 19:26:37.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
5017 | 2024-10-30T19:26:38.155Z | [ recovery-image] Oct 30 19:26:37.269 INFO O| Oct 30 19:26:37.269 INFO STEP 284 (remove_files) COMPLETE |
5018 | 2024-10-30T19:26:38.155Z | [ recovery-image] Oct 30 19:26:37.269 INFO O| Oct 30 19:26:37.269 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-10-30T19:26:38.172Z | [ recovery-image] Oct 30 19:26:37.287 INFO O| Oct 30 19:26:37.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
5020 | 2024-10-30T19:26:38.172Z | [ recovery-image] Oct 30 19:26:37.287 INFO O| Oct 30 19:26:37.287 INFO STEP 285 (remove_files) COMPLETE |
5021 | 2024-10-30T19:26:38.172Z | [ recovery-image] Oct 30 19:26:37.287 INFO O| Oct 30 19:26:37.287 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-10-30T19:26:38.197Z | [ recovery-image] Oct 30 19:26:37.312 INFO O| Oct 30 19:26:37.312 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
5023 | 2024-10-30T19:26:38.197Z | [ recovery-image] Oct 30 19:26:37.312 INFO O| Oct 30 19:26:37.312 INFO STEP 286 (remove_files) COMPLETE |
5024 | 2024-10-30T19:26:38.197Z | [ recovery-image] Oct 30 19:26:37.312 INFO O| Oct 30 19:26:37.312 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-10-30T19:26:38.228Z | [ recovery-image] Oct 30 19:26:37.341 INFO O| Oct 30 19:26:37.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
5026 | 2024-10-30T19:26:38.228Z | [ recovery-image] Oct 30 19:26:37.341 INFO O| Oct 30 19:26:37.341 INFO STEP 287 (remove_files) COMPLETE |
5027 | 2024-10-30T19:26:38.230Z | [ recovery-image] Oct 30 19:26:37.341 INFO O| Oct 30 19:26:37.341 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-10-30T19:26:38.291Z | [ recovery-image] Oct 30 19:26:37.406 INFO O| Oct 30 19:26:37.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
5029 | 2024-10-30T19:26:38.293Z | [ recovery-image] Oct 30 19:26:37.406 INFO O| Oct 30 19:26:37.406 INFO STEP 288 (remove_files) COMPLETE |
5030 | 2024-10-30T19:26:38.293Z | [ recovery-image] Oct 30 19:26:37.406 INFO O| Oct 30 19:26:37.406 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-10-30T19:26:38.348Z | [ recovery-image] Oct 30 19:26:37.462 INFO O| Oct 30 19:26:37.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
5032 | 2024-10-30T19:26:38.368Z | [ recovery-image] Oct 30 19:26:37.483 INFO O| Oct 30 19:26:37.462 INFO STEP 289 (remove_files) COMPLETE |
5033 | 2024-10-30T19:26:38.370Z | [ recovery-image] Oct 30 19:26:37.483 INFO O| Oct 30 19:26:37.483 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-10-30T19:26:38.437Z | [ recovery-image] Oct 30 19:26:37.552 INFO O| Oct 30 19:26:37.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
5035 | 2024-10-30T19:26:38.437Z | [ recovery-image] Oct 30 19:26:37.552 INFO O| Oct 30 19:26:37.552 INFO STEP 290 (remove_files) COMPLETE |
5036 | 2024-10-30T19:26:38.440Z | [ recovery-image] Oct 30 19:26:37.552 INFO O| Oct 30 19:26:37.552 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-10-30T19:26:38.494Z | [ recovery-image] Oct 30 19:26:37.609 INFO O| Oct 30 19:26:37.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
5038 | 2024-10-30T19:26:38.494Z | [ recovery-image] Oct 30 19:26:37.609 INFO O| Oct 30 19:26:37.609 INFO STEP 291 (remove_files) COMPLETE |
5039 | 2024-10-30T19:26:38.494Z | [ recovery-image] Oct 30 19:26:37.609 INFO O| Oct 30 19:26:37.609 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-10-30T19:26:38.523Z | [ recovery-image] Oct 30 19:26:37.637 INFO O| Oct 30 19:26:37.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
5041 | 2024-10-30T19:26:38.545Z | [ recovery-image] Oct 30 19:26:37.660 INFO O| Oct 30 19:26:37.660 INFO STEP 292 (remove_files) COMPLETE |
5042 | 2024-10-30T19:26:38.546Z | [ recovery-image] Oct 30 19:26:37.660 INFO O| Oct 30 19:26:37.660 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-10-30T19:26:38.583Z | [ recovery-image] Oct 30 19:26:37.697 INFO O| Oct 30 19:26:37.697 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
5044 | 2024-10-30T19:26:38.583Z | [ recovery-image] Oct 30 19:26:37.697 INFO O| Oct 30 19:26:37.697 INFO STEP 293 (remove_files) COMPLETE |
5045 | 2024-10-30T19:26:38.583Z | [ recovery-image] Oct 30 19:26:37.697 INFO O| Oct 30 19:26:37.697 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-10-30T19:26:38.600Z | [ recovery-image] Oct 30 19:26:37.715 INFO O| Oct 30 19:26:37.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
5047 | 2024-10-30T19:26:38.600Z | [ recovery-image] Oct 30 19:26:37.715 INFO O| Oct 30 19:26:37.715 INFO STEP 294 (remove_files) COMPLETE |
5048 | 2024-10-30T19:26:38.600Z | [ recovery-image] Oct 30 19:26:37.715 INFO O| Oct 30 19:26:37.715 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-10-30T19:26:38.623Z | [ recovery-image] Oct 30 19:26:37.737 INFO O| Oct 30 19:26:37.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
5050 | 2024-10-30T19:26:38.623Z | [ recovery-image] Oct 30 19:26:37.737 INFO O| Oct 30 19:26:37.737 INFO STEP 295 (remove_files) COMPLETE |
5051 | 2024-10-30T19:26:38.625Z | [ recovery-image] Oct 30 19:26:37.737 INFO O| Oct 30 19:26:37.737 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-10-30T19:26:38.681Z | [ recovery-image] Oct 30 19:26:37.796 INFO O| Oct 30 19:26:37.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
5053 | 2024-10-30T19:26:38.681Z | [ recovery-image] Oct 30 19:26:37.796 INFO O| Oct 30 19:26:37.796 INFO STEP 296 (remove_files) COMPLETE |
5054 | 2024-10-30T19:26:38.684Z | [ recovery-image] Oct 30 19:26:37.796 INFO O| Oct 30 19:26:37.796 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-10-30T19:26:38.699Z | [ recovery-image] Oct 30 19:26:37.814 INFO O| Oct 30 19:26:37.814 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
5056 | 2024-10-30T19:26:38.699Z | [ recovery-image] Oct 30 19:26:37.814 INFO O| Oct 30 19:26:37.814 INFO STEP 297 (remove_files) COMPLETE |
5057 | 2024-10-30T19:26:38.699Z | [ recovery-image] Oct 30 19:26:37.814 INFO O| Oct 30 19:26:37.814 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-10-30T19:26:38.718Z | [ recovery-image] Oct 30 19:26:37.832 INFO O| Oct 30 19:26:37.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
5059 | 2024-10-30T19:26:38.718Z | [ recovery-image] Oct 30 19:26:37.832 INFO O| Oct 30 19:26:37.832 INFO STEP 298 (remove_files) COMPLETE |
5060 | 2024-10-30T19:26:38.718Z | [ recovery-image] Oct 30 19:26:37.832 INFO O| Oct 30 19:26:37.832 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-10-30T19:26:38.736Z | [ recovery-image] Oct 30 19:26:37.850 INFO O| Oct 30 19:26:37.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
5062 | 2024-10-30T19:26:38.736Z | [ recovery-image] Oct 30 19:26:37.850 INFO O| Oct 30 19:26:37.850 INFO STEP 299 (remove_files) COMPLETE |
5063 | 2024-10-30T19:26:38.736Z | [ recovery-image] Oct 30 19:26:37.850 INFO O| Oct 30 19:26:37.850 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-10-30T19:26:38.754Z | [ recovery-image] Oct 30 19:26:37.868 INFO O| Oct 30 19:26:37.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
5065 | 2024-10-30T19:26:38.754Z | [ recovery-image] Oct 30 19:26:37.868 INFO O| Oct 30 19:26:37.868 INFO STEP 300 (remove_files) COMPLETE |
5066 | 2024-10-30T19:26:38.754Z | [ recovery-image] Oct 30 19:26:37.868 INFO O| Oct 30 19:26:37.868 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-10-30T19:26:38.775Z | [ recovery-image] Oct 30 19:26:37.889 INFO O| Oct 30 19:26:37.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
5068 | 2024-10-30T19:26:38.779Z | [ recovery-image] Oct 30 19:26:37.889 INFO O| Oct 30 19:26:37.889 INFO STEP 301 (remove_files) COMPLETE |
5069 | 2024-10-30T19:26:38.779Z | [ recovery-image] Oct 30 19:26:37.889 INFO O| Oct 30 19:26:37.889 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-10-30T19:26:38.792Z | [ recovery-image] Oct 30 19:26:37.907 INFO O| Oct 30 19:26:37.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
5071 | 2024-10-30T19:26:38.796Z | [ recovery-image] Oct 30 19:26:37.907 INFO O| Oct 30 19:26:37.907 INFO STEP 302 (remove_files) COMPLETE |
5072 | 2024-10-30T19:26:38.796Z | [ recovery-image] Oct 30 19:26:37.907 INFO O| Oct 30 19:26:37.907 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-10-30T19:26:38.829Z | [ recovery-image] Oct 30 19:26:37.943 INFO O| Oct 30 19:26:37.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
5074 | 2024-10-30T19:26:38.831Z | [ recovery-image] Oct 30 19:26:37.944 INFO O| Oct 30 19:26:37.943 INFO STEP 303 (remove_files) COMPLETE |
5075 | 2024-10-30T19:26:38.831Z | [ recovery-image] Oct 30 19:26:37.944 INFO O| Oct 30 19:26:37.944 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-10-30T19:26:38.847Z | [ recovery-image] Oct 30 19:26:37.962 INFO O| Oct 30 19:26:37.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
5077 | 2024-10-30T19:26:38.850Z | [ recovery-image] Oct 30 19:26:37.962 INFO O| Oct 30 19:26:37.962 INFO STEP 304 (remove_files) COMPLETE |
5078 | 2024-10-30T19:26:38.850Z | [ recovery-image] Oct 30 19:26:37.962 INFO O| Oct 30 19:26:37.962 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-10-30T19:26:38.865Z | [ recovery-image] Oct 30 19:26:37.980 INFO O| Oct 30 19:26:37.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
5080 | 2024-10-30T19:26:38.867Z | [ recovery-image] Oct 30 19:26:37.980 INFO O| Oct 30 19:26:37.980 INFO STEP 305 (remove_files) COMPLETE |
5081 | 2024-10-30T19:26:38.867Z | [ recovery-image] Oct 30 19:26:37.980 INFO O| Oct 30 19:26:37.980 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-10-30T19:26:38.886Z | [ recovery-image] Oct 30 19:26:38.001 INFO O| Oct 30 19:26:38.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
5083 | 2024-10-30T19:26:38.886Z | [ recovery-image] Oct 30 19:26:38.001 INFO O| Oct 30 19:26:38.001 INFO STEP 306 (remove_files) COMPLETE |
5084 | 2024-10-30T19:26:38.888Z | [ recovery-image] Oct 30 19:26:38.001 INFO O| Oct 30 19:26:38.001 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-10-30T19:26:38.908Z | [ recovery-image] Oct 30 19:26:38.022 INFO O| Oct 30 19:26:38.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
5086 | 2024-10-30T19:26:38.908Z | [ recovery-image] Oct 30 19:26:38.022 INFO O| Oct 30 19:26:38.022 INFO STEP 307 (remove_files) COMPLETE |
5087 | 2024-10-30T19:26:38.908Z | [ recovery-image] Oct 30 19:26:38.023 INFO O| Oct 30 19:26:38.022 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-10-30T19:26:38.926Z | [ recovery-image] Oct 30 19:26:38.041 INFO O| Oct 30 19:26:38.040 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
5089 | 2024-10-30T19:26:38.926Z | [ recovery-image] Oct 30 19:26:38.041 INFO O| Oct 30 19:26:38.041 INFO STEP 308 (remove_files) COMPLETE |
5090 | 2024-10-30T19:26:38.926Z | [ recovery-image] Oct 30 19:26:38.041 INFO O| Oct 30 19:26:38.041 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-10-30T19:26:38.974Z | [ recovery-image] Oct 30 19:26:38.088 INFO O| Oct 30 19:26:38.088 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
5092 | 2024-10-30T19:26:38.974Z | [ recovery-image] Oct 30 19:26:38.088 INFO O| Oct 30 19:26:38.088 INFO STEP 309 (remove_files) COMPLETE |
5093 | 2024-10-30T19:26:38.974Z | [ recovery-image] Oct 30 19:26:38.088 INFO O| Oct 30 19:26:38.088 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-10-30T19:26:39.009Z | [ recovery-image] Oct 30 19:26:38.123 INFO O| Oct 30 19:26:38.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
5095 | 2024-10-30T19:26:39.009Z | [ recovery-image] Oct 30 19:26:38.123 INFO O| Oct 30 19:26:38.123 INFO STEP 310 (remove_files) COMPLETE |
5096 | 2024-10-30T19:26:39.009Z | [ recovery-image] Oct 30 19:26:38.123 INFO O| Oct 30 19:26:38.123 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-10-30T19:26:39.026Z | [ recovery-image] Oct 30 19:26:38.140 INFO O| Oct 30 19:26:38.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
5098 | 2024-10-30T19:26:39.027Z | [ recovery-image] Oct 30 19:26:38.140 INFO O| Oct 30 19:26:38.140 INFO STEP 311 (remove_files) COMPLETE |
5099 | 2024-10-30T19:26:39.027Z | [ recovery-image] Oct 30 19:26:38.140 INFO O| Oct 30 19:26:38.140 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-10-30T19:26:39.045Z | [ recovery-image] Oct 30 19:26:38.160 INFO O| Oct 30 19:26:38.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
5101 | 2024-10-30T19:26:39.045Z | [ recovery-image] Oct 30 19:26:38.160 INFO O| Oct 30 19:26:38.160 INFO STEP 312 (remove_files) COMPLETE |
5102 | 2024-10-30T19:26:39.048Z | [ recovery-image] Oct 30 19:26:38.160 INFO O| Oct 30 19:26:38.160 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-10-30T19:26:39.068Z | [ recovery-image] Oct 30 19:26:38.183 INFO O| Oct 30 19:26:38.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
5104 | 2024-10-30T19:26:39.068Z | [ recovery-image] Oct 30 19:26:38.183 INFO O| Oct 30 19:26:38.183 INFO STEP 313 (remove_files) COMPLETE |
5105 | 2024-10-30T19:26:39.068Z | [ recovery-image] Oct 30 19:26:38.183 INFO O| Oct 30 19:26:38.183 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-10-30T19:26:39.092Z | [ recovery-image] Oct 30 19:26:38.206 INFO O| Oct 30 19:26:38.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
5107 | 2024-10-30T19:26:39.092Z | [ recovery-image] Oct 30 19:26:38.206 INFO O| Oct 30 19:26:38.206 INFO STEP 314 (remove_files) COMPLETE |
5108 | 2024-10-30T19:26:39.092Z | [ recovery-image] Oct 30 19:26:38.206 INFO O| Oct 30 19:26:38.206 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-10-30T19:26:39.114Z | [ recovery-image] Oct 30 19:26:38.229 INFO O| Oct 30 19:26:38.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
5110 | 2024-10-30T19:26:39.114Z | [ recovery-image] Oct 30 19:26:38.229 INFO O| Oct 30 19:26:38.229 INFO STEP 315 (remove_files) COMPLETE |
5111 | 2024-10-30T19:26:39.114Z | [ recovery-image] Oct 30 19:26:38.229 INFO O| Oct 30 19:26:38.229 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-10-30T19:26:39.137Z | [ recovery-image] Oct 30 19:26:38.252 INFO O| Oct 30 19:26:38.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
5113 | 2024-10-30T19:26:39.137Z | [ recovery-image] Oct 30 19:26:38.252 INFO O| Oct 30 19:26:38.252 INFO STEP 316 (remove_files) COMPLETE |
5114 | 2024-10-30T19:26:39.139Z | [ recovery-image] Oct 30 19:26:38.252 INFO O| Oct 30 19:26:38.252 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-10-30T19:26:39.154Z | [ recovery-image] Oct 30 19:26:38.268 INFO O| Oct 30 19:26:38.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
5116 | 2024-10-30T19:26:39.154Z | [ recovery-image] Oct 30 19:26:38.268 INFO O| Oct 30 19:26:38.268 INFO STEP 317 (remove_files) COMPLETE |
5117 | 2024-10-30T19:26:39.154Z | [ recovery-image] Oct 30 19:26:38.268 INFO O| Oct 30 19:26:38.268 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-10-30T19:26:39.250Z | [ recovery-image] Oct 30 19:26:38.365 INFO O| Oct 30 19:26:38.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
5119 | 2024-10-30T19:26:39.250Z | [ recovery-image] Oct 30 19:26:38.365 INFO O| Oct 30 19:26:38.365 INFO STEP 318 (remove_files) COMPLETE |
5120 | 2024-10-30T19:26:39.250Z | [ recovery-image] Oct 30 19:26:38.365 INFO O| Oct 30 19:26:38.365 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-10-30T19:26:39.282Z | [ recovery-image] Oct 30 19:26:38.397 INFO O| Oct 30 19:26:38.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
5122 | 2024-10-30T19:26:39.282Z | [ recovery-image] Oct 30 19:26:38.397 INFO O| Oct 30 19:26:38.397 INFO STEP 319 (remove_files) COMPLETE |
5123 | 2024-10-30T19:26:39.285Z | [ recovery-image] Oct 30 19:26:38.397 INFO O| Oct 30 19:26:38.397 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-10-30T19:26:39.317Z | [ recovery-image] Oct 30 19:26:38.432 INFO O| Oct 30 19:26:38.431 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
5125 | 2024-10-30T19:26:39.317Z | [ recovery-image] Oct 30 19:26:38.432 INFO O| Oct 30 19:26:38.432 INFO STEP 320 (remove_files) COMPLETE |
5126 | 2024-10-30T19:26:39.317Z | [ recovery-image] Oct 30 19:26:38.432 INFO O| Oct 30 19:26:38.432 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-10-30T19:26:39.334Z | [ recovery-image] Oct 30 19:26:38.449 INFO O| Oct 30 19:26:38.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
5128 | 2024-10-30T19:26:39.337Z | [ recovery-image] Oct 30 19:26:38.449 INFO O| Oct 30 19:26:38.449 INFO STEP 321 (remove_files) COMPLETE |
5129 | 2024-10-30T19:26:39.337Z | [ recovery-image] Oct 30 19:26:38.449 INFO O| Oct 30 19:26:38.449 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-10-30T19:26:39.352Z | [ recovery-image] Oct 30 19:26:38.466 INFO O| Oct 30 19:26:38.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
5131 | 2024-10-30T19:26:39.352Z | [ recovery-image] Oct 30 19:26:38.466 INFO O| Oct 30 19:26:38.466 INFO STEP 322 (remove_files) COMPLETE |
5132 | 2024-10-30T19:26:39.352Z | [ recovery-image] Oct 30 19:26:38.466 INFO O| Oct 30 19:26:38.466 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-10-30T19:26:39.370Z | [ recovery-image] Oct 30 19:26:38.485 INFO O| Oct 30 19:26:38.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
5134 | 2024-10-30T19:26:39.370Z | [ recovery-image] Oct 30 19:26:38.485 INFO O| Oct 30 19:26:38.485 INFO STEP 323 (remove_files) COMPLETE |
5135 | 2024-10-30T19:26:39.373Z | [ recovery-image] Oct 30 19:26:38.485 INFO O| Oct 30 19:26:38.485 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-10-30T19:26:39.387Z | [ recovery-image] Oct 30 19:26:38.502 INFO O| Oct 30 19:26:38.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
5137 | 2024-10-30T19:26:39.387Z | [ recovery-image] Oct 30 19:26:38.502 INFO O| Oct 30 19:26:38.502 INFO STEP 324 (remove_files) COMPLETE |
5138 | 2024-10-30T19:26:39.387Z | [ recovery-image] Oct 30 19:26:38.502 INFO O| Oct 30 19:26:38.502 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-10-30T19:26:39.405Z | [ recovery-image] Oct 30 19:26:38.520 INFO O| Oct 30 19:26:38.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
5140 | 2024-10-30T19:26:39.405Z | [ recovery-image] Oct 30 19:26:38.520 INFO O| Oct 30 19:26:38.520 INFO STEP 325 (remove_files) COMPLETE |
5141 | 2024-10-30T19:26:39.405Z | [ recovery-image] Oct 30 19:26:38.520 INFO O| Oct 30 19:26:38.520 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-10-30T19:26:39.422Z | [ recovery-image] Oct 30 19:26:38.537 INFO O| Oct 30 19:26:38.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
5143 | 2024-10-30T19:26:39.423Z | [ recovery-image] Oct 30 19:26:38.537 INFO O| Oct 30 19:26:38.537 INFO STEP 326 (remove_files) COMPLETE |
5144 | 2024-10-30T19:26:39.425Z | [ recovery-image] Oct 30 19:26:38.537 INFO O| Oct 30 19:26:38.537 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-10-30T19:26:39.440Z | [ recovery-image] Oct 30 19:26:38.554 INFO O| Oct 30 19:26:38.554 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
5146 | 2024-10-30T19:26:39.440Z | [ recovery-image] Oct 30 19:26:38.554 INFO O| Oct 30 19:26:38.554 INFO STEP 327 (remove_files) COMPLETE |
5147 | 2024-10-30T19:26:39.440Z | [ recovery-image] Oct 30 19:26:38.554 INFO O| Oct 30 19:26:38.554 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-10-30T19:26:39.466Z | [ host-image] Oct 30 19:26:38.581 INFO O| Oct 30 19:26:38.581 INFO O| Download: 1112/1140 items 6.2/8.4MB 73% complete (1.1M/s) |
5149 | 2024-10-30T19:26:39.473Z | [ recovery-image] Oct 30 19:26:38.587 INFO O| Oct 30 19:26:38.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
5150 | 2024-10-30T19:26:39.473Z | [ recovery-image] Oct 30 19:26:38.587 INFO O| Oct 30 19:26:38.587 INFO STEP 328 (remove_files) COMPLETE |
5151 | 2024-10-30T19:26:39.473Z | [ recovery-image] Oct 30 19:26:38.587 INFO O| Oct 30 19:26:38.587 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5152 | 2024-10-30T19:26:39.511Z | [ recovery-image] Oct 30 19:26:38.626 INFO O| Oct 30 19:26:38.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
5153 | 2024-10-30T19:26:39.511Z | [ recovery-image] Oct 30 19:26:38.626 INFO O| Oct 30 19:26:38.626 INFO STEP 329 (remove_files) COMPLETE |
5154 | 2024-10-30T19:26:39.511Z | [ recovery-image] Oct 30 19:26:38.626 INFO O| Oct 30 19:26:38.626 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5155 | 2024-10-30T19:26:39.577Z | [ recovery-image] Oct 30 19:26:38.692 INFO O| Oct 30 19:26:38.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
5156 | 2024-10-30T19:26:39.577Z | [ recovery-image] Oct 30 19:26:38.692 INFO O| Oct 30 19:26:38.692 INFO STEP 330 (remove_files) COMPLETE |
5157 | 2024-10-30T19:26:39.577Z | [ recovery-image] Oct 30 19:26:38.692 INFO O| Oct 30 19:26:38.692 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5158 | 2024-10-30T19:26:39.612Z | [ recovery-image] Oct 30 19:26:38.727 INFO O| Oct 30 19:26:38.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
5159 | 2024-10-30T19:26:39.612Z | [ recovery-image] Oct 30 19:26:38.727 INFO O| Oct 30 19:26:38.727 INFO STEP 331 (remove_files) COMPLETE |
5160 | 2024-10-30T19:26:39.612Z | [ recovery-image] Oct 30 19:26:38.727 INFO O| Oct 30 19:26:38.727 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5161 | 2024-10-30T19:26:39.667Z | [ recovery-image] Oct 30 19:26:38.782 INFO O| Oct 30 19:26:38.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
5162 | 2024-10-30T19:26:39.667Z | [ recovery-image] Oct 30 19:26:38.782 INFO O| Oct 30 19:26:38.782 INFO STEP 332 (remove_files) COMPLETE |
5163 | 2024-10-30T19:26:39.667Z | [ recovery-image] Oct 30 19:26:38.782 INFO O| Oct 30 19:26:38.782 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5164 | 2024-10-30T19:26:39.744Z | [ recovery-image] Oct 30 19:26:38.859 INFO O| Oct 30 19:26:38.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
5165 | 2024-10-30T19:26:39.744Z | [ recovery-image] Oct 30 19:26:38.859 INFO O| Oct 30 19:26:38.859 INFO STEP 333 (remove_files) COMPLETE |
5166 | 2024-10-30T19:26:39.744Z | [ recovery-image] Oct 30 19:26:38.859 INFO O| Oct 30 19:26:38.859 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5167 | 2024-10-30T19:26:39.764Z | [ recovery-image] Oct 30 19:26:38.878 INFO O| Oct 30 19:26:38.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
5168 | 2024-10-30T19:26:39.764Z | [ recovery-image] Oct 30 19:26:38.879 INFO O| Oct 30 19:26:38.878 INFO STEP 334 (remove_files) COMPLETE |
5169 | 2024-10-30T19:26:39.764Z | [ recovery-image] Oct 30 19:26:38.879 INFO O| Oct 30 19:26:38.878 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5170 | 2024-10-30T19:26:39.782Z | [ recovery-image] Oct 30 19:26:38.897 INFO O| Oct 30 19:26:38.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
5171 | 2024-10-30T19:26:39.782Z | [ recovery-image] Oct 30 19:26:38.897 INFO O| Oct 30 19:26:38.897 INFO STEP 335 (remove_files) COMPLETE |
5172 | 2024-10-30T19:26:39.782Z | [ recovery-image] Oct 30 19:26:38.897 INFO O| Oct 30 19:26:38.897 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5173 | 2024-10-30T19:26:39.800Z | [ recovery-image] Oct 30 19:26:38.915 INFO O| Oct 30 19:26:38.915 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
5174 | 2024-10-30T19:26:39.803Z | [ recovery-image] Oct 30 19:26:38.915 INFO O| Oct 30 19:26:38.915 INFO STEP 336 (remove_files) COMPLETE |
5175 | 2024-10-30T19:26:39.803Z | [ recovery-image] Oct 30 19:26:38.915 INFO O| Oct 30 19:26:38.915 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5176 | 2024-10-30T19:26:39.820Z | [ recovery-image] Oct 30 19:26:38.933 INFO O| Oct 30 19:26:38.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
5177 | 2024-10-30T19:26:39.820Z | [ recovery-image] Oct 30 19:26:38.934 INFO O| Oct 30 19:26:38.933 INFO STEP 337 (remove_files) COMPLETE |
5178 | 2024-10-30T19:26:39.820Z | [ recovery-image] Oct 30 19:26:38.934 INFO O| Oct 30 19:26:38.933 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5179 | 2024-10-30T19:26:39.836Z | [ recovery-image] Oct 30 19:26:38.951 INFO O| Oct 30 19:26:38.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
5180 | 2024-10-30T19:26:39.836Z | [ recovery-image] Oct 30 19:26:38.951 INFO O| Oct 30 19:26:38.951 INFO STEP 338 (remove_files) COMPLETE |
5181 | 2024-10-30T19:26:39.836Z | [ recovery-image] Oct 30 19:26:38.951 INFO O| Oct 30 19:26:38.951 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5182 | 2024-10-30T19:26:39.855Z | [ recovery-image] Oct 30 19:26:38.968 INFO O| Oct 30 19:26:38.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
5183 | 2024-10-30T19:26:39.855Z | [ recovery-image] Oct 30 19:26:38.968 INFO O| Oct 30 19:26:38.968 INFO STEP 339 (remove_files) COMPLETE |
5184 | 2024-10-30T19:26:39.855Z | [ recovery-image] Oct 30 19:26:38.968 INFO O| Oct 30 19:26:38.968 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5185 | 2024-10-30T19:26:39.872Z | [ recovery-image] Oct 30 19:26:38.986 INFO O| Oct 30 19:26:38.986 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
5186 | 2024-10-30T19:26:39.872Z | [ recovery-image] Oct 30 19:26:38.986 INFO O| Oct 30 19:26:38.986 INFO STEP 340 (remove_files) COMPLETE |
5187 | 2024-10-30T19:26:39.872Z | [ recovery-image] Oct 30 19:26:38.986 INFO O| Oct 30 19:26:38.986 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5188 | 2024-10-30T19:26:39.894Z | [ recovery-image] Oct 30 19:26:39.009 INFO O| Oct 30 19:26:39.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
5189 | 2024-10-30T19:26:39.894Z | [ recovery-image] Oct 30 19:26:39.009 INFO O| Oct 30 19:26:39.009 INFO STEP 341 (remove_files) COMPLETE |
5190 | 2024-10-30T19:26:39.898Z | [ recovery-image] Oct 30 19:26:39.009 INFO O| Oct 30 19:26:39.009 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5191 | 2024-10-30T19:26:39.912Z | [ recovery-image] Oct 30 19:26:39.027 INFO O| Oct 30 19:26:39.027 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
5192 | 2024-10-30T19:26:39.912Z | [ recovery-image] Oct 30 19:26:39.027 INFO O| Oct 30 19:26:39.027 INFO STEP 342 (remove_files) COMPLETE |
5193 | 2024-10-30T19:26:39.915Z | [ recovery-image] Oct 30 19:26:39.027 INFO O| Oct 30 19:26:39.027 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5194 | 2024-10-30T19:26:39.929Z | [ recovery-image] Oct 30 19:26:39.044 INFO O| Oct 30 19:26:39.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
5195 | 2024-10-30T19:26:39.929Z | [ recovery-image] Oct 30 19:26:39.044 INFO O| Oct 30 19:26:39.044 INFO STEP 343 (remove_files) COMPLETE |
5196 | 2024-10-30T19:26:39.931Z | [ recovery-image] Oct 30 19:26:39.044 INFO O| Oct 30 19:26:39.044 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5197 | 2024-10-30T19:26:39.947Z | [ recovery-image] Oct 30 19:26:39.061 INFO O| Oct 30 19:26:39.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
5198 | 2024-10-30T19:26:39.947Z | [ recovery-image] Oct 30 19:26:39.061 INFO O| Oct 30 19:26:39.061 INFO STEP 344 (remove_files) COMPLETE |
5199 | 2024-10-30T19:26:39.948Z | [ recovery-image] Oct 30 19:26:39.061 INFO O| Oct 30 19:26:39.061 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5200 | 2024-10-30T19:26:39.950Z | [ host-image] Oct 30 19:26:39.062 INFO O| Oct 30 19:26:39.062 INFO O| Download: Completed 8.42 MB in 5.58 seconds (1.5M/s) |
5201 | 2024-10-30T19:26:39.962Z | [ recovery-image] Oct 30 19:26:39.076 INFO O| Oct 30 19:26:39.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
5202 | 2024-10-30T19:26:39.962Z | [ recovery-image] Oct 30 19:26:39.076 INFO O| Oct 30 19:26:39.076 INFO STEP 345 (remove_files) COMPLETE |
5203 | 2024-10-30T19:26:39.962Z | [ recovery-image] Oct 30 19:26:39.076 INFO O| Oct 30 19:26:39.076 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5204 | 2024-10-30T19:26:40.001Z | [ recovery-image] Oct 30 19:26:39.116 INFO O| Oct 30 19:26:39.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
5205 | 2024-10-30T19:26:40.001Z | [ recovery-image] Oct 30 19:26:39.116 INFO O| Oct 30 19:26:39.116 INFO STEP 346 (remove_files) COMPLETE |
5206 | 2024-10-30T19:26:40.004Z | [ recovery-image] Oct 30 19:26:39.116 INFO O| Oct 30 19:26:39.116 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5207 | 2024-10-30T19:26:40.059Z | [ recovery-image] Oct 30 19:26:39.173 INFO O| Oct 30 19:26:39.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
5208 | 2024-10-30T19:26:40.059Z | [ recovery-image] Oct 30 19:26:39.173 INFO O| Oct 30 19:26:39.173 INFO STEP 347 (remove_files) COMPLETE |
5209 | 2024-10-30T19:26:40.059Z | [ recovery-image] Oct 30 19:26:39.173 INFO O| Oct 30 19:26:39.173 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5210 | 2024-10-30T19:26:40.101Z | [ recovery-image] Oct 30 19:26:39.215 INFO O| Oct 30 19:26:39.215 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
5211 | 2024-10-30T19:26:40.102Z | [ recovery-image] Oct 30 19:26:39.215 INFO O| Oct 30 19:26:39.215 INFO STEP 348 (remove_files) COMPLETE |
5212 | 2024-10-30T19:26:40.104Z | [ recovery-image] Oct 30 19:26:39.215 INFO O| Oct 30 19:26:39.215 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5213 | 2024-10-30T19:26:40.120Z | [ recovery-image] Oct 30 19:26:39.235 INFO O| Oct 30 19:26:39.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
5214 | 2024-10-30T19:26:40.121Z | [ recovery-image] Oct 30 19:26:39.235 INFO O| Oct 30 19:26:39.235 INFO STEP 349 (remove_files) COMPLETE |
5215 | 2024-10-30T19:26:40.124Z | [ recovery-image] Oct 30 19:26:39.235 INFO O| Oct 30 19:26:39.235 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5216 | 2024-10-30T19:26:40.139Z | [ recovery-image] Oct 30 19:26:39.254 INFO O| Oct 30 19:26:39.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
5217 | 2024-10-30T19:26:40.139Z | [ recovery-image] Oct 30 19:26:39.254 INFO O| Oct 30 19:26:39.254 INFO STEP 350 (remove_files) COMPLETE |
5218 | 2024-10-30T19:26:40.139Z | [ recovery-image] Oct 30 19:26:39.254 INFO O| Oct 30 19:26:39.254 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5219 | 2024-10-30T19:26:40.157Z | [ recovery-image] Oct 30 19:26:39.272 INFO O| Oct 30 19:26:39.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
5220 | 2024-10-30T19:26:40.157Z | [ recovery-image] Oct 30 19:26:39.272 INFO O| Oct 30 19:26:39.272 INFO STEP 351 (remove_files) COMPLETE |
5221 | 2024-10-30T19:26:40.159Z | [ recovery-image] Oct 30 19:26:39.272 INFO O| Oct 30 19:26:39.272 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5222 | 2024-10-30T19:26:40.175Z | [ recovery-image] Oct 30 19:26:39.290 INFO O| Oct 30 19:26:39.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
5223 | 2024-10-30T19:26:40.175Z | [ recovery-image] Oct 30 19:26:39.290 INFO O| Oct 30 19:26:39.290 INFO STEP 352 (remove_files) COMPLETE |
5224 | 2024-10-30T19:26:40.175Z | [ recovery-image] Oct 30 19:26:39.290 INFO O| Oct 30 19:26:39.290 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5225 | 2024-10-30T19:26:40.210Z | [ recovery-image] Oct 30 19:26:39.324 INFO O| Oct 30 19:26:39.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
5226 | 2024-10-30T19:26:40.210Z | [ recovery-image] Oct 30 19:26:39.325 INFO O| Oct 30 19:26:39.325 INFO STEP 353 (remove_files) COMPLETE |
5227 | 2024-10-30T19:26:40.210Z | [ recovery-image] Oct 30 19:26:39.325 INFO O| Oct 30 19:26:39.325 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5228 | 2024-10-30T19:26:40.213Z | [ host-image] Oct 30 19:26:39.326 INFO O| Oct 30 19:26:39.326 INFO O| Actions: 1/1361 actions (Installing new actions) |
5229 | 2024-10-30T19:26:40.252Z | [ recovery-image] Oct 30 19:26:39.367 INFO O| Oct 30 19:26:39.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
5230 | 2024-10-30T19:26:40.252Z | [ recovery-image] Oct 30 19:26:39.367 INFO O| Oct 30 19:26:39.367 INFO STEP 354 (remove_files) COMPLETE |
5231 | 2024-10-30T19:26:40.252Z | [ recovery-image] Oct 30 19:26:39.367 INFO O| Oct 30 19:26:39.367 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-10-30T19:26:40.320Z | [ recovery-image] Oct 30 19:26:39.434 INFO O| Oct 30 19:26:39.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
5233 | 2024-10-30T19:26:40.323Z | [ recovery-image] Oct 30 19:26:39.435 INFO O| Oct 30 19:26:39.434 INFO STEP 355 (remove_files) COMPLETE |
5234 | 2024-10-30T19:26:40.323Z | [ recovery-image] Oct 30 19:26:39.435 INFO O| Oct 30 19:26:39.435 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-10-30T19:26:40.345Z | [ recovery-image] Oct 30 19:26:39.459 INFO O| Oct 30 19:26:39.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
5236 | 2024-10-30T19:26:40.348Z | [ recovery-image] Oct 30 19:26:39.460 INFO O| Oct 30 19:26:39.460 INFO STEP 356 (remove_files) COMPLETE |
5237 | 2024-10-30T19:26:40.348Z | [ recovery-image] Oct 30 19:26:39.460 INFO O| Oct 30 19:26:39.460 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-10-30T19:26:40.364Z | [ recovery-image] Oct 30 19:26:39.479 INFO O| Oct 30 19:26:39.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
5239 | 2024-10-30T19:26:40.364Z | [ recovery-image] Oct 30 19:26:39.479 INFO O| Oct 30 19:26:39.479 INFO STEP 357 (remove_files) COMPLETE |
5240 | 2024-10-30T19:26:40.368Z | [ recovery-image] Oct 30 19:26:39.479 INFO O| Oct 30 19:26:39.479 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-10-30T19:26:40.381Z | [ recovery-image] Oct 30 19:26:39.496 INFO O| Oct 30 19:26:39.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
5242 | 2024-10-30T19:26:40.384Z | [ recovery-image] Oct 30 19:26:39.496 INFO O| Oct 30 19:26:39.496 INFO STEP 358 (remove_files) COMPLETE |
5243 | 2024-10-30T19:26:40.384Z | [ recovery-image] Oct 30 19:26:39.496 INFO O| Oct 30 19:26:39.496 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-10-30T19:26:40.414Z | [ recovery-image] Oct 30 19:26:39.528 INFO O| Oct 30 19:26:39.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
5245 | 2024-10-30T19:26:40.415Z | [ recovery-image] Oct 30 19:26:39.529 INFO O| Oct 30 19:26:39.529 INFO STEP 359 (remove_files) COMPLETE |
5246 | 2024-10-30T19:26:40.417Z | [ recovery-image] Oct 30 19:26:39.529 INFO O| Oct 30 19:26:39.529 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-10-30T19:26:40.462Z | [ recovery-image] Oct 30 19:26:39.577 INFO O| Oct 30 19:26:39.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
5248 | 2024-10-30T19:26:40.462Z | [ recovery-image] Oct 30 19:26:39.577 INFO O| Oct 30 19:26:39.577 INFO STEP 360 (remove_files) COMPLETE |
5249 | 2024-10-30T19:26:40.463Z | [ recovery-image] Oct 30 19:26:39.577 INFO O| Oct 30 19:26:39.577 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-10-30T19:26:40.481Z | [ recovery-image] Oct 30 19:26:39.596 INFO O| Oct 30 19:26:39.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
5251 | 2024-10-30T19:26:40.481Z | [ recovery-image] Oct 30 19:26:39.596 INFO O| Oct 30 19:26:39.596 INFO STEP 361 (remove_files) COMPLETE |
5252 | 2024-10-30T19:26:40.481Z | [ recovery-image] Oct 30 19:26:39.596 INFO O| Oct 30 19:26:39.596 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-10-30T19:26:40.499Z | [ recovery-image] Oct 30 19:26:39.614 INFO O| Oct 30 19:26:39.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
5254 | 2024-10-30T19:26:40.499Z | [ recovery-image] Oct 30 19:26:39.614 INFO O| Oct 30 19:26:39.614 INFO STEP 362 (remove_files) COMPLETE |
5255 | 2024-10-30T19:26:40.502Z | [ recovery-image] Oct 30 19:26:39.614 INFO O| Oct 30 19:26:39.614 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-10-30T19:26:40.519Z | [ recovery-image] Oct 30 19:26:39.634 INFO O| Oct 30 19:26:39.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
5257 | 2024-10-30T19:26:40.548Z | [ recovery-image] Oct 30 19:26:39.663 INFO O| Oct 30 19:26:39.663 INFO STEP 363 (remove_files) COMPLETE |
5258 | 2024-10-30T19:26:40.548Z | [ recovery-image] Oct 30 19:26:39.663 INFO O| Oct 30 19:26:39.663 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-10-30T19:26:40.589Z | [ recovery-image] Oct 30 19:26:39.703 INFO O| Oct 30 19:26:39.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
5260 | 2024-10-30T19:26:40.589Z | [ recovery-image] Oct 30 19:26:39.703 INFO O| Oct 30 19:26:39.703 INFO STEP 364 (remove_files) COMPLETE |
5261 | 2024-10-30T19:26:40.591Z | [ recovery-image] Oct 30 19:26:39.703 INFO O| Oct 30 19:26:39.703 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-10-30T19:26:40.606Z | [ recovery-image] Oct 30 19:26:39.721 INFO O| Oct 30 19:26:39.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
5263 | 2024-10-30T19:26:40.606Z | [ recovery-image] Oct 30 19:26:39.721 INFO O| Oct 30 19:26:39.721 INFO STEP 365 (remove_files) COMPLETE |
5264 | 2024-10-30T19:26:40.606Z | [ recovery-image] Oct 30 19:26:39.721 INFO O| Oct 30 19:26:39.721 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-10-30T19:26:40.660Z | [ recovery-image] Oct 30 19:26:39.774 INFO O| Oct 30 19:26:39.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
5266 | 2024-10-30T19:26:40.660Z | [ recovery-image] Oct 30 19:26:39.774 INFO O| Oct 30 19:26:39.774 INFO STEP 366 (remove_files) COMPLETE |
5267 | 2024-10-30T19:26:40.660Z | [ recovery-image] Oct 30 19:26:39.774 INFO O| Oct 30 19:26:39.774 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-10-30T19:26:40.697Z | [ recovery-image] Oct 30 19:26:39.811 INFO O| Oct 30 19:26:39.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
5269 | 2024-10-30T19:26:40.697Z | [ recovery-image] Oct 30 19:26:39.812 INFO O| Oct 30 19:26:39.812 INFO STEP 367 (remove_files) COMPLETE |
5270 | 2024-10-30T19:26:40.697Z | [ recovery-image] Oct 30 19:26:39.812 INFO O| Oct 30 19:26:39.812 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-10-30T19:26:40.735Z | [ recovery-image] Oct 30 19:26:39.850 INFO O| Oct 30 19:26:39.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
5272 | 2024-10-30T19:26:40.735Z | [ recovery-image] Oct 30 19:26:39.850 INFO O| Oct 30 19:26:39.850 INFO STEP 368 (remove_files) COMPLETE |
5273 | 2024-10-30T19:26:40.735Z | [ recovery-image] Oct 30 19:26:39.850 INFO O| Oct 30 19:26:39.850 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-10-30T19:26:40.779Z | [ recovery-image] Oct 30 19:26:39.894 INFO O| Oct 30 19:26:39.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
5275 | 2024-10-30T19:26:40.779Z | [ recovery-image] Oct 30 19:26:39.894 INFO O| Oct 30 19:26:39.894 INFO STEP 369 (remove_files) COMPLETE |
5276 | 2024-10-30T19:26:40.781Z | [ recovery-image] Oct 30 19:26:39.894 INFO O| Oct 30 19:26:39.894 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-10-30T19:26:40.826Z | [ recovery-image] Oct 30 19:26:39.941 INFO O| Oct 30 19:26:39.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
5278 | 2024-10-30T19:26:40.826Z | [ recovery-image] Oct 30 19:26:39.941 INFO O| Oct 30 19:26:39.941 INFO STEP 370 (remove_files) COMPLETE |
5279 | 2024-10-30T19:26:40.826Z | [ recovery-image] Oct 30 19:26:39.941 INFO O| Oct 30 19:26:39.941 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-10-30T19:26:40.891Z | [ recovery-image] Oct 30 19:26:40.006 INFO O| Oct 30 19:26:40.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
5281 | 2024-10-30T19:26:40.891Z | [ recovery-image] Oct 30 19:26:40.006 INFO O| Oct 30 19:26:40.006 INFO STEP 371 (remove_files) COMPLETE |
5282 | 2024-10-30T19:26:40.893Z | [ recovery-image] Oct 30 19:26:40.006 INFO O| Oct 30 19:26:40.006 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-10-30T19:26:40.915Z | [ recovery-image] Oct 30 19:26:40.030 INFO O| Oct 30 19:26:40.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
5284 | 2024-10-30T19:26:40.918Z | [ recovery-image] Oct 30 19:26:40.030 INFO O| Oct 30 19:26:40.030 INFO STEP 372 (remove_files) COMPLETE |
5285 | 2024-10-30T19:26:40.918Z | [ recovery-image] Oct 30 19:26:40.031 INFO O| Oct 30 19:26:40.030 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-10-30T19:26:40.918Z | [ host-image] Oct 30 19:26:40.032 INFO O| Oct 30 19:26:40.032 INFO O| Actions: Completed 1361 actions in 0.71 seconds. |
5287 | 2024-10-30T19:26:40.936Z | [ recovery-image] Oct 30 19:26:40.050 INFO O| Oct 30 19:26:40.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
5288 | 2024-10-30T19:26:40.938Z | [ recovery-image] Oct 30 19:26:40.051 INFO O| Oct 30 19:26:40.050 INFO STEP 373 (remove_files) COMPLETE |
5289 | 2024-10-30T19:26:40.938Z | [ recovery-image] Oct 30 19:26:40.051 INFO O| Oct 30 19:26:40.051 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5290 | 2024-10-30T19:26:40.954Z | [ recovery-image] Oct 30 19:26:40.069 INFO O| Oct 30 19:26:40.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
5291 | 2024-10-30T19:26:40.954Z | [ recovery-image] Oct 30 19:26:40.069 INFO O| Oct 30 19:26:40.069 INFO STEP 374 (remove_files) COMPLETE |
5292 | 2024-10-30T19:26:40.956Z | [ recovery-image] Oct 30 19:26:40.069 INFO O| Oct 30 19:26:40.069 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5293 | 2024-10-30T19:26:40.970Z | [ recovery-image] Oct 30 19:26:40.085 INFO O| Oct 30 19:26:40.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
5294 | 2024-10-30T19:26:40.970Z | [ recovery-image] Oct 30 19:26:40.085 INFO O| Oct 30 19:26:40.085 INFO STEP 375 (remove_files) COMPLETE |
5295 | 2024-10-30T19:26:40.972Z | [ recovery-image] Oct 30 19:26:40.085 INFO O| Oct 30 19:26:40.085 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5296 | 2024-10-30T19:26:40.987Z | [ recovery-image] Oct 30 19:26:40.102 INFO O| Oct 30 19:26:40.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
5297 | 2024-10-30T19:26:40.987Z | [ recovery-image] Oct 30 19:26:40.102 INFO O| Oct 30 19:26:40.102 INFO STEP 376 (remove_files) COMPLETE |
5298 | 2024-10-30T19:26:40.990Z | [ recovery-image] Oct 30 19:26:40.102 INFO O| Oct 30 19:26:40.102 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5299 | 2024-10-30T19:26:41.004Z | [ recovery-image] Oct 30 19:26:40.119 INFO O| Oct 30 19:26:40.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
5300 | 2024-10-30T19:26:41.004Z | [ recovery-image] Oct 30 19:26:40.119 INFO O| Oct 30 19:26:40.119 INFO STEP 377 (remove_files) COMPLETE |
5301 | 2024-10-30T19:26:41.006Z | [ recovery-image] Oct 30 19:26:40.119 INFO O| Oct 30 19:26:40.119 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5302 | 2024-10-30T19:26:41.020Z | [ recovery-image] Oct 30 19:26:40.134 INFO O| Oct 30 19:26:40.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
5303 | 2024-10-30T19:26:41.020Z | [ recovery-image] Oct 30 19:26:40.134 INFO O| Oct 30 19:26:40.134 INFO STEP 378 (remove_files) COMPLETE |
5304 | 2024-10-30T19:26:41.022Z | [ recovery-image] Oct 30 19:26:40.135 INFO O| Oct 30 19:26:40.134 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5305 | 2024-10-30T19:26:41.056Z | [ recovery-image] Oct 30 19:26:40.170 INFO O| Oct 30 19:26:40.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
5306 | 2024-10-30T19:26:41.056Z | [ recovery-image] Oct 30 19:26:40.170 INFO O| Oct 30 19:26:40.170 INFO STEP 379 (remove_files) COMPLETE |
5307 | 2024-10-30T19:26:41.058Z | [ recovery-image] Oct 30 19:26:40.170 INFO O| Oct 30 19:26:40.170 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5308 | 2024-10-30T19:26:41.096Z | [ recovery-image] Oct 30 19:26:40.210 INFO O| Oct 30 19:26:40.209 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5309 | 2024-10-30T19:26:41.096Z | [ recovery-image] Oct 30 19:26:40.210 INFO O| Oct 30 19:26:40.210 INFO STEP 380 (remove_files) COMPLETE |
5310 | 2024-10-30T19:26:41.096Z | [ recovery-image] Oct 30 19:26:40.210 INFO O| Oct 30 19:26:40.210 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5311 | 2024-10-30T19:26:41.115Z | [ recovery-image] Oct 30 19:26:40.230 INFO O| Oct 30 19:26:40.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5312 | 2024-10-30T19:26:41.115Z | [ recovery-image] Oct 30 19:26:40.230 INFO O| Oct 30 19:26:40.230 INFO STEP 381 (remove_files) COMPLETE |
5313 | 2024-10-30T19:26:41.115Z | [ recovery-image] Oct 30 19:26:40.230 INFO O| Oct 30 19:26:40.230 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5314 | 2024-10-30T19:26:41.134Z | [ recovery-image] Oct 30 19:26:40.249 INFO O| Oct 30 19:26:40.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5315 | 2024-10-30T19:26:41.134Z | [ recovery-image] Oct 30 19:26:40.249 INFO O| Oct 30 19:26:40.249 INFO STEP 382 (remove_files) COMPLETE |
5316 | 2024-10-30T19:26:41.137Z | [ recovery-image] Oct 30 19:26:40.249 INFO O| Oct 30 19:26:40.249 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5317 | 2024-10-30T19:26:41.171Z | [ recovery-image] Oct 30 19:26:40.286 INFO O| Oct 30 19:26:40.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5318 | 2024-10-30T19:26:41.191Z | [ recovery-image] Oct 30 19:26:40.306 INFO O| Oct 30 19:26:40.306 INFO STEP 383 (remove_files) COMPLETE |
5319 | 2024-10-30T19:26:41.191Z | [ recovery-image] Oct 30 19:26:40.306 INFO O| Oct 30 19:26:40.306 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5320 | 2024-10-30T19:26:41.243Z | [ recovery-image] Oct 30 19:26:40.357 INFO O| Oct 30 19:26:40.357 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5321 | 2024-10-30T19:26:41.245Z | [ recovery-image] Oct 30 19:26:40.358 INFO O| Oct 30 19:26:40.358 INFO STEP 384 (remove_files) COMPLETE |
5322 | 2024-10-30T19:26:41.245Z | [ recovery-image] Oct 30 19:26:40.358 INFO O| Oct 30 19:26:40.358 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5323 | 2024-10-30T19:26:41.261Z | [ recovery-image] Oct 30 19:26:40.375 INFO O| Oct 30 19:26:40.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5324 | 2024-10-30T19:26:41.261Z | [ recovery-image] Oct 30 19:26:40.375 INFO O| Oct 30 19:26:40.375 INFO STEP 385 (remove_files) COMPLETE |
5325 | 2024-10-30T19:26:41.261Z | [ recovery-image] Oct 30 19:26:40.375 INFO O| Oct 30 19:26:40.375 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5326 | 2024-10-30T19:26:41.293Z | [ recovery-image] Oct 30 19:26:40.408 INFO O| Oct 30 19:26:40.408 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5327 | 2024-10-30T19:26:41.295Z | [ recovery-image] Oct 30 19:26:40.408 INFO O| Oct 30 19:26:40.408 INFO STEP 386 (remove_files) COMPLETE |
5328 | 2024-10-30T19:26:41.295Z | [ recovery-image] Oct 30 19:26:40.408 INFO O| Oct 30 19:26:40.408 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5329 | 2024-10-30T19:26:41.311Z | [ recovery-image] Oct 30 19:26:40.426 INFO O| Oct 30 19:26:40.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5330 | 2024-10-30T19:26:41.314Z | [ recovery-image] Oct 30 19:26:40.426 INFO O| Oct 30 19:26:40.426 INFO STEP 387 (remove_files) COMPLETE |
5331 | 2024-10-30T19:26:41.314Z | [ recovery-image] Oct 30 19:26:40.426 INFO O| Oct 30 19:26:40.426 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5332 | 2024-10-30T19:26:41.330Z | [ recovery-image] Oct 30 19:26:40.445 INFO O| Oct 30 19:26:40.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5333 | 2024-10-30T19:26:41.332Z | [ recovery-image] Oct 30 19:26:40.445 INFO O| Oct 30 19:26:40.445 INFO STEP 388 (remove_files) COMPLETE |
5334 | 2024-10-30T19:26:41.332Z | [ recovery-image] Oct 30 19:26:40.445 INFO O| Oct 30 19:26:40.445 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5335 | 2024-10-30T19:26:41.370Z | [ recovery-image] Oct 30 19:26:40.485 INFO O| Oct 30 19:26:40.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5336 | 2024-10-30T19:26:41.391Z | [ recovery-image] Oct 30 19:26:40.506 INFO O| Oct 30 19:26:40.506 INFO STEP 389 (remove_files) COMPLETE |
5337 | 2024-10-30T19:26:41.391Z | [ recovery-image] Oct 30 19:26:40.506 INFO O| Oct 30 19:26:40.506 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5338 | 2024-10-30T19:26:41.404Z | [ host-image] Oct 30 19:26:40.519 INFO O| Oct 30 19:26:40.519 INFO O| Done |
5339 | 2024-10-30T19:26:41.404Z | [ host-image] Oct 30 19:26:40.519 INFO O| Oct 30 19:26:40.519 INFO O| Done |
5340 | 2024-10-30T19:26:41.428Z | [ recovery-image] Oct 30 19:26:40.542 INFO O| Oct 30 19:26:40.542 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5341 | 2024-10-30T19:26:41.428Z | [ recovery-image] Oct 30 19:26:40.543 INFO O| Oct 30 19:26:40.543 INFO STEP 390 (remove_files) COMPLETE |
5342 | 2024-10-30T19:26:41.430Z | [ recovery-image] Oct 30 19:26:40.543 INFO O| Oct 30 19:26:40.543 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-10-30T19:26:41.444Z | [ recovery-image] Oct 30 19:26:40.558 INFO O| Oct 30 19:26:40.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5344 | 2024-10-30T19:26:41.444Z | [ recovery-image] Oct 30 19:26:40.558 INFO O| Oct 30 19:26:40.558 INFO STEP 391 (remove_files) COMPLETE |
5345 | 2024-10-30T19:26:41.447Z | [ recovery-image] Oct 30 19:26:40.558 INFO O| Oct 30 19:26:40.558 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-10-30T19:26:41.458Z | [ recovery-image] Oct 30 19:26:40.573 INFO O| Oct 30 19:26:40.573 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5347 | 2024-10-30T19:26:41.460Z | [ recovery-image] Oct 30 19:26:40.573 INFO O| Oct 30 19:26:40.573 INFO STEP 392 (remove_files) COMPLETE |
5348 | 2024-10-30T19:26:41.461Z | [ recovery-image] Oct 30 19:26:40.573 INFO O| Oct 30 19:26:40.573 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-10-30T19:26:41.473Z | [ recovery-image] Oct 30 19:26:40.588 INFO O| Oct 30 19:26:40.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5350 | 2024-10-30T19:26:41.476Z | [ recovery-image] Oct 30 19:26:40.588 INFO O| Oct 30 19:26:40.588 INFO STEP 393 (remove_files) COMPLETE |
5351 | 2024-10-30T19:26:41.476Z | [ recovery-image] Oct 30 19:26:40.588 INFO O| Oct 30 19:26:40.588 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-10-30T19:26:41.490Z | [ recovery-image] Oct 30 19:26:40.605 INFO O| Oct 30 19:26:40.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5353 | 2024-10-30T19:26:41.490Z | [ recovery-image] Oct 30 19:26:40.605 INFO O| Oct 30 19:26:40.605 INFO STEP 394 (remove_files) COMPLETE |
5354 | 2024-10-30T19:26:41.493Z | [ recovery-image] Oct 30 19:26:40.605 INFO O| Oct 30 19:26:40.605 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-10-30T19:26:41.508Z | [ recovery-image] Oct 30 19:26:40.621 INFO O| Oct 30 19:26:40.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5356 | 2024-10-30T19:26:41.508Z | [ recovery-image] Oct 30 19:26:40.621 INFO O| Oct 30 19:26:40.621 INFO STEP 395 (remove_files) COMPLETE |
5357 | 2024-10-30T19:26:41.510Z | [ recovery-image] Oct 30 19:26:40.621 INFO O| Oct 30 19:26:40.621 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-10-30T19:26:41.522Z | [ recovery-image] Oct 30 19:26:40.636 INFO O| Oct 30 19:26:40.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5359 | 2024-10-30T19:26:41.524Z | [ recovery-image] Oct 30 19:26:40.636 INFO O| Oct 30 19:26:40.636 INFO STEP 396 (remove_files) COMPLETE |
5360 | 2024-10-30T19:26:41.524Z | [ recovery-image] Oct 30 19:26:40.636 INFO O| Oct 30 19:26:40.636 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-10-30T19:26:41.537Z | [ recovery-image] Oct 30 19:26:40.651 INFO O| Oct 30 19:26:40.651 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5362 | 2024-10-30T19:26:41.537Z | [ recovery-image] Oct 30 19:26:40.651 INFO O| Oct 30 19:26:40.651 INFO STEP 397 (remove_files) COMPLETE |
5363 | 2024-10-30T19:26:41.539Z | [ recovery-image] Oct 30 19:26:40.652 INFO O| Oct 30 19:26:40.651 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-10-30T19:26:41.577Z | [ recovery-image] Oct 30 19:26:40.692 INFO O| Oct 30 19:26:40.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5365 | 2024-10-30T19:26:41.579Z | [ recovery-image] Oct 30 19:26:40.692 INFO O| Oct 30 19:26:40.692 INFO STEP 398 (remove_files) COMPLETE |
5366 | 2024-10-30T19:26:41.579Z | [ recovery-image] Oct 30 19:26:40.692 INFO O| Oct 30 19:26:40.692 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-10-30T19:26:41.594Z | [ recovery-image] Oct 30 19:26:40.709 INFO O| Oct 30 19:26:40.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5368 | 2024-10-30T19:26:41.594Z | [ recovery-image] Oct 30 19:26:40.709 INFO O| Oct 30 19:26:40.709 INFO STEP 399 (remove_files) COMPLETE |
5369 | 2024-10-30T19:26:41.594Z | [ recovery-image] Oct 30 19:26:40.709 INFO O| Oct 30 19:26:40.709 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-10-30T19:26:41.612Z | [ recovery-image] Oct 30 19:26:40.726 INFO O| Oct 30 19:26:40.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5371 | 2024-10-30T19:26:41.614Z | [ recovery-image] Oct 30 19:26:40.727 INFO O| Oct 30 19:26:40.727 INFO STEP 400 (remove_files) COMPLETE |
5372 | 2024-10-30T19:26:41.614Z | [ recovery-image] Oct 30 19:26:40.727 INFO O| Oct 30 19:26:40.727 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-10-30T19:26:41.630Z | [ recovery-image] Oct 30 19:26:40.745 INFO O| Oct 30 19:26:40.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5374 | 2024-10-30T19:26:41.633Z | [ recovery-image] Oct 30 19:26:40.745 INFO O| Oct 30 19:26:40.745 INFO STEP 401 (remove_files) COMPLETE |
5375 | 2024-10-30T19:26:41.633Z | [ recovery-image] Oct 30 19:26:40.745 INFO O| Oct 30 19:26:40.745 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-10-30T19:26:41.657Z | [ recovery-image] Oct 30 19:26:40.763 INFO O| Oct 30 19:26:40.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5377 | 2024-10-30T19:26:41.660Z | [ recovery-image] Oct 30 19:26:40.763 INFO O| Oct 30 19:26:40.763 INFO STEP 402 (remove_files) COMPLETE |
5378 | 2024-10-30T19:26:41.660Z | [ recovery-image] Oct 30 19:26:40.764 INFO O| Oct 30 19:26:40.763 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-10-30T19:26:41.666Z | [ recovery-image] Oct 30 19:26:40.781 INFO O| Oct 30 19:26:40.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5380 | 2024-10-30T19:26:41.668Z | [ recovery-image] Oct 30 19:26:40.781 INFO O| Oct 30 19:26:40.781 INFO STEP 403 (remove_files) COMPLETE |
5381 | 2024-10-30T19:26:41.668Z | [ recovery-image] Oct 30 19:26:40.781 INFO O| Oct 30 19:26:40.781 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-10-30T19:26:41.683Z | [ recovery-image] Oct 30 19:26:40.798 INFO O| Oct 30 19:26:40.798 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5383 | 2024-10-30T19:26:41.686Z | [ recovery-image] Oct 30 19:26:40.798 INFO O| Oct 30 19:26:40.798 INFO STEP 404 (remove_files) COMPLETE |
5384 | 2024-10-30T19:26:41.686Z | [ recovery-image] Oct 30 19:26:40.798 INFO O| Oct 30 19:26:40.798 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-10-30T19:26:41.700Z | [ recovery-image] Oct 30 19:26:40.815 INFO O| Oct 30 19:26:40.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5386 | 2024-10-30T19:26:41.703Z | [ recovery-image] Oct 30 19:26:40.816 INFO O| Oct 30 19:26:40.816 INFO STEP 405 (remove_files) COMPLETE |
5387 | 2024-10-30T19:26:41.703Z | [ recovery-image] Oct 30 19:26:40.816 INFO O| Oct 30 19:26:40.816 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-10-30T19:26:41.718Z | [ recovery-image] Oct 30 19:26:40.833 INFO O| Oct 30 19:26:40.833 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5389 | 2024-10-30T19:26:41.721Z | [ recovery-image] Oct 30 19:26:40.833 INFO O| Oct 30 19:26:40.833 INFO STEP 406 (remove_files) COMPLETE |
5390 | 2024-10-30T19:26:41.721Z | [ recovery-image] Oct 30 19:26:40.833 INFO O| Oct 30 19:26:40.833 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-10-30T19:26:41.735Z | [ recovery-image] Oct 30 19:26:40.850 INFO O| Oct 30 19:26:40.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5392 | 2024-10-30T19:26:41.738Z | [ recovery-image] Oct 30 19:26:40.850 INFO O| Oct 30 19:26:40.850 INFO STEP 407 (remove_files) COMPLETE |
5393 | 2024-10-30T19:26:41.738Z | [ recovery-image] Oct 30 19:26:40.851 INFO O| Oct 30 19:26:40.850 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-10-30T19:26:41.753Z | [ recovery-image] Oct 30 19:26:40.867 INFO O| Oct 30 19:26:40.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5395 | 2024-10-30T19:26:41.755Z | [ recovery-image] Oct 30 19:26:40.868 INFO O| Oct 30 19:26:40.868 INFO STEP 408 (remove_files) COMPLETE |
5396 | 2024-10-30T19:26:41.755Z | [ recovery-image] Oct 30 19:26:40.868 INFO O| Oct 30 19:26:40.868 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-10-30T19:26:41.770Z | [ recovery-image] Oct 30 19:26:40.884 INFO O| Oct 30 19:26:40.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5398 | 2024-10-30T19:26:41.772Z | [ recovery-image] Oct 30 19:26:40.885 INFO O| Oct 30 19:26:40.885 INFO STEP 409 (remove_files) COMPLETE |
5399 | 2024-10-30T19:26:41.772Z | [ recovery-image] Oct 30 19:26:40.885 INFO O| Oct 30 19:26:40.885 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-10-30T19:26:41.787Z | [ recovery-image] Oct 30 19:26:40.902 INFO O| Oct 30 19:26:40.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5401 | 2024-10-30T19:26:41.790Z | [ recovery-image] Oct 30 19:26:40.902 INFO O| Oct 30 19:26:40.902 INFO STEP 410 (remove_files) COMPLETE |
5402 | 2024-10-30T19:26:41.790Z | [ recovery-image] Oct 30 19:26:40.903 INFO O| Oct 30 19:26:40.903 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-10-30T19:26:41.805Z | [ recovery-image] Oct 30 19:26:40.920 INFO O| Oct 30 19:26:40.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5404 | 2024-10-30T19:26:41.808Z | [ recovery-image] Oct 30 19:26:40.920 INFO O| Oct 30 19:26:40.920 INFO STEP 411 (remove_files) COMPLETE |
5405 | 2024-10-30T19:26:41.808Z | [ recovery-image] Oct 30 19:26:40.920 INFO O| Oct 30 19:26:40.920 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-10-30T19:26:41.822Z | [ recovery-image] Oct 30 19:26:40.937 INFO O| Oct 30 19:26:40.937 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5407 | 2024-10-30T19:26:41.825Z | [ recovery-image] Oct 30 19:26:40.937 INFO O| Oct 30 19:26:40.937 INFO STEP 412 (remove_files) COMPLETE |
5408 | 2024-10-30T19:26:41.825Z | [ recovery-image] Oct 30 19:26:40.937 INFO O| Oct 30 19:26:40.937 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-10-30T19:26:41.840Z | [ recovery-image] Oct 30 19:26:40.955 INFO O| Oct 30 19:26:40.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5410 | 2024-10-30T19:26:41.843Z | [ recovery-image] Oct 30 19:26:40.955 INFO O| Oct 30 19:26:40.955 INFO STEP 413 (remove_files) COMPLETE |
5411 | 2024-10-30T19:26:41.843Z | [ recovery-image] Oct 30 19:26:40.955 INFO O| Oct 30 19:26:40.955 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-10-30T19:26:41.859Z | [ recovery-image] Oct 30 19:26:40.973 INFO O| Oct 30 19:26:40.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5413 | 2024-10-30T19:26:41.861Z | [ recovery-image] Oct 30 19:26:40.974 INFO O| Oct 30 19:26:40.973 INFO STEP 414 (remove_files) COMPLETE |
5414 | 2024-10-30T19:26:41.861Z | [ recovery-image] Oct 30 19:26:40.974 INFO O| Oct 30 19:26:40.974 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-10-30T19:26:41.876Z | [ recovery-image] Oct 30 19:26:40.991 INFO O| Oct 30 19:26:40.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5416 | 2024-10-30T19:26:41.880Z | [ recovery-image] Oct 30 19:26:40.991 INFO O| Oct 30 19:26:40.991 INFO STEP 415 (remove_files) COMPLETE |
5417 | 2024-10-30T19:26:41.880Z | [ recovery-image] Oct 30 19:26:40.991 INFO O| Oct 30 19:26:40.991 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-10-30T19:26:41.894Z | [ recovery-image] Oct 30 19:26:41.008 INFO O| Oct 30 19:26:41.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5419 | 2024-10-30T19:26:41.896Z | [ recovery-image] Oct 30 19:26:41.009 INFO O| Oct 30 19:26:41.008 INFO STEP 416 (remove_files) COMPLETE |
5420 | 2024-10-30T19:26:41.896Z | [ recovery-image] Oct 30 19:26:41.009 INFO O| Oct 30 19:26:41.009 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-10-30T19:26:41.911Z | [ recovery-image] Oct 30 19:26:41.026 INFO O| Oct 30 19:26:41.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5422 | 2024-10-30T19:26:41.913Z | [ recovery-image] Oct 30 19:26:41.026 INFO O| Oct 30 19:26:41.026 INFO STEP 417 (remove_files) COMPLETE |
5423 | 2024-10-30T19:26:41.913Z | [ recovery-image] Oct 30 19:26:41.026 INFO O| Oct 30 19:26:41.026 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-10-30T19:26:41.928Z | [ recovery-image] Oct 30 19:26:41.043 INFO O| Oct 30 19:26:41.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5425 | 2024-10-30T19:26:41.931Z | [ recovery-image] Oct 30 19:26:41.043 INFO O| Oct 30 19:26:41.043 INFO STEP 418 (remove_files) COMPLETE |
5426 | 2024-10-30T19:26:41.931Z | [ recovery-image] Oct 30 19:26:41.044 INFO O| Oct 30 19:26:41.043 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-10-30T19:26:41.947Z | [ recovery-image] Oct 30 19:26:41.062 INFO O| Oct 30 19:26:41.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5428 | 2024-10-30T19:26:41.949Z | [ recovery-image] Oct 30 19:26:41.062 INFO O| Oct 30 19:26:41.062 INFO STEP 419 (remove_files) COMPLETE |
5429 | 2024-10-30T19:26:41.949Z | [ recovery-image] Oct 30 19:26:41.062 INFO O| Oct 30 19:26:41.062 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-10-30T19:26:41.966Z | [ recovery-image] Oct 30 19:26:41.080 INFO O| Oct 30 19:26:41.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5431 | 2024-10-30T19:26:41.968Z | [ recovery-image] Oct 30 19:26:41.081 INFO O| Oct 30 19:26:41.081 INFO STEP 420 (remove_files) COMPLETE |
5432 | 2024-10-30T19:26:41.968Z | [ recovery-image] Oct 30 19:26:41.081 INFO O| Oct 30 19:26:41.081 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-10-30T19:26:41.984Z | [ recovery-image] Oct 30 19:26:41.099 INFO O| Oct 30 19:26:41.098 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5434 | 2024-10-30T19:26:41.987Z | [ recovery-image] Oct 30 19:26:41.099 INFO O| Oct 30 19:26:41.099 INFO STEP 421 (remove_files) COMPLETE |
5435 | 2024-10-30T19:26:41.987Z | [ recovery-image] Oct 30 19:26:41.099 INFO O| Oct 30 19:26:41.099 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-10-30T19:26:42.002Z | [ recovery-image] Oct 30 19:26:41.117 INFO O| Oct 30 19:26:41.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5437 | 2024-10-30T19:26:42.002Z | [ recovery-image] Oct 30 19:26:41.117 INFO O| Oct 30 19:26:41.117 INFO STEP 422 (remove_files) COMPLETE |
5438 | 2024-10-30T19:26:42.006Z | [ recovery-image] Oct 30 19:26:41.117 INFO O| Oct 30 19:26:41.117 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-10-30T19:26:42.019Z | [ recovery-image] Oct 30 19:26:41.134 INFO O| Oct 30 19:26:41.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5440 | 2024-10-30T19:26:42.019Z | [ recovery-image] Oct 30 19:26:41.134 INFO O| Oct 30 19:26:41.134 INFO STEP 423 (remove_files) COMPLETE |
5441 | 2024-10-30T19:26:42.021Z | [ recovery-image] Oct 30 19:26:41.134 INFO O| Oct 30 19:26:41.134 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-10-30T19:26:42.037Z | [ recovery-image] Oct 30 19:26:41.151 INFO O| Oct 30 19:26:41.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5443 | 2024-10-30T19:26:42.037Z | [ recovery-image] Oct 30 19:26:41.152 INFO O| Oct 30 19:26:41.152 INFO STEP 424 (remove_files) COMPLETE |
5444 | 2024-10-30T19:26:42.040Z | [ recovery-image] Oct 30 19:26:41.152 INFO O| Oct 30 19:26:41.152 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-10-30T19:26:42.054Z | [ recovery-image] Oct 30 19:26:41.169 INFO O| Oct 30 19:26:41.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5446 | 2024-10-30T19:26:42.054Z | [ recovery-image] Oct 30 19:26:41.169 INFO O| Oct 30 19:26:41.169 INFO STEP 425 (remove_files) COMPLETE |
5447 | 2024-10-30T19:26:42.056Z | [ recovery-image] Oct 30 19:26:41.169 INFO O| Oct 30 19:26:41.169 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-10-30T19:26:42.072Z | [ recovery-image] Oct 30 19:26:41.187 INFO O| Oct 30 19:26:41.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5449 | 2024-10-30T19:26:42.072Z | [ recovery-image] Oct 30 19:26:41.187 INFO O| Oct 30 19:26:41.187 INFO STEP 426 (remove_files) COMPLETE |
5450 | 2024-10-30T19:26:42.075Z | [ recovery-image] Oct 30 19:26:41.187 INFO O| Oct 30 19:26:41.187 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-10-30T19:26:42.091Z | [ recovery-image] Oct 30 19:26:41.206 INFO O| Oct 30 19:26:41.206 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5452 | 2024-10-30T19:26:42.091Z | [ recovery-image] Oct 30 19:26:41.206 INFO O| Oct 30 19:26:41.206 INFO STEP 427 (remove_files) COMPLETE |
5453 | 2024-10-30T19:26:42.091Z | [ recovery-image] Oct 30 19:26:41.206 INFO O| Oct 30 19:26:41.206 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-10-30T19:26:42.109Z | [ recovery-image] Oct 30 19:26:41.223 INFO O| Oct 30 19:26:41.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5455 | 2024-10-30T19:26:42.109Z | [ recovery-image] Oct 30 19:26:41.223 INFO O| Oct 30 19:26:41.223 INFO STEP 428 (remove_files) COMPLETE |
5456 | 2024-10-30T19:26:42.112Z | [ recovery-image] Oct 30 19:26:41.223 INFO O| Oct 30 19:26:41.223 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-10-30T19:26:42.125Z | [ recovery-image] Oct 30 19:26:41.240 INFO O| Oct 30 19:26:41.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5458 | 2024-10-30T19:26:42.125Z | [ recovery-image] Oct 30 19:26:41.240 INFO O| Oct 30 19:26:41.240 INFO STEP 429 (remove_files) COMPLETE |
5459 | 2024-10-30T19:26:42.127Z | [ recovery-image] Oct 30 19:26:41.240 INFO O| Oct 30 19:26:41.240 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-10-30T19:26:42.141Z | [ recovery-image] Oct 30 19:26:41.256 INFO O| Oct 30 19:26:41.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5461 | 2024-10-30T19:26:42.141Z | [ recovery-image] Oct 30 19:26:41.256 INFO O| Oct 30 19:26:41.256 INFO STEP 430 (remove_files) COMPLETE |
5462 | 2024-10-30T19:26:42.141Z | [ recovery-image] Oct 30 19:26:41.256 INFO O| Oct 30 19:26:41.256 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-10-30T19:26:42.157Z | [ recovery-image] Oct 30 19:26:41.272 INFO O| Oct 30 19:26:41.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5464 | 2024-10-30T19:26:42.157Z | [ recovery-image] Oct 30 19:26:41.272 INFO O| Oct 30 19:26:41.272 INFO STEP 431 (remove_files) COMPLETE |
5465 | 2024-10-30T19:26:42.158Z | [ recovery-image] Oct 30 19:26:41.272 INFO O| Oct 30 19:26:41.272 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-10-30T19:26:42.173Z | [ recovery-image] Oct 30 19:26:41.288 INFO O| Oct 30 19:26:41.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5467 | 2024-10-30T19:26:42.173Z | [ recovery-image] Oct 30 19:26:41.288 INFO O| Oct 30 19:26:41.288 INFO STEP 432 (remove_files) COMPLETE |
5468 | 2024-10-30T19:26:42.175Z | [ recovery-image] Oct 30 19:26:41.288 INFO O| Oct 30 19:26:41.288 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-10-30T19:26:42.188Z | [ recovery-image] Oct 30 19:26:41.303 INFO O| Oct 30 19:26:41.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5470 | 2024-10-30T19:26:42.188Z | [ recovery-image] Oct 30 19:26:41.303 INFO O| Oct 30 19:26:41.303 INFO STEP 433 (remove_files) COMPLETE |
5471 | 2024-10-30T19:26:42.191Z | [ recovery-image] Oct 30 19:26:41.303 INFO O| Oct 30 19:26:41.303 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-10-30T19:26:42.206Z | [ recovery-image] Oct 30 19:26:41.320 INFO O| Oct 30 19:26:41.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5473 | 2024-10-30T19:26:42.206Z | [ recovery-image] Oct 30 19:26:41.320 INFO O| Oct 30 19:26:41.320 INFO STEP 434 (remove_files) COMPLETE |
5474 | 2024-10-30T19:26:42.208Z | [ recovery-image] Oct 30 19:26:41.321 INFO O| Oct 30 19:26:41.320 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-10-30T19:26:42.222Z | [ recovery-image] Oct 30 19:26:41.337 INFO O| Oct 30 19:26:41.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5476 | 2024-10-30T19:26:42.222Z | [ recovery-image] Oct 30 19:26:41.337 INFO O| Oct 30 19:26:41.337 INFO STEP 435 (remove_files) COMPLETE |
5477 | 2024-10-30T19:26:42.225Z | [ recovery-image] Oct 30 19:26:41.337 INFO O| Oct 30 19:26:41.337 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-10-30T19:26:42.238Z | [ recovery-image] Oct 30 19:26:41.353 INFO O| Oct 30 19:26:41.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5479 | 2024-10-30T19:26:42.238Z | [ recovery-image] Oct 30 19:26:41.353 INFO O| Oct 30 19:26:41.353 INFO STEP 436 (remove_files) COMPLETE |
5480 | 2024-10-30T19:26:42.240Z | [ recovery-image] Oct 30 19:26:41.353 INFO O| Oct 30 19:26:41.353 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-10-30T19:26:42.254Z | [ recovery-image] Oct 30 19:26:41.368 INFO O| Oct 30 19:26:41.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5482 | 2024-10-30T19:26:42.254Z | [ recovery-image] Oct 30 19:26:41.369 INFO O| Oct 30 19:26:41.368 INFO STEP 437 (remove_files) COMPLETE |
5483 | 2024-10-30T19:26:42.258Z | [ recovery-image] Oct 30 19:26:41.369 INFO O| Oct 30 19:26:41.368 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-10-30T19:26:42.270Z | [ recovery-image] Oct 30 19:26:41.384 INFO O| Oct 30 19:26:41.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5485 | 2024-10-30T19:26:42.270Z | [ recovery-image] Oct 30 19:26:41.384 INFO O| Oct 30 19:26:41.384 INFO STEP 438 (remove_files) COMPLETE |
5486 | 2024-10-30T19:26:42.270Z | [ recovery-image] Oct 30 19:26:41.384 INFO O| Oct 30 19:26:41.384 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-10-30T19:26:42.285Z | [ recovery-image] Oct 30 19:26:41.400 INFO O| Oct 30 19:26:41.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5488 | 2024-10-30T19:26:42.285Z | [ recovery-image] Oct 30 19:26:41.400 INFO O| Oct 30 19:26:41.400 INFO STEP 439 (remove_files) COMPLETE |
5489 | 2024-10-30T19:26:42.285Z | [ recovery-image] Oct 30 19:26:41.400 INFO O| Oct 30 19:26:41.400 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-10-30T19:26:42.301Z | [ recovery-image] Oct 30 19:26:41.415 INFO O| Oct 30 19:26:41.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5491 | 2024-10-30T19:26:42.301Z | [ recovery-image] Oct 30 19:26:41.415 INFO O| Oct 30 19:26:41.415 INFO STEP 440 (remove_files) COMPLETE |
5492 | 2024-10-30T19:26:42.303Z | [ recovery-image] Oct 30 19:26:41.416 INFO O| Oct 30 19:26:41.415 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-10-30T19:26:42.316Z | [ recovery-image] Oct 30 19:26:41.431 INFO O| Oct 30 19:26:41.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5494 | 2024-10-30T19:26:42.316Z | [ recovery-image] Oct 30 19:26:41.431 INFO O| Oct 30 19:26:41.431 INFO STEP 441 (remove_files) COMPLETE |
5495 | 2024-10-30T19:26:42.316Z | [ recovery-image] Oct 30 19:26:41.431 INFO O| Oct 30 19:26:41.431 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-10-30T19:26:42.332Z | [ recovery-image] Oct 30 19:26:41.446 INFO O| Oct 30 19:26:41.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5497 | 2024-10-30T19:26:42.332Z | [ recovery-image] Oct 30 19:26:41.446 INFO O| Oct 30 19:26:41.446 INFO STEP 442 (remove_files) COMPLETE |
5498 | 2024-10-30T19:26:42.332Z | [ recovery-image] Oct 30 19:26:41.446 INFO O| Oct 30 19:26:41.446 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-10-30T19:26:42.347Z | [ recovery-image] Oct 30 19:26:41.461 INFO O| Oct 30 19:26:41.461 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5500 | 2024-10-30T19:26:42.347Z | [ recovery-image] Oct 30 19:26:41.461 INFO O| Oct 30 19:26:41.461 INFO STEP 443 (remove_files) COMPLETE |
5501 | 2024-10-30T19:26:42.347Z | [ recovery-image] Oct 30 19:26:41.462 INFO O| Oct 30 19:26:41.461 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-10-30T19:26:42.362Z | [ recovery-image] Oct 30 19:26:41.477 INFO O| Oct 30 19:26:41.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5503 | 2024-10-30T19:26:42.362Z | [ recovery-image] Oct 30 19:26:41.477 INFO O| Oct 30 19:26:41.477 INFO STEP 444 (remove_files) COMPLETE |
5504 | 2024-10-30T19:26:42.362Z | [ recovery-image] Oct 30 19:26:41.477 INFO O| Oct 30 19:26:41.477 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-10-30T19:26:42.377Z | [ recovery-image] Oct 30 19:26:41.492 INFO O| Oct 30 19:26:41.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5506 | 2024-10-30T19:26:42.377Z | [ recovery-image] Oct 30 19:26:41.492 INFO O| Oct 30 19:26:41.492 INFO STEP 445 (remove_files) COMPLETE |
5507 | 2024-10-30T19:26:42.377Z | [ recovery-image] Oct 30 19:26:41.492 INFO O| Oct 30 19:26:41.492 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-10-30T19:26:42.390Z | [ host-image] Oct 30 19:26:41.505 INFO O| Oct 30 19:26:41.505 INFO O| Done |
5509 | 2024-10-30T19:26:42.393Z | [ recovery-image] Oct 30 19:26:41.508 INFO O| Oct 30 19:26:41.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5510 | 2024-10-30T19:26:42.396Z | [ recovery-image] Oct 30 19:26:41.508 INFO O| Oct 30 19:26:41.508 INFO STEP 446 (remove_files) COMPLETE |
5511 | 2024-10-30T19:26:42.396Z | [ recovery-image] Oct 30 19:26:41.508 INFO O| Oct 30 19:26:41.508 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5512 | 2024-10-30T19:26:42.409Z | [ recovery-image] Oct 30 19:26:41.524 INFO O| Oct 30 19:26:41.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5513 | 2024-10-30T19:26:42.409Z | [ recovery-image] Oct 30 19:26:41.524 INFO O| Oct 30 19:26:41.524 INFO STEP 447 (remove_files) COMPLETE |
5514 | 2024-10-30T19:26:42.409Z | [ recovery-image] Oct 30 19:26:41.524 INFO O| Oct 30 19:26:41.524 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5515 | 2024-10-30T19:26:42.425Z | [ recovery-image] Oct 30 19:26:41.540 INFO O| Oct 30 19:26:41.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5516 | 2024-10-30T19:26:42.425Z | [ recovery-image] Oct 30 19:26:41.540 INFO O| Oct 30 19:26:41.540 INFO STEP 448 (remove_files) COMPLETE |
5517 | 2024-10-30T19:26:42.428Z | [ recovery-image] Oct 30 19:26:41.540 INFO O| Oct 30 19:26:41.540 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5518 | 2024-10-30T19:26:42.441Z | [ recovery-image] Oct 30 19:26:41.556 INFO O| Oct 30 19:26:41.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5519 | 2024-10-30T19:26:42.441Z | [ recovery-image] Oct 30 19:26:41.556 INFO O| Oct 30 19:26:41.556 INFO STEP 449 (remove_files) COMPLETE |
5520 | 2024-10-30T19:26:42.444Z | [ recovery-image] Oct 30 19:26:41.556 INFO O| Oct 30 19:26:41.556 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5521 | 2024-10-30T19:26:42.458Z | [ recovery-image] Oct 30 19:26:41.573 INFO O| Oct 30 19:26:41.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5522 | 2024-10-30T19:26:42.458Z | [ recovery-image] Oct 30 19:26:41.573 INFO O| Oct 30 19:26:41.573 INFO STEP 450 (remove_files) COMPLETE |
5523 | 2024-10-30T19:26:42.461Z | [ recovery-image] Oct 30 19:26:41.573 INFO O| Oct 30 19:26:41.573 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5524 | 2024-10-30T19:26:42.474Z | [ recovery-image] Oct 30 19:26:41.589 INFO O| Oct 30 19:26:41.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5525 | 2024-10-30T19:26:42.474Z | [ recovery-image] Oct 30 19:26:41.589 INFO O| Oct 30 19:26:41.589 INFO STEP 451 (remove_files) COMPLETE |
5526 | 2024-10-30T19:26:42.477Z | [ recovery-image] Oct 30 19:26:41.589 INFO O| Oct 30 19:26:41.589 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5527 | 2024-10-30T19:26:42.490Z | [ recovery-image] Oct 30 19:26:41.605 INFO O| Oct 30 19:26:41.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5528 | 2024-10-30T19:26:42.492Z | [ recovery-image] Oct 30 19:26:41.605 INFO O| Oct 30 19:26:41.605 INFO STEP 452 (remove_files) COMPLETE |
5529 | 2024-10-30T19:26:42.492Z | [ recovery-image] Oct 30 19:26:41.605 INFO O| Oct 30 19:26:41.605 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5530 | 2024-10-30T19:26:42.505Z | [ recovery-image] Oct 30 19:26:41.620 INFO O| Oct 30 19:26:41.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5531 | 2024-10-30T19:26:42.505Z | [ recovery-image] Oct 30 19:26:41.620 INFO O| Oct 30 19:26:41.620 INFO STEP 453 (remove_files) COMPLETE |
5532 | 2024-10-30T19:26:42.508Z | [ recovery-image] Oct 30 19:26:41.620 INFO O| Oct 30 19:26:41.620 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5533 | 2024-10-30T19:26:42.517Z | [ recovery-image] Oct 30 19:26:41.632 INFO O| Oct 30 19:26:41.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5534 | 2024-10-30T19:26:42.517Z | [ recovery-image] Oct 30 19:26:41.632 INFO O| Oct 30 19:26:41.632 INFO STEP 454 (remove_files) COMPLETE |
5535 | 2024-10-30T19:26:42.519Z | [ recovery-image] Oct 30 19:26:41.632 INFO O| Oct 30 19:26:41.632 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5536 | 2024-10-30T19:26:42.532Z | [ recovery-image] Oct 30 19:26:41.646 INFO O| Oct 30 19:26:41.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5537 | 2024-10-30T19:26:42.534Z | [ recovery-image] Oct 30 19:26:41.646 INFO O| Oct 30 19:26:41.646 INFO STEP 455 (remove_files) COMPLETE |
5538 | 2024-10-30T19:26:42.534Z | [ recovery-image] Oct 30 19:26:41.647 INFO O| Oct 30 19:26:41.646 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5539 | 2024-10-30T19:26:42.544Z | [ recovery-image] Oct 30 19:26:41.658 INFO O| Oct 30 19:26:41.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5540 | 2024-10-30T19:26:42.544Z | [ recovery-image] Oct 30 19:26:41.658 INFO O| Oct 30 19:26:41.658 INFO STEP 456 (remove_files) COMPLETE |
5541 | 2024-10-30T19:26:42.546Z | [ recovery-image] Oct 30 19:26:41.659 INFO O| Oct 30 19:26:41.658 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5542 | 2024-10-30T19:26:42.560Z | [ recovery-image] Oct 30 19:26:41.674 INFO O| Oct 30 19:26:41.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5543 | 2024-10-30T19:26:42.560Z | [ recovery-image] Oct 30 19:26:41.675 INFO O| Oct 30 19:26:41.675 INFO STEP 457 (remove_files) COMPLETE |
5544 | 2024-10-30T19:26:42.560Z | [ recovery-image] Oct 30 19:26:41.675 INFO O| Oct 30 19:26:41.675 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5545 | 2024-10-30T19:26:42.574Z | [ recovery-image] Oct 30 19:26:41.688 INFO O| Oct 30 19:26:41.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5546 | 2024-10-30T19:26:42.574Z | [ recovery-image] Oct 30 19:26:41.688 INFO O| Oct 30 19:26:41.688 INFO STEP 458 (remove_files) COMPLETE |
5547 | 2024-10-30T19:26:42.576Z | [ recovery-image] Oct 30 19:26:41.688 INFO O| Oct 30 19:26:41.688 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5548 | 2024-10-30T19:26:42.585Z | [ recovery-image] Oct 30 19:26:41.700 INFO O| Oct 30 19:26:41.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5549 | 2024-10-30T19:26:42.585Z | [ recovery-image] Oct 30 19:26:41.700 INFO O| Oct 30 19:26:41.700 INFO STEP 459 (remove_files) COMPLETE |
5550 | 2024-10-30T19:26:42.585Z | [ recovery-image] Oct 30 19:26:41.700 INFO O| Oct 30 19:26:41.700 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5551 | 2024-10-30T19:26:42.597Z | [ recovery-image] Oct 30 19:26:41.712 INFO O| Oct 30 19:26:41.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5552 | 2024-10-30T19:26:42.597Z | [ recovery-image] Oct 30 19:26:41.712 INFO O| Oct 30 19:26:41.712 INFO STEP 460 (remove_files) COMPLETE |
5553 | 2024-10-30T19:26:42.599Z | [ recovery-image] Oct 30 19:26:41.712 INFO O| Oct 30 19:26:41.712 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5554 | 2024-10-30T19:26:42.612Z | [ recovery-image] Oct 30 19:26:41.727 INFO O| Oct 30 19:26:41.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5555 | 2024-10-30T19:26:42.612Z | [ recovery-image] Oct 30 19:26:41.727 INFO O| Oct 30 19:26:41.727 INFO STEP 461 (remove_files) COMPLETE |
5556 | 2024-10-30T19:26:42.615Z | [ recovery-image] Oct 30 19:26:41.727 INFO O| Oct 30 19:26:41.727 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5557 | 2024-10-30T19:26:42.630Z | [ recovery-image] Oct 30 19:26:41.744 INFO O| Oct 30 19:26:41.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5558 | 2024-10-30T19:26:42.630Z | [ recovery-image] Oct 30 19:26:41.745 INFO O| Oct 30 19:26:41.744 INFO STEP 462 (remove_files) COMPLETE |
5559 | 2024-10-30T19:26:42.632Z | [ recovery-image] Oct 30 19:26:41.745 INFO O| Oct 30 19:26:41.745 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5560 | 2024-10-30T19:26:42.647Z | [ recovery-image] Oct 30 19:26:41.761 INFO O| Oct 30 19:26:41.761 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5561 | 2024-10-30T19:26:42.647Z | [ recovery-image] Oct 30 19:26:41.761 INFO O| Oct 30 19:26:41.761 INFO STEP 463 (remove_files) COMPLETE |
5562 | 2024-10-30T19:26:42.647Z | [ recovery-image] Oct 30 19:26:41.762 INFO O| Oct 30 19:26:41.761 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5563 | 2024-10-30T19:26:42.660Z | [ recovery-image] Oct 30 19:26:41.775 INFO O| Oct 30 19:26:41.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5564 | 2024-10-30T19:26:42.660Z | [ recovery-image] Oct 30 19:26:41.775 INFO O| Oct 30 19:26:41.775 INFO STEP 464 (remove_files) COMPLETE |
5565 | 2024-10-30T19:26:42.663Z | [ recovery-image] Oct 30 19:26:41.775 INFO O| Oct 30 19:26:41.775 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5566 | 2024-10-30T19:26:42.674Z | [ recovery-image] Oct 30 19:26:41.789 INFO O| Oct 30 19:26:41.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5567 | 2024-10-30T19:26:42.676Z | [ recovery-image] Oct 30 19:26:41.789 INFO O| Oct 30 19:26:41.789 INFO STEP 465 (remove_files) COMPLETE |
5568 | 2024-10-30T19:26:42.677Z | [ recovery-image] Oct 30 19:26:41.789 INFO O| Oct 30 19:26:41.789 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5569 | 2024-10-30T19:26:42.689Z | [ recovery-image] Oct 30 19:26:41.804 INFO O| Oct 30 19:26:41.804 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5570 | 2024-10-30T19:26:42.689Z | [ recovery-image] Oct 30 19:26:41.804 INFO O| Oct 30 19:26:41.804 INFO STEP 466 (remove_files) COMPLETE |
5571 | 2024-10-30T19:26:42.691Z | [ recovery-image] Oct 30 19:26:41.804 INFO O| Oct 30 19:26:41.804 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5572 | 2024-10-30T19:26:42.702Z | [ recovery-image] Oct 30 19:26:41.817 INFO O| Oct 30 19:26:41.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5573 | 2024-10-30T19:26:42.702Z | [ recovery-image] Oct 30 19:26:41.817 INFO O| Oct 30 19:26:41.817 INFO STEP 467 (remove_files) COMPLETE |
5574 | 2024-10-30T19:26:42.702Z | [ recovery-image] Oct 30 19:26:41.817 INFO O| Oct 30 19:26:41.817 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5575 | 2024-10-30T19:26:42.717Z | [ recovery-image] Oct 30 19:26:41.832 INFO O| Oct 30 19:26:41.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5576 | 2024-10-30T19:26:42.717Z | [ recovery-image] Oct 30 19:26:41.832 INFO O| Oct 30 19:26:41.832 INFO STEP 468 (remove_files) COMPLETE |
5577 | 2024-10-30T19:26:42.720Z | [ recovery-image] Oct 30 19:26:41.832 INFO O| Oct 30 19:26:41.832 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5578 | 2024-10-30T19:26:42.732Z | [ recovery-image] Oct 30 19:26:41.847 INFO O| Oct 30 19:26:41.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5579 | 2024-10-30T19:26:42.732Z | [ recovery-image] Oct 30 19:26:41.847 INFO O| Oct 30 19:26:41.847 INFO STEP 469 (remove_files) COMPLETE |
5580 | 2024-10-30T19:26:42.735Z | [ recovery-image] Oct 30 19:26:41.847 INFO O| Oct 30 19:26:41.847 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5581 | 2024-10-30T19:26:42.743Z | [ recovery-image] Oct 30 19:26:41.858 INFO O| Oct 30 19:26:41.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5582 | 2024-10-30T19:26:42.743Z | [ recovery-image] Oct 30 19:26:41.858 INFO O| Oct 30 19:26:41.858 INFO STEP 470 (remove_files) COMPLETE |
5583 | 2024-10-30T19:26:42.743Z | [ recovery-image] Oct 30 19:26:41.858 INFO O| Oct 30 19:26:41.858 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5584 | 2024-10-30T19:26:42.755Z | [ recovery-image] Oct 30 19:26:41.870 INFO O| Oct 30 19:26:41.870 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5585 | 2024-10-30T19:26:42.755Z | [ recovery-image] Oct 30 19:26:41.870 INFO O| Oct 30 19:26:41.870 INFO STEP 471 (remove_files) COMPLETE |
5586 | 2024-10-30T19:26:42.758Z | [ recovery-image] Oct 30 19:26:41.870 INFO O| Oct 30 19:26:41.870 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5587 | 2024-10-30T19:26:42.767Z | [ recovery-image] Oct 30 19:26:41.881 INFO O| Oct 30 19:26:41.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5588 | 2024-10-30T19:26:42.767Z | [ recovery-image] Oct 30 19:26:41.881 INFO O| Oct 30 19:26:41.881 INFO STEP 472 (remove_files) COMPLETE |
5589 | 2024-10-30T19:26:42.769Z | [ recovery-image] Oct 30 19:26:41.881 INFO O| Oct 30 19:26:41.881 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5590 | 2024-10-30T19:26:42.777Z | [ recovery-image] Oct 30 19:26:41.892 INFO O| Oct 30 19:26:41.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5591 | 2024-10-30T19:26:42.780Z | [ recovery-image] Oct 30 19:26:41.892 INFO O| Oct 30 19:26:41.892 INFO STEP 473 (remove_files) COMPLETE |
5592 | 2024-10-30T19:26:42.780Z | [ recovery-image] Oct 30 19:26:41.892 INFO O| Oct 30 19:26:41.892 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5593 | 2024-10-30T19:26:42.794Z | [ recovery-image] Oct 30 19:26:41.909 INFO O| Oct 30 19:26:41.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5594 | 2024-10-30T19:26:42.794Z | [ recovery-image] Oct 30 19:26:41.909 INFO O| Oct 30 19:26:41.909 INFO STEP 474 (remove_files) COMPLETE |
5595 | 2024-10-30T19:26:42.796Z | [ recovery-image] Oct 30 19:26:41.909 INFO O| Oct 30 19:26:41.909 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5596 | 2024-10-30T19:26:42.805Z | [ recovery-image] Oct 30 19:26:41.920 INFO O| Oct 30 19:26:41.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5597 | 2024-10-30T19:26:42.805Z | [ recovery-image] Oct 30 19:26:41.920 INFO O| Oct 30 19:26:41.920 INFO STEP 475 (remove_files) COMPLETE |
5598 | 2024-10-30T19:26:42.805Z | [ recovery-image] Oct 30 19:26:41.920 INFO O| Oct 30 19:26:41.920 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5599 | 2024-10-30T19:26:42.816Z | [ recovery-image] Oct 30 19:26:41.931 INFO O| Oct 30 19:26:41.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5600 | 2024-10-30T19:26:42.816Z | [ recovery-image] Oct 30 19:26:41.931 INFO O| Oct 30 19:26:41.931 INFO STEP 476 (remove_files) COMPLETE |
5601 | 2024-10-30T19:26:42.816Z | [ recovery-image] Oct 30 19:26:41.931 INFO O| Oct 30 19:26:41.931 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5602 | 2024-10-30T19:26:42.828Z | [ recovery-image] Oct 30 19:26:41.942 INFO O| Oct 30 19:26:41.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5603 | 2024-10-30T19:26:42.828Z | [ recovery-image] Oct 30 19:26:41.942 INFO O| Oct 30 19:26:41.942 INFO STEP 477 (remove_files) COMPLETE |
5604 | 2024-10-30T19:26:42.828Z | [ recovery-image] Oct 30 19:26:41.942 INFO O| Oct 30 19:26:41.942 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5605 | 2024-10-30T19:26:42.844Z | [ recovery-image] Oct 30 19:26:41.959 INFO O| Oct 30 19:26:41.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5606 | 2024-10-30T19:26:42.844Z | [ recovery-image] Oct 30 19:26:41.959 INFO O| Oct 30 19:26:41.959 INFO STEP 478 (remove_files) COMPLETE |
5607 | 2024-10-30T19:26:42.847Z | [ recovery-image] Oct 30 19:26:41.959 INFO O| Oct 30 19:26:41.959 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5608 | 2024-10-30T19:26:42.856Z | [ recovery-image] Oct 30 19:26:41.970 INFO O| Oct 30 19:26:41.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5609 | 2024-10-30T19:26:42.856Z | [ recovery-image] Oct 30 19:26:41.971 INFO O| Oct 30 19:26:41.970 INFO STEP 479 (remove_files) COMPLETE |
5610 | 2024-10-30T19:26:42.858Z | [ recovery-image] Oct 30 19:26:41.971 INFO O| Oct 30 19:26:41.970 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5611 | 2024-10-30T19:26:42.870Z | [ recovery-image] Oct 30 19:26:41.985 INFO O| Oct 30 19:26:41.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5612 | 2024-10-30T19:26:42.870Z | [ recovery-image] Oct 30 19:26:41.985 INFO O| Oct 30 19:26:41.985 INFO STEP 480 (remove_files) COMPLETE |
5613 | 2024-10-30T19:26:42.871Z | [ recovery-image] Oct 30 19:26:41.985 INFO O| Oct 30 19:26:41.985 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5614 | 2024-10-30T19:26:42.919Z | [ recovery-image] Oct 30 19:26:42.034 INFO O| Oct 30 19:26:42.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5615 | 2024-10-30T19:26:42.919Z | [ recovery-image] Oct 30 19:26:42.034 INFO O| Oct 30 19:26:42.034 INFO STEP 481 (remove_files) COMPLETE |
5616 | 2024-10-30T19:26:42.922Z | [ recovery-image] Oct 30 19:26:42.034 INFO O| Oct 30 19:26:42.034 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5617 | 2024-10-30T19:26:42.935Z | [ recovery-image] Oct 30 19:26:42.050 INFO O| Oct 30 19:26:42.050 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5618 | 2024-10-30T19:26:42.938Z | [ recovery-image] Oct 30 19:26:42.051 INFO O| Oct 30 19:26:42.051 INFO STEP 482 (remove_files) COMPLETE |
5619 | 2024-10-30T19:26:42.938Z | [ recovery-image] Oct 30 19:26:42.051 INFO O| Oct 30 19:26:42.051 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5620 | 2024-10-30T19:26:42.953Z | [ recovery-image] Oct 30 19:26:42.068 INFO O| Oct 30 19:26:42.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5621 | 2024-10-30T19:26:42.955Z | [ recovery-image] Oct 30 19:26:42.068 INFO O| Oct 30 19:26:42.068 INFO STEP 483 (remove_files) COMPLETE |
5622 | 2024-10-30T19:26:42.955Z | [ recovery-image] Oct 30 19:26:42.068 INFO O| Oct 30 19:26:42.068 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5623 | 2024-10-30T19:26:42.967Z | [ recovery-image] Oct 30 19:26:42.082 INFO O| Oct 30 19:26:42.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5624 | 2024-10-30T19:26:42.967Z | [ recovery-image] Oct 30 19:26:42.082 INFO O| Oct 30 19:26:42.082 INFO STEP 484 (remove_files) COMPLETE |
5625 | 2024-10-30T19:26:42.970Z | [ recovery-image] Oct 30 19:26:42.082 INFO O| Oct 30 19:26:42.082 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5626 | 2024-10-30T19:26:42.981Z | [ recovery-image] Oct 30 19:26:42.096 INFO O| Oct 30 19:26:42.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5627 | 2024-10-30T19:26:42.981Z | [ recovery-image] Oct 30 19:26:42.096 INFO O| Oct 30 19:26:42.096 INFO STEP 485 (remove_files) COMPLETE |
5628 | 2024-10-30T19:26:42.981Z | [ recovery-image] Oct 30 19:26:42.096 INFO O| Oct 30 19:26:42.096 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5629 | 2024-10-30T19:26:42.994Z | [ recovery-image] Oct 30 19:26:42.109 INFO O| Oct 30 19:26:42.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5630 | 2024-10-30T19:26:42.994Z | [ recovery-image] Oct 30 19:26:42.109 INFO O| Oct 30 19:26:42.109 INFO STEP 486 (remove_files) COMPLETE |
5631 | 2024-10-30T19:26:42.994Z | [ recovery-image] Oct 30 19:26:42.109 INFO O| Oct 30 19:26:42.109 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5632 | 2024-10-30T19:26:43.005Z | [ recovery-image] Oct 30 19:26:42.119 INFO O| Oct 30 19:26:42.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5633 | 2024-10-30T19:26:43.005Z | [ recovery-image] Oct 30 19:26:42.120 INFO O| Oct 30 19:26:42.120 INFO STEP 487 (remove_files) COMPLETE |
5634 | 2024-10-30T19:26:43.009Z | [ recovery-image] Oct 30 19:26:42.120 INFO O| Oct 30 19:26:42.120 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5635 | 2024-10-30T19:26:43.016Z | [ recovery-image] Oct 30 19:26:42.131 INFO O| Oct 30 19:26:42.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5636 | 2024-10-30T19:26:43.018Z | [ recovery-image] Oct 30 19:26:42.131 INFO O| Oct 30 19:26:42.131 INFO STEP 488 (remove_files) COMPLETE |
5637 | 2024-10-30T19:26:43.018Z | [ recovery-image] Oct 30 19:26:42.131 INFO O| Oct 30 19:26:42.131 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5638 | 2024-10-30T19:26:43.027Z | [ recovery-image] Oct 30 19:26:42.142 INFO O| Oct 30 19:26:42.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5639 | 2024-10-30T19:26:43.027Z | [ recovery-image] Oct 30 19:26:42.142 INFO O| Oct 30 19:26:42.142 INFO STEP 489 (remove_files) COMPLETE |
5640 | 2024-10-30T19:26:43.029Z | [ recovery-image] Oct 30 19:26:42.142 INFO O| Oct 30 19:26:42.142 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5641 | 2024-10-30T19:26:43.037Z | [ recovery-image] Oct 30 19:26:42.152 INFO O| Oct 30 19:26:42.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5642 | 2024-10-30T19:26:43.039Z | [ recovery-image] Oct 30 19:26:42.152 INFO O| Oct 30 19:26:42.152 INFO STEP 490 (remove_files) COMPLETE |
5643 | 2024-10-30T19:26:43.039Z | [ recovery-image] Oct 30 19:26:42.152 INFO O| Oct 30 19:26:42.152 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5644 | 2024-10-30T19:26:43.047Z | [ recovery-image] Oct 30 19:26:42.162 INFO O| Oct 30 19:26:42.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5645 | 2024-10-30T19:26:43.047Z | [ recovery-image] Oct 30 19:26:42.162 INFO O| Oct 30 19:26:42.162 INFO STEP 491 (remove_files) COMPLETE |
5646 | 2024-10-30T19:26:43.047Z | [ recovery-image] Oct 30 19:26:42.162 INFO O| Oct 30 19:26:42.162 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5647 | 2024-10-30T19:26:43.058Z | [ recovery-image] Oct 30 19:26:42.173 INFO O| Oct 30 19:26:42.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5648 | 2024-10-30T19:26:43.058Z | [ recovery-image] Oct 30 19:26:42.173 INFO O| Oct 30 19:26:42.173 INFO STEP 492 (remove_files) COMPLETE |
5649 | 2024-10-30T19:26:43.061Z | [ recovery-image] Oct 30 19:26:42.173 INFO O| Oct 30 19:26:42.173 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5650 | 2024-10-30T19:26:43.068Z | [ recovery-image] Oct 30 19:26:42.183 INFO O| Oct 30 19:26:42.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5651 | 2024-10-30T19:26:43.068Z | [ recovery-image] Oct 30 19:26:42.183 INFO O| Oct 30 19:26:42.183 INFO STEP 493 (remove_files) COMPLETE |
5652 | 2024-10-30T19:26:43.071Z | [ recovery-image] Oct 30 19:26:42.183 INFO O| Oct 30 19:26:42.183 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5653 | 2024-10-30T19:26:43.082Z | [ recovery-image] Oct 30 19:26:42.197 INFO O| Oct 30 19:26:42.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5654 | 2024-10-30T19:26:43.082Z | [ recovery-image] Oct 30 19:26:42.197 INFO O| Oct 30 19:26:42.197 INFO STEP 494 (remove_files) COMPLETE |
5655 | 2024-10-30T19:26:43.082Z | [ recovery-image] Oct 30 19:26:42.197 INFO O| Oct 30 19:26:42.197 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5656 | 2024-10-30T19:26:43.093Z | [ recovery-image] Oct 30 19:26:42.208 INFO O| Oct 30 19:26:42.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5657 | 2024-10-30T19:26:43.094Z | [ recovery-image] Oct 30 19:26:42.208 INFO O| Oct 30 19:26:42.208 INFO STEP 495 (remove_files) COMPLETE |
5658 | 2024-10-30T19:26:43.096Z | [ recovery-image] Oct 30 19:26:42.208 INFO O| Oct 30 19:26:42.208 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5659 | 2024-10-30T19:26:43.105Z | [ recovery-image] Oct 30 19:26:42.219 INFO O| Oct 30 19:26:42.219 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5660 | 2024-10-30T19:26:43.105Z | [ recovery-image] Oct 30 19:26:42.219 INFO O| Oct 30 19:26:42.219 INFO STEP 496 (remove_files) COMPLETE |
5661 | 2024-10-30T19:26:43.105Z | [ recovery-image] Oct 30 19:26:42.219 INFO O| Oct 30 19:26:42.219 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5662 | 2024-10-30T19:26:43.118Z | [ recovery-image] Oct 30 19:26:42.231 INFO O| Oct 30 19:26:42.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5663 | 2024-10-30T19:26:43.118Z | [ recovery-image] Oct 30 19:26:42.231 INFO O| Oct 30 19:26:42.231 INFO STEP 497 (remove_files) COMPLETE |
5664 | 2024-10-30T19:26:43.121Z | [ recovery-image] Oct 30 19:26:42.231 INFO O| Oct 30 19:26:42.231 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5665 | 2024-10-30T19:26:43.126Z | [ recovery-image] Oct 30 19:26:42.241 INFO O| Oct 30 19:26:42.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5666 | 2024-10-30T19:26:43.129Z | [ recovery-image] Oct 30 19:26:42.241 INFO O| Oct 30 19:26:42.241 INFO STEP 498 (remove_files) COMPLETE |
5667 | 2024-10-30T19:26:43.129Z | [ recovery-image] Oct 30 19:26:42.241 INFO O| Oct 30 19:26:42.241 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5668 | 2024-10-30T19:26:43.136Z | [ recovery-image] Oct 30 19:26:42.251 INFO O| Oct 30 19:26:42.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5669 | 2024-10-30T19:26:43.136Z | [ recovery-image] Oct 30 19:26:42.251 INFO O| Oct 30 19:26:42.251 INFO STEP 499 (remove_files) COMPLETE |
5670 | 2024-10-30T19:26:43.139Z | [ recovery-image] Oct 30 19:26:42.251 INFO O| Oct 30 19:26:42.251 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5671 | 2024-10-30T19:26:43.147Z | [ recovery-image] Oct 30 19:26:42.261 INFO O| Oct 30 19:26:42.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5672 | 2024-10-30T19:26:43.147Z | [ recovery-image] Oct 30 19:26:42.262 INFO O| Oct 30 19:26:42.261 INFO STEP 500 (remove_files) COMPLETE |
5673 | 2024-10-30T19:26:43.149Z | [ recovery-image] Oct 30 19:26:42.262 INFO O| Oct 30 19:26:42.261 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5674 | 2024-10-30T19:26:43.159Z | [ recovery-image] Oct 30 19:26:42.274 INFO O| Oct 30 19:26:42.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5675 | 2024-10-30T19:26:43.161Z | [ recovery-image] Oct 30 19:26:42.274 INFO O| Oct 30 19:26:42.274 INFO STEP 501 (remove_files) COMPLETE |
5676 | 2024-10-30T19:26:43.162Z | [ recovery-image] Oct 30 19:26:42.274 INFO O| Oct 30 19:26:42.274 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5677 | 2024-10-30T19:26:43.171Z | [ recovery-image] Oct 30 19:26:42.286 INFO O| Oct 30 19:26:42.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5678 | 2024-10-30T19:26:43.171Z | [ recovery-image] Oct 30 19:26:42.286 INFO O| Oct 30 19:26:42.286 INFO STEP 502 (remove_files) COMPLETE |
5679 | 2024-10-30T19:26:43.171Z | [ recovery-image] Oct 30 19:26:42.286 INFO O| Oct 30 19:26:42.286 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5680 | 2024-10-30T19:26:43.183Z | [ recovery-image] Oct 30 19:26:42.298 INFO O| Oct 30 19:26:42.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5681 | 2024-10-30T19:26:43.183Z | [ recovery-image] Oct 30 19:26:42.298 INFO O| Oct 30 19:26:42.298 INFO STEP 503 (remove_files) COMPLETE |
5682 | 2024-10-30T19:26:43.185Z | [ recovery-image] Oct 30 19:26:42.298 INFO O| Oct 30 19:26:42.298 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5683 | 2024-10-30T19:26:43.194Z | [ recovery-image] Oct 30 19:26:42.309 INFO O| Oct 30 19:26:42.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5684 | 2024-10-30T19:26:43.194Z | [ recovery-image] Oct 30 19:26:42.309 INFO O| Oct 30 19:26:42.309 INFO STEP 504 (remove_files) COMPLETE |
5685 | 2024-10-30T19:26:43.196Z | [ recovery-image] Oct 30 19:26:42.309 INFO O| Oct 30 19:26:42.309 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5686 | 2024-10-30T19:26:43.205Z | [ recovery-image] Oct 30 19:26:42.320 INFO O| Oct 30 19:26:42.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5687 | 2024-10-30T19:26:43.205Z | [ recovery-image] Oct 30 19:26:42.320 INFO O| Oct 30 19:26:42.320 INFO STEP 505 (remove_files) COMPLETE |
5688 | 2024-10-30T19:26:43.205Z | [ recovery-image] Oct 30 19:26:42.320 INFO O| Oct 30 19:26:42.320 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5689 | 2024-10-30T19:26:43.215Z | [ recovery-image] Oct 30 19:26:42.330 INFO O| Oct 30 19:26:42.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5690 | 2024-10-30T19:26:43.218Z | [ recovery-image] Oct 30 19:26:42.331 INFO O| Oct 30 19:26:42.331 INFO STEP 506 (remove_files) COMPLETE |
5691 | 2024-10-30T19:26:43.218Z | [ recovery-image] Oct 30 19:26:42.331 INFO O| Oct 30 19:26:42.331 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5692 | 2024-10-30T19:26:43.227Z | [ recovery-image] Oct 30 19:26:42.341 INFO O| Oct 30 19:26:42.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5693 | 2024-10-30T19:26:43.229Z | [ recovery-image] Oct 30 19:26:42.342 INFO O| Oct 30 19:26:42.342 INFO STEP 507 (remove_files) COMPLETE |
5694 | 2024-10-30T19:26:43.229Z | [ recovery-image] Oct 30 19:26:42.342 INFO O| Oct 30 19:26:42.342 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5695 | 2024-10-30T19:26:43.238Z | [ recovery-image] Oct 30 19:26:42.353 INFO O| Oct 30 19:26:42.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5696 | 2024-10-30T19:26:43.238Z | [ recovery-image] Oct 30 19:26:42.353 INFO O| Oct 30 19:26:42.353 INFO STEP 508 (remove_files) COMPLETE |
5697 | 2024-10-30T19:26:43.240Z | [ recovery-image] Oct 30 19:26:42.353 INFO O| Oct 30 19:26:42.353 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5698 | 2024-10-30T19:26:43.248Z | [ recovery-image] Oct 30 19:26:42.363 INFO O| Oct 30 19:26:42.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5699 | 2024-10-30T19:26:43.248Z | [ recovery-image] Oct 30 19:26:42.363 INFO O| Oct 30 19:26:42.363 INFO STEP 509 (remove_files) COMPLETE |
5700 | 2024-10-30T19:26:43.248Z | [ recovery-image] Oct 30 19:26:42.363 INFO O| Oct 30 19:26:42.363 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5701 | 2024-10-30T19:26:43.259Z | [ recovery-image] Oct 30 19:26:42.373 INFO O| Oct 30 19:26:42.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5702 | 2024-10-30T19:26:43.259Z | [ recovery-image] Oct 30 19:26:42.373 INFO O| Oct 30 19:26:42.373 INFO STEP 510 (remove_files) COMPLETE |
5703 | 2024-10-30T19:26:43.261Z | [ recovery-image] Oct 30 19:26:42.373 INFO O| Oct 30 19:26:42.373 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5704 | 2024-10-30T19:26:43.270Z | [ recovery-image] Oct 30 19:26:42.385 INFO O| Oct 30 19:26:42.385 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5705 | 2024-10-30T19:26:43.280Z | [ recovery-image] Oct 30 19:26:42.385 INFO O| Oct 30 19:26:42.385 INFO STEP 511 (remove_files) COMPLETE |
5706 | 2024-10-30T19:26:43.280Z | [ recovery-image] Oct 30 19:26:42.385 INFO O| Oct 30 19:26:42.385 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5707 | 2024-10-30T19:26:43.283Z | [ recovery-image] Oct 30 19:26:42.396 INFO O| Oct 30 19:26:42.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5708 | 2024-10-30T19:26:43.283Z | [ recovery-image] Oct 30 19:26:42.396 INFO O| Oct 30 19:26:42.396 INFO STEP 512 (remove_files) COMPLETE |
5709 | 2024-10-30T19:26:43.283Z | [ recovery-image] Oct 30 19:26:42.396 INFO O| Oct 30 19:26:42.396 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5710 | 2024-10-30T19:26:43.291Z | [ recovery-image] Oct 30 19:26:42.406 INFO O| Oct 30 19:26:42.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5711 | 2024-10-30T19:26:43.292Z | [ recovery-image] Oct 30 19:26:42.406 INFO O| Oct 30 19:26:42.406 INFO STEP 513 (remove_files) COMPLETE |
5712 | 2024-10-30T19:26:43.294Z | [ recovery-image] Oct 30 19:26:42.407 INFO O| Oct 30 19:26:42.406 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5713 | 2024-10-30T19:26:43.305Z | [ recovery-image] Oct 30 19:26:42.419 INFO O| Oct 30 19:26:42.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5714 | 2024-10-30T19:26:43.305Z | [ recovery-image] Oct 30 19:26:42.419 INFO O| Oct 30 19:26:42.419 INFO STEP 514 (remove_files) COMPLETE |
5715 | 2024-10-30T19:26:43.307Z | [ recovery-image] Oct 30 19:26:42.419 INFO O| Oct 30 19:26:42.419 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5716 | 2024-10-30T19:26:43.315Z | [ recovery-image] Oct 30 19:26:42.430 INFO O| Oct 30 19:26:42.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5717 | 2024-10-30T19:26:43.317Z | [ recovery-image] Oct 30 19:26:42.430 INFO O| Oct 30 19:26:42.430 INFO STEP 515 (remove_files) COMPLETE |
5718 | 2024-10-30T19:26:43.317Z | [ recovery-image] Oct 30 19:26:42.430 INFO O| Oct 30 19:26:42.430 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5719 | 2024-10-30T19:26:43.329Z | [ recovery-image] Oct 30 19:26:42.443 INFO O| Oct 30 19:26:42.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5720 | 2024-10-30T19:26:43.329Z | [ recovery-image] Oct 30 19:26:42.444 INFO O| Oct 30 19:26:42.444 INFO STEP 516 (remove_files) COMPLETE |
5721 | 2024-10-30T19:26:43.329Z | [ recovery-image] Oct 30 19:26:42.444 INFO O| Oct 30 19:26:42.444 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5722 | 2024-10-30T19:26:43.341Z | [ recovery-image] Oct 30 19:26:42.456 INFO O| Oct 30 19:26:42.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5723 | 2024-10-30T19:26:43.342Z | [ recovery-image] Oct 30 19:26:42.456 INFO O| Oct 30 19:26:42.456 INFO STEP 517 (remove_files) COMPLETE |
5724 | 2024-10-30T19:26:43.344Z | [ recovery-image] Oct 30 19:26:42.456 INFO O| Oct 30 19:26:42.456 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5725 | 2024-10-30T19:26:43.353Z | [ recovery-image] Oct 30 19:26:42.468 INFO O| Oct 30 19:26:42.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5726 | 2024-10-30T19:26:43.353Z | [ recovery-image] Oct 30 19:26:42.468 INFO O| Oct 30 19:26:42.468 INFO STEP 518 (remove_files) COMPLETE |
5727 | 2024-10-30T19:26:43.353Z | [ recovery-image] Oct 30 19:26:42.468 INFO O| Oct 30 19:26:42.468 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5728 | 2024-10-30T19:26:43.364Z | [ recovery-image] Oct 30 19:26:42.479 INFO O| Oct 30 19:26:42.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5729 | 2024-10-30T19:26:43.367Z | [ recovery-image] Oct 30 19:26:42.479 INFO O| Oct 30 19:26:42.479 INFO STEP 519 (remove_files) COMPLETE |
5730 | 2024-10-30T19:26:43.368Z | [ recovery-image] Oct 30 19:26:42.479 INFO O| Oct 30 19:26:42.479 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5731 | 2024-10-30T19:26:43.375Z | [ recovery-image] Oct 30 19:26:42.490 INFO O| Oct 30 19:26:42.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5732 | 2024-10-30T19:26:43.377Z | [ recovery-image] Oct 30 19:26:42.490 INFO O| Oct 30 19:26:42.490 INFO STEP 520 (remove_files) COMPLETE |
5733 | 2024-10-30T19:26:43.377Z | [ recovery-image] Oct 30 19:26:42.490 INFO O| Oct 30 19:26:42.490 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5734 | 2024-10-30T19:26:43.385Z | [ recovery-image] Oct 30 19:26:42.500 INFO O| Oct 30 19:26:42.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5735 | 2024-10-30T19:26:43.386Z | [ recovery-image] Oct 30 19:26:42.500 INFO O| Oct 30 19:26:42.500 INFO STEP 521 (remove_files) COMPLETE |
5736 | 2024-10-30T19:26:43.386Z | [ recovery-image] Oct 30 19:26:42.500 INFO O| Oct 30 19:26:42.500 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5737 | 2024-10-30T19:26:43.397Z | [ recovery-image] Oct 30 19:26:42.512 INFO O| Oct 30 19:26:42.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5738 | 2024-10-30T19:26:43.397Z | [ recovery-image] Oct 30 19:26:42.512 INFO O| Oct 30 19:26:42.512 INFO STEP 522 (remove_files) COMPLETE |
5739 | 2024-10-30T19:26:43.399Z | [ recovery-image] Oct 30 19:26:42.512 INFO O| Oct 30 19:26:42.512 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5740 | 2024-10-30T19:26:43.407Z | [ recovery-image] Oct 30 19:26:42.522 INFO O| Oct 30 19:26:42.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5741 | 2024-10-30T19:26:43.408Z | [ recovery-image] Oct 30 19:26:42.522 INFO O| Oct 30 19:26:42.522 INFO STEP 523 (remove_files) COMPLETE |
5742 | 2024-10-30T19:26:43.408Z | [ recovery-image] Oct 30 19:26:42.522 INFO O| Oct 30 19:26:42.522 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5743 | 2024-10-30T19:26:43.418Z | [ recovery-image] Oct 30 19:26:42.533 INFO O| Oct 30 19:26:42.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5744 | 2024-10-30T19:26:43.418Z | [ recovery-image] Oct 30 19:26:42.533 INFO O| Oct 30 19:26:42.533 INFO STEP 524 (remove_files) COMPLETE |
5745 | 2024-10-30T19:26:43.418Z | [ recovery-image] Oct 30 19:26:42.533 INFO O| Oct 30 19:26:42.533 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5746 | 2024-10-30T19:26:43.429Z | [ recovery-image] Oct 30 19:26:42.544 INFO O| Oct 30 19:26:42.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5747 | 2024-10-30T19:26:43.429Z | [ recovery-image] Oct 30 19:26:42.544 INFO O| Oct 30 19:26:42.544 INFO STEP 525 (remove_files) COMPLETE |
5748 | 2024-10-30T19:26:43.429Z | [ recovery-image] Oct 30 19:26:42.544 INFO O| Oct 30 19:26:42.544 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5749 | 2024-10-30T19:26:43.440Z | [ recovery-image] Oct 30 19:26:42.555 INFO O| Oct 30 19:26:42.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5750 | 2024-10-30T19:26:43.440Z | [ recovery-image] Oct 30 19:26:42.555 INFO O| Oct 30 19:26:42.555 INFO STEP 526 (remove_files) COMPLETE |
5751 | 2024-10-30T19:26:43.443Z | [ recovery-image] Oct 30 19:26:42.555 INFO O| Oct 30 19:26:42.555 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5752 | 2024-10-30T19:26:43.450Z | [ recovery-image] Oct 30 19:26:42.565 INFO O| Oct 30 19:26:42.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5753 | 2024-10-30T19:26:43.450Z | [ recovery-image] Oct 30 19:26:42.565 INFO O| Oct 30 19:26:42.565 INFO STEP 527 (remove_files) COMPLETE |
5754 | 2024-10-30T19:26:43.450Z | [ recovery-image] Oct 30 19:26:42.565 INFO O| Oct 30 19:26:42.565 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5755 | 2024-10-30T19:26:43.460Z | [ recovery-image] Oct 30 19:26:42.575 INFO O| Oct 30 19:26:42.575 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5756 | 2024-10-30T19:26:43.463Z | [ recovery-image] Oct 30 19:26:42.575 INFO O| Oct 30 19:26:42.575 INFO STEP 528 (remove_files) COMPLETE |
5757 | 2024-10-30T19:26:43.463Z | [ recovery-image] Oct 30 19:26:42.576 INFO O| Oct 30 19:26:42.575 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5758 | 2024-10-30T19:26:43.470Z | [ recovery-image] Oct 30 19:26:42.585 INFO O| Oct 30 19:26:42.585 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5759 | 2024-10-30T19:26:43.472Z | [ recovery-image] Oct 30 19:26:42.585 INFO O| Oct 30 19:26:42.585 INFO STEP 529 (remove_files) COMPLETE |
5760 | 2024-10-30T19:26:43.472Z | [ recovery-image] Oct 30 19:26:42.585 INFO O| Oct 30 19:26:42.585 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5761 | 2024-10-30T19:26:43.480Z | [ recovery-image] Oct 30 19:26:42.595 INFO O| Oct 30 19:26:42.595 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5762 | 2024-10-30T19:26:43.482Z | [ recovery-image] Oct 30 19:26:42.595 INFO O| Oct 30 19:26:42.595 INFO STEP 530 (remove_files) COMPLETE |
5763 | 2024-10-30T19:26:43.482Z | [ recovery-image] Oct 30 19:26:42.595 INFO O| Oct 30 19:26:42.595 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5764 | 2024-10-30T19:26:43.491Z | [ recovery-image] Oct 30 19:26:42.606 INFO O| Oct 30 19:26:42.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5765 | 2024-10-30T19:26:43.491Z | [ recovery-image] Oct 30 19:26:42.606 INFO O| Oct 30 19:26:42.606 INFO STEP 531 (remove_files) COMPLETE |
5766 | 2024-10-30T19:26:43.495Z | [ recovery-image] Oct 30 19:26:42.606 INFO O| Oct 30 19:26:42.606 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5767 | 2024-10-30T19:26:43.501Z | [ recovery-image] Oct 30 19:26:42.616 INFO O| Oct 30 19:26:42.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5768 | 2024-10-30T19:26:43.502Z | [ recovery-image] Oct 30 19:26:42.616 INFO O| Oct 30 19:26:42.616 INFO STEP 532 (remove_files) COMPLETE |
5769 | 2024-10-30T19:26:43.504Z | [ recovery-image] Oct 30 19:26:42.616 INFO O| Oct 30 19:26:42.616 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5770 | 2024-10-30T19:26:43.512Z | [ recovery-image] Oct 30 19:26:42.627 INFO O| Oct 30 19:26:42.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5771 | 2024-10-30T19:26:43.512Z | [ recovery-image] Oct 30 19:26:42.627 INFO O| Oct 30 19:26:42.627 INFO STEP 533 (remove_files) COMPLETE |
5772 | 2024-10-30T19:26:43.512Z | [ recovery-image] Oct 30 19:26:42.627 INFO O| Oct 30 19:26:42.627 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5773 | 2024-10-30T19:26:43.523Z | [ recovery-image] Oct 30 19:26:42.637 INFO O| Oct 30 19:26:42.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5774 | 2024-10-30T19:26:43.523Z | [ recovery-image] Oct 30 19:26:42.637 INFO O| Oct 30 19:26:42.637 INFO STEP 534 (remove_files) COMPLETE |
5775 | 2024-10-30T19:26:43.526Z | [ recovery-image] Oct 30 19:26:42.637 INFO O| Oct 30 19:26:42.637 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5776 | 2024-10-30T19:26:43.533Z | [ recovery-image] Oct 30 19:26:42.647 INFO O| Oct 30 19:26:42.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5777 | 2024-10-30T19:26:43.535Z | [ recovery-image] Oct 30 19:26:42.648 INFO O| Oct 30 19:26:42.647 INFO STEP 535 (remove_files) COMPLETE |
5778 | 2024-10-30T19:26:43.535Z | [ recovery-image] Oct 30 19:26:42.648 INFO O| Oct 30 19:26:42.648 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5779 | 2024-10-30T19:26:43.542Z | [ recovery-image] Oct 30 19:26:42.657 INFO O| Oct 30 19:26:42.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5780 | 2024-10-30T19:26:43.545Z | [ recovery-image] Oct 30 19:26:42.658 INFO O| Oct 30 19:26:42.658 INFO STEP 536 (remove_files) COMPLETE |
5781 | 2024-10-30T19:26:43.545Z | [ recovery-image] Oct 30 19:26:42.658 INFO O| Oct 30 19:26:42.658 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5782 | 2024-10-30T19:26:43.554Z | [ recovery-image] Oct 30 19:26:42.669 INFO O| Oct 30 19:26:42.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5783 | 2024-10-30T19:26:43.554Z | [ recovery-image] Oct 30 19:26:42.669 INFO O| Oct 30 19:26:42.669 INFO STEP 537 (remove_files) COMPLETE |
5784 | 2024-10-30T19:26:43.556Z | [ recovery-image] Oct 30 19:26:42.669 INFO O| Oct 30 19:26:42.669 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5785 | 2024-10-30T19:26:43.564Z | [ recovery-image] Oct 30 19:26:42.678 INFO O| Oct 30 19:26:42.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5786 | 2024-10-30T19:26:43.564Z | [ recovery-image] Oct 30 19:26:42.679 INFO O| Oct 30 19:26:42.678 INFO STEP 538 (remove_files) COMPLETE |
5787 | 2024-10-30T19:26:43.566Z | [ recovery-image] Oct 30 19:26:42.679 INFO O| Oct 30 19:26:42.678 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5788 | 2024-10-30T19:26:43.574Z | [ recovery-image] Oct 30 19:26:42.688 INFO O| Oct 30 19:26:42.688 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5789 | 2024-10-30T19:26:43.576Z | [ recovery-image] Oct 30 19:26:42.689 INFO O| Oct 30 19:26:42.689 INFO STEP 539 (remove_files) COMPLETE |
5790 | 2024-10-30T19:26:43.576Z | [ recovery-image] Oct 30 19:26:42.689 INFO O| Oct 30 19:26:42.689 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5791 | 2024-10-30T19:26:43.583Z | [ recovery-image] Oct 30 19:26:42.698 INFO O| Oct 30 19:26:42.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5792 | 2024-10-30T19:26:43.583Z | [ recovery-image] Oct 30 19:26:42.698 INFO O| Oct 30 19:26:42.698 INFO STEP 540 (remove_files) COMPLETE |
5793 | 2024-10-30T19:26:43.586Z | [ recovery-image] Oct 30 19:26:42.698 INFO O| Oct 30 19:26:42.698 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5794 | 2024-10-30T19:26:43.593Z | [ recovery-image] Oct 30 19:26:42.708 INFO O| Oct 30 19:26:42.708 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5795 | 2024-10-30T19:26:43.596Z | [ recovery-image] Oct 30 19:26:42.708 INFO O| Oct 30 19:26:42.708 INFO STEP 541 (remove_files) COMPLETE |
5796 | 2024-10-30T19:26:43.596Z | [ recovery-image] Oct 30 19:26:42.708 INFO O| Oct 30 19:26:42.708 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5797 | 2024-10-30T19:26:43.603Z | [ recovery-image] Oct 30 19:26:42.718 INFO O| Oct 30 19:26:42.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5798 | 2024-10-30T19:26:43.606Z | [ recovery-image] Oct 30 19:26:42.718 INFO O| Oct 30 19:26:42.718 INFO STEP 542 (remove_files) COMPLETE |
5799 | 2024-10-30T19:26:43.606Z | [ recovery-image] Oct 30 19:26:42.718 INFO O| Oct 30 19:26:42.718 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5800 | 2024-10-30T19:26:43.613Z | [ recovery-image] Oct 30 19:26:42.728 INFO O| Oct 30 19:26:42.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5801 | 2024-10-30T19:26:43.613Z | [ recovery-image] Oct 30 19:26:42.728 INFO O| Oct 30 19:26:42.728 INFO STEP 543 (remove_files) COMPLETE |
5802 | 2024-10-30T19:26:43.616Z | [ recovery-image] Oct 30 19:26:42.728 INFO O| Oct 30 19:26:42.728 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5803 | 2024-10-30T19:26:43.623Z | [ recovery-image] Oct 30 19:26:42.738 INFO O| Oct 30 19:26:42.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5804 | 2024-10-30T19:26:43.623Z | [ recovery-image] Oct 30 19:26:42.738 INFO O| Oct 30 19:26:42.738 INFO STEP 544 (remove_files) COMPLETE |
5805 | 2024-10-30T19:26:43.626Z | [ recovery-image] Oct 30 19:26:42.738 INFO O| Oct 30 19:26:42.738 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5806 | 2024-10-30T19:26:43.635Z | [ recovery-image] Oct 30 19:26:42.749 INFO O| Oct 30 19:26:42.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5807 | 2024-10-30T19:26:43.637Z | [ recovery-image] Oct 30 19:26:42.750 INFO O| Oct 30 19:26:42.750 INFO STEP 545 (remove_files) COMPLETE |
5808 | 2024-10-30T19:26:43.637Z | [ recovery-image] Oct 30 19:26:42.750 INFO O| Oct 30 19:26:42.750 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5809 | 2024-10-30T19:26:43.647Z | [ recovery-image] Oct 30 19:26:42.762 INFO O| Oct 30 19:26:42.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5810 | 2024-10-30T19:26:43.649Z | [ recovery-image] Oct 30 19:26:42.762 INFO O| Oct 30 19:26:42.762 INFO STEP 546 (remove_files) COMPLETE |
5811 | 2024-10-30T19:26:43.649Z | [ recovery-image] Oct 30 19:26:42.762 INFO O| Oct 30 19:26:42.762 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5812 | 2024-10-30T19:26:43.657Z | [ recovery-image] Oct 30 19:26:42.772 INFO O| Oct 30 19:26:42.772 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5813 | 2024-10-30T19:26:43.660Z | [ recovery-image] Oct 30 19:26:42.772 INFO O| Oct 30 19:26:42.772 INFO STEP 547 (remove_files) COMPLETE |
5814 | 2024-10-30T19:26:43.660Z | [ recovery-image] Oct 30 19:26:42.772 INFO O| Oct 30 19:26:42.772 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5815 | 2024-10-30T19:26:43.668Z | [ recovery-image] Oct 30 19:26:42.783 INFO O| Oct 30 19:26:42.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5816 | 2024-10-30T19:26:43.668Z | [ recovery-image] Oct 30 19:26:42.783 INFO O| Oct 30 19:26:42.783 INFO STEP 548 (remove_files) COMPLETE |
5817 | 2024-10-30T19:26:43.668Z | [ recovery-image] Oct 30 19:26:42.783 INFO O| Oct 30 19:26:42.783 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5818 | 2024-10-30T19:26:43.679Z | [ recovery-image] Oct 30 19:26:42.794 INFO O| Oct 30 19:26:42.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5819 | 2024-10-30T19:26:43.679Z | [ recovery-image] Oct 30 19:26:42.794 INFO O| Oct 30 19:26:42.794 INFO STEP 549 (remove_files) COMPLETE |
5820 | 2024-10-30T19:26:43.679Z | [ recovery-image] Oct 30 19:26:42.794 INFO O| Oct 30 19:26:42.794 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5821 | 2024-10-30T19:26:43.691Z | [ recovery-image] Oct 30 19:26:42.805 INFO O| Oct 30 19:26:42.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5822 | 2024-10-30T19:26:43.691Z | [ recovery-image] Oct 30 19:26:42.806 INFO O| Oct 30 19:26:42.805 INFO STEP 550 (remove_files) COMPLETE |
5823 | 2024-10-30T19:26:43.693Z | [ recovery-image] Oct 30 19:26:42.806 INFO O| Oct 30 19:26:42.806 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5824 | 2024-10-30T19:26:43.701Z | [ recovery-image] Oct 30 19:26:42.815 INFO O| Oct 30 19:26:42.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5825 | 2024-10-30T19:26:43.701Z | [ recovery-image] Oct 30 19:26:42.816 INFO O| Oct 30 19:26:42.816 INFO STEP 551 (remove_files) COMPLETE |
5826 | 2024-10-30T19:26:43.704Z | [ recovery-image] Oct 30 19:26:42.816 INFO O| Oct 30 19:26:42.816 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5827 | 2024-10-30T19:26:43.712Z | [ recovery-image] Oct 30 19:26:42.827 INFO O| Oct 30 19:26:42.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5828 | 2024-10-30T19:26:43.712Z | [ recovery-image] Oct 30 19:26:42.827 INFO O| Oct 30 19:26:42.827 INFO STEP 552 (remove_files) COMPLETE |
5829 | 2024-10-30T19:26:43.714Z | [ recovery-image] Oct 30 19:26:42.827 INFO O| Oct 30 19:26:42.827 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5830 | 2024-10-30T19:26:43.722Z | [ recovery-image] Oct 30 19:26:42.837 INFO O| Oct 30 19:26:42.837 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5831 | 2024-10-30T19:26:43.725Z | [ recovery-image] Oct 30 19:26:42.837 INFO O| Oct 30 19:26:42.837 INFO STEP 553 (remove_files) COMPLETE |
5832 | 2024-10-30T19:26:43.725Z | [ recovery-image] Oct 30 19:26:42.837 INFO O| Oct 30 19:26:42.837 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5833 | 2024-10-30T19:26:43.732Z | [ recovery-image] Oct 30 19:26:42.847 INFO O| Oct 30 19:26:42.847 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5834 | 2024-10-30T19:26:43.735Z | [ recovery-image] Oct 30 19:26:42.847 INFO O| Oct 30 19:26:42.847 INFO STEP 554 (remove_files) COMPLETE |
5835 | 2024-10-30T19:26:43.735Z | [ recovery-image] Oct 30 19:26:42.847 INFO O| Oct 30 19:26:42.847 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5836 | 2024-10-30T19:26:43.742Z | [ recovery-image] Oct 30 19:26:42.857 INFO O| Oct 30 19:26:42.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5837 | 2024-10-30T19:26:43.746Z | [ recovery-image] Oct 30 19:26:42.858 INFO O| Oct 30 19:26:42.858 INFO STEP 555 (remove_files) COMPLETE |
5838 | 2024-10-30T19:26:43.746Z | [ recovery-image] Oct 30 19:26:42.858 INFO O| Oct 30 19:26:42.858 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5839 | 2024-10-30T19:26:43.753Z | [ recovery-image] Oct 30 19:26:42.868 INFO O| Oct 30 19:26:42.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5840 | 2024-10-30T19:26:43.755Z | [ recovery-image] Oct 30 19:26:42.868 INFO O| Oct 30 19:26:42.868 INFO STEP 556 (remove_files) COMPLETE |
5841 | 2024-10-30T19:26:43.755Z | [ recovery-image] Oct 30 19:26:42.868 INFO O| Oct 30 19:26:42.868 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5842 | 2024-10-30T19:26:43.763Z | [ recovery-image] Oct 30 19:26:42.878 INFO O| Oct 30 19:26:42.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5843 | 2024-10-30T19:26:43.766Z | [ recovery-image] Oct 30 19:26:42.878 INFO O| Oct 30 19:26:42.878 INFO STEP 557 (remove_files) COMPLETE |
5844 | 2024-10-30T19:26:43.766Z | [ recovery-image] Oct 30 19:26:42.878 INFO O| Oct 30 19:26:42.878 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5845 | 2024-10-30T19:26:43.774Z | [ recovery-image] Oct 30 19:26:42.889 INFO O| Oct 30 19:26:42.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5846 | 2024-10-30T19:26:43.776Z | [ recovery-image] Oct 30 19:26:42.889 INFO O| Oct 30 19:26:42.889 INFO STEP 558 (remove_files) COMPLETE |
5847 | 2024-10-30T19:26:43.776Z | [ recovery-image] Oct 30 19:26:42.889 INFO O| Oct 30 19:26:42.889 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5848 | 2024-10-30T19:26:43.784Z | [ recovery-image] Oct 30 19:26:42.899 INFO O| Oct 30 19:26:42.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5849 | 2024-10-30T19:26:43.784Z | [ recovery-image] Oct 30 19:26:42.899 INFO O| Oct 30 19:26:42.899 INFO STEP 559 (remove_files) COMPLETE |
5850 | 2024-10-30T19:26:43.787Z | [ recovery-image] Oct 30 19:26:42.899 INFO O| Oct 30 19:26:42.899 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5851 | 2024-10-30T19:26:43.794Z | [ recovery-image] Oct 30 19:26:42.909 INFO O| Oct 30 19:26:42.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5852 | 2024-10-30T19:26:43.794Z | [ recovery-image] Oct 30 19:26:42.909 INFO O| Oct 30 19:26:42.909 INFO STEP 560 (remove_files) COMPLETE |
5853 | 2024-10-30T19:26:43.796Z | [ recovery-image] Oct 30 19:26:42.909 INFO O| Oct 30 19:26:42.909 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5854 | 2024-10-30T19:26:43.804Z | [ recovery-image] Oct 30 19:26:42.919 INFO O| Oct 30 19:26:42.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5855 | 2024-10-30T19:26:43.804Z | [ recovery-image] Oct 30 19:26:42.919 INFO O| Oct 30 19:26:42.919 INFO STEP 561 (remove_files) COMPLETE |
5856 | 2024-10-30T19:26:43.806Z | [ recovery-image] Oct 30 19:26:42.919 INFO O| Oct 30 19:26:42.919 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5857 | 2024-10-30T19:26:43.814Z | [ recovery-image] Oct 30 19:26:42.929 INFO O| Oct 30 19:26:42.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5858 | 2024-10-30T19:26:43.814Z | [ recovery-image] Oct 30 19:26:42.929 INFO O| Oct 30 19:26:42.929 INFO STEP 562 (remove_files) COMPLETE |
5859 | 2024-10-30T19:26:43.816Z | [ recovery-image] Oct 30 19:26:42.929 INFO O| Oct 30 19:26:42.929 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5860 | 2024-10-30T19:26:43.824Z | [ recovery-image] Oct 30 19:26:42.939 INFO O| Oct 30 19:26:42.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5861 | 2024-10-30T19:26:43.824Z | [ recovery-image] Oct 30 19:26:42.939 INFO O| Oct 30 19:26:42.939 INFO STEP 563 (remove_files) COMPLETE |
5862 | 2024-10-30T19:26:43.826Z | [ recovery-image] Oct 30 19:26:42.939 INFO O| Oct 30 19:26:42.939 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5863 | 2024-10-30T19:26:43.837Z | [ recovery-image] Oct 30 19:26:42.951 INFO O| Oct 30 19:26:42.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5864 | 2024-10-30T19:26:43.839Z | [ recovery-image] Oct 30 19:26:42.952 INFO O| Oct 30 19:26:42.951 INFO STEP 564 (remove_files) COMPLETE |
5865 | 2024-10-30T19:26:43.839Z | [ recovery-image] Oct 30 19:26:42.952 INFO O| Oct 30 19:26:42.951 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5866 | 2024-10-30T19:26:43.839Z | [ host-image] Oct 30 19:26:42.952 INFO O| Oct 30 19:26:42.952 INFO O| Done |
5867 | 2024-10-30T19:26:43.847Z | [ recovery-image] Oct 30 19:26:42.962 INFO O| Oct 30 19:26:42.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5868 | 2024-10-30T19:26:43.850Z | [ recovery-image] Oct 30 19:26:42.962 INFO O| Oct 30 19:26:42.962 INFO STEP 565 (remove_files) COMPLETE |
5869 | 2024-10-30T19:26:43.850Z | [ recovery-image] Oct 30 19:26:42.962 INFO O| Oct 30 19:26:42.962 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5870 | 2024-10-30T19:26:43.858Z | [ recovery-image] Oct 30 19:26:42.973 INFO O| Oct 30 19:26:42.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5871 | 2024-10-30T19:26:43.858Z | [ recovery-image] Oct 30 19:26:42.973 INFO O| Oct 30 19:26:42.973 INFO STEP 566 (remove_files) COMPLETE |
5872 | 2024-10-30T19:26:43.860Z | [ recovery-image] Oct 30 19:26:42.973 INFO O| Oct 30 19:26:42.973 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5873 | 2024-10-30T19:26:43.867Z | [ host-image] Oct 30 19:26:42.982 INFO O| Oct 30 19:26:42.982 INFO O| Done |
5874 | 2024-10-30T19:26:43.870Z | [ host-image] Oct 30 19:26:42.982 INFO O| Oct 30 19:26:42.982 INFO O| Done |
5875 | 2024-10-30T19:26:43.870Z | [ recovery-image] Oct 30 19:26:42.984 INFO O| Oct 30 19:26:42.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5876 | 2024-10-30T19:26:43.870Z | [ recovery-image] Oct 30 19:26:42.984 INFO O| Oct 30 19:26:42.984 INFO STEP 567 (remove_files) COMPLETE |
5877 | 2024-10-30T19:26:43.870Z | [ recovery-image] Oct 30 19:26:42.984 INFO O| Oct 30 19:26:42.984 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5878 | 2024-10-30T19:26:43.881Z | [ recovery-image] Oct 30 19:26:42.996 INFO O| Oct 30 19:26:42.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5879 | 2024-10-30T19:26:43.881Z | [ recovery-image] Oct 30 19:26:42.996 INFO O| Oct 30 19:26:42.996 INFO STEP 568 (remove_files) COMPLETE |
5880 | 2024-10-30T19:26:43.883Z | [ recovery-image] Oct 30 19:26:42.996 INFO O| Oct 30 19:26:42.996 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5881 | 2024-10-30T19:26:43.896Z | [ recovery-image] Oct 30 19:26:43.010 INFO O| Oct 30 19:26:43.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5882 | 2024-10-30T19:26:43.896Z | [ recovery-image] Oct 30 19:26:43.010 INFO O| Oct 30 19:26:43.010 INFO STEP 569 (remove_files) COMPLETE |
5883 | 2024-10-30T19:26:43.898Z | [ recovery-image] Oct 30 19:26:43.010 INFO O| Oct 30 19:26:43.010 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5884 | 2024-10-30T19:26:43.909Z | [ recovery-image] Oct 30 19:26:43.023 INFO O| Oct 30 19:26:43.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5885 | 2024-10-30T19:26:43.909Z | [ recovery-image] Oct 30 19:26:43.024 INFO O| Oct 30 19:26:43.023 INFO STEP 570 (remove_files) COMPLETE |
5886 | 2024-10-30T19:26:43.911Z | [ recovery-image] Oct 30 19:26:43.024 INFO O| Oct 30 19:26:43.024 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5887 | 2024-10-30T19:26:43.913Z | [ host-image] Oct 30 19:26:43.027 INFO O| Oct 30 19:26:43.027 INFO O| Done |
5888 | 2024-10-30T19:26:43.922Z | [ recovery-image] Oct 30 19:26:43.037 INFO O| Oct 30 19:26:43.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5889 | 2024-10-30T19:26:43.922Z | [ recovery-image] Oct 30 19:26:43.037 INFO O| Oct 30 19:26:43.037 INFO STEP 571 (remove_files) COMPLETE |
5890 | 2024-10-30T19:26:43.925Z | [ recovery-image] Oct 30 19:26:43.037 INFO O| Oct 30 19:26:43.037 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5891 | 2024-10-30T19:26:43.935Z | [ recovery-image] Oct 30 19:26:43.049 INFO O| Oct 30 19:26:43.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5892 | 2024-10-30T19:26:43.935Z | [ recovery-image] Oct 30 19:26:43.050 INFO O| Oct 30 19:26:43.050 INFO STEP 572 (remove_files) COMPLETE |
5893 | 2024-10-30T19:26:43.937Z | [ recovery-image] Oct 30 19:26:43.050 INFO O| Oct 30 19:26:43.050 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5894 | 2024-10-30T19:26:43.948Z | [ recovery-image] Oct 30 19:26:43.062 INFO O| Oct 30 19:26:43.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5895 | 2024-10-30T19:26:43.948Z | [ recovery-image] Oct 30 19:26:43.063 INFO O| Oct 30 19:26:43.063 INFO STEP 573 (remove_files) COMPLETE |
5896 | 2024-10-30T19:26:43.950Z | [ recovery-image] Oct 30 19:26:43.063 INFO O| Oct 30 19:26:43.063 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5897 | 2024-10-30T19:26:43.961Z | [ recovery-image] Oct 30 19:26:43.076 INFO O| Oct 30 19:26:43.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5898 | 2024-10-30T19:26:43.961Z | [ recovery-image] Oct 30 19:26:43.076 INFO O| Oct 30 19:26:43.076 INFO STEP 574 (remove_files) COMPLETE |
5899 | 2024-10-30T19:26:43.964Z | [ recovery-image] Oct 30 19:26:43.076 INFO O| Oct 30 19:26:43.076 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5900 | 2024-10-30T19:26:43.973Z | [ recovery-image] Oct 30 19:26:43.087 INFO O| Oct 30 19:26:43.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5901 | 2024-10-30T19:26:43.973Z | [ recovery-image] Oct 30 19:26:43.088 INFO O| Oct 30 19:26:43.087 INFO STEP 575 (remove_files) COMPLETE |
5902 | 2024-10-30T19:26:43.973Z | [ recovery-image] Oct 30 19:26:43.088 INFO O| Oct 30 19:26:43.087 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5903 | 2024-10-30T19:26:43.985Z | [ recovery-image] Oct 30 19:26:43.100 INFO O| Oct 30 19:26:43.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5904 | 2024-10-30T19:26:43.985Z | [ recovery-image] Oct 30 19:26:43.100 INFO O| Oct 30 19:26:43.100 INFO STEP 576 (remove_files) COMPLETE |
5905 | 2024-10-30T19:26:43.985Z | [ recovery-image] Oct 30 19:26:43.100 INFO O| Oct 30 19:26:43.100 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5906 | 2024-10-30T19:26:43.997Z | [ recovery-image] Oct 30 19:26:43.112 INFO O| Oct 30 19:26:43.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5907 | 2024-10-30T19:26:43.997Z | [ recovery-image] Oct 30 19:26:43.112 INFO O| Oct 30 19:26:43.112 INFO STEP 577 (remove_files) COMPLETE |
5908 | 2024-10-30T19:26:43.997Z | [ recovery-image] Oct 30 19:26:43.112 INFO O| Oct 30 19:26:43.112 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5909 | 2024-10-30T19:26:44.009Z | [ recovery-image] Oct 30 19:26:43.124 INFO O| Oct 30 19:26:43.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5910 | 2024-10-30T19:26:44.009Z | [ recovery-image] Oct 30 19:26:43.124 INFO O| Oct 30 19:26:43.124 INFO STEP 578 (remove_files) COMPLETE |
5911 | 2024-10-30T19:26:44.009Z | [ recovery-image] Oct 30 19:26:43.124 INFO O| Oct 30 19:26:43.124 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5912 | 2024-10-30T19:26:44.019Z | [ recovery-image] Oct 30 19:26:43.134 INFO O| Oct 30 19:26:43.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5913 | 2024-10-30T19:26:44.019Z | [ recovery-image] Oct 30 19:26:43.134 INFO O| Oct 30 19:26:43.134 INFO STEP 579 (remove_files) COMPLETE |
5914 | 2024-10-30T19:26:44.019Z | [ recovery-image] Oct 30 19:26:43.134 INFO O| Oct 30 19:26:43.134 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5915 | 2024-10-30T19:26:44.030Z | [ recovery-image] Oct 30 19:26:43.145 INFO O| Oct 30 19:26:43.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5916 | 2024-10-30T19:26:44.030Z | [ recovery-image] Oct 30 19:26:43.145 INFO O| Oct 30 19:26:43.145 INFO STEP 580 (remove_files) COMPLETE |
5917 | 2024-10-30T19:26:44.032Z | [ recovery-image] Oct 30 19:26:43.145 INFO O| Oct 30 19:26:43.145 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5918 | 2024-10-30T19:26:44.039Z | [ host-image] Oct 30 19:26:43.153 INFO O| Oct 30 19:26:43.153 INFO STEP 13 (pkg_install) COMPLETE |
5919 | 2024-10-30T19:26:44.039Z | [ host-image] Oct 30 19:26:43.153 INFO O| Oct 30 19:26:43.153 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
5920 | 2024-10-30T19:26:44.042Z | [ recovery-image] Oct 30 19:26:43.155 INFO O| Oct 30 19:26:43.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5921 | 2024-10-30T19:26:44.042Z | [ recovery-image] Oct 30 19:26:43.155 INFO O| Oct 30 19:26:43.155 INFO STEP 581 (remove_files) COMPLETE |
5922 | 2024-10-30T19:26:44.042Z | [ recovery-image] Oct 30 19:26:43.155 INFO O| Oct 30 19:26:43.155 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5923 | 2024-10-30T19:26:44.050Z | [ host-image] Oct 30 19:26:43.165 INFO O| Oct 30 19:26:43.164 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.293"] |
5924 | 2024-10-30T19:26:44.052Z | [ recovery-image] Oct 30 19:26:43.166 INFO O| Oct 30 19:26:43.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5925 | 2024-10-30T19:26:44.052Z | [ recovery-image] Oct 30 19:26:43.166 INFO O| Oct 30 19:26:43.166 INFO STEP 582 (remove_files) COMPLETE |
5926 | 2024-10-30T19:26:44.052Z | [ recovery-image] Oct 30 19:26:43.166 INFO O| Oct 30 19:26:43.166 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5927 | 2024-10-30T19:26:44.061Z | [ recovery-image] Oct 30 19:26:43.176 INFO O| Oct 30 19:26:43.176 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5928 | 2024-10-30T19:26:44.061Z | [ recovery-image] Oct 30 19:26:43.176 INFO O| Oct 30 19:26:43.176 INFO STEP 583 (remove_files) COMPLETE |
5929 | 2024-10-30T19:26:44.061Z | [ recovery-image] Oct 30 19:26:43.176 INFO O| Oct 30 19:26:43.176 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5930 | 2024-10-30T19:26:44.072Z | [ recovery-image] Oct 30 19:26:43.187 INFO O| Oct 30 19:26:43.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5931 | 2024-10-30T19:26:44.072Z | [ recovery-image] Oct 30 19:26:43.187 INFO O| Oct 30 19:26:43.187 INFO STEP 584 (remove_files) COMPLETE |
5932 | 2024-10-30T19:26:44.074Z | [ recovery-image] Oct 30 19:26:43.187 INFO O| Oct 30 19:26:43.187 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5933 | 2024-10-30T19:26:44.082Z | [ recovery-image] Oct 30 19:26:43.197 INFO O| Oct 30 19:26:43.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5934 | 2024-10-30T19:26:44.083Z | [ recovery-image] Oct 30 19:26:43.197 INFO O| Oct 30 19:26:43.197 INFO STEP 585 (remove_files) COMPLETE |
5935 | 2024-10-30T19:26:44.083Z | [ recovery-image] Oct 30 19:26:43.197 INFO O| Oct 30 19:26:43.197 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5936 | 2024-10-30T19:26:44.093Z | [ recovery-image] Oct 30 19:26:43.207 INFO O| Oct 30 19:26:43.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5937 | 2024-10-30T19:26:44.093Z | [ recovery-image] Oct 30 19:26:43.207 INFO O| Oct 30 19:26:43.207 INFO STEP 586 (remove_files) COMPLETE |
5938 | 2024-10-30T19:26:44.095Z | [ recovery-image] Oct 30 19:26:43.208 INFO O| Oct 30 19:26:43.207 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5939 | 2024-10-30T19:26:44.103Z | [ recovery-image] Oct 30 19:26:43.218 INFO O| Oct 30 19:26:43.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5940 | 2024-10-30T19:26:44.103Z | [ recovery-image] Oct 30 19:26:43.218 INFO O| Oct 30 19:26:43.218 INFO STEP 587 (remove_files) COMPLETE |
5941 | 2024-10-30T19:26:44.103Z | [ recovery-image] Oct 30 19:26:43.218 INFO O| Oct 30 19:26:43.218 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5942 | 2024-10-30T19:26:44.114Z | [ recovery-image] Oct 30 19:26:43.228 INFO O| Oct 30 19:26:43.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5943 | 2024-10-30T19:26:44.114Z | [ recovery-image] Oct 30 19:26:43.229 INFO O| Oct 30 19:26:43.229 INFO STEP 588 (remove_files) COMPLETE |
5944 | 2024-10-30T19:26:44.114Z | [ recovery-image] Oct 30 19:26:43.229 INFO O| Oct 30 19:26:43.229 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5945 | 2024-10-30T19:26:44.124Z | [ recovery-image] Oct 30 19:26:43.239 INFO O| Oct 30 19:26:43.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5946 | 2024-10-30T19:26:44.124Z | [ recovery-image] Oct 30 19:26:43.239 INFO O| Oct 30 19:26:43.239 INFO STEP 589 (remove_files) COMPLETE |
5947 | 2024-10-30T19:26:44.126Z | [ recovery-image] Oct 30 19:26:43.239 INFO O| Oct 30 19:26:43.239 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5948 | 2024-10-30T19:26:44.134Z | [ recovery-image] Oct 30 19:26:43.249 INFO O| Oct 30 19:26:43.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5949 | 2024-10-30T19:26:44.135Z | [ recovery-image] Oct 30 19:26:43.249 INFO O| Oct 30 19:26:43.249 INFO STEP 590 (remove_files) COMPLETE |
5950 | 2024-10-30T19:26:44.137Z | [ recovery-image] Oct 30 19:26:43.249 INFO O| Oct 30 19:26:43.249 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5951 | 2024-10-30T19:26:44.144Z | [ recovery-image] Oct 30 19:26:43.259 INFO O| Oct 30 19:26:43.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5952 | 2024-10-30T19:26:44.144Z | [ recovery-image] Oct 30 19:26:43.259 INFO O| Oct 30 19:26:43.259 INFO STEP 591 (remove_files) COMPLETE |
5953 | 2024-10-30T19:26:44.144Z | [ recovery-image] Oct 30 19:26:43.259 INFO O| Oct 30 19:26:43.259 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5954 | 2024-10-30T19:26:44.155Z | [ recovery-image] Oct 30 19:26:43.270 INFO O| Oct 30 19:26:43.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5955 | 2024-10-30T19:26:44.157Z | [ recovery-image] Oct 30 19:26:43.270 INFO O| Oct 30 19:26:43.270 INFO STEP 592 (remove_files) COMPLETE |
5956 | 2024-10-30T19:26:44.157Z | [ recovery-image] Oct 30 19:26:43.270 INFO O| Oct 30 19:26:43.270 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5957 | 2024-10-30T19:26:44.166Z | [ recovery-image] Oct 30 19:26:43.281 INFO O| Oct 30 19:26:43.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5958 | 2024-10-30T19:26:44.166Z | [ recovery-image] Oct 30 19:26:43.281 INFO O| Oct 30 19:26:43.281 INFO STEP 593 (remove_files) COMPLETE |
5959 | 2024-10-30T19:26:44.166Z | [ recovery-image] Oct 30 19:26:43.281 INFO O| Oct 30 19:26:43.281 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5960 | 2024-10-30T19:26:44.176Z | [ recovery-image] Oct 30 19:26:43.291 INFO O| Oct 30 19:26:43.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5961 | 2024-10-30T19:26:44.178Z | [ recovery-image] Oct 30 19:26:43.291 INFO O| Oct 30 19:26:43.291 INFO STEP 594 (remove_files) COMPLETE |
5962 | 2024-10-30T19:26:44.178Z | [ recovery-image] Oct 30 19:26:43.291 INFO O| Oct 30 19:26:43.291 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5963 | 2024-10-30T19:26:44.187Z | [ recovery-image] Oct 30 19:26:43.301 INFO O| Oct 30 19:26:43.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5964 | 2024-10-30T19:26:44.187Z | [ recovery-image] Oct 30 19:26:43.301 INFO O| Oct 30 19:26:43.301 INFO STEP 595 (remove_files) COMPLETE |
5965 | 2024-10-30T19:26:44.187Z | [ recovery-image] Oct 30 19:26:43.301 INFO O| Oct 30 19:26:43.301 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5966 | 2024-10-30T19:26:44.198Z | [ recovery-image] Oct 30 19:26:43.313 INFO O| Oct 30 19:26:43.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5967 | 2024-10-30T19:26:44.198Z | [ recovery-image] Oct 30 19:26:43.313 INFO O| Oct 30 19:26:43.313 INFO STEP 596 (remove_files) COMPLETE |
5968 | 2024-10-30T19:26:44.198Z | [ recovery-image] Oct 30 19:26:43.313 INFO O| Oct 30 19:26:43.313 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5969 | 2024-10-30T19:26:44.208Z | [ recovery-image] Oct 30 19:26:43.323 INFO O| Oct 30 19:26:43.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5970 | 2024-10-30T19:26:44.209Z | [ recovery-image] Oct 30 19:26:43.323 INFO O| Oct 30 19:26:43.323 INFO STEP 597 (remove_files) COMPLETE |
5971 | 2024-10-30T19:26:44.209Z | [ recovery-image] Oct 30 19:26:43.323 INFO O| Oct 30 19:26:43.323 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5972 | 2024-10-30T19:26:44.220Z | [ recovery-image] Oct 30 19:26:43.335 INFO O| Oct 30 19:26:43.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5973 | 2024-10-30T19:26:44.220Z | [ recovery-image] Oct 30 19:26:43.335 INFO O| Oct 30 19:26:43.335 INFO STEP 598 (remove_files) COMPLETE |
5974 | 2024-10-30T19:26:44.220Z | [ recovery-image] Oct 30 19:26:43.335 INFO O| Oct 30 19:26:43.335 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5975 | 2024-10-30T19:26:44.233Z | [ recovery-image] Oct 30 19:26:43.348 INFO O| Oct 30 19:26:43.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5976 | 2024-10-30T19:26:44.233Z | [ recovery-image] Oct 30 19:26:43.348 INFO O| Oct 30 19:26:43.348 INFO STEP 599 (remove_files) COMPLETE |
5977 | 2024-10-30T19:26:44.235Z | [ recovery-image] Oct 30 19:26:43.348 INFO O| Oct 30 19:26:43.348 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5978 | 2024-10-30T19:26:44.245Z | [ recovery-image] Oct 30 19:26:43.360 INFO O| Oct 30 19:26:43.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5979 | 2024-10-30T19:26:44.245Z | [ recovery-image] Oct 30 19:26:43.360 INFO O| Oct 30 19:26:43.360 INFO STEP 600 (remove_files) COMPLETE |
5980 | 2024-10-30T19:26:44.245Z | [ recovery-image] Oct 30 19:26:43.360 INFO O| Oct 30 19:26:43.360 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5981 | 2024-10-30T19:26:44.258Z | [ recovery-image] Oct 30 19:26:43.372 INFO O| Oct 30 19:26:43.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5982 | 2024-10-30T19:26:44.258Z | [ recovery-image] Oct 30 19:26:43.372 INFO O| Oct 30 19:26:43.372 INFO STEP 601 (remove_files) COMPLETE |
5983 | 2024-10-30T19:26:44.260Z | [ recovery-image] Oct 30 19:26:43.372 INFO O| Oct 30 19:26:43.372 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5984 | 2024-10-30T19:26:44.268Z | [ recovery-image] Oct 30 19:26:43.383 INFO O| Oct 30 19:26:43.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5985 | 2024-10-30T19:26:44.268Z | [ recovery-image] Oct 30 19:26:43.383 INFO O| Oct 30 19:26:43.383 INFO STEP 602 (remove_files) COMPLETE |
5986 | 2024-10-30T19:26:44.268Z | [ recovery-image] Oct 30 19:26:43.383 INFO O| Oct 30 19:26:43.383 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5987 | 2024-10-30T19:26:44.280Z | [ recovery-image] Oct 30 19:26:43.395 INFO O| Oct 30 19:26:43.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5988 | 2024-10-30T19:26:44.280Z | [ recovery-image] Oct 30 19:26:43.395 INFO O| Oct 30 19:26:43.395 INFO STEP 603 (remove_files) COMPLETE |
5989 | 2024-10-30T19:26:44.280Z | [ recovery-image] Oct 30 19:26:43.395 INFO O| Oct 30 19:26:43.395 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5990 | 2024-10-30T19:26:44.290Z | [ recovery-image] Oct 30 19:26:43.405 INFO O| Oct 30 19:26:43.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5991 | 2024-10-30T19:26:44.290Z | [ recovery-image] Oct 30 19:26:43.405 INFO O| Oct 30 19:26:43.405 INFO STEP 604 (remove_files) COMPLETE |
5992 | 2024-10-30T19:26:44.293Z | [ recovery-image] Oct 30 19:26:43.405 INFO O| Oct 30 19:26:43.405 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5993 | 2024-10-30T19:26:44.301Z | [ recovery-image] Oct 30 19:26:43.415 INFO O| Oct 30 19:26:43.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5994 | 2024-10-30T19:26:44.301Z | [ recovery-image] Oct 30 19:26:43.415 INFO O| Oct 30 19:26:43.415 INFO STEP 605 (remove_files) COMPLETE |
5995 | 2024-10-30T19:26:44.303Z | [ recovery-image] Oct 30 19:26:43.415 INFO O| Oct 30 19:26:43.415 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5996 | 2024-10-30T19:26:44.311Z | [ recovery-image] Oct 30 19:26:43.425 INFO O| Oct 30 19:26:43.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5997 | 2024-10-30T19:26:44.313Z | [ recovery-image] Oct 30 19:26:43.426 INFO O| Oct 30 19:26:43.426 INFO STEP 606 (remove_files) COMPLETE |
5998 | 2024-10-30T19:26:44.313Z | [ recovery-image] Oct 30 19:26:43.426 INFO O| Oct 30 19:26:43.426 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5999 | 2024-10-30T19:26:44.322Z | [ recovery-image] Oct 30 19:26:43.436 INFO O| Oct 30 19:26:43.436 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
6000 | 2024-10-30T19:26:44.322Z | [ recovery-image] Oct 30 19:26:43.436 INFO O| Oct 30 19:26:43.436 INFO STEP 607 (remove_files) COMPLETE |
6001 | 2024-10-30T19:26:44.322Z | [ recovery-image] Oct 30 19:26:43.437 INFO O| Oct 30 19:26:43.436 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6002 | 2024-10-30T19:26:44.332Z | [ recovery-image] Oct 30 19:26:43.447 INFO O| Oct 30 19:26:43.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
6003 | 2024-10-30T19:26:44.332Z | [ recovery-image] Oct 30 19:26:43.447 INFO O| Oct 30 19:26:43.447 INFO STEP 608 (remove_files) COMPLETE |
6004 | 2024-10-30T19:26:44.332Z | [ recovery-image] Oct 30 19:26:43.447 INFO O| Oct 30 19:26:43.447 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6005 | 2024-10-30T19:26:44.345Z | [ recovery-image] Oct 30 19:26:43.460 INFO O| Oct 30 19:26:43.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
6006 | 2024-10-30T19:26:44.345Z | [ recovery-image] Oct 30 19:26:43.460 INFO O| Oct 30 19:26:43.460 INFO STEP 609 (remove_files) COMPLETE |
6007 | 2024-10-30T19:26:44.347Z | [ recovery-image] Oct 30 19:26:43.460 INFO O| Oct 30 19:26:43.460 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6008 | 2024-10-30T19:26:44.357Z | [ recovery-image] Oct 30 19:26:43.472 INFO O| Oct 30 19:26:43.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
6009 | 2024-10-30T19:26:44.360Z | [ recovery-image] Oct 30 19:26:43.472 INFO O| Oct 30 19:26:43.472 INFO STEP 610 (remove_files) COMPLETE |
6010 | 2024-10-30T19:26:44.360Z | [ recovery-image] Oct 30 19:26:43.472 INFO O| Oct 30 19:26:43.472 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6011 | 2024-10-30T19:26:44.369Z | [ recovery-image] Oct 30 19:26:43.484 INFO O| Oct 30 19:26:43.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
6012 | 2024-10-30T19:26:44.369Z | [ recovery-image] Oct 30 19:26:43.484 INFO O| Oct 30 19:26:43.484 INFO STEP 611 (remove_files) COMPLETE |
6013 | 2024-10-30T19:26:44.369Z | [ recovery-image] Oct 30 19:26:43.484 INFO O| Oct 30 19:26:43.484 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6014 | 2024-10-30T19:26:44.379Z | [ recovery-image] Oct 30 19:26:43.494 INFO O| Oct 30 19:26:43.494 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
6015 | 2024-10-30T19:26:44.379Z | [ recovery-image] Oct 30 19:26:43.494 INFO O| Oct 30 19:26:43.494 INFO STEP 612 (remove_files) COMPLETE |
6016 | 2024-10-30T19:26:44.381Z | [ recovery-image] Oct 30 19:26:43.494 INFO O| Oct 30 19:26:43.494 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6017 | 2024-10-30T19:26:44.389Z | [ recovery-image] Oct 30 19:26:43.504 INFO O| Oct 30 19:26:43.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
6018 | 2024-10-30T19:26:44.391Z | [ recovery-image] Oct 30 19:26:43.504 INFO O| Oct 30 19:26:43.504 INFO STEP 613 (remove_files) COMPLETE |
6019 | 2024-10-30T19:26:44.391Z | [ recovery-image] Oct 30 19:26:43.504 INFO O| Oct 30 19:26:43.504 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6020 | 2024-10-30T19:26:44.399Z | [ recovery-image] Oct 30 19:26:43.514 INFO O| Oct 30 19:26:43.514 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
6021 | 2024-10-30T19:26:44.401Z | [ recovery-image] Oct 30 19:26:43.514 INFO O| Oct 30 19:26:43.514 INFO STEP 614 (remove_files) COMPLETE |
6022 | 2024-10-30T19:26:44.401Z | [ recovery-image] Oct 30 19:26:43.514 INFO O| Oct 30 19:26:43.514 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6023 | 2024-10-30T19:26:44.409Z | [ recovery-image] Oct 30 19:26:43.524 INFO O| Oct 30 19:26:43.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
6024 | 2024-10-30T19:26:44.409Z | [ recovery-image] Oct 30 19:26:43.524 INFO O| Oct 30 19:26:43.524 INFO STEP 615 (remove_files) COMPLETE |
6025 | 2024-10-30T19:26:44.412Z | [ recovery-image] Oct 30 19:26:43.525 INFO O| Oct 30 19:26:43.524 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6026 | 2024-10-30T19:26:44.421Z | [ recovery-image] Oct 30 19:26:43.535 INFO O| Oct 30 19:26:43.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
6027 | 2024-10-30T19:26:44.421Z | [ recovery-image] Oct 30 19:26:43.535 INFO O| Oct 30 19:26:43.535 INFO STEP 616 (remove_files) COMPLETE |
6028 | 2024-10-30T19:26:44.423Z | [ recovery-image] Oct 30 19:26:43.535 INFO O| Oct 30 19:26:43.535 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6029 | 2024-10-30T19:26:44.431Z | [ recovery-image] Oct 30 19:26:43.546 INFO O| Oct 30 19:26:43.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
6030 | 2024-10-30T19:26:44.433Z | [ recovery-image] Oct 30 19:26:43.546 INFO O| Oct 30 19:26:43.546 INFO STEP 617 (remove_files) COMPLETE |
6031 | 2024-10-30T19:26:44.433Z | [ recovery-image] Oct 30 19:26:43.546 INFO O| Oct 30 19:26:43.546 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6032 | 2024-10-30T19:26:44.442Z | [ recovery-image] Oct 30 19:26:43.556 INFO O| Oct 30 19:26:43.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
6033 | 2024-10-30T19:26:44.442Z | [ recovery-image] Oct 30 19:26:43.557 INFO O| Oct 30 19:26:43.557 INFO STEP 618 (remove_files) COMPLETE |
6034 | 2024-10-30T19:26:44.444Z | [ recovery-image] Oct 30 19:26:43.557 INFO O| Oct 30 19:26:43.557 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6035 | 2024-10-30T19:26:44.453Z | [ recovery-image] Oct 30 19:26:43.567 INFO O| Oct 30 19:26:43.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
6036 | 2024-10-30T19:26:44.455Z | [ recovery-image] Oct 30 19:26:43.568 INFO O| Oct 30 19:26:43.568 INFO STEP 619 (remove_files) COMPLETE |
6037 | 2024-10-30T19:26:44.456Z | [ recovery-image] Oct 30 19:26:43.568 INFO O| Oct 30 19:26:43.568 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6038 | 2024-10-30T19:26:44.463Z | [ recovery-image] Oct 30 19:26:43.578 INFO O| Oct 30 19:26:43.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
6039 | 2024-10-30T19:26:44.466Z | [ recovery-image] Oct 30 19:26:43.578 INFO O| Oct 30 19:26:43.578 INFO STEP 620 (remove_files) COMPLETE |
6040 | 2024-10-30T19:26:44.466Z | [ recovery-image] Oct 30 19:26:43.578 INFO O| Oct 30 19:26:43.578 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6041 | 2024-10-30T19:26:44.474Z | [ recovery-image] Oct 30 19:26:43.589 INFO O| Oct 30 19:26:43.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
6042 | 2024-10-30T19:26:44.476Z | [ recovery-image] Oct 30 19:26:43.589 INFO O| Oct 30 19:26:43.589 INFO STEP 621 (remove_files) COMPLETE |
6043 | 2024-10-30T19:26:44.476Z | [ recovery-image] Oct 30 19:26:43.589 INFO O| Oct 30 19:26:43.589 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6044 | 2024-10-30T19:26:44.485Z | [ recovery-image] Oct 30 19:26:43.600 INFO O| Oct 30 19:26:43.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
6045 | 2024-10-30T19:26:44.485Z | [ recovery-image] Oct 30 19:26:43.600 INFO O| Oct 30 19:26:43.600 INFO STEP 622 (remove_files) COMPLETE |
6046 | 2024-10-30T19:26:44.487Z | [ recovery-image] Oct 30 19:26:43.600 INFO O| Oct 30 19:26:43.600 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6047 | 2024-10-30T19:26:44.495Z | [ recovery-image] Oct 30 19:26:43.610 INFO O| Oct 30 19:26:43.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
6048 | 2024-10-30T19:26:44.495Z | [ recovery-image] Oct 30 19:26:43.610 INFO O| Oct 30 19:26:43.610 INFO STEP 623 (remove_files) COMPLETE |
6049 | 2024-10-30T19:26:44.495Z | [ recovery-image] Oct 30 19:26:43.610 INFO O| Oct 30 19:26:43.610 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6050 | 2024-10-30T19:26:44.506Z | [ recovery-image] Oct 30 19:26:43.620 INFO O| Oct 30 19:26:43.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
6051 | 2024-10-30T19:26:45.511Z | [ recovery-image] Oct 30 19:26:43.621 INFO O| Oct 30 19:26:43.621 INFO STEP 624 (remove_files) COMPLETE |
6052 | 2024-10-30T19:26:45.511Z | [ recovery-image] Oct 30 19:26:43.621 INFO O| Oct 30 19:26:43.621 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6053 | 2024-10-30T19:26:45.515Z | [ recovery-image] Oct 30 19:26:43.631 INFO O| Oct 30 19:26:43.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
6054 | 2024-10-30T19:26:45.515Z | [ recovery-image] Oct 30 19:26:43.631 INFO O| Oct 30 19:26:43.631 INFO STEP 625 (remove_files) COMPLETE |
6055 | 2024-10-30T19:26:45.515Z | [ recovery-image] Oct 30 19:26:43.631 INFO O| Oct 30 19:26:43.631 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6056 | 2024-10-30T19:26:45.515Z | [ recovery-image] Oct 30 19:26:43.642 INFO O| Oct 30 19:26:43.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
6057 | 2024-10-30T19:26:45.515Z | [ recovery-image] Oct 30 19:26:43.642 INFO O| Oct 30 19:26:43.642 INFO STEP 626 (remove_files) COMPLETE |
6058 | 2024-10-30T19:26:45.515Z | [ recovery-image] Oct 30 19:26:43.642 INFO O| Oct 30 19:26:43.642 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6059 | 2024-10-30T19:26:45.515Z | [ recovery-image] Oct 30 19:26:43.652 INFO O| Oct 30 19:26:43.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
6060 | 2024-10-30T19:26:45.515Z | [ recovery-image] Oct 30 19:26:43.653 INFO O| Oct 30 19:26:43.653 INFO STEP 627 (remove_files) COMPLETE |
6061 | 2024-10-30T19:26:45.515Z | [ recovery-image] Oct 30 19:26:43.653 INFO O| Oct 30 19:26:43.653 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6062 | 2024-10-30T19:26:45.515Z | [ recovery-image] Oct 30 19:26:43.663 INFO O| Oct 30 19:26:43.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
6063 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.663 INFO O| Oct 30 19:26:43.663 INFO STEP 628 (remove_files) COMPLETE |
6064 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.663 INFO O| Oct 30 19:26:43.663 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6065 | 2024-10-30T19:26:45.518Z | [ host-image] Oct 30 19:26:43.664 INFO O| Oct 30 19:26:43.664 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
6066 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.674 INFO O| Oct 30 19:26:43.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
6067 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.674 INFO O| Oct 30 19:26:43.674 INFO STEP 629 (remove_files) COMPLETE |
6068 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.674 INFO O| Oct 30 19:26:43.674 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.685 INFO O| Oct 30 19:26:43.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
6070 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.685 INFO O| Oct 30 19:26:43.685 INFO STEP 630 (remove_files) COMPLETE |
6071 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.685 INFO O| Oct 30 19:26:43.685 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.696 INFO O| Oct 30 19:26:43.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
6073 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.696 INFO O| Oct 30 19:26:43.696 INFO STEP 631 (remove_files) COMPLETE |
6074 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.696 INFO O| Oct 30 19:26:43.696 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.707 INFO O| Oct 30 19:26:43.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
6076 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.707 INFO O| Oct 30 19:26:43.707 INFO STEP 632 (remove_files) COMPLETE |
6077 | 2024-10-30T19:26:45.518Z | [ recovery-image] Oct 30 19:26:43.707 INFO O| Oct 30 19:26:43.707 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.718 INFO O| Oct 30 19:26:43.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
6079 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.718 INFO O| Oct 30 19:26:43.718 INFO STEP 633 (remove_files) COMPLETE |
6080 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.718 INFO O| Oct 30 19:26:43.718 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.729 INFO O| Oct 30 19:26:43.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
6082 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.729 INFO O| Oct 30 19:26:43.729 INFO STEP 634 (remove_files) COMPLETE |
6083 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.729 INFO O| Oct 30 19:26:43.729 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.740 INFO O| Oct 30 19:26:43.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
6085 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.740 INFO O| Oct 30 19:26:43.740 INFO STEP 635 (remove_files) COMPLETE |
6086 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.740 INFO O| Oct 30 19:26:43.740 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.751 INFO O| Oct 30 19:26:43.751 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
6088 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.751 INFO O| Oct 30 19:26:43.751 INFO STEP 636 (remove_files) COMPLETE |
6089 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.751 INFO O| Oct 30 19:26:43.751 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-10-30T19:26:45.519Z | [ recovery-image] Oct 30 19:26:43.763 INFO O| Oct 30 19:26:43.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
6091 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.763 INFO O| Oct 30 19:26:43.763 INFO STEP 637 (remove_files) COMPLETE |
6092 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.763 INFO O| Oct 30 19:26:43.763 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.774 INFO O| Oct 30 19:26:43.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
6094 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.774 INFO O| Oct 30 19:26:43.774 INFO STEP 638 (remove_files) COMPLETE |
6095 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.774 INFO O| Oct 30 19:26:43.774 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.785 INFO O| Oct 30 19:26:43.785 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
6097 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.785 INFO O| Oct 30 19:26:43.785 INFO STEP 639 (remove_files) COMPLETE |
6098 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.785 INFO O| Oct 30 19:26:43.785 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.796 INFO O| Oct 30 19:26:43.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
6100 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.796 INFO O| Oct 30 19:26:43.796 INFO STEP 640 (remove_files) COMPLETE |
6101 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.796 INFO O| Oct 30 19:26:43.796 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.807 INFO O| Oct 30 19:26:43.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
6103 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.807 INFO O| Oct 30 19:26:43.807 INFO STEP 641 (remove_files) COMPLETE |
6104 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.807 INFO O| Oct 30 19:26:43.807 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.818 INFO O| Oct 30 19:26:43.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
6106 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.818 INFO O| Oct 30 19:26:43.818 INFO STEP 642 (remove_files) COMPLETE |
6107 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.818 INFO O| Oct 30 19:26:43.818 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.829 INFO O| Oct 30 19:26:43.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
6109 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.830 INFO O| Oct 30 19:26:43.830 INFO STEP 643 (remove_files) COMPLETE |
6110 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.830 INFO O| Oct 30 19:26:43.830 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.844 INFO O| Oct 30 19:26:43.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
6112 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.844 INFO O| Oct 30 19:26:43.844 INFO STEP 644 (remove_files) COMPLETE |
6113 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.844 INFO O| Oct 30 19:26:43.844 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.857 INFO O| Oct 30 19:26:43.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
6115 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.857 INFO O| Oct 30 19:26:43.857 INFO STEP 645 (remove_files) COMPLETE |
6116 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.857 INFO O| Oct 30 19:26:43.857 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.869 INFO O| Oct 30 19:26:43.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
6118 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.869 INFO O| Oct 30 19:26:43.869 INFO STEP 646 (remove_files) COMPLETE |
6119 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.869 INFO O| Oct 30 19:26:43.869 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.881 INFO O| Oct 30 19:26:43.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
6121 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.882 INFO O| Oct 30 19:26:43.881 INFO STEP 647 (remove_files) COMPLETE |
6122 | 2024-10-30T19:26:45.520Z | [ recovery-image] Oct 30 19:26:43.882 INFO O| Oct 30 19:26:43.882 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.893 INFO O| Oct 30 19:26:43.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
6124 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.893 INFO O| Oct 30 19:26:43.893 INFO STEP 648 (remove_files) COMPLETE |
6125 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.893 INFO O| Oct 30 19:26:43.893 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.905 INFO O| Oct 30 19:26:43.905 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
6127 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.905 INFO O| Oct 30 19:26:43.905 INFO STEP 649 (remove_files) COMPLETE |
6128 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.905 INFO O| Oct 30 19:26:43.905 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.917 INFO O| Oct 30 19:26:43.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
6130 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.917 INFO O| Oct 30 19:26:43.917 INFO STEP 650 (remove_files) COMPLETE |
6131 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.917 INFO O| Oct 30 19:26:43.917 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.929 INFO O| Oct 30 19:26:43.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
6133 | 2024-10-30T19:26:45.521Z | [ recovery-image] Oct 30 19:26:43.929 INFO O| Oct 30 19:26:43.929 INFO STEP 651 (remove_files) COMPLETE |
6134 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.929 INFO O| Oct 30 19:26:43.929 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.939 INFO O| Oct 30 19:26:43.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
6136 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.939 INFO O| Oct 30 19:26:43.939 INFO STEP 652 (remove_files) COMPLETE |
6137 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.939 INFO O| Oct 30 19:26:43.939 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.949 INFO O| Oct 30 19:26:43.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
6139 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.949 INFO O| Oct 30 19:26:43.949 INFO STEP 653 (remove_files) COMPLETE |
6140 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.949 INFO O| Oct 30 19:26:43.949 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.959 INFO O| Oct 30 19:26:43.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
6142 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.960 INFO O| Oct 30 19:26:43.959 INFO STEP 654 (remove_files) COMPLETE |
6143 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.960 INFO O| Oct 30 19:26:43.960 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.970 INFO O| Oct 30 19:26:43.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
6145 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.970 INFO O| Oct 30 19:26:43.970 INFO STEP 655 (remove_files) COMPLETE |
6146 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.970 INFO O| Oct 30 19:26:43.970 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.980 INFO O| Oct 30 19:26:43.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
6148 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.980 INFO O| Oct 30 19:26:43.980 INFO STEP 656 (remove_files) COMPLETE |
6149 | 2024-10-30T19:26:45.522Z | [ recovery-image] Oct 30 19:26:43.980 INFO O| Oct 30 19:26:43.980 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-10-30T19:26:45.523Z | [ recovery-image] Oct 30 19:26:43.990 INFO O| Oct 30 19:26:43.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
6151 | 2024-10-30T19:26:45.523Z | [ recovery-image] Oct 30 19:26:43.990 INFO O| Oct 30 19:26:43.990 INFO STEP 657 (remove_files) COMPLETE |
6152 | 2024-10-30T19:26:45.523Z | [ recovery-image] Oct 30 19:26:43.990 INFO O| Oct 30 19:26:43.990 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.001 INFO O| Oct 30 19:26:44.001 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
6154 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.001 INFO O| Oct 30 19:26:44.001 INFO STEP 658 (remove_files) COMPLETE |
6155 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.001 INFO O| Oct 30 19:26:44.001 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.013 INFO O| Oct 30 19:26:44.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
6157 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.013 INFO O| Oct 30 19:26:44.013 INFO STEP 659 (remove_files) COMPLETE |
6158 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.013 INFO O| Oct 30 19:26:44.013 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.024 INFO O| Oct 30 19:26:44.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
6160 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.024 INFO O| Oct 30 19:26:44.024 INFO STEP 660 (remove_files) COMPLETE |
6161 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.024 INFO O| Oct 30 19:26:44.024 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6162 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.037 INFO O| Oct 30 19:26:44.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
6163 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.037 INFO O| Oct 30 19:26:44.037 INFO STEP 661 (remove_files) COMPLETE |
6164 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.037 INFO O| Oct 30 19:26:44.037 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6165 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.049 INFO O| Oct 30 19:26:44.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
6166 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.049 INFO O| Oct 30 19:26:44.049 INFO STEP 662 (remove_files) COMPLETE |
6167 | 2024-10-30T19:26:45.527Z | [ recovery-image] Oct 30 19:26:44.049 INFO O| Oct 30 19:26:44.049 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6168 | 2024-10-30T19:26:45.528Z | [ recovery-image] Oct 30 19:26:44.061 INFO O| Oct 30 19:26:44.061 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
6169 | 2024-10-30T19:26:45.528Z | [ recovery-image] Oct 30 19:26:44.061 INFO O| Oct 30 19:26:44.061 INFO STEP 663 (remove_files) COMPLETE |
6170 | 2024-10-30T19:26:45.528Z | [ recovery-image] Oct 30 19:26:44.061 INFO O| Oct 30 19:26:44.061 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6171 | 2024-10-30T19:26:45.528Z | [ recovery-image] Oct 30 19:26:44.072 INFO O| Oct 30 19:26:44.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
6172 | 2024-10-30T19:26:45.528Z | [ recovery-image] Oct 30 19:26:44.072 INFO O| Oct 30 19:26:44.072 INFO STEP 664 (remove_files) COMPLETE |
6173 | 2024-10-30T19:26:45.528Z | [ recovery-image] Oct 30 19:26:44.072 INFO O| Oct 30 19:26:44.072 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6174 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.082 INFO O| Oct 30 19:26:44.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
6175 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.082 INFO O| Oct 30 19:26:44.082 INFO STEP 665 (remove_files) COMPLETE |
6176 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.082 INFO O| Oct 30 19:26:44.082 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6177 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.093 INFO O| Oct 30 19:26:44.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
6178 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.093 INFO O| Oct 30 19:26:44.093 INFO STEP 666 (remove_files) COMPLETE |
6179 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.093 INFO O| Oct 30 19:26:44.093 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6180 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.104 INFO O| Oct 30 19:26:44.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
6181 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.104 INFO O| Oct 30 19:26:44.104 INFO STEP 667 (remove_files) COMPLETE |
6182 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.104 INFO O| Oct 30 19:26:44.104 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6183 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.115 INFO O| Oct 30 19:26:44.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
6184 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.115 INFO O| Oct 30 19:26:44.115 INFO STEP 668 (remove_files) COMPLETE |
6185 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.115 INFO O| Oct 30 19:26:44.115 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6186 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.126 INFO O| Oct 30 19:26:44.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
6187 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.126 INFO O| Oct 30 19:26:44.126 INFO STEP 669 (remove_files) COMPLETE |
6188 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.126 INFO O| Oct 30 19:26:44.126 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6189 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.139 INFO O| Oct 30 19:26:44.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
6190 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.139 INFO O| Oct 30 19:26:44.139 INFO STEP 670 (remove_files) COMPLETE |
6191 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.139 INFO O| Oct 30 19:26:44.139 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6192 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.150 INFO O| Oct 30 19:26:44.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
6193 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.151 INFO O| Oct 30 19:26:44.151 INFO STEP 671 (remove_files) COMPLETE |
6194 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.151 INFO O| Oct 30 19:26:44.151 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6195 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.161 INFO O| Oct 30 19:26:44.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
6196 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.161 INFO O| Oct 30 19:26:44.161 INFO STEP 672 (remove_files) COMPLETE |
6197 | 2024-10-30T19:26:45.529Z | [ recovery-image] Oct 30 19:26:44.161 INFO O| Oct 30 19:26:44.161 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6198 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.175 INFO O| Oct 30 19:26:44.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
6199 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.175 INFO O| Oct 30 19:26:44.175 INFO STEP 673 (remove_files) COMPLETE |
6200 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.175 INFO O| Oct 30 19:26:44.175 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6201 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.188 INFO O| Oct 30 19:26:44.188 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
6202 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.188 INFO O| Oct 30 19:26:44.188 INFO STEP 674 (remove_files) COMPLETE |
6203 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.188 INFO O| Oct 30 19:26:44.188 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6204 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.201 INFO O| Oct 30 19:26:44.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
6205 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.201 INFO O| Oct 30 19:26:44.201 INFO STEP 675 (remove_files) COMPLETE |
6206 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.201 INFO O| Oct 30 19:26:44.201 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6207 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.213 INFO O| Oct 30 19:26:44.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
6208 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.213 INFO O| Oct 30 19:26:44.213 INFO STEP 676 (remove_files) COMPLETE |
6209 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.213 INFO O| Oct 30 19:26:44.213 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6210 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.224 INFO O| Oct 30 19:26:44.224 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
6211 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.224 INFO O| Oct 30 19:26:44.224 INFO STEP 677 (remove_files) COMPLETE |
6212 | 2024-10-30T19:26:45.531Z | [ recovery-image] Oct 30 19:26:44.224 INFO O| Oct 30 19:26:44.224 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6213 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.235 INFO O| Oct 30 19:26:44.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
6214 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.235 INFO O| Oct 30 19:26:44.235 INFO STEP 678 (remove_files) COMPLETE |
6215 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.235 INFO O| Oct 30 19:26:44.235 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6216 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.246 INFO O| Oct 30 19:26:44.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
6217 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.246 INFO O| Oct 30 19:26:44.246 INFO STEP 679 (remove_files) COMPLETE |
6218 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.246 INFO O| Oct 30 19:26:44.246 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6219 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.257 INFO O| Oct 30 19:26:44.257 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
6220 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.257 INFO O| Oct 30 19:26:44.257 INFO STEP 680 (remove_files) COMPLETE |
6221 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.257 INFO O| Oct 30 19:26:44.257 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6222 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.268 INFO O| Oct 30 19:26:44.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
6223 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.268 INFO O| Oct 30 19:26:44.268 INFO STEP 681 (remove_files) COMPLETE |
6224 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.268 INFO O| Oct 30 19:26:44.268 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6225 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.278 INFO O| Oct 30 19:26:44.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
6226 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.279 INFO O| Oct 30 19:26:44.279 INFO STEP 682 (remove_files) COMPLETE |
6227 | 2024-10-30T19:26:45.532Z | [ recovery-image] Oct 30 19:26:44.279 INFO O| Oct 30 19:26:44.279 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6228 | 2024-10-30T19:26:45.533Z | [ recovery-image] Oct 30 19:26:44.289 INFO O| Oct 30 19:26:44.289 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
6229 | 2024-10-30T19:26:45.533Z | [ recovery-image] Oct 30 19:26:44.289 INFO O| Oct 30 19:26:44.289 INFO STEP 683 (remove_files) COMPLETE |
6230 | 2024-10-30T19:26:45.533Z | [ recovery-image] Oct 30 19:26:44.289 INFO O| Oct 30 19:26:44.289 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6231 | 2024-10-30T19:26:45.533Z | [ recovery-image] Oct 30 19:26:44.299 INFO O| Oct 30 19:26:44.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
6232 | 2024-10-30T19:26:45.533Z | [ recovery-image] Oct 30 19:26:44.299 INFO O| Oct 30 19:26:44.299 INFO STEP 684 (remove_files) COMPLETE |
6233 | 2024-10-30T19:26:45.533Z | [ recovery-image] Oct 30 19:26:44.299 INFO O| Oct 30 19:26:44.299 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6234 | 2024-10-30T19:26:45.533Z | [ recovery-image] Oct 30 19:26:44.309 INFO O| Oct 30 19:26:44.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
6235 | 2024-10-30T19:26:45.533Z | [ recovery-image] Oct 30 19:26:44.309 INFO O| Oct 30 19:26:44.309 INFO STEP 685 (remove_files) COMPLETE |
6236 | 2024-10-30T19:26:45.533Z | [ recovery-image] Oct 30 19:26:44.309 INFO O| Oct 30 19:26:44.309 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6237 | 2024-10-30T19:26:45.533Z | [ recovery-image] Oct 30 19:26:44.319 INFO O| Oct 30 19:26:44.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
6238 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.319 INFO O| Oct 30 19:26:44.319 INFO STEP 686 (remove_files) COMPLETE |
6239 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.319 INFO O| Oct 30 19:26:44.319 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6240 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.329 INFO O| Oct 30 19:26:44.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
6241 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.330 INFO O| Oct 30 19:26:44.329 INFO STEP 687 (remove_files) COMPLETE |
6242 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.330 INFO O| Oct 30 19:26:44.330 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6243 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.340 INFO O| Oct 30 19:26:44.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
6244 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.340 INFO O| Oct 30 19:26:44.340 INFO STEP 688 (remove_files) COMPLETE |
6245 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.340 INFO O| Oct 30 19:26:44.340 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6246 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.350 INFO O| Oct 30 19:26:44.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
6247 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.350 INFO O| Oct 30 19:26:44.350 INFO STEP 689 (remove_files) COMPLETE |
6248 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.350 INFO O| Oct 30 19:26:44.350 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6249 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.360 INFO O| Oct 30 19:26:44.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
6250 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.360 INFO O| Oct 30 19:26:44.360 INFO STEP 690 (remove_files) COMPLETE |
6251 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.360 INFO O| Oct 30 19:26:44.360 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6252 | 2024-10-30T19:26:45.534Z | [ recovery-image] Oct 30 19:26:44.370 INFO O| Oct 30 19:26:44.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
6253 | 2024-10-30T19:26:45.538Z | [ recovery-image] Oct 30 19:26:44.370 INFO O| Oct 30 19:26:44.370 INFO STEP 691 (remove_files) COMPLETE |
6254 | 2024-10-30T19:26:45.538Z | [ recovery-image] Oct 30 19:26:44.370 INFO O| Oct 30 19:26:44.370 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6255 | 2024-10-30T19:26:45.538Z | [ recovery-image] Oct 30 19:26:44.380 INFO O| Oct 30 19:26:44.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
6256 | 2024-10-30T19:26:45.538Z | [ recovery-image] Oct 30 19:26:44.380 INFO O| Oct 30 19:26:44.380 INFO STEP 692 (remove_files) COMPLETE |
6257 | 2024-10-30T19:26:45.538Z | [ recovery-image] Oct 30 19:26:44.380 INFO O| Oct 30 19:26:44.380 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6258 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.390 INFO O| Oct 30 19:26:44.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
6259 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.390 INFO O| Oct 30 19:26:44.390 INFO STEP 693 (remove_files) COMPLETE |
6260 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.390 INFO O| Oct 30 19:26:44.390 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6261 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.400 INFO O| Oct 30 19:26:44.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
6262 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.400 INFO O| Oct 30 19:26:44.400 INFO STEP 694 (remove_files) COMPLETE |
6263 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.400 INFO O| Oct 30 19:26:44.400 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6264 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.410 INFO O| Oct 30 19:26:44.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
6265 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.410 INFO O| Oct 30 19:26:44.410 INFO STEP 695 (remove_files) COMPLETE |
6266 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.410 INFO O| Oct 30 19:26:44.410 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6267 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.420 INFO O| Oct 30 19:26:44.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
6268 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.420 INFO O| Oct 30 19:26:44.420 INFO STEP 696 (remove_files) COMPLETE |
6269 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.420 INFO O| Oct 30 19:26:44.420 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6270 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.432 INFO O| Oct 30 19:26:44.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
6271 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.432 INFO O| Oct 30 19:26:44.432 INFO STEP 697 (remove_files) COMPLETE |
6272 | 2024-10-30T19:26:45.539Z | [ recovery-image] Oct 30 19:26:44.432 INFO O| Oct 30 19:26:44.432 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6273 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.444 INFO O| Oct 30 19:26:44.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
6274 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.444 INFO O| Oct 30 19:26:44.444 INFO STEP 698 (remove_files) COMPLETE |
6275 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.444 INFO O| Oct 30 19:26:44.444 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6276 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.456 INFO O| Oct 30 19:26:44.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
6277 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.456 INFO O| Oct 30 19:26:44.456 INFO STEP 699 (remove_files) COMPLETE |
6278 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.456 INFO O| Oct 30 19:26:44.456 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6279 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.468 INFO O| Oct 30 19:26:44.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
6280 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.468 INFO O| Oct 30 19:26:44.468 INFO STEP 700 (remove_files) COMPLETE |
6281 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.468 INFO O| Oct 30 19:26:44.468 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6282 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.480 INFO O| Oct 30 19:26:44.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
6283 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.480 INFO O| Oct 30 19:26:44.480 INFO STEP 701 (remove_files) COMPLETE |
6284 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.480 INFO O| Oct 30 19:26:44.480 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6285 | 2024-10-30T19:26:45.540Z | [ recovery-image] Oct 30 19:26:44.492 INFO O| Oct 30 19:26:44.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
6286 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.492 INFO O| Oct 30 19:26:44.492 INFO STEP 702 (remove_files) COMPLETE |
6287 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.492 INFO O| Oct 30 19:26:44.492 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6288 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.505 INFO O| Oct 30 19:26:44.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
6289 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.505 INFO O| Oct 30 19:26:44.505 INFO STEP 703 (remove_files) COMPLETE |
6290 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.505 INFO O| Oct 30 19:26:44.505 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6291 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.516 INFO O| Oct 30 19:26:44.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
6292 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.516 INFO O| Oct 30 19:26:44.516 INFO STEP 704 (remove_files) COMPLETE |
6293 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.516 INFO O| Oct 30 19:26:44.516 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6294 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.527 INFO O| Oct 30 19:26:44.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
6295 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.527 INFO O| Oct 30 19:26:44.527 INFO STEP 705 (remove_files) COMPLETE |
6296 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.527 INFO O| Oct 30 19:26:44.527 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6297 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.538 INFO O| Oct 30 19:26:44.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
6298 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.538 INFO O| Oct 30 19:26:44.538 INFO STEP 706 (remove_files) COMPLETE |
6299 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.538 INFO O| Oct 30 19:26:44.538 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6300 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.549 INFO O| Oct 30 19:26:44.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
6301 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.549 INFO O| Oct 30 19:26:44.549 INFO STEP 707 (remove_files) COMPLETE |
6302 | 2024-10-30T19:26:45.541Z | [ recovery-image] Oct 30 19:26:44.549 INFO O| Oct 30 19:26:44.549 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6303 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.559 INFO O| Oct 30 19:26:44.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
6304 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.559 INFO O| Oct 30 19:26:44.559 INFO STEP 708 (remove_files) COMPLETE |
6305 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.559 INFO O| Oct 30 19:26:44.559 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6306 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.570 INFO O| Oct 30 19:26:44.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
6307 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.570 INFO O| Oct 30 19:26:44.570 INFO STEP 709 (remove_files) COMPLETE |
6308 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.570 INFO O| Oct 30 19:26:44.570 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.580 INFO O| Oct 30 19:26:44.580 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
6310 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.580 INFO O| Oct 30 19:26:44.580 INFO STEP 710 (remove_files) COMPLETE |
6311 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.580 INFO O| Oct 30 19:26:44.580 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.590 INFO O| Oct 30 19:26:44.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
6313 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.590 INFO O| Oct 30 19:26:44.590 INFO STEP 711 (remove_files) COMPLETE |
6314 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.590 INFO O| Oct 30 19:26:44.590 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.600 INFO O| Oct 30 19:26:44.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6316 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.600 INFO O| Oct 30 19:26:44.600 INFO STEP 712 (remove_files) COMPLETE |
6317 | 2024-10-30T19:26:45.542Z | [ recovery-image] Oct 30 19:26:44.600 INFO O| Oct 30 19:26:44.600 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-10-30T19:26:45.543Z | [ recovery-image] Oct 30 19:26:44.611 INFO O| Oct 30 19:26:44.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6319 | 2024-10-30T19:26:45.543Z | [ recovery-image] Oct 30 19:26:44.611 INFO O| Oct 30 19:26:44.611 INFO STEP 713 (remove_files) COMPLETE |
6320 | 2024-10-30T19:26:45.543Z | [ recovery-image] Oct 30 19:26:44.611 INFO O| Oct 30 19:26:44.611 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-10-30T19:26:45.543Z | [ recovery-image] Oct 30 19:26:44.621 INFO O| Oct 30 19:26:44.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6322 | 2024-10-30T19:26:45.543Z | [ recovery-image] Oct 30 19:26:44.621 INFO O| Oct 30 19:26:44.621 INFO STEP 714 (remove_files) COMPLETE |
6323 | 2024-10-30T19:26:45.543Z | [ recovery-image] Oct 30 19:26:44.621 INFO O| Oct 30 19:26:44.621 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-10-30T19:26:45.543Z | [ recovery-image] Oct 30 19:26:44.631 INFO O| Oct 30 19:26:44.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6325 | 2024-10-30T19:26:45.544Z | [ recovery-image] Oct 30 19:26:44.631 INFO O| Oct 30 19:26:44.631 INFO STEP 715 (remove_files) COMPLETE |
6326 | 2024-10-30T19:26:45.544Z | [ recovery-image] Oct 30 19:26:44.631 INFO O| Oct 30 19:26:44.631 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-10-30T19:26:45.544Z | [ recovery-image] Oct 30 19:26:44.641 INFO O| Oct 30 19:26:44.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6328 | 2024-10-30T19:26:45.544Z | [ recovery-image] Oct 30 19:26:44.641 INFO O| Oct 30 19:26:44.641 INFO STEP 716 (remove_files) COMPLETE |
6329 | 2024-10-30T19:26:45.544Z | [ recovery-image] Oct 30 19:26:44.642 INFO O| Oct 30 19:26:44.641 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-10-30T19:26:45.547Z | [ recovery-image] Oct 30 19:26:44.653 INFO O| Oct 30 19:26:44.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6331 | 2024-10-30T19:26:45.547Z | [ recovery-image] Oct 30 19:26:44.653 INFO O| Oct 30 19:26:44.653 INFO STEP 717 (remove_files) COMPLETE |
6332 | 2024-10-30T19:26:45.547Z | [ recovery-image] Oct 30 19:26:44.653 INFO O| Oct 30 19:26:44.653 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-10-30T19:26:45.551Z | [ recovery-image] Oct 30 19:26:44.666 INFO O| Oct 30 19:26:44.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6334 | 2024-10-30T19:26:45.551Z | [ recovery-image] Oct 30 19:26:44.666 INFO O| Oct 30 19:26:44.666 INFO STEP 718 (remove_files) COMPLETE |
6335 | 2024-10-30T19:26:45.551Z | [ recovery-image] Oct 30 19:26:44.666 INFO O| Oct 30 19:26:44.666 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-10-30T19:26:45.563Z | [ recovery-image] Oct 30 19:26:44.678 INFO O| Oct 30 19:26:44.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6337 | 2024-10-30T19:26:45.563Z | [ recovery-image] Oct 30 19:26:44.678 INFO O| Oct 30 19:26:44.678 INFO STEP 719 (remove_files) COMPLETE |
6338 | 2024-10-30T19:26:45.565Z | [ recovery-image] Oct 30 19:26:44.678 INFO O| Oct 30 19:26:44.678 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-10-30T19:26:45.574Z | [ recovery-image] Oct 30 19:26:44.689 INFO O| Oct 30 19:26:44.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6340 | 2024-10-30T19:26:45.578Z | [ recovery-image] Oct 30 19:26:44.689 INFO O| Oct 30 19:26:44.689 INFO STEP 720 (remove_files) COMPLETE |
6341 | 2024-10-30T19:26:45.578Z | [ recovery-image] Oct 30 19:26:44.689 INFO O| Oct 30 19:26:44.689 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-10-30T19:26:45.585Z | [ recovery-image] Oct 30 19:26:44.700 INFO O| Oct 30 19:26:44.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6343 | 2024-10-30T19:26:45.585Z | [ recovery-image] Oct 30 19:26:44.700 INFO O| Oct 30 19:26:44.700 INFO STEP 721 (remove_files) COMPLETE |
6344 | 2024-10-30T19:26:45.588Z | [ recovery-image] Oct 30 19:26:44.700 INFO O| Oct 30 19:26:44.700 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-10-30T19:26:45.595Z | [ recovery-image] Oct 30 19:26:44.710 INFO O| Oct 30 19:26:44.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6346 | 2024-10-30T19:26:45.595Z | [ recovery-image] Oct 30 19:26:44.710 INFO O| Oct 30 19:26:44.710 INFO STEP 722 (remove_files) COMPLETE |
6347 | 2024-10-30T19:26:45.598Z | [ recovery-image] Oct 30 19:26:44.710 INFO O| Oct 30 19:26:44.710 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-10-30T19:26:45.606Z | [ recovery-image] Oct 30 19:26:44.720 INFO O| Oct 30 19:26:44.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6349 | 2024-10-30T19:26:45.606Z | [ recovery-image] Oct 30 19:26:44.720 INFO O| Oct 30 19:26:44.720 INFO STEP 723 (remove_files) COMPLETE |
6350 | 2024-10-30T19:26:45.606Z | [ recovery-image] Oct 30 19:26:44.720 INFO O| Oct 30 19:26:44.720 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-10-30T19:26:45.618Z | [ recovery-image] Oct 30 19:26:44.733 INFO O| Oct 30 19:26:44.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6352 | 2024-10-30T19:26:45.618Z | [ recovery-image] Oct 30 19:26:44.733 INFO O| Oct 30 19:26:44.733 INFO STEP 724 (remove_files) COMPLETE |
6353 | 2024-10-30T19:26:45.618Z | [ recovery-image] Oct 30 19:26:44.733 INFO O| Oct 30 19:26:44.733 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-10-30T19:26:45.630Z | [ recovery-image] Oct 30 19:26:44.745 INFO O| Oct 30 19:26:44.745 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6355 | 2024-10-30T19:26:45.630Z | [ recovery-image] Oct 30 19:26:44.745 INFO O| Oct 30 19:26:44.745 INFO STEP 725 (remove_files) COMPLETE |
6356 | 2024-10-30T19:26:45.632Z | [ recovery-image] Oct 30 19:26:44.745 INFO O| Oct 30 19:26:44.745 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-10-30T19:26:45.641Z | [ recovery-image] Oct 30 19:26:44.755 INFO O| Oct 30 19:26:44.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6358 | 2024-10-30T19:26:45.641Z | [ recovery-image] Oct 30 19:26:44.756 INFO O| Oct 30 19:26:44.756 INFO STEP 726 (remove_files) COMPLETE |
6359 | 2024-10-30T19:26:45.641Z | [ recovery-image] Oct 30 19:26:44.756 INFO O| Oct 30 19:26:44.756 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-10-30T19:26:45.651Z | [ recovery-image] Oct 30 19:26:44.766 INFO O| Oct 30 19:26:44.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6361 | 2024-10-30T19:26:45.654Z | [ recovery-image] Oct 30 19:26:44.766 INFO O| Oct 30 19:26:44.766 INFO STEP 727 (remove_files) COMPLETE |
6362 | 2024-10-30T19:26:45.654Z | [ recovery-image] Oct 30 19:26:44.766 INFO O| Oct 30 19:26:44.766 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-10-30T19:26:45.665Z | [ recovery-image] Oct 30 19:26:44.780 INFO O| Oct 30 19:26:44.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6364 | 2024-10-30T19:26:45.668Z | [ recovery-image] Oct 30 19:26:44.780 INFO O| Oct 30 19:26:44.780 INFO STEP 728 (remove_files) COMPLETE |
6365 | 2024-10-30T19:26:45.668Z | [ recovery-image] Oct 30 19:26:44.780 INFO O| Oct 30 19:26:44.780 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-10-30T19:26:45.678Z | [ recovery-image] Oct 30 19:26:44.793 INFO O| Oct 30 19:26:44.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6367 | 2024-10-30T19:26:45.678Z | [ recovery-image] Oct 30 19:26:44.793 INFO O| Oct 30 19:26:44.793 INFO STEP 729 (remove_files) COMPLETE |
6368 | 2024-10-30T19:26:45.678Z | [ recovery-image] Oct 30 19:26:44.793 INFO O| Oct 30 19:26:44.793 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-10-30T19:26:45.691Z | [ recovery-image] Oct 30 19:26:44.806 INFO O| Oct 30 19:26:44.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6370 | 2024-10-30T19:26:45.694Z | [ recovery-image] Oct 30 19:26:44.806 INFO O| Oct 30 19:26:44.806 INFO STEP 730 (remove_files) COMPLETE |
6371 | 2024-10-30T19:26:45.694Z | [ recovery-image] Oct 30 19:26:44.806 INFO O| Oct 30 19:26:44.806 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-10-30T19:26:45.704Z | [ recovery-image] Oct 30 19:26:44.819 INFO O| Oct 30 19:26:44.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6373 | 2024-10-30T19:26:45.704Z | [ recovery-image] Oct 30 19:26:44.819 INFO O| Oct 30 19:26:44.819 INFO STEP 731 (remove_files) COMPLETE |
6374 | 2024-10-30T19:26:45.704Z | [ recovery-image] Oct 30 19:26:44.819 INFO O| Oct 30 19:26:44.819 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6375 | 2024-10-30T19:26:45.717Z | [ recovery-image] Oct 30 19:26:44.832 INFO O| Oct 30 19:26:44.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6376 | 2024-10-30T19:26:45.717Z | [ recovery-image] Oct 30 19:26:44.832 INFO O| Oct 30 19:26:44.832 INFO STEP 732 (remove_files) COMPLETE |
6377 | 2024-10-30T19:26:45.717Z | [ recovery-image] Oct 30 19:26:44.832 INFO O| Oct 30 19:26:44.832 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6378 | 2024-10-30T19:26:45.730Z | [ recovery-image] Oct 30 19:26:44.844 INFO O| Oct 30 19:26:44.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6379 | 2024-10-30T19:26:45.730Z | [ recovery-image] Oct 30 19:26:44.844 INFO O| Oct 30 19:26:44.844 INFO STEP 733 (remove_files) COMPLETE |
6380 | 2024-10-30T19:26:45.730Z | [ recovery-image] Oct 30 19:26:44.844 INFO O| Oct 30 19:26:44.844 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6381 | 2024-10-30T19:26:45.743Z | [ recovery-image] Oct 30 19:26:44.857 INFO O| Oct 30 19:26:44.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6382 | 2024-10-30T19:26:45.743Z | [ recovery-image] Oct 30 19:26:44.857 INFO O| Oct 30 19:26:44.857 INFO STEP 734 (remove_files) COMPLETE |
6383 | 2024-10-30T19:26:45.745Z | [ recovery-image] Oct 30 19:26:44.858 INFO O| Oct 30 19:26:44.857 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6384 | 2024-10-30T19:26:45.755Z | [ recovery-image] Oct 30 19:26:44.869 INFO O| Oct 30 19:26:44.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6385 | 2024-10-30T19:26:45.757Z | [ recovery-image] Oct 30 19:26:44.870 INFO O| Oct 30 19:26:44.869 INFO STEP 735 (remove_files) COMPLETE |
6386 | 2024-10-30T19:26:45.757Z | [ recovery-image] Oct 30 19:26:44.870 INFO O| Oct 30 19:26:44.870 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6387 | 2024-10-30T19:26:45.766Z | [ recovery-image] Oct 30 19:26:44.881 INFO O| Oct 30 19:26:44.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6388 | 2024-10-30T19:26:45.768Z | [ recovery-image] Oct 30 19:26:44.881 INFO O| Oct 30 19:26:44.881 INFO STEP 736 (remove_files) COMPLETE |
6389 | 2024-10-30T19:26:45.768Z | [ recovery-image] Oct 30 19:26:44.881 INFO O| Oct 30 19:26:44.881 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6390 | 2024-10-30T19:26:45.777Z | [ recovery-image] Oct 30 19:26:44.892 INFO O| Oct 30 19:26:44.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6391 | 2024-10-30T19:26:45.779Z | [ recovery-image] Oct 30 19:26:44.892 INFO O| Oct 30 19:26:44.892 INFO STEP 737 (remove_files) COMPLETE |
6392 | 2024-10-30T19:26:45.779Z | [ recovery-image] Oct 30 19:26:44.892 INFO O| Oct 30 19:26:44.892 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6393 | 2024-10-30T19:26:45.788Z | [ recovery-image] Oct 30 19:26:44.903 INFO O| Oct 30 19:26:44.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6394 | 2024-10-30T19:26:45.788Z | [ recovery-image] Oct 30 19:26:44.903 INFO O| Oct 30 19:26:44.903 INFO STEP 738 (remove_files) COMPLETE |
6395 | 2024-10-30T19:26:45.791Z | [ recovery-image] Oct 30 19:26:44.903 INFO O| Oct 30 19:26:44.903 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6396 | 2024-10-30T19:26:45.798Z | [ recovery-image] Oct 30 19:26:44.913 INFO O| Oct 30 19:26:44.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6397 | 2024-10-30T19:26:45.801Z | [ recovery-image] Oct 30 19:26:44.913 INFO O| Oct 30 19:26:44.913 INFO STEP 739 (remove_files) COMPLETE |
6398 | 2024-10-30T19:26:45.801Z | [ recovery-image] Oct 30 19:26:44.913 INFO O| Oct 30 19:26:44.913 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6399 | 2024-10-30T19:26:45.811Z | [ recovery-image] Oct 30 19:26:44.926 INFO O| Oct 30 19:26:44.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6400 | 2024-10-30T19:26:45.813Z | [ recovery-image] Oct 30 19:26:44.926 INFO O| Oct 30 19:26:44.926 INFO STEP 740 (remove_files) COMPLETE |
6401 | 2024-10-30T19:26:45.813Z | [ recovery-image] Oct 30 19:26:44.926 INFO O| Oct 30 19:26:44.926 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6402 | 2024-10-30T19:26:45.821Z | [ recovery-image] Oct 30 19:26:44.936 INFO O| Oct 30 19:26:44.936 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6403 | 2024-10-30T19:26:45.821Z | [ recovery-image] Oct 30 19:26:44.936 INFO O| Oct 30 19:26:44.936 INFO STEP 741 (remove_files) COMPLETE |
6404 | 2024-10-30T19:26:45.821Z | [ recovery-image] Oct 30 19:26:44.936 INFO O| Oct 30 19:26:44.936 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6405 | 2024-10-30T19:26:45.831Z | [ recovery-image] Oct 30 19:26:44.946 INFO O| Oct 30 19:26:44.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6406 | 2024-10-30T19:26:45.831Z | [ recovery-image] Oct 30 19:26:44.946 INFO O| Oct 30 19:26:44.946 INFO STEP 742 (remove_files) COMPLETE |
6407 | 2024-10-30T19:26:45.831Z | [ recovery-image] Oct 30 19:26:44.946 INFO O| Oct 30 19:26:44.946 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6408 | 2024-10-30T19:26:45.841Z | [ recovery-image] Oct 30 19:26:44.956 INFO O| Oct 30 19:26:44.956 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6409 | 2024-10-30T19:26:45.843Z | [ recovery-image] Oct 30 19:26:44.956 INFO O| Oct 30 19:26:44.956 INFO STEP 743 (remove_files) COMPLETE |
6410 | 2024-10-30T19:26:45.843Z | [ recovery-image] Oct 30 19:26:44.956 INFO O| Oct 30 19:26:44.956 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6411 | 2024-10-30T19:26:45.852Z | [ recovery-image] Oct 30 19:26:44.967 INFO O| Oct 30 19:26:44.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6412 | 2024-10-30T19:26:45.852Z | [ recovery-image] Oct 30 19:26:44.967 INFO O| Oct 30 19:26:44.967 INFO STEP 744 (remove_files) COMPLETE |
6413 | 2024-10-30T19:26:45.852Z | [ recovery-image] Oct 30 19:26:44.967 INFO O| Oct 30 19:26:44.967 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6414 | 2024-10-30T19:26:45.862Z | [ recovery-image] Oct 30 19:26:44.977 INFO O| Oct 30 19:26:44.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6415 | 2024-10-30T19:26:45.862Z | [ recovery-image] Oct 30 19:26:44.977 INFO O| Oct 30 19:26:44.977 INFO STEP 745 (remove_files) COMPLETE |
6416 | 2024-10-30T19:26:45.862Z | [ recovery-image] Oct 30 19:26:44.977 INFO O| Oct 30 19:26:44.977 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6417 | 2024-10-30T19:26:45.873Z | [ recovery-image] Oct 30 19:26:44.987 INFO O| Oct 30 19:26:44.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6418 | 2024-10-30T19:26:45.873Z | [ recovery-image] Oct 30 19:26:44.988 INFO O| Oct 30 19:26:44.987 INFO STEP 746 (remove_files) COMPLETE |
6419 | 2024-10-30T19:26:45.875Z | [ recovery-image] Oct 30 19:26:44.988 INFO O| Oct 30 19:26:44.988 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6420 | 2024-10-30T19:26:45.883Z | [ recovery-image] Oct 30 19:26:44.998 INFO O| Oct 30 19:26:44.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6421 | 2024-10-30T19:26:45.883Z | [ recovery-image] Oct 30 19:26:44.998 INFO O| Oct 30 19:26:44.998 INFO STEP 747 (remove_files) COMPLETE |
6422 | 2024-10-30T19:26:45.883Z | [ recovery-image] Oct 30 19:26:44.998 INFO O| Oct 30 19:26:44.998 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6423 | 2024-10-30T19:26:45.894Z | [ recovery-image] Oct 30 19:26:45.009 INFO O| Oct 30 19:26:45.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6424 | 2024-10-30T19:26:45.894Z | [ recovery-image] Oct 30 19:26:45.009 INFO O| Oct 30 19:26:45.009 INFO STEP 748 (remove_files) COMPLETE |
6425 | 2024-10-30T19:26:45.894Z | [ recovery-image] Oct 30 19:26:45.009 INFO O| Oct 30 19:26:45.009 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6426 | 2024-10-30T19:26:45.907Z | [ recovery-image] Oct 30 19:26:45.021 INFO O| Oct 30 19:26:45.021 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6427 | 2024-10-30T19:26:45.909Z | [ recovery-image] Oct 30 19:26:45.021 INFO O| Oct 30 19:26:45.021 INFO STEP 749 (remove_files) COMPLETE |
6428 | 2024-10-30T19:26:45.910Z | [ recovery-image] Oct 30 19:26:45.021 INFO O| Oct 30 19:26:45.021 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6429 | 2024-10-30T19:26:45.919Z | [ recovery-image] Oct 30 19:26:45.034 INFO O| Oct 30 19:26:45.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6430 | 2024-10-30T19:26:45.922Z | [ recovery-image] Oct 30 19:26:45.034 INFO O| Oct 30 19:26:45.034 INFO STEP 750 (remove_files) COMPLETE |
6431 | 2024-10-30T19:26:45.922Z | [ recovery-image] Oct 30 19:26:45.034 INFO O| Oct 30 19:26:45.034 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6432 | 2024-10-30T19:26:45.932Z | [ recovery-image] Oct 30 19:26:45.047 INFO O| Oct 30 19:26:45.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6433 | 2024-10-30T19:26:45.932Z | [ recovery-image] Oct 30 19:26:45.047 INFO O| Oct 30 19:26:45.047 INFO STEP 751 (remove_files) COMPLETE |
6434 | 2024-10-30T19:26:45.935Z | [ recovery-image] Oct 30 19:26:45.047 INFO O| Oct 30 19:26:45.047 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6435 | 2024-10-30T19:26:45.944Z | [ recovery-image] Oct 30 19:26:45.059 INFO O| Oct 30 19:26:45.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6436 | 2024-10-30T19:26:45.946Z | [ recovery-image] Oct 30 19:26:45.059 INFO O| Oct 30 19:26:45.059 INFO STEP 752 (remove_files) COMPLETE |
6437 | 2024-10-30T19:26:45.947Z | [ recovery-image] Oct 30 19:26:45.059 INFO O| Oct 30 19:26:45.059 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6438 | 2024-10-30T19:26:45.957Z | [ recovery-image] Oct 30 19:26:45.072 INFO O| Oct 30 19:26:45.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6439 | 2024-10-30T19:26:45.959Z | [ recovery-image] Oct 30 19:26:45.072 INFO O| Oct 30 19:26:45.072 INFO STEP 753 (remove_files) COMPLETE |
6440 | 2024-10-30T19:26:45.959Z | [ recovery-image] Oct 30 19:26:45.072 INFO O| Oct 30 19:26:45.072 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6441 | 2024-10-30T19:26:45.971Z | [ recovery-image] Oct 30 19:26:45.085 INFO O| Oct 30 19:26:45.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6442 | 2024-10-30T19:26:45.971Z | [ recovery-image] Oct 30 19:26:45.085 INFO O| Oct 30 19:26:45.085 INFO STEP 754 (remove_files) COMPLETE |
6443 | 2024-10-30T19:26:45.973Z | [ recovery-image] Oct 30 19:26:45.085 INFO O| Oct 30 19:26:45.085 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6444 | 2024-10-30T19:26:45.981Z | [ recovery-image] Oct 30 19:26:45.096 INFO O| Oct 30 19:26:45.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6445 | 2024-10-30T19:26:45.981Z | [ recovery-image] Oct 30 19:26:45.096 INFO O| Oct 30 19:26:45.096 INFO STEP 755 (remove_files) COMPLETE |
6446 | 2024-10-30T19:26:45.984Z | [ recovery-image] Oct 30 19:26:45.096 INFO O| Oct 30 19:26:45.096 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6447 | 2024-10-30T19:26:45.993Z | [ recovery-image] Oct 30 19:26:45.108 INFO O| Oct 30 19:26:45.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6448 | 2024-10-30T19:26:45.993Z | [ recovery-image] Oct 30 19:26:45.108 INFO O| Oct 30 19:26:45.108 INFO STEP 756 (remove_files) COMPLETE |
6449 | 2024-10-30T19:26:45.996Z | [ recovery-image] Oct 30 19:26:45.108 INFO O| Oct 30 19:26:45.108 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6450 | 2024-10-30T19:26:46.006Z | [ recovery-image] Oct 30 19:26:45.121 INFO O| Oct 30 19:26:45.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6451 | 2024-10-30T19:26:46.009Z | [ recovery-image] Oct 30 19:26:45.121 INFO O| Oct 30 19:26:45.121 INFO STEP 757 (remove_files) COMPLETE |
6452 | 2024-10-30T19:26:46.009Z | [ recovery-image] Oct 30 19:26:45.121 INFO O| Oct 30 19:26:45.121 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6453 | 2024-10-30T19:26:46.018Z | [ recovery-image] Oct 30 19:26:45.133 INFO O| Oct 30 19:26:45.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6454 | 2024-10-30T19:26:46.020Z | [ recovery-image] Oct 30 19:26:45.133 INFO O| Oct 30 19:26:45.133 INFO STEP 758 (remove_files) COMPLETE |
6455 | 2024-10-30T19:26:46.021Z | [ recovery-image] Oct 30 19:26:45.133 INFO O| Oct 30 19:26:45.133 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6456 | 2024-10-30T19:26:46.030Z | [ recovery-image] Oct 30 19:26:45.144 INFO O| Oct 30 19:26:45.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6457 | 2024-10-30T19:26:46.032Z | [ recovery-image] Oct 30 19:26:45.144 INFO O| Oct 30 19:26:45.144 INFO STEP 759 (remove_files) COMPLETE |
6458 | 2024-10-30T19:26:46.032Z | [ recovery-image] Oct 30 19:26:45.144 INFO O| Oct 30 19:26:45.144 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6459 | 2024-10-30T19:26:46.042Z | [ recovery-image] Oct 30 19:26:45.156 INFO O| Oct 30 19:26:45.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6460 | 2024-10-30T19:26:46.042Z | [ recovery-image] Oct 30 19:26:45.156 INFO O| Oct 30 19:26:45.156 INFO STEP 760 (remove_files) COMPLETE |
6461 | 2024-10-30T19:26:46.042Z | [ recovery-image] Oct 30 19:26:45.156 INFO O| Oct 30 19:26:45.156 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6462 | 2024-10-30T19:26:46.052Z | [ recovery-image] Oct 30 19:26:45.167 INFO O| Oct 30 19:26:45.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6463 | 2024-10-30T19:26:46.054Z | [ recovery-image] Oct 30 19:26:45.167 INFO O| Oct 30 19:26:45.167 INFO STEP 761 (remove_files) COMPLETE |
6464 | 2024-10-30T19:26:46.054Z | [ recovery-image] Oct 30 19:26:45.167 INFO O| Oct 30 19:26:45.167 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6465 | 2024-10-30T19:26:46.065Z | [ recovery-image] Oct 30 19:26:45.180 INFO O| Oct 30 19:26:45.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6466 | 2024-10-30T19:26:46.065Z | [ recovery-image] Oct 30 19:26:45.180 INFO O| Oct 30 19:26:45.180 INFO STEP 762 (remove_files) COMPLETE |
6467 | 2024-10-30T19:26:46.065Z | [ recovery-image] Oct 30 19:26:45.180 INFO O| Oct 30 19:26:45.180 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6468 | 2024-10-30T19:26:46.075Z | [ recovery-image] Oct 30 19:26:45.190 INFO O| Oct 30 19:26:45.190 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6469 | 2024-10-30T19:26:46.075Z | [ recovery-image] Oct 30 19:26:45.190 INFO O| Oct 30 19:26:45.190 INFO STEP 763 (remove_files) COMPLETE |
6470 | 2024-10-30T19:26:46.075Z | [ recovery-image] Oct 30 19:26:45.190 INFO O| Oct 30 19:26:45.190 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6471 | 2024-10-30T19:26:46.087Z | [ recovery-image] Oct 30 19:26:45.201 INFO O| Oct 30 19:26:45.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6472 | 2024-10-30T19:26:46.087Z | [ recovery-image] Oct 30 19:26:45.201 INFO O| Oct 30 19:26:45.201 INFO STEP 764 (remove_files) COMPLETE |
6473 | 2024-10-30T19:26:46.089Z | [ recovery-image] Oct 30 19:26:45.201 INFO O| Oct 30 19:26:45.201 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6474 | 2024-10-30T19:26:46.099Z | [ recovery-image] Oct 30 19:26:45.213 INFO O| Oct 30 19:26:45.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6475 | 2024-10-30T19:26:46.099Z | [ recovery-image] Oct 30 19:26:45.214 INFO O| Oct 30 19:26:45.213 INFO STEP 765 (remove_files) COMPLETE |
6476 | 2024-10-30T19:26:46.102Z | [ recovery-image] Oct 30 19:26:45.214 INFO O| Oct 30 19:26:45.214 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6477 | 2024-10-30T19:26:46.110Z | [ recovery-image] Oct 30 19:26:45.225 INFO O| Oct 30 19:26:45.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6478 | 2024-10-30T19:26:46.110Z | [ recovery-image] Oct 30 19:26:45.225 INFO O| Oct 30 19:26:45.225 INFO STEP 766 (remove_files) COMPLETE |
6479 | 2024-10-30T19:26:46.113Z | [ recovery-image] Oct 30 19:26:45.225 INFO O| Oct 30 19:26:45.225 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6480 | 2024-10-30T19:26:46.122Z | [ recovery-image] Oct 30 19:26:45.237 INFO O| Oct 30 19:26:45.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6481 | 2024-10-30T19:26:46.122Z | [ recovery-image] Oct 30 19:26:45.237 INFO O| Oct 30 19:26:45.237 INFO STEP 767 (remove_files) COMPLETE |
6482 | 2024-10-30T19:26:46.122Z | [ recovery-image] Oct 30 19:26:45.237 INFO O| Oct 30 19:26:45.237 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6483 | 2024-10-30T19:26:46.134Z | [ recovery-image] Oct 30 19:26:45.249 INFO O| Oct 30 19:26:45.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6484 | 2024-10-30T19:26:46.134Z | [ recovery-image] Oct 30 19:26:45.249 INFO O| Oct 30 19:26:45.249 INFO STEP 768 (remove_files) COMPLETE |
6485 | 2024-10-30T19:26:46.134Z | [ recovery-image] Oct 30 19:26:45.249 INFO O| Oct 30 19:26:45.249 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-10-30T19:26:46.146Z | [ recovery-image] Oct 30 19:26:45.260 INFO O| Oct 30 19:26:45.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6487 | 2024-10-30T19:26:46.146Z | [ recovery-image] Oct 30 19:26:45.260 INFO O| Oct 30 19:26:45.260 INFO STEP 769 (remove_files) COMPLETE |
6488 | 2024-10-30T19:26:46.148Z | [ recovery-image] Oct 30 19:26:45.260 INFO O| Oct 30 19:26:45.260 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-10-30T19:26:46.159Z | [ recovery-image] Oct 30 19:26:45.274 INFO O| Oct 30 19:26:45.273 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6490 | 2024-10-30T19:26:46.161Z | [ recovery-image] Oct 30 19:26:45.274 INFO O| Oct 30 19:26:45.274 INFO STEP 770 (remove_files) COMPLETE |
6491 | 2024-10-30T19:26:46.161Z | [ recovery-image] Oct 30 19:26:45.274 INFO O| Oct 30 19:26:45.274 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-10-30T19:26:46.172Z | [ recovery-image] Oct 30 19:26:45.287 INFO O| Oct 30 19:26:45.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6493 | 2024-10-30T19:26:46.175Z | [ recovery-image] Oct 30 19:26:45.287 INFO O| Oct 30 19:26:45.287 INFO STEP 771 (remove_files) COMPLETE |
6494 | 2024-10-30T19:26:46.175Z | [ recovery-image] Oct 30 19:26:45.287 INFO O| Oct 30 19:26:45.287 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-10-30T19:26:46.185Z | [ recovery-image] Oct 30 19:26:45.300 INFO O| Oct 30 19:26:45.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6496 | 2024-10-30T19:26:46.188Z | [ recovery-image] Oct 30 19:26:45.300 INFO O| Oct 30 19:26:45.300 INFO STEP 772 (remove_files) COMPLETE |
6497 | 2024-10-30T19:26:46.189Z | [ recovery-image] Oct 30 19:26:45.300 INFO O| Oct 30 19:26:45.300 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-10-30T19:26:46.197Z | [ recovery-image] Oct 30 19:26:45.311 INFO O| Oct 30 19:26:45.311 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6499 | 2024-10-30T19:26:46.197Z | [ recovery-image] Oct 30 19:26:45.311 INFO O| Oct 30 19:26:45.311 INFO STEP 773 (remove_files) COMPLETE |
6500 | 2024-10-30T19:26:46.208Z | [ recovery-image] Oct 30 19:26:45.311 INFO O| Oct 30 19:26:45.311 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-10-30T19:26:46.208Z | [ recovery-image] Oct 30 19:26:45.322 INFO O| Oct 30 19:26:45.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6502 | 2024-10-30T19:26:46.208Z | [ recovery-image] Oct 30 19:26:45.322 INFO O| Oct 30 19:26:45.322 INFO STEP 774 (remove_files) COMPLETE |
6503 | 2024-10-30T19:26:46.208Z | [ recovery-image] Oct 30 19:26:45.322 INFO O| Oct 30 19:26:45.322 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-10-30T19:26:46.219Z | [ recovery-image] Oct 30 19:26:45.333 INFO O| Oct 30 19:26:45.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6505 | 2024-10-30T19:26:46.221Z | [ recovery-image] Oct 30 19:26:45.334 INFO O| Oct 30 19:26:45.334 INFO STEP 775 (remove_files) COMPLETE |
6506 | 2024-10-30T19:26:46.222Z | [ recovery-image] Oct 30 19:26:45.334 INFO O| Oct 30 19:26:45.334 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-10-30T19:26:46.230Z | [ recovery-image] Oct 30 19:26:45.344 INFO O| Oct 30 19:26:45.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6508 | 2024-10-30T19:26:46.232Z | [ recovery-image] Oct 30 19:26:45.344 INFO O| Oct 30 19:26:45.344 INFO STEP 776 (remove_files) COMPLETE |
6509 | 2024-10-30T19:26:46.232Z | [ recovery-image] Oct 30 19:26:45.344 INFO O| Oct 30 19:26:45.344 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-10-30T19:26:46.240Z | [ recovery-image] Oct 30 19:26:45.355 INFO O| Oct 30 19:26:45.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6511 | 2024-10-30T19:26:46.244Z | [ recovery-image] Oct 30 19:26:45.355 INFO O| Oct 30 19:26:45.355 INFO STEP 777 (remove_files) COMPLETE |
6512 | 2024-10-30T19:26:46.244Z | [ recovery-image] Oct 30 19:26:45.355 INFO O| Oct 30 19:26:45.355 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-10-30T19:26:46.252Z | [ recovery-image] Oct 30 19:26:45.367 INFO O| Oct 30 19:26:45.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6514 | 2024-10-30T19:26:46.254Z | [ recovery-image] Oct 30 19:26:45.367 INFO O| Oct 30 19:26:45.367 INFO STEP 778 (remove_files) COMPLETE |
6515 | 2024-10-30T19:26:46.254Z | [ recovery-image] Oct 30 19:26:45.367 INFO O| Oct 30 19:26:45.367 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-10-30T19:26:46.262Z | [ recovery-image] Oct 30 19:26:45.377 INFO O| Oct 30 19:26:45.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6517 | 2024-10-30T19:26:46.262Z | [ recovery-image] Oct 30 19:26:45.377 INFO O| Oct 30 19:26:45.377 INFO STEP 779 (remove_files) COMPLETE |
6518 | 2024-10-30T19:26:46.265Z | [ recovery-image] Oct 30 19:26:45.377 INFO O| Oct 30 19:26:45.377 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-10-30T19:26:46.273Z | [ recovery-image] Oct 30 19:26:45.388 INFO O| Oct 30 19:26:45.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6520 | 2024-10-30T19:26:46.273Z | [ recovery-image] Oct 30 19:26:45.388 INFO O| Oct 30 19:26:45.388 INFO STEP 780 (remove_files) COMPLETE |
6521 | 2024-10-30T19:26:46.276Z | [ recovery-image] Oct 30 19:26:45.388 INFO O| Oct 30 19:26:45.388 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-10-30T19:26:46.283Z | [ recovery-image] Oct 30 19:26:45.398 INFO O| Oct 30 19:26:45.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6523 | 2024-10-30T19:26:46.283Z | [ recovery-image] Oct 30 19:26:45.398 INFO O| Oct 30 19:26:45.398 INFO STEP 781 (remove_files) COMPLETE |
6524 | 2024-10-30T19:26:46.286Z | [ recovery-image] Oct 30 19:26:45.398 INFO O| Oct 30 19:26:45.398 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-10-30T19:26:46.294Z | [ recovery-image] Oct 30 19:26:45.409 INFO O| Oct 30 19:26:45.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6526 | 2024-10-30T19:26:46.297Z | [ recovery-image] Oct 30 19:26:45.409 INFO O| Oct 30 19:26:45.409 INFO STEP 782 (remove_files) COMPLETE |
6527 | 2024-10-30T19:26:46.297Z | [ recovery-image] Oct 30 19:26:45.409 INFO O| Oct 30 19:26:45.409 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-10-30T19:26:46.304Z | [ recovery-image] Oct 30 19:26:45.419 INFO O| Oct 30 19:26:45.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6529 | 2024-10-30T19:26:46.304Z | [ recovery-image] Oct 30 19:26:45.419 INFO O| Oct 30 19:26:45.419 INFO STEP 783 (remove_files) COMPLETE |
6530 | 2024-10-30T19:26:46.306Z | [ recovery-image] Oct 30 19:26:45.419 INFO O| Oct 30 19:26:45.419 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-10-30T19:26:46.314Z | [ recovery-image] Oct 30 19:26:45.429 INFO O| Oct 30 19:26:45.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6532 | 2024-10-30T19:26:46.317Z | [ recovery-image] Oct 30 19:26:45.429 INFO O| Oct 30 19:26:45.429 INFO STEP 784 (remove_files) COMPLETE |
6533 | 2024-10-30T19:26:46.317Z | [ recovery-image] Oct 30 19:26:45.429 INFO O| Oct 30 19:26:45.429 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-10-30T19:26:46.325Z | [ recovery-image] Oct 30 19:26:45.440 INFO O| Oct 30 19:26:45.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6535 | 2024-10-30T19:26:46.327Z | [ recovery-image] Oct 30 19:26:45.440 INFO O| Oct 30 19:26:45.440 INFO STEP 785 (remove_files) COMPLETE |
6536 | 2024-10-30T19:26:46.327Z | [ recovery-image] Oct 30 19:26:45.440 INFO O| Oct 30 19:26:45.440 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-10-30T19:26:46.335Z | [ recovery-image] Oct 30 19:26:45.450 INFO O| Oct 30 19:26:45.450 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6538 | 2024-10-30T19:26:46.335Z | [ recovery-image] Oct 30 19:26:45.450 INFO O| Oct 30 19:26:45.450 INFO STEP 786 (remove_files) COMPLETE |
6539 | 2024-10-30T19:26:46.335Z | [ recovery-image] Oct 30 19:26:45.450 INFO O| Oct 30 19:26:45.450 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-10-30T19:26:46.345Z | [ recovery-image] Oct 30 19:26:45.460 INFO O| Oct 30 19:26:45.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6541 | 2024-10-30T19:26:46.346Z | [ recovery-image] Oct 30 19:26:45.460 INFO O| Oct 30 19:26:45.460 INFO STEP 787 (remove_files) COMPLETE |
6542 | 2024-10-30T19:26:46.346Z | [ recovery-image] Oct 30 19:26:45.460 INFO O| Oct 30 19:26:45.460 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-10-30T19:26:46.356Z | [ recovery-image] Oct 30 19:26:45.471 INFO O| Oct 30 19:26:45.471 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6544 | 2024-10-30T19:26:46.356Z | [ recovery-image] Oct 30 19:26:45.471 INFO O| Oct 30 19:26:45.471 INFO STEP 788 (remove_files) COMPLETE |
6545 | 2024-10-30T19:26:46.359Z | [ recovery-image] Oct 30 19:26:45.471 INFO O| Oct 30 19:26:45.471 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-10-30T19:26:46.366Z | [ recovery-image] Oct 30 19:26:45.481 INFO O| Oct 30 19:26:45.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6547 | 2024-10-30T19:26:46.366Z | [ recovery-image] Oct 30 19:26:45.481 INFO O| Oct 30 19:26:45.481 INFO STEP 789 (remove_files) COMPLETE |
6548 | 2024-10-30T19:26:46.367Z | [ recovery-image] Oct 30 19:26:45.481 INFO O| Oct 30 19:26:45.481 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-10-30T19:26:46.377Z | [ recovery-image] Oct 30 19:26:45.491 INFO O| Oct 30 19:26:45.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6550 | 2024-10-30T19:26:46.377Z | [ recovery-image] Oct 30 19:26:45.491 INFO O| Oct 30 19:26:45.491 INFO STEP 790 (remove_files) COMPLETE |
6551 | 2024-10-30T19:26:46.377Z | [ recovery-image] Oct 30 19:26:45.492 INFO O| Oct 30 19:26:45.491 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-10-30T19:26:46.387Z | [ recovery-image] Oct 30 19:26:45.502 INFO O| Oct 30 19:26:45.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6553 | 2024-10-30T19:26:46.387Z | [ recovery-image] Oct 30 19:26:45.502 INFO O| Oct 30 19:26:45.502 INFO STEP 791 (remove_files) COMPLETE |
6554 | 2024-10-30T19:26:46.387Z | [ recovery-image] Oct 30 19:26:45.502 INFO O| Oct 30 19:26:45.502 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-10-30T19:26:46.398Z | [ recovery-image] Oct 30 19:26:45.512 INFO O| Oct 30 19:26:45.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6556 | 2024-10-30T19:26:46.398Z | [ recovery-image] Oct 30 19:26:45.512 INFO O| Oct 30 19:26:45.512 INFO STEP 792 (remove_files) COMPLETE |
6557 | 2024-10-30T19:26:46.401Z | [ recovery-image] Oct 30 19:26:45.512 INFO O| Oct 30 19:26:45.512 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-10-30T19:26:46.408Z | [ recovery-image] Oct 30 19:26:45.522 INFO O| Oct 30 19:26:45.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6559 | 2024-10-30T19:26:46.408Z | [ recovery-image] Oct 30 19:26:45.522 INFO O| Oct 30 19:26:45.522 INFO STEP 793 (remove_files) COMPLETE |
6560 | 2024-10-30T19:26:46.408Z | [ recovery-image] Oct 30 19:26:45.522 INFO O| Oct 30 19:26:45.522 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-10-30T19:26:46.418Z | [ recovery-image] Oct 30 19:26:45.533 INFO O| Oct 30 19:26:45.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6562 | 2024-10-30T19:26:46.418Z | [ recovery-image] Oct 30 19:26:45.533 INFO O| Oct 30 19:26:45.533 INFO STEP 794 (remove_files) COMPLETE |
6563 | 2024-10-30T19:26:46.418Z | [ recovery-image] Oct 30 19:26:45.533 INFO O| Oct 30 19:26:45.533 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-10-30T19:26:46.428Z | [ recovery-image] Oct 30 19:26:45.543 INFO O| Oct 30 19:26:45.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6565 | 2024-10-30T19:26:46.428Z | [ recovery-image] Oct 30 19:26:45.543 INFO O| Oct 30 19:26:45.543 INFO STEP 795 (remove_files) COMPLETE |
6566 | 2024-10-30T19:26:46.431Z | [ recovery-image] Oct 30 19:26:45.543 INFO O| Oct 30 19:26:45.543 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-10-30T19:26:46.439Z | [ recovery-image] Oct 30 19:26:45.553 INFO O| Oct 30 19:26:45.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6568 | 2024-10-30T19:26:46.441Z | [ recovery-image] Oct 30 19:26:45.553 INFO O| Oct 30 19:26:45.553 INFO STEP 796 (remove_files) COMPLETE |
6569 | 2024-10-30T19:26:46.441Z | [ recovery-image] Oct 30 19:26:45.554 INFO O| Oct 30 19:26:45.553 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-10-30T19:26:46.449Z | [ recovery-image] Oct 30 19:26:45.564 INFO O| Oct 30 19:26:45.564 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6571 | 2024-10-30T19:26:46.452Z | [ recovery-image] Oct 30 19:26:45.564 INFO O| Oct 30 19:26:45.564 INFO STEP 797 (remove_files) COMPLETE |
6572 | 2024-10-30T19:26:46.452Z | [ recovery-image] Oct 30 19:26:45.564 INFO O| Oct 30 19:26:45.564 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-10-30T19:26:46.459Z | [ recovery-image] Oct 30 19:26:45.574 INFO O| Oct 30 19:26:45.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6574 | 2024-10-30T19:26:46.459Z | [ recovery-image] Oct 30 19:26:45.574 INFO O| Oct 30 19:26:45.574 INFO STEP 798 (remove_files) COMPLETE |
6575 | 2024-10-30T19:26:46.460Z | [ recovery-image] Oct 30 19:26:45.574 INFO O| Oct 30 19:26:45.574 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-10-30T19:26:46.471Z | [ recovery-image] Oct 30 19:26:45.586 INFO O| Oct 30 19:26:45.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6577 | 2024-10-30T19:26:46.471Z | [ recovery-image] Oct 30 19:26:45.586 INFO O| Oct 30 19:26:45.586 INFO STEP 799 (remove_files) COMPLETE |
6578 | 2024-10-30T19:26:46.473Z | [ recovery-image] Oct 30 19:26:45.586 INFO O| Oct 30 19:26:45.586 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-10-30T19:26:46.482Z | [ recovery-image] Oct 30 19:26:45.597 INFO O| Oct 30 19:26:45.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6580 | 2024-10-30T19:26:46.484Z | [ recovery-image] Oct 30 19:26:45.597 INFO O| Oct 30 19:26:45.597 INFO STEP 800 (remove_files) COMPLETE |
6581 | 2024-10-30T19:26:46.484Z | [ recovery-image] Oct 30 19:26:45.597 INFO O| Oct 30 19:26:45.597 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-10-30T19:26:46.492Z | [ host-image] Oct 30 19:26:45.607 INFO O| Oct 30 19:26:45.606 INFO O| Planning: Solver setup ... Done |
6583 | 2024-10-30T19:26:46.495Z | [ recovery-image] Oct 30 19:26:45.610 INFO O| Oct 30 19:26:45.610 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6584 | 2024-10-30T19:26:46.497Z | [ recovery-image] Oct 30 19:26:45.610 INFO O| Oct 30 19:26:45.610 INFO STEP 801 (remove_files) COMPLETE |
6585 | 2024-10-30T19:26:46.497Z | [ recovery-image] Oct 30 19:26:45.610 INFO O| Oct 30 19:26:45.610 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6586 | 2024-10-30T19:26:46.500Z | [ host-image] Oct 30 19:26:45.613 INFO O| Oct 30 19:26:45.613 INFO O| Planning: Running solver ... Done |
6587 | 2024-10-30T19:26:46.508Z | [ recovery-image] Oct 30 19:26:45.623 INFO O| Oct 30 19:26:45.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6588 | 2024-10-30T19:26:46.508Z | [ recovery-image] Oct 30 19:26:45.623 INFO O| Oct 30 19:26:45.623 INFO STEP 802 (remove_files) COMPLETE |
6589 | 2024-10-30T19:26:46.511Z | [ recovery-image] Oct 30 19:26:45.623 INFO O| Oct 30 19:26:45.623 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6590 | 2024-10-30T19:26:46.519Z | [ recovery-image] Oct 30 19:26:45.633 INFO O| Oct 30 19:26:45.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6591 | 2024-10-30T19:26:46.519Z | [ recovery-image] Oct 30 19:26:45.633 INFO O| Oct 30 19:26:45.633 INFO STEP 803 (remove_files) COMPLETE |
6592 | 2024-10-30T19:26:46.519Z | [ recovery-image] Oct 30 19:26:45.633 INFO O| Oct 30 19:26:45.633 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6593 | 2024-10-30T19:26:46.529Z | [ recovery-image] Oct 30 19:26:45.644 INFO O| Oct 30 19:26:45.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6594 | 2024-10-30T19:26:46.532Z | [ recovery-image] Oct 30 19:26:45.644 INFO O| Oct 30 19:26:45.644 INFO STEP 804 (remove_files) COMPLETE |
6595 | 2024-10-30T19:26:46.532Z | [ recovery-image] Oct 30 19:26:45.644 INFO O| Oct 30 19:26:45.644 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6596 | 2024-10-30T19:26:46.540Z | [ recovery-image] Oct 30 19:26:45.655 INFO O| Oct 30 19:26:45.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6597 | 2024-10-30T19:26:46.540Z | [ recovery-image] Oct 30 19:26:45.655 INFO O| Oct 30 19:26:45.655 INFO STEP 805 (remove_files) COMPLETE |
6598 | 2024-10-30T19:26:46.542Z | [ recovery-image] Oct 30 19:26:45.655 INFO O| Oct 30 19:26:45.655 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6599 | 2024-10-30T19:26:46.550Z | [ recovery-image] Oct 30 19:26:45.665 INFO O| Oct 30 19:26:45.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6600 | 2024-10-30T19:26:46.550Z | [ recovery-image] Oct 30 19:26:45.665 INFO O| Oct 30 19:26:45.665 INFO STEP 806 (remove_files) COMPLETE |
6601 | 2024-10-30T19:26:46.553Z | [ recovery-image] Oct 30 19:26:45.665 INFO O| Oct 30 19:26:45.665 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6602 | 2024-10-30T19:26:46.555Z | [ host-image] Oct 30 19:26:45.670 INFO O| Oct 30 19:26:45.670 INFO O| Planning: Finding local manifests ... Done |
6603 | 2024-10-30T19:26:46.558Z | [ host-image] Oct 30 19:26:45.671 INFO O| Oct 30 19:26:45.671 INFO O| Planning: Fetching manifests: 0/1 0% complete |
6604 | 2024-10-30T19:26:46.561Z | [ recovery-image] Oct 30 19:26:45.675 INFO O| Oct 30 19:26:45.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6605 | 2024-10-30T19:26:46.561Z | [ recovery-image] Oct 30 19:26:45.676 INFO O| Oct 30 19:26:45.676 INFO STEP 807 (remove_files) COMPLETE |
6606 | 2024-10-30T19:26:46.561Z | [ recovery-image] Oct 30 19:26:45.676 INFO O| Oct 30 19:26:45.676 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6607 | 2024-10-30T19:26:46.571Z | [ recovery-image] Oct 30 19:26:45.686 INFO O| Oct 30 19:26:45.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6608 | 2024-10-30T19:26:46.573Z | [ recovery-image] Oct 30 19:26:45.686 INFO O| Oct 30 19:26:45.686 INFO STEP 808 (remove_files) COMPLETE |
6609 | 2024-10-30T19:26:46.573Z | [ recovery-image] Oct 30 19:26:45.686 INFO O| Oct 30 19:26:45.686 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6610 | 2024-10-30T19:26:46.582Z | [ recovery-image] Oct 30 19:26:45.696 INFO O| Oct 30 19:26:45.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6611 | 2024-10-30T19:26:46.582Z | [ recovery-image] Oct 30 19:26:45.696 INFO O| Oct 30 19:26:45.696 INFO STEP 809 (remove_files) COMPLETE |
6612 | 2024-10-30T19:26:46.584Z | [ recovery-image] Oct 30 19:26:45.697 INFO O| Oct 30 19:26:45.696 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6613 | 2024-10-30T19:26:46.592Z | [ recovery-image] Oct 30 19:26:45.707 INFO O| Oct 30 19:26:45.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6614 | 2024-10-30T19:26:46.594Z | [ recovery-image] Oct 30 19:26:45.707 INFO O| Oct 30 19:26:45.707 INFO STEP 810 (remove_files) COMPLETE |
6615 | 2024-10-30T19:26:46.594Z | [ recovery-image] Oct 30 19:26:45.707 INFO O| Oct 30 19:26:45.707 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6616 | 2024-10-30T19:26:46.602Z | [ recovery-image] Oct 30 19:26:45.717 INFO O| Oct 30 19:26:45.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6617 | 2024-10-30T19:26:46.605Z | [ recovery-image] Oct 30 19:26:45.717 INFO O| Oct 30 19:26:45.717 INFO STEP 811 (remove_files) COMPLETE |
6618 | 2024-10-30T19:26:46.605Z | [ recovery-image] Oct 30 19:26:45.717 INFO O| Oct 30 19:26:45.717 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6619 | 2024-10-30T19:26:46.613Z | [ recovery-image] Oct 30 19:26:45.728 INFO O| Oct 30 19:26:45.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6620 | 2024-10-30T19:26:46.613Z | [ recovery-image] Oct 30 19:26:45.728 INFO O| Oct 30 19:26:45.728 INFO STEP 812 (remove_files) COMPLETE |
6621 | 2024-10-30T19:26:46.615Z | [ recovery-image] Oct 30 19:26:45.728 INFO O| Oct 30 19:26:45.728 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6622 | 2024-10-30T19:26:46.623Z | [ recovery-image] Oct 30 19:26:45.738 INFO O| Oct 30 19:26:45.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6623 | 2024-10-30T19:26:46.623Z | [ recovery-image] Oct 30 19:26:45.738 INFO O| Oct 30 19:26:45.738 INFO STEP 813 (remove_files) COMPLETE |
6624 | 2024-10-30T19:26:46.626Z | [ recovery-image] Oct 30 19:26:45.738 INFO O| Oct 30 19:26:45.738 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6625 | 2024-10-30T19:26:46.634Z | [ recovery-image] Oct 30 19:26:45.748 INFO O| Oct 30 19:26:45.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6626 | 2024-10-30T19:26:46.634Z | [ recovery-image] Oct 30 19:26:45.749 INFO O| Oct 30 19:26:45.749 INFO STEP 814 (remove_files) COMPLETE |
6627 | 2024-10-30T19:26:46.634Z | [ recovery-image] Oct 30 19:26:45.749 INFO O| Oct 30 19:26:45.749 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6628 | 2024-10-30T19:26:46.639Z | [ host-image] Oct 30 19:26:45.754 INFO O| Oct 30 19:26:45.753 INFO O| Planning: Fetching manifests: 1/1 100% complete |
6629 | 2024-10-30T19:26:46.644Z | [ recovery-image] Oct 30 19:26:45.759 INFO O| Oct 30 19:26:45.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6630 | 2024-10-30T19:26:46.647Z | [ recovery-image] Oct 30 19:26:45.759 INFO O| Oct 30 19:26:45.759 INFO STEP 815 (remove_files) COMPLETE |
6631 | 2024-10-30T19:26:46.647Z | [ recovery-image] Oct 30 19:26:45.759 INFO O| Oct 30 19:26:45.759 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6632 | 2024-10-30T19:26:46.655Z | [ recovery-image] Oct 30 19:26:45.770 INFO O| Oct 30 19:26:45.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6633 | 2024-10-30T19:26:46.656Z | [ recovery-image] Oct 30 19:26:45.770 INFO O| Oct 30 19:26:45.770 INFO STEP 816 (remove_files) COMPLETE |
6634 | 2024-10-30T19:26:46.658Z | [ recovery-image] Oct 30 19:26:45.770 INFO O| Oct 30 19:26:45.770 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6635 | 2024-10-30T19:26:46.660Z | [ host-image] Oct 30 19:26:45.773 INFO O| Oct 30 19:26:45.773 INFO O| Planning: Package planning ... Done |
6636 | 2024-10-30T19:26:46.660Z | [ host-image] Oct 30 19:26:45.773 INFO O| Oct 30 19:26:45.773 INFO O| Planning: Merging actions ... Done |
6637 | 2024-10-30T19:26:46.667Z | [ recovery-image] Oct 30 19:26:45.782 INFO O| Oct 30 19:26:45.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6638 | 2024-10-30T19:26:46.669Z | [ recovery-image] Oct 30 19:26:45.782 INFO O| Oct 30 19:26:45.782 INFO STEP 817 (remove_files) COMPLETE |
6639 | 2024-10-30T19:26:46.670Z | [ recovery-image] Oct 30 19:26:45.782 INFO O| Oct 30 19:26:45.782 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6640 | 2024-10-30T19:26:46.680Z | [ recovery-image] Oct 30 19:26:45.794 INFO O| Oct 30 19:26:45.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6641 | 2024-10-30T19:26:46.680Z | [ recovery-image] Oct 30 19:26:45.794 INFO O| Oct 30 19:26:45.794 INFO STEP 818 (remove_files) COMPLETE |
6642 | 2024-10-30T19:26:46.682Z | [ recovery-image] Oct 30 19:26:45.794 INFO O| Oct 30 19:26:45.794 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6643 | 2024-10-30T19:26:46.693Z | [ recovery-image] Oct 30 19:26:45.808 INFO O| Oct 30 19:26:45.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6644 | 2024-10-30T19:26:46.693Z | [ recovery-image] Oct 30 19:26:45.808 INFO O| Oct 30 19:26:45.808 INFO STEP 819 (remove_files) COMPLETE |
6645 | 2024-10-30T19:26:46.693Z | [ recovery-image] Oct 30 19:26:45.808 INFO O| Oct 30 19:26:45.808 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6646 | 2024-10-30T19:26:46.705Z | [ recovery-image] Oct 30 19:26:45.819 INFO O| Oct 30 19:26:45.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6647 | 2024-10-30T19:26:46.705Z | [ recovery-image] Oct 30 19:26:45.819 INFO O| Oct 30 19:26:45.819 INFO STEP 820 (remove_files) COMPLETE |
6648 | 2024-10-30T19:26:46.709Z | [ recovery-image] Oct 30 19:26:45.820 INFO O| Oct 30 19:26:45.819 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6649 | 2024-10-30T19:26:46.717Z | [ recovery-image] Oct 30 19:26:45.832 INFO O| Oct 30 19:26:45.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6650 | 2024-10-30T19:26:46.717Z | [ recovery-image] Oct 30 19:26:45.832 INFO O| Oct 30 19:26:45.832 INFO STEP 821 (remove_files) COMPLETE |
6651 | 2024-10-30T19:26:46.720Z | [ recovery-image] Oct 30 19:26:45.832 INFO O| Oct 30 19:26:45.832 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6652 | 2024-10-30T19:26:46.728Z | [ recovery-image] Oct 30 19:26:45.842 INFO O| Oct 30 19:26:45.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6653 | 2024-10-30T19:26:46.730Z | [ recovery-image] Oct 30 19:26:45.843 INFO O| Oct 30 19:26:45.843 INFO STEP 822 (remove_files) COMPLETE |
6654 | 2024-10-30T19:26:46.730Z | [ recovery-image] Oct 30 19:26:45.843 INFO O| Oct 30 19:26:45.843 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6655 | 2024-10-30T19:26:46.733Z | [ host-image] Oct 30 19:26:45.846 INFO O| Oct 30 19:26:45.846 INFO O| Planning: Checking for conflicting actions ... Done |
6656 | 2024-10-30T19:26:46.733Z | [ host-image] Oct 30 19:26:45.847 INFO O| Oct 30 19:26:45.846 INFO O| Planning: Consolidating action changes ... Done |
6657 | 2024-10-30T19:26:46.738Z | [ recovery-image] Oct 30 19:26:45.853 INFO O| Oct 30 19:26:45.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6658 | 2024-10-30T19:26:46.738Z | [ recovery-image] Oct 30 19:26:45.853 INFO O| Oct 30 19:26:45.853 INFO STEP 823 (remove_files) COMPLETE |
6659 | 2024-10-30T19:26:46.740Z | [ recovery-image] Oct 30 19:26:45.853 INFO O| Oct 30 19:26:45.853 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-10-30T19:26:46.748Z | [ recovery-image] Oct 30 19:26:45.862 INFO O| Oct 30 19:26:45.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6661 | 2024-10-30T19:26:46.748Z | [ recovery-image] Oct 30 19:26:45.863 INFO O| Oct 30 19:26:45.863 INFO STEP 824 (remove_files) COMPLETE |
6662 | 2024-10-30T19:26:46.748Z | [ recovery-image] Oct 30 19:26:45.863 INFO O| Oct 30 19:26:45.863 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-10-30T19:26:46.758Z | [ recovery-image] Oct 30 19:26:45.872 INFO O| Oct 30 19:26:45.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6664 | 2024-10-30T19:26:46.760Z | [ recovery-image] Oct 30 19:26:45.873 INFO O| Oct 30 19:26:45.872 INFO STEP 825 (remove_files) COMPLETE |
6665 | 2024-10-30T19:26:46.760Z | [ recovery-image] Oct 30 19:26:45.873 INFO O| Oct 30 19:26:45.873 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-10-30T19:26:46.768Z | [ recovery-image] Oct 30 19:26:45.882 INFO O| Oct 30 19:26:45.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6667 | 2024-10-30T19:26:46.768Z | [ recovery-image] Oct 30 19:26:45.882 INFO O| Oct 30 19:26:45.882 INFO STEP 826 (remove_files) COMPLETE |
6668 | 2024-10-30T19:26:46.770Z | [ recovery-image] Oct 30 19:26:45.882 INFO O| Oct 30 19:26:45.882 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-10-30T19:26:46.777Z | [ recovery-image] Oct 30 19:26:45.892 INFO O| Oct 30 19:26:45.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6670 | 2024-10-30T19:26:46.777Z | [ recovery-image] Oct 30 19:26:45.892 INFO O| Oct 30 19:26:45.892 INFO STEP 827 (remove_files) COMPLETE |
6671 | 2024-10-30T19:26:46.777Z | [ recovery-image] Oct 30 19:26:45.892 INFO O| Oct 30 19:26:45.892 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-10-30T19:26:46.787Z | [ recovery-image] Oct 30 19:26:45.902 INFO O| Oct 30 19:26:45.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6673 | 2024-10-30T19:26:46.787Z | [ recovery-image] Oct 30 19:26:45.902 INFO O| Oct 30 19:26:45.902 INFO STEP 828 (remove_files) COMPLETE |
6674 | 2024-10-30T19:26:46.790Z | [ recovery-image] Oct 30 19:26:45.902 INFO O| Oct 30 19:26:45.902 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-10-30T19:26:46.797Z | [ recovery-image] Oct 30 19:26:45.912 INFO O| Oct 30 19:26:45.912 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6676 | 2024-10-30T19:26:46.798Z | [ recovery-image] Oct 30 19:26:45.912 INFO O| Oct 30 19:26:45.912 INFO STEP 829 (remove_files) COMPLETE |
6677 | 2024-10-30T19:26:46.800Z | [ recovery-image] Oct 30 19:26:45.912 INFO O| Oct 30 19:26:45.912 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-10-30T19:26:46.808Z | [ recovery-image] Oct 30 19:26:45.922 INFO O| Oct 30 19:26:45.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6679 | 2024-10-30T19:26:46.809Z | [ recovery-image] Oct 30 19:26:45.922 INFO O| Oct 30 19:26:45.922 INFO STEP 830 (remove_files) COMPLETE |
6680 | 2024-10-30T19:26:46.811Z | [ recovery-image] Oct 30 19:26:45.922 INFO O| Oct 30 19:26:45.922 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-10-30T19:26:46.818Z | [ recovery-image] Oct 30 19:26:45.932 INFO O| Oct 30 19:26:45.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6682 | 2024-10-30T19:26:46.818Z | [ recovery-image] Oct 30 19:26:45.932 INFO O| Oct 30 19:26:45.932 INFO STEP 831 (remove_files) COMPLETE |
6683 | 2024-10-30T19:26:46.818Z | [ recovery-image] Oct 30 19:26:45.932 INFO O| Oct 30 19:26:45.932 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-10-30T19:26:46.827Z | [ recovery-image] Oct 30 19:26:45.942 INFO O| Oct 30 19:26:45.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6685 | 2024-10-30T19:26:46.830Z | [ recovery-image] Oct 30 19:26:45.943 INFO O| Oct 30 19:26:45.943 INFO STEP 832 (remove_files) COMPLETE |
6686 | 2024-10-30T19:26:46.830Z | [ recovery-image] Oct 30 19:26:45.943 INFO O| Oct 30 19:26:45.943 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-10-30T19:26:46.838Z | [ recovery-image] Oct 30 19:26:45.953 INFO O| Oct 30 19:26:45.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6688 | 2024-10-30T19:26:46.841Z | [ recovery-image] Oct 30 19:26:45.953 INFO O| Oct 30 19:26:45.953 INFO STEP 833 (remove_files) COMPLETE |
6689 | 2024-10-30T19:26:46.841Z | [ recovery-image] Oct 30 19:26:45.953 INFO O| Oct 30 19:26:45.953 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-10-30T19:26:46.848Z | [ recovery-image] Oct 30 19:26:45.963 INFO O| Oct 30 19:26:45.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6691 | 2024-10-30T19:26:46.848Z | [ recovery-image] Oct 30 19:26:45.963 INFO O| Oct 30 19:26:45.963 INFO STEP 834 (remove_files) COMPLETE |
6692 | 2024-10-30T19:26:46.851Z | [ recovery-image] Oct 30 19:26:45.963 INFO O| Oct 30 19:26:45.963 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-10-30T19:26:46.858Z | [ recovery-image] Oct 30 19:26:45.973 INFO O| Oct 30 19:26:45.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6694 | 2024-10-30T19:26:46.861Z | [ recovery-image] Oct 30 19:26:45.974 INFO O| Oct 30 19:26:45.974 INFO STEP 835 (remove_files) COMPLETE |
6695 | 2024-10-30T19:26:46.861Z | [ recovery-image] Oct 30 19:26:45.974 INFO O| Oct 30 19:26:45.974 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-10-30T19:26:46.869Z | [ recovery-image] Oct 30 19:26:45.983 INFO O| Oct 30 19:26:45.983 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6697 | 2024-10-30T19:26:46.869Z | [ recovery-image] Oct 30 19:26:45.983 INFO O| Oct 30 19:26:45.983 INFO STEP 836 (remove_files) COMPLETE |
6698 | 2024-10-30T19:26:46.871Z | [ recovery-image] Oct 30 19:26:45.983 INFO O| Oct 30 19:26:45.983 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-10-30T19:26:46.879Z | [ recovery-image] Oct 30 19:26:45.994 INFO O| Oct 30 19:26:45.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6700 | 2024-10-30T19:26:46.881Z | [ recovery-image] Oct 30 19:26:45.994 INFO O| Oct 30 19:26:45.994 INFO STEP 837 (remove_files) COMPLETE |
6701 | 2024-10-30T19:26:46.881Z | [ recovery-image] Oct 30 19:26:45.994 INFO O| Oct 30 19:26:45.994 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-10-30T19:26:46.890Z | [ recovery-image] Oct 30 19:26:46.004 INFO O| Oct 30 19:26:46.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6703 | 2024-10-30T19:26:46.890Z | [ recovery-image] Oct 30 19:26:46.005 INFO O| Oct 30 19:26:46.004 INFO STEP 838 (remove_files) COMPLETE |
6704 | 2024-10-30T19:26:46.890Z | [ recovery-image] Oct 30 19:26:46.005 INFO O| Oct 30 19:26:46.004 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-10-30T19:26:46.900Z | [ recovery-image] Oct 30 19:26:46.015 INFO O| Oct 30 19:26:46.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6706 | 2024-10-30T19:26:46.902Z | [ recovery-image] Oct 30 19:26:46.015 INFO O| Oct 30 19:26:46.015 INFO STEP 839 (remove_files) COMPLETE |
6707 | 2024-10-30T19:26:46.902Z | [ recovery-image] Oct 30 19:26:46.015 INFO O| Oct 30 19:26:46.015 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-10-30T19:26:46.911Z | [ recovery-image] Oct 30 19:26:46.025 INFO O| Oct 30 19:26:46.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6709 | 2024-10-30T19:26:46.914Z | [ recovery-image] Oct 30 19:26:46.026 INFO O| Oct 30 19:26:46.025 INFO STEP 840 (remove_files) COMPLETE |
6710 | 2024-10-30T19:26:46.914Z | [ recovery-image] Oct 30 19:26:46.026 INFO O| Oct 30 19:26:46.026 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-10-30T19:26:46.917Z | [ host-image] Oct 30 19:26:46.031 INFO O| Oct 30 19:26:46.030 INFO O| Planning: Evaluating mediators ... Done |
6712 | 2024-10-30T19:26:46.917Z | [ host-image] Oct 30 19:26:46.031 INFO O| Oct 30 19:26:46.031 INFO O| Planning: Planning completed in 2.37 seconds |
6713 | 2024-10-30T19:26:47.924Z | [ host-image] Oct 30 19:26:46.033 INFO O| Oct 30 19:26:46.033 INFO O| Packages to install: 1 |
6714 | 2024-10-30T19:26:47.928Z | [ recovery-image] Oct 30 19:26:46.036 INFO O| Oct 30 19:26:46.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6715 | 2024-10-30T19:26:47.928Z | [ recovery-image] Oct 30 19:26:46.037 INFO O| Oct 30 19:26:46.037 INFO STEP 841 (remove_files) COMPLETE |
6716 | 2024-10-30T19:26:47.928Z | [ recovery-image] Oct 30 19:26:46.037 INFO O| Oct 30 19:26:46.037 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-10-30T19:26:47.928Z | [ host-image] Oct 30 19:26:46.044 INFO O| Oct 30 19:26:46.044 INFO O| Download: 0/4 items 0.0/20.8MB 0% complete |
6718 | 2024-10-30T19:26:47.928Z | [ recovery-image] Oct 30 19:26:46.047 INFO O| Oct 30 19:26:46.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6719 | 2024-10-30T19:26:47.928Z | [ recovery-image] Oct 30 19:26:46.047 INFO O| Oct 30 19:26:46.047 INFO STEP 842 (remove_files) COMPLETE |
6720 | 2024-10-30T19:26:47.928Z | [ recovery-image] Oct 30 19:26:46.047 INFO O| Oct 30 19:26:46.047 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6721 | 2024-10-30T19:26:47.928Z | [ recovery-image] Oct 30 19:26:46.059 INFO O| Oct 30 19:26:46.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6722 | 2024-10-30T19:26:47.928Z | [ recovery-image] Oct 30 19:26:46.059 INFO O| Oct 30 19:26:46.059 INFO STEP 843 (remove_files) COMPLETE |
6723 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.060 INFO O| Oct 30 19:26:46.059 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6724 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.070 INFO O| Oct 30 19:26:46.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6725 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.070 INFO O| Oct 30 19:26:46.070 INFO STEP 844 (remove_files) COMPLETE |
6726 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.070 INFO O| Oct 30 19:26:46.070 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6727 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.081 INFO O| Oct 30 19:26:46.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6728 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.081 INFO O| Oct 30 19:26:46.081 INFO STEP 845 (remove_files) COMPLETE |
6729 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.081 INFO O| Oct 30 19:26:46.081 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6730 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.091 INFO O| Oct 30 19:26:46.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6731 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.092 INFO O| Oct 30 19:26:46.092 INFO STEP 846 (remove_files) COMPLETE |
6732 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.092 INFO O| Oct 30 19:26:46.092 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6733 | 2024-10-30T19:26:47.929Z | [ recovery-image] Oct 30 19:26:46.102 INFO O| Oct 30 19:26:46.102 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6734 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.102 INFO O| Oct 30 19:26:46.102 INFO STEP 847 (remove_files) COMPLETE |
6735 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.102 INFO O| Oct 30 19:26:46.102 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6736 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.114 INFO O| Oct 30 19:26:46.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6737 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.114 INFO O| Oct 30 19:26:46.114 INFO STEP 848 (remove_files) COMPLETE |
6738 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.114 INFO O| Oct 30 19:26:46.114 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6739 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.125 INFO O| Oct 30 19:26:46.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6740 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.125 INFO O| Oct 30 19:26:46.125 INFO STEP 849 (remove_files) COMPLETE |
6741 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.125 INFO O| Oct 30 19:26:46.125 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6742 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.136 INFO O| Oct 30 19:26:46.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6743 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.136 INFO O| Oct 30 19:26:46.136 INFO STEP 850 (remove_files) COMPLETE |
6744 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.136 INFO O| Oct 30 19:26:46.136 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6745 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.147 INFO O| Oct 30 19:26:46.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6746 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.148 INFO O| Oct 30 19:26:46.148 INFO STEP 851 (remove_files) COMPLETE |
6747 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.148 INFO O| Oct 30 19:26:46.148 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6748 | 2024-10-30T19:26:47.930Z | [ recovery-image] Oct 30 19:26:46.158 INFO O| Oct 30 19:26:46.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6749 | 2024-10-30T19:26:47.931Z | [ recovery-image] Oct 30 19:26:46.158 INFO O| Oct 30 19:26:46.158 INFO STEP 852 (remove_files) COMPLETE |
6750 | 2024-10-30T19:26:47.931Z | [ recovery-image] Oct 30 19:26:46.158 INFO O| Oct 30 19:26:46.158 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6751 | 2024-10-30T19:26:47.931Z | [ recovery-image] Oct 30 19:26:46.171 INFO O| Oct 30 19:26:46.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6752 | 2024-10-30T19:26:47.931Z | [ recovery-image] Oct 30 19:26:46.171 INFO O| Oct 30 19:26:46.171 INFO STEP 853 (remove_files) COMPLETE |
6753 | 2024-10-30T19:26:47.931Z | [ recovery-image] Oct 30 19:26:46.171 INFO O| Oct 30 19:26:46.171 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6754 | 2024-10-30T19:26:47.931Z | [ recovery-image] Oct 30 19:26:46.183 INFO O| Oct 30 19:26:46.183 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6755 | 2024-10-30T19:26:47.931Z | [ recovery-image] Oct 30 19:26:46.183 INFO O| Oct 30 19:26:46.183 INFO STEP 854 (remove_files) COMPLETE |
6756 | 2024-10-30T19:26:47.931Z | [ recovery-image] Oct 30 19:26:46.183 INFO O| Oct 30 19:26:46.183 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6757 | 2024-10-30T19:26:47.931Z | [ recovery-image] Oct 30 19:26:46.193 INFO O| Oct 30 19:26:46.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6758 | 2024-10-30T19:26:47.931Z | [ recovery-image] Oct 30 19:26:46.193 INFO O| Oct 30 19:26:46.193 INFO STEP 855 (remove_files) COMPLETE |
6759 | 2024-10-30T19:26:47.932Z | [ recovery-image] Oct 30 19:26:46.193 INFO O| Oct 30 19:26:46.193 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6760 | 2024-10-30T19:26:47.932Z | [ recovery-image] Oct 30 19:26:46.203 INFO O| Oct 30 19:26:46.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6761 | 2024-10-30T19:26:47.932Z | [ recovery-image] Oct 30 19:26:46.203 INFO O| Oct 30 19:26:46.203 INFO STEP 856 (remove_files) COMPLETE |
6762 | 2024-10-30T19:26:47.932Z | [ recovery-image] Oct 30 19:26:46.203 INFO O| Oct 30 19:26:46.203 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6763 | 2024-10-30T19:26:47.932Z | [ recovery-image] Oct 30 19:26:46.213 INFO O| Oct 30 19:26:46.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6764 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.214 INFO O| Oct 30 19:26:46.214 INFO STEP 857 (remove_files) COMPLETE |
6765 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.214 INFO O| Oct 30 19:26:46.214 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6766 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.226 INFO O| Oct 30 19:26:46.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6767 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.226 INFO O| Oct 30 19:26:46.226 INFO STEP 858 (remove_files) COMPLETE |
6768 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.226 INFO O| Oct 30 19:26:46.226 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6769 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.238 INFO O| Oct 30 19:26:46.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6770 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.238 INFO O| Oct 30 19:26:46.238 INFO STEP 859 (remove_files) COMPLETE |
6771 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.238 INFO O| Oct 30 19:26:46.238 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6772 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.248 INFO O| Oct 30 19:26:46.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6773 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.248 INFO O| Oct 30 19:26:46.248 INFO STEP 860 (remove_files) COMPLETE |
6774 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.248 INFO O| Oct 30 19:26:46.248 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6775 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.261 INFO O| Oct 30 19:26:46.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6776 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.261 INFO O| Oct 30 19:26:46.261 INFO STEP 861 (remove_files) COMPLETE |
6777 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.261 INFO O| Oct 30 19:26:46.261 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6778 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.275 INFO O| Oct 30 19:26:46.275 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6779 | 2024-10-30T19:26:47.933Z | [ recovery-image] Oct 30 19:26:46.275 INFO O| Oct 30 19:26:46.275 INFO STEP 862 (remove_files) COMPLETE |
6780 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.275 INFO O| Oct 30 19:26:46.275 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6781 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.287 INFO O| Oct 30 19:26:46.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6782 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.287 INFO O| Oct 30 19:26:46.287 INFO STEP 863 (remove_files) COMPLETE |
6783 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.287 INFO O| Oct 30 19:26:46.287 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6784 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.299 INFO O| Oct 30 19:26:46.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6785 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.299 INFO O| Oct 30 19:26:46.299 INFO STEP 864 (remove_files) COMPLETE |
6786 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.299 INFO O| Oct 30 19:26:46.299 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6787 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.309 INFO O| Oct 30 19:26:46.309 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6788 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.309 INFO O| Oct 30 19:26:46.309 INFO STEP 865 (remove_files) COMPLETE |
6789 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.309 INFO O| Oct 30 19:26:46.309 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6790 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.319 INFO O| Oct 30 19:26:46.319 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6791 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.319 INFO O| Oct 30 19:26:46.319 INFO STEP 866 (remove_files) COMPLETE |
6792 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.319 INFO O| Oct 30 19:26:46.319 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6793 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.330 INFO O| Oct 30 19:26:46.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6794 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.330 INFO O| Oct 30 19:26:46.330 INFO STEP 867 (remove_files) COMPLETE |
6795 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.330 INFO O| Oct 30 19:26:46.330 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6796 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.344 INFO O| Oct 30 19:26:46.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6797 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.345 INFO O| Oct 30 19:26:46.344 INFO STEP 868 (remove_files) COMPLETE |
6798 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.345 INFO O| Oct 30 19:26:46.344 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6799 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.358 INFO O| Oct 30 19:26:46.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6800 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.358 INFO O| Oct 30 19:26:46.358 INFO STEP 869 (remove_files) COMPLETE |
6801 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.358 INFO O| Oct 30 19:26:46.358 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6802 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.370 INFO O| Oct 30 19:26:46.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6803 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.370 INFO O| Oct 30 19:26:46.370 INFO STEP 870 (remove_files) COMPLETE |
6804 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.370 INFO O| Oct 30 19:26:46.370 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6805 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.382 INFO O| Oct 30 19:26:46.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6806 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.382 INFO O| Oct 30 19:26:46.382 INFO STEP 871 (remove_files) COMPLETE |
6807 | 2024-10-30T19:26:47.934Z | [ recovery-image] Oct 30 19:26:46.382 INFO O| Oct 30 19:26:46.382 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6808 | 2024-10-30T19:26:47.935Z | [ host-image] Oct 30 19:26:46.393 INFO O| Oct 30 19:26:46.393 INFO O| Download: Completed 20.80 MB in 0.35 seconds (59.7M/s) |
6809 | 2024-10-30T19:26:47.935Z | [ recovery-image] Oct 30 19:26:46.394 INFO O| Oct 30 19:26:46.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6810 | 2024-10-30T19:26:47.935Z | [ recovery-image] Oct 30 19:26:46.394 INFO O| Oct 30 19:26:46.394 INFO STEP 872 (remove_files) COMPLETE |
6811 | 2024-10-30T19:26:47.935Z | [ recovery-image] Oct 30 19:26:46.394 INFO O| Oct 30 19:26:46.394 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6812 | 2024-10-30T19:26:47.935Z | [ recovery-image] Oct 30 19:26:46.407 INFO O| Oct 30 19:26:46.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6813 | 2024-10-30T19:26:47.935Z | [ recovery-image] Oct 30 19:26:46.408 INFO O| Oct 30 19:26:46.407 INFO STEP 873 (remove_files) COMPLETE |
6814 | 2024-10-30T19:26:47.940Z | [ recovery-image] Oct 30 19:26:46.408 INFO O| Oct 30 19:26:46.407 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6815 | 2024-10-30T19:26:47.940Z | [ recovery-image] Oct 30 19:26:46.420 INFO O| Oct 30 19:26:46.420 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6816 | 2024-10-30T19:26:47.940Z | [ recovery-image] Oct 30 19:26:46.420 INFO O| Oct 30 19:26:46.420 INFO STEP 874 (remove_files) COMPLETE |
6817 | 2024-10-30T19:26:47.940Z | [ recovery-image] Oct 30 19:26:46.420 INFO O| Oct 30 19:26:46.420 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6818 | 2024-10-30T19:26:47.940Z | [ host-image] Oct 30 19:26:46.423 INFO O| Oct 30 19:26:46.423 INFO O| Actions: 1/22 actions (Installing new actions) |
6819 | 2024-10-30T19:26:47.940Z | [ recovery-image] Oct 30 19:26:46.432 INFO O| Oct 30 19:26:46.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6820 | 2024-10-30T19:26:47.940Z | [ recovery-image] Oct 30 19:26:46.432 INFO O| Oct 30 19:26:46.432 INFO STEP 875 (remove_files) COMPLETE |
6821 | 2024-10-30T19:26:47.940Z | [ recovery-image] Oct 30 19:26:46.432 INFO O| Oct 30 19:26:46.432 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-10-30T19:26:47.940Z | [ recovery-image] Oct 30 19:26:46.444 INFO O| Oct 30 19:26:46.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6823 | 2024-10-30T19:26:47.940Z | [ recovery-image] Oct 30 19:26:46.444 INFO O| Oct 30 19:26:46.444 INFO STEP 876 (remove_files) COMPLETE |
6824 | 2024-10-30T19:26:47.941Z | [ recovery-image] Oct 30 19:26:46.444 INFO O| Oct 30 19:26:46.444 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-10-30T19:26:47.941Z | [ recovery-image] Oct 30 19:26:46.456 INFO O| Oct 30 19:26:46.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6826 | 2024-10-30T19:26:47.941Z | [ recovery-image] Oct 30 19:26:46.456 INFO O| Oct 30 19:26:46.456 INFO STEP 877 (remove_files) COMPLETE |
6827 | 2024-10-30T19:26:47.941Z | [ recovery-image] Oct 30 19:26:46.456 INFO O| Oct 30 19:26:46.456 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-10-30T19:26:47.941Z | [ recovery-image] Oct 30 19:26:46.467 INFO O| Oct 30 19:26:46.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6829 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.467 INFO O| Oct 30 19:26:46.467 INFO STEP 878 (remove_files) COMPLETE |
6830 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.467 INFO O| Oct 30 19:26:46.467 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.478 INFO O| Oct 30 19:26:46.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6832 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.479 INFO O| Oct 30 19:26:46.478 INFO STEP 879 (remove_files) COMPLETE |
6833 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.479 INFO O| Oct 30 19:26:46.478 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.491 INFO O| Oct 30 19:26:46.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6835 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.491 INFO O| Oct 30 19:26:46.491 INFO STEP 880 (remove_files) COMPLETE |
6836 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.491 INFO O| Oct 30 19:26:46.491 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.501 INFO O| Oct 30 19:26:46.501 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6838 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.501 INFO O| Oct 30 19:26:46.501 INFO STEP 881 (remove_files) COMPLETE |
6839 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.501 INFO O| Oct 30 19:26:46.501 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.512 INFO O| Oct 30 19:26:46.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6841 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.513 INFO O| Oct 30 19:26:46.513 INFO STEP 882 (remove_files) COMPLETE |
6842 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.513 INFO O| Oct 30 19:26:46.513 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.524 INFO O| Oct 30 19:26:46.524 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6844 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.524 INFO O| Oct 30 19:26:46.524 INFO STEP 883 (remove_files) COMPLETE |
6845 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.524 INFO O| Oct 30 19:26:46.524 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.535 INFO O| Oct 30 19:26:46.535 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6847 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.535 INFO O| Oct 30 19:26:46.535 INFO STEP 884 (remove_files) COMPLETE |
6848 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.535 INFO O| Oct 30 19:26:46.535 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6849 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.546 INFO O| Oct 30 19:26:46.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6850 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.546 INFO O| Oct 30 19:26:46.546 INFO STEP 885 (remove_files) COMPLETE |
6851 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.546 INFO O| Oct 30 19:26:46.546 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6852 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.557 INFO O| Oct 30 19:26:46.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6853 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.557 INFO O| Oct 30 19:26:46.557 INFO STEP 886 (remove_files) COMPLETE |
6854 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.557 INFO O| Oct 30 19:26:46.557 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6855 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.568 INFO O| Oct 30 19:26:46.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6856 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.568 INFO O| Oct 30 19:26:46.568 INFO STEP 887 (remove_files) COMPLETE |
6857 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.568 INFO O| Oct 30 19:26:46.568 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.579 INFO O| Oct 30 19:26:46.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6859 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.579 INFO O| Oct 30 19:26:46.579 INFO STEP 888 (remove_files) COMPLETE |
6860 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.579 INFO O| Oct 30 19:26:46.579 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.590 INFO O| Oct 30 19:26:46.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6862 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.591 INFO O| Oct 30 19:26:46.591 INFO STEP 889 (remove_files) COMPLETE |
6863 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.591 INFO O| Oct 30 19:26:46.591 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-10-30T19:26:47.942Z | [ recovery-image] Oct 30 19:26:46.601 INFO O| Oct 30 19:26:46.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6865 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.601 INFO O| Oct 30 19:26:46.601 INFO STEP 890 (remove_files) COMPLETE |
6866 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.601 INFO O| Oct 30 19:26:46.601 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.612 INFO O| Oct 30 19:26:46.612 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6868 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.612 INFO O| Oct 30 19:26:46.612 INFO STEP 891 (remove_files) COMPLETE |
6869 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.612 INFO O| Oct 30 19:26:46.612 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6870 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.622 INFO O| Oct 30 19:26:46.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6871 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.623 INFO O| Oct 30 19:26:46.622 INFO STEP 892 (remove_files) COMPLETE |
6872 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.623 INFO O| Oct 30 19:26:46.623 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6873 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.633 INFO O| Oct 30 19:26:46.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6874 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.633 INFO O| Oct 30 19:26:46.633 INFO STEP 893 (remove_files) COMPLETE |
6875 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.633 INFO O| Oct 30 19:26:46.633 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6876 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.644 INFO O| Oct 30 19:26:46.644 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6877 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.644 INFO O| Oct 30 19:26:46.644 INFO STEP 894 (remove_files) COMPLETE |
6878 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.644 INFO O| Oct 30 19:26:46.644 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6879 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.654 INFO O| Oct 30 19:26:46.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6880 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.654 INFO O| Oct 30 19:26:46.654 INFO STEP 895 (remove_files) COMPLETE |
6881 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.654 INFO O| Oct 30 19:26:46.654 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6882 | 2024-10-30T19:26:47.943Z | [ recovery-image] Oct 30 19:26:46.665 INFO O| Oct 30 19:26:46.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6883 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.665 INFO O| Oct 30 19:26:46.665 INFO STEP 896 (remove_files) COMPLETE |
6884 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.665 INFO O| Oct 30 19:26:46.665 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6885 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.675 INFO O| Oct 30 19:26:46.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6886 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.675 INFO O| Oct 30 19:26:46.675 INFO STEP 897 (remove_files) COMPLETE |
6887 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.675 INFO O| Oct 30 19:26:46.675 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6888 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.685 INFO O| Oct 30 19:26:46.685 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6889 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.686 INFO O| Oct 30 19:26:46.686 INFO STEP 898 (remove_files) COMPLETE |
6890 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.686 INFO O| Oct 30 19:26:46.686 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6891 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.696 INFO O| Oct 30 19:26:46.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6892 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.696 INFO O| Oct 30 19:26:46.696 INFO STEP 899 (remove_files) COMPLETE |
6893 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.696 INFO O| Oct 30 19:26:46.696 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6894 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.707 INFO O| Oct 30 19:26:46.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6895 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.707 INFO O| Oct 30 19:26:46.707 INFO STEP 900 (remove_files) COMPLETE |
6896 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.707 INFO O| Oct 30 19:26:46.707 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6897 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.717 INFO O| Oct 30 19:26:46.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6898 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.717 INFO O| Oct 30 19:26:46.717 INFO STEP 901 (remove_files) COMPLETE |
6899 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.717 INFO O| Oct 30 19:26:46.717 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.728 INFO O| Oct 30 19:26:46.728 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6901 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.728 INFO O| Oct 30 19:26:46.728 INFO STEP 902 (remove_files) COMPLETE |
6902 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.728 INFO O| Oct 30 19:26:46.728 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6903 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.738 INFO O| Oct 30 19:26:46.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6904 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.738 INFO O| Oct 30 19:26:46.738 INFO STEP 903 (remove_files) COMPLETE |
6905 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.738 INFO O| Oct 30 19:26:46.738 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6906 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.749 INFO O| Oct 30 19:26:46.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6907 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.749 INFO O| Oct 30 19:26:46.749 INFO STEP 904 (remove_files) COMPLETE |
6908 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.749 INFO O| Oct 30 19:26:46.749 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6909 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.759 INFO O| Oct 30 19:26:46.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6910 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.759 INFO O| Oct 30 19:26:46.759 INFO STEP 905 (remove_files) COMPLETE |
6911 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.759 INFO O| Oct 30 19:26:46.759 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6912 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.769 INFO O| Oct 30 19:26:46.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6913 | 2024-10-30T19:26:47.944Z | [ recovery-image] Oct 30 19:26:46.769 INFO O| Oct 30 19:26:46.769 INFO STEP 906 (remove_files) COMPLETE |
6914 | 2024-10-30T19:26:47.949Z | [ recovery-image] Oct 30 19:26:46.769 INFO O| Oct 30 19:26:46.769 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6915 | 2024-10-30T19:26:47.949Z | [ recovery-image] Oct 30 19:26:46.780 INFO O| Oct 30 19:26:46.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6916 | 2024-10-30T19:26:47.949Z | [ recovery-image] Oct 30 19:26:46.780 INFO O| Oct 30 19:26:46.780 INFO STEP 907 (remove_files) COMPLETE |
6917 | 2024-10-30T19:26:47.949Z | [ recovery-image] Oct 30 19:26:46.780 INFO O| Oct 30 19:26:46.780 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6918 | 2024-10-30T19:26:47.949Z | [ recovery-image] Oct 30 19:26:46.791 INFO O| Oct 30 19:26:46.791 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6919 | 2024-10-30T19:26:47.949Z | [ recovery-image] Oct 30 19:26:46.791 INFO O| Oct 30 19:26:46.791 INFO STEP 908 (remove_files) COMPLETE |
6920 | 2024-10-30T19:26:47.949Z | [ recovery-image] Oct 30 19:26:46.791 INFO O| Oct 30 19:26:46.791 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6921 | 2024-10-30T19:26:47.949Z | [ recovery-image] Oct 30 19:26:46.802 INFO O| Oct 30 19:26:46.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6922 | 2024-10-30T19:26:47.949Z | [ recovery-image] Oct 30 19:26:46.802 INFO O| Oct 30 19:26:46.802 INFO STEP 909 (remove_files) COMPLETE |
6923 | 2024-10-30T19:26:47.949Z | [ recovery-image] Oct 30 19:26:46.802 INFO O| Oct 30 19:26:46.802 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6924 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.813 INFO O| Oct 30 19:26:46.813 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6925 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.813 INFO O| Oct 30 19:26:46.813 INFO STEP 910 (remove_files) COMPLETE |
6926 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.813 INFO O| Oct 30 19:26:46.813 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6927 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.824 INFO O| Oct 30 19:26:46.824 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6928 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.824 INFO O| Oct 30 19:26:46.824 INFO STEP 911 (remove_files) COMPLETE |
6929 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.824 INFO O| Oct 30 19:26:46.824 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6930 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.834 INFO O| Oct 30 19:26:46.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6931 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.834 INFO O| Oct 30 19:26:46.834 INFO STEP 912 (remove_files) COMPLETE |
6932 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.834 INFO O| Oct 30 19:26:46.834 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6933 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.844 INFO O| Oct 30 19:26:46.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6934 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.844 INFO O| Oct 30 19:26:46.844 INFO STEP 913 (remove_files) COMPLETE |
6935 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.844 INFO O| Oct 30 19:26:46.844 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6936 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.854 INFO O| Oct 30 19:26:46.854 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6937 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.854 INFO O| Oct 30 19:26:46.854 INFO STEP 914 (remove_files) COMPLETE |
6938 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.854 INFO O| Oct 30 19:26:46.854 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6939 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.864 INFO O| Oct 30 19:26:46.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6940 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.865 INFO O| Oct 30 19:26:46.865 INFO STEP 915 (remove_files) COMPLETE |
6941 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.865 INFO O| Oct 30 19:26:46.865 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6942 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.881 INFO O| Oct 30 19:26:46.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6943 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.882 INFO O| Oct 30 19:26:46.882 INFO STEP 916 (remove_files) COMPLETE |
6944 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.882 INFO O| Oct 30 19:26:46.882 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6945 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.897 INFO O| Oct 30 19:26:46.896 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6946 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.897 INFO O| Oct 30 19:26:46.897 INFO STEP 917 (remove_files) COMPLETE |
6947 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.897 INFO O| Oct 30 19:26:46.897 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6948 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.911 INFO O| Oct 30 19:26:46.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6949 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.911 INFO O| Oct 30 19:26:46.911 INFO STEP 918 (remove_files) COMPLETE |
6950 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.911 INFO O| Oct 30 19:26:46.911 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6951 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.922 INFO O| Oct 30 19:26:46.922 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6952 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.922 INFO O| Oct 30 19:26:46.922 INFO STEP 919 (remove_files) COMPLETE |
6953 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.922 INFO O| Oct 30 19:26:46.922 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6954 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.933 INFO O| Oct 30 19:26:46.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6955 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.934 INFO O| Oct 30 19:26:46.933 INFO STEP 920 (remove_files) COMPLETE |
6956 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.934 INFO O| Oct 30 19:26:46.934 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6957 | 2024-10-30T19:26:47.950Z | [ recovery-image] Oct 30 19:26:46.946 INFO O| Oct 30 19:26:46.946 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6958 | 2024-10-30T19:26:47.951Z | [ recovery-image] Oct 30 19:26:46.946 INFO O| Oct 30 19:26:46.946 INFO STEP 921 (remove_files) COMPLETE |
6959 | 2024-10-30T19:26:47.951Z | [ recovery-image] Oct 30 19:26:46.946 INFO O| Oct 30 19:26:46.946 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6960 | 2024-10-30T19:26:47.951Z | [ recovery-image] Oct 30 19:26:46.957 INFO O| Oct 30 19:26:46.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6961 | 2024-10-30T19:26:47.951Z | [ recovery-image] Oct 30 19:26:46.957 INFO O| Oct 30 19:26:46.957 INFO STEP 922 (remove_files) COMPLETE |
6962 | 2024-10-30T19:26:47.951Z | [ recovery-image] Oct 30 19:26:46.957 INFO O| Oct 30 19:26:46.957 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6963 | 2024-10-30T19:26:47.951Z | [ recovery-image] Oct 30 19:26:46.968 INFO O| Oct 30 19:26:46.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6964 | 2024-10-30T19:26:47.951Z | [ recovery-image] Oct 30 19:26:46.968 INFO O| Oct 30 19:26:46.968 INFO STEP 923 (remove_files) COMPLETE |
6965 | 2024-10-30T19:26:47.952Z | [ recovery-image] Oct 30 19:26:46.968 INFO O| Oct 30 19:26:46.968 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6966 | 2024-10-30T19:26:47.952Z | [ recovery-image] Oct 30 19:26:46.979 INFO O| Oct 30 19:26:46.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6967 | 2024-10-30T19:26:47.952Z | [ recovery-image] Oct 30 19:26:46.979 INFO O| Oct 30 19:26:46.979 INFO STEP 924 (remove_files) COMPLETE |
6968 | 2024-10-30T19:26:47.952Z | [ recovery-image] Oct 30 19:26:46.979 INFO O| Oct 30 19:26:46.979 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6969 | 2024-10-30T19:26:47.952Z | [ recovery-image] Oct 30 19:26:46.991 INFO O| Oct 30 19:26:46.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6970 | 2024-10-30T19:26:47.952Z | [ recovery-image] Oct 30 19:26:46.991 INFO O| Oct 30 19:26:46.991 INFO STEP 925 (remove_files) COMPLETE |
6971 | 2024-10-30T19:26:47.952Z | [ recovery-image] Oct 30 19:26:46.991 INFO O| Oct 30 19:26:46.991 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6972 | 2024-10-30T19:26:47.952Z | [ host-image] Oct 30 19:26:46.993 INFO O| Oct 30 19:26:46.993 INFO O| Actions: Completed 22 actions in 0.57 seconds. |
6973 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.007 INFO O| Oct 30 19:26:47.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6974 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.007 INFO O| Oct 30 19:26:47.007 INFO STEP 926 (remove_files) COMPLETE |
6975 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.007 INFO O| Oct 30 19:26:47.007 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.020 INFO O| Oct 30 19:26:47.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6977 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.021 INFO O| Oct 30 19:26:47.021 INFO STEP 927 (remove_files) COMPLETE |
6978 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.021 INFO O| Oct 30 19:26:47.021 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.032 INFO O| Oct 30 19:26:47.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6980 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.032 INFO O| Oct 30 19:26:47.032 INFO STEP 928 (remove_files) COMPLETE |
6981 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.032 INFO O| Oct 30 19:26:47.032 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.045 INFO O| Oct 30 19:26:47.045 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6983 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.045 INFO O| Oct 30 19:26:47.045 INFO STEP 929 (remove_files) COMPLETE |
6984 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.045 INFO O| Oct 30 19:26:47.045 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.056 INFO O| Oct 30 19:26:47.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6986 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.056 INFO O| Oct 30 19:26:47.056 INFO STEP 930 (remove_files) COMPLETE |
6987 | 2024-10-30T19:26:47.953Z | [ recovery-image] Oct 30 19:26:47.056 INFO O| Oct 30 19:26:47.056 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-10-30T19:26:47.956Z | [ recovery-image] Oct 30 19:26:47.067 INFO O| Oct 30 19:26:47.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6989 | 2024-10-30T19:26:47.956Z | [ recovery-image] Oct 30 19:26:47.067 INFO O| Oct 30 19:26:47.067 INFO STEP 931 (remove_files) COMPLETE |
6990 | 2024-10-30T19:26:47.956Z | [ recovery-image] Oct 30 19:26:47.067 INFO O| Oct 30 19:26:47.067 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-10-30T19:26:47.965Z | [ recovery-image] Oct 30 19:26:47.079 INFO O| Oct 30 19:26:47.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6992 | 2024-10-30T19:26:47.965Z | [ recovery-image] Oct 30 19:26:47.079 INFO O| Oct 30 19:26:47.079 INFO STEP 932 (remove_files) COMPLETE |
6993 | 2024-10-30T19:26:47.967Z | [ recovery-image] Oct 30 19:26:47.079 INFO O| Oct 30 19:26:47.079 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-10-30T19:26:47.977Z | [ recovery-image] Oct 30 19:26:47.092 INFO O| Oct 30 19:26:47.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6995 | 2024-10-30T19:26:47.977Z | [ recovery-image] Oct 30 19:26:47.092 INFO O| Oct 30 19:26:47.092 INFO STEP 933 (remove_files) COMPLETE |
6996 | 2024-10-30T19:26:47.980Z | [ recovery-image] Oct 30 19:26:47.092 INFO O| Oct 30 19:26:47.092 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-10-30T19:26:47.989Z | [ recovery-image] Oct 30 19:26:47.104 INFO O| Oct 30 19:26:47.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6998 | 2024-10-30T19:26:47.989Z | [ recovery-image] Oct 30 19:26:47.104 INFO O| Oct 30 19:26:47.104 INFO STEP 934 (remove_files) COMPLETE |
6999 | 2024-10-30T19:26:47.992Z | [ recovery-image] Oct 30 19:26:47.104 INFO O| Oct 30 19:26:47.104 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-10-30T19:26:48.002Z | [ recovery-image] Oct 30 19:26:47.116 INFO O| Oct 30 19:26:47.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
7001 | 2024-10-30T19:26:48.004Z | [ recovery-image] Oct 30 19:26:47.116 INFO O| Oct 30 19:26:47.116 INFO STEP 935 (remove_files) COMPLETE |
7002 | 2024-10-30T19:26:48.004Z | [ recovery-image] Oct 30 19:26:47.116 INFO O| Oct 30 19:26:47.116 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-10-30T19:26:48.015Z | [ recovery-image] Oct 30 19:26:47.129 INFO O| Oct 30 19:26:47.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
7004 | 2024-10-30T19:26:48.015Z | [ recovery-image] Oct 30 19:26:47.130 INFO O| Oct 30 19:26:47.129 INFO STEP 936 (remove_files) COMPLETE |
7005 | 2024-10-30T19:26:48.017Z | [ recovery-image] Oct 30 19:26:47.130 INFO O| Oct 30 19:26:47.129 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-10-30T19:26:48.026Z | [ recovery-image] Oct 30 19:26:47.141 INFO O| Oct 30 19:26:47.140 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
7007 | 2024-10-30T19:26:48.026Z | [ recovery-image] Oct 30 19:26:47.141 INFO O| Oct 30 19:26:47.141 INFO STEP 937 (remove_files) COMPLETE |
7008 | 2024-10-30T19:26:48.026Z | [ recovery-image] Oct 30 19:26:47.141 INFO O| Oct 30 19:26:47.141 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-10-30T19:26:48.042Z | [ recovery-image] Oct 30 19:26:47.156 INFO O| Oct 30 19:26:47.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
7010 | 2024-10-30T19:26:48.044Z | [ recovery-image] Oct 30 19:26:47.156 INFO O| Oct 30 19:26:47.156 INFO STEP 938 (remove_files) COMPLETE |
7011 | 2024-10-30T19:26:48.044Z | [ recovery-image] Oct 30 19:26:47.156 INFO O| Oct 30 19:26:47.156 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-10-30T19:26:48.057Z | [ recovery-image] Oct 30 19:26:47.172 INFO O| Oct 30 19:26:47.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
7013 | 2024-10-30T19:26:48.060Z | [ recovery-image] Oct 30 19:26:47.172 INFO O| Oct 30 19:26:47.172 INFO STEP 939 (remove_files) COMPLETE |
7014 | 2024-10-30T19:26:48.060Z | [ recovery-image] Oct 30 19:26:47.172 INFO O| Oct 30 19:26:47.172 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-10-30T19:26:48.072Z | [ recovery-image] Oct 30 19:26:47.187 INFO O| Oct 30 19:26:47.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
7016 | 2024-10-30T19:26:48.072Z | [ recovery-image] Oct 30 19:26:47.187 INFO O| Oct 30 19:26:47.187 INFO STEP 940 (remove_files) COMPLETE |
7017 | 2024-10-30T19:26:48.072Z | [ recovery-image] Oct 30 19:26:47.187 INFO O| Oct 30 19:26:47.187 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-10-30T19:26:48.087Z | [ recovery-image] Oct 30 19:26:47.202 INFO O| Oct 30 19:26:47.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
7019 | 2024-10-30T19:26:48.087Z | [ recovery-image] Oct 30 19:26:47.202 INFO O| Oct 30 19:26:47.202 INFO STEP 941 (remove_files) COMPLETE |
7020 | 2024-10-30T19:26:48.090Z | [ recovery-image] Oct 30 19:26:47.202 INFO O| Oct 30 19:26:47.202 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-10-30T19:26:48.102Z | [ recovery-image] Oct 30 19:26:47.216 INFO O| Oct 30 19:26:47.216 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
7022 | 2024-10-30T19:26:48.102Z | [ recovery-image] Oct 30 19:26:47.216 INFO O| Oct 30 19:26:47.216 INFO STEP 942 (remove_files) COMPLETE |
7023 | 2024-10-30T19:26:48.102Z | [ recovery-image] Oct 30 19:26:47.216 INFO O| Oct 30 19:26:47.216 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-10-30T19:26:48.115Z | [ recovery-image] Oct 30 19:26:47.230 INFO O| Oct 30 19:26:47.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
7025 | 2024-10-30T19:26:48.115Z | [ recovery-image] Oct 30 19:26:47.230 INFO O| Oct 30 19:26:47.230 INFO STEP 943 (remove_files) COMPLETE |
7026 | 2024-10-30T19:26:48.115Z | [ recovery-image] Oct 30 19:26:47.230 INFO O| Oct 30 19:26:47.230 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-10-30T19:26:48.128Z | [ recovery-image] Oct 30 19:26:47.243 INFO O| Oct 30 19:26:47.243 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
7028 | 2024-10-30T19:26:48.129Z | [ recovery-image] Oct 30 19:26:47.243 INFO O| Oct 30 19:26:47.243 INFO STEP 944 (remove_files) COMPLETE |
7029 | 2024-10-30T19:26:48.131Z | [ recovery-image] Oct 30 19:26:47.243 INFO O| Oct 30 19:26:47.243 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-10-30T19:26:48.141Z | [ recovery-image] Oct 30 19:26:47.256 INFO O| Oct 30 19:26:47.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
7031 | 2024-10-30T19:26:48.142Z | [ recovery-image] Oct 30 19:26:47.256 INFO O| Oct 30 19:26:47.256 INFO STEP 945 (remove_files) COMPLETE |
7032 | 2024-10-30T19:26:48.142Z | [ recovery-image] Oct 30 19:26:47.256 INFO O| Oct 30 19:26:47.256 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-10-30T19:26:48.153Z | [ recovery-image] Oct 30 19:26:47.268 INFO O| Oct 30 19:26:47.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
7034 | 2024-10-30T19:26:48.153Z | [ recovery-image] Oct 30 19:26:47.268 INFO O| Oct 30 19:26:47.268 INFO STEP 946 (remove_files) COMPLETE |
7035 | 2024-10-30T19:26:48.153Z | [ recovery-image] Oct 30 19:26:47.268 INFO O| Oct 30 19:26:47.268 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7036 | 2024-10-30T19:26:48.164Z | [ recovery-image] Oct 30 19:26:47.279 INFO O| Oct 30 19:26:47.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
7037 | 2024-10-30T19:26:48.167Z | [ recovery-image] Oct 30 19:26:47.279 INFO O| Oct 30 19:26:47.279 INFO STEP 947 (remove_files) COMPLETE |
7038 | 2024-10-30T19:26:48.167Z | [ recovery-image] Oct 30 19:26:47.279 INFO O| Oct 30 19:26:47.279 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7039 | 2024-10-30T19:26:48.176Z | [ recovery-image] Oct 30 19:26:47.291 INFO O| Oct 30 19:26:47.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
7040 | 2024-10-30T19:26:48.178Z | [ recovery-image] Oct 30 19:26:47.291 INFO O| Oct 30 19:26:47.291 INFO STEP 948 (remove_files) COMPLETE |
7041 | 2024-10-30T19:26:48.178Z | [ recovery-image] Oct 30 19:26:47.291 INFO O| Oct 30 19:26:47.291 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7042 | 2024-10-30T19:26:48.186Z | [ recovery-image] Oct 30 19:26:47.301 INFO O| Oct 30 19:26:47.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
7043 | 2024-10-30T19:26:48.189Z | [ recovery-image] Oct 30 19:26:47.301 INFO O| Oct 30 19:26:47.301 INFO STEP 949 (remove_files) COMPLETE |
7044 | 2024-10-30T19:26:48.189Z | [ recovery-image] Oct 30 19:26:47.301 INFO O| Oct 30 19:26:47.301 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7045 | 2024-10-30T19:26:48.200Z | [ recovery-image] Oct 30 19:26:47.313 INFO O| Oct 30 19:26:47.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
7046 | 2024-10-30T19:26:48.202Z | [ recovery-image] Oct 30 19:26:47.313 INFO O| Oct 30 19:26:47.313 INFO STEP 950 (remove_files) COMPLETE |
7047 | 2024-10-30T19:26:48.204Z | [ recovery-image] Oct 30 19:26:47.313 INFO O| Oct 30 19:26:47.313 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7048 | 2024-10-30T19:26:48.210Z | [ recovery-image] Oct 30 19:26:47.325 INFO O| Oct 30 19:26:47.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
7049 | 2024-10-30T19:26:48.213Z | [ recovery-image] Oct 30 19:26:47.325 INFO O| Oct 30 19:26:47.325 INFO STEP 951 (remove_files) COMPLETE |
7050 | 2024-10-30T19:26:48.213Z | [ recovery-image] Oct 30 19:26:47.325 INFO O| Oct 30 19:26:47.325 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7051 | 2024-10-30T19:26:48.222Z | [ recovery-image] Oct 30 19:26:47.337 INFO O| Oct 30 19:26:47.337 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
7052 | 2024-10-30T19:26:48.225Z | [ recovery-image] Oct 30 19:26:47.337 INFO O| Oct 30 19:26:47.337 INFO STEP 952 (remove_files) COMPLETE |
7053 | 2024-10-30T19:26:48.225Z | [ recovery-image] Oct 30 19:26:47.337 INFO O| Oct 30 19:26:47.337 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7054 | 2024-10-30T19:26:48.235Z | [ recovery-image] Oct 30 19:26:47.349 INFO O| Oct 30 19:26:47.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
7055 | 2024-10-30T19:26:48.237Z | [ recovery-image] Oct 30 19:26:47.349 INFO O| Oct 30 19:26:47.349 INFO STEP 953 (remove_files) COMPLETE |
7056 | 2024-10-30T19:26:48.237Z | [ recovery-image] Oct 30 19:26:47.349 INFO O| Oct 30 19:26:47.349 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7057 | 2024-10-30T19:26:48.239Z | [ host-image] Oct 30 19:26:47.352 INFO O| Oct 30 19:26:47.352 INFO O| Done |
7058 | 2024-10-30T19:26:48.239Z | [ host-image] Oct 30 19:26:47.352 INFO O| Oct 30 19:26:47.352 INFO O| Done |
7059 | 2024-10-30T19:26:48.247Z | [ recovery-image] Oct 30 19:26:47.361 INFO O| Oct 30 19:26:47.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
7060 | 2024-10-30T19:26:48.247Z | [ recovery-image] Oct 30 19:26:47.362 INFO O| Oct 30 19:26:47.361 INFO STEP 954 (remove_files) COMPLETE |
7061 | 2024-10-30T19:26:48.249Z | [ recovery-image] Oct 30 19:26:47.362 INFO O| Oct 30 19:26:47.362 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7062 | 2024-10-30T19:26:48.260Z | [ recovery-image] Oct 30 19:26:47.374 INFO O| Oct 30 19:26:47.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
7063 | 2024-10-30T19:26:48.261Z | [ recovery-image] Oct 30 19:26:47.374 INFO O| Oct 30 19:26:47.374 INFO STEP 955 (remove_files) COMPLETE |
7064 | 2024-10-30T19:26:48.261Z | [ recovery-image] Oct 30 19:26:47.374 INFO O| Oct 30 19:26:47.374 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7065 | 2024-10-30T19:26:48.272Z | [ recovery-image] Oct 30 19:26:47.387 INFO O| Oct 30 19:26:47.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
7066 | 2024-10-30T19:26:48.273Z | [ recovery-image] Oct 30 19:26:47.387 INFO O| Oct 30 19:26:47.387 INFO STEP 956 (remove_files) COMPLETE |
7067 | 2024-10-30T19:26:48.273Z | [ recovery-image] Oct 30 19:26:47.387 INFO O| Oct 30 19:26:47.387 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7068 | 2024-10-30T19:26:48.284Z | [ recovery-image] Oct 30 19:26:47.399 INFO O| Oct 30 19:26:47.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
7069 | 2024-10-30T19:26:48.284Z | [ recovery-image] Oct 30 19:26:47.399 INFO O| Oct 30 19:26:47.399 INFO STEP 957 (remove_files) COMPLETE |
7070 | 2024-10-30T19:26:48.284Z | [ recovery-image] Oct 30 19:26:47.399 INFO O| Oct 30 19:26:47.399 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7071 | 2024-10-30T19:26:48.295Z | [ recovery-image] Oct 30 19:26:47.410 INFO O| Oct 30 19:26:47.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
7072 | 2024-10-30T19:26:48.298Z | [ recovery-image] Oct 30 19:26:47.410 INFO O| Oct 30 19:26:47.410 INFO STEP 958 (remove_files) COMPLETE |
7073 | 2024-10-30T19:26:48.298Z | [ recovery-image] Oct 30 19:26:47.410 INFO O| Oct 30 19:26:47.410 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7074 | 2024-10-30T19:26:48.307Z | [ recovery-image] Oct 30 19:26:47.422 INFO O| Oct 30 19:26:47.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
7075 | 2024-10-30T19:26:48.310Z | [ recovery-image] Oct 30 19:26:47.422 INFO O| Oct 30 19:26:47.422 INFO STEP 959 (remove_files) COMPLETE |
7076 | 2024-10-30T19:26:48.310Z | [ recovery-image] Oct 30 19:26:47.422 INFO O| Oct 30 19:26:47.422 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7077 | 2024-10-30T19:26:48.319Z | [ recovery-image] Oct 30 19:26:47.434 INFO O| Oct 30 19:26:47.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
7078 | 2024-10-30T19:26:48.319Z | [ recovery-image] Oct 30 19:26:47.434 INFO O| Oct 30 19:26:47.434 INFO STEP 960 (remove_files) COMPLETE |
7079 | 2024-10-30T19:26:48.319Z | [ recovery-image] Oct 30 19:26:47.434 INFO O| Oct 30 19:26:47.434 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7080 | 2024-10-30T19:26:48.331Z | [ recovery-image] Oct 30 19:26:47.445 INFO O| Oct 30 19:26:47.445 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
7081 | 2024-10-30T19:26:48.331Z | [ recovery-image] Oct 30 19:26:47.445 INFO O| Oct 30 19:26:47.445 INFO STEP 961 (remove_files) COMPLETE |
7082 | 2024-10-30T19:26:48.331Z | [ recovery-image] Oct 30 19:26:47.445 INFO O| Oct 30 19:26:47.445 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7083 | 2024-10-30T19:26:48.341Z | [ recovery-image] Oct 30 19:26:47.456 INFO O| Oct 30 19:26:47.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
7084 | 2024-10-30T19:26:48.341Z | [ recovery-image] Oct 30 19:26:47.456 INFO O| Oct 30 19:26:47.456 INFO STEP 962 (remove_files) COMPLETE |
7085 | 2024-10-30T19:26:48.343Z | [ recovery-image] Oct 30 19:26:47.456 INFO O| Oct 30 19:26:47.456 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7086 | 2024-10-30T19:26:48.352Z | [ recovery-image] Oct 30 19:26:47.466 INFO O| Oct 30 19:26:47.466 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
7087 | 2024-10-30T19:26:48.352Z | [ recovery-image] Oct 30 19:26:47.466 INFO O| Oct 30 19:26:47.466 INFO STEP 963 (remove_files) COMPLETE |
7088 | 2024-10-30T19:26:48.354Z | [ recovery-image] Oct 30 19:26:47.466 INFO O| Oct 30 19:26:47.466 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7089 | 2024-10-30T19:26:48.362Z | [ recovery-image] Oct 30 19:26:47.477 INFO O| Oct 30 19:26:47.477 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
7090 | 2024-10-30T19:26:48.362Z | [ recovery-image] Oct 30 19:26:47.477 INFO O| Oct 30 19:26:47.477 INFO STEP 964 (remove_files) COMPLETE |
7091 | 2024-10-30T19:26:48.364Z | [ recovery-image] Oct 30 19:26:47.477 INFO O| Oct 30 19:26:47.477 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7092 | 2024-10-30T19:26:48.372Z | [ recovery-image] Oct 30 19:26:47.487 INFO O| Oct 30 19:26:47.487 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
7093 | 2024-10-30T19:26:48.375Z | [ recovery-image] Oct 30 19:26:47.487 INFO O| Oct 30 19:26:47.487 INFO STEP 965 (remove_files) COMPLETE |
7094 | 2024-10-30T19:26:48.375Z | [ recovery-image] Oct 30 19:26:47.487 INFO O| Oct 30 19:26:47.487 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7095 | 2024-10-30T19:26:48.383Z | [ recovery-image] Oct 30 19:26:47.498 INFO O| Oct 30 19:26:47.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
7096 | 2024-10-30T19:26:48.383Z | [ recovery-image] Oct 30 19:26:47.498 INFO O| Oct 30 19:26:47.498 INFO STEP 966 (remove_files) COMPLETE |
7097 | 2024-10-30T19:26:48.383Z | [ recovery-image] Oct 30 19:26:47.498 INFO O| Oct 30 19:26:47.498 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7098 | 2024-10-30T19:26:48.396Z | [ recovery-image] Oct 30 19:26:47.510 INFO O| Oct 30 19:26:47.510 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
7099 | 2024-10-30T19:26:48.396Z | [ recovery-image] Oct 30 19:26:47.510 INFO O| Oct 30 19:26:47.510 INFO STEP 967 (remove_files) COMPLETE |
7100 | 2024-10-30T19:26:48.398Z | [ recovery-image] Oct 30 19:26:47.510 INFO O| Oct 30 19:26:47.510 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7101 | 2024-10-30T19:26:48.407Z | [ recovery-image] Oct 30 19:26:47.521 INFO O| Oct 30 19:26:47.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
7102 | 2024-10-30T19:26:48.407Z | [ recovery-image] Oct 30 19:26:47.521 INFO O| Oct 30 19:26:47.521 INFO STEP 968 (remove_files) COMPLETE |
7103 | 2024-10-30T19:26:48.409Z | [ recovery-image] Oct 30 19:26:47.521 INFO O| Oct 30 19:26:47.521 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7104 | 2024-10-30T19:26:48.418Z | [ recovery-image] Oct 30 19:26:47.533 INFO O| Oct 30 19:26:47.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
7105 | 2024-10-30T19:26:48.418Z | [ recovery-image] Oct 30 19:26:47.533 INFO O| Oct 30 19:26:47.533 INFO STEP 969 (remove_files) COMPLETE |
7106 | 2024-10-30T19:26:48.418Z | [ recovery-image] Oct 30 19:26:47.533 INFO O| Oct 30 19:26:47.533 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7107 | 2024-10-30T19:26:48.431Z | [ recovery-image] Oct 30 19:26:47.545 INFO O| Oct 30 19:26:47.545 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
7108 | 2024-10-30T19:26:48.431Z | [ recovery-image] Oct 30 19:26:47.545 INFO O| Oct 30 19:26:47.545 INFO STEP 970 (remove_files) COMPLETE |
7109 | 2024-10-30T19:26:48.431Z | [ recovery-image] Oct 30 19:26:47.545 INFO O| Oct 30 19:26:47.545 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7110 | 2024-10-30T19:26:48.443Z | [ recovery-image] Oct 30 19:26:47.558 INFO O| Oct 30 19:26:47.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
7111 | 2024-10-30T19:26:48.446Z | [ recovery-image] Oct 30 19:26:47.558 INFO O| Oct 30 19:26:47.558 INFO STEP 971 (remove_files) COMPLETE |
7112 | 2024-10-30T19:26:48.446Z | [ recovery-image] Oct 30 19:26:47.558 INFO O| Oct 30 19:26:47.558 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7113 | 2024-10-30T19:26:48.454Z | [ recovery-image] Oct 30 19:26:47.568 INFO O| Oct 30 19:26:47.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
7114 | 2024-10-30T19:26:48.454Z | [ recovery-image] Oct 30 19:26:47.568 INFO O| Oct 30 19:26:47.568 INFO STEP 972 (remove_files) COMPLETE |
7115 | 2024-10-30T19:26:48.456Z | [ recovery-image] Oct 30 19:26:47.569 INFO O| Oct 30 19:26:47.568 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7116 | 2024-10-30T19:26:48.464Z | [ recovery-image] Oct 30 19:26:47.579 INFO O| Oct 30 19:26:47.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
7117 | 2024-10-30T19:26:48.467Z | [ recovery-image] Oct 30 19:26:47.579 INFO O| Oct 30 19:26:47.579 INFO STEP 973 (remove_files) COMPLETE |
7118 | 2024-10-30T19:26:48.467Z | [ recovery-image] Oct 30 19:26:47.579 INFO O| Oct 30 19:26:47.579 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7119 | 2024-10-30T19:26:48.475Z | [ recovery-image] Oct 30 19:26:47.589 INFO O| Oct 30 19:26:47.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
7120 | 2024-10-30T19:26:48.477Z | [ recovery-image] Oct 30 19:26:47.589 INFO O| Oct 30 19:26:47.589 INFO STEP 974 (remove_files) COMPLETE |
7121 | 2024-10-30T19:26:48.477Z | [ recovery-image] Oct 30 19:26:47.589 INFO O| Oct 30 19:26:47.589 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7122 | 2024-10-30T19:26:48.484Z | [ recovery-image] Oct 30 19:26:47.599 INFO O| Oct 30 19:26:47.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
7123 | 2024-10-30T19:26:48.489Z | [ recovery-image] Oct 30 19:26:47.599 INFO O| Oct 30 19:26:47.599 INFO STEP 975 (remove_files) COMPLETE |
7124 | 2024-10-30T19:26:48.489Z | [ recovery-image] Oct 30 19:26:47.599 INFO O| Oct 30 19:26:47.599 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7125 | 2024-10-30T19:26:48.494Z | [ recovery-image] Oct 30 19:26:47.609 INFO O| Oct 30 19:26:47.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
7126 | 2024-10-30T19:26:48.497Z | [ recovery-image] Oct 30 19:26:47.609 INFO O| Oct 30 19:26:47.609 INFO STEP 976 (remove_files) COMPLETE |
7127 | 2024-10-30T19:26:48.497Z | [ recovery-image] Oct 30 19:26:47.609 INFO O| Oct 30 19:26:47.609 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7128 | 2024-10-30T19:26:48.504Z | [ recovery-image] Oct 30 19:26:47.618 INFO O| Oct 30 19:26:47.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
7129 | 2024-10-30T19:26:48.506Z | [ recovery-image] Oct 30 19:26:47.619 INFO O| Oct 30 19:26:47.619 INFO STEP 977 (remove_files) COMPLETE |
7130 | 2024-10-30T19:26:48.506Z | [ recovery-image] Oct 30 19:26:47.619 INFO O| Oct 30 19:26:47.619 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7131 | 2024-10-30T19:26:48.515Z | [ recovery-image] Oct 30 19:26:47.630 INFO O| Oct 30 19:26:47.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
7132 | 2024-10-30T19:26:48.518Z | [ recovery-image] Oct 30 19:26:47.630 INFO O| Oct 30 19:26:47.630 INFO STEP 978 (remove_files) COMPLETE |
7133 | 2024-10-30T19:26:48.518Z | [ recovery-image] Oct 30 19:26:47.630 INFO O| Oct 30 19:26:47.630 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7134 | 2024-10-30T19:26:48.525Z | [ recovery-image] Oct 30 19:26:47.640 INFO O| Oct 30 19:26:47.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
7135 | 2024-10-30T19:26:48.528Z | [ recovery-image] Oct 30 19:26:47.640 INFO O| Oct 30 19:26:47.640 INFO STEP 979 (remove_files) COMPLETE |
7136 | 2024-10-30T19:26:48.528Z | [ recovery-image] Oct 30 19:26:47.640 INFO O| Oct 30 19:26:47.640 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7137 | 2024-10-30T19:26:48.535Z | [ recovery-image] Oct 30 19:26:47.650 INFO O| Oct 30 19:26:47.650 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
7138 | 2024-10-30T19:26:48.538Z | [ recovery-image] Oct 30 19:26:47.650 INFO O| Oct 30 19:26:47.650 INFO STEP 980 (remove_files) COMPLETE |
7139 | 2024-10-30T19:26:48.538Z | [ recovery-image] Oct 30 19:26:47.650 INFO O| Oct 30 19:26:47.650 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7140 | 2024-10-30T19:26:48.547Z | [ recovery-image] Oct 30 19:26:47.661 INFO O| Oct 30 19:26:47.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
7141 | 2024-10-30T19:26:48.547Z | [ recovery-image] Oct 30 19:26:47.661 INFO O| Oct 30 19:26:47.661 INFO STEP 981 (remove_files) COMPLETE |
7142 | 2024-10-30T19:26:48.549Z | [ recovery-image] Oct 30 19:26:47.661 INFO O| Oct 30 19:26:47.661 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7143 | 2024-10-30T19:26:48.566Z | [ recovery-image] Oct 30 19:26:47.674 INFO O| Oct 30 19:26:47.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
7144 | 2024-10-30T19:26:48.567Z | [ recovery-image] Oct 30 19:26:47.675 INFO O| Oct 30 19:26:47.675 INFO STEP 982 (remove_files) COMPLETE |
7145 | 2024-10-30T19:26:48.596Z | [ recovery-image] Oct 30 19:26:47.675 INFO O| Oct 30 19:26:47.675 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7146 | 2024-10-30T19:26:48.596Z | [ recovery-image] Oct 30 19:26:47.686 INFO O| Oct 30 19:26:47.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
7147 | 2024-10-30T19:26:48.596Z | [ recovery-image] Oct 30 19:26:47.686 INFO O| Oct 30 19:26:47.686 INFO STEP 983 (remove_files) COMPLETE |
7148 | 2024-10-30T19:26:48.596Z | [ recovery-image] Oct 30 19:26:47.686 INFO O| Oct 30 19:26:47.686 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7149 | 2024-10-30T19:26:48.596Z | [ recovery-image] Oct 30 19:26:47.698 INFO O| Oct 30 19:26:47.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
7150 | 2024-10-30T19:26:48.596Z | [ recovery-image] Oct 30 19:26:47.698 INFO O| Oct 30 19:26:47.698 INFO STEP 984 (remove_files) COMPLETE |
7151 | 2024-10-30T19:26:48.596Z | [ recovery-image] Oct 30 19:26:47.698 INFO O| Oct 30 19:26:47.698 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7152 | 2024-10-30T19:26:48.596Z | [ recovery-image] Oct 30 19:26:47.709 INFO O| Oct 30 19:26:47.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
7153 | 2024-10-30T19:26:48.596Z | [ recovery-image] Oct 30 19:26:47.709 INFO O| Oct 30 19:26:47.709 INFO STEP 985 (remove_files) COMPLETE |
7154 | 2024-10-30T19:26:48.596Z | [ recovery-image] Oct 30 19:26:47.709 INFO O| Oct 30 19:26:47.709 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7155 | 2024-10-30T19:26:48.606Z | [ recovery-image] Oct 30 19:26:47.720 INFO O| Oct 30 19:26:47.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
7156 | 2024-10-30T19:26:48.606Z | [ recovery-image] Oct 30 19:26:47.720 INFO O| Oct 30 19:26:47.720 INFO STEP 986 (remove_files) COMPLETE |
7157 | 2024-10-30T19:26:48.606Z | [ recovery-image] Oct 30 19:26:47.720 INFO O| Oct 30 19:26:47.720 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7158 | 2024-10-30T19:26:48.618Z | [ recovery-image] Oct 30 19:26:47.732 INFO O| Oct 30 19:26:47.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
7159 | 2024-10-30T19:26:48.618Z | [ recovery-image] Oct 30 19:26:47.732 INFO O| Oct 30 19:26:47.732 INFO STEP 987 (remove_files) COMPLETE |
7160 | 2024-10-30T19:26:48.618Z | [ recovery-image] Oct 30 19:26:47.732 INFO O| Oct 30 19:26:47.732 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7161 | 2024-10-30T19:26:48.628Z | [ recovery-image] Oct 30 19:26:47.743 INFO O| Oct 30 19:26:47.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
7162 | 2024-10-30T19:26:48.628Z | [ recovery-image] Oct 30 19:26:47.743 INFO O| Oct 30 19:26:47.743 INFO STEP 988 (remove_files) COMPLETE |
7163 | 2024-10-30T19:26:48.628Z | [ recovery-image] Oct 30 19:26:47.743 INFO O| Oct 30 19:26:47.743 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7164 | 2024-10-30T19:26:48.639Z | [ recovery-image] Oct 30 19:26:47.753 INFO O| Oct 30 19:26:47.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
7165 | 2024-10-30T19:26:48.639Z | [ recovery-image] Oct 30 19:26:47.753 INFO O| Oct 30 19:26:47.753 INFO STEP 989 (remove_files) COMPLETE |
7166 | 2024-10-30T19:26:48.641Z | [ recovery-image] Oct 30 19:26:47.753 INFO O| Oct 30 19:26:47.753 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7167 | 2024-10-30T19:26:48.649Z | [ recovery-image] Oct 30 19:26:47.764 INFO O| Oct 30 19:26:47.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
7168 | 2024-10-30T19:26:48.649Z | [ recovery-image] Oct 30 19:26:47.764 INFO O| Oct 30 19:26:47.764 INFO STEP 990 (remove_files) COMPLETE |
7169 | 2024-10-30T19:26:48.649Z | [ recovery-image] Oct 30 19:26:47.764 INFO O| Oct 30 19:26:47.764 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7170 | 2024-10-30T19:26:48.661Z | [ recovery-image] Oct 30 19:26:47.775 INFO O| Oct 30 19:26:47.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
7171 | 2024-10-30T19:26:48.661Z | [ recovery-image] Oct 30 19:26:47.775 INFO O| Oct 30 19:26:47.775 INFO STEP 991 (remove_files) COMPLETE |
7172 | 2024-10-30T19:26:48.663Z | [ recovery-image] Oct 30 19:26:47.775 INFO O| Oct 30 19:26:47.775 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7173 | 2024-10-30T19:26:48.671Z | [ recovery-image] Oct 30 19:26:47.786 INFO O| Oct 30 19:26:47.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
7174 | 2024-10-30T19:26:48.672Z | [ recovery-image] Oct 30 19:26:47.786 INFO O| Oct 30 19:26:47.786 INFO STEP 992 (remove_files) COMPLETE |
7175 | 2024-10-30T19:26:48.674Z | [ recovery-image] Oct 30 19:26:47.786 INFO O| Oct 30 19:26:47.786 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7176 | 2024-10-30T19:26:48.682Z | [ recovery-image] Oct 30 19:26:47.797 INFO O| Oct 30 19:26:47.796 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
7177 | 2024-10-30T19:26:48.682Z | [ recovery-image] Oct 30 19:26:47.797 INFO O| Oct 30 19:26:47.797 INFO STEP 993 (remove_files) COMPLETE |
7178 | 2024-10-30T19:26:48.684Z | [ recovery-image] Oct 30 19:26:47.797 INFO O| Oct 30 19:26:47.797 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7179 | 2024-10-30T19:26:48.693Z | [ recovery-image] Oct 30 19:26:47.807 INFO O| Oct 30 19:26:47.807 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
7180 | 2024-10-30T19:26:48.693Z | [ recovery-image] Oct 30 19:26:47.807 INFO O| Oct 30 19:26:47.807 INFO STEP 994 (remove_files) COMPLETE |
7181 | 2024-10-30T19:26:48.693Z | [ recovery-image] Oct 30 19:26:47.807 INFO O| Oct 30 19:26:47.807 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7182 | 2024-10-30T19:26:48.704Z | [ recovery-image] Oct 30 19:26:47.819 INFO O| Oct 30 19:26:47.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
7183 | 2024-10-30T19:26:48.704Z | [ recovery-image] Oct 30 19:26:47.819 INFO O| Oct 30 19:26:47.819 INFO STEP 995 (remove_files) COMPLETE |
7184 | 2024-10-30T19:26:48.707Z | [ recovery-image] Oct 30 19:26:47.819 INFO O| Oct 30 19:26:47.819 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7185 | 2024-10-30T19:26:48.715Z | [ recovery-image] Oct 30 19:26:47.830 INFO O| Oct 30 19:26:47.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
7186 | 2024-10-30T19:26:48.715Z | [ recovery-image] Oct 30 19:26:47.830 INFO O| Oct 30 19:26:47.830 INFO STEP 996 (remove_files) COMPLETE |
7187 | 2024-10-30T19:26:48.718Z | [ recovery-image] Oct 30 19:26:47.830 INFO O| Oct 30 19:26:47.830 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7188 | 2024-10-30T19:26:48.726Z | [ recovery-image] Oct 30 19:26:47.840 INFO O| Oct 30 19:26:47.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
7189 | 2024-10-30T19:26:48.728Z | [ recovery-image] Oct 30 19:26:47.841 INFO O| Oct 30 19:26:47.841 INFO STEP 997 (remove_files) COMPLETE |
7190 | 2024-10-30T19:26:48.729Z | [ recovery-image] Oct 30 19:26:47.841 INFO O| Oct 30 19:26:47.841 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7191 | 2024-10-30T19:26:48.735Z | [ host-image] Oct 30 19:26:47.850 INFO O| Oct 30 19:26:47.850 INFO O| Done |
7192 | 2024-10-30T19:26:48.738Z | [ recovery-image] Oct 30 19:26:47.852 INFO O| Oct 30 19:26:47.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
7193 | 2024-10-30T19:26:48.738Z | [ recovery-image] Oct 30 19:26:47.852 INFO O| Oct 30 19:26:47.852 INFO STEP 998 (remove_files) COMPLETE |
7194 | 2024-10-30T19:26:48.738Z | [ recovery-image] Oct 30 19:26:47.852 INFO O| Oct 30 19:26:47.852 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7195 | 2024-10-30T19:26:48.749Z | [ recovery-image] Oct 30 19:26:47.864 INFO O| Oct 30 19:26:47.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
7196 | 2024-10-30T19:26:48.749Z | [ recovery-image] Oct 30 19:26:47.864 INFO O| Oct 30 19:26:47.864 INFO STEP 999 (remove_files) COMPLETE |
7197 | 2024-10-30T19:26:48.752Z | [ recovery-image] Oct 30 19:26:47.864 INFO O| Oct 30 19:26:47.864 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7198 | 2024-10-30T19:26:48.759Z | [ recovery-image] Oct 30 19:26:47.874 INFO O| Oct 30 19:26:47.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
7199 | 2024-10-30T19:26:48.759Z | [ recovery-image] Oct 30 19:26:47.874 INFO O| Oct 30 19:26:47.874 INFO STEP 1000 (remove_files) COMPLETE |
7200 | 2024-10-30T19:26:48.762Z | [ recovery-image] Oct 30 19:26:47.874 INFO O| Oct 30 19:26:47.874 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7201 | 2024-10-30T19:26:48.772Z | [ recovery-image] Oct 30 19:26:47.886 INFO O| Oct 30 19:26:47.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
7202 | 2024-10-30T19:26:48.772Z | [ recovery-image] Oct 30 19:26:47.887 INFO O| Oct 30 19:26:47.886 INFO STEP 1001 (remove_files) COMPLETE |
7203 | 2024-10-30T19:26:48.772Z | [ recovery-image] Oct 30 19:26:47.887 INFO O| Oct 30 19:26:47.886 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7204 | 2024-10-30T19:26:48.784Z | [ recovery-image] Oct 30 19:26:47.898 INFO O| Oct 30 19:26:47.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
7205 | 2024-10-30T19:26:48.784Z | [ recovery-image] Oct 30 19:26:47.899 INFO O| Oct 30 19:26:47.898 INFO STEP 1002 (remove_files) COMPLETE |
7206 | 2024-10-30T19:26:48.784Z | [ recovery-image] Oct 30 19:26:47.899 INFO O| Oct 30 19:26:47.899 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7207 | 2024-10-30T19:26:48.795Z | [ recovery-image] Oct 30 19:26:47.909 INFO O| Oct 30 19:26:47.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
7208 | 2024-10-30T19:26:48.798Z | [ recovery-image] Oct 30 19:26:47.909 INFO O| Oct 30 19:26:47.909 INFO STEP 1003 (remove_files) COMPLETE |
7209 | 2024-10-30T19:26:48.798Z | [ recovery-image] Oct 30 19:26:47.909 INFO O| Oct 30 19:26:47.909 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7210 | 2024-10-30T19:26:48.805Z | [ recovery-image] Oct 30 19:26:47.920 INFO O| Oct 30 19:26:47.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
7211 | 2024-10-30T19:26:48.805Z | [ recovery-image] Oct 30 19:26:47.920 INFO O| Oct 30 19:26:47.920 INFO STEP 1004 (remove_files) COMPLETE |
7212 | 2024-10-30T19:26:48.807Z | [ recovery-image] Oct 30 19:26:47.920 INFO O| Oct 30 19:26:47.920 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7213 | 2024-10-30T19:26:48.816Z | [ recovery-image] Oct 30 19:26:47.931 INFO O| Oct 30 19:26:47.931 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
7214 | 2024-10-30T19:26:48.816Z | [ recovery-image] Oct 30 19:26:47.931 INFO O| Oct 30 19:26:47.931 INFO STEP 1005 (remove_files) COMPLETE |
7215 | 2024-10-30T19:26:48.819Z | [ recovery-image] Oct 30 19:26:47.931 INFO O| Oct 30 19:26:47.931 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7216 | 2024-10-30T19:26:48.828Z | [ recovery-image] Oct 30 19:26:47.943 INFO O| Oct 30 19:26:47.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
7217 | 2024-10-30T19:26:48.828Z | [ recovery-image] Oct 30 19:26:47.943 INFO O| Oct 30 19:26:47.943 INFO STEP 1006 (remove_files) COMPLETE |
7218 | 2024-10-30T19:26:48.830Z | [ recovery-image] Oct 30 19:26:47.943 INFO O| Oct 30 19:26:47.943 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7219 | 2024-10-30T19:26:48.840Z | [ recovery-image] Oct 30 19:26:47.954 INFO O| Oct 30 19:26:47.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
7220 | 2024-10-30T19:26:48.840Z | [ recovery-image] Oct 30 19:26:47.954 INFO O| Oct 30 19:26:47.954 INFO STEP 1007 (remove_files) COMPLETE |
7221 | 2024-10-30T19:26:48.842Z | [ recovery-image] Oct 30 19:26:47.954 INFO O| Oct 30 19:26:47.954 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7222 | 2024-10-30T19:26:48.852Z | [ recovery-image] Oct 30 19:26:47.966 INFO O| Oct 30 19:26:47.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
7223 | 2024-10-30T19:26:48.852Z | [ recovery-image] Oct 30 19:26:47.966 INFO O| Oct 30 19:26:47.966 INFO STEP 1008 (remove_files) COMPLETE |
7224 | 2024-10-30T19:26:48.852Z | [ recovery-image] Oct 30 19:26:47.966 INFO O| Oct 30 19:26:47.966 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7225 | 2024-10-30T19:26:48.864Z | [ recovery-image] Oct 30 19:26:47.978 INFO O| Oct 30 19:26:47.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
7226 | 2024-10-30T19:26:48.864Z | [ recovery-image] Oct 30 19:26:47.978 INFO O| Oct 30 19:26:47.978 INFO STEP 1009 (remove_files) COMPLETE |
7227 | 2024-10-30T19:26:48.864Z | [ recovery-image] Oct 30 19:26:47.978 INFO O| Oct 30 19:26:47.978 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7228 | 2024-10-30T19:26:48.876Z | [ recovery-image] Oct 30 19:26:47.990 INFO O| Oct 30 19:26:47.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
7229 | 2024-10-30T19:26:48.876Z | [ recovery-image] Oct 30 19:26:47.990 INFO O| Oct 30 19:26:47.990 INFO STEP 1010 (remove_files) COMPLETE |
7230 | 2024-10-30T19:26:48.879Z | [ recovery-image] Oct 30 19:26:47.990 INFO O| Oct 30 19:26:47.990 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7231 | 2024-10-30T19:26:48.888Z | [ recovery-image] Oct 30 19:26:48.002 INFO O| Oct 30 19:26:48.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
7232 | 2024-10-30T19:26:48.888Z | [ recovery-image] Oct 30 19:26:48.002 INFO O| Oct 30 19:26:48.002 INFO STEP 1011 (remove_files) COMPLETE |
7233 | 2024-10-30T19:26:48.888Z | [ recovery-image] Oct 30 19:26:48.002 INFO O| Oct 30 19:26:48.002 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7234 | 2024-10-30T19:26:48.900Z | [ recovery-image] Oct 30 19:26:48.014 INFO O| Oct 30 19:26:48.014 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
7235 | 2024-10-30T19:26:48.900Z | [ recovery-image] Oct 30 19:26:48.014 INFO O| Oct 30 19:26:48.014 INFO STEP 1012 (remove_files) COMPLETE |
7236 | 2024-10-30T19:26:48.902Z | [ recovery-image] Oct 30 19:26:48.014 INFO O| Oct 30 19:26:48.014 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7237 | 2024-10-30T19:26:48.911Z | [ recovery-image] Oct 30 19:26:48.025 INFO O| Oct 30 19:26:48.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
7238 | 2024-10-30T19:26:48.913Z | [ recovery-image] Oct 30 19:26:48.025 INFO O| Oct 30 19:26:48.025 INFO STEP 1013 (remove_files) COMPLETE |
7239 | 2024-10-30T19:26:48.913Z | [ recovery-image] Oct 30 19:26:48.025 INFO O| Oct 30 19:26:48.025 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7240 | 2024-10-30T19:26:48.921Z | [ recovery-image] Oct 30 19:26:48.036 INFO O| Oct 30 19:26:48.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
7241 | 2024-10-30T19:26:48.924Z | [ recovery-image] Oct 30 19:26:48.036 INFO O| Oct 30 19:26:48.036 INFO STEP 1014 (remove_files) COMPLETE |
7242 | 2024-10-30T19:26:48.924Z | [ recovery-image] Oct 30 19:26:48.036 INFO O| Oct 30 19:26:48.036 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7243 | 2024-10-30T19:26:48.932Z | [ recovery-image] Oct 30 19:26:48.047 INFO O| Oct 30 19:26:48.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
7244 | 2024-10-30T19:26:48.935Z | [ recovery-image] Oct 30 19:26:48.047 INFO O| Oct 30 19:26:48.047 INFO STEP 1015 (remove_files) COMPLETE |
7245 | 2024-10-30T19:26:48.935Z | [ recovery-image] Oct 30 19:26:48.047 INFO O| Oct 30 19:26:48.047 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7246 | 2024-10-30T19:26:48.943Z | [ recovery-image] Oct 30 19:26:48.057 INFO O| Oct 30 19:26:48.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
7247 | 2024-10-30T19:26:48.943Z | [ recovery-image] Oct 30 19:26:48.058 INFO O| Oct 30 19:26:48.057 INFO STEP 1016 (remove_files) COMPLETE |
7248 | 2024-10-30T19:26:48.946Z | [ recovery-image] Oct 30 19:26:48.058 INFO O| Oct 30 19:26:48.058 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7249 | 2024-10-30T19:26:48.955Z | [ recovery-image] Oct 30 19:26:48.069 INFO O| Oct 30 19:26:48.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
7250 | 2024-10-30T19:26:48.957Z | [ recovery-image] Oct 30 19:26:48.070 INFO O| Oct 30 19:26:48.069 INFO STEP 1017 (remove_files) COMPLETE |
7251 | 2024-10-30T19:26:48.957Z | [ recovery-image] Oct 30 19:26:48.070 INFO O| Oct 30 19:26:48.069 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7252 | 2024-10-30T19:26:48.965Z | [ recovery-image] Oct 30 19:26:48.080 INFO O| Oct 30 19:26:48.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
7253 | 2024-10-30T19:26:48.965Z | [ recovery-image] Oct 30 19:26:48.080 INFO O| Oct 30 19:26:48.080 INFO STEP 1018 (remove_files) COMPLETE |
7254 | 2024-10-30T19:26:48.968Z | [ recovery-image] Oct 30 19:26:48.080 INFO O| Oct 30 19:26:48.080 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7255 | 2024-10-30T19:26:48.976Z | [ recovery-image] Oct 30 19:26:48.090 INFO O| Oct 30 19:26:48.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
7256 | 2024-10-30T19:26:48.978Z | [ recovery-image] Oct 30 19:26:48.090 INFO O| Oct 30 19:26:48.090 INFO STEP 1019 (remove_files) COMPLETE |
7257 | 2024-10-30T19:26:48.979Z | [ recovery-image] Oct 30 19:26:48.090 INFO O| Oct 30 19:26:48.090 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7258 | 2024-10-30T19:26:48.986Z | [ recovery-image] Oct 30 19:26:48.100 INFO O| Oct 30 19:26:48.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
7259 | 2024-10-30T19:26:48.988Z | [ recovery-image] Oct 30 19:26:48.101 INFO O| Oct 30 19:26:48.101 INFO STEP 1020 (remove_files) COMPLETE |
7260 | 2024-10-30T19:26:48.988Z | [ recovery-image] Oct 30 19:26:48.101 INFO O| Oct 30 19:26:48.101 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7261 | 2024-10-30T19:26:48.996Z | [ recovery-image] Oct 30 19:26:48.111 INFO O| Oct 30 19:26:48.111 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
7262 | 2024-10-30T19:26:48.996Z | [ recovery-image] Oct 30 19:26:48.111 INFO O| Oct 30 19:26:48.111 INFO STEP 1021 (remove_files) COMPLETE |
7263 | 2024-10-30T19:26:48.996Z | [ recovery-image] Oct 30 19:26:48.111 INFO O| Oct 30 19:26:48.111 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7264 | 2024-10-30T19:26:49.006Z | [ recovery-image] Oct 30 19:26:48.121 INFO O| Oct 30 19:26:48.121 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
7265 | 2024-10-30T19:26:49.006Z | [ recovery-image] Oct 30 19:26:48.121 INFO O| Oct 30 19:26:48.121 INFO STEP 1022 (remove_files) COMPLETE |
7266 | 2024-10-30T19:26:49.006Z | [ recovery-image] Oct 30 19:26:48.121 INFO O| Oct 30 19:26:48.121 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7267 | 2024-10-30T19:26:49.016Z | [ recovery-image] Oct 30 19:26:48.131 INFO O| Oct 30 19:26:48.131 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
7268 | 2024-10-30T19:26:49.016Z | [ recovery-image] Oct 30 19:26:48.131 INFO O| Oct 30 19:26:48.131 INFO STEP 1023 (remove_files) COMPLETE |
7269 | 2024-10-30T19:26:49.019Z | [ recovery-image] Oct 30 19:26:48.131 INFO O| Oct 30 19:26:48.131 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7270 | 2024-10-30T19:26:49.030Z | [ recovery-image] Oct 30 19:26:48.145 INFO O| Oct 30 19:26:48.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
7271 | 2024-10-30T19:26:49.033Z | [ recovery-image] Oct 30 19:26:48.145 INFO O| Oct 30 19:26:48.145 INFO STEP 1024 (remove_files) COMPLETE |
7272 | 2024-10-30T19:26:49.033Z | [ recovery-image] Oct 30 19:26:48.145 INFO O| Oct 30 19:26:48.145 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7273 | 2024-10-30T19:26:49.041Z | [ recovery-image] Oct 30 19:26:48.156 INFO O| Oct 30 19:26:48.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
7274 | 2024-10-30T19:26:49.041Z | [ recovery-image] Oct 30 19:26:48.156 INFO O| Oct 30 19:26:48.156 INFO STEP 1025 (remove_files) COMPLETE |
7275 | 2024-10-30T19:26:49.044Z | [ recovery-image] Oct 30 19:26:48.156 INFO O| Oct 30 19:26:48.156 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7276 | 2024-10-30T19:26:49.051Z | [ recovery-image] Oct 30 19:26:48.166 INFO O| Oct 30 19:26:48.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
7277 | 2024-10-30T19:26:49.054Z | [ recovery-image] Oct 30 19:26:48.167 INFO O| Oct 30 19:26:48.167 INFO STEP 1026 (remove_files) COMPLETE |
7278 | 2024-10-30T19:26:49.054Z | [ recovery-image] Oct 30 19:26:48.167 INFO O| Oct 30 19:26:48.167 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7279 | 2024-10-30T19:26:49.062Z | [ recovery-image] Oct 30 19:26:48.177 INFO O| Oct 30 19:26:48.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
7280 | 2024-10-30T19:26:49.065Z | [ recovery-image] Oct 30 19:26:48.177 INFO O| Oct 30 19:26:48.177 INFO STEP 1027 (remove_files) COMPLETE |
7281 | 2024-10-30T19:26:49.065Z | [ recovery-image] Oct 30 19:26:48.177 INFO O| Oct 30 19:26:48.177 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7282 | 2024-10-30T19:26:49.073Z | [ recovery-image] Oct 30 19:26:48.187 INFO O| Oct 30 19:26:48.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
7283 | 2024-10-30T19:26:49.073Z | [ recovery-image] Oct 30 19:26:48.187 INFO O| Oct 30 19:26:48.187 INFO STEP 1028 (remove_files) COMPLETE |
7284 | 2024-10-30T19:26:49.073Z | [ recovery-image] Oct 30 19:26:48.187 INFO O| Oct 30 19:26:48.187 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7285 | 2024-10-30T19:26:49.083Z | [ recovery-image] Oct 30 19:26:48.197 INFO O| Oct 30 19:26:48.197 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
7286 | 2024-10-30T19:26:49.083Z | [ recovery-image] Oct 30 19:26:48.197 INFO O| Oct 30 19:26:48.197 INFO STEP 1029 (remove_files) COMPLETE |
7287 | 2024-10-30T19:26:49.083Z | [ recovery-image] Oct 30 19:26:48.198 INFO O| Oct 30 19:26:48.197 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7288 | 2024-10-30T19:26:49.093Z | [ recovery-image] Oct 30 19:26:48.207 INFO O| Oct 30 19:26:48.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
7289 | 2024-10-30T19:26:49.093Z | [ recovery-image] Oct 30 19:26:48.207 INFO O| Oct 30 19:26:48.207 INFO STEP 1030 (remove_files) COMPLETE |
7290 | 2024-10-30T19:26:49.095Z | [ recovery-image] Oct 30 19:26:48.207 INFO O| Oct 30 19:26:48.207 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7291 | 2024-10-30T19:26:49.103Z | [ recovery-image] Oct 30 19:26:48.217 INFO O| Oct 30 19:26:48.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
7292 | 2024-10-30T19:26:49.103Z | [ recovery-image] Oct 30 19:26:48.217 INFO O| Oct 30 19:26:48.217 INFO STEP 1031 (remove_files) COMPLETE |
7293 | 2024-10-30T19:26:49.105Z | [ recovery-image] Oct 30 19:26:48.218 INFO O| Oct 30 19:26:48.217 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7294 | 2024-10-30T19:26:49.113Z | [ recovery-image] Oct 30 19:26:48.228 INFO O| Oct 30 19:26:48.228 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
7295 | 2024-10-30T19:26:49.113Z | [ recovery-image] Oct 30 19:26:48.228 INFO O| Oct 30 19:26:48.228 INFO STEP 1032 (remove_files) COMPLETE |
7296 | 2024-10-30T19:26:49.113Z | [ recovery-image] Oct 30 19:26:48.228 INFO O| Oct 30 19:26:48.228 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7297 | 2024-10-30T19:26:49.124Z | [ recovery-image] Oct 30 19:26:48.239 INFO O| Oct 30 19:26:48.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
7298 | 2024-10-30T19:26:49.124Z | [ recovery-image] Oct 30 19:26:48.239 INFO O| Oct 30 19:26:48.239 INFO STEP 1033 (remove_files) COMPLETE |
7299 | 2024-10-30T19:26:49.127Z | [ recovery-image] Oct 30 19:26:48.239 INFO O| Oct 30 19:26:48.239 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7300 | 2024-10-30T19:26:49.136Z | [ recovery-image] Oct 30 19:26:48.250 INFO O| Oct 30 19:26:48.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
7301 | 2024-10-30T19:26:49.136Z | [ recovery-image] Oct 30 19:26:48.250 INFO O| Oct 30 19:26:48.250 INFO STEP 1034 (remove_files) COMPLETE |
7302 | 2024-10-30T19:26:49.136Z | [ recovery-image] Oct 30 19:26:48.250 INFO O| Oct 30 19:26:48.250 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7303 | 2024-10-30T19:26:49.147Z | [ recovery-image] Oct 30 19:26:48.261 INFO O| Oct 30 19:26:48.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
7304 | 2024-10-30T19:26:49.147Z | [ recovery-image] Oct 30 19:26:48.261 INFO O| Oct 30 19:26:48.261 INFO STEP 1035 (remove_files) COMPLETE |
7305 | 2024-10-30T19:26:49.147Z | [ recovery-image] Oct 30 19:26:48.261 INFO O| Oct 30 19:26:48.261 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7306 | 2024-10-30T19:26:49.157Z | [ recovery-image] Oct 30 19:26:48.272 INFO O| Oct 30 19:26:48.272 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
7307 | 2024-10-30T19:26:49.160Z | [ recovery-image] Oct 30 19:26:48.272 INFO O| Oct 30 19:26:48.272 INFO STEP 1036 (remove_files) COMPLETE |
7308 | 2024-10-30T19:26:49.160Z | [ recovery-image] Oct 30 19:26:48.272 INFO O| Oct 30 19:26:48.272 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7309 | 2024-10-30T19:26:49.168Z | [ recovery-image] Oct 30 19:26:48.282 INFO O| Oct 30 19:26:48.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
7310 | 2024-10-30T19:26:49.170Z | [ recovery-image] Oct 30 19:26:48.282 INFO O| Oct 30 19:26:48.282 INFO STEP 1037 (remove_files) COMPLETE |
7311 | 2024-10-30T19:26:49.170Z | [ recovery-image] Oct 30 19:26:48.282 INFO O| Oct 30 19:26:48.282 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7312 | 2024-10-30T19:26:49.180Z | [ recovery-image] Oct 30 19:26:48.294 INFO O| Oct 30 19:26:48.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
7313 | 2024-10-30T19:26:49.180Z | [ recovery-image] Oct 30 19:26:48.294 INFO O| Oct 30 19:26:48.294 INFO STEP 1038 (remove_files) COMPLETE |
7314 | 2024-10-30T19:26:49.183Z | [ recovery-image] Oct 30 19:26:48.294 INFO O| Oct 30 19:26:48.294 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7315 | 2024-10-30T19:26:49.190Z | [ recovery-image] Oct 30 19:26:48.305 INFO O| Oct 30 19:26:48.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
7316 | 2024-10-30T19:26:49.190Z | [ recovery-image] Oct 30 19:26:48.305 INFO O| Oct 30 19:26:48.305 INFO STEP 1039 (remove_files) COMPLETE |
7317 | 2024-10-30T19:26:49.193Z | [ recovery-image] Oct 30 19:26:48.305 INFO O| Oct 30 19:26:48.305 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7318 | 2024-10-30T19:26:49.202Z | [ recovery-image] Oct 30 19:26:48.317 INFO O| Oct 30 19:26:48.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
7319 | 2024-10-30T19:26:49.205Z | [ recovery-image] Oct 30 19:26:48.317 INFO O| Oct 30 19:26:48.317 INFO STEP 1040 (remove_files) COMPLETE |
7320 | 2024-10-30T19:26:49.205Z | [ recovery-image] Oct 30 19:26:48.317 INFO O| Oct 30 19:26:48.317 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7321 | 2024-10-30T19:26:49.213Z | [ recovery-image] Oct 30 19:26:48.328 INFO O| Oct 30 19:26:48.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7322 | 2024-10-30T19:26:49.213Z | [ recovery-image] Oct 30 19:26:48.328 INFO O| Oct 30 19:26:48.328 INFO STEP 1041 (remove_files) COMPLETE |
7323 | 2024-10-30T19:26:49.213Z | [ recovery-image] Oct 30 19:26:48.328 INFO O| Oct 30 19:26:48.328 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7324 | 2024-10-30T19:26:49.227Z | [ recovery-image] Oct 30 19:26:48.338 INFO O| Oct 30 19:26:48.338 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7325 | 2024-10-30T19:26:49.227Z | [ recovery-image] Oct 30 19:26:48.338 INFO O| Oct 30 19:26:48.338 INFO STEP 1042 (remove_files) COMPLETE |
7326 | 2024-10-30T19:26:49.227Z | [ recovery-image] Oct 30 19:26:48.338 INFO O| Oct 30 19:26:48.338 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7327 | 2024-10-30T19:26:49.234Z | [ recovery-image] Oct 30 19:26:48.348 INFO O| Oct 30 19:26:48.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7328 | 2024-10-30T19:26:49.234Z | [ recovery-image] Oct 30 19:26:48.348 INFO O| Oct 30 19:26:48.348 INFO STEP 1043 (remove_files) COMPLETE |
7329 | 2024-10-30T19:26:49.236Z | [ recovery-image] Oct 30 19:26:48.348 INFO O| Oct 30 19:26:48.348 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7330 | 2024-10-30T19:26:49.244Z | [ recovery-image] Oct 30 19:26:48.359 INFO O| Oct 30 19:26:48.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7331 | 2024-10-30T19:26:49.244Z | [ recovery-image] Oct 30 19:26:48.359 INFO O| Oct 30 19:26:48.359 INFO STEP 1044 (remove_files) COMPLETE |
7332 | 2024-10-30T19:26:49.244Z | [ recovery-image] Oct 30 19:26:48.359 INFO O| Oct 30 19:26:48.359 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7333 | 2024-10-30T19:26:49.254Z | [ recovery-image] Oct 30 19:26:48.369 INFO O| Oct 30 19:26:48.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7334 | 2024-10-30T19:26:49.254Z | [ recovery-image] Oct 30 19:26:48.369 INFO O| Oct 30 19:26:48.369 INFO STEP 1045 (remove_files) COMPLETE |
7335 | 2024-10-30T19:26:49.257Z | [ recovery-image] Oct 30 19:26:48.369 INFO O| Oct 30 19:26:48.369 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7336 | 2024-10-30T19:26:49.265Z | [ recovery-image] Oct 30 19:26:48.379 INFO O| Oct 30 19:26:48.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7337 | 2024-10-30T19:26:49.265Z | [ recovery-image] Oct 30 19:26:48.379 INFO O| Oct 30 19:26:48.379 INFO STEP 1046 (remove_files) COMPLETE |
7338 | 2024-10-30T19:26:49.265Z | [ recovery-image] Oct 30 19:26:48.379 INFO O| Oct 30 19:26:48.379 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7339 | 2024-10-30T19:26:49.275Z | [ recovery-image] Oct 30 19:26:48.389 INFO O| Oct 30 19:26:48.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7340 | 2024-10-30T19:26:49.275Z | [ recovery-image] Oct 30 19:26:48.389 INFO O| Oct 30 19:26:48.389 INFO STEP 1047 (remove_files) COMPLETE |
7341 | 2024-10-30T19:26:49.278Z | [ recovery-image] Oct 30 19:26:48.389 INFO O| Oct 30 19:26:48.389 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7342 | 2024-10-30T19:26:49.285Z | [ recovery-image] Oct 30 19:26:48.399 INFO O| Oct 30 19:26:48.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7343 | 2024-10-30T19:26:49.287Z | [ recovery-image] Oct 30 19:26:48.399 INFO O| Oct 30 19:26:48.399 INFO STEP 1048 (remove_files) COMPLETE |
7344 | 2024-10-30T19:26:49.287Z | [ recovery-image] Oct 30 19:26:48.399 INFO O| Oct 30 19:26:48.399 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7345 | 2024-10-30T19:26:49.295Z | [ recovery-image] Oct 30 19:26:48.409 INFO O| Oct 30 19:26:48.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7346 | 2024-10-30T19:26:49.297Z | [ recovery-image] Oct 30 19:26:48.410 INFO O| Oct 30 19:26:48.410 INFO STEP 1049 (remove_files) COMPLETE |
7347 | 2024-10-30T19:26:49.297Z | [ recovery-image] Oct 30 19:26:48.410 INFO O| Oct 30 19:26:48.410 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7348 | 2024-10-30T19:26:49.305Z | [ recovery-image] Oct 30 19:26:48.420 INFO O| Oct 30 19:26:48.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7349 | 2024-10-30T19:26:49.305Z | [ recovery-image] Oct 30 19:26:48.420 INFO O| Oct 30 19:26:48.420 INFO STEP 1050 (remove_files) COMPLETE |
7350 | 2024-10-30T19:26:49.307Z | [ recovery-image] Oct 30 19:26:48.420 INFO O| Oct 30 19:26:48.420 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7351 | 2024-10-30T19:26:49.315Z | [ recovery-image] Oct 30 19:26:48.429 INFO O| Oct 30 19:26:48.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7352 | 2024-10-30T19:26:49.315Z | [ recovery-image] Oct 30 19:26:48.429 INFO O| Oct 30 19:26:48.429 INFO STEP 1051 (remove_files) COMPLETE |
7353 | 2024-10-30T19:26:49.317Z | [ recovery-image] Oct 30 19:26:48.429 INFO O| Oct 30 19:26:48.429 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7354 | 2024-10-30T19:26:49.327Z | [ recovery-image] Oct 30 19:26:48.441 INFO O| Oct 30 19:26:48.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7355 | 2024-10-30T19:26:49.327Z | [ recovery-image] Oct 30 19:26:48.441 INFO O| Oct 30 19:26:48.441 INFO STEP 1052 (remove_files) COMPLETE |
7356 | 2024-10-30T19:26:49.329Z | [ recovery-image] Oct 30 19:26:48.442 INFO O| Oct 30 19:26:48.441 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7357 | 2024-10-30T19:26:49.338Z | [ recovery-image] Oct 30 19:26:48.453 INFO O| Oct 30 19:26:48.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7358 | 2024-10-30T19:26:49.338Z | [ recovery-image] Oct 30 19:26:48.453 INFO O| Oct 30 19:26:48.453 INFO STEP 1053 (remove_files) COMPLETE |
7359 | 2024-10-30T19:26:49.341Z | [ recovery-image] Oct 30 19:26:48.453 INFO O| Oct 30 19:26:48.453 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7360 | 2024-10-30T19:26:49.348Z | [ recovery-image] Oct 30 19:26:48.463 INFO O| Oct 30 19:26:48.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7361 | 2024-10-30T19:26:49.348Z | [ recovery-image] Oct 30 19:26:48.463 INFO O| Oct 30 19:26:48.463 INFO STEP 1054 (remove_files) COMPLETE |
7362 | 2024-10-30T19:26:49.350Z | [ recovery-image] Oct 30 19:26:48.463 INFO O| Oct 30 19:26:48.463 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7363 | 2024-10-30T19:26:49.358Z | [ recovery-image] Oct 30 19:26:48.473 INFO O| Oct 30 19:26:48.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7364 | 2024-10-30T19:26:49.358Z | [ recovery-image] Oct 30 19:26:48.473 INFO O| Oct 30 19:26:48.473 INFO STEP 1055 (remove_files) COMPLETE |
7365 | 2024-10-30T19:26:49.361Z | [ recovery-image] Oct 30 19:26:48.473 INFO O| Oct 30 19:26:48.473 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7366 | 2024-10-30T19:26:49.368Z | [ recovery-image] Oct 30 19:26:48.483 INFO O| Oct 30 19:26:48.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7367 | 2024-10-30T19:26:49.368Z | [ recovery-image] Oct 30 19:26:48.483 INFO O| Oct 30 19:26:48.483 INFO STEP 1056 (remove_files) COMPLETE |
7368 | 2024-10-30T19:26:49.371Z | [ recovery-image] Oct 30 19:26:48.483 INFO O| Oct 30 19:26:48.483 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7369 | 2024-10-30T19:26:49.378Z | [ recovery-image] Oct 30 19:26:48.493 INFO O| Oct 30 19:26:48.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7370 | 2024-10-30T19:26:49.378Z | [ recovery-image] Oct 30 19:26:48.493 INFO O| Oct 30 19:26:48.493 INFO STEP 1057 (remove_files) COMPLETE |
7371 | 2024-10-30T19:26:49.378Z | [ recovery-image] Oct 30 19:26:48.493 INFO O| Oct 30 19:26:48.493 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7372 | 2024-10-30T19:26:49.388Z | [ recovery-image] Oct 30 19:26:48.502 INFO O| Oct 30 19:26:48.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7373 | 2024-10-30T19:26:49.388Z | [ recovery-image] Oct 30 19:26:48.502 INFO O| Oct 30 19:26:48.502 INFO STEP 1058 (remove_files) COMPLETE |
7374 | 2024-10-30T19:26:49.388Z | [ recovery-image] Oct 30 19:26:48.502 INFO O| Oct 30 19:26:48.502 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7375 | 2024-10-30T19:26:49.398Z | [ recovery-image] Oct 30 19:26:48.512 INFO O| Oct 30 19:26:48.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7376 | 2024-10-30T19:26:49.398Z | [ recovery-image] Oct 30 19:26:48.512 INFO O| Oct 30 19:26:48.512 INFO STEP 1059 (remove_files) COMPLETE |
7377 | 2024-10-30T19:26:49.401Z | [ recovery-image] Oct 30 19:26:48.512 INFO O| Oct 30 19:26:48.512 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7378 | 2024-10-30T19:26:49.408Z | [ recovery-image] Oct 30 19:26:48.522 INFO O| Oct 30 19:26:48.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7379 | 2024-10-30T19:26:49.408Z | [ recovery-image] Oct 30 19:26:48.522 INFO O| Oct 30 19:26:48.522 INFO STEP 1060 (remove_files) COMPLETE |
7380 | 2024-10-30T19:26:49.408Z | [ recovery-image] Oct 30 19:26:48.522 INFO O| Oct 30 19:26:48.522 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7381 | 2024-10-30T19:26:49.419Z | [ recovery-image] Oct 30 19:26:48.534 INFO O| Oct 30 19:26:48.533 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7382 | 2024-10-30T19:26:49.422Z | [ recovery-image] Oct 30 19:26:48.534 INFO O| Oct 30 19:26:48.534 INFO STEP 1061 (remove_files) COMPLETE |
7383 | 2024-10-30T19:26:49.422Z | [ recovery-image] Oct 30 19:26:48.534 INFO O| Oct 30 19:26:48.534 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7384 | 2024-10-30T19:26:49.434Z | [ recovery-image] Oct 30 19:26:48.548 INFO O| Oct 30 19:26:48.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7385 | 2024-10-30T19:26:49.434Z | [ recovery-image] Oct 30 19:26:48.548 INFO O| Oct 30 19:26:48.548 INFO STEP 1062 (remove_files) COMPLETE |
7386 | 2024-10-30T19:26:49.434Z | [ recovery-image] Oct 30 19:26:48.548 INFO O| Oct 30 19:26:48.548 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7387 | 2024-10-30T19:26:49.449Z | [ recovery-image] Oct 30 19:26:48.563 INFO O| Oct 30 19:26:48.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7388 | 2024-10-30T19:26:49.449Z | [ recovery-image] Oct 30 19:26:48.563 INFO O| Oct 30 19:26:48.563 INFO STEP 1063 (remove_files) COMPLETE |
7389 | 2024-10-30T19:26:49.449Z | [ recovery-image] Oct 30 19:26:48.563 INFO O| Oct 30 19:26:48.563 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7390 | 2024-10-30T19:26:49.464Z | [ recovery-image] Oct 30 19:26:48.579 INFO O| Oct 30 19:26:48.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7391 | 2024-10-30T19:26:49.464Z | [ recovery-image] Oct 30 19:26:48.579 INFO O| Oct 30 19:26:48.579 INFO STEP 1064 (remove_files) COMPLETE |
7392 | 2024-10-30T19:26:49.464Z | [ recovery-image] Oct 30 19:26:48.579 INFO O| Oct 30 19:26:48.579 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7393 | 2024-10-30T19:26:49.478Z | [ recovery-image] Oct 30 19:26:48.593 INFO O| Oct 30 19:26:48.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7394 | 2024-10-30T19:26:49.481Z | [ recovery-image] Oct 30 19:26:48.593 INFO O| Oct 30 19:26:48.593 INFO STEP 1065 (remove_files) COMPLETE |
7395 | 2024-10-30T19:26:49.481Z | [ recovery-image] Oct 30 19:26:48.593 INFO O| Oct 30 19:26:48.593 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7396 | 2024-10-30T19:26:49.491Z | [ recovery-image] Oct 30 19:26:48.605 INFO O| Oct 30 19:26:48.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7397 | 2024-10-30T19:26:49.491Z | [ recovery-image] Oct 30 19:26:48.606 INFO O| Oct 30 19:26:48.605 INFO STEP 1066 (remove_files) COMPLETE |
7398 | 2024-10-30T19:26:49.491Z | [ recovery-image] Oct 30 19:26:48.606 INFO O| Oct 30 19:26:48.606 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7399 | 2024-10-30T19:26:49.506Z | [ recovery-image] Oct 30 19:26:48.620 INFO O| Oct 30 19:26:48.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7400 | 2024-10-30T19:26:49.506Z | [ recovery-image] Oct 30 19:26:48.620 INFO O| Oct 30 19:26:48.620 INFO STEP 1067 (remove_files) COMPLETE |
7401 | 2024-10-30T19:26:49.508Z | [ recovery-image] Oct 30 19:26:48.620 INFO O| Oct 30 19:26:48.620 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7402 | 2024-10-30T19:26:49.520Z | [ recovery-image] Oct 30 19:26:48.635 INFO O| Oct 30 19:26:48.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7403 | 2024-10-30T19:26:49.520Z | [ recovery-image] Oct 30 19:26:48.635 INFO O| Oct 30 19:26:48.635 INFO STEP 1068 (remove_files) COMPLETE |
7404 | 2024-10-30T19:26:49.523Z | [ recovery-image] Oct 30 19:26:48.635 INFO O| Oct 30 19:26:48.635 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7405 | 2024-10-30T19:26:49.531Z | [ recovery-image] Oct 30 19:26:48.646 INFO O| Oct 30 19:26:48.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7406 | 2024-10-30T19:26:49.531Z | [ recovery-image] Oct 30 19:26:48.646 INFO O| Oct 30 19:26:48.646 INFO STEP 1069 (remove_files) COMPLETE |
7407 | 2024-10-30T19:26:49.534Z | [ recovery-image] Oct 30 19:26:48.646 INFO O| Oct 30 19:26:48.646 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7408 | 2024-10-30T19:26:49.542Z | [ recovery-image] Oct 30 19:26:48.656 INFO O| Oct 30 19:26:48.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7409 | 2024-10-30T19:26:49.544Z | [ recovery-image] Oct 30 19:26:48.657 INFO O| Oct 30 19:26:48.656 INFO STEP 1070 (remove_files) COMPLETE |
7410 | 2024-10-30T19:26:49.544Z | [ recovery-image] Oct 30 19:26:48.657 INFO O| Oct 30 19:26:48.657 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7411 | 2024-10-30T19:26:49.554Z | [ recovery-image] Oct 30 19:26:48.669 INFO O| Oct 30 19:26:48.669 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7412 | 2024-10-30T19:26:49.554Z | [ recovery-image] Oct 30 19:26:48.669 INFO O| Oct 30 19:26:48.669 INFO STEP 1071 (remove_files) COMPLETE |
7413 | 2024-10-30T19:26:49.554Z | [ recovery-image] Oct 30 19:26:48.669 INFO O| Oct 30 19:26:48.669 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7414 | 2024-10-30T19:26:49.565Z | [ recovery-image] Oct 30 19:26:48.679 INFO O| Oct 30 19:26:48.679 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7415 | 2024-10-30T19:26:49.565Z | [ recovery-image] Oct 30 19:26:48.679 INFO O| Oct 30 19:26:48.679 INFO STEP 1072 (remove_files) COMPLETE |
7416 | 2024-10-30T19:26:49.565Z | [ recovery-image] Oct 30 19:26:48.679 INFO O| Oct 30 19:26:48.679 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7417 | 2024-10-30T19:26:49.575Z | [ recovery-image] Oct 30 19:26:48.690 INFO O| Oct 30 19:26:48.690 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7418 | 2024-10-30T19:26:49.575Z | [ recovery-image] Oct 30 19:26:48.690 INFO O| Oct 30 19:26:48.690 INFO STEP 1073 (remove_files) COMPLETE |
7419 | 2024-10-30T19:26:49.575Z | [ recovery-image] Oct 30 19:26:48.690 INFO O| Oct 30 19:26:48.690 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7420 | 2024-10-30T19:26:49.586Z | [ recovery-image] Oct 30 19:26:48.700 INFO O| Oct 30 19:26:48.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7421 | 2024-10-30T19:26:49.586Z | [ recovery-image] Oct 30 19:26:48.700 INFO O| Oct 30 19:26:48.700 INFO STEP 1074 (remove_files) COMPLETE |
7422 | 2024-10-30T19:26:49.589Z | [ recovery-image] Oct 30 19:26:48.700 INFO O| Oct 30 19:26:48.700 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7423 | 2024-10-30T19:26:49.596Z | [ recovery-image] Oct 30 19:26:48.711 INFO O| Oct 30 19:26:48.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7424 | 2024-10-30T19:26:49.598Z | [ recovery-image] Oct 30 19:26:48.711 INFO O| Oct 30 19:26:48.711 INFO STEP 1075 (remove_files) COMPLETE |
7425 | 2024-10-30T19:26:49.598Z | [ recovery-image] Oct 30 19:26:48.711 INFO O| Oct 30 19:26:48.711 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7426 | 2024-10-30T19:26:49.610Z | [ recovery-image] Oct 30 19:26:48.724 INFO O| Oct 30 19:26:48.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7427 | 2024-10-30T19:26:49.610Z | [ recovery-image] Oct 30 19:26:48.724 INFO O| Oct 30 19:26:48.724 INFO STEP 1076 (remove_files) COMPLETE |
7428 | 2024-10-30T19:26:49.613Z | [ recovery-image] Oct 30 19:26:48.724 INFO O| Oct 30 19:26:48.724 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7429 | 2024-10-30T19:26:49.623Z | [ recovery-image] Oct 30 19:26:48.737 INFO O| Oct 30 19:26:48.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7430 | 2024-10-30T19:26:49.625Z | [ recovery-image] Oct 30 19:26:48.737 INFO O| Oct 30 19:26:48.737 INFO STEP 1077 (remove_files) COMPLETE |
7431 | 2024-10-30T19:26:49.625Z | [ recovery-image] Oct 30 19:26:48.737 INFO O| Oct 30 19:26:48.737 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-10-30T19:26:49.633Z | [ recovery-image] Oct 30 19:26:48.748 INFO O| Oct 30 19:26:48.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7433 | 2024-10-30T19:26:49.636Z | [ recovery-image] Oct 30 19:26:48.748 INFO O| Oct 30 19:26:48.748 INFO STEP 1078 (remove_files) COMPLETE |
7434 | 2024-10-30T19:26:49.636Z | [ recovery-image] Oct 30 19:26:48.748 INFO O| Oct 30 19:26:48.748 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-10-30T19:26:49.644Z | [ recovery-image] Oct 30 19:26:48.759 INFO O| Oct 30 19:26:48.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7436 | 2024-10-30T19:26:49.648Z | [ recovery-image] Oct 30 19:26:48.759 INFO O| Oct 30 19:26:48.759 INFO STEP 1079 (remove_files) COMPLETE |
7437 | 2024-10-30T19:26:49.648Z | [ recovery-image] Oct 30 19:26:48.759 INFO O| Oct 30 19:26:48.759 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-10-30T19:26:49.655Z | [ recovery-image] Oct 30 19:26:48.770 INFO O| Oct 30 19:26:48.770 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7439 | 2024-10-30T19:26:49.658Z | [ recovery-image] Oct 30 19:26:48.770 INFO O| Oct 30 19:26:48.770 INFO STEP 1080 (remove_files) COMPLETE |
7440 | 2024-10-30T19:26:49.658Z | [ recovery-image] Oct 30 19:26:48.770 INFO O| Oct 30 19:26:48.770 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7441 | 2024-10-30T19:26:49.666Z | [ recovery-image] Oct 30 19:26:48.780 INFO O| Oct 30 19:26:48.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7442 | 2024-10-30T19:26:49.668Z | [ recovery-image] Oct 30 19:26:48.780 INFO O| Oct 30 19:26:48.780 INFO STEP 1081 (remove_files) COMPLETE |
7443 | 2024-10-30T19:26:49.668Z | [ recovery-image] Oct 30 19:26:48.780 INFO O| Oct 30 19:26:48.780 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7444 | 2024-10-30T19:26:49.676Z | [ recovery-image] Oct 30 19:26:48.790 INFO O| Oct 30 19:26:48.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7445 | 2024-10-30T19:26:49.676Z | [ recovery-image] Oct 30 19:26:48.790 INFO O| Oct 30 19:26:48.790 INFO STEP 1082 (remove_files) COMPLETE |
7446 | 2024-10-30T19:26:49.678Z | [ recovery-image] Oct 30 19:26:48.790 INFO O| Oct 30 19:26:48.790 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7447 | 2024-10-30T19:26:49.686Z | [ recovery-image] Oct 30 19:26:48.801 INFO O| Oct 30 19:26:48.801 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7448 | 2024-10-30T19:26:49.687Z | [ recovery-image] Oct 30 19:26:48.801 INFO O| Oct 30 19:26:48.801 INFO STEP 1083 (remove_files) COMPLETE |
7449 | 2024-10-30T19:26:49.689Z | [ recovery-image] Oct 30 19:26:48.801 INFO O| Oct 30 19:26:48.801 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7450 | 2024-10-30T19:26:49.697Z | [ recovery-image] Oct 30 19:26:48.811 INFO O| Oct 30 19:26:48.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7451 | 2024-10-30T19:26:49.700Z | [ recovery-image] Oct 30 19:26:48.811 INFO O| Oct 30 19:26:48.811 INFO STEP 1084 (remove_files) COMPLETE |
7452 | 2024-10-30T19:26:49.700Z | [ recovery-image] Oct 30 19:26:48.811 INFO O| Oct 30 19:26:48.811 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7453 | 2024-10-30T19:26:49.707Z | [ recovery-image] Oct 30 19:26:48.822 INFO O| Oct 30 19:26:48.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7454 | 2024-10-30T19:26:49.707Z | [ recovery-image] Oct 30 19:26:48.822 INFO O| Oct 30 19:26:48.822 INFO STEP 1085 (remove_files) COMPLETE |
7455 | 2024-10-30T19:26:49.709Z | [ recovery-image] Oct 30 19:26:48.822 INFO O| Oct 30 19:26:48.822 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7456 | 2024-10-30T19:26:49.718Z | [ recovery-image] Oct 30 19:26:48.832 INFO O| Oct 30 19:26:48.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7457 | 2024-10-30T19:26:49.720Z | [ recovery-image] Oct 30 19:26:48.833 INFO O| Oct 30 19:26:48.832 INFO STEP 1086 (remove_files) COMPLETE |
7458 | 2024-10-30T19:26:49.720Z | [ recovery-image] Oct 30 19:26:48.833 INFO O| Oct 30 19:26:48.832 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7459 | 2024-10-30T19:26:49.730Z | [ recovery-image] Oct 30 19:26:48.845 INFO O| Oct 30 19:26:48.845 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7460 | 2024-10-30T19:26:49.730Z | [ recovery-image] Oct 30 19:26:48.845 INFO O| Oct 30 19:26:48.845 INFO STEP 1087 (remove_files) COMPLETE |
7461 | 2024-10-30T19:26:49.733Z | [ recovery-image] Oct 30 19:26:48.845 INFO O| Oct 30 19:26:48.845 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-10-30T19:26:49.741Z | [ recovery-image] Oct 30 19:26:48.856 INFO O| Oct 30 19:26:48.856 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7463 | 2024-10-30T19:26:49.741Z | [ recovery-image] Oct 30 19:26:48.856 INFO O| Oct 30 19:26:48.856 INFO STEP 1088 (remove_files) COMPLETE |
7464 | 2024-10-30T19:26:49.741Z | [ recovery-image] Oct 30 19:26:48.856 INFO O| Oct 30 19:26:48.856 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-10-30T19:26:49.752Z | [ recovery-image] Oct 30 19:26:48.867 INFO O| Oct 30 19:26:48.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7466 | 2024-10-30T19:26:49.754Z | [ recovery-image] Oct 30 19:26:48.867 INFO O| Oct 30 19:26:48.867 INFO STEP 1089 (remove_files) COMPLETE |
7467 | 2024-10-30T19:26:49.756Z | [ recovery-image] Oct 30 19:26:48.867 INFO O| Oct 30 19:26:48.867 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7468 | 2024-10-30T19:26:49.763Z | [ recovery-image] Oct 30 19:26:48.877 INFO O| Oct 30 19:26:48.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7469 | 2024-10-30T19:26:49.763Z | [ recovery-image] Oct 30 19:26:48.877 INFO O| Oct 30 19:26:48.877 INFO STEP 1090 (remove_files) COMPLETE |
7470 | 2024-10-30T19:26:49.763Z | [ recovery-image] Oct 30 19:26:48.877 INFO O| Oct 30 19:26:48.877 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7471 | 2024-10-30T19:26:49.773Z | [ recovery-image] Oct 30 19:26:48.888 INFO O| Oct 30 19:26:48.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7472 | 2024-10-30T19:26:49.776Z | [ recovery-image] Oct 30 19:26:48.888 INFO O| Oct 30 19:26:48.888 INFO STEP 1091 (remove_files) COMPLETE |
7473 | 2024-10-30T19:26:49.776Z | [ recovery-image] Oct 30 19:26:48.888 INFO O| Oct 30 19:26:48.888 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7474 | 2024-10-30T19:26:49.784Z | [ recovery-image] Oct 30 19:26:48.898 INFO O| Oct 30 19:26:48.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7475 | 2024-10-30T19:26:49.786Z | [ recovery-image] Oct 30 19:26:48.899 INFO O| Oct 30 19:26:48.898 INFO STEP 1092 (remove_files) COMPLETE |
7476 | 2024-10-30T19:26:49.786Z | [ recovery-image] Oct 30 19:26:48.899 INFO O| Oct 30 19:26:48.899 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7477 | 2024-10-30T19:26:49.794Z | [ recovery-image] Oct 30 19:26:48.909 INFO O| Oct 30 19:26:48.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7478 | 2024-10-30T19:26:49.796Z | [ recovery-image] Oct 30 19:26:48.909 INFO O| Oct 30 19:26:48.909 INFO STEP 1093 (remove_files) COMPLETE |
7479 | 2024-10-30T19:26:49.797Z | [ recovery-image] Oct 30 19:26:48.909 INFO O| Oct 30 19:26:48.909 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7480 | 2024-10-30T19:26:49.804Z | [ recovery-image] Oct 30 19:26:48.919 INFO O| Oct 30 19:26:48.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7481 | 2024-10-30T19:26:49.807Z | [ recovery-image] Oct 30 19:26:48.919 INFO O| Oct 30 19:26:48.919 INFO STEP 1094 (remove_files) COMPLETE |
7482 | 2024-10-30T19:26:49.807Z | [ recovery-image] Oct 30 19:26:48.919 INFO O| Oct 30 19:26:48.919 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7483 | 2024-10-30T19:26:49.811Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 5m 50s |
7484 | 2024-10-30T19:26:49.815Z | [ recovery-image] Oct 30 19:26:48.929 INFO O| Oct 30 19:26:48.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7485 | 2024-10-30T19:26:49.815Z | [ recovery-image] Oct 30 19:26:48.930 INFO O| Oct 30 19:26:48.929 INFO STEP 1095 (remove_files) COMPLETE |
7486 | 2024-10-30T19:26:49.817Z | [ recovery-image] Oct 30 19:26:48.930 INFO O| Oct 30 19:26:48.929 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7487 | 2024-10-30T19:26:49.826Z | [ recovery-image] Oct 30 19:26:48.940 INFO O| Oct 30 19:26:48.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7488 | 2024-10-30T19:26:49.828Z | [ recovery-image] Oct 30 19:26:48.940 INFO O| Oct 30 19:26:48.940 INFO STEP 1096 (remove_files) COMPLETE |
7489 | 2024-10-30T19:26:49.828Z | [ recovery-image] Oct 30 19:26:48.940 INFO O| Oct 30 19:26:48.940 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-10-30T19:26:49.836Z | [ recovery-image] Oct 30 19:26:48.951 INFO O| Oct 30 19:26:48.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7491 | 2024-10-30T19:26:49.836Z | [ recovery-image] Oct 30 19:26:48.951 INFO O| Oct 30 19:26:48.951 INFO STEP 1097 (remove_files) COMPLETE |
7492 | 2024-10-30T19:26:49.838Z | [ recovery-image] Oct 30 19:26:48.951 INFO O| Oct 30 19:26:48.951 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-10-30T19:26:49.848Z | [ recovery-image] Oct 30 19:26:48.962 INFO O| Oct 30 19:26:48.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7494 | 2024-10-30T19:26:49.848Z | [ recovery-image] Oct 30 19:26:48.963 INFO O| Oct 30 19:26:48.963 INFO STEP 1098 (remove_files) COMPLETE |
7495 | 2024-10-30T19:26:49.851Z | [ recovery-image] Oct 30 19:26:48.963 INFO O| Oct 30 19:26:48.963 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-10-30T19:26:49.859Z | [ recovery-image] Oct 30 19:26:48.974 INFO O| Oct 30 19:26:48.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7497 | 2024-10-30T19:26:49.860Z | [ recovery-image] Oct 30 19:26:48.974 INFO O| Oct 30 19:26:48.974 INFO STEP 1099 (remove_files) COMPLETE |
7498 | 2024-10-30T19:26:49.862Z | [ recovery-image] Oct 30 19:26:48.974 INFO O| Oct 30 19:26:48.974 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-10-30T19:26:49.871Z | [ recovery-image] Oct 30 19:26:48.985 INFO O| Oct 30 19:26:48.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7500 | 2024-10-30T19:26:49.871Z | [ recovery-image] Oct 30 19:26:48.985 INFO O| Oct 30 19:26:48.985 INFO STEP 1100 (remove_files) COMPLETE |
7501 | 2024-10-30T19:26:49.874Z | [ recovery-image] Oct 30 19:26:48.985 INFO O| Oct 30 19:26:48.985 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-10-30T19:26:49.882Z | [ recovery-image] Oct 30 19:26:48.996 INFO O| Oct 30 19:26:48.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7503 | 2024-10-30T19:26:49.884Z | [ recovery-image] Oct 30 19:26:48.997 INFO O| Oct 30 19:26:48.997 INFO STEP 1101 (remove_files) COMPLETE |
7504 | 2024-10-30T19:26:49.884Z | [ recovery-image] Oct 30 19:26:48.997 INFO O| Oct 30 19:26:48.997 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7505 | 2024-10-30T19:26:49.894Z | [ recovery-image] Oct 30 19:26:49.009 INFO O| Oct 30 19:26:49.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7506 | 2024-10-30T19:26:49.894Z | [ recovery-image] Oct 30 19:26:49.009 INFO O| Oct 30 19:26:49.009 INFO STEP 1102 (remove_files) COMPLETE |
7507 | 2024-10-30T19:26:49.897Z | [ recovery-image] Oct 30 19:26:49.009 INFO O| Oct 30 19:26:49.009 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7508 | 2024-10-30T19:26:49.906Z | [ recovery-image] Oct 30 19:26:49.020 INFO O| Oct 30 19:26:49.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7509 | 2024-10-30T19:26:49.906Z | [ recovery-image] Oct 30 19:26:49.020 INFO O| Oct 30 19:26:49.020 INFO STEP 1103 (remove_files) COMPLETE |
7510 | 2024-10-30T19:26:49.906Z | [ recovery-image] Oct 30 19:26:49.020 INFO O| Oct 30 19:26:49.020 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7511 | 2024-10-30T19:26:49.916Z | [ recovery-image] Oct 30 19:26:49.031 INFO O| Oct 30 19:26:49.031 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7512 | 2024-10-30T19:26:49.920Z | [ recovery-image] Oct 30 19:26:49.031 INFO O| Oct 30 19:26:49.031 INFO STEP 1104 (remove_files) COMPLETE |
7513 | 2024-10-30T19:26:49.920Z | [ recovery-image] Oct 30 19:26:49.031 INFO O| Oct 30 19:26:49.031 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7514 | 2024-10-30T19:26:49.929Z | [ recovery-image] Oct 30 19:26:49.043 INFO O| Oct 30 19:26:49.043 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7515 | 2024-10-30T19:26:49.931Z | [ recovery-image] Oct 30 19:26:49.043 INFO O| Oct 30 19:26:49.043 INFO STEP 1105 (remove_files) COMPLETE |
7516 | 2024-10-30T19:26:49.931Z | [ recovery-image] Oct 30 19:26:49.043 INFO O| Oct 30 19:26:49.043 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7517 | 2024-10-30T19:26:49.942Z | [ recovery-image] Oct 30 19:26:49.056 INFO O| Oct 30 19:26:49.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7518 | 2024-10-30T19:26:49.942Z | [ recovery-image] Oct 30 19:26:49.056 INFO O| Oct 30 19:26:49.056 INFO STEP 1106 (remove_files) COMPLETE |
7519 | 2024-10-30T19:26:49.942Z | [ recovery-image] Oct 30 19:26:49.056 INFO O| Oct 30 19:26:49.056 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7520 | 2024-10-30T19:26:49.954Z | [ recovery-image] Oct 30 19:26:49.069 INFO O| Oct 30 19:26:49.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7521 | 2024-10-30T19:26:49.957Z | [ recovery-image] Oct 30 19:26:49.069 INFO O| Oct 30 19:26:49.069 INFO STEP 1107 (remove_files) COMPLETE |
7522 | 2024-10-30T19:26:49.957Z | [ recovery-image] Oct 30 19:26:49.069 INFO O| Oct 30 19:26:49.069 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7523 | 2024-10-30T19:26:49.965Z | [ recovery-image] Oct 30 19:26:49.079 INFO O| Oct 30 19:26:49.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7524 | 2024-10-30T19:26:49.965Z | [ recovery-image] Oct 30 19:26:49.079 INFO O| Oct 30 19:26:49.079 INFO STEP 1108 (remove_files) COMPLETE |
7525 | 2024-10-30T19:26:49.965Z | [ recovery-image] Oct 30 19:26:49.079 INFO O| Oct 30 19:26:49.079 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7526 | 2024-10-30T19:26:49.977Z | [ recovery-image] Oct 30 19:26:49.091 INFO O| Oct 30 19:26:49.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7527 | 2024-10-30T19:26:49.977Z | [ recovery-image] Oct 30 19:26:49.091 INFO O| Oct 30 19:26:49.091 INFO STEP 1109 (remove_files) COMPLETE |
7528 | 2024-10-30T19:26:49.979Z | [ recovery-image] Oct 30 19:26:49.091 INFO O| Oct 30 19:26:49.091 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7529 | 2024-10-30T19:26:49.987Z | [ recovery-image] Oct 30 19:26:49.101 INFO O| Oct 30 19:26:49.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7530 | 2024-10-30T19:26:49.987Z | [ recovery-image] Oct 30 19:26:49.101 INFO O| Oct 30 19:26:49.101 INFO STEP 1110 (remove_files) COMPLETE |
7531 | 2024-10-30T19:26:49.987Z | [ recovery-image] Oct 30 19:26:49.101 INFO O| Oct 30 19:26:49.101 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7532 | 2024-10-30T19:26:49.997Z | [ recovery-image] Oct 30 19:26:49.112 INFO O| Oct 30 19:26:49.112 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7533 | 2024-10-30T19:26:49.997Z | [ recovery-image] Oct 30 19:26:49.112 INFO O| Oct 30 19:26:49.112 INFO STEP 1111 (remove_files) COMPLETE |
7534 | 2024-10-30T19:26:50.000Z | [ recovery-image] Oct 30 19:26:49.112 INFO O| Oct 30 19:26:49.112 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7535 | 2024-10-30T19:26:50.008Z | [ recovery-image] Oct 30 19:26:49.122 INFO O| Oct 30 19:26:49.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7536 | 2024-10-30T19:26:50.008Z | [ recovery-image] Oct 30 19:26:49.122 INFO O| Oct 30 19:26:49.122 INFO STEP 1112 (remove_files) COMPLETE |
7537 | 2024-10-30T19:26:50.010Z | [ recovery-image] Oct 30 19:26:49.122 INFO O| Oct 30 19:26:49.122 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7538 | 2024-10-30T19:26:50.019Z | [ recovery-image] Oct 30 19:26:49.134 INFO O| Oct 30 19:26:49.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7539 | 2024-10-30T19:26:50.019Z | [ recovery-image] Oct 30 19:26:49.134 INFO O| Oct 30 19:26:49.134 INFO STEP 1113 (remove_files) COMPLETE |
7540 | 2024-10-30T19:26:50.022Z | [ recovery-image] Oct 30 19:26:49.134 INFO O| Oct 30 19:26:49.134 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7541 | 2024-10-30T19:26:50.030Z | [ recovery-image] Oct 30 19:26:49.145 INFO O| Oct 30 19:26:49.145 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7542 | 2024-10-30T19:26:50.031Z | [ recovery-image] Oct 30 19:26:49.145 INFO O| Oct 30 19:26:49.145 INFO STEP 1114 (remove_files) COMPLETE |
7543 | 2024-10-30T19:26:50.031Z | [ recovery-image] Oct 30 19:26:49.145 INFO O| Oct 30 19:26:49.145 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7544 | 2024-10-30T19:26:50.041Z | [ recovery-image] Oct 30 19:26:49.155 INFO O| Oct 30 19:26:49.155 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7545 | 2024-10-30T19:26:50.041Z | [ recovery-image] Oct 30 19:26:49.156 INFO O| Oct 30 19:26:49.156 INFO STEP 1115 (remove_files) COMPLETE |
7546 | 2024-10-30T19:26:50.044Z | [ recovery-image] Oct 30 19:26:49.156 INFO O| Oct 30 19:26:49.156 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7547 | 2024-10-30T19:26:50.053Z | [ recovery-image] Oct 30 19:26:49.167 INFO O| Oct 30 19:26:49.167 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7548 | 2024-10-30T19:26:50.053Z | [ recovery-image] Oct 30 19:26:49.168 INFO O| Oct 30 19:26:49.167 INFO STEP 1116 (remove_files) COMPLETE |
7549 | 2024-10-30T19:26:50.056Z | [ recovery-image] Oct 30 19:26:49.168 INFO O| Oct 30 19:26:49.168 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7550 | 2024-10-30T19:26:50.064Z | [ recovery-image] Oct 30 19:26:49.178 INFO O| Oct 30 19:26:49.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7551 | 2024-10-30T19:26:50.066Z | [ recovery-image] Oct 30 19:26:49.178 INFO O| Oct 30 19:26:49.178 INFO STEP 1117 (remove_files) COMPLETE |
7552 | 2024-10-30T19:26:50.066Z | [ recovery-image] Oct 30 19:26:49.178 INFO O| Oct 30 19:26:49.178 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7553 | 2024-10-30T19:26:50.076Z | [ recovery-image] Oct 30 19:26:49.191 INFO O| Oct 30 19:26:49.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7554 | 2024-10-30T19:26:50.076Z | [ recovery-image] Oct 30 19:26:49.191 INFO O| Oct 30 19:26:49.191 INFO STEP 1118 (remove_files) COMPLETE |
7555 | 2024-10-30T19:26:50.076Z | [ recovery-image] Oct 30 19:26:49.191 INFO O| Oct 30 19:26:49.191 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7556 | 2024-10-30T19:26:50.088Z | [ recovery-image] Oct 30 19:26:49.202 INFO O| Oct 30 19:26:49.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7557 | 2024-10-30T19:26:50.088Z | [ recovery-image] Oct 30 19:26:49.202 INFO O| Oct 30 19:26:49.202 INFO STEP 1119 (remove_files) COMPLETE |
7558 | 2024-10-30T19:26:50.090Z | [ recovery-image] Oct 30 19:26:49.202 INFO O| Oct 30 19:26:49.202 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7559 | 2024-10-30T19:26:50.100Z | [ recovery-image] Oct 30 19:26:49.214 INFO O| Oct 30 19:26:49.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7560 | 2024-10-30T19:26:50.100Z | [ recovery-image] Oct 30 19:26:49.214 INFO O| Oct 30 19:26:49.214 INFO STEP 1120 (remove_files) COMPLETE |
7561 | 2024-10-30T19:26:50.100Z | [ recovery-image] Oct 30 19:26:49.215 INFO O| Oct 30 19:26:49.214 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7562 | 2024-10-30T19:26:50.110Z | Oct 30 19:26:49.225 INFO [verify-libraries] process exited with exit status: 0 (355.089855208s) |
7563 | 2024-10-30T19:26:50.113Z | [ recovery-image] Oct 30 19:26:49.225 INFO O| Oct 30 19:26:49.225 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7564 | 2024-10-30T19:26:50.113Z | [ recovery-image] Oct 30 19:26:49.225 INFO O| Oct 30 19:26:49.225 INFO STEP 1121 (remove_files) COMPLETE |
7565 | 2024-10-30T19:26:50.113Z | [ recovery-image] Oct 30 19:26:49.225 INFO O| Oct 30 19:26:49.225 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7566 | 2024-10-30T19:26:50.121Z | [ recovery-image] Oct 30 19:26:49.235 INFO O| Oct 30 19:26:49.235 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7567 | 2024-10-30T19:26:50.123Z | [ recovery-image] Oct 30 19:26:49.235 INFO O| Oct 30 19:26:49.235 INFO STEP 1122 (remove_files) COMPLETE |
7568 | 2024-10-30T19:26:50.123Z | [ recovery-image] Oct 30 19:26:49.235 INFO O| Oct 30 19:26:49.235 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7569 | 2024-10-30T19:26:50.130Z | [ recovery-image] Oct 30 19:26:49.245 INFO O| Oct 30 19:26:49.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7570 | 2024-10-30T19:26:50.130Z | [ recovery-image] Oct 30 19:26:49.245 INFO O| Oct 30 19:26:49.245 INFO STEP 1123 (remove_files) COMPLETE |
7571 | 2024-10-30T19:26:50.133Z | [ recovery-image] Oct 30 19:26:49.245 INFO O| Oct 30 19:26:49.245 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7572 | 2024-10-30T19:26:50.140Z | [ recovery-image] Oct 30 19:26:49.254 INFO O| Oct 30 19:26:49.254 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7573 | 2024-10-30T19:26:50.140Z | [ recovery-image] Oct 30 19:26:49.254 INFO O| Oct 30 19:26:49.254 INFO STEP 1124 (remove_files) COMPLETE |
7574 | 2024-10-30T19:26:50.140Z | [ recovery-image] Oct 30 19:26:49.254 INFO O| Oct 30 19:26:49.254 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7575 | 2024-10-30T19:26:50.143Z | [ host-image] Oct 30 19:26:49.257 INFO O| Oct 30 19:26:49.257 INFO O| Done |
7576 | 2024-10-30T19:26:50.150Z | [ recovery-image] Oct 30 19:26:49.264 INFO O| Oct 30 19:26:49.264 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7577 | 2024-10-30T19:26:50.150Z | [ recovery-image] Oct 30 19:26:49.264 INFO O| Oct 30 19:26:49.264 INFO STEP 1125 (remove_files) COMPLETE |
7578 | 2024-10-30T19:26:50.153Z | [ recovery-image] Oct 30 19:26:49.264 INFO O| Oct 30 19:26:49.264 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7579 | 2024-10-30T19:26:50.160Z | [ recovery-image] Oct 30 19:26:49.274 INFO O| Oct 30 19:26:49.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7580 | 2024-10-30T19:26:50.160Z | [ recovery-image] Oct 30 19:26:49.274 INFO O| Oct 30 19:26:49.274 INFO STEP 1126 (remove_files) COMPLETE |
7581 | 2024-10-30T19:26:50.162Z | [ recovery-image] Oct 30 19:26:49.274 INFO O| Oct 30 19:26:49.274 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7582 | 2024-10-30T19:26:50.170Z | [ recovery-image] Oct 30 19:26:49.284 INFO O| Oct 30 19:26:49.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7583 | 2024-10-30T19:26:50.170Z | [ recovery-image] Oct 30 19:26:49.284 INFO O| Oct 30 19:26:49.284 INFO STEP 1127 (remove_files) COMPLETE |
7584 | 2024-10-30T19:26:50.172Z | [ recovery-image] Oct 30 19:26:49.284 INFO O| Oct 30 19:26:49.284 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7585 | 2024-10-30T19:26:50.172Z | [ host-image] Oct 30 19:26:49.285 INFO O| Oct 30 19:26:49.285 INFO O| Done |
7586 | 2024-10-30T19:26:50.172Z | [ host-image] Oct 30 19:26:49.285 INFO O| Oct 30 19:26:49.285 INFO O| Done |
7587 | 2024-10-30T19:26:50.179Z | [ recovery-image] Oct 30 19:26:49.294 INFO O| Oct 30 19:26:49.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7588 | 2024-10-30T19:26:50.179Z | [ recovery-image] Oct 30 19:26:49.294 INFO O| Oct 30 19:26:49.294 INFO STEP 1128 (remove_files) COMPLETE |
7589 | 2024-10-30T19:26:50.182Z | [ recovery-image] Oct 30 19:26:49.294 INFO O| Oct 30 19:26:49.294 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7590 | 2024-10-30T19:26:50.182Z | [ host-image] Oct 30 19:26:49.295 INFO O| Oct 30 19:26:49.295 INFO O| Done |
7591 | 2024-10-30T19:26:50.189Z | [ recovery-image] Oct 30 19:26:49.303 INFO O| Oct 30 19:26:49.303 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7592 | 2024-10-30T19:26:50.189Z | [ recovery-image] Oct 30 19:26:49.303 INFO O| Oct 30 19:26:49.303 INFO STEP 1129 (remove_files) COMPLETE |
7593 | 2024-10-30T19:26:50.191Z | [ recovery-image] Oct 30 19:26:49.303 INFO O| Oct 30 19:26:49.303 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7594 | 2024-10-30T19:26:50.199Z | [ recovery-image] Oct 30 19:26:49.313 INFO O| Oct 30 19:26:49.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7595 | 2024-10-30T19:26:50.199Z | [ recovery-image] Oct 30 19:26:49.314 INFO O| Oct 30 19:26:49.313 INFO STEP 1130 (remove_files) COMPLETE |
7596 | 2024-10-30T19:26:50.201Z | [ recovery-image] Oct 30 19:26:49.314 INFO O| Oct 30 19:26:49.314 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7597 | 2024-10-30T19:26:50.210Z | [ recovery-image] Oct 30 19:26:49.324 INFO O| Oct 30 19:26:49.324 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7598 | 2024-10-30T19:26:50.210Z | [ recovery-image] Oct 30 19:26:49.324 INFO O| Oct 30 19:26:49.324 INFO STEP 1131 (remove_files) COMPLETE |
7599 | 2024-10-30T19:26:50.210Z | [ recovery-image] Oct 30 19:26:49.324 INFO O| Oct 30 19:26:49.324 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7600 | 2024-10-30T19:26:50.220Z | [ recovery-image] Oct 30 19:26:49.334 INFO O| Oct 30 19:26:49.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7601 | 2024-10-30T19:26:50.222Z | [ recovery-image] Oct 30 19:26:49.334 INFO O| Oct 30 19:26:49.334 INFO STEP 1132 (remove_files) COMPLETE |
7602 | 2024-10-30T19:26:50.222Z | [ recovery-image] Oct 30 19:26:49.334 INFO O| Oct 30 19:26:49.334 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7603 | 2024-10-30T19:26:50.230Z | [ recovery-image] Oct 30 19:26:49.344 INFO O| Oct 30 19:26:49.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7604 | 2024-10-30T19:26:50.233Z | [ recovery-image] Oct 30 19:26:49.345 INFO O| Oct 30 19:26:49.344 INFO STEP 1133 (remove_files) COMPLETE |
7605 | 2024-10-30T19:26:50.233Z | [ recovery-image] Oct 30 19:26:49.345 INFO O| Oct 30 19:26:49.344 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7606 | 2024-10-30T19:26:50.240Z | [ recovery-image] Oct 30 19:26:49.355 INFO O| Oct 30 19:26:49.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7607 | 2024-10-30T19:26:50.243Z | [ recovery-image] Oct 30 19:26:49.355 INFO O| Oct 30 19:26:49.355 INFO STEP 1134 (remove_files) COMPLETE |
7608 | 2024-10-30T19:26:50.243Z | [ recovery-image] Oct 30 19:26:49.355 INFO O| Oct 30 19:26:49.355 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7609 | 2024-10-30T19:26:50.250Z | [ recovery-image] Oct 30 19:26:49.365 INFO O| Oct 30 19:26:49.365 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7610 | 2024-10-30T19:26:50.250Z | [ recovery-image] Oct 30 19:26:49.365 INFO O| Oct 30 19:26:49.365 INFO STEP 1135 (remove_files) COMPLETE |
7611 | 2024-10-30T19:26:50.253Z | [ recovery-image] Oct 30 19:26:49.365 INFO O| Oct 30 19:26:49.365 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7612 | 2024-10-30T19:26:50.260Z | [ recovery-image] Oct 30 19:26:49.375 INFO O| Oct 30 19:26:49.375 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7613 | 2024-10-30T19:26:50.263Z | [ recovery-image] Oct 30 19:26:49.375 INFO O| Oct 30 19:26:49.375 INFO STEP 1136 (remove_files) COMPLETE |
7614 | 2024-10-30T19:26:50.263Z | [ recovery-image] Oct 30 19:26:49.375 INFO O| Oct 30 19:26:49.375 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7615 | 2024-10-30T19:26:50.270Z | [ recovery-image] Oct 30 19:26:49.385 INFO O| Oct 30 19:26:49.384 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7616 | 2024-10-30T19:26:50.273Z | [ recovery-image] Oct 30 19:26:49.385 INFO O| Oct 30 19:26:49.385 INFO STEP 1137 (remove_files) COMPLETE |
7617 | 2024-10-30T19:26:50.273Z | [ recovery-image] Oct 30 19:26:49.385 INFO O| Oct 30 19:26:49.385 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7618 | 2024-10-30T19:26:50.280Z | [ recovery-image] Oct 30 19:26:49.395 INFO O| Oct 30 19:26:49.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7619 | 2024-10-30T19:26:50.284Z | [ recovery-image] Oct 30 19:26:49.395 INFO O| Oct 30 19:26:49.395 INFO STEP 1138 (remove_files) COMPLETE |
7620 | 2024-10-30T19:26:50.284Z | [ recovery-image] Oct 30 19:26:49.395 INFO O| Oct 30 19:26:49.395 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7621 | 2024-10-30T19:26:50.290Z | [ recovery-image] Oct 30 19:26:49.405 INFO O| Oct 30 19:26:49.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7622 | 2024-10-30T19:26:50.293Z | [ recovery-image] Oct 30 19:26:49.405 INFO O| Oct 30 19:26:49.405 INFO STEP 1139 (remove_files) COMPLETE |
7623 | 2024-10-30T19:26:50.293Z | [ recovery-image] Oct 30 19:26:49.405 INFO O| Oct 30 19:26:49.405 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7624 | 2024-10-30T19:26:50.293Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO STEP 14 (pkg_install) COMPLETE |
7625 | 2024-10-30T19:26:50.293Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7626 | 2024-10-30T19:26:50.293Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO skip step because feature "mfg" is not enabled |
7627 | 2024-10-30T19:26:50.293Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7628 | 2024-10-30T19:26:50.293Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO skip step because feature "compliance" is not enabled |
7629 | 2024-10-30T19:26:50.293Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7630 | 2024-10-30T19:26:50.296Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO skip step because feature "stress" is not enabled |
7631 | 2024-10-30T19:26:50.296Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7632 | 2024-10-30T19:26:50.296Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO skip step because feature "nfs" is not enabled |
7633 | 2024-10-30T19:26:50.296Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7634 | 2024-10-30T19:26:50.296Z | [ host-image] Oct 30 19:26:49.407 INFO O| Oct 30 19:26:49.407 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7635 | 2024-10-30T19:26:50.305Z | [ recovery-image] Oct 30 19:26:49.419 INFO O| Oct 30 19:26:49.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7636 | 2024-10-30T19:26:50.307Z | [ recovery-image] Oct 30 19:26:49.420 INFO O| Oct 30 19:26:49.420 INFO STEP 1140 (remove_files) COMPLETE |
7637 | 2024-10-30T19:26:50.307Z | [ recovery-image] Oct 30 19:26:49.420 INFO O| Oct 30 19:26:49.420 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7638 | 2024-10-30T19:26:50.324Z | [ recovery-image] Oct 30 19:26:49.438 INFO O| Oct 30 19:26:49.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7639 | 2024-10-30T19:26:50.324Z | [ recovery-image] Oct 30 19:26:49.438 INFO O| Oct 30 19:26:49.438 INFO STEP 1141 (remove_files) COMPLETE |
7640 | 2024-10-30T19:26:50.324Z | [ recovery-image] Oct 30 19:26:49.439 INFO O| Oct 30 19:26:49.438 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7641 | 2024-10-30T19:26:50.341Z | [ recovery-image] Oct 30 19:26:49.455 INFO O| Oct 30 19:26:49.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7642 | 2024-10-30T19:26:50.341Z | [ recovery-image] Oct 30 19:26:49.455 INFO O| Oct 30 19:26:49.455 INFO STEP 1142 (remove_files) COMPLETE |
7643 | 2024-10-30T19:26:50.341Z | [ recovery-image] Oct 30 19:26:49.456 INFO O| Oct 30 19:26:49.455 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7644 | 2024-10-30T19:26:50.359Z | [ recovery-image] Oct 30 19:26:49.473 INFO O| Oct 30 19:26:49.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7645 | 2024-10-30T19:26:50.359Z | [ recovery-image] Oct 30 19:26:49.473 INFO O| Oct 30 19:26:49.473 INFO STEP 1143 (remove_files) COMPLETE |
7646 | 2024-10-30T19:26:50.359Z | [ recovery-image] Oct 30 19:26:49.473 INFO O| Oct 30 19:26:49.473 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7647 | 2024-10-30T19:26:50.375Z | [ recovery-image] Oct 30 19:26:49.489 INFO O| Oct 30 19:26:49.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7648 | 2024-10-30T19:26:50.375Z | [ recovery-image] Oct 30 19:26:49.490 INFO O| Oct 30 19:26:49.490 INFO STEP 1144 (remove_files) COMPLETE |
7649 | 2024-10-30T19:26:50.378Z | [ recovery-image] Oct 30 19:26:49.490 INFO O| Oct 30 19:26:49.490 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7650 | 2024-10-30T19:26:50.392Z | [ recovery-image] Oct 30 19:26:49.506 INFO O| Oct 30 19:26:49.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7651 | 2024-10-30T19:26:50.395Z | [ recovery-image] Oct 30 19:26:49.507 INFO O| Oct 30 19:26:49.507 INFO STEP 1145 (remove_files) COMPLETE |
7652 | 2024-10-30T19:26:50.395Z | [ recovery-image] Oct 30 19:26:49.507 INFO O| Oct 30 19:26:49.507 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7653 | 2024-10-30T19:26:50.404Z | [ recovery-image] Oct 30 19:26:49.519 INFO O| Oct 30 19:26:49.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7654 | 2024-10-30T19:26:50.407Z | [ recovery-image] Oct 30 19:26:49.519 INFO O| Oct 30 19:26:49.519 INFO STEP 1146 (remove_files) COMPLETE |
7655 | 2024-10-30T19:26:50.407Z | [ recovery-image] Oct 30 19:26:49.519 INFO O| Oct 30 19:26:49.519 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7656 | 2024-10-30T19:26:50.417Z | [ recovery-image] Oct 30 19:26:49.531 INFO O| Oct 30 19:26:49.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7657 | 2024-10-30T19:26:50.417Z | [ recovery-image] Oct 30 19:26:49.531 INFO O| Oct 30 19:26:49.531 INFO STEP 1147 (remove_files) COMPLETE |
7658 | 2024-10-30T19:26:50.417Z | [ recovery-image] Oct 30 19:26:49.531 INFO O| Oct 30 19:26:49.531 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7659 | 2024-10-30T19:26:50.429Z | [ recovery-image] Oct 30 19:26:49.543 INFO O| Oct 30 19:26:49.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7660 | 2024-10-30T19:26:50.429Z | [ recovery-image] Oct 30 19:26:49.543 INFO O| Oct 30 19:26:49.543 INFO STEP 1148 (remove_files) COMPLETE |
7661 | 2024-10-30T19:26:50.431Z | [ recovery-image] Oct 30 19:26:49.543 INFO O| Oct 30 19:26:49.543 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7662 | 2024-10-30T19:26:50.441Z | [ recovery-image] Oct 30 19:26:49.555 INFO O| Oct 30 19:26:49.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7663 | 2024-10-30T19:26:50.446Z | [ recovery-image] Oct 30 19:26:49.555 INFO O| Oct 30 19:26:49.555 INFO STEP 1149 (remove_files) COMPLETE |
7664 | 2024-10-30T19:26:50.446Z | [ recovery-image] Oct 30 19:26:49.555 INFO O| Oct 30 19:26:49.555 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7665 | 2024-10-30T19:26:50.452Z | [ recovery-image] Oct 30 19:26:49.566 INFO O| Oct 30 19:26:49.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7666 | 2024-10-30T19:26:50.461Z | [ recovery-image] Oct 30 19:26:49.567 INFO O| Oct 30 19:26:49.567 INFO STEP 1150 (remove_files) COMPLETE |
7667 | 2024-10-30T19:26:50.461Z | [ recovery-image] Oct 30 19:26:49.567 INFO O| Oct 30 19:26:49.567 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7668 | 2024-10-30T19:26:50.470Z | [ recovery-image] Oct 30 19:26:49.577 INFO O| Oct 30 19:26:49.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7669 | 2024-10-30T19:26:50.470Z | [ recovery-image] Oct 30 19:26:49.577 INFO O| Oct 30 19:26:49.577 INFO STEP 1151 (remove_files) COMPLETE |
7670 | 2024-10-30T19:26:50.470Z | [ recovery-image] Oct 30 19:26:49.577 INFO O| Oct 30 19:26:49.577 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7671 | 2024-10-30T19:26:50.478Z | [ recovery-image] Oct 30 19:26:49.587 INFO O| Oct 30 19:26:49.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7672 | 2024-10-30T19:26:50.478Z | [ recovery-image] Oct 30 19:26:49.587 INFO O| Oct 30 19:26:49.587 INFO STEP 1152 (remove_files) COMPLETE |
7673 | 2024-10-30T19:26:50.478Z | [ recovery-image] Oct 30 19:26:49.587 INFO O| Oct 30 19:26:49.587 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7674 | 2024-10-30T19:26:50.483Z | [ recovery-image] Oct 30 19:26:49.597 INFO O| Oct 30 19:26:49.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7675 | 2024-10-30T19:26:50.483Z | [ recovery-image] Oct 30 19:26:49.597 INFO O| Oct 30 19:26:49.597 INFO STEP 1153 (remove_files) COMPLETE |
7676 | 2024-10-30T19:26:50.486Z | [ recovery-image] Oct 30 19:26:49.597 INFO O| Oct 30 19:26:49.597 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7677 | 2024-10-30T19:26:50.492Z | [ recovery-image] Oct 30 19:26:49.607 INFO O| Oct 30 19:26:49.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7678 | 2024-10-30T19:26:50.493Z | [ recovery-image] Oct 30 19:26:49.607 INFO O| Oct 30 19:26:49.607 INFO STEP 1154 (remove_files) COMPLETE |
7679 | 2024-10-30T19:26:50.495Z | [ recovery-image] Oct 30 19:26:49.607 INFO O| Oct 30 19:26:49.607 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7680 | 2024-10-30T19:26:50.506Z | [ recovery-image] Oct 30 19:26:49.616 INFO O| Oct 30 19:26:49.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7681 | 2024-10-30T19:26:50.506Z | [ recovery-image] Oct 30 19:26:49.616 INFO O| Oct 30 19:26:49.616 INFO STEP 1155 (remove_files) COMPLETE |
7682 | 2024-10-30T19:26:50.506Z | [ recovery-image] Oct 30 19:26:49.617 INFO O| Oct 30 19:26:49.616 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7683 | 2024-10-30T19:26:50.511Z | [ recovery-image] Oct 30 19:26:49.626 INFO O| Oct 30 19:26:49.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7684 | 2024-10-30T19:26:50.512Z | [ recovery-image] Oct 30 19:26:49.626 INFO O| Oct 30 19:26:49.626 INFO STEP 1156 (remove_files) COMPLETE |
7685 | 2024-10-30T19:26:50.516Z | [ recovery-image] Oct 30 19:26:49.626 INFO O| Oct 30 19:26:49.626 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7686 | 2024-10-30T19:26:50.521Z | [ recovery-image] Oct 30 19:26:49.635 INFO O| Oct 30 19:26:49.635 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7687 | 2024-10-30T19:26:50.521Z | [ recovery-image] Oct 30 19:26:49.635 INFO O| Oct 30 19:26:49.635 INFO STEP 1157 (remove_files) COMPLETE |
7688 | 2024-10-30T19:26:50.524Z | [ recovery-image] Oct 30 19:26:49.635 INFO O| Oct 30 19:26:49.635 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7689 | 2024-10-30T19:26:50.530Z | [ recovery-image] Oct 30 19:26:49.645 INFO O| Oct 30 19:26:49.645 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7690 | 2024-10-30T19:26:50.530Z | [ recovery-image] Oct 30 19:26:49.645 INFO O| Oct 30 19:26:49.645 INFO STEP 1158 (remove_files) COMPLETE |
7691 | 2024-10-30T19:26:50.534Z | [ recovery-image] Oct 30 19:26:49.645 INFO O| Oct 30 19:26:49.645 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7692 | 2024-10-30T19:26:50.540Z | [ recovery-image] Oct 30 19:26:49.654 INFO O| Oct 30 19:26:49.654 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7693 | 2024-10-30T19:26:50.540Z | [ recovery-image] Oct 30 19:26:49.654 INFO O| Oct 30 19:26:49.654 INFO STEP 1159 (remove_files) COMPLETE |
7694 | 2024-10-30T19:26:50.543Z | [ recovery-image] Oct 30 19:26:49.654 INFO O| Oct 30 19:26:49.654 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7695 | 2024-10-30T19:26:50.549Z | [ recovery-image] Oct 30 19:26:49.664 INFO O| Oct 30 19:26:49.663 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7696 | 2024-10-30T19:26:50.549Z | [ recovery-image] Oct 30 19:26:49.664 INFO O| Oct 30 19:26:49.664 INFO STEP 1160 (remove_files) COMPLETE |
7697 | 2024-10-30T19:26:50.551Z | [ recovery-image] Oct 30 19:26:49.664 INFO O| Oct 30 19:26:49.664 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7698 | 2024-10-30T19:26:50.560Z | [ recovery-image] Oct 30 19:26:49.673 INFO O| Oct 30 19:26:49.673 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7699 | 2024-10-30T19:26:50.560Z | [ recovery-image] Oct 30 19:26:49.673 INFO O| Oct 30 19:26:49.673 INFO STEP 1161 (remove_files) COMPLETE |
7700 | 2024-10-30T19:26:50.562Z | [ recovery-image] Oct 30 19:26:49.673 INFO O| Oct 30 19:26:49.673 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7701 | 2024-10-30T19:26:50.568Z | [ recovery-image] Oct 30 19:26:49.682 INFO O| Oct 30 19:26:49.682 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7702 | 2024-10-30T19:26:50.568Z | [ recovery-image] Oct 30 19:26:49.682 INFO O| Oct 30 19:26:49.682 INFO STEP 1162 (remove_files) COMPLETE |
7703 | 2024-10-30T19:26:50.571Z | [ recovery-image] Oct 30 19:26:49.682 INFO O| Oct 30 19:26:49.682 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7704 | 2024-10-30T19:26:50.578Z | [ recovery-image] Oct 30 19:26:49.692 INFO O| Oct 30 19:26:49.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7705 | 2024-10-30T19:26:50.580Z | [ recovery-image] Oct 30 19:26:49.692 INFO O| Oct 30 19:26:49.692 INFO STEP 1163 (remove_files) COMPLETE |
7706 | 2024-10-30T19:26:50.580Z | [ recovery-image] Oct 30 19:26:49.693 INFO O| Oct 30 19:26:49.692 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7707 | 2024-10-30T19:26:50.588Z | [ recovery-image] Oct 30 19:26:49.702 INFO O| Oct 30 19:26:49.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7708 | 2024-10-30T19:26:50.588Z | [ recovery-image] Oct 30 19:26:49.702 INFO O| Oct 30 19:26:49.702 INFO STEP 1164 (remove_files) COMPLETE |
7709 | 2024-10-30T19:26:50.590Z | [ recovery-image] Oct 30 19:26:49.702 INFO O| Oct 30 19:26:49.702 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7710 | 2024-10-30T19:26:50.597Z | [ recovery-image] Oct 30 19:26:49.712 INFO O| Oct 30 19:26:49.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7711 | 2024-10-30T19:26:50.597Z | [ recovery-image] Oct 30 19:26:49.712 INFO O| Oct 30 19:26:49.712 INFO STEP 1165 (remove_files) COMPLETE |
7712 | 2024-10-30T19:26:50.600Z | [ recovery-image] Oct 30 19:26:49.712 INFO O| Oct 30 19:26:49.712 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7713 | 2024-10-30T19:26:50.607Z | [ recovery-image] Oct 30 19:26:49.721 INFO O| Oct 30 19:26:49.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7714 | 2024-10-30T19:26:50.607Z | [ recovery-image] Oct 30 19:26:49.721 INFO O| Oct 30 19:26:49.721 INFO STEP 1166 (remove_files) COMPLETE |
7715 | 2024-10-30T19:26:50.609Z | [ recovery-image] Oct 30 19:26:49.721 INFO O| Oct 30 19:26:49.721 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7716 | 2024-10-30T19:26:50.616Z | [ recovery-image] Oct 30 19:26:49.731 INFO O| Oct 30 19:26:49.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7717 | 2024-10-30T19:26:50.616Z | [ recovery-image] Oct 30 19:26:49.731 INFO O| Oct 30 19:26:49.731 INFO STEP 1167 (remove_files) COMPLETE |
7718 | 2024-10-30T19:26:50.618Z | [ recovery-image] Oct 30 19:26:49.731 INFO O| Oct 30 19:26:49.731 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7719 | 2024-10-30T19:26:50.618Z | [ host-image] Oct 30 19:26:49.732 INFO O| Oct 30 19:26:49.732 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7720 | 2024-10-30T19:26:50.627Z | [ recovery-image] Oct 30 19:26:49.741 INFO O| Oct 30 19:26:49.741 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7721 | 2024-10-30T19:26:50.629Z | [ recovery-image] Oct 30 19:26:49.741 INFO O| Oct 30 19:26:49.741 INFO STEP 1168 (remove_files) COMPLETE |
7722 | 2024-10-30T19:26:50.629Z | [ recovery-image] Oct 30 19:26:49.741 INFO O| Oct 30 19:26:49.741 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7723 | 2024-10-30T19:26:50.638Z | [ recovery-image] Oct 30 19:26:49.752 INFO O| Oct 30 19:26:49.752 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7724 | 2024-10-30T19:26:50.638Z | [ recovery-image] Oct 30 19:26:49.752 INFO O| Oct 30 19:26:49.752 INFO STEP 1169 (remove_files) COMPLETE |
7725 | 2024-10-30T19:26:50.638Z | [ recovery-image] Oct 30 19:26:49.752 INFO O| Oct 30 19:26:49.752 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7726 | 2024-10-30T19:26:50.649Z | [ recovery-image] Oct 30 19:26:49.763 INFO O| Oct 30 19:26:49.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7727 | 2024-10-30T19:26:50.649Z | [ recovery-image] Oct 30 19:26:49.763 INFO O| Oct 30 19:26:49.763 INFO STEP 1170 (remove_files) COMPLETE |
7728 | 2024-10-30T19:26:50.651Z | [ recovery-image] Oct 30 19:26:49.763 INFO O| Oct 30 19:26:49.763 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7729 | 2024-10-30T19:26:50.658Z | [ recovery-image] Oct 30 19:26:49.773 INFO O| Oct 30 19:26:49.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7730 | 2024-10-30T19:26:50.660Z | [ recovery-image] Oct 30 19:26:49.773 INFO O| Oct 30 19:26:49.773 INFO STEP 1171 (remove_files) COMPLETE |
7731 | 2024-10-30T19:26:50.661Z | [ recovery-image] Oct 30 19:26:49.773 INFO O| Oct 30 19:26:49.773 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7732 | 2024-10-30T19:26:50.668Z | [ recovery-image] Oct 30 19:26:49.782 INFO O| Oct 30 19:26:49.782 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7733 | 2024-10-30T19:26:50.668Z | [ recovery-image] Oct 30 19:26:49.783 INFO O| Oct 30 19:26:49.782 INFO STEP 1172 (remove_files) COMPLETE |
7734 | 2024-10-30T19:26:50.670Z | [ recovery-image] Oct 30 19:26:49.783 INFO O| Oct 30 19:26:49.783 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7735 | 2024-10-30T19:26:50.678Z | [ recovery-image] Oct 30 19:26:49.792 INFO O| Oct 30 19:26:49.792 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7736 | 2024-10-30T19:26:50.678Z | [ recovery-image] Oct 30 19:26:49.792 INFO O| Oct 30 19:26:49.792 INFO STEP 1173 (remove_files) COMPLETE |
7737 | 2024-10-30T19:26:50.678Z | [ recovery-image] Oct 30 19:26:49.792 INFO O| Oct 30 19:26:49.792 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7738 | 2024-10-30T19:26:50.687Z | [ recovery-image] Oct 30 19:26:49.802 INFO O| Oct 30 19:26:49.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7739 | 2024-10-30T19:26:50.690Z | [ recovery-image] Oct 30 19:26:49.802 INFO O| Oct 30 19:26:49.802 INFO STEP 1174 (remove_files) COMPLETE |
7740 | 2024-10-30T19:26:50.690Z | [ recovery-image] Oct 30 19:26:49.802 INFO O| Oct 30 19:26:49.802 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7741 | 2024-10-30T19:26:50.696Z | [ recovery-image] Oct 30 19:26:49.811 INFO O| Oct 30 19:26:49.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7742 | 2024-10-30T19:26:50.699Z | [ recovery-image] Oct 30 19:26:49.811 INFO O| Oct 30 19:26:49.811 INFO STEP 1175 (remove_files) COMPLETE |
7743 | 2024-10-30T19:26:50.699Z | [ recovery-image] Oct 30 19:26:49.811 INFO O| Oct 30 19:26:49.811 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7744 | 2024-10-30T19:26:50.702Z | [ host-image] Oct 30 19:26:49.816 INFO O| Oct 30 19:26:49.816 INFO completed processing gimlet/ramdisk-01-os |
7745 | 2024-10-30T19:26:50.704Z | [ host-image] Oct 30 19:26:49.818 INFO omicron1 baseline generation... |
7746 | 2024-10-30T19:26:50.704Z | [ host-image] Oct 30 19:26:49.818 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7747 | 2024-10-30T19:26:50.707Z | [ recovery-image] Oct 30 19:26:49.820 INFO O| Oct 30 19:26:49.820 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7748 | 2024-10-30T19:26:50.707Z | [ recovery-image] Oct 30 19:26:49.821 INFO O| Oct 30 19:26:49.821 INFO STEP 1176 (remove_files) COMPLETE |
7749 | 2024-10-30T19:26:50.707Z | [ recovery-image] Oct 30 19:26:49.821 INFO O| Oct 30 19:26:49.821 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7750 | 2024-10-30T19:26:50.717Z | [ recovery-image] Oct 30 19:26:49.832 INFO O| Oct 30 19:26:49.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7751 | 2024-10-30T19:26:50.717Z | [ recovery-image] Oct 30 19:26:49.832 INFO O| Oct 30 19:26:49.832 INFO STEP 1177 (remove_files) COMPLETE |
7752 | 2024-10-30T19:26:50.717Z | [ recovery-image] Oct 30 19:26:49.832 INFO O| Oct 30 19:26:49.832 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7753 | 2024-10-30T19:26:50.727Z | [ recovery-image] Oct 30 19:26:49.842 INFO O| Oct 30 19:26:49.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7754 | 2024-10-30T19:26:50.727Z | [ recovery-image] Oct 30 19:26:49.842 INFO O| Oct 30 19:26:49.842 INFO STEP 1178 (remove_files) COMPLETE |
7755 | 2024-10-30T19:26:50.727Z | [ recovery-image] Oct 30 19:26:49.842 INFO O| Oct 30 19:26:49.842 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7756 | 2024-10-30T19:26:50.737Z | [ recovery-image] Oct 30 19:26:49.852 INFO O| Oct 30 19:26:49.851 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7757 | 2024-10-30T19:26:50.737Z | [ recovery-image] Oct 30 19:26:49.852 INFO O| Oct 30 19:26:49.852 INFO STEP 1179 (remove_files) COMPLETE |
7758 | 2024-10-30T19:26:50.737Z | [ recovery-image] Oct 30 19:26:49.852 INFO O| Oct 30 19:26:49.852 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7759 | 2024-10-30T19:26:50.747Z | [ recovery-image] Oct 30 19:26:49.861 INFO O| Oct 30 19:26:49.861 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7760 | 2024-10-30T19:26:50.747Z | [ recovery-image] Oct 30 19:26:49.861 INFO O| Oct 30 19:26:49.861 INFO STEP 1180 (remove_files) COMPLETE |
7761 | 2024-10-30T19:26:50.749Z | [ recovery-image] Oct 30 19:26:49.861 INFO O| Oct 30 19:26:49.861 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7762 | 2024-10-30T19:26:50.757Z | [ recovery-image] Oct 30 19:26:49.871 INFO O| Oct 30 19:26:49.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7763 | 2024-10-30T19:26:50.757Z | [ recovery-image] Oct 30 19:26:49.871 INFO O| Oct 30 19:26:49.871 INFO STEP 1181 (remove_files) COMPLETE |
7764 | 2024-10-30T19:26:50.759Z | [ recovery-image] Oct 30 19:26:49.871 INFO O| Oct 30 19:26:49.871 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7765 | 2024-10-30T19:26:50.767Z | [ recovery-image] Oct 30 19:26:49.881 INFO O| Oct 30 19:26:49.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7766 | 2024-10-30T19:26:50.767Z | [ recovery-image] Oct 30 19:26:49.881 INFO O| Oct 30 19:26:49.881 INFO STEP 1182 (remove_files) COMPLETE |
7767 | 2024-10-30T19:26:50.769Z | [ recovery-image] Oct 30 19:26:49.881 INFO O| Oct 30 19:26:49.881 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7768 | 2024-10-30T19:26:50.777Z | [ recovery-image] Oct 30 19:26:49.891 INFO O| Oct 30 19:26:49.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7769 | 2024-10-30T19:26:50.780Z | [ recovery-image] Oct 30 19:26:49.891 INFO O| Oct 30 19:26:49.891 INFO STEP 1183 (remove_files) COMPLETE |
7770 | 2024-10-30T19:26:50.781Z | [ recovery-image] Oct 30 19:26:49.891 INFO O| Oct 30 19:26:49.891 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7771 | 2024-10-30T19:26:50.787Z | [ recovery-image] Oct 30 19:26:49.901 INFO O| Oct 30 19:26:49.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7772 | 2024-10-30T19:26:50.790Z | [ recovery-image] Oct 30 19:26:49.901 INFO O| Oct 30 19:26:49.901 INFO STEP 1184 (remove_files) COMPLETE |
7773 | 2024-10-30T19:26:50.790Z | [ recovery-image] Oct 30 19:26:49.901 INFO O| Oct 30 19:26:49.901 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7774 | 2024-10-30T19:26:50.796Z | [ recovery-image] Oct 30 19:26:49.911 INFO O| Oct 30 19:26:49.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7775 | 2024-10-30T19:26:50.796Z | [ recovery-image] Oct 30 19:26:49.911 INFO O| Oct 30 19:26:49.911 INFO STEP 1185 (remove_files) COMPLETE |
7776 | 2024-10-30T19:26:50.796Z | [ recovery-image] Oct 30 19:26:49.911 INFO O| Oct 30 19:26:49.911 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7777 | 2024-10-30T19:26:50.806Z | [ recovery-image] Oct 30 19:26:49.921 INFO O| Oct 30 19:26:49.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7778 | 2024-10-30T19:26:50.808Z | [ recovery-image] Oct 30 19:26:49.921 INFO O| Oct 30 19:26:49.921 INFO STEP 1186 (remove_files) COMPLETE |
7779 | 2024-10-30T19:26:50.808Z | [ recovery-image] Oct 30 19:26:49.921 INFO O| Oct 30 19:26:49.921 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7780 | 2024-10-30T19:26:50.816Z | [ recovery-image] Oct 30 19:26:49.931 INFO O| Oct 30 19:26:49.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7781 | 2024-10-30T19:26:50.818Z | [ recovery-image] Oct 30 19:26:49.931 INFO O| Oct 30 19:26:49.931 INFO STEP 1187 (remove_files) COMPLETE |
7782 | 2024-10-30T19:26:50.819Z | [ recovery-image] Oct 30 19:26:49.931 INFO O| Oct 30 19:26:49.931 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7783 | 2024-10-30T19:26:50.828Z | [ recovery-image] Oct 30 19:26:49.942 INFO O| Oct 30 19:26:49.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7784 | 2024-10-30T19:26:50.828Z | [ recovery-image] Oct 30 19:26:49.942 INFO O| Oct 30 19:26:49.942 INFO STEP 1188 (remove_files) COMPLETE |
7785 | 2024-10-30T19:26:50.830Z | [ recovery-image] Oct 30 19:26:49.942 INFO O| Oct 30 19:26:49.942 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7786 | 2024-10-30T19:26:50.838Z | [ recovery-image] Oct 30 19:26:49.953 INFO O| Oct 30 19:26:49.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7787 | 2024-10-30T19:26:50.841Z | [ recovery-image] Oct 30 19:26:49.953 INFO O| Oct 30 19:26:49.953 INFO STEP 1189 (remove_files) COMPLETE |
7788 | 2024-10-30T19:26:50.841Z | [ recovery-image] Oct 30 19:26:49.953 INFO O| Oct 30 19:26:49.953 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7789 | 2024-10-30T19:26:50.848Z | [ recovery-image] Oct 30 19:26:49.963 INFO O| Oct 30 19:26:49.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7790 | 2024-10-30T19:26:50.848Z | [ recovery-image] Oct 30 19:26:49.963 INFO O| Oct 30 19:26:49.963 INFO STEP 1190 (remove_files) COMPLETE |
7791 | 2024-10-30T19:26:50.848Z | [ recovery-image] Oct 30 19:26:49.963 INFO O| Oct 30 19:26:49.963 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7792 | 2024-10-30T19:26:50.859Z | [ recovery-image] Oct 30 19:26:49.974 INFO O| Oct 30 19:26:49.974 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7793 | 2024-10-30T19:26:50.859Z | [ recovery-image] Oct 30 19:26:49.974 INFO O| Oct 30 19:26:49.974 INFO STEP 1191 (remove_files) COMPLETE |
7794 | 2024-10-30T19:26:50.859Z | [ recovery-image] Oct 30 19:26:49.974 INFO O| Oct 30 19:26:49.974 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7795 | 2024-10-30T19:26:50.869Z | [ recovery-image] Oct 30 19:26:49.984 INFO O| Oct 30 19:26:49.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7796 | 2024-10-30T19:26:50.869Z | [ recovery-image] Oct 30 19:26:49.984 INFO O| Oct 30 19:26:49.984 INFO STEP 1192 (remove_files) COMPLETE |
7797 | 2024-10-30T19:26:50.869Z | [ recovery-image] Oct 30 19:26:49.984 INFO O| Oct 30 19:26:49.984 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7798 | 2024-10-30T19:26:50.879Z | [ recovery-image] Oct 30 19:26:49.993 INFO O| Oct 30 19:26:49.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7799 | 2024-10-30T19:26:50.881Z | [ recovery-image] Oct 30 19:26:49.993 INFO O| Oct 30 19:26:49.993 INFO STEP 1193 (remove_files) COMPLETE |
7800 | 2024-10-30T19:26:50.882Z | [ recovery-image] Oct 30 19:26:49.993 INFO O| Oct 30 19:26:49.993 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7801 | 2024-10-30T19:26:50.889Z | [ recovery-image] Oct 30 19:26:50.004 INFO O| Oct 30 19:26:50.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7802 | 2024-10-30T19:26:50.889Z | [ recovery-image] Oct 30 19:26:50.004 INFO O| Oct 30 19:26:50.004 INFO STEP 1194 (remove_files) COMPLETE |
7803 | 2024-10-30T19:26:50.892Z | [ recovery-image] Oct 30 19:26:50.004 INFO O| Oct 30 19:26:50.004 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7804 | 2024-10-30T19:26:50.902Z | [ recovery-image] Oct 30 19:26:50.016 INFO O| Oct 30 19:26:50.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7805 | 2024-10-30T19:26:50.902Z | [ recovery-image] Oct 30 19:26:50.016 INFO O| Oct 30 19:26:50.016 INFO STEP 1195 (remove_files) COMPLETE |
7806 | 2024-10-30T19:26:50.904Z | [ recovery-image] Oct 30 19:26:50.016 INFO O| Oct 30 19:26:50.016 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7807 | 2024-10-30T19:26:50.912Z | [ recovery-image] Oct 30 19:26:50.026 INFO O| Oct 30 19:26:50.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7808 | 2024-10-30T19:26:50.912Z | [ recovery-image] Oct 30 19:26:50.026 INFO O| Oct 30 19:26:50.026 INFO STEP 1196 (remove_files) COMPLETE |
7809 | 2024-10-30T19:26:50.914Z | [ recovery-image] Oct 30 19:26:50.026 INFO O| Oct 30 19:26:50.026 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7810 | 2024-10-30T19:26:50.923Z | [ recovery-image] Oct 30 19:26:50.038 INFO O| Oct 30 19:26:50.037 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7811 | 2024-10-30T19:26:50.923Z | [ recovery-image] Oct 30 19:26:50.038 INFO O| Oct 30 19:26:50.038 INFO STEP 1197 (remove_files) COMPLETE |
7812 | 2024-10-30T19:26:50.925Z | [ recovery-image] Oct 30 19:26:50.038 INFO O| Oct 30 19:26:50.038 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7813 | 2024-10-30T19:26:50.933Z | [ recovery-image] Oct 30 19:26:50.047 INFO O| Oct 30 19:26:50.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7814 | 2024-10-30T19:26:50.933Z | [ recovery-image] Oct 30 19:26:50.047 INFO O| Oct 30 19:26:50.047 INFO STEP 1198 (remove_files) COMPLETE |
7815 | 2024-10-30T19:26:50.933Z | [ recovery-image] Oct 30 19:26:50.047 INFO O| Oct 30 19:26:50.047 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7816 | 2024-10-30T19:26:50.944Z | [ recovery-image] Oct 30 19:26:50.059 INFO O| Oct 30 19:26:50.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7817 | 2024-10-30T19:26:50.944Z | [ recovery-image] Oct 30 19:26:50.059 INFO O| Oct 30 19:26:50.059 INFO STEP 1199 (remove_files) COMPLETE |
7818 | 2024-10-30T19:26:50.947Z | [ recovery-image] Oct 30 19:26:50.059 INFO O| Oct 30 19:26:50.059 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7819 | 2024-10-30T19:26:50.956Z | [ recovery-image] Oct 30 19:26:50.069 INFO O| Oct 30 19:26:50.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7820 | 2024-10-30T19:26:50.956Z | [ recovery-image] Oct 30 19:26:50.069 INFO O| Oct 30 19:26:50.069 INFO STEP 1200 (remove_files) COMPLETE |
7821 | 2024-10-30T19:26:50.956Z | [ recovery-image] Oct 30 19:26:50.069 INFO O| Oct 30 19:26:50.069 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7822 | 2024-10-30T19:26:50.965Z | [ recovery-image] Oct 30 19:26:50.079 INFO O| Oct 30 19:26:50.079 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7823 | 2024-10-30T19:26:50.965Z | [ recovery-image] Oct 30 19:26:50.079 INFO O| Oct 30 19:26:50.079 INFO STEP 1201 (remove_files) COMPLETE |
7824 | 2024-10-30T19:26:50.968Z | [ recovery-image] Oct 30 19:26:50.079 INFO O| Oct 30 19:26:50.079 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7825 | 2024-10-30T19:26:50.977Z | [ recovery-image] Oct 30 19:26:50.091 INFO O| Oct 30 19:26:50.091 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7826 | 2024-10-30T19:26:50.977Z | [ recovery-image] Oct 30 19:26:50.091 INFO O| Oct 30 19:26:50.091 INFO STEP 1202 (remove_files) COMPLETE |
7827 | 2024-10-30T19:26:50.980Z | [ recovery-image] Oct 30 19:26:50.091 INFO O| Oct 30 19:26:50.091 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7828 | 2024-10-30T19:26:50.987Z | [ recovery-image] Oct 30 19:26:50.101 INFO O| Oct 30 19:26:50.101 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7829 | 2024-10-30T19:26:50.987Z | [ recovery-image] Oct 30 19:26:50.101 INFO O| Oct 30 19:26:50.101 INFO STEP 1203 (remove_files) COMPLETE |
7830 | 2024-10-30T19:26:50.991Z | [ recovery-image] Oct 30 19:26:50.102 INFO O| Oct 30 19:26:50.101 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7831 | 2024-10-30T19:26:50.999Z | [ recovery-image] Oct 30 19:26:50.113 INFO O| Oct 30 19:26:50.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7832 | 2024-10-30T19:26:50.999Z | [ recovery-image] Oct 30 19:26:50.113 INFO O| Oct 30 19:26:50.113 INFO STEP 1204 (remove_files) COMPLETE |
7833 | 2024-10-30T19:26:51.002Z | [ recovery-image] Oct 30 19:26:50.113 INFO O| Oct 30 19:26:50.113 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7834 | 2024-10-30T19:26:51.009Z | [ recovery-image] Oct 30 19:26:50.124 INFO O| Oct 30 19:26:50.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7835 | 2024-10-30T19:26:51.009Z | [ recovery-image] Oct 30 19:26:50.124 INFO O| Oct 30 19:26:50.124 INFO STEP 1205 (remove_files) COMPLETE |
7836 | 2024-10-30T19:26:51.009Z | [ recovery-image] Oct 30 19:26:50.124 INFO O| Oct 30 19:26:50.124 INFO STEP 1206: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7837 | 2024-10-30T19:26:51.025Z | [ recovery-image] Oct 30 19:26:50.140 INFO O| Oct 30 19:26:50.140 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7838 | 2024-10-30T19:26:51.025Z | [ recovery-image] Oct 30 19:26:50.140 INFO O| Oct 30 19:26:50.140 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7839 | 2024-10-30T19:26:51.120Z | [ host-image] Oct 30 19:26:50.234 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22997:20241029T130605Z |
7840 | 2024-10-30T19:26:51.766Z | [ recovery-image] Oct 30 19:26:50.880 INFO O| Oct 30 19:26:50.880 INFO STEP 1206 (pack_tar) COMPLETE |
7841 | 2024-10-30T19:26:51.766Z | [ recovery-image] Oct 30 19:26:50.880 INFO O| Oct 30 19:26:50.880 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7842 | 2024-10-30T19:26:51.769Z | [ recovery-image] Oct 30 19:26:50.880 INFO O| Oct 30 19:26:50.880 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7843 | 2024-10-30T19:26:52.084Z | [ recovery-image] Oct 30 19:26:51.198 INFO O| Oct 30 19:26:51.198 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7844 | 2024-10-30T19:26:52.157Z | [ recovery-image] Oct 30 19:26:51.271 INFO O| Oct 30 19:26:51.271 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7845 | 2024-10-30T19:26:52.163Z | [ recovery-image] Oct 30 19:26:51.278 INFO image builder template: zfs-recovery... |
7846 | 2024-10-30T19:26:52.164Z | [ recovery-image] Oct 30 19:26:51.278 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/.tmp4gr4ys/proto/recovery/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.recovery/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.recovery/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "optever=0.33.293", "-n", "zfs-recovery"], pwd: None |
7847 | 2024-10-30T19:26:52.196Z | [ recovery-image] Oct 30 19:26:51.310 INFO O| Oct 30 19:26:51.310 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7848 | 2024-10-30T19:26:52.199Z | [ recovery-image] Oct 30 19:26:51.314 INFO O| Oct 30 19:26:51.314 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7849 | 2024-10-30T19:26:52.274Z | [ recovery-image] Oct 30 19:26:51.389 INFO O| Oct 30 19:26:51.388 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7850 | 2024-10-30T19:26:52.340Z | [ recovery-image] Oct 30 19:26:51.454 INFO O| Oct 30 19:26:51.454 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7851 | 2024-10-30T19:26:52.340Z | [ recovery-image] Oct 30 19:26:51.454 INFO O| Oct 30 19:26:51.454 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7852 | 2024-10-30T19:26:52.344Z | [ recovery-image] Oct 30 19:26:51.458 INFO O| Oct 30 19:26:51.458 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7853 | 2024-10-30T19:26:52.418Z | [ recovery-image] Oct 30 19:26:51.532 INFO O| Oct 30 19:26:51.532 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7854 | 2024-10-30T19:26:52.473Z | [ recovery-image] Oct 30 19:26:51.588 INFO O| Oct 30 19:26:51.588 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7855 | 2024-10-30T19:26:52.483Z | [ recovery-image] Oct 30 19:26:51.597 INFO O| Oct 30 19:26:51.597 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7856 | 2024-10-30T19:26:52.488Z | [ recovery-image] Oct 30 19:26:51.602 INFO O| Oct 30 19:26:51.602 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7857 | 2024-10-30T19:26:52.490Z | [ recovery-image] Oct 30 19:26:51.604 INFO O| Oct 30 19:26:51.604 INFO no lofi found |
7858 | 2024-10-30T19:26:52.491Z | [ recovery-image] Oct 30 19:26:51.604 INFO O| Oct 30 19:26:51.604 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7859 | 2024-10-30T19:26:52.491Z | [ recovery-image] Oct 30 19:26:51.604 INFO O| Oct 30 19:26:51.604 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7860 | 2024-10-30T19:26:53.896Z | [ recovery-image] Oct 30 19:26:53.010 INFO O| Oct 30 19:26:53.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
7861 | 2024-10-30T19:26:53.896Z | [ recovery-image] Oct 30 19:26:53.010 INFO O| Oct 30 19:26:53.010 INFO pool device = /dev/dsk/c2t1d0p0 |
7862 | 2024-10-30T19:26:53.896Z | [ recovery-image] Oct 30 19:26:53.010 INFO O| Oct 30 19:26:53.010 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
7863 | 2024-10-30T19:26:53.972Z | [ recovery-image] Oct 30 19:26:53.086 INFO O| Oct 30 19:26:53.086 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7864 | 2024-10-30T19:26:53.972Z | [ recovery-image] Oct 30 19:26:53.086 INFO O| Oct 30 19:26:53.086 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7865 | 2024-10-30T19:26:53.994Z | [ recovery-image] Oct 30 19:26:53.108 INFO O| Oct 30 19:26:53.108 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7866 | 2024-10-30T19:26:54.054Z | [ recovery-image] Oct 30 19:26:53.168 INFO O| Oct 30 19:26:53.168 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7867 | 2024-10-30T19:26:54.093Z | [ recovery-image] Oct 30 19:26:53.207 INFO O| Oct 30 19:26:53.207 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7868 | 2024-10-30T19:26:54.108Z | [ recovery-image] Oct 30 19:26:53.222 INFO O| Oct 30 19:26:53.222 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7869 | 2024-10-30T19:26:54.119Z | [ recovery-image] Oct 30 19:26:53.233 INFO O| Oct 30 19:26:53.233 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7870 | 2024-10-30T19:26:54.166Z | [ recovery-image] Oct 30 19:26:53.280 INFO O| Oct 30 19:26:53.279 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7871 | 2024-10-30T19:26:54.166Z | [ recovery-image] Oct 30 19:26:53.280 INFO O| Oct 30 19:26:53.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7872 | 2024-10-30T19:26:54.168Z | [ recovery-image] Oct 30 19:26:53.280 INFO O| Oct 30 19:26:53.280 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7873 | 2024-10-30T19:26:54.176Z | [ recovery-image] Oct 30 19:26:53.291 INFO O| Oct 30 19:26:53.290 INFO boot environment UUID: dc0d152a-3307-4a13-aa4b-f36a0f48b9f0 |
7874 | 2024-10-30T19:26:54.177Z | [ recovery-image] Oct 30 19:26:53.291 INFO O| Oct 30 19:26:53.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = dc0d152a-3307-4a13-aa4b-f36a0f48b9f0 |
7875 | 2024-10-30T19:26:54.187Z | [ recovery-image] Oct 30 19:26:53.301 INFO O| Oct 30 19:26:53.301 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7876 | 2024-10-30T19:26:54.197Z | [ recovery-image] Oct 30 19:26:53.311 INFO O| Oct 30 19:26:53.311 INFO STEP 0 (create_be) COMPLETE |
7877 | 2024-10-30T19:26:54.197Z | [ recovery-image] Oct 30 19:26:53.311 INFO O| Oct 30 19:26:53.311 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7878 | 2024-10-30T19:26:54.212Z | [ recovery-image] Oct 30 19:26:53.327 INFO O| Oct 30 19:26:53.327 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"] |
7879 | 2024-10-30T19:26:56.313Z | [ recovery-image] Oct 30 19:26:55.427 INFO O| Oct 30 19:26:55.427 INFO STEP 1 (unpack_tar) COMPLETE |
7880 | 2024-10-30T19:26:56.314Z | [ recovery-image] Oct 30 19:26:55.427 INFO O| Oct 30 19:26:55.427 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7881 | 2024-10-30T19:26:56.325Z | [ recovery-image] Oct 30 19:26:55.439 INFO O| Oct 30 19:26:55.439 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7882 | 2024-10-30T19:26:56.780Z | [ recovery-image] Oct 30 19:26:55.894 INFO O| Oct 30 19:26:55.894 INFO STEP 2 (devfsadm) COMPLETE |
7883 | 2024-10-30T19:26:56.780Z | [ recovery-image] Oct 30 19:26:55.894 INFO O| Oct 30 19:26:55.894 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7884 | 2024-10-30T19:26:56.793Z | [ recovery-image] Oct 30 19:26:55.907 INFO O| Oct 30 19:26:55.907 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7885 | 2024-10-30T19:26:56.793Z | [ recovery-image] Oct 30 19:26:55.907 INFO O| Oct 30 19:26:55.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7886 | 2024-10-30T19:26:56.795Z | [ recovery-image] Oct 30 19:26:55.907 INFO O| Oct 30 19:26:55.907 INFO STEP 3 (ensure_dir) COMPLETE |
7887 | 2024-10-30T19:26:56.795Z | [ recovery-image] Oct 30 19:26:55.907 INFO O| Oct 30 19:26:55.907 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7888 | 2024-10-30T19:26:56.804Z | [ recovery-image] Oct 30 19:26:55.918 INFO O| Oct 30 19:26:55.918 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7889 | 2024-10-30T19:26:56.804Z | [ recovery-image] Oct 30 19:26:55.918 INFO O| Oct 30 19:26:55.918 INFO STEP 4 (ensure_dir) COMPLETE |
7890 | 2024-10-30T19:26:56.804Z | [ recovery-image] Oct 30 19:26:55.918 INFO O| Oct 30 19:26:55.918 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7891 | 2024-10-30T19:26:56.816Z | [ recovery-image] Oct 30 19:26:55.930 INFO O| Oct 30 19:26:55.930 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7892 | 2024-10-30T19:26:56.816Z | [ recovery-image] Oct 30 19:26:55.930 INFO O| Oct 30 19:26:55.930 INFO STEP 5 (ensure_dir) COMPLETE |
7893 | 2024-10-30T19:26:56.819Z | [ recovery-image] Oct 30 19:26:55.930 INFO O| Oct 30 19:26:55.930 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7894 | 2024-10-30T19:26:56.826Z | [ recovery-image] Oct 30 19:26:55.940 INFO O| Oct 30 19:26:55.940 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7895 | 2024-10-30T19:26:56.830Z | [ recovery-image] Oct 30 19:26:55.940 INFO O| Oct 30 19:26:55.940 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7896 | 2024-10-30T19:26:56.830Z | [ recovery-image] Oct 30 19:26:55.940 INFO O| Oct 30 19:26:55.940 INFO STEP 6 (ensure_dir) COMPLETE |
7897 | 2024-10-30T19:26:56.830Z | [ recovery-image] Oct 30 19:26:55.940 INFO O| Oct 30 19:26:55.940 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7898 | 2024-10-30T19:26:56.836Z | [ recovery-image] Oct 30 19:26:55.951 INFO O| Oct 30 19:26:55.950 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7899 | 2024-10-30T19:26:56.836Z | [ recovery-image] Oct 30 19:26:55.951 INFO O| Oct 30 19:26:55.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7900 | 2024-10-30T19:26:56.839Z | [ recovery-image] Oct 30 19:26:55.951 INFO O| Oct 30 19:26:55.951 INFO STEP 7 (ensure_dir) COMPLETE |
7901 | 2024-10-30T19:26:56.839Z | [ recovery-image] Oct 30 19:26:55.951 INFO O| Oct 30 19:26:55.951 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7902 | 2024-10-30T19:26:56.847Z | [ recovery-image] Oct 30 19:26:55.961 INFO O| Oct 30 19:26:55.961 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7903 | 2024-10-30T19:26:56.850Z | [ recovery-image] Oct 30 19:26:55.961 INFO O| Oct 30 19:26:55.961 INFO STEP 8 (remove_files) COMPLETE |
7904 | 2024-10-30T19:26:56.850Z | [ recovery-image] Oct 30 19:26:55.961 INFO O| Oct 30 19:26:55.961 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7905 | 2024-10-30T19:26:56.857Z | [ recovery-image] Oct 30 19:26:55.971 INFO O| Oct 30 19:26:55.971 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7906 | 2024-10-30T19:26:56.860Z | [ recovery-image] Oct 30 19:26:55.972 INFO O| Oct 30 19:26:55.972 INFO STEP 9 (remove_files) COMPLETE |
7907 | 2024-10-30T19:26:56.860Z | [ recovery-image] Oct 30 19:26:55.972 INFO O| Oct 30 19:26:55.972 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7908 | 2024-10-30T19:26:56.869Z | [ recovery-image] Oct 30 19:26:55.983 INFO O| Oct 30 19:26:55.983 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7909 | 2024-10-30T19:26:56.871Z | [ recovery-image] Oct 30 19:26:55.984 INFO O| Oct 30 19:26:55.984 INFO STEP 10 (remove_files) COMPLETE |
7910 | 2024-10-30T19:26:56.871Z | [ recovery-image] Oct 30 19:26:55.984 INFO O| Oct 30 19:26:55.984 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7911 | 2024-10-30T19:26:56.880Z | [ recovery-image] Oct 30 19:26:55.994 INFO O| Oct 30 19:26:55.994 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7912 | 2024-10-30T19:26:56.883Z | [ recovery-image] Oct 30 19:26:55.995 INFO O| Oct 30 19:26:55.995 INFO STEP 11 (remove_files) COMPLETE |
7913 | 2024-10-30T19:26:56.883Z | [ recovery-image] Oct 30 19:26:55.995 INFO O| Oct 30 19:26:55.995 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7914 | 2024-10-30T19:26:56.892Z | [ recovery-image] Oct 30 19:26:56.006 INFO O| Oct 30 19:26:56.006 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7915 | 2024-10-30T19:26:56.894Z | [ recovery-image] Oct 30 19:26:56.006 INFO O| Oct 30 19:26:56.006 INFO STEP 12 (remove_files) COMPLETE |
7916 | 2024-10-30T19:26:56.894Z | [ recovery-image] Oct 30 19:26:56.006 INFO O| Oct 30 19:26:56.006 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7917 | 2024-10-30T19:26:56.903Z | [ recovery-image] Oct 30 19:26:56.017 INFO O| Oct 30 19:26:56.017 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7918 | 2024-10-30T19:26:56.903Z | [ recovery-image] Oct 30 19:26:56.017 INFO O| Oct 30 19:26:56.017 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7919 | 2024-10-30T19:26:56.905Z | [ recovery-image] Oct 30 19:26:56.017 INFO O| Oct 30 19:26:56.017 INFO STEP 13 (ensure_dir) COMPLETE |
7920 | 2024-10-30T19:26:56.905Z | [ recovery-image] Oct 30 19:26:56.017 INFO O| Oct 30 19:26:56.017 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7921 | 2024-10-30T19:26:56.913Z | [ recovery-image] Oct 30 19:26:56.027 INFO O| Oct 30 19:26:56.027 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7922 | 2024-10-30T19:26:56.916Z | [ recovery-image] Oct 30 19:26:56.027 INFO O| Oct 30 19:26:56.027 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7923 | 2024-10-30T19:26:56.916Z | [ recovery-image] Oct 30 19:26:56.027 INFO O| Oct 30 19:26:56.027 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7924 | 2024-10-30T19:26:56.916Z | [ recovery-image] Oct 30 19:26:56.027 INFO O| Oct 30 19:26:56.027 INFO STEP 14 (ensure_dir) COMPLETE |
7925 | 2024-10-30T19:26:56.916Z | [ recovery-image] Oct 30 19:26:56.027 INFO O| Oct 30 19:26:56.027 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7926 | 2024-10-30T19:26:56.923Z | [ recovery-image] Oct 30 19:26:56.037 INFO O| Oct 30 19:26:56.037 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7927 | 2024-10-30T19:26:56.923Z | [ recovery-image] Oct 30 19:26:56.038 INFO O| Oct 30 19:26:56.037 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7928 | 2024-10-30T19:26:56.925Z | [ recovery-image] Oct 30 19:26:56.038 INFO O| Oct 30 19:26:56.038 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7929 | 2024-10-30T19:26:56.925Z | [ recovery-image] Oct 30 19:26:56.038 INFO O| Oct 30 19:26:56.038 INFO STEP 15 (ensure_dir) COMPLETE |
7930 | 2024-10-30T19:26:56.925Z | [ recovery-image] Oct 30 19:26:56.038 INFO O| Oct 30 19:26:56.038 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7931 | 2024-10-30T19:26:56.933Z | [ recovery-image] Oct 30 19:26:56.047 INFO O| Oct 30 19:26:56.047 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7932 | 2024-10-30T19:26:56.933Z | [ recovery-image] Oct 30 19:26:56.047 INFO O| Oct 30 19:26:56.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7933 | 2024-10-30T19:26:56.933Z | [ recovery-image] Oct 30 19:26:56.048 INFO O| Oct 30 19:26:56.047 INFO STEP 16 (ensure_dir) COMPLETE |
7934 | 2024-10-30T19:26:56.936Z | [ recovery-image] Oct 30 19:26:56.048 INFO O| Oct 30 19:26:56.047 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7935 | 2024-10-30T19:26:56.943Z | [ recovery-image] Oct 30 19:26:56.057 INFO O| Oct 30 19:26:56.057 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7936 | 2024-10-30T19:26:56.946Z | [ recovery-image] Oct 30 19:26:56.058 INFO O| Oct 30 19:26:56.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7937 | 2024-10-30T19:26:56.946Z | [ recovery-image] Oct 30 19:26:56.058 INFO O| Oct 30 19:26:56.058 INFO STEP 17 (ensure_dir) COMPLETE |
7938 | 2024-10-30T19:26:56.946Z | [ recovery-image] Oct 30 19:26:56.058 INFO O| Oct 30 19:26:56.058 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7939 | 2024-10-30T19:26:56.954Z | [ recovery-image] Oct 30 19:26:56.068 INFO O| Oct 30 19:26:56.068 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7940 | 2024-10-30T19:26:56.956Z | [ recovery-image] Oct 30 19:26:56.068 INFO O| Oct 30 19:26:56.068 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7941 | 2024-10-30T19:26:56.956Z | [ recovery-image] Oct 30 19:26:56.068 INFO O| Oct 30 19:26:56.068 INFO ok! |
7942 | 2024-10-30T19:26:56.956Z | [ recovery-image] Oct 30 19:26:56.068 INFO O| Oct 30 19:26:56.068 INFO STEP 18 (ensure_symlink) COMPLETE |
7943 | 2024-10-30T19:26:56.956Z | [ recovery-image] Oct 30 19:26:56.068 INFO O| Oct 30 19:26:56.068 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7944 | 2024-10-30T19:26:56.964Z | [ recovery-image] Oct 30 19:26:56.078 INFO O| Oct 30 19:26:56.078 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7945 | 2024-10-30T19:26:56.964Z | [ recovery-image] Oct 30 19:26:56.078 INFO O| Oct 30 19:26:56.078 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7946 | 2024-10-30T19:26:56.964Z | [ recovery-image] Oct 30 19:26:56.078 INFO O| Oct 30 19:26:56.078 INFO ok! |
7947 | 2024-10-30T19:26:56.968Z | [ recovery-image] Oct 30 19:26:56.078 INFO O| Oct 30 19:26:56.078 INFO STEP 19 (ensure_file) COMPLETE |
7948 | 2024-10-30T19:26:56.968Z | [ recovery-image] Oct 30 19:26:56.078 INFO O| Oct 30 19:26:56.078 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7949 | 2024-10-30T19:26:56.974Z | [ recovery-image] Oct 30 19:26:56.088 INFO O| Oct 30 19:26:56.088 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7950 | 2024-10-30T19:26:56.974Z | [ recovery-image] Oct 30 19:26:56.088 INFO O| Oct 30 19:26:56.088 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7951 | 2024-10-30T19:26:56.977Z | [ recovery-image] Oct 30 19:26:56.089 INFO O| Oct 30 19:26:56.089 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7952 | 2024-10-30T19:26:56.977Z | [ recovery-image] Oct 30 19:26:56.089 INFO O| Oct 30 19:26:56.089 INFO ok! |
7953 | 2024-10-30T19:26:56.977Z | [ recovery-image] Oct 30 19:26:56.089 INFO O| Oct 30 19:26:56.089 INFO STEP 20 (ensure_symlink) COMPLETE |
7954 | 2024-10-30T19:26:56.977Z | [ recovery-image] Oct 30 19:26:56.089 INFO O| Oct 30 19:26:56.089 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7955 | 2024-10-30T19:26:56.984Z | [ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7956 | 2024-10-30T19:26:56.985Z | [ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7957 | 2024-10-30T19:26:56.988Z | [ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7958 | 2024-10-30T19:26:56.988Z | [ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO ok! |
7959 | 2024-10-30T19:26:56.988Z | [ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO STEP 21 (ensure_symlink) COMPLETE |
7960 | 2024-10-30T19:26:56.988Z | [ recovery-image] Oct 30 19:26:56.099 INFO O| Oct 30 19:26:56.099 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7961 | 2024-10-30T19:26:56.994Z | [ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7962 | 2024-10-30T19:26:56.994Z | [ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7963 | 2024-10-30T19:26:56.997Z | [ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7964 | 2024-10-30T19:26:56.997Z | [ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO ok! |
7965 | 2024-10-30T19:26:56.997Z | [ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO STEP 22 (ensure_symlink) COMPLETE |
7966 | 2024-10-30T19:26:56.997Z | [ recovery-image] Oct 30 19:26:56.109 INFO O| Oct 30 19:26:56.109 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7967 | 2024-10-30T19:26:57.005Z | [ recovery-image] Oct 30 19:26:56.119 INFO O| Oct 30 19:26:56.119 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7968 | 2024-10-30T19:26:57.005Z | [ recovery-image] Oct 30 19:26:56.119 INFO O| Oct 30 19:26:56.119 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7969 | 2024-10-30T19:26:57.008Z | [ recovery-image] Oct 30 19:26:56.120 INFO O| Oct 30 19:26:56.119 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7970 | 2024-10-30T19:26:57.008Z | [ recovery-image] Oct 30 19:26:56.120 INFO O| Oct 30 19:26:56.119 INFO ok! |
7971 | 2024-10-30T19:26:57.008Z | [ recovery-image] Oct 30 19:26:56.120 INFO O| Oct 30 19:26:56.120 INFO STEP 23 (ensure_symlink) COMPLETE |
7972 | 2024-10-30T19:26:57.008Z | [ recovery-image] Oct 30 19:26:56.120 INFO O| Oct 30 19:26:56.120 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7973 | 2024-10-30T19:26:57.016Z | [ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7974 | 2024-10-30T19:26:57.020Z | [ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 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 ... |
7975 | 2024-10-30T19:26:57.020Z | [ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7976 | 2024-10-30T19:26:57.020Z | [ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 INFO ok! |
7977 | 2024-10-30T19:26:57.020Z | [ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 INFO STEP 24 (ensure_file) COMPLETE |
7978 | 2024-10-30T19:26:57.020Z | [ recovery-image] Oct 30 19:26:56.130 INFO O| Oct 30 19:26:56.130 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7979 | 2024-10-30T19:26:57.026Z | [ recovery-image] Oct 30 19:26:56.141 INFO O| Oct 30 19:26:56.141 INFO updating shadow file |
7980 | 2024-10-30T19:26:57.029Z | [ recovery-image] Oct 30 19:26:56.141 INFO O| Oct 30 19:26:56.141 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7981 | 2024-10-30T19:26:57.029Z | [ recovery-image] Oct 30 19:26:56.141 INFO O| Oct 30 19:26:56.141 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7982 | 2024-10-30T19:26:57.029Z | [ recovery-image] Oct 30 19:26:56.141 INFO O| Oct 30 19:26:56.141 INFO STEP 25 (shadow) COMPLETE |
7983 | 2024-10-30T19:26:57.029Z | [ recovery-image] Oct 30 19:26:56.141 INFO O| Oct 30 19:26:56.141 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7984 | 2024-10-30T19:26:57.037Z | [ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7985 | 2024-10-30T19:26:57.037Z | [ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7986 | 2024-10-30T19:26:57.040Z | [ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7987 | 2024-10-30T19:26:57.040Z | [ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 INFO ok! |
7988 | 2024-10-30T19:26:57.040Z | [ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 INFO STEP 26 (ensure_file) COMPLETE |
7989 | 2024-10-30T19:26:57.040Z | [ recovery-image] Oct 30 19:26:56.151 INFO O| Oct 30 19:26:56.151 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7990 | 2024-10-30T19:26:57.048Z | [ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7991 | 2024-10-30T19:26:57.051Z | [ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7992 | 2024-10-30T19:26:57.051Z | [ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7993 | 2024-10-30T19:26:57.051Z | [ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO ok! |
7994 | 2024-10-30T19:26:57.051Z | [ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO STEP 27 (ensure_file) COMPLETE |
7995 | 2024-10-30T19:26:57.051Z | [ recovery-image] Oct 30 19:26:56.162 INFO O| Oct 30 19:26:56.162 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7996 | 2024-10-30T19:26:57.059Z | [ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7997 | 2024-10-30T19:26:57.059Z | [ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7998 | 2024-10-30T19:26:57.061Z | [ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7999 | 2024-10-30T19:26:57.061Z | [ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
8000 | 2024-10-30T19:26:57.062Z | [ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO ok! |
8001 | 2024-10-30T19:26:57.062Z | [ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO STEP 28 (ensure_file) COMPLETE |
8002 | 2024-10-30T19:26:57.062Z | [ recovery-image] Oct 30 19:26:56.173 INFO O| Oct 30 19:26:56.173 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8003 | 2024-10-30T19:26:57.069Z | [ recovery-image] Oct 30 19:26:56.183 INFO O| Oct 30 19:26:56.183 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
8004 | 2024-10-30T19:26:57.069Z | [ recovery-image] Oct 30 19:26:56.184 INFO O| Oct 30 19:26:56.183 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
8005 | 2024-10-30T19:26:57.069Z | [ recovery-image] Oct 30 19:26:56.184 INFO O| Oct 30 19:26:56.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
8006 | 2024-10-30T19:26:57.072Z | [ recovery-image] Oct 30 19:26:56.184 INFO O| Oct 30 19:26:56.184 INFO ok! |
8007 | 2024-10-30T19:26:57.072Z | [ recovery-image] Oct 30 19:26:56.184 INFO O| Oct 30 19:26:56.184 INFO STEP 29 (ensure_file) COMPLETE |
8008 | 2024-10-30T19:26:57.072Z | [ recovery-image] Oct 30 19:26:56.184 INFO O| Oct 30 19:26:56.184 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8009 | 2024-10-30T19:26:57.080Z | [ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
8010 | 2024-10-30T19:26:57.082Z | [ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
8011 | 2024-10-30T19:26:57.082Z | [ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
8012 | 2024-10-30T19:26:57.082Z | [ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO ok! |
8013 | 2024-10-30T19:26:57.082Z | [ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO STEP 30 (ensure_file) COMPLETE |
8014 | 2024-10-30T19:26:57.082Z | [ recovery-image] Oct 30 19:26:56.194 INFO O| Oct 30 19:26:56.194 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8015 | 2024-10-30T19:26:57.091Z | [ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
8016 | 2024-10-30T19:26:57.091Z | [ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
8017 | 2024-10-30T19:26:57.093Z | [ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8018 | 2024-10-30T19:26:57.093Z | [ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
8019 | 2024-10-30T19:26:57.093Z | [ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO ok! |
8020 | 2024-10-30T19:26:57.093Z | [ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO STEP 31 (ensure_file) COMPLETE |
8021 | 2024-10-30T19:26:57.093Z | [ recovery-image] Oct 30 19:26:56.205 INFO O| Oct 30 19:26:56.205 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8022 | 2024-10-30T19:26:57.101Z | [ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
8023 | 2024-10-30T19:26:57.104Z | [ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
8024 | 2024-10-30T19:26:57.104Z | [ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
8025 | 2024-10-30T19:26:57.104Z | [ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 INFO ok! |
8026 | 2024-10-30T19:26:57.104Z | [ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 INFO STEP 32 (ensure_file) COMPLETE |
8027 | 2024-10-30T19:26:57.104Z | [ recovery-image] Oct 30 19:26:56.215 INFO O| Oct 30 19:26:56.215 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8028 | 2024-10-30T19:26:57.112Z | [ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8029 | 2024-10-30T19:26:57.112Z | [ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
8030 | 2024-10-30T19:26:57.115Z | [ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
8031 | 2024-10-30T19:26:57.115Z | [ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 INFO ok! |
8032 | 2024-10-30T19:26:57.115Z | [ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 INFO STEP 33 (ensure_file) COMPLETE |
8033 | 2024-10-30T19:26:57.115Z | [ recovery-image] Oct 30 19:26:56.226 INFO O| Oct 30 19:26:56.226 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8034 | 2024-10-30T19:26:57.125Z | [ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.238 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
8035 | 2024-10-30T19:26:57.125Z | [ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
8036 | 2024-10-30T19:26:57.127Z | [ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8037 | 2024-10-30T19:26:57.127Z | [ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8038 | 2024-10-30T19:26:57.127Z | [ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8039 | 2024-10-30T19:26:57.127Z | [ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
8040 | 2024-10-30T19:26:57.127Z | [ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO ok! |
8041 | 2024-10-30T19:26:57.127Z | [ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO STEP 34 (ensure_file) COMPLETE |
8042 | 2024-10-30T19:26:57.127Z | [ recovery-image] Oct 30 19:26:56.239 INFO O| Oct 30 19:26:56.239 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8043 | 2024-10-30T19:26:57.135Z | [ recovery-image] Oct 30 19:26:56.249 INFO O| Oct 30 19:26:56.249 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8044 | 2024-10-30T19:26:57.138Z | [ recovery-image] Oct 30 19:26:56.250 INFO O| Oct 30 19:26:56.250 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8045 | 2024-10-30T19:26:57.138Z | [ recovery-image] Oct 30 19:26:56.250 INFO O| Oct 30 19:26:56.250 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
8046 | 2024-10-30T19:26:57.138Z | [ recovery-image] Oct 30 19:26:56.250 INFO O| Oct 30 19:26:56.250 INFO STEP 35 (ensure_dir) COMPLETE |
8047 | 2024-10-30T19:26:57.138Z | [ recovery-image] Oct 30 19:26:56.250 INFO O| Oct 30 19:26:56.250 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8048 | 2024-10-30T19:26:57.146Z | [ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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 |
8049 | 2024-10-30T19:26:57.146Z | [ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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 ... |
8050 | 2024-10-30T19:26:57.148Z | [ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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 |
8051 | 2024-10-30T19:26:57.148Z | [ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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 |
8052 | 2024-10-30T19:26:57.148Z | [ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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 |
8053 | 2024-10-30T19:26:57.148Z | [ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 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 |
8054 | 2024-10-30T19:26:57.148Z | [ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 INFO ok! |
8055 | 2024-10-30T19:26:57.148Z | [ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 INFO STEP 36 (ensure_file) COMPLETE |
8056 | 2024-10-30T19:26:57.148Z | [ recovery-image] Oct 30 19:26:56.260 INFO O| Oct 30 19:26:56.260 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8057 | 2024-10-30T19:26:57.157Z | [ recovery-image] Oct 30 19:26:56.271 INFO O| Oct 30 19:26:56.271 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8058 | 2024-10-30T19:26:57.157Z | [ recovery-image] Oct 30 19:26:56.271 INFO O| Oct 30 19:26:56.271 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 ... |
8059 | 2024-10-30T19:26:57.160Z | [ recovery-image] Oct 30 19:26:56.271 INFO O| Oct 30 19:26:56.271 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8060 | 2024-10-30T19:26:57.160Z | [ recovery-image] Oct 30 19:26:56.271 INFO O| Oct 30 19:26:56.271 INFO ok! |
8061 | 2024-10-30T19:26:57.160Z | [ recovery-image] Oct 30 19:26:56.271 INFO O| Oct 30 19:26:56.271 INFO STEP 37 (ensure_symlink) COMPLETE |
8062 | 2024-10-30T19:26:57.160Z | [ recovery-image] Oct 30 19:26:56.272 INFO O| Oct 30 19:26:56.271 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8063 | 2024-10-30T19:26:57.168Z | [ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
8064 | 2024-10-30T19:26:57.168Z | [ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
8065 | 2024-10-30T19:26:57.171Z | [ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8066 | 2024-10-30T19:26:57.171Z | [ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8067 | 2024-10-30T19:26:57.171Z | [ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8068 | 2024-10-30T19:26:57.171Z | [ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
8069 | 2024-10-30T19:26:57.171Z | [ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO ok! |
8070 | 2024-10-30T19:26:57.171Z | [ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO STEP 38 (ensure_file) COMPLETE |
8071 | 2024-10-30T19:26:57.172Z | [ recovery-image] Oct 30 19:26:56.282 INFO O| Oct 30 19:26:56.282 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8072 | 2024-10-30T19:26:57.178Z | [ recovery-image] Oct 30 19:26:56.292 INFO O| Oct 30 19:26:56.292 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
8073 | 2024-10-30T19:26:57.179Z | [ recovery-image] Oct 30 19:26:56.292 INFO O| Oct 30 19:26:56.292 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 ... |
8074 | 2024-10-30T19:26:57.182Z | [ recovery-image] Oct 30 19:26:56.293 INFO O| Oct 30 19:26:56.293 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 |
8075 | 2024-10-30T19:26:57.182Z | [ recovery-image] Oct 30 19:26:56.293 INFO O| Oct 30 19:26:56.293 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
8076 | 2024-10-30T19:26:57.182Z | [ recovery-image] Oct 30 19:26:56.293 INFO O| Oct 30 19:26:56.293 INFO ok! |
8077 | 2024-10-30T19:26:57.182Z | [ recovery-image] Oct 30 19:26:56.293 INFO O| Oct 30 19:26:56.293 INFO STEP 39 (ensure_file) COMPLETE |
8078 | 2024-10-30T19:26:57.182Z | [ recovery-image] Oct 30 19:26:56.293 INFO O| Oct 30 19:26:56.293 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8079 | 2024-10-30T19:26:57.189Z | [ recovery-image] Oct 30 19:26:56.303 INFO O| Oct 30 19:26:56.303 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
8080 | 2024-10-30T19:26:57.189Z | [ recovery-image] Oct 30 19:26:56.303 INFO O| Oct 30 19:26:56.303 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
8081 | 2024-10-30T19:26:57.192Z | [ recovery-image] Oct 30 19:26:56.303 INFO O| Oct 30 19:26:56.303 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
8082 | 2024-10-30T19:26:57.192Z | [ recovery-image] Oct 30 19:26:56.304 INFO O| Oct 30 19:26:56.303 INFO ok! |
8083 | 2024-10-30T19:26:57.192Z | [ recovery-image] Oct 30 19:26:56.304 INFO O| Oct 30 19:26:56.304 INFO STEP 40 (ensure_file) COMPLETE |
8084 | 2024-10-30T19:26:57.192Z | [ recovery-image] Oct 30 19:26:56.304 INFO O| Oct 30 19:26:56.304 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8085 | 2024-10-30T19:26:57.200Z | [ recovery-image] Oct 30 19:26:56.314 INFO O| Oct 30 19:26:56.314 INFO updating shadow file |
8086 | 2024-10-30T19:26:57.203Z | [ recovery-image] Oct 30 19:26:56.314 INFO O| Oct 30 19:26:56.314 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
8087 | 2024-10-30T19:26:57.203Z | [ recovery-image] Oct 30 19:26:56.314 INFO O| Oct 30 19:26:56.314 INFO STEP 41 (shadow) COMPLETE |
8088 | 2024-10-30T19:26:57.203Z | [ recovery-image] Oct 30 19:26:56.314 INFO O| Oct 30 19:26:56.314 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8089 | 2024-10-30T19:26:57.211Z | [ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
8090 | 2024-10-30T19:26:57.214Z | [ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
8091 | 2024-10-30T19:26:57.214Z | [ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8092 | 2024-10-30T19:26:57.214Z | [ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
8093 | 2024-10-30T19:26:57.214Z | [ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO ok! |
8094 | 2024-10-30T19:26:57.214Z | [ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO STEP 42 (ensure_file) COMPLETE |
8095 | 2024-10-30T19:26:57.214Z | [ recovery-image] Oct 30 19:26:56.325 INFO O| Oct 30 19:26:56.325 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8096 | 2024-10-30T19:26:57.222Z | [ recovery-image] Oct 30 19:26:56.336 INFO O| Oct 30 19:26:56.336 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
8097 | 2024-10-30T19:26:57.222Z | [ recovery-image] Oct 30 19:26:56.336 INFO O| Oct 30 19:26:56.336 INFO STEP 43 (ensure_dir) COMPLETE |
8098 | 2024-10-30T19:26:57.224Z | [ recovery-image] Oct 30 19:26:56.336 INFO O| Oct 30 19:26:56.336 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8099 | 2024-10-30T19:26:57.233Z | [ recovery-image] Oct 30 19:26:56.347 INFO O| Oct 30 19:26:56.347 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8100 | 2024-10-30T19:26:57.233Z | [ recovery-image] Oct 30 19:26:56.347 INFO O| Oct 30 19:26:56.347 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
8101 | 2024-10-30T19:26:57.236Z | [ recovery-image] Oct 30 19:26:56.347 INFO O| Oct 30 19:26:56.347 INFO STEP 44 (ensure_dir) COMPLETE |
8102 | 2024-10-30T19:26:57.236Z | [ recovery-image] Oct 30 19:26:56.347 INFO O| Oct 30 19:26:56.347 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8103 | 2024-10-30T19:26:57.245Z | [ recovery-image] Oct 30 19:26:56.360 INFO O| Oct 30 19:26:56.359 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8104 | 2024-10-30T19:26:57.248Z | [ recovery-image] Oct 30 19:26:56.360 INFO O| Oct 30 19:26:56.360 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
8105 | 2024-10-30T19:26:57.248Z | [ recovery-image] Oct 30 19:26:56.360 INFO O| Oct 30 19:26:56.360 INFO STEP 45 (ensure_dir) COMPLETE |
8106 | 2024-10-30T19:26:57.248Z | [ recovery-image] Oct 30 19:26:56.360 INFO O| Oct 30 19:26:56.360 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8107 | 2024-10-30T19:26:57.256Z | [ recovery-image] Oct 30 19:26:56.370 INFO O| Oct 30 19:26:56.370 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
8108 | 2024-10-30T19:26:57.256Z | [ recovery-image] Oct 30 19:26:56.370 INFO O| Oct 30 19:26:56.370 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
8109 | 2024-10-30T19:26:57.292Z | [ recovery-image] Oct 30 19:26:56.406 INFO O| Oct 30 19:26:56.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
8110 | 2024-10-30T19:26:57.293Z | [ recovery-image] Oct 30 19:26:56.406 INFO O| Oct 30 19:26:56.406 INFO ok! |
8111 | 2024-10-30T19:26:57.295Z | [ recovery-image] Oct 30 19:26:56.406 INFO O| Oct 30 19:26:56.406 INFO STEP 46 (ensure_file) COMPLETE |
8112 | 2024-10-30T19:26:57.295Z | [ recovery-image] Oct 30 19:26:56.406 INFO O| Oct 30 19:26:56.406 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8113 | 2024-10-30T19:26:57.304Z | [ recovery-image] Oct 30 19:26:56.418 INFO O| Oct 30 19:26:56.418 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8114 | 2024-10-30T19:26:57.307Z | [ recovery-image] Oct 30 19:26:56.418 INFO O| Oct 30 19:26:56.418 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
8115 | 2024-10-30T19:26:57.307Z | [ recovery-image] Oct 30 19:26:56.418 INFO O| Oct 30 19:26:56.418 INFO STEP 47 (ensure_dir) COMPLETE |
8116 | 2024-10-30T19:26:57.307Z | [ recovery-image] Oct 30 19:26:56.418 INFO O| Oct 30 19:26:56.418 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8117 | 2024-10-30T19:26:57.314Z | [ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
8118 | 2024-10-30T19:26:57.314Z | [ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
8119 | 2024-10-30T19:26:57.317Z | [ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
8120 | 2024-10-30T19:26:57.317Z | [ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO ok! |
8121 | 2024-10-30T19:26:57.317Z | [ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO STEP 48 (ensure_file) COMPLETE |
8122 | 2024-10-30T19:26:57.317Z | [ recovery-image] Oct 30 19:26:56.428 INFO O| Oct 30 19:26:56.428 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8123 | 2024-10-30T19:26:57.325Z | [ recovery-image] Oct 30 19:26:56.439 INFO O| Oct 30 19:26:56.439 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8124 | 2024-10-30T19:26:57.327Z | [ recovery-image] Oct 30 19:26:56.439 INFO O| Oct 30 19:26:56.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
8125 | 2024-10-30T19:26:57.328Z | [ recovery-image] Oct 30 19:26:56.439 INFO O| Oct 30 19:26:56.439 INFO STEP 49 (ensure_dir) COMPLETE |
8126 | 2024-10-30T19:26:57.328Z | [ recovery-image] Oct 30 19:26:56.439 INFO O| Oct 30 19:26:56.439 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8127 | 2024-10-30T19:26:57.335Z | [ recovery-image] Oct 30 19:26:56.449 INFO O| Oct 30 19:26:56.449 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
8128 | 2024-10-30T19:26:57.335Z | [ recovery-image] Oct 30 19:26:56.449 INFO O| Oct 30 19:26:56.449 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
8129 | 2024-10-30T19:26:57.804Z | [ recovery-image] Oct 30 19:26:56.918 INFO O| Oct 30 19:26:56.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
8130 | 2024-10-30T19:26:57.804Z | [ recovery-image] Oct 30 19:26:56.918 INFO O| Oct 30 19:26:56.918 INFO ok! |
8131 | 2024-10-30T19:26:57.804Z | [ recovery-image] Oct 30 19:26:56.918 INFO O| Oct 30 19:26:56.918 INFO STEP 50 (ensure_file) COMPLETE |
8132 | 2024-10-30T19:26:57.807Z | [ recovery-image] Oct 30 19:26:56.918 INFO O| Oct 30 19:26:56.918 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8133 | 2024-10-30T19:26:57.815Z | [ recovery-image] Oct 30 19:26:56.929 INFO O| Oct 30 19:26:56.929 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
8134 | 2024-10-30T19:26:57.815Z | [ recovery-image] Oct 30 19:26:56.929 INFO O| Oct 30 19:26:56.929 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
8135 | 2024-10-30T19:26:57.860Z | [ recovery-image] Oct 30 19:26:56.974 INFO O| Oct 30 19:26:56.974 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
8136 | 2024-10-30T19:26:57.860Z | [ recovery-image] Oct 30 19:26:56.974 INFO O| Oct 30 19:26:56.974 INFO ok! |
8137 | 2024-10-30T19:26:57.863Z | [ recovery-image] Oct 30 19:26:56.974 INFO O| Oct 30 19:26:56.974 INFO STEP 51 (ensure_file) COMPLETE |
8138 | 2024-10-30T19:26:57.863Z | [ recovery-image] Oct 30 19:26:56.974 INFO O| Oct 30 19:26:56.974 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8139 | 2024-10-30T19:26:57.871Z | [ recovery-image] Oct 30 19:26:56.985 INFO O| Oct 30 19:26:56.985 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8140 | 2024-10-30T19:26:57.874Z | [ recovery-image] Oct 30 19:26:56.986 INFO O| Oct 30 19:26:56.986 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
8141 | 2024-10-30T19:26:57.874Z | [ recovery-image] Oct 30 19:26:56.986 INFO O| Oct 30 19:26:56.986 INFO STEP 52 (ensure_dir) COMPLETE |
8142 | 2024-10-30T19:26:57.874Z | [ recovery-image] Oct 30 19:26:56.986 INFO O| Oct 30 19:26:56.986 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8143 | 2024-10-30T19:26:57.882Z | [ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8144 | 2024-10-30T19:26:57.882Z | [ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 INFO copying /tmp/.tmp4gr4ys/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 ... |
8145 | 2024-10-30T19:26:57.884Z | [ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 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 |
8146 | 2024-10-30T19:26:57.884Z | [ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 INFO ok! |
8147 | 2024-10-30T19:26:57.884Z | [ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 INFO STEP 53 (ensure_file) COMPLETE |
8148 | 2024-10-30T19:26:57.884Z | [ recovery-image] Oct 30 19:26:56.996 INFO O| Oct 30 19:26:56.996 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8149 | 2024-10-30T19:26:57.905Z | [ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.016 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8150 | 2024-10-30T19:26:57.905Z | [ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.017 INFO copying /tmp/.tmp4gr4ys/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 ... |
8151 | 2024-10-30T19:26:57.908Z | [ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.017 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 |
8152 | 2024-10-30T19:26:57.908Z | [ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.017 INFO ok! |
8153 | 2024-10-30T19:26:57.908Z | [ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.017 INFO STEP 54 (ensure_file) COMPLETE |
8154 | 2024-10-30T19:26:57.908Z | [ recovery-image] Oct 30 19:26:57.018 INFO O| Oct 30 19:26:57.017 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8155 | 2024-10-30T19:26:57.929Z | [ recovery-image] Oct 30 19:26:57.043 INFO O| Oct 30 19:26:57.041 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8156 | 2024-10-30T19:26:57.929Z | [ recovery-image] Oct 30 19:26:57.043 INFO O| Oct 30 19:26:57.041 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
8157 | 2024-10-30T19:26:57.935Z | [ recovery-image] Oct 30 19:26:57.043 INFO O| Oct 30 19:26:57.041 INFO STEP 55 (ensure_dir) COMPLETE |
8158 | 2024-10-30T19:26:57.935Z | [ recovery-image] Oct 30 19:26:57.043 INFO O| Oct 30 19:26:57.041 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8159 | 2024-10-30T19:26:57.947Z | [ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8160 | 2024-10-30T19:26:57.948Z | [ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO copying /tmp/.tmp4gr4ys/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 ... |
8161 | 2024-10-30T19:26:57.950Z | [ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8162 | 2024-10-30T19:26:57.950Z | [ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO ok! |
8163 | 2024-10-30T19:26:57.950Z | [ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO STEP 56 (ensure_file) COMPLETE |
8164 | 2024-10-30T19:26:57.950Z | [ recovery-image] Oct 30 19:26:57.061 INFO O| Oct 30 19:26:57.060 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8165 | 2024-10-30T19:26:57.972Z | [ recovery-image] Oct 30 19:26:57.083 INFO O| Oct 30 19:26:57.083 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8166 | 2024-10-30T19:26:57.976Z | [ recovery-image] Oct 30 19:26:57.084 INFO O| Oct 30 19:26:57.083 INFO copying /tmp/.tmp4gr4ys/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 ... |
8167 | 2024-10-30T19:26:57.976Z | [ recovery-image] Oct 30 19:26:57.084 INFO O| Oct 30 19:26:57.084 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 |
8168 | 2024-10-30T19:26:57.976Z | [ recovery-image] Oct 30 19:26:57.084 INFO O| Oct 30 19:26:57.084 INFO ok! |
8169 | 2024-10-30T19:26:57.976Z | [ recovery-image] Oct 30 19:26:57.084 INFO O| Oct 30 19:26:57.084 INFO STEP 57 (ensure_file) COMPLETE |
8170 | 2024-10-30T19:26:57.976Z | [ recovery-image] Oct 30 19:26:57.084 INFO O| Oct 30 19:26:57.084 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8171 | 2024-10-30T19:26:57.990Z | [ recovery-image] Oct 30 19:26:57.102 INFO O| Oct 30 19:26:57.102 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8172 | 2024-10-30T19:26:57.991Z | [ recovery-image] Oct 30 19:26:57.102 INFO O| Oct 30 19:26:57.102 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
8173 | 2024-10-30T19:26:57.994Z | [ recovery-image] Oct 30 19:26:57.102 INFO O| Oct 30 19:26:57.102 INFO STEP 58 (ensure_dir) COMPLETE |
8174 | 2024-10-30T19:26:57.994Z | [ recovery-image] Oct 30 19:26:57.103 INFO O| Oct 30 19:26:57.102 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8175 | 2024-10-30T19:26:58.014Z | [ recovery-image] Oct 30 19:26:57.123 INFO O| Oct 30 19:26:57.123 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8176 | 2024-10-30T19:26:58.016Z | [ recovery-image] Oct 30 19:26:57.123 INFO O| Oct 30 19:26:57.123 INFO copying /tmp/.tmp4gr4ys/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 ... |
8177 | 2024-10-30T19:26:58.016Z | [ recovery-image] Oct 30 19:26:57.123 INFO O| Oct 30 19:26:57.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8178 | 2024-10-30T19:26:58.016Z | [ recovery-image] Oct 30 19:26:57.124 INFO O| Oct 30 19:26:57.123 INFO ok! |
8179 | 2024-10-30T19:26:58.016Z | [ recovery-image] Oct 30 19:26:57.124 INFO O| Oct 30 19:26:57.124 INFO STEP 59 (ensure_file) COMPLETE |
8180 | 2024-10-30T19:26:58.016Z | [ recovery-image] Oct 30 19:26:57.124 INFO O| Oct 30 19:26:57.124 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8181 | 2024-10-30T19:26:58.037Z | [ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
8182 | 2024-10-30T19:26:58.037Z | [ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
8183 | 2024-10-30T19:26:58.037Z | [ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
8184 | 2024-10-30T19:26:58.040Z | [ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO ok! |
8185 | 2024-10-30T19:26:58.040Z | [ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO STEP 60 (ensure_file) COMPLETE |
8186 | 2024-10-30T19:26:58.040Z | [ recovery-image] Oct 30 19:26:57.151 INFO O| Oct 30 19:26:57.151 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8187 | 2024-10-30T19:26:58.049Z | [ recovery-image] Oct 30 19:26:57.163 INFO O| Oct 30 19:26:57.163 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
8188 | 2024-10-30T19:26:58.049Z | [ recovery-image] Oct 30 19:26:57.163 INFO O| Oct 30 19:26:57.163 INFO STEP 61 (ensure_dir) COMPLETE |
8189 | 2024-10-30T19:26:58.051Z | [ recovery-image] Oct 30 19:26:57.163 INFO O| Oct 30 19:26:57.163 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8190 | 2024-10-30T19:26:58.063Z | [ recovery-image] Oct 30 19:26:57.177 INFO O| Oct 30 19:26:57.177 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
8191 | 2024-10-30T19:26:58.063Z | [ recovery-image] Oct 30 19:26:57.177 INFO O| Oct 30 19:26:57.177 INFO STEP 62 (ensure_dir) COMPLETE |
8192 | 2024-10-30T19:26:58.065Z | [ recovery-image] Oct 30 19:26:57.177 INFO O| Oct 30 19:26:57.177 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8193 | 2024-10-30T19:26:58.074Z | [ recovery-image] Oct 30 19:26:57.188 INFO O| Oct 30 19:26:57.188 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
8194 | 2024-10-30T19:26:58.074Z | [ recovery-image] Oct 30 19:26:57.188 INFO O| Oct 30 19:26:57.188 INFO STEP 63 (ensure_dir) COMPLETE |
8195 | 2024-10-30T19:26:58.076Z | [ recovery-image] Oct 30 19:26:57.188 INFO O| Oct 30 19:26:57.188 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8196 | 2024-10-30T19:26:58.088Z | [ recovery-image] Oct 30 19:26:57.202 INFO O| Oct 30 19:26:57.202 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
8197 | 2024-10-30T19:26:58.088Z | [ recovery-image] Oct 30 19:26:57.202 INFO O| Oct 30 19:26:57.202 INFO STEP 64 (ensure_dir) COMPLETE |
8198 | 2024-10-30T19:26:58.090Z | [ recovery-image] Oct 30 19:26:57.202 INFO O| Oct 30 19:26:57.202 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
8199 | 2024-10-30T19:26:58.101Z | [ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
8200 | 2024-10-30T19:26:58.101Z | [ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO copying /tmp/.tmp4gr4ys/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
8201 | 2024-10-30T19:26:58.104Z | [ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
8202 | 2024-10-30T19:26:58.105Z | [ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO ok! |
8203 | 2024-10-30T19:26:58.105Z | [ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO STEP 65 (ensure_file) COMPLETE |
8204 | 2024-10-30T19:26:58.105Z | [ recovery-image] Oct 30 19:26:57.215 INFO O| Oct 30 19:26:57.215 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8205 | 2024-10-30T19:26:58.113Z | [ recovery-image] Oct 30 19:26:57.227 INFO O| Oct 30 19:26:57.227 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
8206 | 2024-10-30T19:26:58.116Z | [ recovery-image] Oct 30 19:26:57.227 INFO O| Oct 30 19:26:57.227 INFO STEP 66 (remove_files) COMPLETE |
8207 | 2024-10-30T19:26:58.116Z | [ recovery-image] Oct 30 19:26:57.227 INFO O| Oct 30 19:26:57.227 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8208 | 2024-10-30T19:26:58.126Z | [ recovery-image] Oct 30 19:26:57.240 INFO O| Oct 30 19:26:57.239 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
8209 | 2024-10-30T19:26:58.129Z | [ recovery-image] Oct 30 19:26:57.240 INFO O| Oct 30 19:26:57.240 INFO STEP 67 (remove_files) COMPLETE |
8210 | 2024-10-30T19:26:58.129Z | [ recovery-image] Oct 30 19:26:57.240 INFO O| Oct 30 19:26:57.240 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8211 | 2024-10-30T19:26:58.138Z | [ recovery-image] Oct 30 19:26:57.252 INFO O| Oct 30 19:26:57.252 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
8212 | 2024-10-30T19:26:58.141Z | [ recovery-image] Oct 30 19:26:57.252 INFO O| Oct 30 19:26:57.252 INFO STEP 68 (remove_files) COMPLETE |
8213 | 2024-10-30T19:26:58.141Z | [ recovery-image] Oct 30 19:26:57.252 INFO O| Oct 30 19:26:57.252 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8214 | 2024-10-30T19:26:58.150Z | [ recovery-image] Oct 30 19:26:57.264 INFO O| Oct 30 19:26:57.264 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
8215 | 2024-10-30T19:26:58.152Z | [ recovery-image] Oct 30 19:26:57.264 INFO O| Oct 30 19:26:57.264 INFO STEP 69 (remove_files) COMPLETE |
8216 | 2024-10-30T19:26:58.152Z | [ recovery-image] Oct 30 19:26:57.264 INFO O| Oct 30 19:26:57.264 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8217 | 2024-10-30T19:26:58.162Z | [ recovery-image] Oct 30 19:26:57.276 INFO O| Oct 30 19:26:57.276 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
8218 | 2024-10-30T19:26:58.164Z | [ recovery-image] Oct 30 19:26:57.276 INFO O| Oct 30 19:26:57.276 INFO STEP 70 (remove_files) COMPLETE |
8219 | 2024-10-30T19:26:58.164Z | [ recovery-image] Oct 30 19:26:57.276 INFO O| Oct 30 19:26:57.276 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8220 | 2024-10-30T19:26:58.175Z | [ recovery-image] Oct 30 19:26:57.288 INFO O| Oct 30 19:26:57.288 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
8221 | 2024-10-30T19:26:58.178Z | [ recovery-image] Oct 30 19:26:57.288 INFO O| Oct 30 19:26:57.288 INFO STEP 71 (remove_files) COMPLETE |
8222 | 2024-10-30T19:26:58.178Z | [ recovery-image] Oct 30 19:26:57.288 INFO O| Oct 30 19:26:57.288 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8223 | 2024-10-30T19:26:58.185Z | [ recovery-image] Oct 30 19:26:57.299 INFO O| Oct 30 19:26:57.299 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
8224 | 2024-10-30T19:26:58.185Z | [ recovery-image] Oct 30 19:26:57.299 INFO O| Oct 30 19:26:57.299 INFO STEP 72 (remove_files) COMPLETE |
8225 | 2024-10-30T19:26:58.185Z | [ recovery-image] Oct 30 19:26:57.299 INFO O| Oct 30 19:26:57.299 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8226 | 2024-10-30T19:26:58.196Z | [ recovery-image] Oct 30 19:26:57.310 INFO O| Oct 30 19:26:57.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
8227 | 2024-10-30T19:26:58.196Z | [ recovery-image] Oct 30 19:26:57.310 INFO O| Oct 30 19:26:57.310 INFO STEP 73 (remove_files) COMPLETE |
8228 | 2024-10-30T19:26:58.196Z | [ recovery-image] Oct 30 19:26:57.310 INFO O| Oct 30 19:26:57.310 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8229 | 2024-10-30T19:26:58.207Z | [ recovery-image] Oct 30 19:26:57.321 INFO O| Oct 30 19:26:57.321 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
8230 | 2024-10-30T19:26:58.209Z | [ recovery-image] Oct 30 19:26:57.321 INFO O| Oct 30 19:26:57.321 INFO STEP 74 (remove_files) COMPLETE |
8231 | 2024-10-30T19:26:58.209Z | [ recovery-image] Oct 30 19:26:57.321 INFO O| Oct 30 19:26:57.321 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8232 | 2024-10-30T19:26:58.218Z | [ recovery-image] Oct 30 19:26:57.332 INFO O| Oct 30 19:26:57.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
8233 | 2024-10-30T19:26:58.218Z | [ recovery-image] Oct 30 19:26:57.332 INFO O| Oct 30 19:26:57.332 INFO STEP 75 (remove_files) COMPLETE |
8234 | 2024-10-30T19:26:58.220Z | [ recovery-image] Oct 30 19:26:57.332 INFO O| Oct 30 19:26:57.332 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8235 | 2024-10-30T19:26:58.229Z | [ recovery-image] Oct 30 19:26:57.343 INFO O| Oct 30 19:26:57.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
8236 | 2024-10-30T19:26:58.229Z | [ recovery-image] Oct 30 19:26:57.343 INFO O| Oct 30 19:26:57.343 INFO STEP 76 (remove_files) COMPLETE |
8237 | 2024-10-30T19:26:58.231Z | [ recovery-image] Oct 30 19:26:57.343 INFO O| Oct 30 19:26:57.343 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8238 | 2024-10-30T19:26:58.239Z | [ recovery-image] Oct 30 19:26:57.353 INFO O| Oct 30 19:26:57.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
8239 | 2024-10-30T19:26:58.241Z | [ recovery-image] Oct 30 19:26:57.353 INFO O| Oct 30 19:26:57.353 INFO STEP 77 (remove_files) COMPLETE |
8240 | 2024-10-30T19:26:58.241Z | [ recovery-image] Oct 30 19:26:57.353 INFO O| Oct 30 19:26:57.353 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8241 | 2024-10-30T19:26:58.249Z | [ recovery-image] Oct 30 19:26:57.363 INFO O| Oct 30 19:26:57.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
8242 | 2024-10-30T19:26:58.249Z | [ recovery-image] Oct 30 19:26:57.363 INFO O| Oct 30 19:26:57.363 INFO STEP 78 (remove_files) COMPLETE |
8243 | 2024-10-30T19:26:58.252Z | [ recovery-image] Oct 30 19:26:57.363 INFO O| Oct 30 19:26:57.363 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8244 | 2024-10-30T19:26:58.259Z | [ recovery-image] Oct 30 19:26:57.373 INFO O| Oct 30 19:26:57.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
8245 | 2024-10-30T19:26:58.262Z | [ recovery-image] Oct 30 19:26:57.373 INFO O| Oct 30 19:26:57.373 INFO STEP 79 (remove_files) COMPLETE |
8246 | 2024-10-30T19:26:58.262Z | [ recovery-image] Oct 30 19:26:57.374 INFO O| Oct 30 19:26:57.373 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8247 | 2024-10-30T19:26:58.269Z | [ recovery-image] Oct 30 19:26:57.383 INFO O| Oct 30 19:26:57.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
8248 | 2024-10-30T19:26:58.269Z | [ recovery-image] Oct 30 19:26:57.384 INFO O| Oct 30 19:26:57.383 INFO STEP 80 (remove_files) COMPLETE |
8249 | 2024-10-30T19:26:58.272Z | [ recovery-image] Oct 30 19:26:57.384 INFO O| Oct 30 19:26:57.383 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8250 | 2024-10-30T19:26:58.280Z | [ recovery-image] Oct 30 19:26:57.394 INFO O| Oct 30 19:26:57.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
8251 | 2024-10-30T19:26:58.280Z | [ recovery-image] Oct 30 19:26:57.394 INFO O| Oct 30 19:26:57.394 INFO STEP 81 (remove_files) COMPLETE |
8252 | 2024-10-30T19:26:58.280Z | [ recovery-image] Oct 30 19:26:57.394 INFO O| Oct 30 19:26:57.394 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8253 | 2024-10-30T19:26:58.290Z | [ recovery-image] Oct 30 19:26:57.404 INFO O| Oct 30 19:26:57.404 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
8254 | 2024-10-30T19:26:58.290Z | [ recovery-image] Oct 30 19:26:57.404 INFO O| Oct 30 19:26:57.404 INFO STEP 82 (remove_files) COMPLETE |
8255 | 2024-10-30T19:26:58.292Z | [ recovery-image] Oct 30 19:26:57.404 INFO O| Oct 30 19:26:57.404 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8256 | 2024-10-30T19:26:58.300Z | [ recovery-image] Oct 30 19:26:57.414 INFO O| Oct 30 19:26:57.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
8257 | 2024-10-30T19:26:58.300Z | [ recovery-image] Oct 30 19:26:57.414 INFO O| Oct 30 19:26:57.414 INFO STEP 83 (remove_files) COMPLETE |
8258 | 2024-10-30T19:26:58.302Z | [ recovery-image] Oct 30 19:26:57.414 INFO O| Oct 30 19:26:57.414 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8259 | 2024-10-30T19:26:58.310Z | [ recovery-image] Oct 30 19:26:57.424 INFO O| Oct 30 19:26:57.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
8260 | 2024-10-30T19:26:58.312Z | [ recovery-image] Oct 30 19:26:57.424 INFO O| Oct 30 19:26:57.424 INFO STEP 84 (remove_files) COMPLETE |
8261 | 2024-10-30T19:26:58.312Z | [ recovery-image] Oct 30 19:26:57.424 INFO O| Oct 30 19:26:57.424 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8262 | 2024-10-30T19:26:58.320Z | [ recovery-image] Oct 30 19:26:57.434 INFO O| Oct 30 19:26:57.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
8263 | 2024-10-30T19:26:58.320Z | [ recovery-image] Oct 30 19:26:57.434 INFO O| Oct 30 19:26:57.434 INFO STEP 85 (remove_files) COMPLETE |
8264 | 2024-10-30T19:26:58.323Z | [ recovery-image] Oct 30 19:26:57.434 INFO O| Oct 30 19:26:57.434 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8265 | 2024-10-30T19:26:58.332Z | [ recovery-image] Oct 30 19:26:57.446 INFO O| Oct 30 19:26:57.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
8266 | 2024-10-30T19:26:58.332Z | [ recovery-image] Oct 30 19:26:57.446 INFO O| Oct 30 19:26:57.446 INFO STEP 86 (remove_files) COMPLETE |
8267 | 2024-10-30T19:26:58.335Z | [ recovery-image] Oct 30 19:26:57.446 INFO O| Oct 30 19:26:57.446 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8268 | 2024-10-30T19:26:58.344Z | [ recovery-image] Oct 30 19:26:57.458 INFO O| Oct 30 19:26:57.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
8269 | 2024-10-30T19:26:58.344Z | [ recovery-image] Oct 30 19:26:57.458 INFO O| Oct 30 19:26:57.458 INFO STEP 87 (remove_files) COMPLETE |
8270 | 2024-10-30T19:26:58.347Z | [ recovery-image] Oct 30 19:26:57.458 INFO O| Oct 30 19:26:57.458 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8271 | 2024-10-30T19:26:58.354Z | [ recovery-image] Oct 30 19:26:57.468 INFO O| Oct 30 19:26:57.468 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
8272 | 2024-10-30T19:26:58.354Z | [ recovery-image] Oct 30 19:26:57.468 INFO O| Oct 30 19:26:57.468 INFO STEP 88 (remove_files) COMPLETE |
8273 | 2024-10-30T19:26:58.356Z | [ recovery-image] Oct 30 19:26:57.468 INFO O| Oct 30 19:26:57.468 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8274 | 2024-10-30T19:26:58.364Z | [ recovery-image] Oct 30 19:26:57.478 INFO O| Oct 30 19:26:57.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
8275 | 2024-10-30T19:26:58.368Z | [ recovery-image] Oct 30 19:26:57.478 INFO O| Oct 30 19:26:57.478 INFO STEP 89 (remove_files) COMPLETE |
8276 | 2024-10-30T19:26:58.368Z | [ recovery-image] Oct 30 19:26:57.478 INFO O| Oct 30 19:26:57.478 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8277 | 2024-10-30T19:26:58.374Z | [ recovery-image] Oct 30 19:26:57.488 INFO O| Oct 30 19:26:57.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
8278 | 2024-10-30T19:26:58.374Z | [ recovery-image] Oct 30 19:26:57.488 INFO O| Oct 30 19:26:57.488 INFO STEP 90 (remove_files) COMPLETE |
8279 | 2024-10-30T19:26:58.374Z | [ recovery-image] Oct 30 19:26:57.488 INFO O| Oct 30 19:26:57.488 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8280 | 2024-10-30T19:26:58.384Z | [ recovery-image] Oct 30 19:26:57.498 INFO O| Oct 30 19:26:57.498 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
8281 | 2024-10-30T19:26:58.384Z | [ recovery-image] Oct 30 19:26:57.498 INFO O| Oct 30 19:26:57.498 INFO STEP 91 (remove_files) COMPLETE |
8282 | 2024-10-30T19:26:58.386Z | [ recovery-image] Oct 30 19:26:57.498 INFO O| Oct 30 19:26:57.498 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8283 | 2024-10-30T19:26:58.394Z | [ recovery-image] Oct 30 19:26:57.508 INFO O| Oct 30 19:26:57.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
8284 | 2024-10-30T19:26:58.397Z | [ recovery-image] Oct 30 19:26:57.508 INFO O| Oct 30 19:26:57.508 INFO STEP 92 (remove_files) COMPLETE |
8285 | 2024-10-30T19:26:58.397Z | [ recovery-image] Oct 30 19:26:57.508 INFO O| Oct 30 19:26:57.508 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8286 | 2024-10-30T19:26:58.404Z | [ recovery-image] Oct 30 19:26:57.518 INFO O| Oct 30 19:26:57.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
8287 | 2024-10-30T19:26:58.407Z | [ recovery-image] Oct 30 19:26:57.518 INFO O| Oct 30 19:26:57.518 INFO STEP 93 (remove_files) COMPLETE |
8288 | 2024-10-30T19:26:58.407Z | [ recovery-image] Oct 30 19:26:57.518 INFO O| Oct 30 19:26:57.518 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
8289 | 2024-10-30T19:26:58.414Z | [ recovery-image] Oct 30 19:26:57.528 INFO O| Oct 30 19:26:57.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
8290 | 2024-10-30T19:26:58.414Z | [ recovery-image] Oct 30 19:26:57.528 INFO O| Oct 30 19:26:57.528 INFO STEP 94 (remove_files) COMPLETE |
8291 | 2024-10-30T19:26:58.414Z | [ recovery-image] Oct 30 19:26:57.528 INFO O| Oct 30 19:26:57.528 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
8292 | 2024-10-30T19:26:58.429Z | [ recovery-image] Oct 30 19:26:57.543 INFO O| Oct 30 19:26:57.543 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
8293 | 2024-10-30T19:26:58.431Z | [ recovery-image] Oct 30 19:26:57.544 INFO O| Oct 30 19:26:57.544 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8294 | 2024-10-30T19:27:05.487Z | [ recovery-image] Oct 30 19:27:04.601 INFO O| Oct 30 19:27:04.600 INFO O| Loading smf(7) service descriptions: 1/672/673/674/675/676/677/678/679/6710/6711/6712/6713/6714/6715/6716/6717/6718/6719/6720/6721/6722/6723/6724/6725/6726/6727/6728/6729/6730/6731/6732/6733/6734/6735/6736/6737/6738/6739/6740/6741/6742/6743/6744/6745/6746/6747/6748/6749/6750/6751/6752/6753/6754/6755/6756/6757/6758/6759/6760/6761/6762/6763/6764/6765/6766/6767/67 |
8295 | 2024-10-30T19:27:05.487Z | [ recovery-image] Oct 30 19:27:04.601 INFO O| Oct 30 19:27:04.600 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
8296 | 2024-10-30T19:27:05.500Z | [ recovery-image] Oct 30 19:27:04.614 INFO O| Oct 30 19:27:04.614 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db"} |
8297 | 2024-10-30T19:27:05.575Z | [ recovery-image] Oct 30 19:27:04.689 INFO O| Oct 30 19:27:04.689 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
8298 | 2024-10-30T19:27:05.575Z | [ recovery-image] Oct 30 19:27:04.689 INFO O| Oct 30 19:27:04.689 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 ... |
8299 | 2024-10-30T19:27:05.578Z | [ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
8300 | 2024-10-30T19:27:05.578Z | [ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO ok! |
8301 | 2024-10-30T19:27:05.578Z | [ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
8302 | 2024-10-30T19:27:05.578Z | [ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO STEP 95 (seed_smf) COMPLETE |
8303 | 2024-10-30T19:27:05.578Z | [ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO steps complete; finalising image! |
8304 | 2024-10-30T19:27:05.578Z | [ recovery-image] Oct 30 19:27:04.691 INFO O| Oct 30 19:27:04.691 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8305 | 2024-10-30T19:27:05.610Z | [ recovery-image] Oct 30 19:27:04.724 INFO O| Oct 30 19:27:04.724 INFO trim TEMPORARY-gimlet-zfs-recovery: (12% trimmed, started at Wed Oct 30 19:27:04 2024) |
8306 | 2024-10-30T19:27:05.834Z | [ recovery-image] Oct 30 19:27:04.947 INFO O| Oct 30 19:27:04.947 INFO temporary pool has 414M used, 1.35G avail, 1.00x compressratio |
8307 | 2024-10-30T19:27:05.834Z | [ recovery-image] Oct 30 19:27:04.947 INFO O| Oct 30 19:27:04.947 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8308 | 2024-10-30T19:27:06.083Z | [ recovery-image] Oct 30 19:27:05.197 INFO O| Oct 30 19:27:05.197 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 |
8309 | 2024-10-30T19:27:06.084Z | [ recovery-image] Oct 30 19:27:05.197 INFO O| Oct 30 19:27:05.197 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8310 | 2024-10-30T19:27:09.139Z | [ recovery-image] Oct 30 19:27:08.252 INFO O| Oct 30 19:27:08.252 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8311 | 2024-10-30T19:27:09.139Z | [ recovery-image] Oct 30 19:27:08.252 INFO O| Oct 30 19:27:08.252 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8312 | 2024-10-30T19:27:09.142Z | [ recovery-image] Oct 30 19:27:08.252 INFO O| Oct 30 19:27:08.252 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8313 | 2024-10-30T19:27:09.142Z | [ recovery-image] Oct 30 19:27:08.252 INFO O| Oct 30 19:27:08.252 INFO completed processing gimlet/zfs-recovery |
8314 | 2024-10-30T19:27:09.142Z | [ recovery-image] Oct 30 19:27:08.252 INFO O| Oct 30 19:27:08.252 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8315 | 2024-10-30T19:27:09.595Z | [ recovery-image] Oct 30 19:27:08.708 INFO O| Oct 30 19:27:08.708 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8316 | 2024-10-30T19:27:09.677Z | [ recovery-image] Oct 30 19:27:08.790 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
8317 | 2024-10-30T19:27:09.681Z | [ recovery-image] Oct 30 19:27:08.791 INFO expanded image name: "recovery 24c967f/${os_short_commit} 2024-10-30 18:58" -> "recovery 24c967f/54a974b 2024-10-30 18:58" |
8318 | 2024-10-30T19:27:09.683Z | [ recovery-image] Oct 30 19:27:08.791 INFO output artefacts stored in: "/work/os-recovery" |
8319 | 2024-10-30T19:27:09.683Z | [ recovery-image] Oct 30 19:27:08.791 INFO collecting git info from project "phbl"... |
8320 | 2024-10-30T19:27:09.688Z | [ recovery-image] Oct 30 19:27:08.802 INFO collecting git info from project "amd-firmware"... |
8321 | 2024-10-30T19:27:09.970Z | [ recovery-image] Oct 30 19:27:09.068 INFO collecting git info from project "chelsio-t6-roms"... |
8322 | 2024-10-30T19:27:09.975Z | [ recovery-image] Oct 30 19:27:09.089 INFO collecting git info from project "amd-host-image-builder"... |
8323 | 2024-10-30T19:27:10.063Z | [ recovery-image] Oct 30 19:27:09.176 INFO collecting git info from project "bootserver"... |
8324 | 2024-10-30T19:27:10.069Z | [ recovery-image] Oct 30 19:27:09.182 INFO collecting git info from project "image-builder"... |
8325 | 2024-10-30T19:27:10.078Z | [ recovery-image] Oct 30 19:27:09.188 INFO collecting git info from project "pinprick"... |
8326 | 2024-10-30T19:27:10.083Z | [ recovery-image] Oct 30 19:27:09.193 INFO collecting git info from project "pilot"... |
8327 | 2024-10-30T19:27:10.091Z | [ recovery-image] Oct 30 19:27:09.204 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8328 | 2024-10-30T19:27:10.467Z | [ recovery-image] Oct 30 19:27:09.580 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8329 | 2024-10-30T19:27:10.827Z | [ recovery-image] Oct 30 19:27:09.940 INFO creating Oxide boot image... |
8330 | 2024-10-30T19:27:10.827Z | [ recovery-image] Oct 30 19:27:09.940 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 24c967f/54a974b 2024-10-30 18:58", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8331 | 2024-10-30T19:27:40.345Z | [ host-image] Oct 30 19:27:39.457 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22997:20241029T130639Z |
8332 | 2024-10-30T19:27:40.345Z | [ host-image] Oct 30 19:27:39.457 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22997:20241029T130639Z |
8333 | 2024-10-30T19:27:40.348Z | [ host-image] Oct 30 19:27:39.457 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8334 | 2024-10-30T19:27:40.348Z | [ host-image] Oct 30 19:27:39.458 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8335 | 2024-10-30T19:27:40.348Z | [ host-image] Oct 30 19:27:39.458 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8336 | 2024-10-30T19:27:40.348Z | [ host-image] Oct 30 19:27:39.458 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8337 | 2024-10-30T19:27:40.348Z | [ host-image] Oct 30 19:27:39.459 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8338 | 2024-10-30T19:27:40.348Z | [ host-image] Oct 30 19:27:39.459 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8339 | 2024-10-30T19:27:40.348Z | [ host-image] Oct 30 19:27:39.459 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8340 | 2024-10-30T19:27:40.348Z | [ host-image] Oct 30 19:27:39.459 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8341 | 2024-10-30T19:27:40.348Z | [ host-image] Oct 30 19:27:39.459 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22997:20241029T130640Z |
8342 | 2024-10-30T19:27:40.351Z | [ host-image] Oct 30 19:27:39.461 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22997:20241029T130641Z |
8343 | 2024-10-30T19:27:40.351Z | [ host-image] Oct 30 19:27:39.462 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22997:20241029T130641Z |
8344 | 2024-10-30T19:27:40.351Z | [ host-image] Oct 30 19:27:39.462 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22997:20241029T130641Z |
8345 | 2024-10-30T19:27:40.351Z | [ host-image] Oct 30 19:27:39.462 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8346 | 2024-10-30T19:27:40.351Z | [ host-image] Oct 30 19:27:39.463 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22997:20241029T130641Z |
8347 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22997:20241029T130641Z |
8348 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22997:20241029T130641Z |
8349 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22997:20241029T130641Z |
8350 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22997:20241029T130642Z |
8351 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22997:20241029T130642Z |
8352 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.464 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22997:20241029T130643Z |
8353 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22997:20241029T130643Z |
8354 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22997:20241029T130644Z |
8355 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22997:20241029T130645Z |
8356 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22997:20241029T130645Z |
8357 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22997:20241029T130647Z |
8358 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22997:20241029T130647Z |
8359 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.293:20240820T211830Z |
8360 | 2024-10-30T19:27:40.354Z | [ host-image] Oct 30 19:27:39.465 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22997:20241029T130649Z |
8361 | 2024-10-30T19:27:40.355Z | [ host-image] Oct 30 19:27:39.466 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22997:20241029T130651Z |
8362 | 2024-10-30T19:27:40.355Z | [ host-image] Oct 30 19:27:39.466 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22997:20241029T130652Z |
8363 | 2024-10-30T19:27:40.355Z | [ host-image] Oct 30 19:27:39.466 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22997:20241029T130652Z |
8364 | 2024-10-30T19:27:40.358Z | [ host-image] Oct 30 19:27:39.467 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22997:20241029T130654Z |
8365 | 2024-10-30T19:27:40.358Z | [ host-image] Oct 30 19:27:39.467 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22997:20241029T130654Z |
8366 | 2024-10-30T19:27:40.364Z | [ host-image] Oct 30 19:27:39.476 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8367 | 2024-10-30T19:27:40.364Z | [ host-image] Oct 30 19:27:39.476 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22997:20241029T130654Z |
8368 | 2024-10-30T19:27:40.366Z | [ host-image] Oct 30 19:27:39.476 INFO O| install = pkg://helios-dev/library/expat@2.6.3-2.0:20241004T143215Z |
8369 | 2024-10-30T19:27:40.366Z | [ host-image] Oct 30 19:27:39.477 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8370 | 2024-10-30T19:27:40.367Z | [ host-image] Oct 30 19:27:39.477 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8371 | 2024-10-30T19:27:40.367Z | [ host-image] Oct 30 19:27:39.478 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22997:20241029T130654Z |
8372 | 2024-10-30T19:27:40.367Z | [ host-image] Oct 30 19:27:39.478 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8373 | 2024-10-30T19:27:40.367Z | [ host-image] Oct 30 19:27:39.478 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8374 | 2024-10-30T19:27:40.369Z | [ host-image] Oct 30 19:27:39.479 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8375 | 2024-10-30T19:27:40.370Z | [ host-image] Oct 30 19:27:39.479 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8376 | 2024-10-30T19:27:40.379Z | [ host-image] Oct 30 19:27:39.492 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8377 | 2024-10-30T19:27:40.379Z | [ host-image] Oct 30 19:27:39.492 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8378 | 2024-10-30T19:27:40.381Z | [ host-image] Oct 30 19:27:39.492 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8379 | 2024-10-30T19:27:40.381Z | [ host-image] Oct 30 19:27:39.492 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8380 | 2024-10-30T19:27:40.381Z | [ host-image] Oct 30 19:27:39.493 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8381 | 2024-10-30T19:27:40.381Z | [ host-image] Oct 30 19:27:39.493 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8382 | 2024-10-30T19:27:40.416Z | [ host-image] Oct 30 19:27:39.529 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.15-2.0:20240903T190137Z |
8383 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.529 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8384 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.530 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8385 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.530 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22997:20241029T130656Z |
8386 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.530 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22997:20241029T130702Z |
8387 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8388 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22997:20241029T130703Z |
8389 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8390 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8391 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8392 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22997:20241029T130703Z |
8393 | 2024-10-30T19:27:40.419Z | [ host-image] Oct 30 19:27:39.531 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8394 | 2024-10-30T19:27:40.423Z | [ host-image] Oct 30 19:27:39.536 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8395 | 2024-10-30T19:27:40.426Z | [ host-image] Oct 30 19:27:39.536 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8396 | 2024-10-30T19:27:40.426Z | [ host-image] Oct 30 19:27:39.536 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8397 | 2024-10-30T19:27:40.426Z | [ host-image] Oct 30 19:27:39.537 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22997:20241029T130703Z |
8398 | 2024-10-30T19:27:40.426Z | [ host-image] Oct 30 19:27:39.537 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8399 | 2024-10-30T19:27:40.439Z | [ host-image] Oct 30 19:27:39.551 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8400 | 2024-10-30T19:27:40.442Z | [ host-image] Oct 30 19:27:39.552 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22997:20241029T130704Z |
8401 | 2024-10-30T19:27:40.442Z | [ host-image] Oct 30 19:27:39.554 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22997:20241029T130704Z |
8402 | 2024-10-30T19:27:40.444Z | [ host-image] Oct 30 19:27:39.554 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22997:20241029T130704Z |
8403 | 2024-10-30T19:27:40.444Z | [ host-image] Oct 30 19:27:39.554 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8404 | 2024-10-30T19:27:40.444Z | [ host-image] Oct 30 19:27:39.555 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22997:20241029T130705Z |
8405 | 2024-10-30T19:27:40.444Z | [ host-image] Oct 30 19:27:39.555 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22997:20241029T130706Z |
8406 | 2024-10-30T19:27:40.444Z | [ host-image] Oct 30 19:27:39.555 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22997:20241029T130706Z |
8407 | 2024-10-30T19:27:40.444Z | [ host-image] Oct 30 19:27:39.556 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22997:20241029T130706Z |
8408 | 2024-10-30T19:27:40.447Z | [ host-image] Oct 30 19:27:39.560 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8409 | 2024-10-30T19:27:40.450Z | [ host-image] Oct 30 19:27:39.560 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22997:20241029T130706Z |
8410 | 2024-10-30T19:27:40.450Z | [ host-image] Oct 30 19:27:39.561 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22997:20241029T130708Z |
8411 | 2024-10-30T19:27:40.450Z | [ host-image] Oct 30 19:27:39.561 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8412 | 2024-10-30T19:27:40.450Z | [ host-image] Oct 30 19:27:39.561 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22997:20241029T130708Z |
8413 | 2024-10-30T19:27:40.450Z | [ host-image] Oct 30 19:27:39.561 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22997:20241029T130708Z |
8414 | 2024-10-30T19:27:40.450Z | [ host-image] Oct 30 19:27:39.561 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22997:20241029T130708Z |
8415 | 2024-10-30T19:27:40.450Z | [ host-image] Oct 30 19:27:39.562 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22997:20241029T130708Z |
8416 | 2024-10-30T19:27:40.458Z | [ host-image] Oct 30 19:27:39.570 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22997:20241029T130708Z |
8417 | 2024-10-30T19:27:40.460Z | [ host-image] Oct 30 19:27:39.570 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8418 | 2024-10-30T19:27:40.460Z | [ host-image] Oct 30 19:27:39.572 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22997:20241029T130708Z |
8419 | 2024-10-30T19:27:40.465Z | [ host-image] Oct 30 19:27:39.574 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22997:20241029T130709Z |
8420 | 2024-10-30T19:27:40.466Z | [ host-image] Oct 30 19:27:39.574 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22997:20241029T130709Z |
8421 | 2024-10-30T19:27:40.466Z | [ host-image] Oct 30 19:27:39.574 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22997:20241029T130709Z |
8422 | 2024-10-30T19:27:40.466Z | [ host-image] Oct 30 19:27:39.575 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22997:20241029T130709Z |
8423 | 2024-10-30T19:27:40.466Z | [ host-image] Oct 30 19:27:39.575 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22997:20241029T130709Z |
8424 | 2024-10-30T19:27:40.473Z | [ host-image] Oct 30 19:27:39.585 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22997:20241029T130711Z |
8425 | 2024-10-30T19:27:40.476Z | [ host-image] Oct 30 19:27:39.585 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22997:20241029T130710Z |
8426 | 2024-10-30T19:27:40.476Z | [ host-image] Oct 30 19:27:39.586 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22997:20241029T130710Z |
8427 | 2024-10-30T19:27:40.476Z | [ host-image] Oct 30 19:27:39.587 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22997:20241029T130710Z |
8428 | 2024-10-30T19:27:40.476Z | [ host-image] Oct 30 19:27:39.587 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22997:20241029T130711Z |
8429 | 2024-10-30T19:27:40.496Z | [ host-image] Oct 30 19:27:39.609 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22997:20241029T130714Z |
8430 | 2024-10-30T19:27:40.499Z | [ host-image] Oct 30 19:27:39.609 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22997:20241029T130711Z |
8431 | 2024-10-30T19:27:40.499Z | [ host-image] Oct 30 19:27:39.609 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22997:20241029T130711Z |
8432 | 2024-10-30T19:27:40.499Z | [ host-image] Oct 30 19:27:39.609 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
8433 | 2024-10-30T19:27:40.499Z | [ host-image] Oct 30 19:27:39.609 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
8434 | 2024-10-30T19:27:40.527Z | [ host-image] Oct 30 19:27:39.639 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22997:20241029T130711Z |
8435 | 2024-10-30T19:27:40.529Z | [ host-image] Oct 30 19:27:39.639 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8436 | 2024-10-30T19:27:40.529Z | [ host-image] Oct 30 19:27:39.639 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22997:20241029T130712Z |
8437 | 2024-10-30T19:27:40.529Z | [ host-image] Oct 30 19:27:39.639 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22997:20241029T130712Z |
8438 | 2024-10-30T19:27:40.529Z | [ host-image] Oct 30 19:27:39.641 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22997:20241029T130712Z |
8439 | 2024-10-30T19:27:40.529Z | [ host-image] Oct 30 19:27:39.641 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8440 | 2024-10-30T19:27:40.529Z | [ host-image] Oct 30 19:27:39.642 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8441 | 2024-10-30T19:27:40.532Z | [ host-image] Oct 30 19:27:39.642 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22997:20241029T130713Z |
8442 | 2024-10-30T19:27:40.533Z | [ host-image] Oct 30 19:27:39.642 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22997:20241029T130713Z |
8443 | 2024-10-30T19:27:40.533Z | [ host-image] Oct 30 19:27:39.642 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22997:20241029T130713Z |
8444 | 2024-10-30T19:27:40.533Z | [ host-image] Oct 30 19:27:39.643 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22997:20241029T130713Z |
8445 | 2024-10-30T19:27:40.533Z | [ host-image] Oct 30 19:27:39.643 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22997:20241029T130714Z |
8446 | 2024-10-30T19:27:40.533Z | [ host-image] Oct 30 19:27:39.643 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22997:20241029T130714Z |
8447 | 2024-10-30T19:27:40.535Z | [ host-image] Oct 30 19:27:39.646 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8448 | 2024-10-30T19:27:40.535Z | [ host-image] Oct 30 19:27:39.646 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22997:20241029T130715Z |
8449 | 2024-10-30T19:27:40.535Z | [ host-image] Oct 30 19:27:39.648 INFO O| install = pkg://helios-dev/system/microcode/intel@20240910-2.0.22997:20241029T130715Z |
8450 | 2024-10-30T19:27:40.535Z | [ host-image] Oct 30 19:27:39.648 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22997:20241029T130715Z |
8451 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.648 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22997:20241029T130716Z |
8452 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.648 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22997:20241029T130715Z |
8453 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.649 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22997:20241029T130716Z |
8454 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.649 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8455 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.649 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8456 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.649 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22997:20241029T130718Z |
8457 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22997:20241029T130718Z |
8458 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8459 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8460 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8461 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8462 | 2024-10-30T19:27:40.538Z | [ host-image] Oct 30 19:27:39.650 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8463 | 2024-10-30T19:27:40.541Z | [ host-image] Oct 30 19:27:39.651 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8464 | 2024-10-30T19:27:40.541Z | [ host-image] Oct 30 19:27:39.652 INFO O| install = pkg://helios-dev/web/curl@8.9.1-2.0:20240806T172300Z |
8465 | 2024-10-30T19:27:40.541Z | [ host-image] Oct 30 19:27:39.652 INFO O| tempdir @ "/tmp/.tmpAPwTMQ/tmp" |
8466 | 2024-10-30T19:27:40.541Z | [ host-image] Oct 30 19:27:39.652 INFO O| image root @ "/tmp/.tmpAPwTMQ/tmp/root" |
8467 | 2024-10-30T19:27:40.541Z | [ host-image] Oct 30 19:27:39.652 INFO O| creating image... |
8468 | 2024-10-30T19:27:41.033Z | [ host-image] Oct 30 19:27:40.145 INFO O| copying publishers... |
8469 | 2024-10-30T19:27:49.491Z | [ host-image] Oct 30 19:27:48.602 INFO O| adding properties... |
8470 | 2024-10-30T19:27:50.518Z | [ host-image] Oct 30 19:27:49.630 INFO O| installing packages... |
8471 | 2024-10-30T19:28:04.647Z | [ recovery-image] Oct 30 19:28:03.758 INFO O| ok, image written! |
8472 | 2024-10-30T19:28:04.647Z | [ recovery-image] Oct 30 19:28:03.758 INFO O| ok, boot_image_csum file written! |
8473 | 2024-10-30T19:28:04.652Z | [ recovery-image] Oct 30 19:28:03.763 INFO creating boot archive (CPIO)... |
8474 | 2024-10-30T19:28:04.652Z | [ recovery-image] Oct 30 19:28:03.763 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 |
8475 | 2024-10-30T19:28:04.660Z | [ recovery-image] Oct 30 19:28:03.771 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8476 | 2024-10-30T19:28:04.662Z | [ recovery-image] Oct 30 19:28:03.771 INFO E| + outfile=/work/os-recovery/cpio |
8477 | 2024-10-30T19:28:04.662Z | [ recovery-image] Oct 30 19:28:03.771 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8478 | 2024-10-30T19:28:04.662Z | [ recovery-image] Oct 30 19:28:03.774 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8479 | 2024-10-30T19:28:04.662Z | [ recovery-image] Oct 30 19:28:03.774 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8480 | 2024-10-30T19:28:04.694Z | [ recovery-image] Oct 30 19:28:03.806 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8481 | 2024-10-30T19:28:04.695Z | [ recovery-image] Oct 30 19:28:03.806 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8482 | 2024-10-30T19:28:04.701Z | [ recovery-image] Oct 30 19:28:03.813 INFO creating compressed cpio/unix for nanobl-rs... |
8483 | 2024-10-30T19:28:04.704Z | [ recovery-image] Oct 30 19:28:03.813 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 |
8484 | 2024-10-30T19:28:04.987Z | [ recovery-image] Oct 30 19:28:04.098 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8485 | 2024-10-30T19:28:09.331Z | [ recovery-image] Oct 30 19:28:08.442 INFO creating reset image... |
8486 | 2024-10-30T19:28:09.333Z | [ recovery-image] Oct 30 19:28:08.442 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8487 | 2024-10-30T19:28:09.571Z | [ recovery-image] Oct 30 19:28:08.679 INFO E| Updating crates.io index |
8488 | 2024-10-30T19:28:09.664Z | [ recovery-image] Oct 30 19:28:08.774 INFO E| Downloading crates ... |
8489 | 2024-10-30T19:28:09.728Z | [ recovery-image] Oct 30 19:28:08.838 INFO E| Downloaded os_pipe v1.2.1 |
8490 | 2024-10-30T19:28:09.731Z | [ recovery-image] Oct 30 19:28:08.841 INFO E| Downloaded shared_child v1.0.1 |
8491 | 2024-10-30T19:28:09.736Z | [ recovery-image] Oct 30 19:28:08.847 INFO E| Downloaded duct v0.13.7 |
8492 | 2024-10-30T19:28:09.738Z | [ recovery-image] Oct 30 19:28:08.849 INFO E| Downloaded clap v4.5.17 |
8493 | 2024-10-30T19:28:09.748Z | [ recovery-image] Oct 30 19:28:08.859 INFO E| Downloaded clap_builder v4.5.17 |
8494 | 2024-10-30T19:28:09.785Z | [ recovery-image] Oct 30 19:28:08.896 INFO E| Downloaded libc v0.2.158 |
8495 | 2024-10-30T19:28:09.875Z | [ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling proc-macro2 v1.0.86 |
8496 | 2024-10-30T19:28:09.875Z | [ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling unicode-ident v1.0.13 |
8497 | 2024-10-30T19:28:09.878Z | [ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling libc v0.2.158 |
8498 | 2024-10-30T19:28:09.878Z | [ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling utf8parse v0.2.2 |
8499 | 2024-10-30T19:28:09.878Z | [ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling is_terminal_polyfill v1.70.1 |
8500 | 2024-10-30T19:28:09.878Z | [ recovery-image] Oct 30 19:28:08.986 INFO E| Compiling anstyle v1.0.8 |
8501 | 2024-10-30T19:28:09.880Z | [ recovery-image] Oct 30 19:28:08.990 INFO E| Compiling anstyle-query v1.1.1 |
8502 | 2024-10-30T19:28:09.880Z | [ recovery-image] Oct 30 19:28:08.991 INFO E| Compiling colorchoice v1.0.2 |
8503 | 2024-10-30T19:28:10.065Z | [ recovery-image] Oct 30 19:28:09.176 INFO E| Compiling anstyle-parse v0.2.5 |
8504 | 2024-10-30T19:28:10.074Z | [ recovery-image] Oct 30 19:28:09.185 INFO E| Compiling heck v0.5.0 |
8505 | 2024-10-30T19:28:10.074Z | [ recovery-image] Oct 30 19:28:09.185 INFO E| Compiling clap_lex v0.7.2 |
8506 | 2024-10-30T19:28:10.097Z | [ recovery-image] Oct 30 19:28:09.208 INFO E| Compiling strsim v0.11.1 |
8507 | 2024-10-30T19:28:10.098Z | [ recovery-image] Oct 30 19:28:09.208 INFO E| Compiling once_cell v1.19.0 |
8508 | 2024-10-30T19:28:10.364Z | [ recovery-image] Oct 30 19:28:09.475 INFO E| Compiling anstream v0.6.15 |
8509 | 2024-10-30T19:28:10.721Z | [ recovery-image] Oct 30 19:28:09.832 INFO E| Compiling clap_builder v4.5.17 |
8510 | 2024-10-30T19:28:11.062Z | [ recovery-image] Oct 30 19:28:10.173 INFO E| Compiling shared_child v1.0.1 |
8511 | 2024-10-30T19:28:11.062Z | [ recovery-image] Oct 30 19:28:10.173 INFO E| Compiling os_pipe v1.2.1 |
8512 | 2024-10-30T19:28:11.183Z | [ recovery-image] Oct 30 19:28:10.294 INFO E| Compiling duct v0.13.7 |
8513 | 2024-10-30T19:28:11.268Z | [ recovery-image] Oct 30 19:28:10.378 INFO E| Compiling quote v1.0.37 |
8514 | 2024-10-30T19:28:11.538Z | [ recovery-image] Oct 30 19:28:10.649 INFO E| Compiling syn v2.0.77 |
8515 | 2024-10-30T19:28:15.399Z | [ recovery-image] Oct 30 19:28:14.510 INFO E| Compiling clap_derive v4.5.13 |
8516 | 2024-10-30T19:28:15.873Z | [ host-image] Oct 30 19:28:14.983 INFO O| seeding SMF database... |
8517 | 2024-10-30T19:28:17.270Z | [ recovery-image] Oct 30 19:28:16.381 INFO E| Compiling clap v4.5.17 |
8518 | 2024-10-30T19:28:17.324Z | [ recovery-image] Oct 30 19:28:16.434 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8519 | 2024-10-30T19:28:18.328Z | [ recovery-image] Oct 30 19:28:17.438 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.92s |
8520 | 2024-10-30T19:28:18.339Z | [ recovery-image] Oct 30 19:28:17.449 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8521 | 2024-10-30T19:28:18.463Z | [ recovery-image] Oct 30 19:28:17.573 INFO E| Updating crates.io index |
8522 | 2024-10-30T19:28:18.762Z | [ recovery-image] Oct 30 19:28:17.873 INFO E| Downloading crates ... |
8523 | 2024-10-30T19:28:18.842Z | [ recovery-image] Oct 30 19:28:17.952 INFO E| Downloaded bitstruct_derive v0.1.0 |
8524 | 2024-10-30T19:28:18.853Z | [ recovery-image] Oct 30 19:28:17.963 INFO E| Downloaded raw-cpuid v10.7.0 |
8525 | 2024-10-30T19:28:18.856Z | [ recovery-image] Oct 30 19:28:17.967 INFO E| Downloaded bitstruct v0.1.1 |
8526 | 2024-10-30T19:28:18.859Z | [ recovery-image] Oct 30 19:28:17.968 INFO E| Downloaded seq-macro v0.3.5 |
8527 | 2024-10-30T19:28:18.861Z | [ recovery-image] Oct 30 19:28:17.970 INFO E| Downloaded cpio_reader v0.1.1 |
8528 | 2024-10-30T19:28:18.863Z | [ recovery-image] Oct 30 19:28:17.973 INFO E| Downloaded bit_field v0.10.2 |
8529 | 2024-10-30T19:28:18.974Z | [ recovery-image] Oct 30 19:28:18.084 INFO E| Downloaded x86 v0.52.0 |
8530 | 2024-10-30T19:28:19.034Z | [ recovery-image] Oct 30 19:28:18.144 INFO E| Updating crates.io index |
8531 | 2024-10-30T19:28:19.087Z | [ recovery-image] Oct 30 19:28:18.197 INFO E| Downloading crates ... |
8532 | 2024-10-30T19:28:19.178Z | [ recovery-image] Oct 30 19:28:18.289 INFO E| Downloaded compiler_builtins v0.1.125 |
8533 | 2024-10-30T19:28:19.189Z | [ recovery-image] Oct 30 19:28:18.300 INFO E| Downloaded unicode-width v0.1.13 |
8534 | 2024-10-30T19:28:19.258Z | [ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling compiler_builtins v0.1.125 |
8535 | 2024-10-30T19:28:19.258Z | [ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8536 | 2024-10-30T19:28:19.261Z | [ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling proc-macro2 v1.0.86 |
8537 | 2024-10-30T19:28:19.261Z | [ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling unicode-ident v1.0.13 |
8538 | 2024-10-30T19:28:19.261Z | [ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling syn v1.0.109 |
8539 | 2024-10-30T19:28:19.261Z | [ recovery-image] Oct 30 19:28:18.369 INFO E| Compiling x86 v0.52.0 |
8540 | 2024-10-30T19:28:19.265Z | [ recovery-image] Oct 30 19:28:18.376 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8541 | 2024-10-30T19:28:19.267Z | [ recovery-image] Oct 30 19:28:18.376 INFO E| Compiling seq-macro v0.3.5 |
8542 | 2024-10-30T19:28:20.456Z | [ recovery-image] Oct 30 19:28:19.567 INFO E| Compiling quote v1.0.37 |
8543 | 2024-10-30T19:28:20.721Z | [ recovery-image] Oct 30 19:28:19.831 INFO E| Compiling syn v2.0.77 |
8544 | 2024-10-30T19:28:23.300Z | [ recovery-image] Oct 30 19:28:22.411 INFO E| Compiling scroll_derive v0.12.0 |
8545 | 2024-10-30T19:28:24.134Z | [ host-image] Oct 30 19:28:23.245 INFO O| configuring SMF profile... |
8546 | 2024-10-30T19:28:24.134Z | [ host-image] Oct 30 19:28:23.245 INFO O| modifying shadow(5)... |
8547 | 2024-10-30T19:28:24.137Z | [ host-image] Oct 30 19:28:23.245 INFO O| loading user and group database... |
8548 | 2024-10-30T19:28:24.137Z | [ host-image] Oct 30 19:28:23.245 INFO O| assessing packaged files... |
8549 | 2024-10-30T19:28:25.415Z | [ recovery-image] Oct 30 19:28:24.525 INFO E| Compiling bitstruct_derive v0.1.0 |
8550 | 2024-10-30T19:28:26.679Z | [ host-image] Oct 30 19:28:25.789 INFO O| creating archive... |
8551 | 2024-10-30T19:28:26.711Z | [ host-image] Oct 30 19:28:25.822 INFO O| missing from packaging: |
8552 | 2024-10-30T19:28:26.711Z | [ host-image] Oct 30 19:28:25.822 INFO O| "etc/.pwd.lock" |
8553 | 2024-10-30T19:28:26.711Z | [ host-image] Oct 30 19:28:25.822 INFO O| "etc/bash" |
8554 | 2024-10-30T19:28:26.716Z | [ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/profile/generic.xml" |
8555 | 2024-10-30T19:28:26.716Z | [ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/profile/inetd_services.xml" |
8556 | 2024-10-30T19:28:26.719Z | [ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/profile/name_service.xml" |
8557 | 2024-10-30T19:28:26.719Z | [ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/profile/platform.xml" |
8558 | 2024-10-30T19:28:26.719Z | [ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8559 | 2024-10-30T19:28:26.719Z | [ host-image] Oct 30 19:28:25.827 INFO O| "etc/svc/repository.db" |
8560 | 2024-10-30T19:28:26.725Z | [ host-image] Oct 30 19:28:25.835 INFO O| "opt/ooce/share" |
8561 | 2024-10-30T19:28:26.725Z | [ host-image] Oct 30 19:28:25.835 INFO O| "opt/ooce/share/man" |
8562 | 2024-10-30T19:28:26.725Z | [ host-image] Oct 30 19:28:25.835 INFO O| "opt/ooce/share/man/man1" |
8563 | 2024-10-30T19:28:26.734Z | [ host-image] Oct 30 19:28:25.844 INFO O| finishing archive... |
8564 | 2024-10-30T19:28:29.542Z | [ host-image] Oct 30 19:28:28.653 INFO O| creating gzonly manifest... |
8565 | 2024-10-30T19:28:29.571Z | [ host-image] Oct 30 19:28:28.681 INFO O| ok |
8566 | 2024-10-30T19:28:29.686Z | [ host-image] Oct 30 19:28:28.796 INFO image builder template: ramdisk-02-trim... |
8567 | 2024-10-30T19:28:29.686Z | [ host-image] Oct 30 19:28:28.796 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/.tmp4gr4ys/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "ramdisk-02-trim"], pwd: None |
8568 | 2024-10-30T19:28:29.710Z | [ host-image] Oct 30 19:28:28.821 INFO O| Oct 30 19:28:28.820 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8569 | 2024-10-30T19:28:29.715Z | [ host-image] Oct 30 19:28:28.825 INFO O| Oct 30 19:28:28.825 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8570 | 2024-10-30T19:28:29.805Z | [ host-image] Oct 30 19:28:28.914 INFO O| Oct 30 19:28:28.914 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8571 | 2024-10-30T19:28:29.864Z | [ host-image] Oct 30 19:28:28.974 INFO O| Oct 30 19:28:28.974 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8572 | 2024-10-30T19:28:29.867Z | [ host-image] Oct 30 19:28:28.974 INFO O| Oct 30 19:28:28.974 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8573 | 2024-10-30T19:28:29.869Z | [ host-image] Oct 30 19:28:28.980 INFO O| Oct 30 19:28:28.980 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8574 | 2024-10-30T19:28:29.874Z | [ host-image] Oct 30 19:28:28.984 INFO O| Oct 30 19:28:28.984 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8575 | 2024-10-30T19:28:29.879Z | [ host-image] Oct 30 19:28:28.989 INFO O| Oct 30 19:28:28.989 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8576 | 2024-10-30T19:28:30.173Z | [ host-image] Oct 30 19:28:29.283 INFO O| Oct 30 19:28:29.283 INFO rolled back to input snapshot; work may begin |
8577 | 2024-10-30T19:28:30.173Z | [ host-image] Oct 30 19:28:29.283 INFO O| Oct 30 19:28:29.283 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8578 | 2024-10-30T19:28:30.178Z | [ host-image] Oct 30 19:28:29.289 INFO O| Oct 30 19:28:29.289 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8579 | 2024-10-30T19:28:30.188Z | [ host-image] Oct 30 19:28:29.299 INFO O| Oct 30 19:28:29.298 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8580 | 2024-10-30T19:28:30.238Z | [ host-image] Oct 30 19:28:29.348 INFO O| Oct 30 19:28:29.348 INFO STEP 0 (remove_files) COMPLETE |
8581 | 2024-10-30T19:28:30.238Z | [ host-image] Oct 30 19:28:29.348 INFO O| Oct 30 19:28:29.348 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8582 | 2024-10-30T19:28:30.249Z | [ host-image] Oct 30 19:28:29.359 INFO O| Oct 30 19:28:29.359 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8583 | 2024-10-30T19:28:30.252Z | [ host-image] Oct 30 19:28:29.361 INFO O| Oct 30 19:28:29.361 INFO STEP 1 (remove_files) COMPLETE |
8584 | 2024-10-30T19:28:30.252Z | [ host-image] Oct 30 19:28:29.361 INFO O| Oct 30 19:28:29.361 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8585 | 2024-10-30T19:28:30.260Z | [ host-image] Oct 30 19:28:29.370 INFO O| Oct 30 19:28:29.370 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8586 | 2024-10-30T19:28:30.274Z | [ host-image] Oct 30 19:28:29.384 INFO O| Oct 30 19:28:29.384 INFO STEP 2 (remove_files) COMPLETE |
8587 | 2024-10-30T19:28:30.274Z | [ host-image] Oct 30 19:28:29.384 INFO O| Oct 30 19:28:29.384 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8588 | 2024-10-30T19:28:30.284Z | [ host-image] Oct 30 19:28:29.395 INFO O| Oct 30 19:28:29.395 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8589 | 2024-10-30T19:28:30.287Z | [ host-image] Oct 30 19:28:29.397 INFO O| Oct 30 19:28:29.396 INFO STEP 3 (remove_files) COMPLETE |
8590 | 2024-10-30T19:28:30.287Z | [ host-image] Oct 30 19:28:29.397 INFO O| Oct 30 19:28:29.397 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8591 | 2024-10-30T19:28:30.296Z | [ host-image] Oct 30 19:28:29.406 INFO O| Oct 30 19:28:29.406 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8592 | 2024-10-30T19:28:30.299Z | [ host-image] Oct 30 19:28:29.410 INFO O| Oct 30 19:28:29.410 INFO STEP 4 (remove_files) COMPLETE |
8593 | 2024-10-30T19:28:30.299Z | [ host-image] Oct 30 19:28:29.410 INFO O| Oct 30 19:28:29.410 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8594 | 2024-10-30T19:28:30.309Z | [ host-image] Oct 30 19:28:29.419 INFO O| Oct 30 19:28:29.419 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8595 | 2024-10-30T19:28:30.311Z | [ host-image] Oct 30 19:28:29.422 INFO O| Oct 30 19:28:29.422 INFO STEP 5 (remove_files) COMPLETE |
8596 | 2024-10-30T19:28:30.314Z | [ host-image] Oct 30 19:28:29.422 INFO O| Oct 30 19:28:29.422 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8597 | 2024-10-30T19:28:30.321Z | [ host-image] Oct 30 19:28:29.432 INFO O| Oct 30 19:28:29.432 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8598 | 2024-10-30T19:28:30.331Z | [ host-image] Oct 30 19:28:29.442 INFO O| Oct 30 19:28:29.441 INFO STEP 6 (remove_files) COMPLETE |
8599 | 2024-10-30T19:28:30.331Z | [ host-image] Oct 30 19:28:29.442 INFO O| Oct 30 19:28:29.442 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8600 | 2024-10-30T19:28:30.343Z | [ host-image] Oct 30 19:28:29.453 INFO O| Oct 30 19:28:29.453 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8601 | 2024-10-30T19:28:30.354Z | [ host-image] Oct 30 19:28:29.465 INFO O| Oct 30 19:28:29.465 INFO STEP 7 (remove_files) COMPLETE |
8602 | 2024-10-30T19:28:30.354Z | [ host-image] Oct 30 19:28:29.465 INFO O| Oct 30 19:28:29.465 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8603 | 2024-10-30T19:28:30.366Z | [ host-image] Oct 30 19:28:29.475 INFO O| Oct 30 19:28:29.475 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8604 | 2024-10-30T19:28:30.435Z | [ host-image] Oct 30 19:28:29.545 INFO O| Oct 30 19:28:29.545 INFO STEP 8 (remove_files) COMPLETE |
8605 | 2024-10-30T19:28:30.435Z | [ host-image] Oct 30 19:28:29.545 INFO O| Oct 30 19:28:29.545 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8606 | 2024-10-30T19:28:30.446Z | [ host-image] Oct 30 19:28:29.557 INFO O| Oct 30 19:28:29.556 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8607 | 2024-10-30T19:28:30.534Z | [ host-image] Oct 30 19:28:29.644 INFO O| Oct 30 19:28:29.644 INFO STEP 9 (remove_files) COMPLETE |
8608 | 2024-10-30T19:28:30.534Z | [ host-image] Oct 30 19:28:29.644 INFO O| Oct 30 19:28:29.644 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8609 | 2024-10-30T19:28:30.545Z | [ host-image] Oct 30 19:28:29.655 INFO O| Oct 30 19:28:29.655 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8610 | 2024-10-30T19:28:30.549Z | [ host-image] Oct 30 19:28:29.658 INFO O| Oct 30 19:28:29.658 INFO STEP 10 (remove_files) COMPLETE |
8611 | 2024-10-30T19:28:30.550Z | [ host-image] Oct 30 19:28:29.658 INFO O| Oct 30 19:28:29.658 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8612 | 2024-10-30T19:28:30.559Z | [ host-image] Oct 30 19:28:29.668 INFO O| Oct 30 19:28:29.668 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8613 | 2024-10-30T19:28:30.563Z | [ host-image] Oct 30 19:28:29.669 INFO O| Oct 30 19:28:29.669 INFO STEP 11 (remove_files) COMPLETE |
8614 | 2024-10-30T19:28:30.564Z | [ host-image] Oct 30 19:28:29.669 INFO O| Oct 30 19:28:29.669 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8615 | 2024-10-30T19:28:30.571Z | [ host-image] Oct 30 19:28:29.678 INFO O| Oct 30 19:28:29.678 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8616 | 2024-10-30T19:28:30.579Z | [ host-image] Oct 30 19:28:29.680 INFO O| Oct 30 19:28:29.680 INFO STEP 12 (remove_files) COMPLETE |
8617 | 2024-10-30T19:28:30.579Z | [ host-image] Oct 30 19:28:29.680 INFO O| Oct 30 19:28:29.680 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8618 | 2024-10-30T19:28:30.601Z | [ host-image] Oct 30 19:28:29.710 INFO O| Oct 30 19:28:29.710 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8619 | 2024-10-30T19:28:30.612Z | [ host-image] Oct 30 19:28:29.722 INFO O| Oct 30 19:28:29.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8620 | 2024-10-30T19:28:30.616Z | [ host-image] Oct 30 19:28:29.722 INFO O| Oct 30 19:28:29.722 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8621 | 2024-10-30T19:28:30.617Z | [ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8622 | 2024-10-30T19:28:30.617Z | [ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8623 | 2024-10-30T19:28:30.617Z | [ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8624 | 2024-10-30T19:28:30.617Z | [ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8625 | 2024-10-30T19:28:30.617Z | [ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8626 | 2024-10-30T19:28:30.617Z | [ host-image] Oct 30 19:28:29.723 INFO O| Oct 30 19:28:29.723 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8627 | 2024-10-30T19:28:30.617Z | [ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8628 | 2024-10-30T19:28:30.617Z | [ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8629 | 2024-10-30T19:28:30.618Z | [ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8630 | 2024-10-30T19:28:30.618Z | [ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8631 | 2024-10-30T19:28:30.618Z | [ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8632 | 2024-10-30T19:28:30.618Z | [ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8633 | 2024-10-30T19:28:30.618Z | [ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8634 | 2024-10-30T19:28:30.618Z | [ host-image] Oct 30 19:28:29.724 INFO O| Oct 30 19:28:29.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8635 | 2024-10-30T19:28:30.895Z | [ host-image] Oct 30 19:28:30.005 INFO O| Oct 30 19:28:30.005 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8636 | 2024-10-30T19:28:30.898Z | [ host-image] Oct 30 19:28:30.006 INFO O| Oct 30 19:28:30.006 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8637 | 2024-10-30T19:28:30.901Z | [ host-image] Oct 30 19:28:30.011 INFO O| Oct 30 19:28:30.011 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8638 | 2024-10-30T19:28:30.950Z | [ host-image] Oct 30 19:28:30.060 INFO O| Oct 30 19:28:30.060 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8639 | 2024-10-30T19:28:30.964Z | [ host-image] Oct 30 19:28:30.074 INFO O| Oct 30 19:28:30.074 INFO STEP 13 (remove_files) COMPLETE |
8640 | 2024-10-30T19:28:30.964Z | [ host-image] Oct 30 19:28:30.074 INFO O| Oct 30 19:28:30.074 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8641 | 2024-10-30T19:28:30.975Z | [ host-image] Oct 30 19:28:30.085 INFO O| Oct 30 19:28:30.085 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8642 | 2024-10-30T19:28:30.977Z | [ host-image] Oct 30 19:28:30.087 INFO O| Oct 30 19:28:30.087 INFO STEP 14 (remove_files) COMPLETE |
8643 | 2024-10-30T19:28:30.977Z | [ host-image] Oct 30 19:28:30.087 INFO O| Oct 30 19:28:30.087 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8644 | 2024-10-30T19:28:30.986Z | [ host-image] Oct 30 19:28:30.096 INFO O| Oct 30 19:28:30.096 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8645 | 2024-10-30T19:28:30.993Z | [ host-image] Oct 30 19:28:30.103 INFO O| Oct 30 19:28:30.103 INFO STEP 15 (remove_files) COMPLETE |
8646 | 2024-10-30T19:28:30.993Z | [ host-image] Oct 30 19:28:30.103 INFO O| Oct 30 19:28:30.103 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8647 | 2024-10-30T19:28:31.004Z | [ host-image] Oct 30 19:28:30.113 INFO O| Oct 30 19:28:30.112 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8648 | 2024-10-30T19:28:31.007Z | [ host-image] Oct 30 19:28:30.113 INFO O| Oct 30 19:28:30.113 INFO STEP 16 (remove_files) COMPLETE |
8649 | 2024-10-30T19:28:31.007Z | [ host-image] Oct 30 19:28:30.113 INFO O| Oct 30 19:28:30.113 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8650 | 2024-10-30T19:28:31.012Z | [ host-image] Oct 30 19:28:30.123 INFO O| Oct 30 19:28:30.122 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8651 | 2024-10-30T19:28:31.015Z | [ host-image] Oct 30 19:28:30.124 INFO O| Oct 30 19:28:30.124 INFO STEP 17 (remove_files) COMPLETE |
8652 | 2024-10-30T19:28:31.015Z | [ host-image] Oct 30 19:28:30.124 INFO O| Oct 30 19:28:30.124 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8653 | 2024-10-30T19:28:31.024Z | [ host-image] Oct 30 19:28:30.134 INFO O| Oct 30 19:28:30.134 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8654 | 2024-10-30T19:28:31.024Z | [ host-image] Oct 30 19:28:30.134 INFO O| Oct 30 19:28:30.134 INFO STEP 18 (remove_files) COMPLETE |
8655 | 2024-10-30T19:28:31.024Z | [ host-image] Oct 30 19:28:30.134 INFO O| Oct 30 19:28:30.134 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8656 | 2024-10-30T19:28:31.033Z | [ host-image] Oct 30 19:28:30.144 INFO O| Oct 30 19:28:30.144 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8657 | 2024-10-30T19:28:31.033Z | [ host-image] Oct 30 19:28:30.144 INFO O| Oct 30 19:28:30.144 INFO STEP 19 (remove_files) COMPLETE |
8658 | 2024-10-30T19:28:31.033Z | [ host-image] Oct 30 19:28:30.144 INFO O| Oct 30 19:28:30.144 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8659 | 2024-10-30T19:28:31.043Z | [ host-image] Oct 30 19:28:30.153 INFO O| Oct 30 19:28:30.153 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8660 | 2024-10-30T19:28:31.043Z | [ host-image] Oct 30 19:28:30.153 INFO O| Oct 30 19:28:30.153 INFO STEP 20 (remove_files) COMPLETE |
8661 | 2024-10-30T19:28:31.046Z | [ host-image] Oct 30 19:28:30.153 INFO O| Oct 30 19:28:30.153 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8662 | 2024-10-30T19:28:31.053Z | [ host-image] Oct 30 19:28:30.163 INFO O| Oct 30 19:28:30.163 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8663 | 2024-10-30T19:28:31.055Z | [ host-image] Oct 30 19:28:30.163 INFO O| Oct 30 19:28:30.163 INFO STEP 21 (remove_files) COMPLETE |
8664 | 2024-10-30T19:28:31.055Z | [ host-image] Oct 30 19:28:30.163 INFO O| Oct 30 19:28:30.163 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8665 | 2024-10-30T19:28:31.062Z | [ host-image] Oct 30 19:28:30.173 INFO O| Oct 30 19:28:30.173 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8666 | 2024-10-30T19:28:31.063Z | [ host-image] Oct 30 19:28:30.173 INFO O| Oct 30 19:28:30.173 INFO STEP 22 (remove_files) COMPLETE |
8667 | 2024-10-30T19:28:31.066Z | [ host-image] Oct 30 19:28:30.173 INFO O| Oct 30 19:28:30.173 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8668 | 2024-10-30T19:28:31.072Z | [ host-image] Oct 30 19:28:30.182 INFO O| Oct 30 19:28:30.182 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8669 | 2024-10-30T19:28:31.072Z | [ host-image] Oct 30 19:28:30.183 INFO O| Oct 30 19:28:30.182 INFO STEP 23 (remove_files) COMPLETE |
8670 | 2024-10-30T19:28:31.074Z | [ host-image] Oct 30 19:28:30.183 INFO O| Oct 30 19:28:30.183 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8671 | 2024-10-30T19:28:31.083Z | [ host-image] Oct 30 19:28:30.193 INFO O| Oct 30 19:28:30.193 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8672 | 2024-10-30T19:28:31.083Z | [ host-image] Oct 30 19:28:30.193 INFO O| Oct 30 19:28:30.193 INFO STEP 24 (remove_files) COMPLETE |
8673 | 2024-10-30T19:28:31.083Z | [ host-image] Oct 30 19:28:30.193 INFO O| Oct 30 19:28:30.193 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8674 | 2024-10-30T19:28:31.092Z | [ host-image] Oct 30 19:28:30.202 INFO O| Oct 30 19:28:30.202 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8675 | 2024-10-30T19:28:31.092Z | [ host-image] Oct 30 19:28:30.202 INFO O| Oct 30 19:28:30.202 INFO STEP 25 (remove_files) COMPLETE |
8676 | 2024-10-30T19:28:31.094Z | [ host-image] Oct 30 19:28:30.202 INFO O| Oct 30 19:28:30.202 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8677 | 2024-10-30T19:28:31.102Z | [ host-image] Oct 30 19:28:30.212 INFO O| Oct 30 19:28:30.212 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8678 | 2024-10-30T19:28:31.102Z | [ host-image] Oct 30 19:28:30.212 INFO O| Oct 30 19:28:30.212 INFO STEP 26 (remove_files) COMPLETE |
8679 | 2024-10-30T19:28:31.105Z | [ host-image] Oct 30 19:28:30.212 INFO O| Oct 30 19:28:30.212 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8680 | 2024-10-30T19:28:31.111Z | [ host-image] Oct 30 19:28:30.222 INFO O| Oct 30 19:28:30.222 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8681 | 2024-10-30T19:28:31.112Z | [ host-image] Oct 30 19:28:30.222 INFO O| Oct 30 19:28:30.222 INFO STEP 27 (remove_files) COMPLETE |
8682 | 2024-10-30T19:28:31.114Z | [ host-image] Oct 30 19:28:30.222 INFO O| Oct 30 19:28:30.222 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8683 | 2024-10-30T19:28:31.121Z | [ host-image] Oct 30 19:28:30.231 INFO O| Oct 30 19:28:30.231 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8684 | 2024-10-30T19:28:31.124Z | [ host-image] Oct 30 19:28:30.232 INFO O| Oct 30 19:28:30.231 INFO STEP 28 (remove_files) COMPLETE |
8685 | 2024-10-30T19:28:31.125Z | [ host-image] Oct 30 19:28:30.232 INFO O| Oct 30 19:28:30.232 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8686 | 2024-10-30T19:28:31.134Z | [ host-image] Oct 30 19:28:30.244 INFO O| Oct 30 19:28:30.244 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8687 | 2024-10-30T19:28:31.134Z | [ host-image] Oct 30 19:28:30.244 INFO O| Oct 30 19:28:30.244 INFO STEP 29 (remove_files) COMPLETE |
8688 | 2024-10-30T19:28:31.136Z | [ host-image] Oct 30 19:28:30.244 INFO O| Oct 30 19:28:30.244 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8689 | 2024-10-30T19:28:31.144Z | [ host-image] Oct 30 19:28:30.254 INFO O| Oct 30 19:28:30.254 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8690 | 2024-10-30T19:28:31.146Z | [ host-image] Oct 30 19:28:30.254 INFO O| Oct 30 19:28:30.254 INFO STEP 30 (remove_files) COMPLETE |
8691 | 2024-10-30T19:28:31.146Z | [ host-image] Oct 30 19:28:30.254 INFO O| Oct 30 19:28:30.254 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8692 | 2024-10-30T19:28:31.153Z | [ host-image] Oct 30 19:28:30.264 INFO O| Oct 30 19:28:30.263 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8693 | 2024-10-30T19:28:31.153Z | [ host-image] Oct 30 19:28:30.264 INFO O| Oct 30 19:28:30.264 INFO STEP 31 (remove_files) COMPLETE |
8694 | 2024-10-30T19:28:31.155Z | [ host-image] Oct 30 19:28:30.264 INFO O| Oct 30 19:28:30.264 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8695 | 2024-10-30T19:28:31.163Z | [ host-image] Oct 30 19:28:30.273 INFO O| Oct 30 19:28:30.273 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8696 | 2024-10-30T19:28:31.163Z | [ host-image] Oct 30 19:28:30.273 INFO O| Oct 30 19:28:30.273 INFO STEP 32 (remove_files) COMPLETE |
8697 | 2024-10-30T19:28:31.163Z | [ host-image] Oct 30 19:28:30.273 INFO O| Oct 30 19:28:30.273 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8698 | 2024-10-30T19:28:31.175Z | [ host-image] Oct 30 19:28:30.283 INFO O| Oct 30 19:28:30.283 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8699 | 2024-10-30T19:28:31.177Z | [ host-image] Oct 30 19:28:30.283 INFO O| Oct 30 19:28:30.283 INFO STEP 33 (remove_files) COMPLETE |
8700 | 2024-10-30T19:28:31.177Z | [ host-image] Oct 30 19:28:30.283 INFO O| Oct 30 19:28:30.283 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8701 | 2024-10-30T19:28:31.182Z | [ host-image] Oct 30 19:28:30.293 INFO O| Oct 30 19:28:30.292 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8702 | 2024-10-30T19:28:31.184Z | [ host-image] Oct 30 19:28:30.293 INFO O| Oct 30 19:28:30.293 INFO STEP 34 (remove_files) COMPLETE |
8703 | 2024-10-30T19:28:31.185Z | [ host-image] Oct 30 19:28:30.293 INFO O| Oct 30 19:28:30.293 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8704 | 2024-10-30T19:28:31.192Z | [ host-image] Oct 30 19:28:30.302 INFO O| Oct 30 19:28:30.302 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8705 | 2024-10-30T19:28:31.192Z | [ host-image] Oct 30 19:28:30.302 INFO O| Oct 30 19:28:30.302 INFO STEP 35 (remove_files) COMPLETE |
8706 | 2024-10-30T19:28:31.192Z | [ host-image] Oct 30 19:28:30.302 INFO O| Oct 30 19:28:30.302 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8707 | 2024-10-30T19:28:31.201Z | [ host-image] Oct 30 19:28:30.312 INFO O| Oct 30 19:28:30.312 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8708 | 2024-10-30T19:28:31.201Z | [ host-image] Oct 30 19:28:30.312 INFO O| Oct 30 19:28:30.312 INFO STEP 36 (remove_files) COMPLETE |
8709 | 2024-10-30T19:28:31.204Z | [ host-image] Oct 30 19:28:30.312 INFO O| Oct 30 19:28:30.312 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8710 | 2024-10-30T19:28:31.211Z | [ host-image] Oct 30 19:28:30.321 INFO O| Oct 30 19:28:30.321 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8711 | 2024-10-30T19:28:31.211Z | [ host-image] Oct 30 19:28:30.322 INFO O| Oct 30 19:28:30.322 INFO STEP 37 (remove_files) COMPLETE |
8712 | 2024-10-30T19:28:31.211Z | [ host-image] Oct 30 19:28:30.322 INFO O| Oct 30 19:28:30.322 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8713 | 2024-10-30T19:28:31.221Z | [ host-image] Oct 30 19:28:30.331 INFO O| Oct 30 19:28:30.331 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8714 | 2024-10-30T19:28:31.221Z | [ host-image] Oct 30 19:28:30.331 INFO O| Oct 30 19:28:30.331 INFO STEP 38 (remove_files) COMPLETE |
8715 | 2024-10-30T19:28:31.223Z | [ host-image] Oct 30 19:28:30.331 INFO O| Oct 30 19:28:30.331 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8716 | 2024-10-30T19:28:31.231Z | [ host-image] Oct 30 19:28:30.341 INFO O| Oct 30 19:28:30.341 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8717 | 2024-10-30T19:28:31.231Z | [ host-image] Oct 30 19:28:30.341 INFO O| Oct 30 19:28:30.341 INFO STEP 39 (remove_files) COMPLETE |
8718 | 2024-10-30T19:28:31.231Z | [ host-image] Oct 30 19:28:30.341 INFO O| Oct 30 19:28:30.341 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8719 | 2024-10-30T19:28:31.241Z | [ host-image] Oct 30 19:28:30.351 INFO O| Oct 30 19:28:30.351 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8720 | 2024-10-30T19:28:31.241Z | [ host-image] Oct 30 19:28:30.351 INFO O| Oct 30 19:28:30.351 INFO STEP 40 (remove_files) COMPLETE |
8721 | 2024-10-30T19:28:31.243Z | [ host-image] Oct 30 19:28:30.351 INFO O| Oct 30 19:28:30.351 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8722 | 2024-10-30T19:28:31.250Z | [ host-image] Oct 30 19:28:30.361 INFO O| Oct 30 19:28:30.361 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8723 | 2024-10-30T19:28:31.250Z | [ host-image] Oct 30 19:28:30.361 INFO O| Oct 30 19:28:30.361 INFO STEP 41 (remove_files) COMPLETE |
8724 | 2024-10-30T19:28:31.253Z | [ host-image] Oct 30 19:28:30.361 INFO O| Oct 30 19:28:30.361 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8725 | 2024-10-30T19:28:31.261Z | [ host-image] Oct 30 19:28:30.371 INFO O| Oct 30 19:28:30.371 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8726 | 2024-10-30T19:28:31.263Z | [ host-image] Oct 30 19:28:30.371 INFO O| Oct 30 19:28:30.371 INFO STEP 42 (remove_files) COMPLETE |
8727 | 2024-10-30T19:28:31.263Z | [ host-image] Oct 30 19:28:30.371 INFO O| Oct 30 19:28:30.371 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8728 | 2024-10-30T19:28:31.273Z | [ host-image] Oct 30 19:28:30.383 INFO O| Oct 30 19:28:30.383 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8729 | 2024-10-30T19:28:31.273Z | [ host-image] Oct 30 19:28:30.383 INFO O| Oct 30 19:28:30.383 INFO STEP 43 (remove_files) COMPLETE |
8730 | 2024-10-30T19:28:31.276Z | [ host-image] Oct 30 19:28:30.383 INFO O| Oct 30 19:28:30.383 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8731 | 2024-10-30T19:28:31.283Z | [ host-image] Oct 30 19:28:30.393 INFO O| Oct 30 19:28:30.393 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8732 | 2024-10-30T19:28:31.283Z | [ host-image] Oct 30 19:28:30.393 INFO O| Oct 30 19:28:30.393 INFO STEP 44 (remove_files) COMPLETE |
8733 | 2024-10-30T19:28:31.286Z | [ host-image] Oct 30 19:28:30.393 INFO O| Oct 30 19:28:30.393 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8734 | 2024-10-30T19:28:31.293Z | [ host-image] Oct 30 19:28:30.403 INFO O| Oct 30 19:28:30.403 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8735 | 2024-10-30T19:28:31.293Z | [ host-image] Oct 30 19:28:30.403 INFO O| Oct 30 19:28:30.403 INFO STEP 45 (remove_files) COMPLETE |
8736 | 2024-10-30T19:28:31.297Z | [ host-image] Oct 30 19:28:30.403 INFO O| Oct 30 19:28:30.403 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8737 | 2024-10-30T19:28:31.305Z | [ host-image] Oct 30 19:28:30.415 INFO O| Oct 30 19:28:30.415 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8738 | 2024-10-30T19:28:31.305Z | [ host-image] Oct 30 19:28:30.416 INFO O| Oct 30 19:28:30.415 INFO STEP 46 (remove_files) COMPLETE |
8739 | 2024-10-30T19:28:31.305Z | [ host-image] Oct 30 19:28:30.416 INFO O| Oct 30 19:28:30.415 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8740 | 2024-10-30T19:28:31.315Z | [ host-image] Oct 30 19:28:30.425 INFO O| Oct 30 19:28:30.425 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8741 | 2024-10-30T19:28:31.317Z | [ host-image] Oct 30 19:28:30.425 INFO O| Oct 30 19:28:30.425 INFO STEP 47 (remove_files) COMPLETE |
8742 | 2024-10-30T19:28:31.317Z | [ host-image] Oct 30 19:28:30.425 INFO O| Oct 30 19:28:30.425 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8743 | 2024-10-30T19:28:31.327Z | [ host-image] Oct 30 19:28:30.437 INFO O| Oct 30 19:28:30.437 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8744 | 2024-10-30T19:28:31.327Z | [ host-image] Oct 30 19:28:30.437 INFO O| Oct 30 19:28:30.437 INFO STEP 48 (remove_files) COMPLETE |
8745 | 2024-10-30T19:28:31.327Z | [ host-image] Oct 30 19:28:30.437 INFO O| Oct 30 19:28:30.437 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8746 | 2024-10-30T19:28:31.337Z | [ host-image] Oct 30 19:28:30.447 INFO O| Oct 30 19:28:30.447 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8747 | 2024-10-30T19:28:31.337Z | [ host-image] Oct 30 19:28:30.447 INFO O| Oct 30 19:28:30.447 INFO STEP 49 (remove_files) COMPLETE |
8748 | 2024-10-30T19:28:31.340Z | [ host-image] Oct 30 19:28:30.447 INFO O| Oct 30 19:28:30.447 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8749 | 2024-10-30T19:28:31.347Z | [ host-image] Oct 30 19:28:30.458 INFO O| Oct 30 19:28:30.458 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8750 | 2024-10-30T19:28:31.348Z | [ host-image] Oct 30 19:28:30.458 INFO O| Oct 30 19:28:30.458 INFO STEP 50 (remove_files) COMPLETE |
8751 | 2024-10-30T19:28:31.348Z | [ host-image] Oct 30 19:28:30.458 INFO O| Oct 30 19:28:30.458 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8752 | 2024-10-30T19:28:31.357Z | [ host-image] Oct 30 19:28:30.467 INFO O| Oct 30 19:28:30.467 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8753 | 2024-10-30T19:28:31.357Z | [ host-image] Oct 30 19:28:30.467 INFO O| Oct 30 19:28:30.467 INFO STEP 51 (remove_files) COMPLETE |
8754 | 2024-10-30T19:28:31.357Z | [ host-image] Oct 30 19:28:30.467 INFO O| Oct 30 19:28:30.467 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8755 | 2024-10-30T19:28:31.366Z | [ host-image] Oct 30 19:28:30.477 INFO O| Oct 30 19:28:30.477 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8756 | 2024-10-30T19:28:31.369Z | [ host-image] Oct 30 19:28:30.477 INFO O| Oct 30 19:28:30.477 INFO STEP 52 (remove_files) COMPLETE |
8757 | 2024-10-30T19:28:31.369Z | [ host-image] Oct 30 19:28:30.477 INFO O| Oct 30 19:28:30.477 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8758 | 2024-10-30T19:28:31.376Z | [ host-image] Oct 30 19:28:30.486 INFO O| Oct 30 19:28:30.486 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8759 | 2024-10-30T19:28:31.376Z | [ host-image] Oct 30 19:28:30.486 INFO O| Oct 30 19:28:30.486 INFO STEP 53 (remove_files) COMPLETE |
8760 | 2024-10-30T19:28:31.379Z | [ host-image] Oct 30 19:28:30.487 INFO O| Oct 30 19:28:30.486 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8761 | 2024-10-30T19:28:31.386Z | [ host-image] Oct 30 19:28:30.496 INFO O| Oct 30 19:28:30.496 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8762 | 2024-10-30T19:28:31.386Z | [ host-image] Oct 30 19:28:30.496 INFO O| Oct 30 19:28:30.496 INFO STEP 54 (remove_files) COMPLETE |
8763 | 2024-10-30T19:28:31.389Z | [ host-image] Oct 30 19:28:30.496 INFO O| Oct 30 19:28:30.496 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8764 | 2024-10-30T19:28:31.396Z | [ host-image] Oct 30 19:28:30.506 INFO O| Oct 30 19:28:30.506 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8765 | 2024-10-30T19:28:31.396Z | [ host-image] Oct 30 19:28:30.506 INFO O| Oct 30 19:28:30.506 INFO STEP 55 (remove_files) COMPLETE |
8766 | 2024-10-30T19:28:31.398Z | [ host-image] Oct 30 19:28:30.506 INFO O| Oct 30 19:28:30.506 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8767 | 2024-10-30T19:28:31.405Z | [ host-image] Oct 30 19:28:30.515 INFO O| Oct 30 19:28:30.515 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8768 | 2024-10-30T19:28:31.408Z | [ host-image] Oct 30 19:28:30.515 INFO O| Oct 30 19:28:30.515 INFO STEP 56 (remove_files) COMPLETE |
8769 | 2024-10-30T19:28:31.408Z | [ host-image] Oct 30 19:28:30.515 INFO O| Oct 30 19:28:30.515 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8770 | 2024-10-30T19:28:31.414Z | [ host-image] Oct 30 19:28:30.525 INFO O| Oct 30 19:28:30.525 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8771 | 2024-10-30T19:28:31.414Z | [ host-image] Oct 30 19:28:30.525 INFO O| Oct 30 19:28:30.525 INFO STEP 57 (remove_files) COMPLETE |
8772 | 2024-10-30T19:28:31.417Z | [ host-image] Oct 30 19:28:30.525 INFO O| Oct 30 19:28:30.525 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8773 | 2024-10-30T19:28:31.424Z | [ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8774 | 2024-10-30T19:28:31.425Z | [ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8775 | 2024-10-30T19:28:31.427Z | [ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8776 | 2024-10-30T19:28:31.427Z | [ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8777 | 2024-10-30T19:28:31.427Z | [ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8778 | 2024-10-30T19:28:31.427Z | [ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8779 | 2024-10-30T19:28:31.427Z | [ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO ok! |
8780 | 2024-10-30T19:28:31.427Z | [ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO STEP 58 (ensure_file) COMPLETE |
8781 | 2024-10-30T19:28:31.427Z | [ host-image] Oct 30 19:28:30.535 INFO O| Oct 30 19:28:30.535 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8782 | 2024-10-30T19:28:31.435Z | [ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8783 | 2024-10-30T19:28:31.438Z | [ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8784 | 2024-10-30T19:28:31.438Z | [ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8785 | 2024-10-30T19:28:31.438Z | [ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8786 | 2024-10-30T19:28:31.438Z | [ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8787 | 2024-10-30T19:28:31.438Z | [ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8788 | 2024-10-30T19:28:31.438Z | [ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO ok! |
8789 | 2024-10-30T19:28:31.438Z | [ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO STEP 59 (ensure_file) COMPLETE |
8790 | 2024-10-30T19:28:31.438Z | [ host-image] Oct 30 19:28:30.545 INFO O| Oct 30 19:28:30.545 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8791 | 2024-10-30T19:28:31.447Z | [ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8792 | 2024-10-30T19:28:31.447Z | [ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8793 | 2024-10-30T19:28:31.451Z | [ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8794 | 2024-10-30T19:28:31.451Z | [ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO ok! |
8795 | 2024-10-30T19:28:31.451Z | [ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO STEP 60 (ensure_file) COMPLETE |
8796 | 2024-10-30T19:28:31.452Z | [ host-image] Oct 30 19:28:30.558 INFO O| Oct 30 19:28:30.558 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8797 | 2024-10-30T19:28:31.457Z | [ host-image] Oct 30 19:28:30.567 INFO O| Oct 30 19:28:30.567 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8798 | 2024-10-30T19:28:31.457Z | [ host-image] Oct 30 19:28:30.567 INFO O| Oct 30 19:28:30.567 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8799 | 2024-10-30T19:28:31.460Z | [ host-image] Oct 30 19:28:30.568 INFO O| Oct 30 19:28:30.568 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8800 | 2024-10-30T19:28:31.460Z | [ host-image] Oct 30 19:28:30.568 INFO O| Oct 30 19:28:30.568 INFO ok! |
8801 | 2024-10-30T19:28:31.460Z | [ host-image] Oct 30 19:28:30.568 INFO O| Oct 30 19:28:30.568 INFO STEP 61 (ensure_file) COMPLETE |
8802 | 2024-10-30T19:28:31.460Z | [ host-image] Oct 30 19:28:30.568 INFO O| Oct 30 19:28:30.568 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8803 | 2024-10-30T19:28:31.467Z | [ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8804 | 2024-10-30T19:28:31.467Z | [ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8805 | 2024-10-30T19:28:31.469Z | [ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8806 | 2024-10-30T19:28:31.469Z | [ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8807 | 2024-10-30T19:28:31.469Z | [ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 INFO ok! |
8808 | 2024-10-30T19:28:31.469Z | [ host-image] Oct 30 19:28:30.577 INFO O| Oct 30 19:28:30.577 INFO STEP 62 (ensure_file) COMPLETE |
8809 | 2024-10-30T19:28:31.469Z | [ host-image] Oct 30 19:28:30.578 INFO O| Oct 30 19:28:30.577 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8810 | 2024-10-30T19:28:31.477Z | [ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8811 | 2024-10-30T19:28:31.477Z | [ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8812 | 2024-10-30T19:28:31.480Z | [ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8813 | 2024-10-30T19:28:31.480Z | [ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8814 | 2024-10-30T19:28:31.480Z | [ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO ok! |
8815 | 2024-10-30T19:28:31.480Z | [ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO STEP 63 (ensure_file) COMPLETE |
8816 | 2024-10-30T19:28:31.480Z | [ host-image] Oct 30 19:28:30.587 INFO O| Oct 30 19:28:30.587 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8817 | 2024-10-30T19:28:31.488Z | [ host-image] Oct 30 19:28:30.598 INFO O| Oct 30 19:28:30.598 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8818 | 2024-10-30T19:28:31.488Z | [ host-image] Oct 30 19:28:30.598 INFO O| Oct 30 19:28:30.598 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8819 | 2024-10-30T19:28:31.490Z | [ host-image] Oct 30 19:28:30.598 INFO O| Oct 30 19:28:30.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8820 | 2024-10-30T19:28:31.490Z | [ host-image] Oct 30 19:28:30.598 INFO O| Oct 30 19:28:30.598 INFO ok! |
8821 | 2024-10-30T19:28:31.490Z | [ host-image] Oct 30 19:28:30.599 INFO O| Oct 30 19:28:30.598 INFO STEP 64 (assemble_files) COMPLETE |
8822 | 2024-10-30T19:28:31.490Z | [ host-image] Oct 30 19:28:30.599 INFO O| Oct 30 19:28:30.599 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8823 | 2024-10-30T19:28:31.498Z | [ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8824 | 2024-10-30T19:28:31.498Z | [ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8825 | 2024-10-30T19:28:31.500Z | [ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8826 | 2024-10-30T19:28:31.500Z | [ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8827 | 2024-10-30T19:28:31.500Z | [ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO ok! |
8828 | 2024-10-30T19:28:31.500Z | [ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO STEP 65 (ensure_file) COMPLETE |
8829 | 2024-10-30T19:28:31.500Z | [ host-image] Oct 30 19:28:30.608 INFO O| Oct 30 19:28:30.608 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8830 | 2024-10-30T19:28:31.507Z | [ host-image] Oct 30 19:28:30.618 INFO O| Oct 30 19:28:30.618 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8831 | 2024-10-30T19:28:31.510Z | [ host-image] Oct 30 19:28:30.618 INFO O| Oct 30 19:28:30.618 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8832 | 2024-10-30T19:28:31.510Z | [ host-image] Oct 30 19:28:30.618 INFO O| Oct 30 19:28:30.618 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8833 | 2024-10-30T19:28:31.510Z | [ host-image] Oct 30 19:28:30.618 INFO O| Oct 30 19:28:30.618 INFO STEP 66 (ensure_dir) COMPLETE |
8834 | 2024-10-30T19:28:31.510Z | [ host-image] Oct 30 19:28:30.618 INFO O| Oct 30 19:28:30.618 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8835 | 2024-10-30T19:28:31.517Z | [ host-image] Oct 30 19:28:30.628 INFO O| Oct 30 19:28:30.628 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8836 | 2024-10-30T19:28:31.517Z | [ host-image] Oct 30 19:28:30.628 INFO O| Oct 30 19:28:30.628 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 ... |
8837 | 2024-10-30T19:28:31.524Z | [ host-image] Oct 30 19:28:30.635 INFO O| Oct 30 19:28:30.635 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 |
8838 | 2024-10-30T19:28:31.525Z | [ host-image] Oct 30 19:28:30.635 INFO O| Oct 30 19:28:30.635 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8839 | 2024-10-30T19:28:31.527Z | [ host-image] Oct 30 19:28:30.635 INFO O| Oct 30 19:28:30.635 INFO ok! |
8840 | 2024-10-30T19:28:31.527Z | [ host-image] Oct 30 19:28:30.635 INFO O| Oct 30 19:28:30.635 INFO STEP 67 (ensure_file) COMPLETE |
8841 | 2024-10-30T19:28:31.527Z | [ host-image] Oct 30 19:28:30.635 INFO O| Oct 30 19:28:30.635 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8842 | 2024-10-30T19:28:31.535Z | [ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8843 | 2024-10-30T19:28:31.535Z | [ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 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 ... |
8844 | 2024-10-30T19:28:31.537Z | [ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 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 |
8845 | 2024-10-30T19:28:31.537Z | [ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8846 | 2024-10-30T19:28:31.537Z | [ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 INFO ok! |
8847 | 2024-10-30T19:28:31.537Z | [ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 INFO STEP 68 (ensure_file) COMPLETE |
8848 | 2024-10-30T19:28:31.537Z | [ host-image] Oct 30 19:28:30.645 INFO O| Oct 30 19:28:30.645 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8849 | 2024-10-30T19:28:31.550Z | [ host-image] Oct 30 19:28:30.660 INFO O| Oct 30 19:28:30.659 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8850 | 2024-10-30T19:28:31.550Z | [ host-image] Oct 30 19:28:30.660 INFO O| Oct 30 19:28:30.660 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8851 | 2024-10-30T19:28:33.670Z | [ host-image] Oct 30 19:28:32.780 INFO O| Oct 30 19:28:32.780 INFO STEP 69 (pack_tar) COMPLETE |
8852 | 2024-10-30T19:28:33.670Z | [ host-image] Oct 30 19:28:32.780 INFO O| Oct 30 19:28:32.780 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8853 | 2024-10-30T19:28:33.672Z | [ host-image] Oct 30 19:28:32.780 INFO O| Oct 30 19:28:32.780 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8854 | 2024-10-30T19:28:34.088Z | [ host-image] Oct 30 19:28:33.198 INFO O| Oct 30 19:28:33.198 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8855 | 2024-10-30T19:28:34.165Z | [ host-image] Oct 30 19:28:33.275 INFO O| Oct 30 19:28:33.274 INFO completed processing gimlet/ramdisk-02-trim |
8856 | 2024-10-30T19:28:34.167Z | [ host-image] Oct 30 19:28:33.277 INFO image builder template: zfs... |
8857 | 2024-10-30T19:28:34.167Z | [ host-image] Oct 30 19:28:33.277 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/.tmp4gr4ys/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "repo_publisher=helios-dev", "-F", "repo_url=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "optever=0.33.293", "-n", "zfs"], pwd: None |
8858 | 2024-10-30T19:28:34.181Z | [ host-image] Oct 30 19:28:33.291 INFO O| Oct 30 19:28:33.291 INFO skip include "stress" because feature "stress" is not enabled |
8859 | 2024-10-30T19:28:34.215Z | [ host-image] Oct 30 19:28:33.325 INFO O| Oct 30 19:28:33.325 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8860 | 2024-10-30T19:28:34.219Z | [ host-image] Oct 30 19:28:33.330 INFO O| Oct 30 19:28:33.330 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8861 | 2024-10-30T19:28:34.295Z | [ host-image] Oct 30 19:28:33.405 INFO O| Oct 30 19:28:33.405 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8862 | 2024-10-30T19:28:34.358Z | [ host-image] Oct 30 19:28:33.468 INFO O| Oct 30 19:28:33.468 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8863 | 2024-10-30T19:28:34.359Z | [ host-image] Oct 30 19:28:33.468 INFO O| Oct 30 19:28:33.468 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8864 | 2024-10-30T19:28:34.363Z | [ host-image] Oct 30 19:28:33.473 INFO O| Oct 30 19:28:33.473 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8865 | 2024-10-30T19:28:34.429Z | [ host-image] Oct 30 19:28:33.539 INFO O| Oct 30 19:28:33.539 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8866 | 2024-10-30T19:28:34.493Z | [ host-image] Oct 30 19:28:33.603 INFO O| Oct 30 19:28:33.602 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8867 | 2024-10-30T19:28:34.503Z | [ host-image] Oct 30 19:28:33.613 INFO O| Oct 30 19:28:33.613 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8868 | 2024-10-30T19:28:34.508Z | [ host-image] Oct 30 19:28:33.618 INFO O| Oct 30 19:28:33.618 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8869 | 2024-10-30T19:28:34.511Z | [ host-image] Oct 30 19:28:33.618 INFO O| Oct 30 19:28:33.618 INFO no lofi found |
8870 | 2024-10-30T19:28:34.511Z | [ host-image] Oct 30 19:28:33.619 INFO O| Oct 30 19:28:33.619 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8871 | 2024-10-30T19:28:34.511Z | [ host-image] Oct 30 19:28:33.619 INFO O| Oct 30 19:28:33.619 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8872 | 2024-10-30T19:28:35.901Z | [ host-image] Oct 30 19:28:35.009 INFO O| Oct 30 19:28:35.009 INFO lofi device = /dev/dsk/c2t1d0p0 |
8873 | 2024-10-30T19:28:35.901Z | [ host-image] Oct 30 19:28:35.009 INFO O| Oct 30 19:28:35.009 INFO pool device = /dev/dsk/c2t1d0p0 |
8874 | 2024-10-30T19:28:35.904Z | [ host-image] Oct 30 19:28:35.009 INFO O| Oct 30 19:28:35.009 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-gimlet-zfs", "-O", "compression=gzip-9", "-R", "/rpool/images/build/host/work/gimlet/zfs/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
8875 | 2024-10-30T19:28:35.970Z | [ host-image] Oct 30 19:28:35.079 INFO O| Oct 30 19:28:35.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8876 | 2024-10-30T19:28:35.970Z | [ host-image] Oct 30 19:28:35.079 INFO O| Oct 30 19:28:35.079 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8877 | 2024-10-30T19:28:35.992Z | [ host-image] Oct 30 19:28:35.100 INFO O| Oct 30 19:28:35.100 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8878 | 2024-10-30T19:28:36.047Z | [ host-image] Oct 30 19:28:35.156 INFO O| Oct 30 19:28:35.156 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8879 | 2024-10-30T19:28:36.084Z | [ host-image] Oct 30 19:28:35.193 INFO O| Oct 30 19:28:35.193 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8880 | 2024-10-30T19:28:36.098Z | [ host-image] Oct 30 19:28:35.208 INFO O| Oct 30 19:28:35.208 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8881 | 2024-10-30T19:28:36.108Z | [ host-image] Oct 30 19:28:35.219 INFO O| Oct 30 19:28:35.218 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8882 | 2024-10-30T19:28:36.155Z | [ host-image] Oct 30 19:28:35.264 INFO O| Oct 30 19:28:35.264 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8883 | 2024-10-30T19:28:36.158Z | [ host-image] Oct 30 19:28:35.264 INFO O| Oct 30 19:28:35.264 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8884 | 2024-10-30T19:28:36.158Z | [ host-image] Oct 30 19:28:35.264 INFO O| Oct 30 19:28:35.264 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8885 | 2024-10-30T19:28:36.167Z | [ host-image] Oct 30 19:28:35.276 INFO O| Oct 30 19:28:35.276 INFO boot environment UUID: f87c6aa1-eb53-4c7a-b192-c17777009b09 |
8886 | 2024-10-30T19:28:36.167Z | [ host-image] Oct 30 19:28:35.277 INFO O| Oct 30 19:28:35.276 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = f87c6aa1-eb53-4c7a-b192-c17777009b09 |
8887 | 2024-10-30T19:28:36.178Z | [ host-image] Oct 30 19:28:35.288 INFO O| Oct 30 19:28:35.288 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8888 | 2024-10-30T19:28:36.187Z | [ host-image] Oct 30 19:28:35.297 INFO O| Oct 30 19:28:35.297 INFO STEP 0 (create_be) COMPLETE |
8889 | 2024-10-30T19:28:36.187Z | [ host-image] Oct 30 19:28:35.297 INFO O| Oct 30 19:28:35.297 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8890 | 2024-10-30T19:28:36.203Z | [ host-image] Oct 30 19:28:35.313 INFO O| Oct 30 19:28:35.313 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8891 | 2024-10-30T19:28:37.859Z | [ recovery-image] Oct 30 19:28:36.968 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8892 | 2024-10-30T19:28:40.977Z | [ recovery-image] Oct 30 19:28:40.085 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
8893 | 2024-10-30T19:28:45.490Z | [ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling bitflags v1.3.2 |
8894 | 2024-10-30T19:28:45.491Z | [ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling bit_field v0.10.2 |
8895 | 2024-10-30T19:28:45.493Z | [ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling log v0.4.22 |
8896 | 2024-10-30T19:28:45.493Z | [ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling adler2 v2.0.0 |
8897 | 2024-10-30T19:28:45.493Z | [ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling scroll v0.12.0 |
8898 | 2024-10-30T19:28:45.493Z | [ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling plain v0.2.3 |
8899 | 2024-10-30T19:28:45.493Z | [ recovery-image] Oct 30 19:28:44.600 INFO E| Compiling static_assertions v1.1.0 |
8900 | 2024-10-30T19:28:45.579Z | [ recovery-image] Oct 30 19:28:44.688 INFO E| Compiling raw-cpuid v10.7.0 |
8901 | 2024-10-30T19:28:45.581Z | [ recovery-image] Oct 30 19:28:44.689 INFO E| Compiling cpio_reader v0.1.1 |
8902 | 2024-10-30T19:28:45.665Z | [ recovery-image] Oct 30 19:28:44.774 INFO E| Compiling miniz_oxide v0.8.0 |
8903 | 2024-10-30T19:28:45.735Z | [ recovery-image] Oct 30 19:28:44.845 INFO E| Compiling bitstruct v0.1.1 |
8904 | 2024-10-30T19:28:46.258Z | [ recovery-image] Oct 30 19:28:45.367 INFO E| Compiling goblin v0.8.2 |
8905 | 2024-10-30T19:28:54.829Z | [ recovery-image] Oct 30 19:28:53.938 INFO E| Finished `release` profile [optimized] target(s) in 36.47s |
8906 | 2024-10-30T19:28:54.858Z | [ recovery-image] Oct 30 19:28:53.966 INFO building host image... |
8907 | 2024-10-30T19:28:54.860Z | [ recovery-image] Oct 30 19:28:53.967 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") |
8908 | 2024-10-30T19:28:55.518Z | [ recovery-image] Oct 30 19:28:54.627 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
8909 | 2024-10-30T19:28:57.439Z | [ recovery-image] Oct 30 19:28:56.547 INFO image complete! materials are in "/work/os-recovery" |
8910 | 2024-10-30T19:28:57.442Z | [ recovery-image] |
8911 | 2024-10-30T19:28:57.442Z | [ recovery-image] real 8:01.721301123 |
8912 | 2024-10-30T19:28:57.445Z | [ recovery-image] user 5:20.482502745 |
8913 | 2024-10-30T19:28:57.445Z | [ recovery-image] sys 52.641055448 |
8914 | 2024-10-30T19:28:57.445Z | [ recovery-image] trap 0.235081998 |
8915 | 2024-10-30T19:28:57.445Z | [ recovery-image] tflt 0.262063578 |
8916 | 2024-10-30T19:28:57.445Z | Oct 30 19:28:56.552 INFO [ recovery-image] dflt 1.085426056 |
8917 | 2024-10-30T19:28:57.445Z | [recovery-image] process exited with exit status: 0 (481.748882592s) |
8918 | 2024-10-30T19:28:57.445Z | [ recovery-image] kflt 0.000481393 |
8919 | 2024-10-30T19:28:57.445Z | [ recovery-image] lock 16:42.637672530 |
8920 | 2024-10-30T19:28:57.445Z | [ recovery-image] slp 48:10.207295157 |
8921 | 2024-10-30T19:28:57.445Z | [ recovery-image] lat 2:06.366587433 |
8922 | 2024-10-30T19:28:57.445Z | [ recovery-image] stop 4.761494184 |
8923 | 2024-10-30T19:28:58.597Z | [ host-image] Oct 30 19:28:57.705 INFO O| Oct 30 19:28:57.705 INFO STEP 1 (unpack_tar) COMPLETE |
8924 | 2024-10-30T19:28:58.597Z | [ host-image] Oct 30 19:28:57.706 INFO O| Oct 30 19:28:57.705 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8925 | 2024-10-30T19:28:58.608Z | [ host-image] Oct 30 19:28:57.717 INFO O| Oct 30 19:28:57.717 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8926 | 2024-10-30T19:28:58.873Z | [ host-image] Oct 30 19:28:57.982 INFO O| Oct 30 19:28:57.982 INFO STEP 2 (devfsadm) COMPLETE |
8927 | 2024-10-30T19:28:58.873Z | [ host-image] Oct 30 19:28:57.982 INFO O| Oct 30 19:28:57.982 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8928 | 2024-10-30T19:28:58.884Z | [ host-image] Oct 30 19:28:57.993 INFO O| Oct 30 19:28:57.993 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8929 | 2024-10-30T19:28:58.884Z | [ host-image] Oct 30 19:28:57.993 INFO O| Oct 30 19:28:57.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8930 | 2024-10-30T19:28:58.887Z | [ host-image] Oct 30 19:28:57.993 INFO O| Oct 30 19:28:57.993 INFO STEP 3 (ensure_dir) COMPLETE |
8931 | 2024-10-30T19:28:58.887Z | [ host-image] Oct 30 19:28:57.993 INFO O| Oct 30 19:28:57.993 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8932 | 2024-10-30T19:28:58.894Z | [ host-image] Oct 30 19:28:58.003 INFO O| Oct 30 19:28:58.003 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8933 | 2024-10-30T19:28:58.894Z | [ host-image] Oct 30 19:28:58.003 INFO O| Oct 30 19:28:58.003 INFO STEP 4 (ensure_dir) COMPLETE |
8934 | 2024-10-30T19:28:58.898Z | [ host-image] Oct 30 19:28:58.004 INFO O| Oct 30 19:28:58.003 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8935 | 2024-10-30T19:28:58.904Z | [ host-image] Oct 30 19:28:58.013 INFO O| Oct 30 19:28:58.013 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8936 | 2024-10-30T19:28:58.904Z | [ host-image] Oct 30 19:28:58.013 INFO O| Oct 30 19:28:58.013 INFO STEP 5 (ensure_dir) COMPLETE |
8937 | 2024-10-30T19:28:58.904Z | [ host-image] Oct 30 19:28:58.013 INFO O| Oct 30 19:28:58.013 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8938 | 2024-10-30T19:28:58.914Z | [ host-image] Oct 30 19:28:58.023 INFO O| Oct 30 19:28:58.023 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8939 | 2024-10-30T19:28:58.916Z | [ host-image] Oct 30 19:28:58.023 INFO O| Oct 30 19:28:58.023 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8940 | 2024-10-30T19:28:58.916Z | [ host-image] Oct 30 19:28:58.023 INFO O| Oct 30 19:28:58.023 INFO STEP 6 (ensure_dir) COMPLETE |
8941 | 2024-10-30T19:28:58.916Z | [ host-image] Oct 30 19:28:58.023 INFO O| Oct 30 19:28:58.023 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8942 | 2024-10-30T19:28:58.924Z | [ host-image] Oct 30 19:28:58.033 INFO O| Oct 30 19:28:58.033 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8943 | 2024-10-30T19:28:58.926Z | [ host-image] Oct 30 19:28:58.033 INFO O| Oct 30 19:28:58.033 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8944 | 2024-10-30T19:28:58.926Z | [ host-image] Oct 30 19:28:58.033 INFO O| Oct 30 19:28:58.033 INFO STEP 7 (ensure_dir) COMPLETE |
8945 | 2024-10-30T19:28:58.926Z | [ host-image] Oct 30 19:28:58.033 INFO O| Oct 30 19:28:58.033 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8946 | 2024-10-30T19:28:58.934Z | [ host-image] Oct 30 19:28:58.043 INFO O| Oct 30 19:28:58.043 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8947 | 2024-10-30T19:28:58.936Z | [ host-image] Oct 30 19:28:58.043 INFO O| Oct 30 19:28:58.043 INFO STEP 8 (remove_files) COMPLETE |
8948 | 2024-10-30T19:28:58.936Z | [ host-image] Oct 30 19:28:58.043 INFO O| Oct 30 19:28:58.043 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8949 | 2024-10-30T19:28:58.943Z | [ host-image] Oct 30 19:28:58.053 INFO O| Oct 30 19:28:58.053 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8950 | 2024-10-30T19:28:58.946Z | [ host-image] Oct 30 19:28:58.053 INFO O| Oct 30 19:28:58.053 INFO STEP 9 (remove_files) COMPLETE |
8951 | 2024-10-30T19:28:58.946Z | [ host-image] Oct 30 19:28:58.054 INFO O| Oct 30 19:28:58.053 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8952 | 2024-10-30T19:28:58.954Z | [ host-image] Oct 30 19:28:58.063 INFO O| Oct 30 19:28:58.063 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8953 | 2024-10-30T19:28:58.956Z | [ host-image] Oct 30 19:28:58.064 INFO O| Oct 30 19:28:58.064 INFO STEP 10 (remove_files) COMPLETE |
8954 | 2024-10-30T19:28:58.956Z | [ host-image] Oct 30 19:28:58.064 INFO O| Oct 30 19:28:58.064 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8955 | 2024-10-30T19:28:58.964Z | [ host-image] Oct 30 19:28:58.073 INFO O| Oct 30 19:28:58.073 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8956 | 2024-10-30T19:28:58.967Z | [ host-image] Oct 30 19:28:58.073 INFO O| Oct 30 19:28:58.073 INFO STEP 11 (remove_files) COMPLETE |
8957 | 2024-10-30T19:28:58.967Z | [ host-image] Oct 30 19:28:58.073 INFO O| Oct 30 19:28:58.073 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8958 | 2024-10-30T19:28:58.974Z | [ host-image] Oct 30 19:28:58.083 INFO O| Oct 30 19:28:58.083 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8959 | 2024-10-30T19:28:58.976Z | [ host-image] Oct 30 19:28:58.083 INFO O| Oct 30 19:28:58.083 INFO STEP 12 (remove_files) COMPLETE |
8960 | 2024-10-30T19:28:58.976Z | [ host-image] Oct 30 19:28:58.083 INFO O| Oct 30 19:28:58.083 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8961 | 2024-10-30T19:28:58.984Z | [ host-image] Oct 30 19:28:58.093 INFO O| Oct 30 19:28:58.093 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8962 | 2024-10-30T19:28:58.986Z | [ host-image] Oct 30 19:28:58.093 INFO O| Oct 30 19:28:58.093 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8963 | 2024-10-30T19:28:58.986Z | [ host-image] Oct 30 19:28:58.093 INFO O| Oct 30 19:28:58.093 INFO STEP 13 (ensure_dir) COMPLETE |
8964 | 2024-10-30T19:28:58.986Z | [ host-image] Oct 30 19:28:58.093 INFO O| Oct 30 19:28:58.093 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8965 | 2024-10-30T19:28:58.994Z | [ host-image] Oct 30 19:28:58.103 INFO O| Oct 30 19:28:58.103 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8966 | 2024-10-30T19:28:58.994Z | [ host-image] Oct 30 19:28:58.103 INFO O| Oct 30 19:28:58.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8967 | 2024-10-30T19:28:58.996Z | [ host-image] Oct 30 19:28:58.103 INFO O| Oct 30 19:28:58.103 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8968 | 2024-10-30T19:28:58.996Z | [ host-image] Oct 30 19:28:58.103 INFO O| Oct 30 19:28:58.103 INFO STEP 14 (ensure_dir) COMPLETE |
8969 | 2024-10-30T19:28:58.996Z | [ host-image] Oct 30 19:28:58.103 INFO O| Oct 30 19:28:58.103 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8970 | 2024-10-30T19:28:59.003Z | [ host-image] Oct 30 19:28:58.113 INFO O| Oct 30 19:28:58.113 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8971 | 2024-10-30T19:28:59.006Z | [ host-image] Oct 30 19:28:58.113 INFO O| Oct 30 19:28:58.113 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8972 | 2024-10-30T19:28:59.006Z | [ host-image] Oct 30 19:28:58.113 INFO O| Oct 30 19:28:58.113 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8973 | 2024-10-30T19:28:59.006Z | [ host-image] Oct 30 19:28:58.113 INFO O| Oct 30 19:28:58.113 INFO STEP 15 (ensure_dir) COMPLETE |
8974 | 2024-10-30T19:28:59.006Z | [ host-image] Oct 30 19:28:58.113 INFO O| Oct 30 19:28:58.113 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8975 | 2024-10-30T19:28:59.013Z | [ host-image] Oct 30 19:28:58.123 INFO O| Oct 30 19:28:58.123 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8976 | 2024-10-30T19:28:59.016Z | [ host-image] Oct 30 19:28:58.123 INFO O| Oct 30 19:28:58.123 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8977 | 2024-10-30T19:28:59.016Z | [ host-image] Oct 30 19:28:58.123 INFO O| Oct 30 19:28:58.123 INFO STEP 16 (ensure_dir) COMPLETE |
8978 | 2024-10-30T19:28:59.016Z | [ host-image] Oct 30 19:28:58.123 INFO O| Oct 30 19:28:58.123 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8979 | 2024-10-30T19:28:59.023Z | [ host-image] Oct 30 19:28:58.132 INFO O| Oct 30 19:28:58.132 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8980 | 2024-10-30T19:28:59.031Z | [ host-image] Oct 30 19:28:58.132 INFO O| Oct 30 19:28:58.132 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8981 | 2024-10-30T19:28:59.031Z | [ host-image] Oct 30 19:28:58.133 INFO O| Oct 30 19:28:58.132 INFO STEP 17 (ensure_dir) COMPLETE |
8982 | 2024-10-30T19:28:59.031Z | [ host-image] Oct 30 19:28:58.133 INFO O| Oct 30 19:28:58.132 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8983 | 2024-10-30T19:28:59.034Z | [ host-image] Oct 30 19:28:58.142 INFO O| Oct 30 19:28:58.142 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8984 | 2024-10-30T19:28:59.034Z | [ host-image] Oct 30 19:28:58.142 INFO O| Oct 30 19:28:58.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8985 | 2024-10-30T19:28:59.034Z | [ host-image] Oct 30 19:28:58.142 INFO O| Oct 30 19:28:58.142 INFO ok! |
8986 | 2024-10-30T19:28:59.034Z | [ host-image] Oct 30 19:28:58.142 INFO O| Oct 30 19:28:58.142 INFO STEP 18 (ensure_symlink) COMPLETE |
8987 | 2024-10-30T19:28:59.034Z | [ host-image] Oct 30 19:28:58.142 INFO O| Oct 30 19:28:58.142 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8988 | 2024-10-30T19:28:59.043Z | [ host-image] Oct 30 19:28:58.152 INFO O| Oct 30 19:28:58.152 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8989 | 2024-10-30T19:28:59.043Z | [ host-image] Oct 30 19:28:58.152 INFO O| Oct 30 19:28:58.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8990 | 2024-10-30T19:28:59.045Z | [ host-image] Oct 30 19:28:58.152 INFO O| Oct 30 19:28:58.152 INFO ok! |
8991 | 2024-10-30T19:28:59.045Z | [ host-image] Oct 30 19:28:58.152 INFO O| Oct 30 19:28:58.152 INFO STEP 19 (ensure_file) COMPLETE |
8992 | 2024-10-30T19:28:59.045Z | [ host-image] Oct 30 19:28:58.152 INFO O| Oct 30 19:28:58.152 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8993 | 2024-10-30T19:28:59.053Z | [ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8994 | 2024-10-30T19:28:59.053Z | [ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8995 | 2024-10-30T19:28:59.056Z | [ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8996 | 2024-10-30T19:28:59.056Z | [ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO ok! |
8997 | 2024-10-30T19:28:59.056Z | [ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO STEP 20 (ensure_symlink) COMPLETE |
8998 | 2024-10-30T19:28:59.056Z | [ host-image] Oct 30 19:28:58.162 INFO O| Oct 30 19:28:58.162 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8999 | 2024-10-30T19:28:59.062Z | [ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
9000 | 2024-10-30T19:28:59.062Z | [ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
9001 | 2024-10-30T19:28:59.065Z | [ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
9002 | 2024-10-30T19:28:59.065Z | [ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO ok! |
9003 | 2024-10-30T19:28:59.065Z | [ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO STEP 21 (ensure_symlink) COMPLETE |
9004 | 2024-10-30T19:28:59.065Z | [ host-image] Oct 30 19:28:58.172 INFO O| Oct 30 19:28:58.172 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9005 | 2024-10-30T19:28:59.073Z | [ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
9006 | 2024-10-30T19:28:59.073Z | [ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
9007 | 2024-10-30T19:28:59.075Z | [ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
9008 | 2024-10-30T19:28:59.075Z | [ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO ok! |
9009 | 2024-10-30T19:28:59.075Z | [ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO STEP 22 (ensure_symlink) COMPLETE |
9010 | 2024-10-30T19:28:59.075Z | [ host-image] Oct 30 19:28:58.182 INFO O| Oct 30 19:28:58.182 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9011 | 2024-10-30T19:28:59.082Z | [ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
9012 | 2024-10-30T19:28:59.082Z | [ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
9013 | 2024-10-30T19:28:59.085Z | [ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
9014 | 2024-10-30T19:28:59.085Z | [ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO ok! |
9015 | 2024-10-30T19:28:59.085Z | [ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO STEP 23 (ensure_symlink) COMPLETE |
9016 | 2024-10-30T19:28:59.085Z | [ host-image] Oct 30 19:28:58.192 INFO O| Oct 30 19:28:58.192 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9017 | 2024-10-30T19:28:59.092Z | [ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
9018 | 2024-10-30T19:28:59.092Z | [ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
9019 | 2024-10-30T19:28:59.095Z | [ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
9020 | 2024-10-30T19:28:59.095Z | [ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 INFO ok! |
9021 | 2024-10-30T19:28:59.095Z | [ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 INFO STEP 24 (ensure_file) COMPLETE |
9022 | 2024-10-30T19:28:59.095Z | [ host-image] Oct 30 19:28:58.202 INFO O| Oct 30 19:28:58.202 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9023 | 2024-10-30T19:28:59.103Z | [ host-image] Oct 30 19:28:58.212 INFO O| Oct 30 19:28:58.212 INFO updating shadow file |
9024 | 2024-10-30T19:28:59.105Z | [ host-image] Oct 30 19:28:58.212 INFO O| Oct 30 19:28:58.212 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9025 | 2024-10-30T19:28:59.105Z | [ host-image] Oct 30 19:28:58.212 INFO O| Oct 30 19:28:58.212 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9026 | 2024-10-30T19:28:59.105Z | [ host-image] Oct 30 19:28:58.212 INFO O| Oct 30 19:28:58.212 INFO STEP 25 (shadow) COMPLETE |
9027 | 2024-10-30T19:28:59.105Z | [ host-image] Oct 30 19:28:58.212 INFO O| Oct 30 19:28:58.212 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9028 | 2024-10-30T19:28:59.113Z | [ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
9029 | 2024-10-30T19:28:59.113Z | [ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
9030 | 2024-10-30T19:28:59.115Z | [ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
9031 | 2024-10-30T19:28:59.115Z | [ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 INFO ok! |
9032 | 2024-10-30T19:28:59.115Z | [ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 INFO STEP 26 (ensure_file) COMPLETE |
9033 | 2024-10-30T19:28:59.115Z | [ host-image] Oct 30 19:28:58.222 INFO O| Oct 30 19:28:58.222 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9034 | 2024-10-30T19:28:59.123Z | [ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
9035 | 2024-10-30T19:28:59.125Z | [ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
9036 | 2024-10-30T19:28:59.125Z | [ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
9037 | 2024-10-30T19:28:59.125Z | [ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO ok! |
9038 | 2024-10-30T19:28:59.125Z | [ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO STEP 27 (ensure_file) COMPLETE |
9039 | 2024-10-30T19:28:59.125Z | [ host-image] Oct 30 19:28:58.232 INFO O| Oct 30 19:28:58.232 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9040 | 2024-10-30T19:28:59.133Z | [ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
9041 | 2024-10-30T19:28:59.133Z | [ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
9042 | 2024-10-30T19:28:59.135Z | [ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9043 | 2024-10-30T19:28:59.135Z | [ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
9044 | 2024-10-30T19:28:59.135Z | [ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO ok! |
9045 | 2024-10-30T19:28:59.135Z | [ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO STEP 28 (ensure_file) COMPLETE |
9046 | 2024-10-30T19:28:59.135Z | [ host-image] Oct 30 19:28:58.242 INFO O| Oct 30 19:28:58.242 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
9047 | 2024-10-30T19:28:59.142Z | [ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.251 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
9048 | 2024-10-30T19:28:59.142Z | [ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.251 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
9049 | 2024-10-30T19:28:59.145Z | [ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
9050 | 2024-10-30T19:28:59.145Z | [ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.252 INFO ok! |
9051 | 2024-10-30T19:28:59.145Z | [ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.252 INFO STEP 29 (ensure_file) COMPLETE |
9052 | 2024-10-30T19:28:59.145Z | [ host-image] Oct 30 19:28:58.252 INFO O| Oct 30 19:28:58.252 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9053 | 2024-10-30T19:28:59.153Z | [ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
9054 | 2024-10-30T19:28:59.153Z | [ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
9055 | 2024-10-30T19:28:59.209Z | [ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
9056 | 2024-10-30T19:28:59.209Z | [ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO ok! |
9057 | 2024-10-30T19:28:59.209Z | [ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO STEP 30 (ensure_file) COMPLETE |
9058 | 2024-10-30T19:28:59.210Z | [ host-image] Oct 30 19:28:58.262 INFO O| Oct 30 19:28:58.262 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9059 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
9060 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
9061 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9062 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
9063 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO ok! |
9064 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO STEP 31 (ensure_file) COMPLETE |
9065 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.272 INFO O| Oct 30 19:28:58.272 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9066 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
9067 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
9068 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
9069 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 INFO ok! |
9070 | 2024-10-30T19:28:59.214Z | [ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 INFO STEP 32 (ensure_file) COMPLETE |
9071 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.282 INFO O| Oct 30 19:28:58.282 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9072 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.292 INFO O| Oct 30 19:28:58.292 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
9073 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.292 INFO O| Oct 30 19:28:58.292 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
9074 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.293 INFO O| Oct 30 19:28:58.293 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
9075 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.293 INFO O| Oct 30 19:28:58.293 INFO ok! |
9076 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.293 INFO O| Oct 30 19:28:58.293 INFO STEP 33 (ensure_file) COMPLETE |
9077 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.293 INFO O| Oct 30 19:28:58.293 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9078 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.302 INFO O| Oct 30 19:28:58.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
9079 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.302 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
9080 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9081 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9082 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9083 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
9084 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO ok! |
9085 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO STEP 34 (ensure_file) COMPLETE |
9086 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.303 INFO O| Oct 30 19:28:58.303 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9087 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.312 INFO O| Oct 30 19:28:58.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9088 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.313 INFO O| Oct 30 19:28:58.313 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9089 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.313 INFO O| Oct 30 19:28:58.313 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
9090 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.313 INFO O| Oct 30 19:28:58.313 INFO STEP 35 (ensure_dir) COMPLETE |
9091 | 2024-10-30T19:28:59.215Z | [ host-image] Oct 30 19:28:58.313 INFO O| Oct 30 19:28:58.313 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9092 | 2024-10-30T19:28:59.218Z | [ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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 |
9093 | 2024-10-30T19:28:59.218Z | [ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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 ... |
9094 | 2024-10-30T19:28:59.218Z | [ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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 |
9095 | 2024-10-30T19:28:59.218Z | [ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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 |
9096 | 2024-10-30T19:28:59.218Z | [ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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 |
9097 | 2024-10-30T19:28:59.218Z | [ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 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 |
9098 | 2024-10-30T19:28:59.218Z | [ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 INFO ok! |
9099 | 2024-10-30T19:28:59.218Z | [ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 INFO STEP 36 (ensure_file) COMPLETE |
9100 | 2024-10-30T19:28:59.218Z | [ host-image] Oct 30 19:28:58.323 INFO O| Oct 30 19:28:58.323 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
9101 | 2024-10-30T19:28:59.224Z | [ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
9102 | 2024-10-30T19:28:59.224Z | [ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 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 ... |
9103 | 2024-10-30T19:28:59.227Z | [ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
9104 | 2024-10-30T19:28:59.227Z | [ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 INFO ok! |
9105 | 2024-10-30T19:28:59.227Z | [ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 INFO STEP 37 (ensure_symlink) COMPLETE |
9106 | 2024-10-30T19:28:59.227Z | [ host-image] Oct 30 19:28:58.333 INFO O| Oct 30 19:28:58.333 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9107 | 2024-10-30T19:28:59.234Z | [ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
9108 | 2024-10-30T19:28:59.234Z | [ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9109 | 2024-10-30T19:28:59.237Z | [ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9110 | 2024-10-30T19:28:59.237Z | [ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9111 | 2024-10-30T19:28:59.237Z | [ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9112 | 2024-10-30T19:28:59.237Z | [ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9113 | 2024-10-30T19:28:59.237Z | [ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO ok! |
9114 | 2024-10-30T19:28:59.237Z | [ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO STEP 38 (ensure_file) COMPLETE |
9115 | 2024-10-30T19:28:59.237Z | [ host-image] Oct 30 19:28:58.343 INFO O| Oct 30 19:28:58.343 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9116 | 2024-10-30T19:28:59.244Z | [ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
9117 | 2024-10-30T19:28:59.244Z | [ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 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 ... |
9118 | 2024-10-30T19:28:59.247Z | [ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 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 |
9119 | 2024-10-30T19:28:59.247Z | [ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9120 | 2024-10-30T19:28:59.247Z | [ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 INFO ok! |
9121 | 2024-10-30T19:28:59.247Z | [ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 INFO STEP 39 (ensure_file) COMPLETE |
9122 | 2024-10-30T19:28:59.247Z | [ host-image] Oct 30 19:28:58.353 INFO O| Oct 30 19:28:58.353 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9123 | 2024-10-30T19:28:59.254Z | [ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
9124 | 2024-10-30T19:28:59.254Z | [ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
9125 | 2024-10-30T19:28:59.257Z | [ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
9126 | 2024-10-30T19:28:59.257Z | [ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO ok! |
9127 | 2024-10-30T19:28:59.257Z | [ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO STEP 40 (ensure_file) COMPLETE |
9128 | 2024-10-30T19:28:59.257Z | [ host-image] Oct 30 19:28:58.363 INFO O| Oct 30 19:28:58.363 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9129 | 2024-10-30T19:28:59.264Z | [ host-image] Oct 30 19:28:58.374 INFO O| Oct 30 19:28:58.373 INFO updating shadow file |
9130 | 2024-10-30T19:28:59.267Z | [ host-image] Oct 30 19:28:58.374 INFO O| Oct 30 19:28:58.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
9131 | 2024-10-30T19:28:59.267Z | [ host-image] Oct 30 19:28:58.374 INFO O| Oct 30 19:28:58.374 INFO STEP 41 (shadow) COMPLETE |
9132 | 2024-10-30T19:28:59.267Z | [ host-image] Oct 30 19:28:58.374 INFO O| Oct 30 19:28:58.374 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
9133 | 2024-10-30T19:28:59.275Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
9134 | 2024-10-30T19:28:59.275Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
9135 | 2024-10-30T19:28:59.277Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9136 | 2024-10-30T19:28:59.277Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
9137 | 2024-10-30T19:28:59.277Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO ok! |
9138 | 2024-10-30T19:28:59.278Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO STEP 42 (ensure_file) COMPLETE |
9139 | 2024-10-30T19:28:59.278Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9140 | 2024-10-30T19:28:59.278Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO skip step because feature "mfg" is not enabled |
9141 | 2024-10-30T19:28:59.278Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9142 | 2024-10-30T19:28:59.278Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO skip step because feature "mfg" is not enabled |
9143 | 2024-10-30T19:28:59.278Z | [ host-image] Oct 30 19:28:58.384 INFO O| Oct 30 19:28:58.384 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9144 | 2024-10-30T19:28:59.285Z | [ host-image] Oct 30 19:28:58.394 INFO O| Oct 30 19:28:58.394 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
9145 | 2024-10-30T19:28:59.285Z | [ host-image] Oct 30 19:28:58.394 INFO O| Oct 30 19:28:58.394 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
9146 | 2024-10-30T19:28:59.927Z | [ host-image] Oct 30 19:28:59.036 INFO O| Oct 30 19:28:59.036 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9147 | 2024-10-30T19:28:59.927Z | [ host-image] Oct 30 19:28:59.036 INFO O| Oct 30 19:28:59.036 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
9148 | 2024-10-30T19:28:59.931Z | [ host-image] Oct 30 19:28:59.036 INFO O| Oct 30 19:28:59.036 INFO ok! |
9149 | 2024-10-30T19:28:59.931Z | [ host-image] Oct 30 19:28:59.036 INFO O| Oct 30 19:28:59.036 INFO STEP 45 (ensure_file) COMPLETE |
9150 | 2024-10-30T19:28:59.931Z | [ host-image] Oct 30 19:28:59.036 INFO O| Oct 30 19:28:59.036 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9151 | 2024-10-30T19:28:59.939Z | [ host-image] Oct 30 19:28:59.048 INFO O| Oct 30 19:28:59.048 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
9152 | 2024-10-30T19:28:59.940Z | [ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.048 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
9153 | 2024-10-30T19:28:59.942Z | [ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9154 | 2024-10-30T19:28:59.942Z | [ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9155 | 2024-10-30T19:28:59.942Z | [ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9156 | 2024-10-30T19:28:59.942Z | [ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
9157 | 2024-10-30T19:28:59.942Z | [ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO ok! |
9158 | 2024-10-30T19:28:59.942Z | [ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO STEP 46 (ensure_file) COMPLETE |
9159 | 2024-10-30T19:28:59.943Z | [ host-image] Oct 30 19:28:59.049 INFO O| Oct 30 19:28:59.049 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9160 | 2024-10-30T19:28:59.951Z | [ host-image] Oct 30 19:28:59.060 INFO O| Oct 30 19:28:59.060 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
9161 | 2024-10-30T19:28:59.951Z | [ host-image] Oct 30 19:28:59.060 INFO O| Oct 30 19:28:59.060 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 ... |
9162 | 2024-10-30T19:28:59.955Z | [ host-image] Oct 30 19:28:59.061 INFO O| Oct 30 19:28:59.060 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 |
9163 | 2024-10-30T19:28:59.955Z | [ host-image] Oct 30 19:28:59.061 INFO O| Oct 30 19:28:59.061 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
9164 | 2024-10-30T19:28:59.955Z | [ host-image] Oct 30 19:28:59.061 INFO O| Oct 30 19:28:59.061 INFO ok! |
9165 | 2024-10-30T19:28:59.955Z | [ host-image] Oct 30 19:28:59.061 INFO O| Oct 30 19:28:59.061 INFO STEP 47 (ensure_file) COMPLETE |
9166 | 2024-10-30T19:28:59.955Z | [ host-image] Oct 30 19:28:59.061 INFO O| Oct 30 19:28:59.061 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9167 | 2024-10-30T19:28:59.963Z | [ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
9168 | 2024-10-30T19:28:59.963Z | [ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
9169 | 2024-10-30T19:28:59.965Z | [ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9170 | 2024-10-30T19:28:59.965Z | [ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9171 | 2024-10-30T19:28:59.965Z | [ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9172 | 2024-10-30T19:28:59.965Z | [ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
9173 | 2024-10-30T19:28:59.965Z | [ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO ok! |
9174 | 2024-10-30T19:28:59.965Z | [ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO STEP 48 (ensure_file) COMPLETE |
9175 | 2024-10-30T19:28:59.965Z | [ host-image] Oct 30 19:28:59.072 INFO O| Oct 30 19:28:59.072 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9176 | 2024-10-30T19:28:59.974Z | [ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
9177 | 2024-10-30T19:28:59.974Z | [ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 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 ... |
9178 | 2024-10-30T19:28:59.977Z | [ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 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 |
9179 | 2024-10-30T19:28:59.977Z | [ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
9180 | 2024-10-30T19:28:59.977Z | [ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 INFO ok! |
9181 | 2024-10-30T19:28:59.977Z | [ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 INFO STEP 49 (ensure_file) COMPLETE |
9182 | 2024-10-30T19:28:59.977Z | [ host-image] Oct 30 19:28:59.083 INFO O| Oct 30 19:28:59.083 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9183 | 2024-10-30T19:28:59.985Z | [ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
9184 | 2024-10-30T19:28:59.985Z | [ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
9185 | 2024-10-30T19:28:59.988Z | [ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9186 | 2024-10-30T19:28:59.988Z | [ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9187 | 2024-10-30T19:28:59.988Z | [ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9188 | 2024-10-30T19:28:59.989Z | [ host-image] Oct 30 19:28:59.094 INFO O| Oct 30 19:28:59.094 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
9189 | 2024-10-30T19:28:59.989Z | [ host-image] Oct 30 19:28:59.095 INFO O| Oct 30 19:28:59.094 INFO ok! |
9190 | 2024-10-30T19:28:59.989Z | [ host-image] Oct 30 19:28:59.095 INFO O| Oct 30 19:28:59.094 INFO STEP 50 (ensure_file) COMPLETE |
9191 | 2024-10-30T19:28:59.989Z | [ host-image] Oct 30 19:28:59.095 INFO O| Oct 30 19:28:59.095 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9192 | 2024-10-30T19:28:59.996Z | [ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
9193 | 2024-10-30T19:28:59.996Z | [ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 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 ... |
9194 | 2024-10-30T19:28:59.998Z | [ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 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 |
9195 | 2024-10-30T19:28:59.998Z | [ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
9196 | 2024-10-30T19:28:59.998Z | [ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 INFO ok! |
9197 | 2024-10-30T19:28:59.998Z | [ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 INFO STEP 51 (ensure_file) COMPLETE |
9198 | 2024-10-30T19:28:59.998Z | [ host-image] Oct 30 19:28:59.105 INFO O| Oct 30 19:28:59.105 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9199 | 2024-10-30T19:29:00.006Z | [ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
9200 | 2024-10-30T19:29:00.007Z | [ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 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 ... |
9201 | 2024-10-30T19:29:00.009Z | [ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 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 |
9202 | 2024-10-30T19:29:00.010Z | [ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
9203 | 2024-10-30T19:29:00.010Z | [ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 INFO ok! |
9204 | 2024-10-30T19:29:00.010Z | [ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 INFO STEP 52 (ensure_file) COMPLETE |
9205 | 2024-10-30T19:29:00.010Z | [ host-image] Oct 30 19:28:59.116 INFO O| Oct 30 19:28:59.116 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
9206 | 2024-10-30T19:29:00.016Z | [ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
9207 | 2024-10-30T19:29:00.017Z | [ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 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 ... |
9208 | 2024-10-30T19:29:00.017Z | [ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 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 |
9209 | 2024-10-30T19:29:00.019Z | [ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
9210 | 2024-10-30T19:29:00.019Z | [ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 INFO ok! |
9211 | 2024-10-30T19:29:00.019Z | [ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 INFO STEP 53 (ensure_file) COMPLETE |
9212 | 2024-10-30T19:29:00.019Z | [ host-image] Oct 30 19:28:59.126 INFO O| Oct 30 19:28:59.126 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9213 | 2024-10-30T19:29:00.027Z | [ host-image] Oct 30 19:28:59.136 INFO O| Oct 30 19:28:59.136 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
9214 | 2024-10-30T19:29:00.027Z | [ host-image] Oct 30 19:28:59.136 INFO O| Oct 30 19:28:59.136 INFO STEP 54 (ensure_dir) COMPLETE |
9215 | 2024-10-30T19:29:00.030Z | [ host-image] Oct 30 19:28:59.136 INFO O| Oct 30 19:28:59.136 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9216 | 2024-10-30T19:29:00.038Z | [ host-image] Oct 30 19:28:59.146 INFO O| Oct 30 19:28:59.146 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9217 | 2024-10-30T19:29:00.038Z | [ host-image] Oct 30 19:28:59.146 INFO O| Oct 30 19:28:59.146 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
9218 | 2024-10-30T19:29:00.040Z | [ host-image] Oct 30 19:28:59.146 INFO O| Oct 30 19:28:59.146 INFO STEP 55 (ensure_dir) COMPLETE |
9219 | 2024-10-30T19:29:00.041Z | [ host-image] Oct 30 19:28:59.146 INFO O| Oct 30 19:28:59.146 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9220 | 2024-10-30T19:29:00.047Z | [ host-image] Oct 30 19:28:59.156 INFO O| Oct 30 19:28:59.156 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9221 | 2024-10-30T19:29:00.049Z | [ host-image] Oct 30 19:28:59.156 INFO O| Oct 30 19:28:59.156 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
9222 | 2024-10-30T19:29:00.049Z | [ host-image] Oct 30 19:28:59.156 INFO O| Oct 30 19:28:59.156 INFO STEP 56 (ensure_dir) COMPLETE |
9223 | 2024-10-30T19:29:00.049Z | [ host-image] Oct 30 19:28:59.156 INFO O| Oct 30 19:28:59.156 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9224 | 2024-10-30T19:29:00.057Z | [ host-image] Oct 30 19:28:59.166 INFO O| Oct 30 19:28:59.166 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
9225 | 2024-10-30T19:29:00.057Z | [ host-image] Oct 30 19:28:59.166 INFO O| Oct 30 19:28:59.166 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
9226 | 2024-10-30T19:29:00.610Z | [ host-image] Oct 30 19:28:59.718 INFO O| Oct 30 19:28:59.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
9227 | 2024-10-30T19:29:00.610Z | [ host-image] Oct 30 19:28:59.718 INFO O| Oct 30 19:28:59.718 INFO ok! |
9228 | 2024-10-30T19:29:00.613Z | [ host-image] Oct 30 19:28:59.718 INFO O| Oct 30 19:28:59.718 INFO STEP 57 (ensure_file) COMPLETE |
9229 | 2024-10-30T19:29:00.613Z | [ host-image] Oct 30 19:28:59.718 INFO O| Oct 30 19:28:59.718 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9230 | 2024-10-30T19:29:00.621Z | [ host-image] Oct 30 19:28:59.730 INFO O| Oct 30 19:28:59.730 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
9231 | 2024-10-30T19:29:00.621Z | [ host-image] Oct 30 19:28:59.730 INFO O| Oct 30 19:28:59.730 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
9232 | 2024-10-30T19:29:01.132Z | [ host-image] Oct 30 19:29:00.241 INFO O| Oct 30 19:29:00.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
9233 | 2024-10-30T19:29:01.132Z | [ host-image] Oct 30 19:29:00.241 INFO O| Oct 30 19:29:00.241 INFO ok! |
9234 | 2024-10-30T19:29:01.132Z | [ host-image] Oct 30 19:29:00.241 INFO O| Oct 30 19:29:00.241 INFO STEP 58 (ensure_file) COMPLETE |
9235 | 2024-10-30T19:29:01.132Z | [ host-image] Oct 30 19:29:00.241 INFO O| Oct 30 19:29:00.241 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9236 | 2024-10-30T19:29:01.143Z | [ host-image] Oct 30 19:29:00.252 INFO O| Oct 30 19:29:00.252 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9237 | 2024-10-30T19:29:01.146Z | [ host-image] Oct 30 19:29:00.252 INFO O| Oct 30 19:29:00.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
9238 | 2024-10-30T19:29:01.146Z | [ host-image] Oct 30 19:29:00.252 INFO O| Oct 30 19:29:00.252 INFO STEP 59 (ensure_dir) COMPLETE |
9239 | 2024-10-30T19:29:01.146Z | [ host-image] Oct 30 19:29:00.252 INFO O| Oct 30 19:29:00.252 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9240 | 2024-10-30T19:29:01.153Z | [ host-image] Oct 30 19:29:00.262 INFO O| Oct 30 19:29:00.262 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
9241 | 2024-10-30T19:29:01.153Z | [ host-image] Oct 30 19:29:00.262 INFO O| Oct 30 19:29:00.262 INFO copying /tmp/.tmp4gr4ys/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 ... |
9242 | 2024-10-30T19:29:01.156Z | [ host-image] Oct 30 19:29:00.262 INFO O| Oct 30 19:29:00.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
9243 | 2024-10-30T19:29:01.156Z | [ host-image] Oct 30 19:29:00.262 INFO O| Oct 30 19:29:00.262 INFO ok! |
9244 | 2024-10-30T19:29:01.156Z | [ host-image] Oct 30 19:29:00.262 INFO O| Oct 30 19:29:00.262 INFO STEP 60 (ensure_file) COMPLETE |
9245 | 2024-10-30T19:29:01.156Z | [ host-image] Oct 30 19:29:00.263 INFO O| Oct 30 19:29:00.262 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9246 | 2024-10-30T19:29:01.163Z | [ host-image] Oct 30 19:29:00.272 INFO O| Oct 30 19:29:00.272 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
9247 | 2024-10-30T19:29:01.163Z | [ host-image] Oct 30 19:29:00.272 INFO O| Oct 30 19:29:00.272 INFO copying /tmp/.tmp4gr4ys/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 ... |
9248 | 2024-10-30T19:29:01.166Z | [ host-image] Oct 30 19:29:00.273 INFO O| Oct 30 19:29:00.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
9249 | 2024-10-30T19:29:01.166Z | [ host-image] Oct 30 19:29:00.273 INFO O| Oct 30 19:29:00.273 INFO ok! |
9250 | 2024-10-30T19:29:01.166Z | [ host-image] Oct 30 19:29:00.273 INFO O| Oct 30 19:29:00.273 INFO STEP 61 (ensure_file) COMPLETE |
9251 | 2024-10-30T19:29:01.166Z | [ host-image] Oct 30 19:29:00.273 INFO O| Oct 30 19:29:00.273 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9252 | 2024-10-30T19:29:01.173Z | [ host-image] Oct 30 19:29:00.282 INFO O| Oct 30 19:29:00.282 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9253 | 2024-10-30T19:29:01.173Z | [ host-image] Oct 30 19:29:00.282 INFO O| Oct 30 19:29:00.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
9254 | 2024-10-30T19:29:01.176Z | [ host-image] Oct 30 19:29:00.282 INFO O| Oct 30 19:29:00.282 INFO STEP 62 (ensure_dir) COMPLETE |
9255 | 2024-10-30T19:29:01.176Z | [ host-image] Oct 30 19:29:00.282 INFO O| Oct 30 19:29:00.282 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9256 | 2024-10-30T19:29:01.183Z | [ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
9257 | 2024-10-30T19:29:01.183Z | [ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO copying /tmp/.tmp4gr4ys/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 ... |
9258 | 2024-10-30T19:29:01.186Z | [ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
9259 | 2024-10-30T19:29:01.186Z | [ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO ok! |
9260 | 2024-10-30T19:29:01.186Z | [ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO STEP 63 (ensure_file) COMPLETE |
9261 | 2024-10-30T19:29:01.186Z | [ host-image] Oct 30 19:29:00.292 INFO O| Oct 30 19:29:00.292 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9262 | 2024-10-30T19:29:01.193Z | [ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
9263 | 2024-10-30T19:29:01.193Z | [ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO copying /tmp/.tmp4gr4ys/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 ... |
9264 | 2024-10-30T19:29:01.195Z | [ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
9265 | 2024-10-30T19:29:01.195Z | [ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO ok! |
9266 | 2024-10-30T19:29:01.195Z | [ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO STEP 64 (ensure_file) COMPLETE |
9267 | 2024-10-30T19:29:01.196Z | [ host-image] Oct 30 19:29:00.302 INFO O| Oct 30 19:29:00.302 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9268 | 2024-10-30T19:29:01.202Z | [ host-image] Oct 30 19:29:00.312 INFO O| Oct 30 19:29:00.312 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9269 | 2024-10-30T19:29:01.203Z | [ host-image] Oct 30 19:29:00.312 INFO O| Oct 30 19:29:00.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
9270 | 2024-10-30T19:29:01.205Z | [ host-image] Oct 30 19:29:00.312 INFO O| Oct 30 19:29:00.312 INFO STEP 65 (ensure_dir) COMPLETE |
9271 | 2024-10-30T19:29:01.205Z | [ host-image] Oct 30 19:29:00.312 INFO O| Oct 30 19:29:00.312 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9272 | 2024-10-30T19:29:01.212Z | [ host-image] Oct 30 19:29:00.321 INFO O| Oct 30 19:29:00.321 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
9273 | 2024-10-30T19:29:01.212Z | [ host-image] Oct 30 19:29:00.321 INFO O| Oct 30 19:29:00.321 INFO copying /tmp/.tmp4gr4ys/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 ... |
9274 | 2024-10-30T19:29:01.215Z | [ host-image] Oct 30 19:29:00.322 INFO O| Oct 30 19:29:00.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
9275 | 2024-10-30T19:29:01.215Z | [ host-image] Oct 30 19:29:00.322 INFO O| Oct 30 19:29:00.322 INFO ok! |
9276 | 2024-10-30T19:29:01.215Z | [ host-image] Oct 30 19:29:00.322 INFO O| Oct 30 19:29:00.322 INFO STEP 66 (ensure_file) COMPLETE |
9277 | 2024-10-30T19:29:01.215Z | [ host-image] Oct 30 19:29:00.322 INFO O| Oct 30 19:29:00.322 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9278 | 2024-10-30T19:29:01.223Z | [ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
9279 | 2024-10-30T19:29:01.223Z | [ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
9280 | 2024-10-30T19:29:01.225Z | [ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
9281 | 2024-10-30T19:29:01.225Z | [ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO ok! |
9282 | 2024-10-30T19:29:01.225Z | [ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO STEP 67 (ensure_file) COMPLETE |
9283 | 2024-10-30T19:29:01.225Z | [ host-image] Oct 30 19:29:00.332 INFO O| Oct 30 19:29:00.332 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9284 | 2024-10-30T19:29:01.233Z | [ host-image] Oct 30 19:29:00.342 INFO O| Oct 30 19:29:00.342 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9285 | 2024-10-30T19:29:01.236Z | [ host-image] Oct 30 19:29:00.342 INFO O| Oct 30 19:29:00.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
9286 | 2024-10-30T19:29:01.236Z | [ host-image] Oct 30 19:29:00.342 INFO O| Oct 30 19:29:00.342 INFO STEP 68 (ensure_dir) COMPLETE |
9287 | 2024-10-30T19:29:01.236Z | [ host-image] Oct 30 19:29:00.342 INFO O| Oct 30 19:29:00.342 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9288 | 2024-10-30T19:29:01.243Z | [ host-image] Oct 30 19:29:00.352 INFO O| Oct 30 19:29:00.352 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
9289 | 2024-10-30T19:29:01.243Z | [ host-image] Oct 30 19:29:00.352 INFO O| Oct 30 19:29:00.352 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
9290 | 2024-10-30T19:29:02.334Z | [ host-image] Oct 30 19:29:01.443 INFO O| Oct 30 19:29:01.442 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
9291 | 2024-10-30T19:29:02.334Z | [ host-image] Oct 30 19:29:01.443 INFO O| Oct 30 19:29:01.442 INFO ok! |
9292 | 2024-10-30T19:29:02.337Z | [ host-image] Oct 30 19:29:01.443 INFO O| Oct 30 19:29:01.442 INFO STEP 69 (ensure_file) COMPLETE |
9293 | 2024-10-30T19:29:02.337Z | [ host-image] Oct 30 19:29:01.443 INFO O| Oct 30 19:29:01.443 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9294 | 2024-10-30T19:29:02.345Z | [ host-image] Oct 30 19:29:01.454 INFO O| Oct 30 19:29:01.454 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
9295 | 2024-10-30T19:29:02.345Z | [ host-image] Oct 30 19:29:01.454 INFO O| Oct 30 19:29:01.454 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
9296 | 2024-10-30T19:29:03.810Z | [ host-image] Oct 30 19:29:02.918 INFO O| Oct 30 19:29:02.918 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
9297 | 2024-10-30T19:29:03.810Z | [ host-image] Oct 30 19:29:02.918 INFO O| Oct 30 19:29:02.918 INFO ok! |
9298 | 2024-10-30T19:29:03.812Z | [ host-image] Oct 30 19:29:02.918 INFO O| Oct 30 19:29:02.918 INFO STEP 70 (ensure_file) COMPLETE |
9299 | 2024-10-30T19:29:03.812Z | [ host-image] Oct 30 19:29:02.918 INFO O| Oct 30 19:29:02.918 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9300 | 2024-10-30T19:29:03.821Z | [ host-image] Oct 30 19:29:02.930 INFO O| Oct 30 19:29:02.930 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9301 | 2024-10-30T19:29:03.823Z | [ host-image] Oct 30 19:29:02.930 INFO O| Oct 30 19:29:02.930 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
9302 | 2024-10-30T19:29:03.823Z | [ host-image] Oct 30 19:29:02.930 INFO O| Oct 30 19:29:02.930 INFO STEP 71 (ensure_dir) COMPLETE |
9303 | 2024-10-30T19:29:03.823Z | [ host-image] Oct 30 19:29:02.930 INFO O| Oct 30 19:29:02.930 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9304 | 2024-10-30T19:29:03.831Z | [ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9305 | 2024-10-30T19:29:03.831Z | [ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO copying /tmp/.tmp4gr4ys/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 ... |
9306 | 2024-10-30T19:29:03.835Z | [ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9307 | 2024-10-30T19:29:03.835Z | [ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO ok! |
9308 | 2024-10-30T19:29:03.835Z | [ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO STEP 72 (ensure_file) COMPLETE |
9309 | 2024-10-30T19:29:03.835Z | [ host-image] Oct 30 19:29:02.940 INFO O| Oct 30 19:29:02.940 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9310 | 2024-10-30T19:29:03.841Z | [ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9311 | 2024-10-30T19:29:03.841Z | [ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO copying /tmp/.tmp4gr4ys/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 ... |
9312 | 2024-10-30T19:29:03.844Z | [ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9313 | 2024-10-30T19:29:03.844Z | [ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO ok! |
9314 | 2024-10-30T19:29:03.844Z | [ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO STEP 73 (ensure_file) COMPLETE |
9315 | 2024-10-30T19:29:03.844Z | [ host-image] Oct 30 19:29:02.950 INFO O| Oct 30 19:29:02.950 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9316 | 2024-10-30T19:29:03.851Z | [ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9317 | 2024-10-30T19:29:03.851Z | [ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9318 | 2024-10-30T19:29:03.854Z | [ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9319 | 2024-10-30T19:29:03.854Z | [ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO ok! |
9320 | 2024-10-30T19:29:03.854Z | [ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO STEP 74 (ensure_file) COMPLETE |
9321 | 2024-10-30T19:29:03.854Z | [ host-image] Oct 30 19:29:02.960 INFO O| Oct 30 19:29:02.960 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9322 | 2024-10-30T19:29:03.861Z | [ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9323 | 2024-10-30T19:29:03.861Z | [ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9324 | 2024-10-30T19:29:03.864Z | [ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9325 | 2024-10-30T19:29:03.864Z | [ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO ok! |
9326 | 2024-10-30T19:29:03.864Z | [ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO STEP 75 (ensure_file) COMPLETE |
9327 | 2024-10-30T19:29:03.864Z | [ host-image] Oct 30 19:29:02.970 INFO O| Oct 30 19:29:02.970 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9328 | 2024-10-30T19:29:03.871Z | [ host-image] Oct 30 19:29:02.980 INFO O| Oct 30 19:29:02.980 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9329 | 2024-10-30T19:29:03.871Z | [ host-image] Oct 30 19:29:02.980 INFO O| Oct 30 19:29:02.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9330 | 2024-10-30T19:29:03.871Z | [ host-image] Oct 30 19:29:02.980 INFO O| Oct 30 19:29:02.980 INFO STEP 76 (ensure_dir) COMPLETE |
9331 | 2024-10-30T19:29:03.874Z | [ host-image] Oct 30 19:29:02.980 INFO O| Oct 30 19:29:02.980 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9332 | 2024-10-30T19:29:03.880Z | [ host-image] Oct 30 19:29:02.989 INFO O| Oct 30 19:29:02.989 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9333 | 2024-10-30T19:29:03.881Z | [ host-image] Oct 30 19:29:02.989 INFO O| Oct 30 19:29:02.989 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9334 | 2024-10-30T19:29:03.884Z | [ host-image] Oct 30 19:29:02.993 INFO O| Oct 30 19:29:02.993 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9335 | 2024-10-30T19:29:03.884Z | [ host-image] Oct 30 19:29:02.993 INFO O| Oct 30 19:29:02.993 INFO ok! |
9336 | 2024-10-30T19:29:03.887Z | [ host-image] Oct 30 19:29:02.993 INFO O| Oct 30 19:29:02.993 INFO STEP 77 (ensure_file) COMPLETE |
9337 | 2024-10-30T19:29:03.887Z | [ host-image] Oct 30 19:29:02.993 INFO O| Oct 30 19:29:02.993 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9338 | 2024-10-30T19:29:03.895Z | [ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9339 | 2024-10-30T19:29:03.895Z | [ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9340 | 2024-10-30T19:29:03.898Z | [ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9341 | 2024-10-30T19:29:03.898Z | [ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO ok! |
9342 | 2024-10-30T19:29:03.898Z | [ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO STEP 78 (ensure_file) COMPLETE |
9343 | 2024-10-30T19:29:03.898Z | [ host-image] Oct 30 19:29:03.003 INFO O| Oct 30 19:29:03.003 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9344 | 2024-10-30T19:29:03.904Z | [ host-image] Oct 30 19:29:03.013 INFO O| Oct 30 19:29:03.013 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9345 | 2024-10-30T19:29:03.904Z | [ host-image] Oct 30 19:29:03.013 INFO O| Oct 30 19:29:03.013 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9346 | 2024-10-30T19:29:04.532Z | [ host-image] Oct 30 19:29:03.641 INFO O| Oct 30 19:29:03.641 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9347 | 2024-10-30T19:29:04.533Z | [ host-image] Oct 30 19:29:03.641 INFO O| Oct 30 19:29:03.641 INFO ok! |
9348 | 2024-10-30T19:29:04.535Z | [ host-image] Oct 30 19:29:03.641 INFO O| Oct 30 19:29:03.641 INFO STEP 79 (ensure_file) COMPLETE |
9349 | 2024-10-30T19:29:04.535Z | [ host-image] Oct 30 19:29:03.641 INFO O| Oct 30 19:29:03.641 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9350 | 2024-10-30T19:29:04.543Z | [ host-image] Oct 30 19:29:03.652 INFO O| Oct 30 19:29:03.652 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9351 | 2024-10-30T19:29:04.546Z | [ host-image] Oct 30 19:29:03.652 INFO O| Oct 30 19:29:03.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9352 | 2024-10-30T19:29:04.546Z | [ host-image] Oct 30 19:29:03.652 INFO O| Oct 30 19:29:03.652 INFO STEP 80 (ensure_dir) COMPLETE |
9353 | 2024-10-30T19:29:04.546Z | [ host-image] Oct 30 19:29:03.652 INFO O| Oct 30 19:29:03.652 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9354 | 2024-10-30T19:29:04.553Z | [ host-image] Oct 30 19:29:03.662 INFO O| Oct 30 19:29:03.662 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9355 | 2024-10-30T19:29:04.556Z | [ host-image] Oct 30 19:29:03.662 INFO O| Oct 30 19:29:03.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9356 | 2024-10-30T19:29:04.556Z | [ host-image] Oct 30 19:29:03.662 INFO O| Oct 30 19:29:03.662 INFO STEP 81 (ensure_dir) COMPLETE |
9357 | 2024-10-30T19:29:04.556Z | [ host-image] Oct 30 19:29:03.662 INFO O| Oct 30 19:29:03.662 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9358 | 2024-10-30T19:29:04.563Z | [ host-image] Oct 30 19:29:03.672 INFO O| Oct 30 19:29:03.672 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9359 | 2024-10-30T19:29:04.563Z | [ host-image] Oct 30 19:29:03.672 INFO O| Oct 30 19:29:03.672 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9360 | 2024-10-30T19:29:04.568Z | [ host-image] Oct 30 19:29:03.672 INFO O| Oct 30 19:29:03.672 INFO STEP 82 (ensure_dir) COMPLETE |
9361 | 2024-10-30T19:29:04.568Z | [ host-image] Oct 30 19:29:03.672 INFO O| Oct 30 19:29:03.672 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9362 | 2024-10-30T19:29:04.573Z | [ host-image] Oct 30 19:29:03.682 INFO O| Oct 30 19:29:03.682 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9363 | 2024-10-30T19:29:04.576Z | [ host-image] Oct 30 19:29:03.682 INFO O| Oct 30 19:29:03.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9364 | 2024-10-30T19:29:04.576Z | [ host-image] Oct 30 19:29:03.682 INFO O| Oct 30 19:29:03.682 INFO STEP 83 (ensure_dir) COMPLETE |
9365 | 2024-10-30T19:29:04.577Z | [ host-image] Oct 30 19:29:03.682 INFO O| Oct 30 19:29:03.682 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9366 | 2024-10-30T19:29:04.583Z | [ host-image] Oct 30 19:29:03.692 INFO O| Oct 30 19:29:03.692 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9367 | 2024-10-30T19:29:04.586Z | [ host-image] Oct 30 19:29:03.692 INFO O| Oct 30 19:29:03.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9368 | 2024-10-30T19:29:04.586Z | [ host-image] Oct 30 19:29:03.692 INFO O| Oct 30 19:29:03.692 INFO STEP 84 (ensure_dir) COMPLETE |
9369 | 2024-10-30T19:29:04.586Z | [ host-image] Oct 30 19:29:03.692 INFO O| Oct 30 19:29:03.692 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9370 | 2024-10-30T19:29:04.593Z | [ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9371 | 2024-10-30T19:29:04.596Z | [ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO copying /tmp/.tmp4gr4ys/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 ... |
9372 | 2024-10-30T19:29:04.596Z | [ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9373 | 2024-10-30T19:29:04.596Z | [ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO ok! |
9374 | 2024-10-30T19:29:04.596Z | [ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO STEP 85 (ensure_file) COMPLETE |
9375 | 2024-10-30T19:29:04.596Z | [ host-image] Oct 30 19:29:03.702 INFO O| Oct 30 19:29:03.702 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9376 | 2024-10-30T19:29:04.603Z | [ host-image] Oct 30 19:29:03.712 INFO O| Oct 30 19:29:03.712 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9377 | 2024-10-30T19:29:04.605Z | [ host-image] Oct 30 19:29:03.712 INFO O| Oct 30 19:29:03.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9378 | 2024-10-30T19:29:04.606Z | [ host-image] Oct 30 19:29:03.712 INFO O| Oct 30 19:29:03.712 INFO STEP 86 (ensure_dir) COMPLETE |
9379 | 2024-10-30T19:29:04.606Z | [ host-image] Oct 30 19:29:03.712 INFO O| Oct 30 19:29:03.712 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9380 | 2024-10-30T19:29:04.613Z | [ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9381 | 2024-10-30T19:29:04.613Z | [ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9382 | 2024-10-30T19:29:04.615Z | [ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9383 | 2024-10-30T19:29:04.615Z | [ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO ok! |
9384 | 2024-10-30T19:29:04.615Z | [ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO STEP 87 (ensure_file) COMPLETE |
9385 | 2024-10-30T19:29:04.616Z | [ host-image] Oct 30 19:29:03.722 INFO O| Oct 30 19:29:03.722 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9386 | 2024-10-30T19:29:04.623Z | [ host-image] Oct 30 19:29:03.732 INFO O| Oct 30 19:29:03.732 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9387 | 2024-10-30T19:29:04.623Z | [ host-image] Oct 30 19:29:03.732 INFO O| Oct 30 19:29:03.732 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9388 | 2024-10-30T19:29:04.877Z | [ host-image] Oct 30 19:29:03.986 INFO O| Oct 30 19:29:03.986 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9389 | 2024-10-30T19:29:04.877Z | [ host-image] Oct 30 19:29:03.986 INFO O| Oct 30 19:29:03.986 INFO ok! |
9390 | 2024-10-30T19:29:04.880Z | [ host-image] Oct 30 19:29:03.986 INFO O| Oct 30 19:29:03.986 INFO STEP 88 (ensure_file) COMPLETE |
9391 | 2024-10-30T19:29:04.880Z | [ host-image] Oct 30 19:29:03.986 INFO O| Oct 30 19:29:03.986 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9392 | 2024-10-30T19:29:04.889Z | [ host-image] Oct 30 19:29:03.998 INFO O| Oct 30 19:29:03.998 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9393 | 2024-10-30T19:29:04.891Z | [ host-image] Oct 30 19:29:03.998 INFO O| Oct 30 19:29:03.998 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9394 | 2024-10-30T19:29:05.424Z | [ host-image] Oct 30 19:29:04.533 INFO O| Oct 30 19:29:04.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9395 | 2024-10-30T19:29:05.424Z | [ host-image] Oct 30 19:29:04.533 INFO O| Oct 30 19:29:04.533 INFO ok! |
9396 | 2024-10-30T19:29:05.427Z | [ host-image] Oct 30 19:29:04.533 INFO O| Oct 30 19:29:04.533 INFO STEP 89 (ensure_file) COMPLETE |
9397 | 2024-10-30T19:29:05.427Z | [ host-image] Oct 30 19:29:04.533 INFO O| Oct 30 19:29:04.533 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9398 | 2024-10-30T19:29:05.435Z | [ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9399 | 2024-10-30T19:29:05.438Z | [ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9400 | 2024-10-30T19:29:05.438Z | [ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9401 | 2024-10-30T19:29:05.438Z | [ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO ok! |
9402 | 2024-10-30T19:29:05.438Z | [ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO STEP 90 (ensure_file) COMPLETE |
9403 | 2024-10-30T19:29:05.438Z | [ host-image] Oct 30 19:29:04.544 INFO O| Oct 30 19:29:04.544 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9404 | 2024-10-30T19:29:05.446Z | [ host-image] Oct 30 19:29:04.555 INFO O| Oct 30 19:29:04.555 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9405 | 2024-10-30T19:29:05.448Z | [ host-image] Oct 30 19:29:04.555 INFO O| Oct 30 19:29:04.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9406 | 2024-10-30T19:29:05.448Z | [ host-image] Oct 30 19:29:04.555 INFO O| Oct 30 19:29:04.555 INFO STEP 91 (ensure_dir) COMPLETE |
9407 | 2024-10-30T19:29:05.448Z | [ host-image] Oct 30 19:29:04.555 INFO O| Oct 30 19:29:04.555 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9408 | 2024-10-30T19:29:05.456Z | [ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9409 | 2024-10-30T19:29:05.456Z | [ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO copying /tmp/.tmp4gr4ys/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 ... |
9410 | 2024-10-30T19:29:05.459Z | [ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9411 | 2024-10-30T19:29:05.459Z | [ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO ok! |
9412 | 2024-10-30T19:29:05.459Z | [ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO STEP 92 (ensure_file) COMPLETE |
9413 | 2024-10-30T19:29:05.459Z | [ host-image] Oct 30 19:29:04.565 INFO O| Oct 30 19:29:04.565 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9414 | 2024-10-30T19:29:05.466Z | [ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9415 | 2024-10-30T19:29:05.466Z | [ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO copying /tmp/.tmp4gr4ys/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 ... |
9416 | 2024-10-30T19:29:05.469Z | [ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9417 | 2024-10-30T19:29:05.469Z | [ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO ok! |
9418 | 2024-10-30T19:29:05.469Z | [ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO STEP 93 (ensure_file) COMPLETE |
9419 | 2024-10-30T19:29:05.469Z | [ host-image] Oct 30 19:29:04.575 INFO O| Oct 30 19:29:04.575 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9420 | 2024-10-30T19:29:05.476Z | [ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9421 | 2024-10-30T19:29:05.476Z | [ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO copying /tmp/.tmp4gr4ys/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 ... |
9422 | 2024-10-30T19:29:05.479Z | [ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9423 | 2024-10-30T19:29:05.479Z | [ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO ok! |
9424 | 2024-10-30T19:29:05.479Z | [ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO STEP 94 (ensure_file) COMPLETE |
9425 | 2024-10-30T19:29:05.479Z | [ host-image] Oct 30 19:29:04.585 INFO O| Oct 30 19:29:04.585 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9426 | 2024-10-30T19:29:05.487Z | [ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9427 | 2024-10-30T19:29:05.487Z | [ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO copying /tmp/.tmp4gr4ys/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 ... |
9428 | 2024-10-30T19:29:05.489Z | [ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9429 | 2024-10-30T19:29:05.489Z | [ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO ok! |
9430 | 2024-10-30T19:29:05.489Z | [ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO STEP 95 (ensure_file) COMPLETE |
9431 | 2024-10-30T19:29:05.489Z | [ host-image] Oct 30 19:29:04.596 INFO O| Oct 30 19:29:04.596 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9432 | 2024-10-30T19:29:05.498Z | [ host-image] Oct 30 19:29:04.606 INFO O| Oct 30 19:29:04.606 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9433 | 2024-10-30T19:29:05.498Z | [ host-image] Oct 30 19:29:04.606 INFO O| Oct 30 19:29:04.606 INFO copying /tmp/.tmp4gr4ys/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 ... |
9434 | 2024-10-30T19:29:05.500Z | [ host-image] Oct 30 19:29:04.607 INFO O| Oct 30 19:29:04.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9435 | 2024-10-30T19:29:05.500Z | [ host-image] Oct 30 19:29:04.607 INFO O| Oct 30 19:29:04.607 INFO ok! |
9436 | 2024-10-30T19:29:05.500Z | [ host-image] Oct 30 19:29:04.607 INFO O| Oct 30 19:29:04.607 INFO STEP 96 (ensure_file) COMPLETE |
9437 | 2024-10-30T19:29:05.500Z | [ host-image] Oct 30 19:29:04.607 INFO O| Oct 30 19:29:04.607 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9438 | 2024-10-30T19:29:05.508Z | [ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9439 | 2024-10-30T19:29:05.508Z | [ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9440 | 2024-10-30T19:29:05.511Z | [ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9441 | 2024-10-30T19:29:05.511Z | [ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO ok! |
9442 | 2024-10-30T19:29:05.511Z | [ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO STEP 97 (ensure_file) COMPLETE |
9443 | 2024-10-30T19:29:05.511Z | [ host-image] Oct 30 19:29:04.617 INFO O| Oct 30 19:29:04.617 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9444 | 2024-10-30T19:29:05.519Z | [ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9445 | 2024-10-30T19:29:05.519Z | [ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO copying /tmp/.tmp4gr4ys/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 ... |
9446 | 2024-10-30T19:29:05.522Z | [ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9447 | 2024-10-30T19:29:05.522Z | [ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO ok! |
9448 | 2024-10-30T19:29:05.522Z | [ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO STEP 98 (ensure_file) COMPLETE |
9449 | 2024-10-30T19:29:05.522Z | [ host-image] Oct 30 19:29:04.628 INFO O| Oct 30 19:29:04.628 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9450 | 2024-10-30T19:29:05.529Z | [ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9451 | 2024-10-30T19:29:05.529Z | [ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO copying /tmp/.tmp4gr4ys/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 ... |
9452 | 2024-10-30T19:29:05.532Z | [ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9453 | 2024-10-30T19:29:05.532Z | [ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO ok! |
9454 | 2024-10-30T19:29:05.532Z | [ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO STEP 99 (ensure_file) COMPLETE |
9455 | 2024-10-30T19:29:05.532Z | [ host-image] Oct 30 19:29:04.638 INFO O| Oct 30 19:29:04.638 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9456 | 2024-10-30T19:29:05.539Z | [ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9457 | 2024-10-30T19:29:05.539Z | [ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO copying /tmp/.tmp4gr4ys/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 ... |
9458 | 2024-10-30T19:29:05.542Z | [ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9459 | 2024-10-30T19:29:05.542Z | [ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO ok! |
9460 | 2024-10-30T19:29:05.542Z | [ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO STEP 100 (ensure_file) COMPLETE |
9461 | 2024-10-30T19:29:05.542Z | [ host-image] Oct 30 19:29:04.648 INFO O| Oct 30 19:29:04.648 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9462 | 2024-10-30T19:29:05.549Z | [ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9463 | 2024-10-30T19:29:05.549Z | [ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9464 | 2024-10-30T19:29:05.550Z | [ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9465 | 2024-10-30T19:29:05.552Z | [ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO ok! |
9466 | 2024-10-30T19:29:05.552Z | [ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO STEP 101 (ensure_file) COMPLETE |
9467 | 2024-10-30T19:29:05.552Z | [ host-image] Oct 30 19:29:04.658 INFO O| Oct 30 19:29:04.658 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9468 | 2024-10-30T19:29:05.560Z | [ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9469 | 2024-10-30T19:29:05.560Z | [ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO copying /tmp/.tmp4gr4ys/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 ... |
9470 | 2024-10-30T19:29:05.563Z | [ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9471 | 2024-10-30T19:29:05.563Z | [ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO ok! |
9472 | 2024-10-30T19:29:05.563Z | [ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO STEP 102 (ensure_file) COMPLETE |
9473 | 2024-10-30T19:29:05.563Z | [ host-image] Oct 30 19:29:04.669 INFO O| Oct 30 19:29:04.669 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9474 | 2024-10-30T19:29:05.570Z | [ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9475 | 2024-10-30T19:29:05.570Z | [ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO copying /tmp/.tmp4gr4ys/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 ... |
9476 | 2024-10-30T19:29:05.573Z | [ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9477 | 2024-10-30T19:29:05.573Z | [ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO ok! |
9478 | 2024-10-30T19:29:05.573Z | [ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO STEP 103 (ensure_file) COMPLETE |
9479 | 2024-10-30T19:29:05.573Z | [ host-image] Oct 30 19:29:04.679 INFO O| Oct 30 19:29:04.679 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9480 | 2024-10-30T19:29:05.580Z | [ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9481 | 2024-10-30T19:29:05.583Z | [ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO copying /tmp/.tmp4gr4ys/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 ... |
9482 | 2024-10-30T19:29:05.583Z | [ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9483 | 2024-10-30T19:29:05.583Z | [ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO ok! |
9484 | 2024-10-30T19:29:05.583Z | [ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO STEP 104 (ensure_file) COMPLETE |
9485 | 2024-10-30T19:29:05.583Z | [ host-image] Oct 30 19:29:04.689 INFO O| Oct 30 19:29:04.689 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9486 | 2024-10-30T19:29:05.590Z | [ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9487 | 2024-10-30T19:29:05.590Z | [ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO copying /tmp/.tmp4gr4ys/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 ... |
9488 | 2024-10-30T19:29:05.593Z | [ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9489 | 2024-10-30T19:29:05.593Z | [ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO ok! |
9490 | 2024-10-30T19:29:05.593Z | [ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO STEP 105 (ensure_file) COMPLETE |
9491 | 2024-10-30T19:29:05.593Z | [ host-image] Oct 30 19:29:04.699 INFO O| Oct 30 19:29:04.699 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9492 | 2024-10-30T19:29:05.604Z | [ host-image] Oct 30 19:29:04.709 INFO O| Oct 30 19:29:04.709 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9493 | 2024-10-30T19:29:05.604Z | [ host-image] Oct 30 19:29:04.710 INFO O| Oct 30 19:29:04.709 INFO copying /tmp/.tmp4gr4ys/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 ... |
9494 | 2024-10-30T19:29:05.604Z | [ host-image] Oct 30 19:29:04.710 INFO O| Oct 30 19:29:04.710 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9495 | 2024-10-30T19:29:05.604Z | [ host-image] Oct 30 19:29:04.710 INFO O| Oct 30 19:29:04.710 INFO ok! |
9496 | 2024-10-30T19:29:05.604Z | [ host-image] Oct 30 19:29:04.710 INFO O| Oct 30 19:29:04.710 INFO STEP 106 (ensure_file) COMPLETE |
9497 | 2024-10-30T19:29:05.604Z | [ host-image] Oct 30 19:29:04.710 INFO O| Oct 30 19:29:04.710 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9498 | 2024-10-30T19:29:05.610Z | [ host-image] Oct 30 19:29:04.719 INFO O| Oct 30 19:29:04.719 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9499 | 2024-10-30T19:29:05.613Z | [ host-image] Oct 30 19:29:04.719 INFO O| Oct 30 19:29:04.719 INFO copying /tmp/.tmp4gr4ys/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 ... |
9500 | 2024-10-30T19:29:05.613Z | [ host-image] Oct 30 19:29:04.720 INFO O| Oct 30 19:29:04.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9501 | 2024-10-30T19:29:05.613Z | [ host-image] Oct 30 19:29:04.720 INFO O| Oct 30 19:29:04.720 INFO ok! |
9502 | 2024-10-30T19:29:05.613Z | [ host-image] Oct 30 19:29:04.720 INFO O| Oct 30 19:29:04.720 INFO STEP 107 (ensure_file) COMPLETE |
9503 | 2024-10-30T19:29:05.613Z | [ host-image] Oct 30 19:29:04.720 INFO O| Oct 30 19:29:04.720 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9504 | 2024-10-30T19:29:05.621Z | [ host-image] Oct 30 19:29:04.729 INFO O| Oct 30 19:29:04.729 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9505 | 2024-10-30T19:29:05.621Z | [ host-image] Oct 30 19:29:04.729 INFO O| Oct 30 19:29:04.729 INFO copying /tmp/.tmp4gr4ys/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 ... |
9506 | 2024-10-30T19:29:05.623Z | [ host-image] Oct 30 19:29:04.730 INFO O| Oct 30 19:29:04.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9507 | 2024-10-30T19:29:05.623Z | [ host-image] Oct 30 19:29:04.730 INFO O| Oct 30 19:29:04.730 INFO ok! |
9508 | 2024-10-30T19:29:05.623Z | [ host-image] Oct 30 19:29:04.730 INFO O| Oct 30 19:29:04.730 INFO STEP 108 (ensure_file) COMPLETE |
9509 | 2024-10-30T19:29:05.623Z | [ host-image] Oct 30 19:29:04.730 INFO O| Oct 30 19:29:04.730 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9510 | 2024-10-30T19:29:05.630Z | [ host-image] Oct 30 19:29:04.739 INFO O| Oct 30 19:29:04.739 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9511 | 2024-10-30T19:29:05.631Z | [ host-image] Oct 30 19:29:04.739 INFO O| Oct 30 19:29:04.739 INFO copying /tmp/.tmp4gr4ys/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 ... |
9512 | 2024-10-30T19:29:05.633Z | [ host-image] Oct 30 19:29:04.740 INFO O| Oct 30 19:29:04.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9513 | 2024-10-30T19:29:05.633Z | [ host-image] Oct 30 19:29:04.740 INFO O| Oct 30 19:29:04.740 INFO ok! |
9514 | 2024-10-30T19:29:05.633Z | [ host-image] Oct 30 19:29:04.740 INFO O| Oct 30 19:29:04.740 INFO STEP 109 (ensure_file) COMPLETE |
9515 | 2024-10-30T19:29:05.633Z | [ host-image] Oct 30 19:29:04.740 INFO O| Oct 30 19:29:04.740 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9516 | 2024-10-30T19:29:05.641Z | [ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9517 | 2024-10-30T19:29:05.641Z | [ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO copying /tmp/.tmp4gr4ys/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 ... |
9518 | 2024-10-30T19:29:05.645Z | [ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9519 | 2024-10-30T19:29:05.645Z | [ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO ok! |
9520 | 2024-10-30T19:29:05.645Z | [ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO STEP 110 (ensure_file) COMPLETE |
9521 | 2024-10-30T19:29:05.645Z | [ host-image] Oct 30 19:29:04.750 INFO O| Oct 30 19:29:04.750 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9522 | 2024-10-30T19:29:05.651Z | [ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9523 | 2024-10-30T19:29:05.651Z | [ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO copying /tmp/.tmp4gr4ys/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 ... |
9524 | 2024-10-30T19:29:05.654Z | [ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9525 | 2024-10-30T19:29:05.654Z | [ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO ok! |
9526 | 2024-10-30T19:29:05.654Z | [ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO STEP 111 (ensure_file) COMPLETE |
9527 | 2024-10-30T19:29:05.654Z | [ host-image] Oct 30 19:29:04.760 INFO O| Oct 30 19:29:04.760 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9528 | 2024-10-30T19:29:05.661Z | [ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9529 | 2024-10-30T19:29:05.661Z | [ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO copying /tmp/.tmp4gr4ys/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 ... |
9530 | 2024-10-30T19:29:05.664Z | [ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9531 | 2024-10-30T19:29:05.664Z | [ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO ok! |
9532 | 2024-10-30T19:29:05.664Z | [ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO STEP 112 (ensure_file) COMPLETE |
9533 | 2024-10-30T19:29:05.664Z | [ host-image] Oct 30 19:29:04.770 INFO O| Oct 30 19:29:04.770 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9534 | 2024-10-30T19:29:05.672Z | [ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9535 | 2024-10-30T19:29:05.672Z | [ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO copying /tmp/.tmp4gr4ys/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 ... |
9536 | 2024-10-30T19:29:05.674Z | [ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9537 | 2024-10-30T19:29:05.674Z | [ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO ok! |
9538 | 2024-10-30T19:29:05.674Z | [ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO STEP 113 (ensure_file) COMPLETE |
9539 | 2024-10-30T19:29:05.674Z | [ host-image] Oct 30 19:29:04.781 INFO O| Oct 30 19:29:04.781 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9540 | 2024-10-30T19:29:05.682Z | [ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9541 | 2024-10-30T19:29:05.682Z | [ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO copying /tmp/.tmp4gr4ys/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 ... |
9542 | 2024-10-30T19:29:05.684Z | [ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9543 | 2024-10-30T19:29:05.684Z | [ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO ok! |
9544 | 2024-10-30T19:29:05.684Z | [ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO STEP 114 (ensure_file) COMPLETE |
9545 | 2024-10-30T19:29:05.684Z | [ host-image] Oct 30 19:29:04.791 INFO O| Oct 30 19:29:04.791 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9546 | 2024-10-30T19:29:05.692Z | [ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9547 | 2024-10-30T19:29:05.694Z | [ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO copying /tmp/.tmp4gr4ys/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 ... |
9548 | 2024-10-30T19:29:05.697Z | [ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9549 | 2024-10-30T19:29:05.697Z | [ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO ok! |
9550 | 2024-10-30T19:29:05.697Z | [ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO STEP 115 (ensure_file) COMPLETE |
9551 | 2024-10-30T19:29:05.697Z | [ host-image] Oct 30 19:29:04.801 INFO O| Oct 30 19:29:04.801 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9552 | 2024-10-30T19:29:05.703Z | [ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9553 | 2024-10-30T19:29:05.703Z | [ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9554 | 2024-10-30T19:29:05.705Z | [ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9555 | 2024-10-30T19:29:05.705Z | [ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO ok! |
9556 | 2024-10-30T19:29:05.705Z | [ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO STEP 116 (ensure_file) COMPLETE |
9557 | 2024-10-30T19:29:05.705Z | [ host-image] Oct 30 19:29:04.812 INFO O| Oct 30 19:29:04.812 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9558 | 2024-10-30T19:29:05.713Z | [ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9559 | 2024-10-30T19:29:05.716Z | [ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO copying /tmp/.tmp4gr4ys/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 ... |
9560 | 2024-10-30T19:29:05.716Z | [ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9561 | 2024-10-30T19:29:05.716Z | [ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO ok! |
9562 | 2024-10-30T19:29:05.716Z | [ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO STEP 117 (ensure_file) COMPLETE |
9563 | 2024-10-30T19:29:05.716Z | [ host-image] Oct 30 19:29:04.822 INFO O| Oct 30 19:29:04.822 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9564 | 2024-10-30T19:29:05.725Z | [ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9565 | 2024-10-30T19:29:05.725Z | [ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9566 | 2024-10-30T19:29:05.728Z | [ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9567 | 2024-10-30T19:29:05.728Z | [ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO ok! |
9568 | 2024-10-30T19:29:05.728Z | [ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO STEP 118 (ensure_file) COMPLETE |
9569 | 2024-10-30T19:29:05.728Z | [ host-image] Oct 30 19:29:04.833 INFO O| Oct 30 19:29:04.833 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9570 | 2024-10-30T19:29:05.734Z | [ host-image] Oct 30 19:29:04.842 INFO O| Oct 30 19:29:04.842 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9571 | 2024-10-30T19:29:05.734Z | [ host-image] Oct 30 19:29:04.843 INFO O| Oct 30 19:29:04.842 INFO copying /tmp/.tmp4gr4ys/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9572 | 2024-10-30T19:29:09.122Z | [ host-image] Oct 30 19:29:08.230 INFO O| Oct 30 19:29:08.230 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9573 | 2024-10-30T19:29:09.122Z | [ host-image] Oct 30 19:29:08.230 INFO O| Oct 30 19:29:08.230 INFO ok! |
9574 | 2024-10-30T19:29:09.122Z | [ host-image] Oct 30 19:29:08.230 INFO O| Oct 30 19:29:08.230 INFO STEP 119 (ensure_file) COMPLETE |
9575 | 2024-10-30T19:29:09.125Z | [ host-image] Oct 30 19:29:08.230 INFO O| Oct 30 19:29:08.230 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9576 | 2024-10-30T19:29:09.133Z | [ host-image] Oct 30 19:29:08.242 INFO O| Oct 30 19:29:08.242 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9577 | 2024-10-30T19:29:09.133Z | [ host-image] Oct 30 19:29:08.242 INFO O| Oct 30 19:29:08.242 INFO STEP 120 (ensure_dir) COMPLETE |
9578 | 2024-10-30T19:29:09.136Z | [ host-image] Oct 30 19:29:08.242 INFO O| Oct 30 19:29:08.242 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9579 | 2024-10-30T19:29:09.143Z | [ host-image] Oct 30 19:29:08.251 INFO O| Oct 30 19:29:08.251 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9580 | 2024-10-30T19:29:09.145Z | [ host-image] Oct 30 19:29:08.251 INFO O| Oct 30 19:29:08.251 INFO STEP 121 (ensure_dir) COMPLETE |
9581 | 2024-10-30T19:29:09.145Z | [ host-image] Oct 30 19:29:08.252 INFO O| Oct 30 19:29:08.251 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9582 | 2024-10-30T19:29:09.152Z | [ host-image] Oct 30 19:29:08.261 INFO O| Oct 30 19:29:08.261 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9583 | 2024-10-30T19:29:09.155Z | [ host-image] Oct 30 19:29:08.261 INFO O| Oct 30 19:29:08.261 INFO STEP 122 (ensure_dir) COMPLETE |
9584 | 2024-10-30T19:29:09.155Z | [ host-image] Oct 30 19:29:08.261 INFO O| Oct 30 19:29:08.261 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9585 | 2024-10-30T19:29:09.163Z | [ host-image] Oct 30 19:29:08.271 INFO O| Oct 30 19:29:08.271 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9586 | 2024-10-30T19:29:09.163Z | [ host-image] Oct 30 19:29:08.271 INFO O| Oct 30 19:29:08.271 INFO STEP 123 (ensure_dir) COMPLETE |
9587 | 2024-10-30T19:29:09.166Z | [ host-image] Oct 30 19:29:08.271 INFO O| Oct 30 19:29:08.271 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9588 | 2024-10-30T19:29:09.173Z | [ host-image] Oct 30 19:29:08.281 INFO O| Oct 30 19:29:08.281 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9589 | 2024-10-30T19:29:09.173Z | [ host-image] Oct 30 19:29:08.281 INFO O| Oct 30 19:29:08.281 INFO copying /tmp/.tmp4gr4ys/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 ... |
9590 | 2024-10-30T19:29:09.175Z | [ host-image] Oct 30 19:29:08.282 INFO O| Oct 30 19:29:08.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9591 | 2024-10-30T19:29:09.175Z | [ host-image] Oct 30 19:29:08.282 INFO O| Oct 30 19:29:08.282 INFO ok! |
9592 | 2024-10-30T19:29:09.175Z | [ host-image] Oct 30 19:29:08.282 INFO O| Oct 30 19:29:08.282 INFO STEP 124 (ensure_file) COMPLETE |
9593 | 2024-10-30T19:29:09.175Z | [ host-image] Oct 30 19:29:08.282 INFO O| Oct 30 19:29:08.282 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9594 | 2024-10-30T19:29:09.182Z | [ host-image] Oct 30 19:29:08.291 INFO O| Oct 30 19:29:08.291 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9595 | 2024-10-30T19:29:09.182Z | [ host-image] Oct 30 19:29:08.291 INFO O| Oct 30 19:29:08.291 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9596 | 2024-10-30T19:29:09.185Z | [ host-image] Oct 30 19:29:08.291 INFO O| Oct 30 19:29:08.291 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9597 | 2024-10-30T19:29:09.185Z | [ host-image] Oct 30 19:29:08.291 INFO O| Oct 30 19:29:08.291 INFO STEP 125 (ensure_dir) COMPLETE |
9598 | 2024-10-30T19:29:09.185Z | [ host-image] Oct 30 19:29:08.291 INFO O| Oct 30 19:29:08.291 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9599 | 2024-10-30T19:29:09.193Z | [ host-image] Oct 30 19:29:08.301 INFO O| Oct 30 19:29:08.301 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9600 | 2024-10-30T19:29:09.193Z | [ host-image] Oct 30 19:29:08.301 INFO O| Oct 30 19:29:08.301 INFO copying /tmp/.tmp4gr4ys/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9601 | 2024-10-30T19:29:09.196Z | [ host-image] Oct 30 19:29:08.301 INFO O| Oct 30 19:29:08.301 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9602 | 2024-10-30T19:29:09.196Z | [ host-image] Oct 30 19:29:08.302 INFO O| Oct 30 19:29:08.301 INFO ok! |
9603 | 2024-10-30T19:29:09.196Z | [ host-image] Oct 30 19:29:08.302 INFO O| Oct 30 19:29:08.301 INFO STEP 126 (ensure_file) COMPLETE |
9604 | 2024-10-30T19:29:09.196Z | [ host-image] Oct 30 19:29:08.302 INFO O| Oct 30 19:29:08.302 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9605 | 2024-10-30T19:29:09.202Z | [ host-image] Oct 30 19:29:08.311 INFO O| Oct 30 19:29:08.311 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9606 | 2024-10-30T19:29:09.205Z | [ host-image] Oct 30 19:29:08.312 INFO O| Oct 30 19:29:08.312 INFO STEP 127 (remove_files) COMPLETE |
9607 | 2024-10-30T19:29:09.205Z | [ host-image] Oct 30 19:29:08.312 INFO O| Oct 30 19:29:08.312 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9608 | 2024-10-30T19:29:09.213Z | [ host-image] Oct 30 19:29:08.322 INFO O| Oct 30 19:29:08.322 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9609 | 2024-10-30T19:29:09.216Z | [ host-image] Oct 30 19:29:08.322 INFO O| Oct 30 19:29:08.322 INFO STEP 128 (remove_files) COMPLETE |
9610 | 2024-10-30T19:29:09.216Z | [ host-image] Oct 30 19:29:08.322 INFO O| Oct 30 19:29:08.322 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9611 | 2024-10-30T19:29:09.223Z | [ host-image] Oct 30 19:29:08.331 INFO O| Oct 30 19:29:08.331 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9612 | 2024-10-30T19:29:09.225Z | [ host-image] Oct 30 19:29:08.332 INFO O| Oct 30 19:29:08.332 INFO STEP 129 (remove_files) COMPLETE |
9613 | 2024-10-30T19:29:09.225Z | [ host-image] Oct 30 19:29:08.332 INFO O| Oct 30 19:29:08.332 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9614 | 2024-10-30T19:29:09.233Z | [ host-image] Oct 30 19:29:08.341 INFO O| Oct 30 19:29:08.341 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9615 | 2024-10-30T19:29:09.235Z | [ host-image] Oct 30 19:29:08.341 INFO O| Oct 30 19:29:08.341 INFO STEP 130 (remove_files) COMPLETE |
9616 | 2024-10-30T19:29:09.235Z | [ host-image] Oct 30 19:29:08.342 INFO O| Oct 30 19:29:08.341 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9617 | 2024-10-30T19:29:09.242Z | [ host-image] Oct 30 19:29:08.351 INFO O| Oct 30 19:29:08.351 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9618 | 2024-10-30T19:29:09.245Z | [ host-image] Oct 30 19:29:08.351 INFO O| Oct 30 19:29:08.351 INFO STEP 131 (remove_files) COMPLETE |
9619 | 2024-10-30T19:29:09.245Z | [ host-image] Oct 30 19:29:08.351 INFO O| Oct 30 19:29:08.351 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9620 | 2024-10-30T19:29:09.252Z | [ host-image] Oct 30 19:29:08.361 INFO O| Oct 30 19:29:08.361 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9621 | 2024-10-30T19:29:09.255Z | [ host-image] Oct 30 19:29:08.361 INFO O| Oct 30 19:29:08.361 INFO STEP 132 (remove_files) COMPLETE |
9622 | 2024-10-30T19:29:09.255Z | [ host-image] Oct 30 19:29:08.361 INFO O| Oct 30 19:29:08.361 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9623 | 2024-10-30T19:29:09.262Z | [ host-image] Oct 30 19:29:08.371 INFO O| Oct 30 19:29:08.371 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9624 | 2024-10-30T19:29:09.265Z | [ host-image] Oct 30 19:29:08.371 INFO O| Oct 30 19:29:08.371 INFO STEP 133 (remove_files) COMPLETE |
9625 | 2024-10-30T19:29:09.265Z | [ host-image] Oct 30 19:29:08.371 INFO O| Oct 30 19:29:08.371 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9626 | 2024-10-30T19:29:09.272Z | [ host-image] Oct 30 19:29:08.381 INFO O| Oct 30 19:29:08.381 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9627 | 2024-10-30T19:29:09.272Z | [ host-image] Oct 30 19:29:08.381 INFO O| Oct 30 19:29:08.381 INFO STEP 134 (remove_files) COMPLETE |
9628 | 2024-10-30T19:29:09.275Z | [ host-image] Oct 30 19:29:08.381 INFO O| Oct 30 19:29:08.381 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9629 | 2024-10-30T19:29:09.282Z | [ host-image] Oct 30 19:29:08.391 INFO O| Oct 30 19:29:08.391 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9630 | 2024-10-30T19:29:09.282Z | [ host-image] Oct 30 19:29:08.391 INFO O| Oct 30 19:29:08.391 INFO STEP 135 (remove_files) COMPLETE |
9631 | 2024-10-30T19:29:09.285Z | [ host-image] Oct 30 19:29:08.391 INFO O| Oct 30 19:29:08.391 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9632 | 2024-10-30T19:29:09.292Z | [ host-image] Oct 30 19:29:08.401 INFO O| Oct 30 19:29:08.401 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9633 | 2024-10-30T19:29:09.292Z | [ host-image] Oct 30 19:29:08.401 INFO O| Oct 30 19:29:08.401 INFO STEP 136 (remove_files) COMPLETE |
9634 | 2024-10-30T19:29:09.295Z | [ host-image] Oct 30 19:29:08.401 INFO O| Oct 30 19:29:08.401 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9635 | 2024-10-30T19:29:09.302Z | [ host-image] Oct 30 19:29:08.411 INFO O| Oct 30 19:29:08.411 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9636 | 2024-10-30T19:29:09.305Z | [ host-image] Oct 30 19:29:08.411 INFO O| Oct 30 19:29:08.411 INFO STEP 137 (remove_files) COMPLETE |
9637 | 2024-10-30T19:29:09.305Z | [ host-image] Oct 30 19:29:08.411 INFO O| Oct 30 19:29:08.411 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9638 | 2024-10-30T19:29:09.312Z | [ host-image] Oct 30 19:29:08.421 INFO O| Oct 30 19:29:08.421 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9639 | 2024-10-30T19:29:09.312Z | [ host-image] Oct 30 19:29:08.421 INFO O| Oct 30 19:29:08.421 INFO STEP 138 (remove_files) COMPLETE |
9640 | 2024-10-30T19:29:09.314Z | [ host-image] Oct 30 19:29:08.421 INFO O| Oct 30 19:29:08.421 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9641 | 2024-10-30T19:29:09.322Z | [ host-image] Oct 30 19:29:08.431 INFO O| Oct 30 19:29:08.431 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9642 | 2024-10-30T19:29:09.322Z | [ host-image] Oct 30 19:29:08.431 INFO O| Oct 30 19:29:08.431 INFO STEP 139 (remove_files) COMPLETE |
9643 | 2024-10-30T19:29:09.325Z | [ host-image] Oct 30 19:29:08.431 INFO O| Oct 30 19:29:08.431 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9644 | 2024-10-30T19:29:09.332Z | [ host-image] Oct 30 19:29:08.441 INFO O| Oct 30 19:29:08.441 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9645 | 2024-10-30T19:29:09.335Z | [ host-image] Oct 30 19:29:08.441 INFO O| Oct 30 19:29:08.441 INFO STEP 140 (remove_files) COMPLETE |
9646 | 2024-10-30T19:29:09.335Z | [ host-image] Oct 30 19:29:08.441 INFO O| Oct 30 19:29:08.441 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9647 | 2024-10-30T19:29:09.342Z | [ host-image] Oct 30 19:29:08.451 INFO O| Oct 30 19:29:08.451 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9648 | 2024-10-30T19:29:09.342Z | [ host-image] Oct 30 19:29:08.451 INFO O| Oct 30 19:29:08.451 INFO STEP 141 (remove_files) COMPLETE |
9649 | 2024-10-30T19:29:09.345Z | [ host-image] Oct 30 19:29:08.451 INFO O| Oct 30 19:29:08.451 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9650 | 2024-10-30T19:29:09.352Z | [ host-image] Oct 30 19:29:08.461 INFO O| Oct 30 19:29:08.461 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9651 | 2024-10-30T19:29:09.355Z | [ host-image] Oct 30 19:29:08.461 INFO O| Oct 30 19:29:08.461 INFO STEP 142 (remove_files) COMPLETE |
9652 | 2024-10-30T19:29:09.355Z | [ host-image] Oct 30 19:29:08.461 INFO O| Oct 30 19:29:08.461 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9653 | 2024-10-30T19:29:09.362Z | [ host-image] Oct 30 19:29:08.470 INFO O| Oct 30 19:29:08.470 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9654 | 2024-10-30T19:29:09.365Z | [ host-image] Oct 30 19:29:08.470 INFO O| Oct 30 19:29:08.470 INFO STEP 143 (remove_files) COMPLETE |
9655 | 2024-10-30T19:29:09.365Z | [ host-image] Oct 30 19:29:08.470 INFO O| Oct 30 19:29:08.470 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9656 | 2024-10-30T19:29:09.372Z | [ host-image] Oct 30 19:29:08.480 INFO O| Oct 30 19:29:08.480 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9657 | 2024-10-30T19:29:09.372Z | [ host-image] Oct 30 19:29:08.480 INFO O| Oct 30 19:29:08.480 INFO STEP 144 (remove_files) COMPLETE |
9658 | 2024-10-30T19:29:09.375Z | [ host-image] Oct 30 19:29:08.480 INFO O| Oct 30 19:29:08.480 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9659 | 2024-10-30T19:29:09.383Z | [ host-image] Oct 30 19:29:08.490 INFO O| Oct 30 19:29:08.490 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9660 | 2024-10-30T19:29:09.385Z | [ host-image] Oct 30 19:29:08.490 INFO O| Oct 30 19:29:08.490 INFO STEP 145 (remove_files) COMPLETE |
9661 | 2024-10-30T19:29:09.385Z | [ host-image] Oct 30 19:29:08.490 INFO O| Oct 30 19:29:08.490 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9662 | 2024-10-30T19:29:09.391Z | [ host-image] Oct 30 19:29:08.500 INFO O| Oct 30 19:29:08.500 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9663 | 2024-10-30T19:29:09.393Z | [ host-image] Oct 30 19:29:08.500 INFO O| Oct 30 19:29:08.500 INFO STEP 146 (remove_files) COMPLETE |
9664 | 2024-10-30T19:29:09.393Z | [ host-image] Oct 30 19:29:08.500 INFO O| Oct 30 19:29:08.500 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9665 | 2024-10-30T19:29:09.401Z | [ host-image] Oct 30 19:29:08.510 INFO O| Oct 30 19:29:08.510 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9666 | 2024-10-30T19:29:09.401Z | [ host-image] Oct 30 19:29:08.510 INFO O| Oct 30 19:29:08.510 INFO STEP 147 (remove_files) COMPLETE |
9667 | 2024-10-30T19:29:09.404Z | [ host-image] Oct 30 19:29:08.510 INFO O| Oct 30 19:29:08.510 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9668 | 2024-10-30T19:29:09.411Z | [ host-image] Oct 30 19:29:08.520 INFO O| Oct 30 19:29:08.520 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9669 | 2024-10-30T19:29:09.414Z | [ host-image] Oct 30 19:29:08.520 INFO O| Oct 30 19:29:08.520 INFO STEP 148 (remove_files) COMPLETE |
9670 | 2024-10-30T19:29:09.414Z | [ host-image] Oct 30 19:29:08.520 INFO O| Oct 30 19:29:08.520 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9671 | 2024-10-30T19:29:09.421Z | [ host-image] Oct 30 19:29:08.530 INFO O| Oct 30 19:29:08.530 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9672 | 2024-10-30T19:29:09.421Z | [ host-image] Oct 30 19:29:08.530 INFO O| Oct 30 19:29:08.530 INFO STEP 149 (remove_files) COMPLETE |
9673 | 2024-10-30T19:29:09.424Z | [ host-image] Oct 30 19:29:08.530 INFO O| Oct 30 19:29:08.530 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9674 | 2024-10-30T19:29:09.431Z | [ host-image] Oct 30 19:29:08.540 INFO O| Oct 30 19:29:08.539 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9675 | 2024-10-30T19:29:09.433Z | [ host-image] Oct 30 19:29:08.540 INFO O| Oct 30 19:29:08.540 INFO STEP 150 (remove_files) COMPLETE |
9676 | 2024-10-30T19:29:09.433Z | [ host-image] Oct 30 19:29:08.540 INFO O| Oct 30 19:29:08.540 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9677 | 2024-10-30T19:29:09.441Z | [ host-image] Oct 30 19:29:08.550 INFO O| Oct 30 19:29:08.550 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9678 | 2024-10-30T19:29:09.441Z | [ host-image] Oct 30 19:29:08.550 INFO O| Oct 30 19:29:08.550 INFO STEP 151 (remove_files) COMPLETE |
9679 | 2024-10-30T19:29:09.441Z | [ host-image] Oct 30 19:29:08.550 INFO O| Oct 30 19:29:08.550 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9680 | 2024-10-30T19:29:09.451Z | [ host-image] Oct 30 19:29:08.559 INFO O| Oct 30 19:29:08.559 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9681 | 2024-10-30T19:29:09.451Z | [ host-image] Oct 30 19:29:08.560 INFO O| Oct 30 19:29:08.559 INFO STEP 152 (remove_files) COMPLETE |
9682 | 2024-10-30T19:29:09.453Z | [ host-image] Oct 30 19:29:08.560 INFO O| Oct 30 19:29:08.560 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9683 | 2024-10-30T19:29:09.461Z | [ host-image] Oct 30 19:29:08.570 INFO O| Oct 30 19:29:08.570 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9684 | 2024-10-30T19:29:09.461Z | [ host-image] Oct 30 19:29:08.570 INFO O| Oct 30 19:29:08.570 INFO STEP 153 (remove_files) COMPLETE |
9685 | 2024-10-30T19:29:09.463Z | [ host-image] Oct 30 19:29:08.570 INFO O| Oct 30 19:29:08.570 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9686 | 2024-10-30T19:29:09.471Z | [ host-image] Oct 30 19:29:08.580 INFO O| Oct 30 19:29:08.579 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9687 | 2024-10-30T19:29:09.471Z | [ host-image] Oct 30 19:29:08.580 INFO O| Oct 30 19:29:08.580 INFO STEP 154 (remove_files) COMPLETE |
9688 | 2024-10-30T19:29:09.473Z | [ host-image] Oct 30 19:29:08.580 INFO O| Oct 30 19:29:08.580 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9689 | 2024-10-30T19:29:09.481Z | [ host-image] Oct 30 19:29:08.589 INFO O| Oct 30 19:29:08.589 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9690 | 2024-10-30T19:29:09.481Z | [ host-image] Oct 30 19:29:08.589 INFO O| Oct 30 19:29:08.589 INFO STEP 155 (remove_files) COMPLETE |
9691 | 2024-10-30T19:29:09.484Z | [ host-image] Oct 30 19:29:08.590 INFO O| Oct 30 19:29:08.589 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9692 | 2024-10-30T19:29:09.495Z | [ host-image] Oct 30 19:29:08.604 INFO O| Oct 30 19:29:08.604 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9693 | 2024-10-30T19:29:09.498Z | [ host-image] Oct 30 19:29:08.604 INFO O| Oct 30 19:29:08.604 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
9694 | 2024-10-30T19:29:15.606Z | [ host-image] Oct 30 19:29:14.714 INFO O| Oct 30 19:29:14.714 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 |
9695 | 2024-10-30T19:29:15.606Z | [ host-image] Oct 30 19:29:14.714 INFO O| Oct 30 19:29:14.714 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9696 | 2024-10-30T19:29:15.620Z | [ host-image] Oct 30 19:29:14.728 INFO O| Oct 30 19:29:14.728 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
9697 | 2024-10-30T19:29:15.698Z | [ host-image] Oct 30 19:29:14.806 INFO O| Oct 30 19:29:14.806 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9698 | 2024-10-30T19:29:15.700Z | [ host-image] Oct 30 19:29:14.806 INFO O| Oct 30 19:29:14.806 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9699 | 2024-10-30T19:29:15.700Z | [ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9700 | 2024-10-30T19:29:15.700Z | [ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO ok! |
9701 | 2024-10-30T19:29:15.700Z | [ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9702 | 2024-10-30T19:29:15.700Z | [ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO STEP 156 (seed_smf) COMPLETE |
9703 | 2024-10-30T19:29:15.700Z | [ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO steps complete; finalising image! |
9704 | 2024-10-30T19:29:15.701Z | [ host-image] Oct 30 19:29:14.808 INFO O| Oct 30 19:29:14.808 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9705 | 2024-10-30T19:29:15.839Z | [ host-image] Oct 30 19:29:14.947 INFO O| Oct 30 19:29:14.947 INFO trim TEMPORARY-gimlet-zfs: (0% trimmed, started at Wed Oct 30 19:29:14 2024) |
9706 | 2024-10-30T19:29:16.061Z | [ host-image] Oct 30 19:29:15.169 INFO O| Oct 30 19:29:15.169 INFO temporary pool has 705M used, 127M avail, 1.85x compressratio |
9707 | 2024-10-30T19:29:16.061Z | [ host-image] Oct 30 19:29:15.169 INFO O| Oct 30 19:29:15.169 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9708 | 2024-10-30T19:29:16.354Z | [ host-image] Oct 30 19:29:15.462 INFO O| Oct 30 19:29:15.462 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9709 | 2024-10-30T19:29:16.354Z | [ host-image] Oct 30 19:29:15.462 INFO O| Oct 30 19:29:15.462 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9710 | 2024-10-30T19:29:17.369Z | [ host-image] Oct 30 19:29:16.477 INFO O| Oct 30 19:29:16.477 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9711 | 2024-10-30T19:29:17.369Z | [ host-image] Oct 30 19:29:16.477 INFO O| Oct 30 19:29:16.477 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9712 | 2024-10-30T19:29:17.371Z | [ host-image] Oct 30 19:29:16.477 INFO O| Oct 30 19:29:16.477 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9713 | 2024-10-30T19:29:17.371Z | [ host-image] Oct 30 19:29:16.477 INFO O| Oct 30 19:29:16.477 INFO completed processing gimlet/zfs |
9714 | 2024-10-30T19:29:17.371Z | [ host-image] Oct 30 19:29:16.477 INFO O| Oct 30 19:29:16.477 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9715 | 2024-10-30T19:29:23.995Z | [ host-image] Oct 30 19:29:23.102 INFO O| Oct 30 19:29:23.102 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9716 | 2024-10-30T19:29:24.072Z | [ host-image] Oct 30 19:29:23.180 INFO BUILD STRING "heads/stlouis-0-g54a974bee7\n" |
9717 | 2024-10-30T19:29:24.072Z | [ host-image] Oct 30 19:29:23.180 INFO expanded image name: "ci 24c967f/${os_short_commit} 2024-10-30 18:58" -> "ci 24c967f/54a974b 2024-10-30 18:58" |
9718 | 2024-10-30T19:29:24.075Z | [ host-image] Oct 30 19:29:23.180 INFO output artefacts stored in: "/work/os-host" |
9719 | 2024-10-30T19:29:24.075Z | [ host-image] Oct 30 19:29:23.180 INFO collecting git info from project "phbl"... |
9720 | 2024-10-30T19:29:24.077Z | [ host-image] Oct 30 19:29:23.185 INFO collecting git info from project "amd-firmware"... |
9721 | 2024-10-30T19:29:24.087Z | [ host-image] Oct 30 19:29:23.195 INFO collecting git info from project "chelsio-t6-roms"... |
9722 | 2024-10-30T19:29:24.092Z | [ host-image] Oct 30 19:29:23.200 INFO collecting git info from project "amd-host-image-builder"... |
9723 | 2024-10-30T19:29:24.105Z | [ host-image] Oct 30 19:29:23.213 INFO collecting git info from project "bootserver"... |
9724 | 2024-10-30T19:29:24.110Z | [ host-image] Oct 30 19:29:23.218 INFO collecting git info from project "image-builder"... |
9725 | 2024-10-30T19:29:24.114Z | [ host-image] Oct 30 19:29:23.222 INFO collecting git info from project "pinprick"... |
9726 | 2024-10-30T19:29:24.118Z | [ host-image] Oct 30 19:29:23.226 INFO collecting git info from project "pilot"... |
9727 | 2024-10-30T19:29:24.123Z | [ host-image] Oct 30 19:29:23.232 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9728 | 2024-10-30T19:29:24.481Z | [ host-image] Oct 30 19:29:23.589 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9729 | 2024-10-30T19:29:24.816Z | [ host-image] Oct 30 19:29:23.923 INFO creating Oxide boot image... |
9730 | 2024-10-30T19:29:24.816Z | [ host-image] Oct 30 19:29:23.924 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 24c967f/54a974b 2024-10-30 18:58", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9731 | 2024-10-30T19:29:25.755Z | [ host-image] Oct 30 19:29:24.863 INFO O| ok, image written! |
9732 | 2024-10-30T19:29:25.758Z | [ host-image] Oct 30 19:29:24.863 INFO O| ok, boot_image_csum file written! |
9733 | 2024-10-30T19:29:25.758Z | [ host-image] Oct 30 19:29:24.866 INFO creating boot archive (CPIO)... |
9734 | 2024-10-30T19:29:25.758Z | [ host-image] Oct 30 19:29:24.866 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 |
9735 | 2024-10-30T19:29:25.768Z | [ host-image] Oct 30 19:29:24.876 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9736 | 2024-10-30T19:29:25.768Z | [ host-image] Oct 30 19:29:24.876 INFO E| + outfile=/work/os-host/cpio |
9737 | 2024-10-30T19:29:25.770Z | [ host-image] Oct 30 19:29:24.876 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9738 | 2024-10-30T19:29:25.770Z | [ host-image] Oct 30 19:29:24.878 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9739 | 2024-10-30T19:29:25.770Z | [ host-image] Oct 30 19:29:24.878 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9740 | 2024-10-30T19:29:25.804Z | [ host-image] Oct 30 19:29:24.912 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9741 | 2024-10-30T19:29:25.804Z | [ host-image] Oct 30 19:29:24.912 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9742 | 2024-10-30T19:29:25.812Z | [ host-image] Oct 30 19:29:24.920 INFO creating compressed cpio/unix for nanobl-rs... |
9743 | 2024-10-30T19:29:25.815Z | [ host-image] Oct 30 19:29:24.920 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 |
9744 | 2024-10-30T19:29:26.113Z | [ host-image] Oct 30 19:29:25.221 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9745 | 2024-10-30T19:29:30.453Z | [ host-image] Oct 30 19:29:29.561 INFO creating reset image... |
9746 | 2024-10-30T19:29:30.457Z | [ host-image] Oct 30 19:29:29.561 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9747 | 2024-10-30T19:29:30.545Z | [ host-image] Oct 30 19:29:29.653 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9748 | 2024-10-30T19:29:30.549Z | [ host-image] Oct 30 19:29:29.654 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9749 | 2024-10-30T19:29:30.602Z | [ host-image] Oct 30 19:29:29.709 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9750 | 2024-10-30T19:29:32.396Z | [ host-image] Oct 30 19:29:31.504 INFO E| Finished `release` profile [optimized] target(s) in 1.83s |
9751 | 2024-10-30T19:29:32.408Z | [ host-image] Oct 30 19:29:31.516 INFO building host image... |
9752 | 2024-10-30T19:29:32.411Z | [ host-image] Oct 30 19:29:31.516 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") |
9753 | 2024-10-30T19:29:32.911Z | [ host-image] Oct 30 19:29:32.017 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9754 | 2024-10-30T19:30:20.599Z | [ host-image] Oct 30 19:30:19.705 INFO image complete! materials are in "/work/os-host" |
9755 | 2024-10-30T19:30:20.602Z | [ host-image] |
9756 | 2024-10-30T19:30:20.604Z | [ host-image] real 9:39.300199010 |
9757 | 2024-10-30T19:30:20.605Z | [ host-image] user 4:55.893344592 |
9758 | 2024-10-30T19:30:20.605Z | [ host-image] sys 51.459983068 |
9759 | 2024-10-30T19:30:20.605Z | [ host-image] trap 0.179902143 |
9760 | 2024-10-30T19:30:20.605Z | [ host-image] tflt 0.005706105 |
9761 | 2024-10-30T19:30:20.605Z | [ host-image] dflt 0.052338974 |
9762 | 2024-10-30T19:30:20.605Z | [ host-image] kflt 0.000018900 |
9763 | 2024-10-30T19:30:20.605Z | [ host-image] lock 10:46.835249695 |
9764 | 2024-10-30T19:30:20.605Z | [ host-image] slp 52:43.204558451 |
9765 | 2024-10-30T19:30:20.605Z | [ host-image] lat 1:31.002361843 |
9766 | 2024-10-30T19:30:20.605Z | [ host-image] stop 0.562875130 |
9767 | 2024-10-30T19:30:20.605Z | Oct 30 19:30:19.709 INFO [host-image] process exited with exit status: 0 (579.317243151s) |
9768 | 2024-10-30T19:30:20.605Z | Oct 30 19:30:19.709 INFO [tuf-repo] running task |
9769 | 2024-10-30T19:30:27.791Z | Oct 30 19:30:26.895 INFO assembling repository in `/tmp/tufaceousy1UdUj`, component: OmicronRepoAssembler |
9770 | 2024-10-30T19:30:32.969Z | Oct 30 19:30:32.072 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9771 | 2024-10-30T19:30:33.168Z | Oct 30 19:30:32.271 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9772 | 2024-10-30T19:30:45.454Z | Oct 30 19:30:44.558 INFO [tuf-repo] task succeeded (24.849353174s) |
9773 | 2024-10-30T19:30:45.454Z | Oct 30 19:30:44.558 INFO all jobs completed in 1914.992950603s |
9774 | 2024-10-30T19:30:46.029Z | process exited: duration 2525660 ms, exit code 0 |
|
9775 | 2024-10-30T19:30:46.041Z | found 33 output files |
9776 | 2024-10-30T19:30:46.042Z | uploading: /work/manifest.toml (8404 bytes) |
9777 | 2024-10-30T19:30:47.052Z | uploaded: /work/manifest.toml |
9778 | 2024-10-30T19:30:47.061Z | uploading: /work/repo.zip (1879748492 bytes) |
9779 | 2024-10-30T19:31:26.019Z | uploaded: /work/repo.zip |
9780 | 2024-10-30T19:31:26.019Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9781 | 2024-10-30T19:31:27.123Z | uploaded: /work/repo.zip.sha256.txt |
9782 | 2024-10-30T19:31:27.124Z | uploading: /work/helios-setup.log (65527 bytes) |
9783 | 2024-10-30T19:31:28.223Z | uploaded: /work/helios-setup.log |
9784 | 2024-10-30T19:31:28.223Z | uploading: /work/host-image.log (194565 bytes) |
9785 | 2024-10-30T19:31:29.240Z | uploaded: /work/host-image.log |
9786 | 2024-10-30T19:31:29.240Z | uploading: /work/host-package.log (22417 bytes) |
9787 | 2024-10-30T19:31:30.253Z | uploaded: /work/host-package.log |
9788 | 2024-10-30T19:31:30.253Z | uploading: /work/host-target.log (101 bytes) |
9789 | 2024-10-30T19:31:31.278Z | uploaded: /work/host-target.log |
9790 | 2024-10-30T19:31:31.278Z | uploading: /work/omicron-package.log (5011 bytes) |
9791 | 2024-10-30T19:31:32.290Z | uploaded: /work/omicron-package.log |
9792 | 2024-10-30T19:31:32.290Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9793 | 2024-10-30T19:31:33.306Z | uploaded: /work/phbl-toolchain.log |
9794 | 2024-10-30T19:31:33.306Z | uploading: /work/recovery-image.log (591679 bytes) |
9795 | 2024-10-30T19:31:34.334Z | uploaded: /work/recovery-image.log |
9796 | 2024-10-30T19:31:34.337Z | uploading: /work/recovery-package.log (321 bytes) |
9797 | 2024-10-30T19:31:35.344Z | uploaded: /work/recovery-package.log |
9798 | 2024-10-30T19:31:35.344Z | uploading: /work/recovery-target.log (98 bytes) |
9799 | 2024-10-30T19:31:36.352Z | uploaded: /work/recovery-target.log |
9800 | 2024-10-30T19:31:36.352Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9801 | 2024-10-30T19:31:37.367Z | uploaded: /work/stamp-clickhouse.log |
9802 | 2024-10-30T19:31:37.367Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9803 | 2024-10-30T19:31:38.377Z | uploaded: /work/stamp-clickhouse_keeper.log |
9804 | 2024-10-30T19:31:38.378Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9805 | 2024-10-30T19:31:39.389Z | uploaded: /work/stamp-cockroachdb.log |
9806 | 2024-10-30T19:31:39.392Z | uploading: /work/stamp-crucible-dtrace.log (71 bytes) |
9807 | 2024-10-30T19:31:40.399Z | uploaded: /work/stamp-crucible-dtrace.log |
9808 | 2024-10-30T19:31:40.399Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9809 | 2024-10-30T19:31:41.409Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9810 | 2024-10-30T19:31:41.409Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9811 | 2024-10-30T19:31:42.422Z | uploaded: /work/stamp-crucible-zone.log |
9812 | 2024-10-30T19:31:42.422Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9813 | 2024-10-30T19:31:43.444Z | uploaded: /work/stamp-external-dns.log |
9814 | 2024-10-30T19:31:43.444Z | uploading: /work/stamp-installinator.log (103 bytes) |
9815 | 2024-10-30T19:31:44.454Z | uploaded: /work/stamp-installinator.log |
9816 | 2024-10-30T19:31:44.454Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9817 | 2024-10-30T19:31:45.488Z | uploaded: /work/stamp-internal-dns.log |
9818 | 2024-10-30T19:31:45.503Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9819 | 2024-10-30T19:31:46.510Z | uploaded: /work/stamp-mg-ddm-gz.log |
9820 | 2024-10-30T19:31:46.510Z | uploading: /work/stamp-nexus.log (112 bytes) |
9821 | 2024-10-30T19:31:47.524Z | uploaded: /work/stamp-nexus.log |
9822 | 2024-10-30T19:31:47.524Z | uploading: /work/stamp-ntp.log (110 bytes) |
9823 | 2024-10-30T19:31:48.534Z | uploaded: /work/stamp-ntp.log |
9824 | 2024-10-30T19:31:48.534Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9825 | 2024-10-30T19:31:49.544Z | uploaded: /work/stamp-omicron-sled-agent.log |
9826 | 2024-10-30T19:31:49.544Z | uploading: /work/stamp-overlay.log (114 bytes) |
9827 | 2024-10-30T19:31:50.559Z | uploaded: /work/stamp-overlay.log |
9828 | 2024-10-30T19:31:50.559Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9829 | 2024-10-30T19:31:51.569Z | uploaded: /work/stamp-oximeter.log |
9830 | 2024-10-30T19:31:51.569Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9831 | 2024-10-30T19:31:52.605Z | uploaded: /work/stamp-oxlog.log |
9832 | 2024-10-30T19:31:52.605Z | uploading: /work/stamp-probe.log (112 bytes) |
9833 | 2024-10-30T19:31:53.632Z | uploaded: /work/stamp-probe.log |
9834 | 2024-10-30T19:31:53.632Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9835 | 2024-10-30T19:31:54.655Z | uploaded: /work/stamp-propolis-server.log |
9836 | 2024-10-30T19:31:54.710Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9837 | 2024-10-30T19:31:59.847Z | uploaded: /work/stamp-pumpkind-gz.log |
9838 | 2024-10-30T19:31:59.847Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9839 | 2024-10-30T19:32:00.904Z | uploaded: /work/stamp-switch-asic.log |
9840 | 2024-10-30T19:32:00.907Z | uploading: /work/verify-libraries.log (3720 bytes) |
9841 | 2024-10-30T19:32:01.918Z | uploaded: /work/verify-libraries.log |