|
|
|
1 | 2024-08-03T03:31:39.593Z | job assigned to worker 01J4B4KE9FMS1NX79X7B07Y5BH (queued for 1 m 27 s) |
|
2 | 2024-08-03T03:31:46.429Z | starting task 0: "setup" |
3 | 2024-08-03T03:31:46.437Z | ++ uname -s |
4 | 2024-08-03T03:31:46.440Z | + kern=SunOS |
5 | 2024-08-03T03:31:46.441Z | + case "$kern" in |
6 | 2024-08-03T03:31:46.441Z | + groupadd -g 12345 build |
7 | 2024-08-03T03:31:46.443Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-03T03:31:48.451Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-03T03:31:48.518Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-03T03:31:48.521Z | + home_fs=zfs |
11 | 2024-08-03T03:31:48.521Z | + [[ zfs == autofs ]] |
12 | 2024-08-03T03:31:48.521Z | + mkdir -p /home/build |
13 | 2024-08-03T03:31:48.524Z | + chown build:build /home/build /work |
14 | 2024-08-03T03:31:50.524Z | + chmod 0700 /home/build /work |
15 | 2024-08-03T03:31:50.527Z | process exited: duration 4099 ms, exit code 0 |
|
16 | 2024-08-03T03:31:50.533Z | starting task 1: "rust-toolchain" |
17 | 2024-08-03T03:31:50.539Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-03T03:31:50.539Z | * toolchain channel = "1.80.0" |
19 | 2024-08-03T03:31:50.539Z | * toolchain profile = "default" |
20 | 2024-08-03T03:31:50.539Z | ' 1.80.0 |
21 | 2024-08-03T03:31:50.539Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-03T03:31:50.539Z | ' default |
23 | 2024-08-03T03:31:50.542Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-03T03:31:50.542Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-03T03:31:50.665Z | info: downloading installer |
26 | 2024-08-03T03:31:51.876Z | info: profile set to 'default' |
27 | 2024-08-03T03:31:51.876Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-03T03:31:51.879Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-03T03:31:52.004Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-03T03:31:52.004Z | info: downloading component 'cargo' |
31 | 2024-08-03T03:31:52.689Z | info: downloading component 'clippy' |
32 | 2024-08-03T03:31:52.930Z | info: downloading component 'rust-docs' |
33 | 2024-08-03T03:31:53.887Z | info: downloading component 'rust-std' |
34 | 2024-08-03T03:31:55.215Z | info: downloading component 'rustc' |
35 | 2024-08-03T03:31:58.955Z | info: downloading component 'rustfmt' |
36 | 2024-08-03T03:31:59.152Z | info: installing component 'cargo' |
37 | 2024-08-03T03:31:59.963Z | info: installing component 'clippy' |
38 | 2024-08-03T03:32:00.326Z | info: installing component 'rust-docs' |
39 | 2024-08-03T03:32:01.927Z | info: installing component 'rust-std' |
40 | 2024-08-03T03:32:03.528Z | info: installing component 'rustc' |
41 | 2024-08-03T03:32:07.712Z | info: installing component 'rustfmt' |
42 | 2024-08-03T03:32:08.039Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-03T03:32:08.039Z | |
44 | 2024-08-03T03:32:08.300Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-03T03:32:08.300Z | |
46 | 2024-08-03T03:32:08.300Z | |
47 | 2024-08-03T03:32:08.303Z | Rust is installed now. Great! |
48 | 2024-08-03T03:32:08.303Z | |
49 | 2024-08-03T03:32:08.304Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-03T03:32:08.304Z | environment variable. This has not been done automatically. |
51 | 2024-08-03T03:32:08.304Z | |
52 | 2024-08-03T03:32:08.304Z | To configure your current shell, you need to source |
53 | 2024-08-03T03:32:08.304Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-03T03:32:08.304Z | |
55 | 2024-08-03T03:32:08.304Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-03T03:32:08.304Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-03T03:32:08.304Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-03T03:32:08.352Z | + rustc --version |
59 | 2024-08-03T03:32:08.414Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-03T03:32:08.417Z | process exited: duration 17883 ms, exit code 0 |
|
61 | 2024-08-03T03:32:08.422Z | starting task 2: "authentication" |
62 | 2024-08-03T03:32:08.443Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-03T03:32:08.448Z | starting task 3: "clone repository" |
64 | 2024-08-03T03:32:08.453Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-03T03:32:08.456Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-03T03:32:08.486Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-03T03:32:13.519Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-03T03:32:13.519Z | + git fetch origin 602f1942600dfeaf4db03ca6b3965cec979e0529 |
69 | 2024-08-03T03:32:13.883Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-03T03:32:13.884Z | * branch 602f1942600dfeaf4db03ca6b3965cec979e0529 -> FETCH_HEAD |
71 | 2024-08-03T03:32:13.892Z | + [[ -n renovate/gethostname-0.x ]] |
72 | 2024-08-03T03:32:13.895Z | ++ git branch --show-current |
73 | 2024-08-03T03:32:13.898Z | + current=main |
74 | 2024-08-03T03:32:13.898Z | + [[ main != renovate/gethostname-0.x ]] |
75 | 2024-08-03T03:32:13.898Z | + git branch -f renovate/gethostname-0.x 602f1942600dfeaf4db03ca6b3965cec979e0529 |
76 | 2024-08-03T03:32:13.901Z | + git checkout -f renovate/gethostname-0.x |
77 | 2024-08-03T03:32:14.036Z | Switched to branch 'renovate/gethostname-0.x' |
78 | 2024-08-03T03:32:14.039Z | + git reset --hard 602f1942600dfeaf4db03ca6b3965cec979e0529 |
79 | 2024-08-03T03:32:14.049Z | HEAD is now at 602f19426 Update Rust crate gethostname to 0.5.0 |
80 | 2024-08-03T03:32:14.052Z | process exited: duration 5601 ms, exit code 0 |
|
81 | 2024-08-03T03:32:14.057Z | starting task 4: "build" |
82 | 2024-08-03T03:32:14.062Z | + cargo --version |
83 | 2024-08-03T03:32:14.116Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-03T03:32:14.119Z | + rustc --version |
85 | 2024-08-03T03:32:14.175Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-03T03:32:14.178Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-08-03T03:32:19.590Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-08-03T03:32:21.614Z | Startup: Caching catalogs ... Done |
89 | 2024-08-03T03:32:25.348Z | Planning: Solver setup ... Done (3.162s) |
90 | 2024-08-03T03:32:25.407Z | Planning: Running solver ... Done (0.060s) |
91 | 2024-08-03T03:32:25.457Z | Planning: Finding local manifests ... Done (0.003s) |
92 | 2024-08-03T03:32:25.890Z | Planning: Fetching manifests: 0/4 0% complete |
93 | 2024-08-03T03:32:26.446Z | Planning: Fetching manifests: 4/4 100% complete |
94 | 2024-08-03T03:32:26.493Z | Planning: Package planning ... Done (0.047s) |
95 | 2024-08-03T03:32:26.544Z | Planning: Merging actions ... Done (0.050s) |
96 | 2024-08-03T03:32:26.827Z | Planning: Checking for conflicting actions ... Done (0.283s) |
97 | 2024-08-03T03:32:26.839Z | Planning: Consolidating action changes ... Done (0.011s) |
98 | 2024-08-03T03:32:27.738Z | Planning: Evaluating mediators ... Done (0.900s) |
99 | 2024-08-03T03:32:27.748Z | Planning: Planning completed in 6.07 seconds |
100 | 2024-08-03T03:32:27.762Z | Packages to install: 4 |
101 | 2024-08-03T03:32:27.762Z | Mediators to change: 2 |
102 | 2024-08-03T03:32:27.762Z | Services to change: 1 |
103 | 2024-08-03T03:32:27.762Z | Estimated space available: 155.76 GB |
104 | 2024-08-03T03:32:27.762Z | Estimated space to be consumed: 1.47 GB |
105 | 2024-08-03T03:32:27.765Z | Create boot environment: No |
106 | 2024-08-03T03:32:27.765Z | Create backup boot environment: No |
107 | 2024-08-03T03:32:27.765Z | Rebuild boot archive: No |
108 | 2024-08-03T03:32:27.766Z | |
109 | 2024-08-03T03:32:27.766Z | Changed mediators: |
110 | 2024-08-03T03:32:27.766Z | mediator clang: |
111 | 2024-08-03T03:32:27.766Z | version: None -> 15 (system default) |
112 | 2024-08-03T03:32:27.766Z | |
113 | 2024-08-03T03:32:27.766Z | mediator llvm: |
114 | 2024-08-03T03:32:27.766Z | version: 14 (system default) -> 15 (system default) |
115 | 2024-08-03T03:32:27.766Z | |
116 | 2024-08-03T03:32:27.766Z | Changed packages: |
117 | 2024-08-03T03:32:27.766Z | helios-dev |
118 | 2024-08-03T03:32:27.766Z | developer/build-essential |
119 | 2024-08-03T03:32:27.766Z | None -> 11-2.0 |
120 | 2024-08-03T03:32:27.766Z | library/libxmlsec1 |
121 | 2024-08-03T03:32:27.766Z | None -> 1.2.35-2.0 |
122 | 2024-08-03T03:32:27.766Z | ooce/developer/clang-15 |
123 | 2024-08-03T03:32:27.766Z | None -> 15.0.7-2.0 |
124 | 2024-08-03T03:32:27.766Z | ooce/developer/llvm-15 |
125 | 2024-08-03T03:32:27.766Z | None -> 15.0.7-2.0 |
126 | 2024-08-03T03:32:27.766Z | |
127 | 2024-08-03T03:32:27.766Z | Services: |
128 | 2024-08-03T03:32:27.766Z | restart_fmri: |
129 | 2024-08-03T03:32:27.766Z | svc:/system/update-man-index:default |
130 | 2024-08-03T03:32:27.807Z | |
131 | 2024-08-03T03:32:27.807Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
132 | 2024-08-03T03:32:32.812Z | Download: 1074/3290 items 19.7/212.6MB 9% complete (4.0M/s) |
133 | 2024-08-03T03:32:37.810Z | Download: 1306/3290 items 116.5/212.6MB 54% complete (11.9M/s) |
134 | 2024-08-03T03:32:42.837Z | Download: 1999/3290 items 118.7/212.6MB 55% complete (9.9M/s) |
135 | 2024-08-03T03:32:47.836Z | Download: 2857/3290 items 121.1/212.6MB 56% complete (534k/s) |
136 | 2024-08-03T03:32:52.887Z | Download: 3244/3290 items 202.0/212.6MB 95% complete (8.3M/s) |
137 | 2024-08-03T03:32:55.016Z | Download: Completed 212.60 MB in 27.21 seconds (7.8M/s) |
138 | 2024-08-03T03:32:55.188Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-08-03T03:32:59.667Z | Actions: Completed 3689 actions in 4.48 seconds. |
140 | 2024-08-03T03:32:59.926Z | Done (0.255s) |
141 | 2024-08-03T03:32:59.926Z | Done (0.000s) |
142 | 2024-08-03T03:33:00.270Z | Done (0.344s) |
143 | 2024-08-03T03:33:04.343Z | Done (3.911s) |
144 | 2024-08-03T03:33:04.425Z | Done (0.016s) |
145 | 2024-08-03T03:33:04.428Z | Done (0.000s) |
146 | 2024-08-03T03:33:04.599Z | Done (0.000s) |
147 | 2024-08-03T03:33:05.169Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-08-03T03:33:05.330Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-08-03T03:33:05.333Z | Planning: Consolidating action changes ... Done |
150 | 2024-08-03T03:33:05.598Z | Planning: Evaluating mediators ... Done |
151 | 2024-08-03T03:33:05.601Z | Planning: Planning completed in 0.43 seconds |
152 | 2024-08-03T03:33:05.632Z | Mediators to change: 2 |
153 | 2024-08-03T03:33:05.632Z | Create boot environment: No |
154 | 2024-08-03T03:33:05.632Z | Create backup boot environment: No |
155 | 2024-08-03T03:33:05.697Z | Done |
156 | 2024-08-03T03:33:05.697Z | Done |
157 | 2024-08-03T03:33:05.914Z | Done |
158 | 2024-08-03T03:33:09.358Z | Done |
159 | 2024-08-03T03:33:09.438Z | Done |
160 | 2024-08-03T03:33:09.438Z | Done |
161 | 2024-08-03T03:33:09.542Z | Done |
162 | 2024-08-03T03:33:10.142Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-08-03T03:33:10.145Z | Planning: Merging actions ... Done |
164 | 2024-08-03T03:33:10.331Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-08-03T03:33:10.334Z | Planning: Consolidating action changes ... Done |
166 | 2024-08-03T03:33:10.590Z | Planning: Evaluating mediators ... Done |
167 | 2024-08-03T03:33:10.642Z | Planning: Planning completed in 0.74 seconds |
168 | 2024-08-03T03:33:10.677Z | Packages to change: 1 |
169 | 2024-08-03T03:33:10.677Z | Mediators to change: 1 |
170 | 2024-08-03T03:33:10.677Z | Services to change: 1 |
171 | 2024-08-03T03:33:10.679Z | Create boot environment: No |
172 | 2024-08-03T03:33:10.680Z | Create backup boot environment: Yes |
173 | 2024-08-03T03:33:12.570Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-08-03T03:33:12.573Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2024-08-03T03:33:12.573Z | Done |
176 | 2024-08-03T03:33:12.573Z | Done |
177 | 2024-08-03T03:33:12.644Z | Done |
178 | 2024-08-03T03:33:16.183Z | Done |
179 | 2024-08-03T03:33:16.266Z | Done |
180 | 2024-08-03T03:33:16.267Z | Done |
181 | 2024-08-03T03:33:16.383Z | Done |
182 | 2024-08-03T03:33:16.809Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-08-03T03:33:16.809Z | clang system 15 system |
184 | 2024-08-03T03:33:16.809Z | csh system system illumos |
185 | 2024-08-03T03:33:16.809Z | ctags system system illumos |
186 | 2024-08-03T03:33:16.809Z | gcc vendor 12 vendor |
187 | 2024-08-03T03:33:16.809Z | gcc system 10 system |
188 | 2024-08-03T03:33:16.809Z | gcc system 7 system |
189 | 2024-08-03T03:33:16.809Z | go system 1.20 system |
190 | 2024-08-03T03:33:16.809Z | go system 1.19 system |
191 | 2024-08-03T03:33:16.809Z | llvm system 15 system |
192 | 2024-08-03T03:33:16.809Z | llvm system 14 system |
193 | 2024-08-03T03:33:16.809Z | mariadb system 10.6 system |
194 | 2024-08-03T03:33:16.809Z | mta vendor vendor dma |
195 | 2024-08-03T03:33:16.809Z | openjdk system 17 system |
196 | 2024-08-03T03:33:16.809Z | openjdk system 11 system |
197 | 2024-08-03T03:33:16.809Z | openjdk system 1.8 system |
198 | 2024-08-03T03:33:16.809Z | openssl vendor 3 vendor |
199 | 2024-08-03T03:33:16.809Z | perl system 5.36 system |
200 | 2024-08-03T03:33:16.809Z | postgresql system 15 system |
201 | 2024-08-03T03:33:16.809Z | postgresql system 13 system |
202 | 2024-08-03T03:33:16.809Z | python vendor 3 vendor |
203 | 2024-08-03T03:33:16.809Z | python system 2 system |
204 | 2024-08-03T03:33:16.809Z | python3 system 3.11 system |
205 | 2024-08-03T03:33:16.809Z | ruby system 3.0 system |
206 | 2024-08-03T03:33:16.809Z | words vendor vendor american-english |
207 | 2024-08-03T03:33:16.809Z | words system system australian-english |
208 | 2024-08-03T03:33:16.809Z | words system system british-english |
209 | 2024-08-03T03:33:16.809Z | words system system canadian-english |
210 | 2024-08-03T03:33:16.809Z | words system system french |
211 | 2024-08-03T03:33:16.809Z | words system system italian |
212 | 2024-08-03T03:33:16.809Z | words system system ngerman |
213 | 2024-08-03T03:33:16.809Z | words system system ogerman |
214 | 2024-08-03T03:33:16.809Z | words system system spanish |
215 | 2024-08-03T03:33:17.134Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-08-03T03:33:17.134Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-08-03T03:33:18.790Z | FMRI IFO |
218 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-08-03T03:33:18.790Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-08-03T03:33:19.355Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
231 | 2024-08-03T03:33:19.593Z | Updating git repository `https://github.com/oxidecomputer/zone` |
232 | 2024-08-03T03:33:19.812Z | Updating crates.io index |
233 | 2024-08-03T03:33:19.856Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
234 | 2024-08-03T03:33:20.516Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
235 | 2024-08-03T03:33:21.178Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-08-03T03:33:21.475Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
237 | 2024-08-03T03:33:23.163Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
238 | 2024-08-03T03:33:23.402Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
239 | 2024-08-03T03:33:23.654Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
240 | 2024-08-03T03:33:24.642Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
241 | 2024-08-03T03:33:26.392Z | Updating git repository `https://github.com/oxidecomputer/opte` |
242 | 2024-08-03T03:33:27.554Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
243 | 2024-08-03T03:33:28.185Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
244 | 2024-08-03T03:33:28.722Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
245 | 2024-08-03T03:33:29.008Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
246 | 2024-08-03T03:33:29.266Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
247 | 2024-08-03T03:33:29.606Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
248 | 2024-08-03T03:33:29.902Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
249 | 2024-08-03T03:33:30.112Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
250 | 2024-08-03T03:33:30.358Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
251 | 2024-08-03T03:33:30.642Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
252 | 2024-08-03T03:33:30.927Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
253 | 2024-08-03T03:33:31.222Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
254 | 2024-08-03T03:33:31.558Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
255 | 2024-08-03T03:33:31.833Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
256 | 2024-08-03T03:33:32.261Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
257 | 2024-08-03T03:33:32.565Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
258 | 2024-08-03T03:33:32.944Z | Updating git repository `https://github.com/oxidecomputer/typify` |
259 | 2024-08-03T03:33:34.945Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
260 | 2024-08-03T03:33:35.157Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
261 | 2024-08-03T03:33:35.460Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
262 | 2024-08-03T03:33:35.753Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
263 | 2024-08-03T03:33:36.881Z | Downloading crates ... |
264 | 2024-08-03T03:33:36.973Z | Downloaded anstyle v1.0.8 |
265 | 2024-08-03T03:33:36.975Z | Downloaded cfg-if v1.0.0 |
266 | 2024-08-03T03:33:36.979Z | Downloaded bytecount v0.6.8 |
267 | 2024-08-03T03:33:36.979Z | Downloaded clap_lex v0.7.0 |
268 | 2024-08-03T03:33:36.982Z | Downloaded cargo_metadata v0.18.1 |
269 | 2024-08-03T03:33:36.982Z | Downloaded camino v1.1.7 |
270 | 2024-08-03T03:33:36.987Z | Downloaded pretty-hex v0.4.1 |
271 | 2024-08-03T03:33:36.990Z | Downloaded is_terminal_polyfill v1.70.0 |
272 | 2024-08-03T03:33:36.993Z | Downloaded swrite v0.1.0 |
273 | 2024-08-03T03:33:36.999Z | Downloaded cpufeatures v0.2.12 |
274 | 2024-08-03T03:33:37.002Z | Downloaded bitflags v2.6.0 |
275 | 2024-08-03T03:33:37.006Z | Downloaded colorchoice v1.0.1 |
276 | 2024-08-03T03:33:37.009Z | Downloaded errno v0.3.9 |
277 | 2024-08-03T03:33:37.009Z | Downloaded dtrace-parser v0.2.0 |
278 | 2024-08-03T03:33:37.009Z | Downloaded crypto-common v0.1.6 |
279 | 2024-08-03T03:33:37.009Z | Downloaded anstyle-query v1.0.3 |
280 | 2024-08-03T03:33:37.012Z | Downloaded fs-err v2.11.0 |
281 | 2024-08-03T03:33:37.015Z | Downloaded memmap v0.7.0 |
282 | 2024-08-03T03:33:37.015Z | Downloaded heck v0.5.0 |
283 | 2024-08-03T03:33:37.018Z | Downloaded toml_datetime v0.6.8 |
284 | 2024-08-03T03:33:37.018Z | Downloaded utf8parse v0.2.1 |
285 | 2024-08-03T03:33:37.018Z | Downloaded thread-id v4.2.1 |
286 | 2024-08-03T03:33:37.021Z | Downloaded serde_spanned v0.6.7 |
287 | 2024-08-03T03:33:37.021Z | Downloaded macaddr v1.0.1 |
288 | 2024-08-03T03:33:37.024Z | Downloaded usdt v0.5.0 |
289 | 2024-08-03T03:33:37.024Z | Downloaded tabled_derive v0.7.0 |
290 | 2024-08-03T03:33:37.024Z | Downloaded cargo-platform v0.1.8 |
291 | 2024-08-03T03:33:37.027Z | Downloaded autocfg v1.3.0 |
292 | 2024-08-03T03:33:37.027Z | Downloaded proc-macro-error-attr v1.0.4 |
293 | 2024-08-03T03:33:37.027Z | Downloaded dof v0.3.0 |
294 | 2024-08-03T03:33:37.029Z | Downloaded block-buffer v0.10.4 |
295 | 2024-08-03T03:33:37.029Z | Downloaded equivalent v1.0.1 |
296 | 2024-08-03T03:33:37.039Z | Downloaded usdt-attr-macro v0.5.0 |
297 | 2024-08-03T03:33:37.041Z | Downloaded sha2 v0.10.8 |
298 | 2024-08-03T03:33:37.044Z | Downloaded quote v1.0.36 |
299 | 2024-08-03T03:33:37.047Z | Downloaded semver v1.0.23 |
300 | 2024-08-03T03:33:37.047Z | Downloaded generic-array v0.14.7 |
301 | 2024-08-03T03:33:37.050Z | Downloaded byteorder v1.5.0 |
302 | 2024-08-03T03:33:37.050Z | Downloaded usdt-impl v0.5.0 |
303 | 2024-08-03T03:33:37.052Z | Downloaded thiserror v1.0.63 |
304 | 2024-08-03T03:33:37.055Z | Downloaded pest_derive v2.7.10 |
305 | 2024-08-03T03:33:37.058Z | Downloaded scroll_derive v0.12.0 |
306 | 2024-08-03T03:33:37.058Z | Downloaded fnv v1.0.7 |
307 | 2024-08-03T03:33:37.058Z | Downloaded digest v0.10.7 |
308 | 2024-08-03T03:33:37.061Z | Downloaded clap_derive v4.5.8 |
309 | 2024-08-03T03:33:37.061Z | Downloaded cargo_toml v0.20.4 |
310 | 2024-08-03T03:33:37.064Z | Downloaded plain v0.2.3 |
311 | 2024-08-03T03:33:37.064Z | Downloaded anstyle-parse v0.2.4 |
312 | 2024-08-03T03:33:37.067Z | Downloaded strsim v0.11.1 |
313 | 2024-08-03T03:33:37.067Z | Downloaded heck v0.4.1 |
314 | 2024-08-03T03:33:37.069Z | Downloaded pest_generator v2.7.10 |
315 | 2024-08-03T03:33:37.069Z | Downloaded itoa v1.0.11 |
316 | 2024-08-03T03:33:37.072Z | Downloaded terminal_size v0.3.0 |
317 | 2024-08-03T03:33:37.072Z | Downloaded anstream v0.6.14 |
318 | 2024-08-03T03:33:37.075Z | Downloaded version_check v0.9.4 |
319 | 2024-08-03T03:33:37.077Z | Downloaded thiserror-impl v1.0.63 |
320 | 2024-08-03T03:33:37.077Z | Downloaded serde_tokenstream v0.2.1 |
321 | 2024-08-03T03:33:37.080Z | Downloaded unicode-ident v1.0.12 |
322 | 2024-08-03T03:33:37.083Z | Downloaded ryu v1.0.18 |
323 | 2024-08-03T03:33:37.086Z | Downloaded typenum v1.17.0 |
324 | 2024-08-03T03:33:37.089Z | Downloaded usdt-macro v0.5.0 |
325 | 2024-08-03T03:33:37.089Z | Downloaded once_cell v1.19.0 |
326 | 2024-08-03T03:33:37.091Z | Downloaded anyhow v1.0.86 |
327 | 2024-08-03T03:33:37.094Z | Downloaded scroll v0.12.0 |
328 | 2024-08-03T03:33:37.094Z | Downloaded proc-macro-error v1.0.4 |
329 | 2024-08-03T03:33:37.097Z | Downloaded pest_meta v2.7.10 |
330 | 2024-08-03T03:33:37.101Z | Downloaded zerocopy-derive v0.7.34 |
331 | 2024-08-03T03:33:37.103Z | Downloaded clap v4.5.9 |
332 | 2024-08-03T03:33:37.110Z | Downloaded serde_derive v1.0.204 |
333 | 2024-08-03T03:33:37.114Z | Downloaded log v0.4.21 |
334 | 2024-08-03T03:33:37.117Z | Downloaded proc-macro2 v1.0.86 |
335 | 2024-08-03T03:33:37.117Z | Downloaded papergrid v0.11.0 |
336 | 2024-08-03T03:33:37.121Z | Downloaded ucd-trie v0.1.6 |
337 | 2024-08-03T03:33:37.126Z | Downloaded toml v0.8.19 |
338 | 2024-08-03T03:33:37.136Z | Downloaded clap_builder v4.5.9 |
339 | 2024-08-03T03:33:37.142Z | Downloaded serde v1.0.204 |
340 | 2024-08-03T03:33:37.145Z | Downloaded indexmap v2.2.6 |
341 | 2024-08-03T03:33:37.149Z | Downloaded memchr v2.7.2 |
342 | 2024-08-03T03:33:37.165Z | Downloaded hashbrown v0.14.5 |
343 | 2024-08-03T03:33:37.172Z | Downloaded toml_edit v0.22.20 |
344 | 2024-08-03T03:33:37.191Z | Downloaded pest v2.7.10 |
345 | 2024-08-03T03:33:37.198Z | Downloaded zerocopy v0.7.34 |
346 | 2024-08-03T03:33:37.211Z | Downloaded winnow v0.6.18 |
347 | 2024-08-03T03:33:37.219Z | Downloaded serde_json v1.0.122 |
348 | 2024-08-03T03:33:37.226Z | Downloaded goblin v0.8.2 |
349 | 2024-08-03T03:33:37.231Z | Downloaded tabled v0.15.0 |
350 | 2024-08-03T03:33:37.245Z | Downloaded syn v2.0.72 |
351 | 2024-08-03T03:33:37.255Z | Downloaded syn v1.0.109 |
352 | 2024-08-03T03:33:37.264Z | Downloaded rustix v0.38.34 |
353 | 2024-08-03T03:33:37.283Z | Downloaded unicode-width v0.1.13 |
354 | 2024-08-03T03:33:37.290Z | Downloaded libc v0.2.155 |
355 | 2024-08-03T03:33:37.577Z | Compiling proc-macro2 v1.0.86 |
356 | 2024-08-03T03:33:37.577Z | Compiling unicode-ident v1.0.12 |
357 | 2024-08-03T03:33:37.577Z | Compiling version_check v0.9.4 |
358 | 2024-08-03T03:33:37.580Z | Compiling serde v1.0.204 |
359 | 2024-08-03T03:33:37.580Z | Compiling thiserror v1.0.63 |
360 | 2024-08-03T03:33:37.580Z | Compiling memchr v2.7.2 |
361 | 2024-08-03T03:33:37.580Z | Compiling libc v0.2.155 |
362 | 2024-08-03T03:33:37.608Z | Compiling itoa v1.0.11 |
363 | 2024-08-03T03:33:37.822Z | Compiling ucd-trie v0.1.6 |
364 | 2024-08-03T03:33:37.895Z | Compiling ryu v1.0.18 |
365 | 2024-08-03T03:33:38.245Z | Compiling once_cell v1.19.0 |
366 | 2024-08-03T03:33:38.413Z | Compiling byteorder v1.5.0 |
367 | 2024-08-03T03:33:38.455Z | Compiling serde_json v1.0.122 |
368 | 2024-08-03T03:33:38.828Z | Compiling proc-macro-error-attr v1.0.4 |
369 | 2024-08-03T03:33:38.867Z | Compiling usdt-impl v0.5.0 |
370 | 2024-08-03T03:33:38.983Z | Compiling rustix v0.38.34 |
371 | 2024-08-03T03:33:39.039Z | Compiling syn v1.0.109 |
372 | 2024-08-03T03:33:39.190Z | Compiling proc-macro-error v1.0.4 |
373 | 2024-08-03T03:33:39.239Z | Compiling quote v1.0.36 |
374 | 2024-08-03T03:33:39.349Z | Compiling utf8parse v0.2.1 |
375 | 2024-08-03T03:33:39.483Z | Compiling log v0.4.21 |
376 | 2024-08-03T03:33:39.506Z | Compiling plain v0.2.3 |
377 | 2024-08-03T03:33:39.664Z | Compiling syn v2.0.72 |
378 | 2024-08-03T03:33:39.786Z | Compiling errno v0.3.9 |
379 | 2024-08-03T03:33:39.857Z | Compiling equivalent v1.0.1 |
380 | 2024-08-03T03:33:39.880Z | Compiling bitflags v2.6.0 |
381 | 2024-08-03T03:33:39.923Z | Compiling hashbrown v0.14.5 |
382 | 2024-08-03T03:33:39.973Z | Compiling thread-id v4.2.1 |
383 | 2024-08-03T03:33:40.075Z | Compiling anstyle-parse v0.2.4 |
384 | 2024-08-03T03:33:40.290Z | Compiling anstyle-query v1.0.3 |
385 | 2024-08-03T03:33:40.413Z | Compiling colorchoice v1.0.1 |
386 | 2024-08-03T03:33:40.439Z | Compiling pretty-hex v0.4.1 |
387 | 2024-08-03T03:33:40.461Z | Compiling winnow v0.6.18 |
388 | 2024-08-03T03:33:40.586Z | Compiling camino v1.1.7 |
389 | 2024-08-03T03:33:40.647Z | Compiling is_terminal_polyfill v1.70.0 |
390 | 2024-08-03T03:33:40.768Z | Compiling anstyle v1.0.8 |
391 | 2024-08-03T03:33:41.015Z | Compiling autocfg v1.3.0 |
392 | 2024-08-03T03:33:41.265Z | Compiling indexmap v2.2.6 |
393 | 2024-08-03T03:33:41.290Z | Compiling semver v1.0.23 |
394 | 2024-08-03T03:33:41.434Z | Compiling terminal_size v0.3.0 |
395 | 2024-08-03T03:33:41.647Z | Compiling anstream v0.6.14 |
396 | 2024-08-03T03:33:41.967Z | Compiling heck v0.5.0 |
397 | 2024-08-03T03:33:42.023Z | Compiling fs-err v2.11.0 |
398 | 2024-08-03T03:33:42.055Z | Compiling heck v0.4.1 |
399 | 2024-08-03T03:33:42.331Z | Compiling bytecount v0.6.8 |
400 | 2024-08-03T03:33:42.442Z | Compiling strsim v0.11.1 |
401 | 2024-08-03T03:33:42.504Z | Compiling anyhow v1.0.86 |
402 | 2024-08-03T03:33:42.545Z | Compiling clap_lex v0.7.0 |
403 | 2024-08-03T03:33:42.568Z | Compiling unicode-width v0.1.13 |
404 | 2024-08-03T03:33:42.694Z | Compiling fnv v1.0.7 |
405 | 2024-08-03T03:33:42.880Z | Compiling papergrid v0.11.0 |
406 | 2024-08-03T03:33:43.146Z | Compiling clap_builder v4.5.9 |
407 | 2024-08-03T03:33:43.335Z | Compiling memmap v0.7.0 |
408 | 2024-08-03T03:33:43.703Z | Compiling swrite v0.1.0 |
409 | 2024-08-03T03:33:45.271Z | Compiling tabled_derive v0.7.0 |
410 | 2024-08-03T03:33:46.837Z | Compiling tabled v0.15.0 |
411 | 2024-08-03T03:33:48.176Z | Compiling serde_derive v1.0.204 |
412 | 2024-08-03T03:33:48.176Z | Compiling thiserror-impl v1.0.63 |
413 | 2024-08-03T03:33:48.179Z | Compiling zerocopy-derive v0.7.34 |
414 | 2024-08-03T03:33:48.179Z | Compiling scroll_derive v0.12.0 |
415 | 2024-08-03T03:33:48.199Z | Compiling clap_derive v4.5.8 |
416 | 2024-08-03T03:33:49.716Z | Compiling scroll v0.12.0 |
417 | 2024-08-03T03:33:50.265Z | Compiling goblin v0.8.2 |
418 | 2024-08-03T03:33:50.333Z | Compiling zerocopy v0.7.34 |
419 | 2024-08-03T03:33:51.440Z | Compiling pest v2.7.10 |
420 | 2024-08-03T03:33:52.067Z | Compiling clap v4.5.9 |
421 | 2024-08-03T03:33:53.421Z | Compiling pest_meta v2.7.10 |
422 | 2024-08-03T03:33:54.237Z | Compiling pest_generator v2.7.10 |
423 | 2024-08-03T03:33:56.014Z | Compiling pest_derive v2.7.10 |
424 | 2024-08-03T03:33:56.779Z | Compiling dtrace-parser v0.2.0 |
425 | 2024-08-03T03:33:58.102Z | Compiling serde_tokenstream v0.2.1 |
426 | 2024-08-03T03:33:58.446Z | Compiling serde_spanned v0.6.7 |
427 | 2024-08-03T03:33:58.447Z | Compiling toml_datetime v0.6.8 |
428 | 2024-08-03T03:33:58.450Z | Compiling cargo-platform v0.1.8 |
429 | 2024-08-03T03:33:58.744Z | Compiling macaddr v1.0.1 |
430 | 2024-08-03T03:33:58.868Z | Compiling toml_edit v0.22.20 |
431 | 2024-08-03T03:33:59.445Z | Compiling dof v0.3.0 |
432 | 2024-08-03T03:33:59.926Z | Compiling cargo_metadata v0.18.1 |
433 | 2024-08-03T03:34:00.984Z | Compiling usdt-macro v0.5.0 |
434 | 2024-08-03T03:34:00.987Z | Compiling usdt-attr-macro v0.5.0 |
435 | 2024-08-03T03:34:01.560Z | Compiling toml v0.8.19 |
436 | 2024-08-03T03:34:02.369Z | Compiling usdt v0.5.0 |
437 | 2024-08-03T03:34:02.398Z | Compiling cargo_toml v0.20.4 |
438 | 2024-08-03T03:34:05.948Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
439 | 2024-08-03T03:34:09.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.52s |
440 | 2024-08-03T03:34:09.901Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
441 | 2024-08-03T03:34:10.413Z | Downloading crates ... |
442 | 2024-08-03T03:34:10.519Z | Downloaded atomicwrites v0.4.3 |
443 | 2024-08-03T03:34:10.527Z | Downloaded assert_matches v1.5.0 |
444 | 2024-08-03T03:34:10.532Z | Downloaded aead v0.5.2 |
445 | 2024-08-03T03:34:10.539Z | Downloaded cstr-argument v0.1.2 |
446 | 2024-08-03T03:34:10.542Z | Downloaded bitstruct v0.1.1 |
447 | 2024-08-03T03:34:10.545Z | Downloaded crunchy v0.2.2 |
448 | 2024-08-03T03:34:10.545Z | Downloaded ciborium-io v0.2.2 |
449 | 2024-08-03T03:34:10.548Z | Downloaded async-stream-impl v0.3.5 |
450 | 2024-08-03T03:34:10.552Z | Downloaded is-terminal v0.4.12 |
451 | 2024-08-03T03:34:10.555Z | Downloaded lru v0.12.3 |
452 | 2024-08-03T03:34:10.555Z | Downloaded darling_macro v0.20.9 |
453 | 2024-08-03T03:34:10.559Z | Downloaded bb8 v0.8.5 |
454 | 2024-08-03T03:34:10.559Z | Downloaded backoff v0.4.0 |
455 | 2024-08-03T03:34:10.559Z | Downloaded normalize-line-endings v0.3.0 |
456 | 2024-08-03T03:34:10.561Z | Downloaded ascii-canvas v3.0.0 |
457 | 2024-08-03T03:34:10.561Z | Downloaded number_prefix v0.4.0 |
458 | 2024-08-03T03:34:10.564Z | Downloaded num-conv v0.1.0 |
459 | 2024-08-03T03:34:10.564Z | Downloaded matches v0.1.10 |
460 | 2024-08-03T03:34:10.565Z | Downloaded atty v0.2.14 |
461 | 2024-08-03T03:34:10.568Z | Downloaded newtype_derive v0.1.6 |
462 | 2024-08-03T03:34:10.568Z | Downloaded base64ct v1.6.0 |
463 | 2024-08-03T03:34:10.571Z | Downloaded oso-derive v0.27.3 |
464 | 2024-08-03T03:34:10.571Z | Downloaded camino-tempfile v1.1.1 |
465 | 2024-08-03T03:34:10.574Z | Downloaded newline-converter v0.3.0 |
466 | 2024-08-03T03:34:10.574Z | Downloaded bit-vec v0.6.3 |
467 | 2024-08-03T03:34:10.576Z | Downloaded constant_time_eq v0.3.0 |
468 | 2024-08-03T03:34:10.579Z | Downloaded peg-runtime v0.8.3 |
469 | 2024-08-03T03:34:10.579Z | Downloaded linked-hash-map v0.5.6 |
470 | 2024-08-03T03:34:10.579Z | Downloaded inout v0.1.3 |
471 | 2024-08-03T03:34:10.582Z | Downloaded instant v0.1.12 |
472 | 2024-08-03T03:34:10.582Z | Downloaded cipher v0.4.4 |
473 | 2024-08-03T03:34:10.585Z | Downloaded chacha20 v0.9.1 |
474 | 2024-08-03T03:34:10.588Z | Downloaded is_ci v1.2.0 |
475 | 2024-08-03T03:34:10.588Z | Downloaded debug-ignore v1.0.5 |
476 | 2024-08-03T03:34:10.591Z | Downloaded libefi-sys v0.1.0 |
477 | 2024-08-03T03:34:10.591Z | Downloaded kstat-rs v0.2.4 |
478 | 2024-08-03T03:34:10.594Z | Downloaded arrayvec v0.7.4 |
479 | 2024-08-03T03:34:10.594Z | Downloaded keccak v0.1.5 |
480 | 2024-08-03T03:34:10.597Z | Downloaded managed v0.8.0 |
481 | 2024-08-03T03:34:10.597Z | Downloaded parse-size v1.0.0 |
482 | 2024-08-03T03:34:10.600Z | Downloaded cfg_aliases v0.1.1 |
483 | 2024-08-03T03:34:10.600Z | Downloaded async-recursion v1.1.1 |
484 | 2024-08-03T03:34:10.603Z | Downloaded num_enum_derive v0.5.11 |
485 | 2024-08-03T03:34:10.605Z | Downloaded packed_struct v0.10.1 |
486 | 2024-08-03T03:34:10.605Z | Downloaded multimap v0.10.0 |
487 | 2024-08-03T03:34:10.608Z | Downloaded crucible-workspace-hack v0.1.0 |
488 | 2024-08-03T03:34:10.608Z | Downloaded num_cpus v1.16.0 |
489 | 2024-08-03T03:34:10.611Z | Downloaded num-integer v0.1.46 |
490 | 2024-08-03T03:34:10.611Z | Downloaded peg v0.8.4 |
491 | 2024-08-03T03:34:10.615Z | Downloaded signal-hook-tokio v0.3.1 |
492 | 2024-08-03T03:34:10.618Z | Downloaded parse-display v0.9.1 |
493 | 2024-08-03T03:34:10.618Z | Downloaded bit-set v0.5.3 |
494 | 2024-08-03T03:34:10.620Z | Downloaded match_cfg v0.1.0 |
495 | 2024-08-03T03:34:10.621Z | Downloaded crc32fast v1.4.0 |
496 | 2024-08-03T03:34:10.623Z | Downloaded new_debug_unreachable v1.0.6 |
497 | 2024-08-03T03:34:10.623Z | Downloaded openssl-probe v0.1.5 |
498 | 2024-08-03T03:34:10.626Z | Downloaded darling v0.20.9 |
499 | 2024-08-03T03:34:10.629Z | Downloaded cobs v0.2.3 |
500 | 2024-08-03T03:34:10.632Z | Downloaded opaque-debug v0.3.1 |
501 | 2024-08-03T03:34:10.632Z | Downloaded path-slash v0.1.5 |
502 | 2024-08-03T03:34:10.635Z | Downloaded num_threads v0.1.7 |
503 | 2024-08-03T03:34:10.635Z | Downloaded defmt-macros v0.3.9 |
504 | 2024-08-03T03:34:10.638Z | Downloaded csv-core v0.1.11 |
505 | 2024-08-03T03:34:10.640Z | Downloaded time-core v0.1.2 |
506 | 2024-08-03T03:34:10.640Z | Downloaded lalrpop-util v0.19.12 |
507 | 2024-08-03T03:34:10.640Z | Downloaded bcs v0.1.6 |
508 | 2024-08-03T03:34:10.643Z | Downloaded ipnetwork v0.20.0 |
509 | 2024-08-03T03:34:10.654Z | Downloaded ascii v1.1.0 |
510 | 2024-08-03T03:34:10.654Z | Downloaded num-rational v0.4.2 |
511 | 2024-08-03T03:34:10.654Z | Downloaded parking_lot v0.11.2 |
512 | 2024-08-03T03:34:10.654Z | Downloaded memmap2 v0.9.4 |
513 | 2024-08-03T03:34:10.654Z | Downloaded lru-cache v0.1.2 |
514 | 2024-08-03T03:34:10.659Z | Downloaded convert_case v0.4.0 |
515 | 2024-08-03T03:34:10.659Z | Downloaded shell-words v1.1.0 |
516 | 2024-08-03T03:34:10.659Z | Downloaded tower-service v0.3.2 |
517 | 2024-08-03T03:34:10.659Z | Downloaded const_format_proc_macros v0.2.32 |
518 | 2024-08-03T03:34:10.662Z | Downloaded castaway v0.2.2 |
519 | 2024-08-03T03:34:10.663Z | Downloaded crossbeam-utils v0.8.19 |
520 | 2024-08-03T03:34:10.665Z | Downloaded difflib v0.4.0 |
521 | 2024-08-03T03:34:10.665Z | Downloaded native-tls v0.2.11 |
522 | 2024-08-03T03:34:10.668Z | Downloaded mime v0.3.17 |
523 | 2024-08-03T03:34:10.668Z | Downloaded parking_lot_core v0.8.6 |
524 | 2024-08-03T03:34:10.671Z | Downloaded foreign-types-shared v0.3.1 |
525 | 2024-08-03T03:34:10.674Z | Downloaded diesel_table_macro_syntax v0.1.0 |
526 | 2024-08-03T03:34:10.674Z | Downloaded mockall v0.12.1 |
527 | 2024-08-03T03:34:10.674Z | Downloaded newtype-uuid v1.1.0 |
528 | 2024-08-03T03:34:10.677Z | Downloaded slab v0.4.9 |
529 | 2024-08-03T03:34:10.677Z | Downloaded slog-dtrace v0.3.0 |
530 | 2024-08-03T03:34:10.680Z | Downloaded olpc-cjson v0.1.3 |
531 | 2024-08-03T03:34:10.680Z | Downloaded num_enum v0.5.11 |
532 | 2024-08-03T03:34:10.684Z | Downloaded http-range v0.1.5 |
533 | 2024-08-03T03:34:10.687Z | Downloaded strum_macros v0.25.3 |
534 | 2024-08-03T03:34:10.690Z | Downloaded psl-types v2.0.11 |
535 | 2024-08-03T03:34:10.690Z | Downloaded headers-core v0.2.0 |
536 | 2024-08-03T03:34:10.690Z | Downloaded ident_case v1.0.1 |
537 | 2024-08-03T03:34:10.693Z | Downloaded futures-sink v0.3.30 |
538 | 2024-08-03T03:34:10.693Z | Downloaded strum_macros v0.24.3 |
539 | 2024-08-03T03:34:10.696Z | Downloaded structmeta v0.2.0 |
540 | 2024-08-03T03:34:10.696Z | Downloaded thread_local v1.1.8 |
541 | 2024-08-03T03:34:10.699Z | Downloaded lock_api v0.4.12 |
542 | 2024-08-03T03:34:10.699Z | Downloaded parse-display-derive v0.9.1 |
543 | 2024-08-03T03:34:10.701Z | Downloaded libloading v0.8.3 |
544 | 2024-08-03T03:34:10.704Z | Downloaded smallvec v0.6.14 |
545 | 2024-08-03T03:34:10.704Z | Downloaded mockall_derive v0.12.1 |
546 | 2024-08-03T03:34:10.707Z | Downloaded console v0.15.8 |
547 | 2024-08-03T03:34:10.710Z | Downloaded omicron-zone-package v0.11.0 |
548 | 2024-08-03T03:34:10.713Z | Downloaded unicode-truncate v1.0.0 |
549 | 2024-08-03T03:34:10.713Z | Downloaded deranged v0.3.11 |
550 | 2024-08-03T03:34:10.716Z | Downloaded unicode-xid v0.2.4 |
551 | 2024-08-03T03:34:10.719Z | Downloaded tiny-keccak v2.0.2 |
552 | 2024-08-03T03:34:10.719Z | Downloaded futures-io v0.3.30 |
553 | 2024-08-03T03:34:10.721Z | Downloaded rpassword v7.3.1 |
554 | 2024-08-03T03:34:10.722Z | Downloaded which v4.4.2 |
555 | 2024-08-03T03:34:10.725Z | Downloaded futures-macro v0.3.30 |
556 | 2024-08-03T03:34:10.725Z | Downloaded try-lock v0.2.5 |
557 | 2024-08-03T03:34:10.728Z | Downloaded ciborium v0.2.2 |
558 | 2024-08-03T03:34:10.728Z | Downloaded futures-executor v0.3.30 |
559 | 2024-08-03T03:34:10.731Z | Downloaded fallible-iterator v0.2.0 |
560 | 2024-08-03T03:34:10.731Z | Downloaded strum_macros v0.26.4 |
561 | 2024-08-03T03:34:10.733Z | Downloaded rand_seeder v0.2.3 |
562 | 2024-08-03T03:34:10.736Z | Downloaded multer v3.1.0 |
563 | 2024-08-03T03:34:10.739Z | Downloaded owo-colors v4.0.0 |
564 | 2024-08-03T03:34:10.742Z | Downloaded allocator-api2 v0.2.18 |
565 | 2024-08-03T03:34:10.745Z | Downloaded password-hash v0.5.0 |
566 | 2024-08-03T03:34:10.748Z | Downloaded parking_lot_core v0.9.10 |
567 | 2024-08-03T03:34:10.748Z | Downloaded packed_struct_codegen v0.10.1 |
568 | 2024-08-03T03:34:10.751Z | Downloaded crossbeam-epoch v0.9.18 |
569 | 2024-08-03T03:34:10.754Z | Downloaded blake2 v0.10.6 |
570 | 2024-08-03T03:34:10.757Z | Downloaded num-derive v0.4.2 |
571 | 2024-08-03T03:34:10.757Z | Downloaded pem v3.0.4 |
572 | 2024-08-03T03:34:10.759Z | Downloaded serde_path_to_error v0.1.16 |
573 | 2024-08-03T03:34:10.762Z | Downloaded semver v0.1.20 |
574 | 2024-08-03T03:34:10.762Z | Downloaded peg-macros v0.8.4 |
575 | 2024-08-03T03:34:10.765Z | Downloaded compact_str v0.7.1 |
576 | 2024-08-03T03:34:10.768Z | Downloaded sigpipe v0.1.3 |
577 | 2024-08-03T03:34:10.768Z | Downloaded socket2 v0.5.7 |
578 | 2024-08-03T03:34:10.771Z | Downloaded clang-sys v1.7.0 |
579 | 2024-08-03T03:34:10.774Z | Downloaded strip-ansi-escapes v0.2.0 |
580 | 2024-08-03T03:34:10.774Z | Downloaded rand_xorshift v0.3.0 |
581 | 2024-08-03T03:34:10.777Z | Downloaded structmeta v0.3.0 |
582 | 2024-08-03T03:34:10.777Z | Downloaded time-macros v0.2.18 |
583 | 2024-08-03T03:34:10.781Z | Downloaded der v0.7.9 |
584 | 2024-08-03T03:34:10.784Z | Downloaded indent_write v2.2.0 |
585 | 2024-08-03T03:34:10.784Z | Downloaded waitgroup v0.1.2 |
586 | 2024-08-03T03:34:10.787Z | Downloaded toolchain_find v0.4.0 |
587 | 2024-08-03T03:34:10.787Z | Downloaded serde-big-array v0.5.1 |
588 | 2024-08-03T03:34:10.790Z | Downloaded home v0.5.9 |
589 | 2024-08-03T03:34:10.790Z | Downloaded serde_urlencoded v0.7.1 |
590 | 2024-08-03T03:34:10.793Z | Downloaded serde_repr v0.1.19 |
591 | 2024-08-03T03:34:10.793Z | Downloaded dirs-next v2.0.0 |
592 | 2024-08-03T03:34:10.796Z | Downloaded getopts v0.2.21 |
593 | 2024-08-03T03:34:10.796Z | Downloaded structmeta-derive v0.3.0 |
594 | 2024-08-03T03:34:10.799Z | Downloaded structmeta-derive v0.2.0 |
595 | 2024-08-03T03:34:10.799Z | Downloaded miniz_oxide v0.7.2 |
596 | 2024-08-03T03:34:10.801Z | Downloaded pkg-config v0.3.30 |
597 | 2024-08-03T03:34:10.804Z | Downloaded rand_core v0.6.4 |
598 | 2024-08-03T03:34:10.804Z | Downloaded thiserror-no-std v2.0.2 |
599 | 2024-08-03T03:34:10.808Z | Downloaded parking_lot v0.12.2 |
600 | 2024-08-03T03:34:10.811Z | Downloaded foreign-types-shared v0.1.1 |
601 | 2024-08-03T03:34:10.814Z | Downloaded foreign-types-macros v0.2.3 |
602 | 2024-08-03T03:34:10.814Z | Downloaded downcast v0.11.0 |
603 | 2024-08-03T03:34:10.814Z | Downloaded const_format v0.2.32 |
604 | 2024-08-03T03:34:10.818Z | Downloaded utf-8 v0.7.6 |
605 | 2024-08-03T03:34:10.821Z | Downloaded display-error-chain v0.2.0 |
606 | 2024-08-03T03:34:10.821Z | Downloaded funty v2.0.0 |
607 | 2024-08-03T03:34:10.824Z | Downloaded spin v0.5.2 |
608 | 2024-08-03T03:34:10.824Z | Downloaded tinyvec v1.6.0 |
609 | 2024-08-03T03:34:10.827Z | Downloaded pem-rfc7468 v0.7.0 |
610 | 2024-08-03T03:34:10.830Z | Downloaded signature v2.2.0 |
611 | 2024-08-03T03:34:10.830Z | Downloaded stringprep v0.1.4 |
612 | 2024-08-03T03:34:10.833Z | Downloaded supports-color v3.0.0 |
613 | 2024-08-03T03:34:10.833Z | Downloaded unicode-linebreak v0.1.5 |
614 | 2024-08-03T03:34:10.842Z | Downloaded tokio-rustls v0.24.1 |
615 | 2024-08-03T03:34:10.842Z | Downloaded untrusted v0.7.1 |
616 | 2024-08-03T03:34:10.850Z | Downloaded termtree v0.4.1 |
617 | 2024-08-03T03:34:10.850Z | Downloaded sync_wrapper v0.1.2 |
618 | 2024-08-03T03:34:10.850Z | Downloaded http-body v0.4.6 |
619 | 2024-08-03T03:34:10.850Z | Downloaded tungstenite v0.20.1 |
620 | 2024-08-03T03:34:10.850Z | Downloaded chacha20poly1305 v0.10.1 |
621 | 2024-08-03T03:34:10.856Z | Downloaded crypto-bigint v0.5.5 |
622 | 2024-08-03T03:34:10.856Z | Downloaded poly1305 v0.8.0 |
623 | 2024-08-03T03:34:10.859Z | Downloaded tabwriter v1.4.0 |
624 | 2024-08-03T03:34:10.859Z | Downloaded topological-sort v0.2.2 |
625 | 2024-08-03T03:34:10.859Z | Downloaded glob v0.3.1 |
626 | 2024-08-03T03:34:10.864Z | Downloaded dirs-sys-next v0.1.2 |
627 | 2024-08-03T03:34:10.864Z | Downloaded serde-hex v0.1.0 |
628 | 2024-08-03T03:34:10.864Z | Downloaded foreign-types v0.3.2 |
629 | 2024-08-03T03:34:10.867Z | Downloaded httpdate v1.0.3 |
630 | 2024-08-03T03:34:10.867Z | Downloaded num-traits v0.2.19 |
631 | 2024-08-03T03:34:10.870Z | Downloaded ppv-lite86 v0.2.17 |
632 | 2024-08-03T03:34:10.870Z | Downloaded powerfmt v0.2.0 |
633 | 2024-08-03T03:34:10.873Z | Downloaded untrusted v0.9.0 |
634 | 2024-08-03T03:34:10.873Z | Downloaded predicates-tree v1.0.9 |
635 | 2024-08-03T03:34:10.874Z | Downloaded socket2 v0.4.10 |
636 | 2024-08-03T03:34:10.877Z | Downloaded pretty-hex v0.2.1 |
637 | 2024-08-03T03:34:10.877Z | Downloaded highway v1.1.0 |
638 | 2024-08-03T03:34:10.880Z | Downloaded secrecy v0.8.0 |
639 | 2024-08-03T03:34:10.884Z | Downloaded dyn-clone v1.0.17 |
640 | 2024-08-03T03:34:10.884Z | Downloaded zeroize v1.7.0 |
641 | 2024-08-03T03:34:10.884Z | Downloaded vte_generate_state_changes v0.1.1 |
642 | 2024-08-03T03:34:10.886Z | Downloaded snafu-derive v0.8.2 |
643 | 2024-08-03T03:34:10.886Z | Downloaded scheduled-thread-pool v0.2.7 |
644 | 2024-08-03T03:34:10.886Z | Downloaded schemars_derive v0.8.21 |
645 | 2024-08-03T03:34:10.890Z | Downloaded cc v1.0.97 |
646 | 2024-08-03T03:34:10.894Z | Downloaded mio v0.8.11 |
647 | 2024-08-03T03:34:10.897Z | Downloaded shlex v1.3.0 |
648 | 2024-08-03T03:34:10.900Z | Downloaded hubpack v0.1.2 |
649 | 2024-08-03T03:34:10.900Z | Downloaded hash32 v0.2.1 |
650 | 2024-08-03T03:34:10.902Z | Downloaded darling_core v0.20.9 |
651 | 2024-08-03T03:34:10.905Z | Downloaded bytes v1.6.0 |
652 | 2024-08-03T03:34:10.909Z | Downloaded r2d2 v0.8.10 |
653 | 2024-08-03T03:34:10.912Z | Downloaded diff v0.1.13 |
654 | 2024-08-03T03:34:10.915Z | Downloaded scopeguard v1.2.0 |
655 | 2024-08-03T03:34:10.918Z | Downloaded httparse v1.8.0 |
656 | 2024-08-03T03:34:10.918Z | Downloaded crossbeam-channel v0.5.12 |
657 | 2024-08-03T03:34:10.922Z | Downloaded thiserror-impl-no-std v2.0.2 |
658 | 2024-08-03T03:34:10.925Z | Downloaded signal-hook-mio v0.2.3 |
659 | 2024-08-03T03:34:10.925Z | Downloaded strum v0.26.3 |
660 | 2024-08-03T03:34:10.927Z | Downloaded rustfmt-wrapper v0.2.1 |
661 | 2024-08-03T03:34:10.928Z | Downloaded group v0.13.0 |
662 | 2024-08-03T03:34:10.930Z | Downloaded rustc_version v0.4.0 |
663 | 2024-08-03T03:34:10.930Z | Downloaded rustc_version v0.1.7 |
664 | 2024-08-03T03:34:10.933Z | Downloaded rustls-pemfile v1.0.4 |
665 | 2024-08-03T03:34:10.933Z | Downloaded hash32 v0.3.1 |
666 | 2024-08-03T03:34:10.936Z | Downloaded unsafe-libyaml v0.2.11 |
667 | 2024-08-03T03:34:10.939Z | Downloaded rustc-hash v1.1.0 |
668 | 2024-08-03T03:34:10.939Z | Downloaded derive_builder_macro v0.20.0 |
669 | 2024-08-03T03:34:10.942Z | Downloaded toml v0.7.8 |
670 | 2024-08-03T03:34:10.945Z | Downloaded elliptic-curve v0.13.8 |
671 | 2024-08-03T03:34:10.947Z | Downloaded ena v0.14.3 |
672 | 2024-08-03T03:34:10.950Z | Downloaded serde_derive_internals v0.29.1 |
673 | 2024-08-03T03:34:10.953Z | Downloaded walkdir v2.5.0 |
674 | 2024-08-03T03:34:10.953Z | Downloaded derive_more v0.99.18 |
675 | 2024-08-03T03:34:10.966Z | Downloaded unicode-segmentation v1.11.0 |
676 | 2024-08-03T03:34:10.969Z | Downloaded phf_shared v0.10.0 |
677 | 2024-08-03T03:34:10.972Z | Downloaded hubpack_derive v0.1.1 |
678 | 2024-08-03T03:34:10.972Z | Downloaded unicode_categories v0.1.1 |
679 | 2024-08-03T03:34:10.975Z | Downloaded tracing v0.1.40 |
680 | 2024-08-03T03:34:10.978Z | Downloaded float-ord v0.3.2 |
681 | 2024-08-03T03:34:10.980Z | Downloaded want v0.3.1 |
682 | 2024-08-03T03:34:10.980Z | Downloaded spki v0.7.3 |
683 | 2024-08-03T03:34:10.983Z | Downloaded similar v2.5.0 |
684 | 2024-08-03T03:34:10.986Z | Downloaded static_assertions v1.1.0 |
685 | 2024-08-03T03:34:10.989Z | Downloaded serde_arrays v0.1.0 |
686 | 2024-08-03T03:34:10.991Z | Downloaded string_cache v0.8.7 |
687 | 2024-08-03T03:34:10.992Z | Downloaded rtoolbox v0.0.2 |
688 | 2024-08-03T03:34:10.995Z | Downloaded phf_shared v0.11.2 |
689 | 2024-08-03T03:34:10.995Z | Downloaded hex v0.4.3 |
690 | 2024-08-03T03:34:10.995Z | Downloaded fd-lock v4.0.2 |
691 | 2024-08-03T03:34:10.998Z | Downloaded flate2 v1.0.30 |
692 | 2024-08-03T03:34:11.002Z | Downloaded fastrand v2.1.0 |
693 | 2024-08-03T03:34:11.005Z | Downloaded same-file v1.0.6 |
694 | 2024-08-03T03:34:11.005Z | Downloaded heapless v0.7.17 |
695 | 2024-08-03T03:34:11.009Z | Downloaded form_urlencoded v1.2.1 |
696 | 2024-08-03T03:34:11.012Z | Downloaded tracing-attributes v0.1.27 |
697 | 2024-08-03T03:34:11.014Z | Downloaded test-strategy v0.3.1 |
698 | 2024-08-03T03:34:11.017Z | Downloaded libm v0.2.8 |
699 | 2024-08-03T03:34:11.023Z | Downloaded foreign-types v0.5.0 |
700 | 2024-08-03T03:34:11.026Z | Downloaded stable_deref_trait v1.2.0 |
701 | 2024-08-03T03:34:11.026Z | Downloaded slog-async v2.8.0 |
702 | 2024-08-03T03:34:11.028Z | Downloaded pkcs8 v0.10.2 |
703 | 2024-08-03T03:34:11.031Z | Downloaded iana-time-zone v0.1.60 |
704 | 2024-08-03T03:34:11.034Z | Downloaded precomputed-hash v0.1.1 |
705 | 2024-08-03T03:34:11.034Z | Downloaded fxhash v0.2.1 |
706 | 2024-08-03T03:34:11.034Z | Downloaded endian-type v0.1.2 |
707 | 2024-08-03T03:34:11.034Z | Downloaded ron v0.8.1 |
708 | 2024-08-03T03:34:11.039Z | Downloaded sct v0.7.1 |
709 | 2024-08-03T03:34:11.042Z | Downloaded diesel_derives v2.1.4 |
710 | 2024-08-03T03:34:11.046Z | Downloaded stability v0.2.0 |
711 | 2024-08-03T03:34:11.049Z | Downloaded tinyvec_macros v0.1.1 |
712 | 2024-08-03T03:34:11.049Z | Downloaded radium v0.7.0 |
713 | 2024-08-03T03:34:11.049Z | Downloaded gethostname v0.5.0 |
714 | 2024-08-03T03:34:11.052Z | Downloaded itertools v0.10.5 |
715 | 2024-08-03T03:34:11.056Z | Downloaded spin v0.9.8 |
716 | 2024-08-03T03:34:11.059Z | Downloaded derive_builder_core v0.20.0 |
717 | 2024-08-03T03:34:11.062Z | Downloaded unicode-bidi v0.3.15 |
718 | 2024-08-03T03:34:11.066Z | Downloaded zone_cfg_derive v0.1.2 |
719 | 2024-08-03T03:34:11.066Z | Downloaded futures-task v0.3.30 |
720 | 2024-08-03T03:34:11.070Z | Downloaded tokio-macros v2.3.0 |
721 | 2024-08-03T03:34:11.070Z | Downloaded globset v0.4.14 |
722 | 2024-08-03T03:34:11.070Z | Downloaded slog-stdlog v4.1.1 |
723 | 2024-08-03T03:34:11.073Z | Downloaded resolv-conf v0.7.0 |
724 | 2024-08-03T03:34:11.073Z | Downloaded take_mut v0.2.2 |
725 | 2024-08-03T03:34:11.073Z | Downloaded rustls-pki-types v1.7.0 |
726 | 2024-08-03T03:34:11.076Z | Downloaded rustls-pemfile v2.1.2 |
727 | 2024-08-03T03:34:11.079Z | Downloaded wyz v0.5.1 |
728 | 2024-08-03T03:34:11.079Z | Downloaded tls_codec_derive v0.4.1 |
729 | 2024-08-03T03:34:11.082Z | Downloaded itertools v0.12.1 |
730 | 2024-08-03T03:34:11.086Z | Downloaded zip v0.6.6 |
731 | 2024-08-03T03:34:11.090Z | Downloaded whoami v1.5.1 |
732 | 2024-08-03T03:34:11.093Z | Downloaded tokio-stream v0.1.15 |
733 | 2024-08-03T03:34:11.096Z | Downloaded tui-tree-widget v0.21.0 |
734 | 2024-08-03T03:34:11.099Z | Downloaded tokio-tungstenite v0.20.1 |
735 | 2024-08-03T03:34:11.102Z | Downloaded uzers v0.11.3 |
736 | 2024-08-03T03:34:11.102Z | Downloaded pin-utils v0.1.0 |
737 | 2024-08-03T03:34:11.106Z | Downloaded phf v0.11.2 |
738 | 2024-08-03T03:34:11.106Z | Downloaded pin-project-lite v0.2.14 |
739 | 2024-08-03T03:34:11.109Z | Downloaded pin-project-internal v1.1.5 |
740 | 2024-08-03T03:34:11.112Z | Downloaded predicates-core v1.0.6 |
741 | 2024-08-03T03:34:11.112Z | Downloaded sha1 v0.10.6 |
742 | 2024-08-03T03:34:11.115Z | Downloaded ref-cast-impl v1.0.23 |
743 | 2024-08-03T03:34:11.115Z | Downloaded rustyline v14.0.0 |
744 | 2024-08-03T03:34:11.119Z | Downloaded derive_builder v0.20.0 |
745 | 2024-08-03T03:34:11.124Z | Downloaded ref-cast v1.0.23 |
746 | 2024-08-03T03:34:11.127Z | Downloaded rustversion v1.0.17 |
747 | 2024-08-03T03:34:11.130Z | Downloaded slog-bunyan v2.5.0 |
748 | 2024-08-03T03:34:11.130Z | Downloaded headers v0.3.9 |
749 | 2024-08-03T03:34:11.135Z | Downloaded siphasher v0.3.11 |
750 | 2024-08-03T03:34:11.138Z | Downloaded quick-error v1.2.3 |
751 | 2024-08-03T03:34:11.138Z | Downloaded fragile v2.0.0 |
752 | 2024-08-03T03:34:11.141Z | Downloaded float-cmp v0.9.0 |
753 | 2024-08-03T03:34:11.141Z | Downloaded yasna v0.5.2 |
754 | 2024-08-03T03:34:11.144Z | Downloaded vte v0.11.1 |
755 | 2024-08-03T03:34:11.144Z | Downloaded percent-encoding v2.3.1 |
756 | 2024-08-03T03:34:11.147Z | Downloaded num-bigint-dig v0.8.4 |
757 | 2024-08-03T03:34:11.149Z | Downloaded sec1 v0.7.3 |
758 | 2024-08-03T03:34:11.152Z | Downloaded unicase v2.7.0 |
759 | 2024-08-03T03:34:11.152Z | Downloaded unarray v0.1.4 |
760 | 2024-08-03T03:34:11.156Z | Downloaded tls_codec v0.4.1 |
761 | 2024-08-03T03:34:11.156Z | Downloaded subprocess v0.2.9 |
762 | 2024-08-03T03:34:11.159Z | Downloaded futures-channel v0.3.30 |
763 | 2024-08-03T03:34:11.162Z | Downloaded term v0.7.0 |
764 | 2024-08-03T03:34:11.165Z | Downloaded humantime v2.1.0 |
765 | 2024-08-03T03:34:11.165Z | Downloaded x509-cert v0.2.5 |
766 | 2024-08-03T03:34:11.169Z | Downloaded tempfile v3.10.1 |
767 | 2024-08-03T03:34:11.172Z | Downloaded hyper-staticfile v0.9.5 |
768 | 2024-08-03T03:34:11.175Z | Downloaded trust-dns-server v0.22.1 |
769 | 2024-08-03T03:34:11.178Z | Downloaded hashbrown v0.13.2 |
770 | 2024-08-03T03:34:11.183Z | Downloaded fixedbitset v0.4.2 |
771 | 2024-08-03T03:34:11.185Z | Downloaded env_logger v0.9.3 |
772 | 2024-08-03T03:34:11.188Z | Downloaded hashbrown v0.12.3 |
773 | 2024-08-03T03:34:11.191Z | Downloaded itertools v0.13.0 |
774 | 2024-08-03T03:34:11.196Z | Downloaded hyper-tls v0.5.0 |
775 | 2024-08-03T03:34:11.199Z | Downloaded slog-envlogger v2.2.0 |
776 | 2024-08-03T03:34:11.200Z | Downloaded predicates v3.1.2 |
777 | 2024-08-03T03:34:11.202Z | Downloaded pin-project v1.1.5 |
778 | 2024-08-03T03:34:11.212Z | Downloaded samael v0.0.15 |
779 | 2024-08-03T03:34:11.217Z | Downloaded zerocopy v0.6.6 |
780 | 2024-08-03T03:34:11.221Z | Downloaded vsss-rs v3.3.4 |
781 | 2024-08-03T03:34:11.224Z | Downloaded publicsuffix v2.2.3 |
782 | 2024-08-03T03:34:11.224Z | Downloaded tungstenite v0.21.0 |
783 | 2024-08-03T03:34:11.227Z | Downloaded bitvec v1.0.1 |
784 | 2024-08-03T03:34:11.241Z | Downloaded futures v0.3.30 |
785 | 2024-08-03T03:34:11.245Z | Downloaded toml_edit v0.19.15 |
786 | 2024-08-03T03:34:11.261Z | Downloaded bindgen v0.69.4 |
787 | 2024-08-03T03:34:11.267Z | Downloaded serde_yaml v0.9.34+deprecated |
788 | 2024-08-03T03:34:11.271Z | Downloaded tough v0.17.1 |
789 | 2024-08-03T03:34:11.278Z | Downloaded chrono v0.4.38 |
790 | 2024-08-03T03:34:11.285Z | Downloaded rsa v0.9.6 |
791 | 2024-08-03T03:34:11.289Z | Downloaded quick-xml v0.31.0 |
792 | 2024-08-03T03:34:11.295Z | Downloaded proptest v1.4.0 |
793 | 2024-08-03T03:34:11.311Z | Downloaded rustls-webpki v0.102.4 |
794 | 2024-08-03T03:34:11.336Z | Downloaded rand v0.8.5 |
795 | 2024-08-03T03:34:11.341Z | Downloaded typed-path v0.7.1 |
796 | 2024-08-03T03:34:11.348Z | Downloaded serde_with v3.8.3 |
797 | 2024-08-03T03:34:11.356Z | Downloaded h2 v0.3.26 |
798 | 2024-08-03T03:34:11.363Z | Downloaded webpki-roots v0.25.4 |
799 | 2024-08-03T03:34:11.367Z | Downloaded hyper v0.14.30 |
800 | 2024-08-03T03:34:11.375Z | Downloaded regex-automata v0.1.10 |
801 | 2024-08-03T03:34:11.381Z | Downloaded curve25519-dalek v4.1.3 |
802 | 2024-08-03T03:34:11.390Z | Downloaded sqlparser v0.45.0 |
803 | 2024-08-03T03:34:11.396Z | Downloaded reedline v0.31.0 |
804 | 2024-08-03T03:34:11.403Z | Downloaded futures-util v0.3.30 |
805 | 2024-08-03T03:34:11.414Z | Downloaded gimli v0.28.1 |
806 | 2024-08-03T03:34:11.422Z | Downloaded rustls-webpki v0.101.7 |
807 | 2024-08-03T03:34:11.436Z | Downloaded reqwest v0.11.27 |
808 | 2024-08-03T03:34:11.444Z | Downloaded openssl v0.10.66 |
809 | 2024-08-03T03:34:11.453Z | Downloaded object v0.30.4 |
810 | 2024-08-03T03:34:11.464Z | Downloaded regex v1.10.5 |
811 | 2024-08-03T03:34:11.477Z | Downloaded radix_trie v0.2.1 |
812 | 2024-08-03T03:34:11.482Z | Downloaded idna v0.3.0 |
813 | 2024-08-03T03:34:11.489Z | Downloaded trust-dns-proto v0.22.0 |
814 | 2024-08-03T03:34:11.502Z | Downloaded vcpkg v0.2.15 |
815 | 2024-08-03T03:34:11.541Z | Downloaded regex-syntax v0.6.29 |
816 | 2024-08-03T03:34:11.548Z | Downloaded diesel v2.1.6 |
817 | 2024-08-03T03:34:11.567Z | Downloaded rustls v0.22.4 |
818 | 2024-08-03T03:34:11.582Z | Downloaded regex-syntax v0.8.3 |
819 | 2024-08-03T03:34:11.589Z | Downloaded regress v0.9.1 |
820 | 2024-08-03T03:34:11.599Z | Downloaded ratatui v0.27.0 |
821 | 2024-08-03T03:34:11.618Z | Downloaded sled v0.34.7 |
822 | 2024-08-03T03:34:11.627Z | Downloaded zerocopy-derive v0.6.6 |
823 | 2024-08-03T03:34:11.637Z | Downloaded rustls v0.21.12 |
824 | 2024-08-03T03:34:11.649Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
825 | 2024-08-03T03:34:11.660Z | Downloaded regex-automata v0.4.6 |
826 | 2024-08-03T03:34:11.678Z | Downloaded petgraph v0.6.5 |
827 | 2024-08-03T03:34:11.695Z | Downloaded tokio v1.38.1 |
828 | 2024-08-03T03:34:11.733Z | Downloaded finl_unicode v1.2.0 |
829 | 2024-08-03T03:34:11.745Z | Downloaded csv v1.3.0 |
830 | 2024-08-03T03:34:11.765Z | Downloaded openapiv3 v2.0.0 |
831 | 2024-08-03T03:34:11.777Z | Downloaded sha3 v0.10.8 |
832 | 2024-08-03T03:34:11.782Z | Downloaded smoltcp v0.9.1 |
833 | 2024-08-03T03:34:11.793Z | Downloaded nix v0.28.0 |
834 | 2024-08-03T03:34:11.805Z | Downloaded smoltcp v0.11.0 |
835 | 2024-08-03T03:34:11.819Z | Downloaded idna v0.5.0 |
836 | 2024-08-03T03:34:11.824Z | Downloaded encoding_rs v0.8.34 |
837 | 2024-08-03T03:34:11.846Z | Downloaded nix v0.27.1 |
838 | 2024-08-03T03:34:11.856Z | Downloaded bstr v1.9.1 |
839 | 2024-08-03T03:34:11.866Z | Downloaded polar-core v0.27.3 |
840 | 2024-08-03T03:34:11.875Z | Downloaded object v0.32.2 |
841 | 2024-08-03T03:34:11.885Z | Downloaded bstr v0.2.17 |
842 | 2024-08-03T03:34:11.895Z | Downloaded idna v0.2.3 |
843 | 2024-08-03T03:34:11.902Z | Downloaded winnow v0.5.40 |
844 | 2024-08-03T03:34:11.911Z | Downloaded lalrpop v0.19.12 |
845 | 2024-08-03T03:34:11.924Z | Downloaded hkdf v0.12.4 |
846 | 2024-08-03T03:34:11.927Z | Downloaded rayon v1.10.0 |
847 | 2024-08-03T03:34:11.935Z | Downloaded portable-atomic v1.6.0 |
848 | 2024-08-03T03:34:11.942Z | Downloaded http v1.1.0 |
849 | 2024-08-03T03:34:11.946Z | Downloaded pkcs1 v0.7.5 |
850 | 2024-08-03T03:34:11.948Z | Downloaded tokio-postgres v0.7.11 |
851 | 2024-08-03T03:34:11.954Z | Downloaded tracing-core v0.1.32 |
852 | 2024-08-03T03:34:11.956Z | Downloaded ring v0.17.8 |
853 | 2024-08-03T03:34:12.031Z | Downloaded tar v0.4.41 |
854 | 2024-08-03T03:34:12.034Z | Downloaded http v0.2.12 |
855 | 2024-08-03T03:34:12.037Z | Downloaded slog-scope v4.4.0 |
856 | 2024-08-03T03:34:12.040Z | Downloaded trust-dns-resolver v0.22.0 |
857 | 2024-08-03T03:34:12.043Z | Downloaded trust-dns-client v0.22.0 |
858 | 2024-08-03T03:34:12.049Z | Downloaded tokio-util v0.7.11 |
859 | 2024-08-03T03:34:12.055Z | Downloaded rusty-fork v0.3.0 |
860 | 2024-08-03T03:34:12.058Z | Downloaded schemars v0.8.21 |
861 | 2024-08-03T03:34:12.068Z | Downloaded enum-as-inner v0.5.1 |
862 | 2024-08-03T03:34:12.071Z | Downloaded nom v7.1.3 |
863 | 2024-08-03T03:34:12.075Z | Downloaded termcolor v1.4.1 |
864 | 2024-08-03T03:34:12.078Z | Downloaded slog v2.7.0 |
865 | 2024-08-03T03:34:12.081Z | Downloaded heapless v0.8.0 |
866 | 2024-08-03T03:34:12.084Z | Downloaded num-bigint v0.4.5 |
867 | 2024-08-03T03:34:12.088Z | Downloaded rcgen v0.12.1 |
868 | 2024-08-03T03:34:12.091Z | Downloaded hyper-rustls v0.24.2 |
869 | 2024-08-03T03:34:12.094Z | Downloaded prettyplease v0.2.20 |
870 | 2024-08-03T03:34:12.097Z | Downloaded rand_chacha v0.3.1 |
871 | 2024-08-03T03:34:12.100Z | Downloaded time v0.3.36 |
872 | 2024-08-03T03:34:12.105Z | Downloaded flume v0.11.0 |
873 | 2024-08-03T03:34:12.110Z | Downloaded ring v0.16.20 |
874 | 2024-08-03T03:34:12.193Z | Downloaded ron v0.7.1 |
875 | 2024-08-03T03:34:12.197Z | Downloaded unicode-normalization v0.1.23 |
876 | 2024-08-03T03:34:12.201Z | Downloaded blake3 v1.5.1 |
877 | 2024-08-03T03:34:12.208Z | Downloaded textwrap v0.16.1 |
878 | 2024-08-03T03:34:12.212Z | Downloaded sqlparser_derive v0.2.2 |
879 | 2024-08-03T03:34:12.212Z | Downloaded sqlformat v0.2.4 |
880 | 2024-08-03T03:34:12.215Z | Downloaded postgres-types v0.2.7 |
881 | 2024-08-03T03:34:12.215Z | Downloaded fatfs v0.3.6 |
882 | 2024-08-03T03:34:12.218Z | Downloaded postgres-protocol v0.6.7 |
883 | 2024-08-03T03:34:12.221Z | Downloaded url v2.5.2 |
884 | 2024-08-03T03:34:12.223Z | Downloaded expectorate v1.1.0 |
885 | 2024-08-03T03:34:12.226Z | Downloaded signal-hook v0.3.17 |
886 | 2024-08-03T03:34:12.229Z | Downloaded snafu v0.8.2 |
887 | 2024-08-03T03:34:12.232Z | Downloaded tokio-rustls v0.25.0 |
888 | 2024-08-03T03:34:12.234Z | Downloaded half v2.4.1 |
889 | 2024-08-03T03:34:12.237Z | Downloaded serde_with_macros v3.8.3 |
890 | 2024-08-03T03:34:12.240Z | Downloaded rustc-demangle v0.1.24 |
891 | 2024-08-03T03:34:12.240Z | Downloaded rayon-core v1.12.1 |
892 | 2024-08-03T03:34:12.243Z | Downloaded erased-serde v0.3.31 |
893 | 2024-08-03T03:34:12.245Z | Downloaded env_logger v0.10.2 |
894 | 2024-08-03T03:34:12.248Z | Downloaded tokio-tungstenite v0.21.0 |
895 | 2024-08-03T03:34:12.251Z | Downloaded xattr v1.3.1 |
896 | 2024-08-03T03:34:12.251Z | Downloaded smallvec v1.13.2 |
897 | 2024-08-03T03:34:12.254Z | Downloaded steno v0.4.1 |
898 | 2024-08-03T03:34:12.257Z | Downloaded zone v0.1.8 |
899 | 2024-08-03T03:34:12.257Z | Downloaded zeroize_derive v1.4.2 |
900 | 2024-08-03T03:34:12.259Z | Downloaded wait-timeout v0.2.0 |
901 | 2024-08-03T03:34:12.259Z | Downloaded tokio-native-tls v0.3.1 |
902 | 2024-08-03T03:34:12.262Z | Downloaded postcard v1.0.8 |
903 | 2024-08-03T03:34:12.265Z | Downloaded aho-corasick v1.1.3 |
904 | 2024-08-03T03:34:12.268Z | Downloaded smawk v0.3.2 |
905 | 2024-08-03T03:34:12.271Z | Downloaded hmac v0.12.1 |
906 | 2024-08-03T03:34:12.271Z | Downloaded derive-where v1.2.7 |
907 | 2024-08-03T03:34:12.274Z | Downloaded libxml v0.3.3 |
908 | 2024-08-03T03:34:12.279Z | Downloaded openssl-sys v0.9.103 |
909 | 2024-08-03T03:34:12.284Z | Downloaded minimal-lexical v0.2.1 |
910 | 2024-08-03T03:34:12.288Z | Downloaded uuid v1.10.0 |
911 | 2024-08-03T03:34:12.291Z | Downloaded indicatif v0.17.8 |
912 | 2024-08-03T03:34:12.294Z | Downloaded indexmap v1.9.3 |
913 | 2024-08-03T03:34:12.297Z | Downloaded toml v0.5.11 |
914 | 2024-08-03T03:34:12.300Z | Downloaded proc-macro-crate v1.3.1 |
915 | 2024-08-03T03:34:12.302Z | Downloaded tap v1.0.1 |
916 | 2024-08-03T03:34:12.302Z | Downloaded signal-hook-registry v1.4.2 |
917 | 2024-08-03T03:34:12.302Z | Downloaded crossterm v0.27.0 |
918 | 2024-08-03T03:34:12.309Z | Downloaded hostname v0.4.0 |
919 | 2024-08-03T03:34:12.312Z | Downloaded heck v0.3.3 |
920 | 2024-08-03T03:34:12.312Z | Downloaded getrandom v0.2.14 |
921 | 2024-08-03T03:34:12.315Z | Downloaded base64 v0.13.1 |
922 | 2024-08-03T03:34:12.318Z | Downloaded oso v0.27.3 |
923 | 2024-08-03T03:34:12.320Z | Downloaded hostname v0.3.1 |
924 | 2024-08-03T03:34:12.320Z | Downloaded serde_plain v1.0.2 |
925 | 2024-08-03T03:34:12.323Z | Downloaded smf v0.2.3 |
926 | 2024-08-03T03:34:12.323Z | Downloaded slog-json v2.6.1 |
927 | 2024-08-03T03:34:12.323Z | Downloaded cookie v0.18.1 |
928 | 2024-08-03T03:34:12.326Z | Downloaded filetime v0.2.23 |
929 | 2024-08-03T03:34:12.330Z | Downloaded ff v0.13.0 |
930 | 2024-08-03T03:34:12.330Z | Downloaded embedded-io v0.4.0 |
931 | 2024-08-03T03:34:12.332Z | Downloaded either v1.12.0 |
932 | 2024-08-03T03:34:12.332Z | Downloaded subtle v2.5.0 |
933 | 2024-08-03T03:34:12.332Z | Downloaded portpicker v0.1.1 |
934 | 2024-08-03T03:34:12.332Z | Downloaded universal-hash v0.5.1 |
935 | 2024-08-03T03:34:12.335Z | Downloaded base64 v0.22.1 |
936 | 2024-08-03T03:34:12.338Z | Downloaded backtrace v0.3.71 |
937 | 2024-08-03T03:34:12.341Z | Downloaded flagset v0.4.5 |
938 | 2024-08-03T03:34:12.344Z | Downloaded der_derive v0.7.2 |
939 | 2024-08-03T03:34:12.344Z | Downloaded num-complex v0.4.6 |
940 | 2024-08-03T03:34:12.346Z | Downloaded nu-ansi-term v0.50.0 |
941 | 2024-08-03T03:34:12.349Z | Downloaded futures-core v0.3.30 |
942 | 2024-08-03T03:34:12.349Z | Downloaded slog-term v2.9.1 |
943 | 2024-08-03T03:34:12.352Z | Downloaded mime_guess v2.0.4 |
944 | 2024-08-03T03:34:12.352Z | Downloaded crc-any v2.5.0 |
945 | 2024-08-03T03:34:12.355Z | Downloaded termios v0.3.3 |
946 | 2024-08-03T03:34:12.358Z | Downloaded data-encoding v2.6.0 |
947 | 2024-08-03T03:34:12.358Z | Downloaded cancel-safe-futures v0.1.5 |
948 | 2024-08-03T03:34:12.361Z | Downloaded base64 v0.21.7 |
949 | 2024-08-03T03:34:12.363Z | Downloaded ahash v0.8.11 |
950 | 2024-08-03T03:34:12.366Z | Downloaded nibble_vec v0.1.0 |
951 | 2024-08-03T03:34:12.366Z | Downloaded nanorand v0.7.0 |
952 | 2024-08-03T03:34:12.372Z | Downloaded bzip2 v0.4.4 |
953 | 2024-08-03T03:34:12.372Z | Downloaded num-iter v0.1.45 |
954 | 2024-08-03T03:34:12.372Z | Downloaded impl-trait-for-tuples v0.2.2 |
955 | 2024-08-03T03:34:12.372Z | Downloaded defmt-parser v0.3.4 |
956 | 2024-08-03T03:34:12.376Z | Downloaded curve25519-dalek-derive v0.1.1 |
957 | 2024-08-03T03:34:12.376Z | Downloaded argon2 v0.5.3 |
958 | 2024-08-03T03:34:12.376Z | Downloaded memoffset v0.9.1 |
959 | 2024-08-03T03:34:12.380Z | Downloaded md-5 v0.10.6 |
960 | 2024-08-03T03:34:12.380Z | Downloaded defmt v0.3.8 |
961 | 2024-08-03T03:34:12.383Z | Downloaded block-padding v0.3.3 |
962 | 2024-08-03T03:34:12.383Z | Downloaded crc v3.2.1 |
963 | 2024-08-03T03:34:12.386Z | Downloaded const-oid v0.9.6 |
964 | 2024-08-03T03:34:12.386Z | Downloaded colored v2.1.0 |
965 | 2024-08-03T03:34:12.388Z | Downloaded ciborium-ll v0.2.2 |
966 | 2024-08-03T03:34:12.388Z | Downloaded libsw v3.3.1 |
967 | 2024-08-03T03:34:12.391Z | Downloaded lazycell v1.3.0 |
968 | 2024-08-03T03:34:12.391Z | Downloaded crc-catalog v2.4.0 |
969 | 2024-08-03T03:34:12.394Z | Downloaded bitflags v1.3.2 |
970 | 2024-08-03T03:34:12.396Z | Downloaded bitfield v0.14.0 |
971 | 2024-08-03T03:34:12.396Z | Downloaded arc-swap v1.7.1 |
972 | 2024-08-03T03:34:12.399Z | Downloaded linear-map v1.2.0 |
973 | 2024-08-03T03:34:12.402Z | Downloaded cookie_store v0.20.0 |
974 | 2024-08-03T03:34:12.402Z | Downloaded cookie v0.17.0 |
975 | 2024-08-03T03:34:12.404Z | Downloaded paste v1.0.15 |
976 | 2024-08-03T03:34:12.407Z | Downloaded nodrop v0.1.14 |
977 | 2024-08-03T03:34:12.407Z | Downloaded ipnet v2.9.0 |
978 | 2024-08-03T03:34:12.410Z | Downloaded bitstruct_derive v0.1.0 |
979 | 2024-08-03T03:34:12.410Z | Downloaded num v0.4.3 |
980 | 2024-08-03T03:34:12.410Z | Downloaded maybe-uninit v2.0.0 |
981 | 2024-08-03T03:34:12.413Z | Downloaded maplit v1.0.2 |
982 | 2024-08-03T03:34:12.413Z | Downloaded atomic-waker v1.1.2 |
983 | 2024-08-03T03:34:12.413Z | Downloaded arrayref v0.3.7 |
984 | 2024-08-03T03:34:12.416Z | Downloaded base16ct v0.2.0 |
985 | 2024-08-03T03:34:12.416Z | Downloaded adler v1.0.2 |
986 | 2024-08-03T03:34:12.416Z | Downloaded addr2line v0.21.0 |
987 | 2024-08-03T03:34:12.419Z | Downloaded indoc v1.0.9 |
988 | 2024-08-03T03:34:12.424Z | Downloaded lazy_static v1.5.0 |
989 | 2024-08-03T03:34:12.424Z | Downloaded buf-list v1.0.3 |
990 | 2024-08-03T03:34:12.424Z | Downloaded cassowary v0.3.0 |
991 | 2024-08-03T03:34:12.428Z | Downloaded openssl-macros v0.1.1 |
992 | 2024-08-03T03:34:12.428Z | Downloaded crossbeam-deque v0.8.5 |
993 | 2024-08-03T03:34:12.428Z | Downloaded cexpr v0.6.0 |
994 | 2024-08-03T03:34:12.431Z | Downloaded bitfield-struct v0.6.1 |
995 | 2024-08-03T03:34:12.431Z | Downloaded async-trait v0.1.81 |
996 | 2024-08-03T03:34:12.435Z | Downloaded async-stream v0.3.5 |
997 | 2024-08-03T03:34:12.435Z | Downloaded array-init v0.0.4 |
998 | 2024-08-03T03:34:12.510Z | Compiling cfg-if v1.0.0 |
999 | 2024-08-03T03:34:12.510Z | Compiling serde v1.0.204 |
1000 | 2024-08-03T03:34:12.513Z | Compiling lock_api v0.4.12 |
1001 | 2024-08-03T03:34:12.513Z | Compiling scopeguard v1.2.0 |
1002 | 2024-08-03T03:34:12.513Z | Compiling log v0.4.21 |
1003 | 2024-08-03T03:34:12.513Z | Compiling syn v2.0.72 |
1004 | 2024-08-03T03:34:12.637Z | Compiling cc v1.0.97 |
1005 | 2024-08-03T03:34:12.639Z | Compiling parking_lot_core v0.9.10 |
1006 | 2024-08-03T03:34:12.717Z | Compiling getrandom v0.2.14 |
1007 | 2024-08-03T03:34:12.759Z | Compiling smallvec v1.13.2 |
1008 | 2024-08-03T03:34:13.109Z | Compiling rand_core v0.6.4 |
1009 | 2024-08-03T03:34:13.155Z | Compiling typenum v1.17.0 |
1010 | 2024-08-03T03:34:13.199Z | Compiling generic-array v0.14.7 |
1011 | 2024-08-03T03:34:13.202Z | Compiling pin-project-lite v0.2.14 |
1012 | 2024-08-03T03:34:13.333Z | Compiling signal-hook-registry v1.4.2 |
1013 | 2024-08-03T03:34:13.551Z | Compiling parking_lot v0.12.2 |
1014 | 2024-08-03T03:34:13.567Z | Compiling spin v0.9.8 |
1015 | 2024-08-03T03:34:13.600Z | Compiling mio v0.8.11 |
1016 | 2024-08-03T03:34:13.761Z | Compiling serde_json v1.0.122 |
1017 | 2024-08-03T03:34:13.966Z | Compiling libm v0.2.8 |
1018 | 2024-08-03T03:34:14.107Z | Compiling ahash v0.8.11 |
1019 | 2024-08-03T03:34:14.126Z | Compiling num-traits v0.2.19 |
1020 | 2024-08-03T03:34:14.332Z | Compiling futures-core v0.3.30 |
1021 | 2024-08-03T03:34:14.412Z | Compiling tinyvec_macros v0.1.1 |
1022 | 2024-08-03T03:34:14.513Z | Compiling tinyvec v1.6.0 |
1023 | 2024-08-03T03:34:14.580Z | Compiling num_cpus v1.16.0 |
1024 | 2024-08-03T03:34:14.679Z | Compiling socket2 v0.5.7 |
1025 | 2024-08-03T03:34:14.696Z | Compiling const-oid v0.9.6 |
1026 | 2024-08-03T03:34:14.865Z | Compiling subtle v2.5.0 |
1027 | 2024-08-03T03:34:15.209Z | Compiling slab v0.4.9 |
1028 | 2024-08-03T03:34:15.669Z | Compiling allocator-api2 v0.2.18 |
1029 | 2024-08-03T03:34:15.819Z | Compiling futures-sink v0.3.30 |
1030 | 2024-08-03T03:34:15.921Z | Compiling unicode-bidi v0.3.15 |
1031 | 2024-08-03T03:34:15.966Z | Compiling unicode-normalization v0.1.23 |
1032 | 2024-08-03T03:34:16.066Z | Compiling futures-channel v0.3.30 |
1033 | 2024-08-03T03:34:16.491Z | Compiling vcpkg v0.2.15 |
1034 | 2024-08-03T03:34:16.508Z | Compiling pkg-config v0.3.30 |
1035 | 2024-08-03T03:34:16.532Z | Compiling futures-task v0.3.30 |
1036 | 2024-08-03T03:34:16.663Z | Compiling pin-utils v0.1.0 |
1037 | 2024-08-03T03:34:16.758Z | Compiling futures-io v0.3.30 |
1038 | 2024-08-03T03:34:16.830Z | Compiling ring v0.17.8 |
1039 | 2024-08-03T03:34:17.089Z | Compiling ppv-lite86 v0.2.17 |
1040 | 2024-08-03T03:34:17.119Z | Compiling percent-encoding v2.3.1 |
1041 | 2024-08-03T03:34:17.590Z | Compiling tracing-core v0.1.32 |
1042 | 2024-08-03T03:34:17.655Z | Compiling num-conv v0.1.0 |
1043 | 2024-08-03T03:34:17.679Z | Compiling rustix v0.38.34 |
1044 | 2024-08-03T03:34:17.920Z | Compiling rand_chacha v0.3.1 |
1045 | 2024-08-03T03:34:17.954Z | Compiling time-core v0.1.2 |
1046 | 2024-08-03T03:34:18.119Z | Compiling powerfmt v0.2.0 |
1047 | 2024-08-03T03:34:18.136Z | Compiling untrusted v0.9.0 |
1048 | 2024-08-03T03:34:18.308Z | Compiling syn v1.0.109 |
1049 | 2024-08-03T03:34:18.507Z | Compiling deranged v0.3.11 |
1050 | 2024-08-03T03:34:18.584Z | Compiling rand v0.8.5 |
1051 | 2024-08-03T03:34:18.724Z | Compiling openssl-sys v0.9.103 |
1052 | 2024-08-03T03:34:19.000Z | Compiling time-macros v0.2.18 |
1053 | 2024-08-03T03:34:19.025Z | Compiling iana-time-zone v0.1.60 |
1054 | 2024-08-03T03:34:19.549Z | Compiling openssl v0.10.66 |
1055 | 2024-08-03T03:34:19.929Z | Compiling base64ct v1.6.0 |
1056 | 2024-08-03T03:34:19.958Z | Compiling foreign-types-shared v0.1.1 |
1057 | 2024-08-03T03:34:20.059Z | Compiling httparse v1.8.0 |
1058 | 2024-08-03T03:34:20.299Z | Compiling rustversion v1.0.17 |
1059 | 2024-08-03T03:34:20.491Z | Compiling num_threads v0.1.7 |
1060 | 2024-08-03T03:34:20.494Z | Compiling pem-rfc7468 v0.7.0 |
1061 | 2024-08-03T03:34:20.543Z | Compiling foreign-types v0.3.2 |
1062 | 2024-08-03T03:34:20.660Z | Compiling form_urlencoded v1.2.1 |
1063 | 2024-08-03T03:34:20.976Z | Compiling native-tls v0.2.11 |
1064 | 2024-08-03T03:34:21.094Z | Compiling flagset v0.4.5 |
1065 | 2024-08-03T03:34:21.210Z | Compiling rustls v0.21.12 |
1066 | 2024-08-03T03:34:21.286Z | Compiling siphasher v0.3.11 |
1067 | 2024-08-03T03:34:21.347Z | Compiling crossbeam-utils v0.8.19 |
1068 | 2024-08-03T03:34:21.490Z | Compiling try-lock v0.2.5 |
1069 | 2024-08-03T03:34:21.634Z | Compiling want v0.3.1 |
1070 | 2024-08-03T03:34:22.006Z | Compiling serde_derive_internals v0.29.1 |
1071 | 2024-08-03T03:34:22.009Z | Compiling idna v0.5.0 |
1072 | 2024-08-03T03:34:22.410Z | Compiling time v0.3.36 |
1073 | 2024-08-03T03:34:22.577Z | Compiling lazy_static v1.5.0 |
1074 | 2024-08-03T03:34:22.700Z | Compiling cookie v0.17.0 |
1075 | 2024-08-03T03:34:23.004Z | Compiling aho-corasick v1.1.3 |
1076 | 2024-08-03T03:34:23.179Z | Compiling signal-hook v0.3.17 |
1077 | 2024-08-03T03:34:23.450Z | Compiling rustls-webpki v0.101.7 |
1078 | 2024-08-03T03:34:23.579Z | Compiling sct v0.7.1 |
1079 | 2024-08-03T03:34:23.898Z | Compiling adler v1.0.2 |
1080 | 2024-08-03T03:34:24.115Z | Compiling openssl-probe v0.1.5 |
1081 | 2024-08-03T03:34:24.456Z | Compiling slog v2.7.0 |
1082 | 2024-08-03T03:34:24.803Z | Compiling httpdate v1.0.3 |
1083 | 2024-08-03T03:34:24.987Z | Compiling tower-service v0.3.2 |
1084 | 2024-08-03T03:34:25.108Z | Compiling cpufeatures v0.2.12 |
1085 | 2024-08-03T03:34:25.210Z | Compiling regex-syntax v0.8.3 |
1086 | 2024-08-03T03:34:25.226Z | Compiling schemars v0.8.21 |
1087 | 2024-08-03T03:34:25.280Z | Compiling finl_unicode v1.2.0 |
1088 | 2024-08-03T03:34:25.597Z | Compiling miniz_oxide v0.7.2 |
1089 | 2024-08-03T03:34:25.887Z | Compiling stringprep v0.1.4 |
1090 | 2024-08-03T03:34:27.048Z | Compiling serde_derive v1.0.204 |
1091 | 2024-08-03T03:34:27.083Z | Compiling zeroize_derive v1.4.2 |
1092 | 2024-08-03T03:34:27.168Z | Compiling zerocopy-derive v0.7.34 |
1093 | 2024-08-03T03:34:27.790Z | Compiling tokio-macros v2.3.0 |
1094 | 2024-08-03T03:34:28.431Z | Compiling thiserror-impl v1.0.63 |
1095 | 2024-08-03T03:34:28.670Z | Compiling zeroize v1.7.0 |
1096 | 2024-08-03T03:34:29.413Z | Compiling futures-macro v0.3.30 |
1097 | 2024-08-03T03:34:29.416Z | Compiling zerocopy v0.7.34 |
1098 | 2024-08-03T03:34:30.491Z | Compiling crypto-common v0.1.6 |
1099 | 2024-08-03T03:34:30.724Z | Compiling block-buffer v0.10.4 |
1100 | 2024-08-03T03:34:31.070Z | Compiling digest v0.10.7 |
1101 | 2024-08-03T03:34:31.446Z | Compiling futures-util v0.3.30 |
1102 | 2024-08-03T03:34:31.579Z | Compiling hashbrown v0.14.5 |
1103 | 2024-08-03T03:34:31.652Z | Compiling scroll_derive v0.12.0 |
1104 | 2024-08-03T03:34:31.745Z | Compiling tracing-attributes v0.1.27 |
1105 | 2024-08-03T03:34:31.806Z | Compiling thiserror v1.0.63 |
1106 | 2024-08-03T03:34:31.943Z | Compiling pest v2.7.10 |
1107 | 2024-08-03T03:34:32.953Z | Compiling hmac v0.12.1 |
1108 | 2024-08-03T03:34:33.150Z | Compiling scroll v0.12.0 |
1109 | 2024-08-03T03:34:33.201Z | Compiling openssl-macros v0.1.1 |
1110 | 2024-08-03T03:34:33.705Z | Compiling goblin v0.8.2 |
1111 | 2024-08-03T03:34:33.972Z | Compiling der_derive v0.7.2 |
1112 | 2024-08-03T03:34:34.378Z | Compiling sha2 v0.10.8 |
1113 | 2024-08-03T03:34:34.775Z | Compiling pest_meta v2.7.10 |
1114 | 2024-08-03T03:34:34.951Z | Compiling md-5 v0.10.6 |
1115 | 2024-08-03T03:34:35.183Z | Compiling regex-automata v0.4.6 |
1116 | 2024-08-03T03:34:35.545Z | Compiling tracing v0.1.40 |
1117 | 2024-08-03T03:34:36.060Z | Compiling pest_generator v2.7.10 |
1118 | 2024-08-03T03:34:36.530Z | Compiling der v0.7.9 |
1119 | 2024-08-03T03:34:37.609Z | Compiling schemars_derive v0.8.21 |
1120 | 2024-08-03T03:34:38.130Z | Compiling url v2.5.2 |
1121 | 2024-08-03T03:34:39.461Z | Compiling spki v0.7.3 |
1122 | 2024-08-03T03:34:39.755Z | Compiling num-integer v0.1.46 |
1123 | 2024-08-03T03:34:39.786Z | Compiling pest_derive v2.7.10 |
1124 | 2024-08-03T03:34:39.837Z | Compiling idna v0.3.0 |
1125 | 2024-08-03T03:34:39.995Z | Compiling backtrace v0.3.71 |
1126 | 2024-08-03T03:34:40.440Z | Compiling hash32 v0.2.1 |
1127 | 2024-08-03T03:34:40.497Z | Compiling stable_deref_trait v1.2.0 |
1128 | 2024-08-03T03:34:40.561Z | Compiling dtrace-parser v0.2.0 |
1129 | 2024-08-03T03:34:40.590Z | Compiling smoltcp v0.9.1 |
1130 | 2024-08-03T03:34:40.822Z | Compiling gimli v0.28.1 |
1131 | 2024-08-03T03:34:40.943Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1132 | 2024-08-03T03:34:41.337Z | Compiling bytes v1.6.0 |
1133 | 2024-08-03T03:34:41.446Z | Compiling bitflags v2.6.0 |
1134 | 2024-08-03T03:34:41.811Z | Compiling indexmap v2.2.6 |
1135 | 2024-08-03T03:34:41.892Z | Compiling uuid v1.10.0 |
1136 | 2024-08-03T03:34:42.600Z | Compiling tokio v1.38.1 |
1137 | 2024-08-03T03:34:42.745Z | Compiling http v0.2.12 |
1138 | 2024-08-03T03:34:43.225Z | Compiling semver v1.0.23 |
1139 | 2024-08-03T03:34:43.975Z | Compiling rustc_version v0.4.0 |
1140 | 2024-08-03T03:34:44.060Z | Compiling chrono v0.4.38 |
1141 | 2024-08-03T03:34:44.656Z | Compiling http-body v0.4.6 |
1142 | 2024-08-03T03:34:44.740Z | Compiling heapless v0.7.17 |
1143 | 2024-08-03T03:34:45.099Z | Compiling dof v0.3.0 |
1144 | 2024-08-03T03:34:45.300Z | Compiling toml_datetime v0.6.8 |
1145 | 2024-08-03T03:34:45.816Z | Compiling serde_tokenstream v0.2.1 |
1146 | 2024-08-03T03:34:45.887Z | Compiling usdt-impl v0.5.0 |
1147 | 2024-08-03T03:34:46.342Z | Compiling serde_spanned v0.6.7 |
1148 | 2024-08-03T03:34:46.403Z | Compiling crc32fast v1.4.0 |
1149 | 2024-08-03T03:34:46.577Z | Compiling base64 v0.22.1 |
1150 | 2024-08-03T03:34:46.941Z | Compiling psl-types v2.0.11 |
1151 | 2024-08-03T03:34:47.137Z | Compiling fallible-iterator v0.2.0 |
1152 | 2024-08-03T03:34:47.324Z | Compiling dyn-clone v1.0.17 |
1153 | 2024-08-03T03:34:47.341Z | Compiling publicsuffix v2.2.3 |
1154 | 2024-08-03T03:34:47.589Z | Compiling terminal_size v0.3.0 |
1155 | 2024-08-03T03:34:47.778Z | Compiling postgres-protocol v0.6.7 |
1156 | 2024-08-03T03:34:47.778Z | Compiling addr2line v0.21.0 |
1157 | 2024-08-03T03:34:47.913Z | Compiling pkcs8 v0.10.2 |
1158 | 2024-08-03T03:34:48.456Z | Compiling hubpack_derive v0.1.1 |
1159 | 2024-08-03T03:34:48.760Z | Compiling block-padding v0.3.3 |
1160 | 2024-08-03T03:34:49.013Z | Compiling zerocopy-derive v0.6.6 |
1161 | 2024-08-03T03:34:49.115Z | Compiling async-trait v0.1.81 |
1162 | 2024-08-03T03:34:49.374Z | Compiling phf_shared v0.11.2 |
1163 | 2024-08-03T03:34:49.409Z | Compiling diesel_table_macro_syntax v0.1.0 |
1164 | 2024-08-03T03:34:49.752Z | Compiling ff v0.13.0 |
1165 | 2024-08-03T03:34:49.811Z | Compiling scheduled-thread-pool v0.2.7 |
1166 | 2024-08-03T03:34:49.965Z | Compiling object v0.32.2 |
1167 | 2024-08-03T03:34:50.081Z | Compiling fs-err v2.11.0 |
1168 | 2024-08-03T03:34:50.373Z | Compiling matches v0.1.10 |
1169 | 2024-08-03T03:34:50.438Z | Compiling base64 v0.21.7 |
1170 | 2024-08-03T03:34:50.463Z | Compiling bitflags v1.3.2 |
1171 | 2024-08-03T03:34:50.567Z | Compiling anyhow v1.0.86 |
1172 | 2024-08-03T03:34:51.182Z | Compiling tokio-util v0.7.11 |
1173 | 2024-08-03T03:34:51.216Z | Compiling tokio-rustls v0.24.1 |
1174 | 2024-08-03T03:34:51.219Z | Compiling bit-vec v0.6.3 |
1175 | 2024-08-03T03:34:51.639Z | Compiling tokio-native-tls v0.3.1 |
1176 | 2024-08-03T03:34:51.724Z | Compiling managed v0.8.0 |
1177 | 2024-08-03T03:34:51.900Z | Compiling either v1.12.0 |
1178 | 2024-08-03T03:34:51.900Z | Compiling base16ct v0.2.0 |
1179 | 2024-08-03T03:34:51.931Z | Compiling rustc-demangle v0.1.24 |
1180 | 2024-08-03T03:34:52.173Z | Compiling h2 v0.3.26 |
1181 | 2024-08-03T03:34:52.227Z | Compiling winnow v0.5.40 |
1182 | 2024-08-03T03:34:52.308Z | Compiling ipnet v2.9.0 |
1183 | 2024-08-03T03:34:52.575Z | Compiling regex-automata v0.1.10 |
1184 | 2024-08-03T03:34:52.922Z | Compiling clap_builder v4.5.9 |
1185 | 2024-08-03T03:34:53.068Z | Compiling bstr v0.2.17 |
1186 | 2024-08-03T03:34:53.937Z | Compiling sec1 v0.7.3 |
1187 | 2024-08-03T03:34:54.512Z | Compiling zerocopy v0.6.6 |
1188 | 2024-08-03T03:34:54.708Z | Compiling rustls-pemfile v1.0.4 |
1189 | 2024-08-03T03:34:55.164Z | Compiling idna v0.2.3 |
1190 | 2024-08-03T03:34:55.521Z | Compiling r2d2 v0.8.10 |
1191 | 2024-08-03T03:34:55.604Z | Compiling group v0.13.0 |
1192 | 2024-08-03T03:34:55.906Z | Compiling toml_edit v0.19.15 |
1193 | 2024-08-03T03:34:55.936Z | Compiling diesel_derives v2.1.4 |
1194 | 2024-08-03T03:34:56.037Z | Compiling phf v0.11.2 |
1195 | 2024-08-03T03:34:56.310Z | Compiling hubpack v0.1.2 |
1196 | 2024-08-03T03:34:56.790Z | Compiling ipnetwork v0.20.0 |
1197 | 2024-08-03T03:34:57.114Z | Compiling inout v0.1.3 |
1198 | 2024-08-03T03:34:57.393Z | Compiling signal-hook-mio v0.2.3 |
1199 | 2024-08-03T03:34:57.543Z | Compiling cookie_store v0.20.0 |
1200 | 2024-08-03T03:34:57.724Z | Compiling postgres-types v0.2.7 |
1201 | 2024-08-03T03:34:58.406Z | Compiling usdt-macro v0.5.0 |
1202 | 2024-08-03T03:34:59.071Z | Compiling hyper v0.14.30 |
1203 | 2024-08-03T03:34:59.233Z | Compiling usdt-attr-macro v0.5.0 |
1204 | 2024-08-03T03:34:59.898Z | Compiling serde_urlencoded v0.7.1 |
1205 | 2024-08-03T03:35:00.195Z | Compiling regex v1.10.5 |
1206 | 2024-08-03T03:35:00.412Z | Compiling num-bigint v0.4.5 |
1207 | 2024-08-03T03:35:00.903Z | Compiling futures-executor v0.3.30 |
1208 | 2024-08-03T03:35:01.326Z | Compiling enum-as-inner v0.5.1 |
1209 | 2024-08-03T03:35:01.510Z | Compiling hkdf v0.12.4 |
1210 | 2024-08-03T03:35:01.785Z | Compiling crypto-bigint v0.5.5 |
1211 | 2024-08-03T03:35:02.188Z | Compiling clap_derive v4.5.8 |
1212 | 2024-08-03T03:35:02.429Z | Compiling serde_repr v0.1.19 |
1213 | 2024-08-03T03:35:02.659Z | Compiling strum_macros v0.25.3 |
1214 | 2024-08-03T03:35:03.623Z | Compiling phf_shared v0.10.0 |
1215 | 2024-08-03T03:35:03.916Z | Compiling float-cmp v0.9.0 |
1216 | 2024-08-03T03:35:04.039Z | Compiling encoding_rs v0.8.34 |
1217 | 2024-08-03T03:35:04.139Z | Compiling webpki-roots v0.25.4 |
1218 | 2024-08-03T03:35:04.301Z | Compiling minimal-lexical v0.2.1 |
1219 | 2024-08-03T03:35:04.824Z | Compiling precomputed-hash v0.1.1 |
1220 | 2024-08-03T03:35:04.933Z | Compiling static_assertions v1.1.0 |
1221 | 2024-08-03T03:35:05.031Z | Compiling unicode-segmentation v1.11.0 |
1222 | 2024-08-03T03:35:05.903Z | Compiling hyper-rustls v0.24.2 |
1223 | 2024-08-03T03:35:06.258Z | Compiling hyper-tls v0.5.0 |
1224 | 2024-08-03T03:35:06.649Z | Compiling data-encoding v2.6.0 |
1225 | 2024-08-03T03:35:06.786Z | Compiling fixedbitset v0.4.2 |
1226 | 2024-08-03T03:35:07.185Z | Compiling whoami v1.5.1 |
1227 | 2024-08-03T03:35:07.249Z | Compiling sync_wrapper v0.1.2 |
1228 | 2024-08-03T03:35:07.379Z | Compiling difflib v0.4.0 |
1229 | 2024-08-03T03:35:07.767Z | Compiling new_debug_unreachable v1.0.6 |
1230 | 2024-08-03T03:35:07.809Z | Compiling predicates-core v1.0.6 |
1231 | 2024-08-03T03:35:07.859Z | Compiling mime v0.3.17 |
1232 | 2024-08-03T03:35:08.152Z | Compiling normalize-line-endings v0.3.0 |
1233 | 2024-08-03T03:35:08.268Z | Compiling predicates v3.1.2 |
1234 | 2024-08-03T03:35:08.297Z | Compiling diesel v2.1.6 |
1235 | 2024-08-03T03:35:08.460Z | Compiling reqwest v0.11.27 |
1236 | 2024-08-03T03:35:08.559Z | Compiling string_cache v0.8.7 |
1237 | 2024-08-03T03:35:08.858Z | Compiling tokio-postgres v0.7.11 |
1238 | 2024-08-03T03:35:08.939Z | Compiling trust-dns-proto v0.22.0 |
1239 | 2024-08-03T03:35:09.016Z | Compiling console v0.15.8 |
1240 | 2024-08-03T03:35:09.032Z | Compiling toml_edit v0.22.20 |
1241 | 2024-08-03T03:35:10.011Z | Compiling clap v4.5.9 |
1242 | 2024-08-03T03:35:10.135Z | Compiling petgraph v0.6.5 |
1243 | 2024-08-03T03:35:10.485Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1244 | 2024-08-03T03:35:11.333Z | Compiling similar v2.5.0 |
1245 | 2024-08-03T03:35:13.821Z | Compiling elliptic-curve v0.13.8 |
1246 | 2024-08-03T03:35:14.231Z | Compiling nom v7.1.3 |
1247 | 2024-08-03T03:35:14.254Z | Compiling usdt v0.5.0 |
1248 | 2024-08-03T03:35:14.631Z | Compiling yasna v0.5.2 |
1249 | 2024-08-03T03:35:14.764Z | Compiling futures v0.3.30 |
1250 | 2024-08-03T03:35:14.880Z | Compiling toml v0.7.8 |
1251 | 2024-08-03T03:35:16.567Z | Compiling flate2 v1.0.30 |
1252 | 2024-08-03T03:35:16.875Z | Compiling crossterm v0.27.0 |
1253 | 2024-08-03T03:35:17.383Z | Compiling cipher v0.4.4 |
1254 | 2024-08-03T03:35:17.471Z | Compiling itertools v0.10.5 |
1255 | 2024-08-03T03:35:17.502Z | Compiling itertools v0.12.1 |
1256 | 2024-08-03T03:35:17.864Z | Compiling bit-set v0.5.3 |
1257 | 2024-08-03T03:35:17.889Z | Compiling tokio-stream v0.1.15 |
1258 | 2024-08-03T03:35:18.149Z | Compiling openapiv3 v2.0.0 |
1259 | 2024-08-03T03:35:18.260Z | Compiling hex v0.4.3 |
1260 | 2024-08-03T03:35:18.873Z | Compiling bstr v1.9.1 |
1261 | 2024-08-03T03:35:18.880Z | Compiling num-iter v0.1.45 |
1262 | 2024-08-03T03:35:19.035Z | Compiling crossbeam-epoch v0.9.18 |
1263 | 2024-08-03T03:35:19.814Z | Compiling dirs-sys-next v0.1.2 |
1264 | 2024-08-03T03:35:20.294Z | Compiling unicode-xid v0.2.4 |
1265 | 2024-08-03T03:35:20.465Z | Compiling peg-runtime v0.8.3 |
1266 | 2024-08-03T03:35:20.481Z | Compiling lalrpop-util v0.19.12 |
1267 | 2024-08-03T03:35:20.593Z | Compiling dirs-next v2.0.0 |
1268 | 2024-08-03T03:35:20.614Z | Compiling thread_local v1.1.8 |
1269 | 2024-08-03T03:35:20.633Z | Compiling slog-async v2.8.0 |
1270 | 2024-08-03T03:35:20.815Z | Compiling term v0.7.0 |
1271 | 2024-08-03T03:35:20.837Z | Compiling xattr v1.3.1 |
1272 | 2024-08-03T03:35:21.109Z | Compiling crossbeam-channel v0.5.12 |
1273 | 2024-08-03T03:35:21.117Z | Compiling strum_macros v0.26.4 |
1274 | 2024-08-03T03:35:21.149Z | Compiling filetime v0.2.23 |
1275 | 2024-08-03T03:35:21.246Z | Compiling is-terminal v0.4.12 |
1276 | 2024-08-03T03:35:21.407Z | Compiling take_mut v0.2.2 |
1277 | 2024-08-03T03:35:21.484Z | Compiling slog-term v2.9.1 |
1278 | 2024-08-03T03:35:21.571Z | Compiling tar v0.4.41 |
1279 | 2024-08-03T03:35:22.326Z | Compiling camino v1.1.7 |
1280 | 2024-08-03T03:35:24.262Z | Compiling strum v0.26.3 |
1281 | 2024-08-03T03:35:34.380Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1282 | 2024-08-03T03:35:34.615Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1283 | 2024-08-03T03:35:39.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1284 | 2024-08-03T03:35:39.623Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1285 | 2024-08-03T03:35:39.664Z | Aug 03 03:35:37.947 INFO Starting download, target: Cockroach |
1286 | 2024-08-03T03:35:39.664Z | Aug 03 03:35:37.948 INFO Starting download, target: Console |
1287 | 2024-08-03T03:35:39.664Z | Aug 03 03:35:37.948 INFO Starting download, target: Clickhouse |
1288 | 2024-08-03T03:35:39.664Z | Aug 03 03:35:37.948 INFO Starting download, target: DendriteOpenapi |
1289 | 2024-08-03T03:35:39.664Z | Aug 03 03:35:37.948 INFO Starting download, target: DendriteStub |
1290 | 2024-08-03T03:35:39.667Z | Aug 03 03:35:37.948 INFO Starting download, target: MaghemiteMgd |
1291 | 2024-08-03T03:35:39.667Z | Aug 03 03:35:37.948 INFO Starting download, target: TransceiverControl |
1292 | 2024-08-03T03:35:39.667Z | Aug 03 03:35:37.948 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1293 | 2024-08-03T03:35:39.667Z | Aug 03 03:35:37.948 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1294 | 2024-08-03T03:35:39.667Z | Aug 03 03:35:37.948 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1295 | 2024-08-03T03:35:39.667Z | Aug 03 03:35:37.949 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1296 | 2024-08-03T03:35:39.667Z | Aug 03 03:35:37.949 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1297 | 2024-08-03T03:35:39.667Z | Aug 03 03:35:37.949 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1298 | 2024-08-03T03:35:39.667Z | Aug 03 03:35:37.949 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1299 | 2024-08-03T03:35:39.838Z | Aug 03 03:35:38.120 INFO Download complete, target: DendriteOpenapi |
1300 | 2024-08-03T03:35:39.947Z | Aug 03 03:35:38.225 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1301 | 2024-08-03T03:35:40.258Z | Aug 03 03:35:38.541 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1302 | 2024-08-03T03:35:40.291Z | Aug 03 03:35:38.574 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1303 | 2024-08-03T03:35:40.382Z | Aug 03 03:35:38.665 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1304 | 2024-08-03T03:35:40.656Z | Aug 03 03:35:38.940 INFO Download complete, target: Console |
1305 | 2024-08-03T03:35:40.757Z | Aug 03 03:35:39.041 INFO Download complete, target: TransceiverControl |
1306 | 2024-08-03T03:35:41.948Z | Aug 03 03:35:40.232 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1307 | 2024-08-03T03:35:41.948Z | Aug 03 03:35:40.232 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1308 | 2024-08-03T03:35:41.980Z | Aug 03 03:35:40.264 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1309 | 2024-08-03T03:35:43.460Z | Aug 03 03:35:41.744 INFO Download complete, target: DendriteStub |
1310 | 2024-08-03T03:35:43.706Z | Aug 03 03:35:41.990 INFO Download complete, target: MaghemiteMgd |
1311 | 2024-08-03T03:35:50.209Z | Aug 03 03:35:48.492 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1312 | 2024-08-03T03:35:50.549Z | Aug 03 03:35:48.832 INFO Checking that binary works, target: Cockroach |
1313 | 2024-08-03T03:35:50.698Z | Aug 03 03:35:48.982 INFO Download complete, target: Cockroach |
1314 | 2024-08-03T03:35:56.129Z | Aug 03 03:35:54.410 INFO Checking that binary works, target: Clickhouse |
1315 | 2024-08-03T03:35:56.251Z | Aug 03 03:35:54.533 INFO Download complete, target: Clickhouse |
1316 | 2024-08-03T03:35:56.257Z | All prerequisites installed successfully |
1317 | 2024-08-03T03:35:56.261Z | |
1318 | 2024-08-03T03:35:56.261Z | real 3:42.064010212 |
1319 | 2024-08-03T03:35:56.261Z | user 11:35.010874774 |
1320 | 2024-08-03T03:35:56.261Z | sys 2:25.973776320 |
1321 | 2024-08-03T03:35:56.261Z | trap 0.426788819 |
1322 | 2024-08-03T03:35:56.261Z | tflt 1.342054019 |
1323 | 2024-08-03T03:35:56.261Z | dflt 1.670509865 |
1324 | 2024-08-03T03:35:56.261Z | kflt 0.020873728 |
1325 | 2024-08-03T03:35:56.261Z | lock 22:04.404687346 |
1326 | 2024-08-03T03:35:56.261Z | slp 44:14.388681418 |
1327 | 2024-08-03T03:35:56.261Z | lat 43.078911145 |
1328 | 2024-08-03T03:35:56.261Z | stop 1:42.543958740 |
1329 | 2024-08-03T03:35:56.261Z | + source ./tools/include/force-git-over-https.sh |
1330 | 2024-08-03T03:35:56.261Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1331 | 2024-08-03T03:35:56.262Z | ++ (( i = 0 )) |
1332 | 2024-08-03T03:35:56.262Z | ++ (( i < 5 )) |
1333 | 2024-08-03T03:35:56.262Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1334 | 2024-08-03T03:35:56.265Z | ++ (( i++ )) |
1335 | 2024-08-03T03:35:56.265Z | ++ (( i < 5 )) |
1336 | 2024-08-03T03:35:56.265Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1337 | 2024-08-03T03:35:56.268Z | ++ (( i++ )) |
1338 | 2024-08-03T03:35:56.268Z | ++ (( i < 5 )) |
1339 | 2024-08-03T03:35:56.268Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1340 | 2024-08-03T03:35:56.271Z | ++ (( i++ )) |
1341 | 2024-08-03T03:35:56.271Z | ++ (( i < 5 )) |
1342 | 2024-08-03T03:35:56.271Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1343 | 2024-08-03T03:35:56.271Z | ++ (( i++ )) |
1344 | 2024-08-03T03:35:56.271Z | ++ (( i < 5 )) |
1345 | 2024-08-03T03:35:56.271Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1346 | 2024-08-03T03:35:56.274Z | ++ (( i++ )) |
1347 | 2024-08-03T03:35:56.274Z | ++ (( i < 5 )) |
1348 | 2024-08-03T03:35:56.274Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1349 | 2024-08-03T03:35:56.274Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1350 | 2024-08-03T03:35:56.274Z | + rc=0 |
1351 | 2024-08-03T03:35:56.274Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1352 | 2024-08-03T03:36:29.028Z | + case $rc in |
1353 | 2024-08-03T03:36:29.028Z | + pfexec zfs create -p rpool/images/build/host |
1354 | 2024-08-03T03:36:29.232Z | + pfexec zfs create -p rpool/images/build/recovery |
1355 | 2024-08-03T03:36:29.300Z | + cargo xtask releng --output-dir /work |
1356 | 2024-08-03T03:36:29.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1357 | 2024-08-03T03:36:29.835Z | Running `target/debug/xtask releng --output-dir /work` |
1358 | 2024-08-03T03:36:30.651Z | Compiling proc-macro2 v1.0.86 |
1359 | 2024-08-03T03:36:30.651Z | Compiling unicode-ident v1.0.12 |
1360 | 2024-08-03T03:36:30.652Z | Compiling libc v0.2.155 |
1361 | 2024-08-03T03:36:30.652Z | Compiling serde v1.0.204 |
1362 | 2024-08-03T03:36:30.652Z | Compiling autocfg v1.3.0 |
1363 | 2024-08-03T03:36:30.655Z | Compiling version_check v0.9.4 |
1364 | 2024-08-03T03:36:30.655Z | Compiling cfg-if v1.0.0 |
1365 | 2024-08-03T03:36:30.879Z | Compiling cc v1.0.97 |
1366 | 2024-08-03T03:36:30.926Z | Compiling memchr v2.7.2 |
1367 | 2024-08-03T03:36:30.970Z | Compiling parking_lot_core v0.9.10 |
1368 | 2024-08-03T03:36:31.525Z | Compiling lock_api v0.4.12 |
1369 | 2024-08-03T03:36:31.542Z | Compiling libm v0.2.8 |
1370 | 2024-08-03T03:36:31.815Z | Compiling ahash v0.8.11 |
1371 | 2024-08-03T03:36:31.893Z | Compiling serde_json v1.0.122 |
1372 | 2024-08-03T03:36:32.196Z | Compiling num-traits v0.2.19 |
1373 | 2024-08-03T03:36:32.327Z | Compiling typenum v1.17.0 |
1374 | 2024-08-03T03:36:32.375Z | Compiling quote v1.0.36 |
1375 | 2024-08-03T03:36:32.642Z | Compiling scopeguard v1.2.0 |
1376 | 2024-08-03T03:36:32.808Z | Compiling syn v2.0.72 |
1377 | 2024-08-03T03:36:32.965Z | Compiling getrandom v0.2.14 |
1378 | 2024-08-03T03:36:33.197Z | Compiling once_cell v1.19.0 |
1379 | 2024-08-03T03:36:33.376Z | Compiling generic-array v0.14.7 |
1380 | 2024-08-03T03:36:33.392Z | Compiling byteorder v1.5.0 |
1381 | 2024-08-03T03:36:33.587Z | Compiling log v0.4.21 |
1382 | 2024-08-03T03:36:33.736Z | Compiling itoa v1.0.11 |
1383 | 2024-08-03T03:36:33.871Z | Compiling thiserror v1.0.63 |
1384 | 2024-08-03T03:36:34.010Z | Compiling slab v0.4.9 |
1385 | 2024-08-03T03:36:34.111Z | Compiling pkg-config v0.3.30 |
1386 | 2024-08-03T03:36:34.181Z | Compiling ring v0.17.8 |
1387 | 2024-08-03T03:36:34.209Z | Compiling smallvec v1.13.2 |
1388 | 2024-08-03T03:36:34.348Z | Compiling ryu v1.0.18 |
1389 | 2024-08-03T03:36:34.413Z | Compiling semver v1.0.23 |
1390 | 2024-08-03T03:36:34.591Z | Compiling spin v0.9.8 |
1391 | 2024-08-03T03:36:34.718Z | Compiling vcpkg v0.2.15 |
1392 | 2024-08-03T03:36:34.763Z | Compiling pin-project-lite v0.2.14 |
1393 | 2024-08-03T03:36:35.317Z | Compiling allocator-api2 v0.2.18 |
1394 | 2024-08-03T03:36:35.369Z | Compiling parking_lot v0.12.2 |
1395 | 2024-08-03T03:36:35.407Z | Compiling rand_core v0.6.4 |
1396 | 2024-08-03T03:36:36.200Z | Compiling schemars v0.8.21 |
1397 | 2024-08-03T03:36:36.306Z | Compiling signal-hook-registry v1.4.2 |
1398 | 2024-08-03T03:36:36.563Z | Compiling openssl-sys v0.9.103 |
1399 | 2024-08-03T03:36:36.655Z | Compiling num-conv v0.1.0 |
1400 | 2024-08-03T03:36:37.418Z | Compiling time-core v0.1.2 |
1401 | 2024-08-03T03:36:37.563Z | Compiling mio v0.8.11 |
1402 | 2024-08-03T03:36:37.603Z | Compiling time-macros v0.2.18 |
1403 | 2024-08-03T03:36:38.027Z | Compiling httparse v1.8.0 |
1404 | 2024-08-03T03:36:38.077Z | Compiling rustix v0.38.34 |
1405 | 2024-08-03T03:36:38.443Z | Compiling heck v0.5.0 |
1406 | 2024-08-03T03:36:38.613Z | Compiling futures-core v0.3.30 |
1407 | 2024-08-03T03:36:39.107Z | Compiling num_cpus v1.16.0 |
1408 | 2024-08-03T03:36:39.185Z | Compiling socket2 v0.5.7 |
1409 | 2024-08-03T03:36:39.290Z | Compiling openssl v0.10.66 |
1410 | 2024-08-03T03:36:39.620Z | Compiling subtle v2.5.0 |
1411 | 2024-08-03T03:36:39.954Z | Compiling equivalent v1.0.1 |
1412 | 2024-08-03T03:36:40.382Z | Compiling const-oid v0.9.6 |
1413 | 2024-08-03T03:36:40.385Z | Compiling fnv v1.0.7 |
1414 | 2024-08-03T03:36:40.385Z | Compiling native-tls v0.2.11 |
1415 | 2024-08-03T03:36:40.651Z | Compiling serde_derive_internals v0.29.1 |
1416 | 2024-08-03T03:36:40.717Z | Compiling syn v1.0.109 |
1417 | 2024-08-03T03:36:40.737Z | Compiling iana-time-zone v0.1.60 |
1418 | 2024-08-03T03:36:40.843Z | Compiling rustls v0.21.12 |
1419 | 2024-08-03T03:36:40.846Z | Compiling tinyvec_macros v0.1.1 |
1420 | 2024-08-03T03:36:40.940Z | Compiling tinyvec v1.6.0 |
1421 | 2024-08-03T03:36:41.385Z | Compiling futures-sink v0.3.30 |
1422 | 2024-08-03T03:36:41.463Z | Compiling crossbeam-utils v0.8.19 |
1423 | 2024-08-03T03:36:42.439Z | Compiling cookie v0.17.0 |
1424 | 2024-08-03T03:36:42.666Z | Compiling unicode-normalization v0.1.23 |
1425 | 2024-08-03T03:36:42.842Z | Compiling ucd-trie v0.1.6 |
1426 | 2024-08-03T03:36:43.395Z | Compiling futures-channel v0.3.30 |
1427 | 2024-08-03T03:36:44.017Z | Compiling slog v2.7.0 |
1428 | 2024-08-03T03:36:44.075Z | Compiling dyn-clone v1.0.17 |
1429 | 2024-08-03T03:36:44.104Z | Compiling pin-utils v0.1.0 |
1430 | 2024-08-03T03:36:44.220Z | Compiling futures-task v0.3.30 |
1431 | 2024-08-03T03:36:44.449Z | Compiling futures-io v0.3.30 |
1432 | 2024-08-03T03:36:44.644Z | Compiling unicode-bidi v0.3.15 |
1433 | 2024-08-03T03:36:45.023Z | Compiling untrusted v0.9.0 |
1434 | 2024-08-03T03:36:45.260Z | Compiling aho-corasick v1.1.3 |
1435 | 2024-08-03T03:36:45.532Z | Compiling regex-syntax v0.8.3 |
1436 | 2024-08-03T03:36:45.963Z | Compiling powerfmt v0.2.0 |
1437 | 2024-08-03T03:36:46.321Z | Compiling serde_derive v1.0.204 |
1438 | 2024-08-03T03:36:46.465Z | Compiling zerocopy-derive v0.7.34 |
1439 | 2024-08-03T03:36:46.505Z | Compiling zeroize_derive v1.4.2 |
1440 | 2024-08-03T03:36:47.698Z | Compiling tokio-macros v2.3.0 |
1441 | 2024-08-03T03:36:47.992Z | Compiling thiserror-impl v1.0.63 |
1442 | 2024-08-03T03:36:48.634Z | Compiling zerocopy v0.7.34 |
1443 | 2024-08-03T03:36:49.352Z | Compiling futures-macro v0.3.30 |
1444 | 2024-08-03T03:36:49.972Z | Compiling zeroize v1.7.0 |
1445 | 2024-08-03T03:36:51.228Z | Compiling hashbrown v0.14.5 |
1446 | 2024-08-03T03:36:51.802Z | Compiling schemars_derive v0.8.21 |
1447 | 2024-08-03T03:36:51.805Z | Compiling tracing-attributes v0.1.27 |
1448 | 2024-08-03T03:36:52.670Z | Compiling der_derive v0.7.2 |
1449 | 2024-08-03T03:36:53.849Z | Compiling openssl-macros v0.1.1 |
1450 | 2024-08-03T03:36:53.938Z | Compiling scroll_derive v0.12.0 |
1451 | 2024-08-03T03:36:54.768Z | Compiling pest v2.7.10 |
1452 | 2024-08-03T03:36:54.851Z | Compiling crypto-common v0.1.6 |
1453 | 2024-08-03T03:36:54.927Z | Compiling futures-util v0.3.30 |
1454 | 2024-08-03T03:36:55.278Z | Compiling block-buffer v0.10.4 |
1455 | 2024-08-03T03:36:55.412Z | Compiling crc32fast v1.4.0 |
1456 | 2024-08-03T03:36:55.577Z | Compiling digest v0.10.7 |
1457 | 2024-08-03T03:36:56.210Z | Compiling regex-automata v0.4.6 |
1458 | 2024-08-03T03:36:56.238Z | Compiling deranged v0.3.11 |
1459 | 2024-08-03T03:36:57.974Z | Compiling pest_meta v2.7.10 |
1460 | 2024-08-03T03:36:58.708Z | Compiling usdt-impl v0.5.0 |
1461 | 2024-08-03T03:36:59.099Z | Compiling heck v0.4.1 |
1462 | 2024-08-03T03:36:59.590Z | Compiling pest_generator v2.7.10 |
1463 | 2024-08-03T03:37:01.527Z | Compiling bytes v1.6.0 |
1464 | 2024-08-03T03:37:02.518Z | Compiling bitflags v2.6.0 |
1465 | 2024-08-03T03:37:02.873Z | Compiling tokio v1.38.1 |
1466 | 2024-08-03T03:37:03.279Z | Compiling uuid v1.10.0 |
1467 | 2024-08-03T03:37:03.373Z | Compiling indexmap v2.2.6 |
1468 | 2024-08-03T03:37:03.498Z | Compiling chrono v0.4.38 |
1469 | 2024-08-03T03:37:04.049Z | Compiling serde_tokenstream v0.2.1 |
1470 | 2024-08-03T03:37:05.414Z | Compiling http v0.2.12 |
1471 | 2024-08-03T03:37:08.022Z | Compiling rustc_version v0.4.0 |
1472 | 2024-08-03T03:37:08.146Z | Compiling pest_derive v2.7.10 |
1473 | 2024-08-03T03:37:08.727Z | Compiling percent-encoding v2.3.1 |
1474 | 2024-08-03T03:37:08.995Z | Compiling num_threads v0.1.7 |
1475 | 2024-08-03T03:37:09.217Z | Compiling heapless v0.7.17 |
1476 | 2024-08-03T03:37:09.257Z | Compiling time v0.3.36 |
1477 | 2024-08-03T03:37:09.842Z | Compiling scroll v0.12.0 |
1478 | 2024-08-03T03:37:09.880Z | Compiling zerocopy-derive v0.6.6 |
1479 | 2024-08-03T03:37:10.573Z | Compiling tracing-core v0.1.32 |
1480 | 2024-08-03T03:37:11.980Z | Compiling backtrace v0.3.71 |
1481 | 2024-08-03T03:37:12.448Z | Compiling errno v0.3.9 |
1482 | 2024-08-03T03:37:12.786Z | Compiling ppv-lite86 v0.2.17 |
1483 | 2024-08-03T03:37:13.212Z | Compiling plain v0.2.3 |
1484 | 2024-08-03T03:37:13.620Z | Compiling signal-hook v0.3.17 |
1485 | 2024-08-03T03:37:13.703Z | Compiling rand_chacha v0.3.1 |
1486 | 2024-08-03T03:37:13.761Z | Compiling goblin v0.8.2 |
1487 | 2024-08-03T03:37:13.910Z | Compiling tokio-util v0.7.11 |
1488 | 2024-08-03T03:37:14.746Z | Compiling tracing v0.1.40 |
1489 | 2024-08-03T03:37:15.834Z | Compiling regex v1.10.5 |
1490 | 2024-08-03T03:37:16.149Z | Compiling async-trait v0.1.81 |
1491 | 2024-08-03T03:37:17.401Z | Compiling strsim v0.11.1 |
1492 | 2024-08-03T03:37:18.196Z | Compiling rustversion v1.0.17 |
1493 | 2024-08-03T03:37:18.201Z | Compiling pretty-hex v0.4.1 |
1494 | 2024-08-03T03:37:19.124Z | Compiling rand v0.8.5 |
1495 | 2024-08-03T03:37:21.093Z | Compiling dof v0.3.0 |
1496 | 2024-08-03T03:37:21.378Z | Compiling dtrace-parser v0.2.0 |
1497 | 2024-08-03T03:37:21.474Z | Compiling form_urlencoded v1.2.1 |
1498 | 2024-08-03T03:37:22.219Z | Compiling thread-id v4.2.1 |
1499 | 2024-08-03T03:37:22.635Z | Compiling base64ct v1.6.0 |
1500 | 2024-08-03T03:37:22.969Z | Compiling foreign-types-shared v0.1.1 |
1501 | 2024-08-03T03:37:23.079Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1502 | 2024-08-03T03:37:23.114Z | Compiling anyhow v1.0.86 |
1503 | 2024-08-03T03:37:23.158Z | Compiling smoltcp v0.9.1 |
1504 | 2024-08-03T03:37:23.330Z | Compiling unicode-width v0.1.13 |
1505 | 2024-08-03T03:37:23.663Z | Compiling try-lock v0.2.5 |
1506 | 2024-08-03T03:37:23.784Z | Compiling want v0.3.1 |
1507 | 2024-08-03T03:37:23.801Z | Compiling pem-rfc7468 v0.7.0 |
1508 | 2024-08-03T03:37:23.829Z | Compiling foreign-types v0.3.2 |
1509 | 2024-08-03T03:37:24.436Z | Compiling h2 v0.3.26 |
1510 | 2024-08-03T03:37:25.368Z | Compiling http-body v0.4.6 |
1511 | 2024-08-03T03:37:25.897Z | Compiling hmac v0.12.1 |
1512 | 2024-08-03T03:37:25.915Z | Compiling clap_derive v4.5.8 |
1513 | 2024-08-03T03:37:26.849Z | Compiling flagset v0.4.5 |
1514 | 2024-08-03T03:37:27.237Z | Compiling siphasher v0.3.11 |
1515 | 2024-08-03T03:37:27.454Z | Compiling httpdate v1.0.3 |
1516 | 2024-08-03T03:37:27.612Z | Compiling base64 v0.21.7 |
1517 | 2024-08-03T03:37:28.817Z | Compiling tower-service v0.3.2 |
1518 | 2024-08-03T03:37:29.137Z | Compiling der v0.7.9 |
1519 | 2024-08-03T03:37:34.358Z | Compiling hyper v0.14.30 |
1520 | 2024-08-03T03:37:41.238Z | Compiling sct v0.7.1 |
1521 | 2024-08-03T03:37:41.468Z | Compiling rustls-webpki v0.101.7 |
1522 | 2024-08-03T03:37:43.319Z | Compiling openapiv3 v2.0.0 |
1523 | 2024-08-03T03:37:45.360Z | Compiling hubpack_derive v0.1.1 |
1524 | 2024-08-03T03:37:46.298Z | Compiling idna v0.5.0 |
1525 | 2024-08-03T03:37:48.069Z | Compiling lazy_static v1.5.0 |
1526 | 2024-08-03T03:37:48.319Z | Compiling fs-err v2.11.0 |
1527 | 2024-08-03T03:37:48.347Z | Compiling cpufeatures v0.2.12 |
1528 | 2024-08-03T03:37:48.454Z | Compiling openssl-probe v0.1.5 |
1529 | 2024-08-03T03:37:48.659Z | Compiling anstyle v1.0.8 |
1530 | 2024-08-03T03:37:48.703Z | Compiling finl_unicode v1.2.0 |
1531 | 2024-08-03T03:37:48.706Z | Compiling utf8parse v0.2.1 |
1532 | 2024-08-03T03:37:48.866Z | Compiling adler v1.0.2 |
1533 | 2024-08-03T03:37:49.373Z | Compiling stringprep v0.1.4 |
1534 | 2024-08-03T03:37:49.495Z | Compiling miniz_oxide v0.7.2 |
1535 | 2024-08-03T03:37:49.683Z | Compiling anstyle-parse v0.2.4 |
1536 | 2024-08-03T03:37:50.089Z | Compiling sha2 v0.10.8 |
1537 | 2024-08-03T03:37:50.936Z | Compiling url v2.5.2 |
1538 | 2024-08-03T03:37:53.458Z | Compiling spki v0.7.3 |
1539 | 2024-08-03T03:37:54.391Z | Compiling usdt-attr-macro v0.5.0 |
1540 | 2024-08-03T03:37:55.761Z | Compiling usdt-macro v0.5.0 |
1541 | 2024-08-03T03:37:55.971Z | Compiling md-5 v0.10.6 |
1542 | 2024-08-03T03:37:56.284Z | Compiling toml_datetime v0.6.8 |
1543 | 2024-08-03T03:37:56.625Z | Compiling serde_spanned v0.6.7 |
1544 | 2024-08-03T03:37:56.721Z | Compiling regress v0.9.1 |
1545 | 2024-08-03T03:37:56.855Z | Compiling idna v0.3.0 |
1546 | 2024-08-03T03:37:58.604Z | Compiling diesel_table_macro_syntax v0.1.0 |
1547 | 2024-08-03T03:37:58.966Z | Compiling num-integer v0.1.46 |
1548 | 2024-08-03T03:37:59.177Z | Compiling hash32 v0.2.1 |
1549 | 2024-08-03T03:37:59.591Z | Compiling encoding_rs v0.8.34 |
1550 | 2024-08-03T03:37:59.687Z | Compiling stable_deref_trait v1.2.0 |
1551 | 2024-08-03T03:37:59.793Z | Compiling base64 v0.22.1 |
1552 | 2024-08-03T03:38:00.045Z | Compiling psl-types v2.0.11 |
1553 | 2024-08-03T03:38:00.201Z | Compiling colorchoice v1.0.1 |
1554 | 2024-08-03T03:38:00.431Z | Compiling mime v0.3.17 |
1555 | 2024-08-03T03:38:00.448Z | Compiling gimli v0.28.1 |
1556 | 2024-08-03T03:38:00.629Z | Compiling is_terminal_polyfill v1.70.0 |
1557 | 2024-08-03T03:38:00.756Z | Compiling fallible-iterator v0.2.0 |
1558 | 2024-08-03T03:38:01.392Z | Compiling anstyle-query v1.0.3 |
1559 | 2024-08-03T03:38:01.484Z | Compiling postgres-protocol v0.6.7 |
1560 | 2024-08-03T03:38:01.537Z | Compiling anstream v0.6.14 |
1561 | 2024-08-03T03:38:02.181Z | Compiling publicsuffix v2.2.3 |
1562 | 2024-08-03T03:38:02.484Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1563 | 2024-08-03T03:38:04.604Z | Compiling diesel_derives v2.1.4 |
1564 | 2024-08-03T03:38:05.221Z | Compiling addr2line v0.21.0 |
1565 | 2024-08-03T03:38:06.547Z | Compiling tokio-rustls v0.24.1 |
1566 | 2024-08-03T03:38:08.179Z | Compiling pkcs8 v0.10.2 |
1567 | 2024-08-03T03:38:08.670Z | Compiling terminal_size v0.3.0 |
1568 | 2024-08-03T03:38:08.770Z | Compiling tokio-native-tls v0.3.1 |
1569 | 2024-08-03T03:38:09.038Z | Compiling phf_shared v0.11.2 |
1570 | 2024-08-03T03:38:09.168Z | Compiling strum_macros v0.25.3 |
1571 | 2024-08-03T03:38:09.501Z | Compiling serde_urlencoded v0.7.1 |
1572 | 2024-08-03T03:38:10.381Z | Compiling enum-as-inner v0.5.1 |
1573 | 2024-08-03T03:38:10.959Z | Compiling block-padding v0.3.3 |
1574 | 2024-08-03T03:38:11.293Z | Compiling serde_repr v0.1.19 |
1575 | 2024-08-03T03:38:11.368Z | Compiling ff v0.13.0 |
1576 | 2024-08-03T03:38:11.628Z | Compiling scheduled-thread-pool v0.2.7 |
1577 | 2024-08-03T03:38:12.282Z | Compiling object v0.32.2 |
1578 | 2024-08-03T03:38:12.771Z | Compiling bit-vec v0.6.3 |
1579 | 2024-08-03T03:38:13.192Z | Compiling matches v0.1.10 |
1580 | 2024-08-03T03:38:13.292Z | Compiling winnow v0.5.40 |
1581 | 2024-08-03T03:38:14.333Z | Compiling regex-automata v0.1.10 |
1582 | 2024-08-03T03:38:14.545Z | Compiling either v1.12.0 |
1583 | 2024-08-03T03:38:14.831Z | Compiling managed v0.8.0 |
1584 | 2024-08-03T03:38:14.973Z | Compiling clap_lex v0.7.0 |
1585 | 2024-08-03T03:38:15.286Z | Compiling base16ct v0.2.0 |
1586 | 2024-08-03T03:38:15.422Z | Compiling bitflags v1.3.2 |
1587 | 2024-08-03T03:38:15.533Z | Compiling rustc-demangle v0.1.24 |
1588 | 2024-08-03T03:38:15.593Z | Compiling ipnet v2.9.0 |
1589 | 2024-08-03T03:38:16.612Z | Compiling sec1 v0.7.3 |
1590 | 2024-08-03T03:38:16.791Z | Compiling rustls-pemfile v1.0.4 |
1591 | 2024-08-03T03:38:17.142Z | Compiling toml_edit v0.19.15 |
1592 | 2024-08-03T03:38:17.175Z | Compiling clap_builder v4.5.9 |
1593 | 2024-08-03T03:38:17.532Z | Compiling bstr v0.2.17 |
1594 | 2024-08-03T03:38:18.532Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1595 | 2024-08-03T03:38:18.863Z | Compiling idna v0.2.3 |
1596 | 2024-08-03T03:38:19.068Z | Compiling r2d2 v0.8.10 |
1597 | 2024-08-03T03:38:19.485Z | Compiling group v0.13.0 |
1598 | 2024-08-03T03:38:19.781Z | Compiling inout v0.1.3 |
1599 | 2024-08-03T03:38:20.331Z | Compiling phf v0.11.2 |
1600 | 2024-08-03T03:38:20.556Z | Compiling hyper-tls v0.5.0 |
1601 | 2024-08-03T03:38:20.622Z | Compiling signal-hook-mio v0.2.3 |
1602 | 2024-08-03T03:38:20.783Z | Compiling hyper-rustls v0.24.2 |
1603 | 2024-08-03T03:38:20.949Z | Compiling cookie_store v0.20.0 |
1604 | 2024-08-03T03:38:21.221Z | Compiling postgres-types v0.2.7 |
1605 | 2024-08-03T03:38:21.750Z | Compiling num-bigint v0.4.5 |
1606 | 2024-08-03T03:38:22.572Z | Compiling hubpack v0.1.2 |
1607 | 2024-08-03T03:38:23.730Z | Compiling phf_shared v0.10.0 |
1608 | 2024-08-03T03:38:23.827Z | Compiling hkdf v0.12.4 |
1609 | 2024-08-03T03:38:24.095Z | Compiling zerocopy v0.6.6 |
1610 | 2024-08-03T03:38:24.246Z | Compiling ipnetwork v0.20.0 |
1611 | 2024-08-03T03:38:24.279Z | Compiling futures-executor v0.3.30 |
1612 | 2024-08-03T03:38:24.653Z | Compiling crypto-bigint v0.5.5 |
1613 | 2024-08-03T03:38:24.821Z | Compiling float-cmp v0.9.0 |
1614 | 2024-08-03T03:38:24.964Z | Compiling memmap v0.7.0 |
1615 | 2024-08-03T03:38:25.033Z | Compiling static_assertions v1.1.0 |
1616 | 2024-08-03T03:38:25.133Z | Compiling data-encoding v2.6.0 |
1617 | 2024-08-03T03:38:25.208Z | Compiling webpki-roots v0.25.4 |
1618 | 2024-08-03T03:38:25.250Z | Compiling new_debug_unreachable v1.0.6 |
1619 | 2024-08-03T03:38:25.313Z | Compiling sync_wrapper v0.1.2 |
1620 | 2024-08-03T03:38:25.485Z | Compiling normalize-line-endings v0.3.0 |
1621 | 2024-08-03T03:38:25.526Z | Compiling unicode-segmentation v1.11.0 |
1622 | 2024-08-03T03:38:25.611Z | Compiling predicates-core v1.0.6 |
1623 | 2024-08-03T03:38:25.713Z | Compiling precomputed-hash v0.1.1 |
1624 | 2024-08-03T03:38:25.928Z | Compiling whoami v1.5.1 |
1625 | 2024-08-03T03:38:26.004Z | Compiling fixedbitset v0.4.2 |
1626 | 2024-08-03T03:38:26.054Z | Compiling minimal-lexical v0.2.1 |
1627 | 2024-08-03T03:38:26.322Z | Compiling difflib v0.4.0 |
1628 | 2024-08-03T03:38:26.420Z | Compiling winnow v0.6.18 |
1629 | 2024-08-03T03:38:26.487Z | Compiling nom v7.1.3 |
1630 | 2024-08-03T03:38:26.506Z | Compiling petgraph v0.6.5 |
1631 | 2024-08-03T03:38:26.720Z | Compiling predicates v3.1.2 |
1632 | 2024-08-03T03:38:27.547Z | Compiling elliptic-curve v0.13.8 |
1633 | 2024-08-03T03:38:28.195Z | Compiling reqwest v0.11.27 |
1634 | 2024-08-03T03:38:28.222Z | Compiling tokio-postgres v0.7.11 |
1635 | 2024-08-03T03:38:28.262Z | Compiling similar v2.5.0 |
1636 | 2024-08-03T03:38:30.032Z | Compiling toml_edit v0.22.20 |
1637 | 2024-08-03T03:38:30.072Z | Compiling string_cache v0.8.7 |
1638 | 2024-08-03T03:38:30.272Z | Compiling trust-dns-proto v0.22.0 |
1639 | 2024-08-03T03:38:30.484Z | Compiling usdt v0.5.0 |
1640 | 2024-08-03T03:38:30.950Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1641 | 2024-08-03T03:38:32.739Z | Compiling diesel v2.1.6 |
1642 | 2024-08-03T03:38:33.330Z | Compiling futures v0.3.30 |
1643 | 2024-08-03T03:38:33.455Z | Compiling yasna v0.5.2 |
1644 | 2024-08-03T03:38:36.581Z | Compiling crossterm v0.27.0 |
1645 | 2024-08-03T03:38:37.100Z | Compiling clap v4.5.9 |
1646 | 2024-08-03T03:38:37.227Z | Compiling flate2 v1.0.30 |
1647 | 2024-08-03T03:38:37.273Z | Compiling crossbeam-epoch v0.9.18 |
1648 | 2024-08-03T03:38:37.440Z | Compiling toml v0.7.8 |
1649 | 2024-08-03T03:38:37.945Z | Compiling cipher v0.4.4 |
1650 | 2024-08-03T03:38:38.116Z | Compiling itertools v0.12.1 |
1651 | 2024-08-03T03:38:38.393Z | Compiling itertools v0.10.5 |
1652 | 2024-08-03T03:38:38.944Z | Compiling bit-set v0.5.3 |
1653 | 2024-08-03T03:38:39.177Z | Compiling num-iter v0.1.45 |
1654 | 2024-08-03T03:38:39.240Z | Compiling console v0.15.8 |
1655 | 2024-08-03T03:38:40.535Z | Compiling tokio-stream v0.1.15 |
1656 | 2024-08-03T03:38:41.094Z | Compiling bstr v1.9.1 |
1657 | 2024-08-03T03:38:41.211Z | Compiling hex v0.4.3 |
1658 | 2024-08-03T03:38:41.865Z | Compiling peg-runtime v0.8.3 |
1659 | 2024-08-03T03:38:42.396Z | Compiling radium v0.7.0 |
1660 | 2024-08-03T03:38:42.602Z | Compiling camino v1.1.7 |
1661 | 2024-08-03T03:38:42.829Z | Compiling unicode-xid v0.2.4 |
1662 | 2024-08-03T03:38:43.408Z | Compiling lalrpop-util v0.19.12 |
1663 | 2024-08-03T03:38:48.141Z | Compiling is-terminal v0.4.12 |
1664 | 2024-08-03T03:38:51.599Z | Compiling rustls-pki-types v1.7.0 |
1665 | 2024-08-03T03:38:53.180Z | Compiling ident_case v1.0.1 |
1666 | 2024-08-03T03:38:54.467Z | Compiling maybe-uninit v2.0.0 |
1667 | 2024-08-03T03:38:54.932Z | Compiling tap v1.0.1 |
1668 | 2024-08-03T03:38:55.121Z | Compiling wyz v0.5.1 |
1669 | 2024-08-03T03:38:56.259Z | Compiling darling_core v0.20.9 |
1670 | 2024-08-03T03:39:08.363Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1671 | 2024-08-03T03:39:08.642Z | Compiling getopts v0.2.21 |
1672 | 2024-08-03T03:39:08.973Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1673 | 2024-08-03T03:39:09.429Z | Compiling dirs-sys-next v0.1.2 |
1674 | 2024-08-03T03:39:09.634Z | Compiling paste v1.0.15 |
1675 | 2024-08-03T03:39:09.710Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1676 | 2024-08-03T03:39:10.012Z | Compiling unsafe-libyaml v0.2.11 |
1677 | 2024-08-03T03:39:10.113Z | Compiling rustls v0.22.4 |
1678 | 2024-08-03T03:39:10.414Z | Compiling funty v2.0.0 |
1679 | 2024-08-03T03:39:11.234Z | Compiling packed_struct v0.10.1 |
1680 | 2024-08-03T03:39:11.658Z | Compiling num-bigint-dig v0.8.4 |
1681 | 2024-08-03T03:39:11.707Z | Compiling bitvec v1.0.1 |
1682 | 2024-08-03T03:39:11.741Z | Compiling serde_yaml v0.9.34+deprecated |
1683 | 2024-08-03T03:39:14.318Z | Compiling dirs-next v2.0.0 |
1684 | 2024-08-03T03:39:15.556Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1685 | 2024-08-03T03:39:17.527Z | Compiling darling_macro v0.20.9 |
1686 | 2024-08-03T03:39:18.051Z | Compiling rustls-webpki v0.102.4 |
1687 | 2024-08-03T03:39:22.176Z | Compiling packed_struct_codegen v0.10.1 |
1688 | 2024-08-03T03:39:22.585Z | Compiling structmeta-derive v0.3.0 |
1689 | 2024-08-03T03:39:23.583Z | Compiling thread_local v1.1.8 |
1690 | 2024-08-03T03:39:24.074Z | Compiling indexmap v1.9.3 |
1691 | 2024-08-03T03:39:24.237Z | Compiling multer v3.1.0 |
1692 | 2024-08-03T03:39:24.502Z | Compiling rayon-core v1.12.1 |
1693 | 2024-08-03T03:39:24.635Z | Compiling nodrop v0.1.14 |
1694 | 2024-08-03T03:39:24.729Z | Compiling fastrand v2.1.0 |
1695 | 2024-08-03T03:39:24.759Z | Compiling match_cfg v0.1.0 |
1696 | 2024-08-03T03:39:24.809Z | Compiling crc-catalog v2.4.0 |
1697 | 2024-08-03T03:39:24.860Z | Compiling slog-async v2.8.0 |
1698 | 2024-08-03T03:39:25.227Z | Compiling structmeta v0.3.0 |
1699 | 2024-08-03T03:39:25.351Z | Compiling tempfile v3.10.1 |
1700 | 2024-08-03T03:39:25.393Z | Compiling crc v3.2.1 |
1701 | 2024-08-03T03:39:25.617Z | Compiling hostname v0.3.1 |
1702 | 2024-08-03T03:39:25.899Z | Compiling array-init v0.0.4 |
1703 | 2024-08-03T03:39:28.009Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1704 | 2024-08-03T03:39:29.180Z | Compiling darling v0.20.9 |
1705 | 2024-08-03T03:39:29.328Z | Compiling smallvec v0.6.14 |
1706 | 2024-08-03T03:39:30.012Z | Compiling term v0.7.0 |
1707 | 2024-08-03T03:39:35.213Z | Compiling crossbeam-deque v0.8.5 |
1708 | 2024-08-03T03:39:35.600Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1709 | 2024-08-03T03:39:35.964Z | Compiling pkcs1 v0.7.5 |
1710 | 2024-08-03T03:39:37.099Z | Compiling slog-json v2.6.1 |
1711 | 2024-08-03T03:39:38.193Z | Compiling crossbeam-channel v0.5.12 |
1712 | 2024-08-03T03:39:39.784Z | Compiling http v1.1.0 |
1713 | 2024-08-03T03:39:39.819Z | Compiling signature v2.2.0 |
1714 | 2024-08-03T03:39:41.890Z | Compiling pin-project-internal v1.1.5 |
1715 | 2024-08-03T03:39:42.904Z | Compiling async-stream-impl v0.3.5 |
1716 | 2024-08-03T03:39:44.398Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1717 | 2024-08-03T03:39:44.534Z | Compiling same-file v1.0.6 |
1718 | 2024-08-03T03:39:44.635Z | Compiling termcolor v1.4.1 |
1719 | 2024-08-03T03:39:44.814Z | Compiling bitfield v0.14.0 |
1720 | 2024-08-03T03:39:45.166Z | Compiling take_mut v0.2.2 |
1721 | 2024-08-03T03:39:45.676Z | Compiling atomic-waker v1.1.2 |
1722 | 2024-08-03T03:39:46.142Z | Compiling hashbrown v0.12.3 |
1723 | 2024-08-03T03:39:51.078Z | Compiling waitgroup v0.1.2 |
1724 | 2024-08-03T03:39:55.897Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1725 | 2024-08-03T03:39:56.529Z | Compiling env_logger v0.10.2 |
1726 | 2024-08-03T03:39:58.436Z | Compiling walkdir v2.5.0 |
1727 | 2024-08-03T03:39:59.424Z | Compiling pin-project v1.1.5 |
1728 | 2024-08-03T03:39:59.839Z | Compiling async-stream v0.3.5 |
1729 | 2024-08-03T03:40:00.169Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-08-03T03:40:00.938Z | Compiling rsa v0.9.6 |
1731 | 2024-08-03T03:40:06.089Z | Compiling slog-bunyan v2.5.0 |
1732 | 2024-08-03T03:40:06.391Z | Compiling tokio-rustls v0.25.0 |
1733 | 2024-08-03T03:40:06.481Z | Compiling slog-term v2.9.1 |
1734 | 2024-08-03T03:40:06.869Z | Compiling serde-hex v0.1.0 |
1735 | 2024-08-03T03:40:06.983Z | Compiling serde_with_macros v3.8.3 |
1736 | 2024-08-03T03:40:07.818Z | Compiling bzip2 v0.4.4 |
1737 | 2024-08-03T03:40:08.779Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1738 | 2024-08-03T03:40:09.075Z | Compiling parse-display-derive v0.9.1 |
1739 | 2024-08-03T03:40:09.508Z | Compiling toml v0.8.19 |
1740 | 2024-08-03T03:40:09.568Z | Compiling rustls-pemfile v2.1.2 |
1741 | 2024-08-03T03:40:12.654Z | Compiling x509-cert v0.2.5 |
1742 | 2024-08-03T03:40:13.042Z | Compiling sha1 v0.10.6 |
1743 | 2024-08-03T03:40:13.886Z | Compiling ron v0.8.1 |
1744 | 2024-08-03T03:40:13.921Z | Compiling strum_macros v0.26.4 |
1745 | 2024-08-03T03:40:14.986Z | Compiling newtype-uuid v1.1.0 |
1746 | 2024-08-03T03:40:15.293Z | Compiling xattr v1.3.1 |
1747 | 2024-08-03T03:40:15.607Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1748 | 2024-08-03T03:40:16.467Z | Compiling serde_path_to_error v0.1.16 |
1749 | 2024-08-03T03:40:16.484Z | Compiling snafu-derive v0.8.2 |
1750 | 2024-08-03T03:40:17.445Z | Compiling hashbrown v0.13.2 |
1751 | 2024-08-03T03:40:18.336Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1752 | 2024-08-03T03:40:18.755Z | Compiling ring v0.16.20 |
1753 | 2024-08-03T03:40:19.098Z | Compiling blake3 v1.5.1 |
1754 | 2024-08-03T03:40:19.308Z | Compiling filetime v0.2.23 |
1755 | 2024-08-03T03:40:19.673Z | Compiling hostname v0.4.0 |
1756 | 2024-08-03T03:40:19.676Z | Compiling instant v0.1.12 |
1757 | 2024-08-03T03:40:19.796Z | Compiling buf-list v1.0.3 |
1758 | 2024-08-03T03:40:19.938Z | Compiling crc-any v2.5.0 |
1759 | 2024-08-03T03:40:20.244Z | Compiling debug-ignore v1.0.5 |
1760 | 2024-08-03T03:40:20.414Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1761 | 2024-08-03T03:40:20.888Z | Compiling backoff v0.4.0 |
1762 | 2024-08-03T03:40:21.103Z | Compiling snafu v0.8.2 |
1763 | 2024-08-03T03:40:21.625Z | Compiling tar v0.4.41 |
1764 | 2024-08-03T03:40:22.406Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1765 | 2024-08-03T03:40:22.623Z | Compiling object v0.30.4 |
1766 | 2024-08-03T03:40:24.062Z | Compiling strum v0.26.3 |
1767 | 2024-08-03T03:40:24.250Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1768 | 2024-08-03T03:40:25.881Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1769 | 2024-08-03T03:40:26.410Z | Compiling parse-display v0.9.1 |
1770 | 2024-08-03T03:40:26.646Z | Compiling serde_with v3.8.3 |
1771 | 2024-08-03T03:40:26.684Z | Compiling zip v0.6.6 |
1772 | 2024-08-03T03:40:28.159Z | Compiling rayon v1.10.0 |
1773 | 2024-08-03T03:40:29.460Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1774 | 2024-08-03T03:40:30.182Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1775 | 2024-08-03T03:40:31.024Z | Compiling camino-tempfile v1.1.1 |
1776 | 2024-08-03T03:40:31.834Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1777 | 2024-08-03T03:40:33.792Z | Compiling globset v0.4.14 |
1778 | 2024-08-03T03:40:35.398Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1779 | 2024-08-03T03:40:35.561Z | Compiling pem v3.0.4 |
1780 | 2024-08-03T03:40:35.584Z | Compiling olpc-cjson v0.1.3 |
1781 | 2024-08-03T03:40:35.909Z | Compiling serde_plain v1.0.2 |
1782 | 2024-08-03T03:40:36.445Z | Compiling macaddr v1.0.1 |
1783 | 2024-08-03T03:40:37.000Z | Compiling async-recursion v1.1.1 |
1784 | 2024-08-03T03:40:37.118Z | Compiling memmap2 v0.9.4 |
1785 | 2024-08-03T03:40:37.549Z | Compiling path-slash v0.1.5 |
1786 | 2024-08-03T03:40:37.702Z | Compiling constant_time_eq v0.3.0 |
1787 | 2024-08-03T03:40:37.782Z | Compiling spin v0.5.2 |
1788 | 2024-08-03T03:40:37.875Z | Compiling arrayvec v0.7.4 |
1789 | 2024-08-03T03:40:37.960Z | Compiling untrusted v0.7.1 |
1790 | 2024-08-03T03:40:38.045Z | Compiling typed-path v0.7.1 |
1791 | 2024-08-03T03:40:38.140Z | Compiling arrayref v0.3.7 |
1792 | 2024-08-03T03:40:38.469Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1793 | 2024-08-03T03:40:41.101Z | Compiling tough v0.17.1 |
1794 | 2024-08-03T03:40:42.237Z | Compiling cargo-platform v0.1.8 |
1795 | 2024-08-03T03:40:43.332Z | Compiling parse-size v1.0.0 |
1796 | 2024-08-03T03:40:43.625Z | Compiling topological-sort v0.2.2 |
1797 | 2024-08-03T03:40:43.892Z | Compiling omicron-zone-package v0.11.0 |
1798 | 2024-08-03T03:40:44.680Z | Compiling cargo_metadata v0.18.1 |
1799 | 2024-08-03T03:40:45.401Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1800 | 2024-08-03T03:40:47.872Z | Compiling shell-words v1.1.0 |
1801 | 2024-08-03T03:40:57.031Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1802 | 2024-08-03T03:41:05.797Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1803 | 2024-08-03T03:41:19.464Z | Finished `release` profile [optimized] target(s) in 4m 49s |
1804 | 2024-08-03T03:41:19.598Z | Running `target/release/omicron-releng --output-dir /work` |
1805 | 2024-08-03T03:41:19.637Z | Aug 03 03:41:17.899 DEBG changing working directory to /work/oxidecomputer/omicron |
1806 | 2024-08-03T03:41:19.737Z | Aug 03 03:41:17.981 DEBG running: git rev-parse HEAD |
1807 | 2024-08-03T03:41:19.740Z | Aug 03 03:41:17.988 DEBG process exited with exit status: 0 (6.107028ms) |
1808 | 2024-08-03T03:41:19.740Z | Aug 03 03:41:17.988 INFO version: 10.0.0-0.ci+git602f1942600 |
1809 | 2024-08-03T03:41:19.762Z | Aug 03 03:41:18.026 INFO cloning helios to /work/oxidecomputer/helios |
1810 | 2024-08-03T03:41:19.762Z | Aug 03 03:41:18.026 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
1811 | 2024-08-03T03:41:19.768Z | Cloning into '/work/oxidecomputer/helios'... |
1812 | 2024-08-03T03:41:20.219Z | Aug 03 03:41:18.483 DEBG process exited with exit status: 0 (456.096337ms) |
1813 | 2024-08-03T03:41:20.219Z | Aug 03 03:41:18.483 DEBG running: git -C /work/oxidecomputer/helios status --branch '--porcelain=2' |
1814 | 2024-08-03T03:41:20.226Z | # branch.oid ed78304311f495f06e380799bd1395aabc13c0d6 |
1815 | 2024-08-03T03:41:20.226Z | # branch.head master |
1816 | 2024-08-03T03:41:20.226Z | # branch.upstream origin/master |
1817 | 2024-08-03T03:41:20.226Z | # branch.ab +0 -0 |
1818 | 2024-08-03T03:41:20.229Z | Aug 03 03:41:18.491 DEBG process exited with exit status: 0 (7.888263ms) |
1819 | 2024-08-03T03:41:20.229Z | Aug 03 03:41:18.491 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
1820 | 2024-08-03T03:41:20.903Z | Aug 03 03:41:19.167 DEBG process exited with exit status: 0 (676.395827ms) |
1821 | 2024-08-03T03:41:20.903Z | Aug 03 03:41:19.167 DEBG running: zfs list rpool/images/build/host |
1822 | 2024-08-03T03:41:20.910Z | NAME USED AVAIL REFER MOUNTPOINT |
1823 | 2024-08-03T03:41:20.910Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
1824 | 2024-08-03T03:41:20.912Z | Aug 03 03:41:19.174 DEBG process exited with exit status: 0 (6.993241ms) |
1825 | 2024-08-03T03:41:20.912Z | Aug 03 03:41:19.174 DEBG running: zfs list rpool/images/build/recovery |
1826 | 2024-08-03T03:41:20.916Z | NAME USED AVAIL REFER MOUNTPOINT |
1827 | 2024-08-03T03:41:20.916Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
1828 | 2024-08-03T03:41:20.919Z | Aug 03 03:41:19.181 DEBG process exited with exit status: 0 (6.145598ms) |
1829 | 2024-08-03T03:41:20.919Z | Aug 03 03:41:19.181 INFO [hubris-staging] running task |
1830 | 2024-08-03T03:41:20.919Z | Aug 03 03:41:19.181 INFO [hubris-production] running task |
1831 | 2024-08-03T03:41:20.919Z | Aug 03 03:41:19.182 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
1832 | 2024-08-03T03:41:20.921Z | Aug 03 03:41:19.184 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
1833 | 2024-08-03T03:41:20.988Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
1834 | 2024-08-03T03:41:21.391Z | [ omicron-package] Blocking waiting for file lock on package cache |
1835 | 2024-08-03T03:41:21.952Z | [ omicron-package] Blocking waiting for file lock on package cache |
1836 | 2024-08-03T03:41:22.202Z | [ omicron-package] Blocking waiting for file lock on package cache |
1837 | 2024-08-03T03:41:22.431Z | Aug 03 03:41:20.695 INFO [hubris-production] task succeeded (1.513624335s) |
1838 | 2024-08-03T03:41:23.114Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
1839 | 2024-08-03T03:41:23.114Z | [ omicron-package] Compiling heapless v0.8.0 |
1840 | 2024-08-03T03:41:23.114Z | [ omicron-package] Compiling hash32 v0.3.1 |
1841 | 2024-08-03T03:41:23.114Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1842 | 2024-08-03T03:41:23.114Z | [ omicron-package] Compiling smoltcp v0.11.0 |
1843 | 2024-08-03T03:41:23.114Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
1844 | 2024-08-03T03:41:23.114Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1845 | 2024-08-03T03:41:23.114Z | [ omicron-package] Compiling embedded-io v0.4.0 |
1846 | 2024-08-03T03:41:23.918Z | [ omicron-package] Compiling cobs v0.2.3 |
1847 | 2024-08-03T03:41:24.354Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
1848 | 2024-08-03T03:41:24.624Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
1849 | 2024-08-03T03:41:24.820Z | [ omicron-package] Compiling postcard v1.0.8 |
1850 | 2024-08-03T03:41:24.907Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1851 | 2024-08-03T03:41:24.949Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
1852 | 2024-08-03T03:41:24.952Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1853 | 2024-08-03T03:41:24.952Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
1854 | 2024-08-03T03:41:25.243Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1855 | 2024-08-03T03:41:26.563Z | [ omicron-package] Compiling tabwriter v1.4.0 |
1856 | 2024-08-03T03:41:26.660Z | [ omicron-package] Compiling foreign-types v0.5.0 |
1857 | 2024-08-03T03:41:26.757Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1858 | 2024-08-03T03:41:26.850Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1859 | 2024-08-03T03:41:27.004Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
1860 | 2024-08-03T03:41:27.007Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1861 | 2024-08-03T03:41:27.545Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
1862 | 2024-08-03T03:41:27.793Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
1863 | 2024-08-03T03:41:28.059Z | [ omicron-package] Compiling num_enum v0.5.11 |
1864 | 2024-08-03T03:41:28.349Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1865 | 2024-08-03T03:41:28.605Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1866 | 2024-08-03T03:41:28.660Z | [ omicron-package] Compiling colored v2.1.0 |
1867 | 2024-08-03T03:41:28.846Z | [ omicron-package] Compiling socket2 v0.4.10 |
1868 | 2024-08-03T03:41:28.905Z | [ omicron-package] Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1869 | 2024-08-03T03:41:29.826Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1870 | 2024-08-03T03:41:30.116Z | [ omicron-package] Compiling num-derive v0.4.2 |
1871 | 2024-08-03T03:41:30.185Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1872 | 2024-08-03T03:41:30.381Z | [ omicron-package] Compiling sigpipe v0.1.3 |
1873 | 2024-08-03T03:41:30.471Z | Aug 03 03:41:28.735 INFO [hubris-staging] task succeeded (9.553247991s) |
1874 | 2024-08-03T03:41:30.869Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
1875 | 2024-08-03T03:41:30.928Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1876 | 2024-08-03T03:41:31.026Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1877 | 2024-08-03T03:41:31.691Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1878 | 2024-08-03T03:41:31.916Z | [ omicron-package] Compiling smf v0.2.3 |
1879 | 2024-08-03T03:41:32.044Z | [ omicron-package] Compiling bitfield-struct v0.6.1 |
1880 | 2024-08-03T03:41:32.127Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1881 | 2024-08-03T03:41:32.954Z | [ omicron-package] Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1882 | 2024-08-03T03:41:33.227Z | [ omicron-package] Compiling portable-atomic v1.6.0 |
1883 | 2024-08-03T03:41:34.621Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1884 | 2024-08-03T03:41:35.218Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1885 | 2024-08-03T03:41:35.858Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1886 | 2024-08-03T03:41:36.413Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1887 | 2024-08-03T03:41:36.757Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1888 | 2024-08-03T03:41:37.014Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1889 | 2024-08-03T03:41:37.947Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1890 | 2024-08-03T03:41:38.724Z | [ omicron-package] Compiling gethostname v0.5.0 |
1891 | 2024-08-03T03:41:38.957Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1892 | 2024-08-03T03:41:39.053Z | [ omicron-package] Compiling number_prefix v0.4.0 |
1893 | 2024-08-03T03:41:40.371Z | [ omicron-package] Compiling indicatif v0.17.8 |
1894 | 2024-08-03T03:41:41.375Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1895 | 2024-08-03T03:41:44.807Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1896 | 2024-08-03T03:41:45.352Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1897 | 2024-08-03T03:41:46.857Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1898 | 2024-08-03T03:42:03.074Z | [ helios-setup] Aug 03 03:42:01.335 INFO helios repository root is: /work/oxidecomputer/helios |
1899 | 2024-08-03T03:42:03.078Z | [ helios-setup] Aug 03 03:42:01.338 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
1900 | 2024-08-03T03:42:03.078Z | [ helios-setup] Aug 03 03:42:01.338 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 |
1901 | 2024-08-03T03:42:03.078Z | [ helios-setup] Aug 03 03:42:01.338 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
1902 | 2024-08-03T03:42:03.082Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
1903 | 2024-08-03T03:42:03.927Z | [ helios-setup] Aug 03 03:42:02.188 INFO clone ok!, project: phbl |
1904 | 2024-08-03T03:42:03.930Z | [ helios-setup] Aug 03 03:42:02.188 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 |
1905 | 2024-08-03T03:42:03.930Z | [ helios-setup] Aug 03 03:42:02.188 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 |
1906 | 2024-08-03T03:42:03.933Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
1907 | 2024-08-03T03:42:04.880Z | [ helios-setup] Submodule 'amd-firmware' (git@github.com:oxidecomputer/amd-firmware.git) registered for path 'amd-firmware' |
1908 | 2024-08-03T03:42:04.887Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-firmware'... |
1909 | 2024-08-03T03:42:06.363Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 45.43s |
1910 | 2024-08-03T03:42:06.566Z | [ omicron-package] |
1911 | 2024-08-03T03:42:06.569Z | [ omicron-package] real 45.609909678 |
1912 | 2024-08-03T03:42:06.569Z | [ omicron-package] user 2:47.653013823 |
1913 | 2024-08-03T03:42:06.570Z | [ omicron-package] sys 22.223450953 |
1914 | 2024-08-03T03:42:06.570Z | [ omicron-package] trap 0.153580845 |
1915 | 2024-08-03T03:42:06.570Z | [ omicron-package] tflt 0.487612686 |
1916 | 2024-08-03T03:42:06.570Z | [ omicron-package] dflt 0.518231642 |
1917 | 2024-08-03T03:42:06.570Z | [ omicron-package] kflt 0.000000000 |
1918 | 2024-08-03T03:42:06.570Z | [ omicron-package] lock 5:49.249503221 |
1919 | 2024-08-03T03:42:06.570Z | [ omicron-package] slp 9:08.982578986 |
1920 | 2024-08-03T03:42:06.570Z | [ omicron-package] lat 1:37.711396873 |
1921 | 2024-08-03T03:42:06.570Z | [ omicron-package] stop 53.200130305 |
1922 | 2024-08-03T03:42:06.570Z | Aug 03 03:42:04.828 INFO [omicron-package] process exited with exit status: 0 (45.646709698s) |
1923 | 2024-08-03T03:42:06.570Z | Aug 03 03:42:04.829 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 |
1924 | 2024-08-03T03:42:06.620Z | Aug 03 03:42:04.881 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --image trampoline |
1925 | 2024-08-03T03:42:06.630Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
1926 | 2024-08-03T03:42:06.634Z | [ host-target] Created new build target 'host' and set it as active |
1927 | 2024-08-03T03:42:06.634Z | Aug 03 03:42:04.894 INFO [host-target] process exited with exit status: 0 (65.543956ms) |
1928 | 2024-08-03T03:42:06.634Z | Aug 03 03:42:04.894 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
1929 | 2024-08-03T03:42:06.638Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
1930 | 2024-08-03T03:42:06.638Z | [ recovery-target] Created new build target 'recovery' and set it as active |
1931 | 2024-08-03T03:42:06.641Z | Aug 03 03:42:04.901 INFO [recovery-target] process exited with exit status: 0 (19.177737ms) |
1932 | 2024-08-03T03:42:06.646Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
1933 | 2024-08-03T03:42:07.705Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1934 | 2024-08-03T03:42:07.705Z | [ host-package] Compiling camino v1.1.7 |
1935 | 2024-08-03T03:42:07.705Z | [ host-package] Compiling password-hash v0.5.0 |
1936 | 2024-08-03T03:42:07.705Z | [ host-package] Compiling blake2 v0.10.6 |
1937 | 2024-08-03T03:42:07.708Z | [ host-package] Compiling derive-where v1.2.7 |
1938 | 2024-08-03T03:42:07.708Z | [ host-package] Compiling humantime v2.1.0 |
1939 | 2024-08-03T03:42:07.708Z | [ host-package] Compiling newline-converter v0.3.0 |
1940 | 2024-08-03T03:42:07.708Z | [ host-package] Compiling toml v0.8.19 |
1941 | 2024-08-03T03:42:08.022Z | [ host-package] Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1942 | 2024-08-03T03:42:08.144Z | [ host-package] Compiling expectorate v1.1.0 |
1943 | 2024-08-03T03:42:08.332Z | [ host-package] Compiling argon2 v0.5.3 |
1944 | 2024-08-03T03:42:08.455Z | [ host-package] Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1945 | 2024-08-03T03:42:08.692Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1946 | 2024-08-03T03:42:08.723Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1947 | 2024-08-03T03:42:08.753Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
1948 | 2024-08-03T03:42:09.012Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1949 | 2024-08-03T03:42:09.351Z | [ host-package] Compiling dirs-next v2.0.0 |
1950 | 2024-08-03T03:42:09.537Z | [ host-package] Compiling prettyplease v0.2.20 |
1951 | 2024-08-03T03:42:09.560Z | [ host-package] Compiling convert_case v0.4.0 |
1952 | 2024-08-03T03:42:09.602Z | [ host-package] Compiling term v0.7.0 |
1953 | 2024-08-03T03:42:09.844Z | [ host-package] Compiling semver v0.1.20 |
1954 | 2024-08-03T03:42:10.012Z | [ host-package] Compiling is-terminal v0.4.12 |
1955 | 2024-08-03T03:42:10.203Z | [ host-package] Compiling home v0.5.9 |
1956 | 2024-08-03T03:42:10.408Z | [ host-package] Compiling derive_more v0.99.18 |
1957 | 2024-08-03T03:42:10.489Z | [ host-package] Compiling rustc_version v0.1.7 |
1958 | 2024-08-03T03:42:10.633Z | [ host-package] Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1959 | 2024-08-03T03:42:10.664Z | [ helios-setup] Submodule path 'amd-firmware': checked out '160c7d1f31829e543fd8765faf83440d602e742c' |
1960 | 2024-08-03T03:42:10.676Z | [ helios-setup] Aug 03 03:42:08.937 INFO clone ok!, project: amd-host-image-builder |
1961 | 2024-08-03T03:42:10.685Z | [ helios-setup] Aug 03 03:42:08.937 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 |
1962 | 2024-08-03T03:42:10.685Z | [ helios-setup] Aug 03 03:42:08.937 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
1963 | 2024-08-03T03:42:10.685Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
1964 | 2024-08-03T03:42:10.913Z | [ host-package] Compiling newtype_derive v0.1.6 |
1965 | 2024-08-03T03:42:10.956Z | [ host-package] Compiling rustls-pki-types v1.7.0 |
1966 | 2024-08-03T03:42:11.315Z | [ host-package] Compiling rustls v0.22.4 |
1967 | 2024-08-03T03:42:11.338Z | [ helios-setup] Aug 03 03:42:09.598 INFO clone ok!, project: pinprick |
1968 | 2024-08-03T03:42:11.340Z | [ helios-setup] Aug 03 03:42:09.599 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 |
1969 | 2024-08-03T03:42:11.341Z | [ helios-setup] Aug 03 03:42:09.599 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
1970 | 2024-08-03T03:42:11.344Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
1971 | 2024-08-03T03:42:11.363Z | [ host-package] Compiling thread_local v1.1.8 |
1972 | 2024-08-03T03:42:11.557Z | [ host-package] Compiling steno v0.4.1 |
1973 | 2024-08-03T03:42:11.712Z | [ host-package] Compiling rustls-webpki v0.102.4 |
1974 | 2024-08-03T03:42:11.852Z | [ host-package] Compiling match_cfg v0.1.0 |
1975 | 2024-08-03T03:42:11.997Z | [ host-package] Compiling linked-hash-map v0.5.6 |
1976 | 2024-08-03T03:42:12.065Z | [ helios-setup] Aug 03 03:42:10.326 INFO clone ok!, project: bootserver |
1977 | 2024-08-03T03:42:12.068Z | [ helios-setup] Aug 03 03:42:10.326 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 |
1978 | 2024-08-03T03:42:12.068Z | [ helios-setup] Aug 03 03:42:10.326 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
1979 | 2024-08-03T03:42:12.071Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
1980 | 2024-08-03T03:42:12.442Z | [ host-package] Compiling lru-cache v0.1.2 |
1981 | 2024-08-03T03:42:12.666Z | [ host-package] Compiling hostname v0.3.1 |
1982 | 2024-08-03T03:42:13.109Z | [ helios-setup] Aug 03 03:42:11.369 INFO clone ok!, project: pilot |
1983 | 2024-08-03T03:42:13.112Z | [ helios-setup] Aug 03 03:42:11.369 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
1984 | 2024-08-03T03:42:13.112Z | [ helios-setup] Aug 03 03:42:11.370 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 |
1985 | 2024-08-03T03:42:13.112Z | [ helios-setup] Aug 03 03:42:11.370 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
1986 | 2024-08-03T03:42:13.115Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
1987 | 2024-08-03T03:42:13.648Z | [ host-package] Compiling multer v3.1.0 |
1988 | 2024-08-03T03:42:13.722Z | [ host-package] Compiling slog-async v2.8.0 |
1989 | 2024-08-03T03:42:13.795Z | [ host-package] Compiling slog-json v2.6.1 |
1990 | 2024-08-03T03:42:13.815Z | [ host-package] Compiling crossbeam-channel v0.5.12 |
1991 | 2024-08-03T03:42:14.170Z | [ host-package] Compiling http v1.1.0 |
1992 | 2024-08-03T03:42:14.404Z | [ helios-setup] Aug 03 03:42:12.665 INFO clone ok!, project: chelsio-t6-roms |
1993 | 2024-08-03T03:42:14.407Z | [ helios-setup] Aug 03 03:42:12.665 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 |
1994 | 2024-08-03T03:42:14.407Z | [ helios-setup] Aug 03 03:42:12.665 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
1995 | 2024-08-03T03:42:14.411Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
1996 | 2024-08-03T03:42:14.937Z | [ host-package] Compiling atomic-waker v1.1.2 |
1997 | 2024-08-03T03:42:15.105Z | [ host-package] Compiling take_mut v0.2.2 |
1998 | 2024-08-03T03:42:15.123Z | [ host-package] Compiling waitgroup v0.1.2 |
1999 | 2024-08-03T03:42:15.302Z | [ helios-setup] Aug 03 03:42:13.562 INFO clone ok!, project: image-builder |
2000 | 2024-08-03T03:42:15.305Z | [ helios-setup] Aug 03 03:42:13.562 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 |
2001 | 2024-08-03T03:42:15.305Z | [ helios-setup] Aug 03 03:42:13.562 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
2002 | 2024-08-03T03:42:15.307Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
2003 | 2024-08-03T03:42:15.387Z | [ host-package] Compiling slog-bunyan v2.5.0 |
2004 | 2024-08-03T03:42:15.611Z | [ host-package] Compiling slog-term v2.9.1 |
2005 | 2024-08-03T03:42:16.570Z | [ host-package] Compiling rustls-pemfile v2.1.2 |
2006 | 2024-08-03T03:42:16.715Z | [ host-package] Compiling async-stream v0.3.5 |
2007 | 2024-08-03T03:42:17.025Z | [ host-package] Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
2008 | 2024-08-03T03:42:17.051Z | [ host-package] Compiling sha1 v0.10.6 |
2009 | 2024-08-03T03:42:17.125Z | [ host-package] Compiling newtype-uuid v1.1.0 |
2010 | 2024-08-03T03:42:17.271Z | [ host-package] Compiling serde_path_to_error v0.1.16 |
2011 | 2024-08-03T03:42:17.330Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2012 | 2024-08-03T03:42:17.479Z | [ host-package] Compiling hostname v0.4.0 |
2013 | 2024-08-03T03:42:17.496Z | [ host-package] Compiling slog-dtrace v0.3.0 |
2014 | 2024-08-03T03:42:17.499Z | [ host-package] Compiling instant v0.1.12 |
2015 | 2024-08-03T03:42:17.662Z | [ host-package] Compiling tokio-rustls v0.25.0 |
2016 | 2024-08-03T03:42:17.718Z | [ host-package] Compiling debug-ignore v1.0.5 |
2017 | 2024-08-03T03:42:17.896Z | [ host-package] Compiling backoff v0.4.0 |
2018 | 2024-08-03T03:42:17.960Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2019 | 2024-08-03T03:42:18.118Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2020 | 2024-08-03T03:42:18.291Z | [ host-package] Compiling parse-display v0.9.1 |
2021 | 2024-08-03T03:42:18.320Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2022 | 2024-08-03T03:42:18.507Z | [ host-package] Compiling serde_with v3.8.3 |
2023 | 2024-08-03T03:42:18.828Z | [ host-package] Compiling strum v0.26.3 |
2024 | 2024-08-03T03:42:19.032Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2025 | 2024-08-03T03:42:20.215Z | [ host-package] Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2026 | 2024-08-03T03:42:20.894Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2027 | 2024-08-03T03:42:21.074Z | [ host-package] Compiling num-rational v0.4.2 |
2028 | 2024-08-03T03:42:22.371Z | [ host-package] Compiling num-complex v0.4.6 |
2029 | 2024-08-03T03:42:22.380Z | [ helios-setup] Aug 03 03:42:20.640 INFO clone ok!, project: amd-firmware |
2030 | 2024-08-03T03:42:22.384Z | [ helios-setup] Aug 03 03:42:20.641 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
2031 | 2024-08-03T03:42:22.384Z | [ helios-setup] Aug 03 03:42:20.641 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
2032 | 2024-08-03T03:42:22.467Z | [ host-package] Compiling macaddr v1.0.1 |
2033 | 2024-08-03T03:42:22.935Z | [ host-package] Compiling swrite v0.1.0 |
2034 | 2024-08-03T03:42:23.109Z | [ helios-setup] Aug 03 03:42:21.369 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
2035 | 2024-08-03T03:42:23.557Z | [ host-package] Compiling num v0.4.3 |
2036 | 2024-08-03T03:42:23.642Z | [ helios-setup] Aug 03 03:42:21.902 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
2037 | 2024-08-03T03:42:23.646Z | [ helios-setup] Aug 03 03:42:21.902 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
2038 | 2024-08-03T03:42:23.706Z | [ host-package] Compiling quick-error v1.2.3 |
2039 | 2024-08-03T03:42:23.955Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2040 | 2024-08-03T03:42:24.199Z | [ helios-setup] Aug 03 03:42:22.459 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
2041 | 2024-08-03T03:42:24.771Z | [ host-package] Compiling float-ord v0.3.2 |
2042 | 2024-08-03T03:42:24.786Z | [ helios-setup] Aug 03 03:42:23.046 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
2043 | 2024-08-03T03:42:24.788Z | [ helios-setup] Aug 03 03:42:23.046 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
2044 | 2024-08-03T03:42:24.984Z | [ host-package] Compiling resolv-conf v0.7.0 |
2045 | 2024-08-03T03:42:25.333Z | [ helios-setup] Aug 03 03:42:23.592 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
2046 | 2024-08-03T03:42:25.908Z | [ helios-setup] Aug 03 03:42:24.168 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
2047 | 2024-08-03T03:42:25.911Z | [ helios-setup] Aug 03 03:42:24.168 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
2048 | 2024-08-03T03:42:25.911Z | [ helios-setup] Aug 03 03:42:24.168 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
2049 | 2024-08-03T03:42:25.911Z | [ helios-setup] Aug 03 03:42:24.169 INFO ok! |
2050 | 2024-08-03T03:42:25.912Z | [ helios-setup] Aug 03 03:42:24.169 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
2051 | 2024-08-03T03:42:25.912Z | [ helios-setup] Aug 03 03:42:24.169 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
2052 | 2024-08-03T03:42:25.912Z | [ helios-setup] Aug 03 03:42:24.169 INFO ok! |
2053 | 2024-08-03T03:42:25.912Z | [ helios-setup] Aug 03 03:42:24.169 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
2054 | 2024-08-03T03:42:25.912Z | [ helios-setup] Aug 03 03:42:24.169 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
2055 | 2024-08-03T03:42:25.912Z | [ helios-setup] Aug 03 03:42:24.169 INFO ok! |
2056 | 2024-08-03T03:42:25.912Z | [ helios-setup] Aug 03 03:42:24.169 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
2057 | 2024-08-03T03:42:25.912Z | [ helios-setup] Aug 03 03:42:24.169 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
2058 | 2024-08-03T03:42:25.919Z | [ helios-setup] Aug 03 03:42:24.179 INFO E| info: syncing channel updates for 'nightly-2023-12-30-x86_64-unknown-illumos' |
2059 | 2024-08-03T03:42:26.219Z | [ host-package] Compiling trust-dns-resolver v0.22.0 |
2060 | 2024-08-03T03:42:26.292Z | [ host-package] Compiling rayon-core v1.12.1 |
2061 | 2024-08-03T03:42:26.345Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2062 | 2024-08-03T03:42:26.353Z | [ helios-setup] Aug 03 03:42:24.613 INFO E| info: latest update on 2023-12-30, rust version 1.77.0-nightly (3cdd004e5 2023-12-29) |
2063 | 2024-08-03T03:42:26.353Z | [ helios-setup] Aug 03 03:42:24.613 INFO E| info: downloading component 'cargo' |
2064 | 2024-08-03T03:42:26.540Z | [ host-package] Compiling crossbeam-deque v0.8.5 |
2065 | 2024-08-03T03:42:26.670Z | [ host-package] Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2066 | 2024-08-03T03:42:26.890Z | [ host-package] Compiling display-error-chain v0.2.0 |
2067 | 2024-08-03T03:42:27.086Z | [ host-package] Compiling fastrand v2.1.0 |
2068 | 2024-08-03T03:42:27.559Z | [ host-package] Compiling same-file v1.0.6 |
2069 | 2024-08-03T03:42:27.724Z | [ helios-setup] Aug 03 03:42:25.984 INFO E| info: downloading component 'clippy' |
2070 | 2024-08-03T03:42:27.808Z | [ host-package] Compiling walkdir v2.5.0 |
2071 | 2024-08-03T03:42:28.261Z | [ helios-setup] Aug 03 03:42:26.520 INFO E| info: downloading component 'rust-docs' |
2072 | 2024-08-03T03:42:28.482Z | [ host-package] Compiling tempfile v3.10.1 |
2073 | 2024-08-03T03:42:29.793Z | [ helios-setup] Aug 03 03:42:28.053 INFO E| info: downloading component 'rust-src' |
2074 | 2024-08-03T03:42:30.232Z | [ helios-setup] Aug 03 03:42:28.491 INFO E| info: downloading component 'rust-std' |
2075 | 2024-08-03T03:42:30.973Z | [ host-package] Compiling half v2.4.1 |
2076 | 2024-08-03T03:42:31.776Z | [ host-package] Compiling utf-8 v0.7.6 |
2077 | 2024-08-03T03:42:32.142Z | [ host-package] Compiling ciborium-io v0.2.2 |
2078 | 2024-08-03T03:42:32.299Z | [ host-package] Compiling ciborium-ll v0.2.2 |
2079 | 2024-08-03T03:42:32.577Z | [ helios-setup] Aug 03 03:42:30.837 INFO E| info: downloading component 'rustc' |
2080 | 2024-08-03T03:42:32.596Z | [ host-package] Compiling ring v0.16.20 |
2081 | 2024-08-03T03:42:32.819Z | [ host-package] Compiling blake3 v1.5.1 |
2082 | 2024-08-03T03:42:33.190Z | [ host-package] Compiling rayon v1.10.0 |
2083 | 2024-08-03T03:42:34.548Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2084 | 2024-08-03T03:42:38.136Z | [ host-package] Compiling xattr v1.3.1 |
2085 | 2024-08-03T03:42:38.413Z | [ host-package] Compiling nibble_vec v0.1.0 |
2086 | 2024-08-03T03:42:38.685Z | [ host-package] Compiling memmap2 v0.9.4 |
2087 | 2024-08-03T03:42:38.744Z | [ helios-setup] Aug 03 03:42:37.003 INFO E| info: downloading component 'rustfmt' |
2088 | 2024-08-03T03:42:39.130Z | [ host-package] Compiling filetime v0.2.23 |
2089 | 2024-08-03T03:42:39.243Z | [ helios-setup] Aug 03 03:42:37.502 INFO E| info: installing component 'cargo' |
2090 | 2024-08-03T03:42:39.480Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
2091 | 2024-08-03T03:42:39.887Z | [ host-package] Compiling arrayref v0.3.7 |
2092 | 2024-08-03T03:42:40.030Z | [ host-package] Compiling spin v0.5.2 |
2093 | 2024-08-03T03:42:40.060Z | [ host-package] Compiling untrusted v0.7.1 |
2094 | 2024-08-03T03:42:40.283Z | [ host-package] Compiling endian-type v0.1.2 |
2095 | 2024-08-03T03:42:40.321Z | [ host-package] Compiling arrayvec v0.7.4 |
2096 | 2024-08-03T03:42:40.566Z | [ host-package] Compiling constant_time_eq v0.3.0 |
2097 | 2024-08-03T03:42:40.662Z | [ helios-setup] Aug 03 03:42:38.921 INFO E| info: installing component 'clippy' |
2098 | 2024-08-03T03:42:40.845Z | [ host-package] Compiling radix_trie v0.2.1 |
2099 | 2024-08-03T03:42:41.135Z | [ helios-setup] Aug 03 03:42:39.394 INFO E| info: installing component 'rust-docs' |
2100 | 2024-08-03T03:42:42.063Z | [ host-package] Compiling tar v0.4.41 |
2101 | 2024-08-03T03:42:44.054Z | [ host-package] Compiling ciborium v0.2.2 |
2102 | 2024-08-03T03:42:46.061Z | [ host-package] Compiling camino-tempfile v1.1.1 |
2103 | 2024-08-03T03:42:46.443Z | [ helios-setup] Aug 03 03:42:44.702 INFO E| info: installing component 'rust-src' |
2104 | 2024-08-03T03:42:46.650Z | [ host-package] Compiling toolchain_find v0.4.0 |
2105 | 2024-08-03T03:42:47.217Z | [ host-package] Compiling maplit v1.0.2 |
2106 | 2024-08-03T03:42:47.237Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2107 | 2024-08-03T03:42:47.295Z | [ helios-setup] Aug 03 03:42:45.554 INFO E| info: installing component 'rust-std' |
2108 | 2024-08-03T03:42:47.330Z | [ host-package] Compiling glob v0.3.1 |
2109 | 2024-08-03T03:42:47.371Z | [ host-package] Compiling topological-sort v0.2.2 |
2110 | 2024-08-03T03:42:47.851Z | [ host-package] Compiling crunchy v0.2.2 |
2111 | 2024-08-03T03:42:48.115Z | [ host-package] Compiling clang-sys v1.7.0 |
2112 | 2024-08-03T03:42:48.638Z | [ host-package] Compiling omicron-zone-package v0.11.0 |
2113 | 2024-08-03T03:42:48.815Z | [ host-package] Compiling rustfmt-wrapper v0.2.1 |
2114 | 2024-08-03T03:42:49.573Z | [ host-package] Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2115 | 2024-08-03T03:42:49.590Z | [ host-package] Compiling tiny-keccak v2.0.2 |
2116 | 2024-08-03T03:42:50.036Z | [ host-package] Compiling arc-swap v1.7.1 |
2117 | 2024-08-03T03:42:50.098Z | [ helios-setup] Aug 03 03:42:48.356 INFO E| info: installing component 'rustc' |
2118 | 2024-08-03T03:42:50.708Z | [ host-package] Compiling slog-scope v4.4.0 |
2119 | 2024-08-03T03:42:50.862Z | [ host-package] Compiling ascii-canvas v3.0.0 |
2120 | 2024-08-03T03:42:51.429Z | [ host-package] Compiling ena v0.14.3 |
2121 | 2024-08-03T03:42:51.723Z | [ host-package] Compiling libloading v0.8.3 |
2122 | 2024-08-03T03:42:51.927Z | [ host-package] Compiling diff v0.1.13 |
2123 | 2024-08-03T03:42:52.170Z | [ host-package] Compiling bindgen v0.69.4 |
2124 | 2024-08-03T03:42:52.211Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2125 | 2024-08-03T03:42:52.524Z | [ host-package] Compiling regex-syntax v0.6.29 |
2126 | 2024-08-03T03:42:52.785Z | [ host-package] Compiling slog-stdlog v4.1.1 |
2127 | 2024-08-03T03:42:54.058Z | [ host-package] Compiling tungstenite v0.21.0 |
2128 | 2024-08-03T03:42:54.609Z | [ host-package] Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2129 | 2024-08-03T03:42:56.513Z | [ helios-setup] Aug 03 03:42:54.771 INFO E| info: installing component 'rustfmt' |
2130 | 2024-08-03T03:42:57.374Z | [ helios-setup] Aug 03 03:42:55.632 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
2131 | 2024-08-03T03:42:58.229Z | [ helios-setup] Aug 03 03:42:56.487 INFO E| From https://github.com/oxidecomputer/amd-apcb |
2132 | 2024-08-03T03:42:58.229Z | [ helios-setup] Aug 03 03:42:56.487 INFO E| * [new ref] db77d47bc0d73c4159aa0a82493ef11f5e599047 -> refs/commit/db77d47bc0d73c4159aa0a82493ef11f5e599047 |
2133 | 2024-08-03T03:42:58.232Z | [ helios-setup] Aug 03 03:42:56.487 INFO E| * [new tag] v0.3.3 -> v0.3.3 |
2134 | 2024-08-03T03:42:58.256Z | [ helios-setup] Aug 03 03:42:56.514 INFO E| * [new tag] v0.1.3 -> v0.1.3 |
2135 | 2024-08-03T03:42:58.256Z | [ helios-setup] Aug 03 03:42:56.514 INFO E| * [new tag] v0.1.4 -> v0.1.4 |
2136 | 2024-08-03T03:42:58.259Z | [ helios-setup] Aug 03 03:42:56.514 INFO E| * [new tag] v0.1.5 -> v0.1.5 |
2137 | 2024-08-03T03:42:58.259Z | [ helios-setup] Aug 03 03:42:56.514 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2138 | 2024-08-03T03:42:58.259Z | [ helios-setup] Aug 03 03:42:56.514 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2139 | 2024-08-03T03:42:58.259Z | [ helios-setup] Aug 03 03:42:56.515 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2140 | 2024-08-03T03:42:58.259Z | [ helios-setup] Aug 03 03:42:56.515 INFO E| * [new tag] v0.3.2 -> v0.3.2 |
2141 | 2024-08-03T03:42:58.308Z | [ helios-setup] Aug 03 03:42:56.566 INFO E| Updating git repository `ssh://git@github.com/oxidecomputer/amd-efs.git` |
2142 | 2024-08-03T03:42:58.399Z | [ host-package] Compiling lalrpop v0.19.12 |
2143 | 2024-08-03T03:42:59.161Z | [ helios-setup] Aug 03 03:42:57.418 INFO E| From https://github.com/oxidecomputer/amd-efs |
2144 | 2024-08-03T03:42:59.161Z | [ helios-setup] Aug 03 03:42:57.418 INFO E| * [new branch] empty -> origin/empty |
2145 | 2024-08-03T03:42:59.164Z | [ helios-setup] Aug 03 03:42:57.419 INFO E| * [new branch] issue-99 -> origin/issue-99 |
2146 | 2024-08-03T03:42:59.164Z | [ helios-setup] Aug 03 03:42:57.419 INFO E| * [new branch] main -> origin/main |
2147 | 2024-08-03T03:42:59.164Z | [ helios-setup] Aug 03 03:42:57.419 INFO E| * [new branch] review -> origin/review |
2148 | 2024-08-03T03:42:59.164Z | [ helios-setup] Aug 03 03:42:57.419 INFO E| * [new ref] -> origin/HEAD |
2149 | 2024-08-03T03:42:59.164Z | [ helios-setup] Aug 03 03:42:57.419 INFO E| * [new tag] v0.2.0 -> v0.2.0 |
2150 | 2024-08-03T03:42:59.164Z | [ helios-setup] Aug 03 03:42:57.419 INFO E| * [new tag] v0.2.1 -> v0.2.1 |
2151 | 2024-08-03T03:42:59.164Z | [ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.2 -> v0.2.2 |
2152 | 2024-08-03T03:42:59.164Z | [ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.3 -> v0.2.3 |
2153 | 2024-08-03T03:42:59.165Z | [ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.4 -> v0.2.4 |
2154 | 2024-08-03T03:42:59.165Z | [ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.5 -> v0.2.5 |
2155 | 2024-08-03T03:42:59.165Z | [ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.6 -> v0.2.6 |
2156 | 2024-08-03T03:42:59.165Z | [ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.2.7 -> v0.2.7 |
2157 | 2024-08-03T03:42:59.165Z | [ helios-setup] Aug 03 03:42:57.420 INFO E| * [new tag] v0.3.0 -> v0.3.0 |
2158 | 2024-08-03T03:42:59.165Z | [ helios-setup] Aug 03 03:42:57.421 INFO E| * [new tag] v0.3.1 -> v0.3.1 |
2159 | 2024-08-03T03:42:59.165Z | [ helios-setup] Aug 03 03:42:57.421 INFO E| * [new tag] v0.4.0 -> v0.4.0 |
2160 | 2024-08-03T03:42:59.186Z | [ helios-setup] Aug 03 03:42:57.444 INFO E| Updating crates.io index |
2161 | 2024-08-03T03:42:59.561Z | [ helios-setup] Aug 03 03:42:57.819 INFO E| Downloading crates ... |
2162 | 2024-08-03T03:42:59.611Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2163 | 2024-08-03T03:42:59.730Z | [ helios-setup] Aug 03 03:42:57.988 INFO E| Downloaded parse_int v0.6.0 |
2164 | 2024-08-03T03:42:59.733Z | [ helios-setup] Aug 03 03:42:57.989 INFO E| Downloaded memchr v2.7.4 |
2165 | 2024-08-03T03:42:59.738Z | [ helios-setup] Aug 03 03:42:57.996 INFO E| Downloaded memoffset v0.5.6 |
2166 | 2024-08-03T03:42:59.741Z | [ helios-setup] Aug 03 03:42:57.998 INFO E| Downloaded strum v0.23.0 |
2167 | 2024-08-03T03:42:59.741Z | [ helios-setup] Aug 03 03:42:57.999 INFO E| Downloaded fletcher v0.1.0 |
2168 | 2024-08-03T03:42:59.744Z | [ helios-setup] Aug 03 03:42:58.001 INFO E| Downloaded cfg-if v0.1.10 |
2169 | 2024-08-03T03:42:59.774Z | [ helios-setup] Aug 03 03:42:58.031 INFO E| Downloaded vec_map v0.8.2 |
2170 | 2024-08-03T03:42:59.777Z | [ helios-setup] Aug 03 03:42:58.033 INFO E| Downloaded textwrap v0.11.0 |
2171 | 2024-08-03T03:42:59.777Z | [ helios-setup] Aug 03 03:42:58.035 INFO E| Downloaded strum_macros v0.23.1 |
2172 | 2024-08-03T03:42:59.780Z | [ helios-setup] Aug 03 03:42:58.037 INFO E| Downloaded structopt-derive v0.4.18 |
2173 | 2024-08-03T03:42:59.782Z | [ helios-setup] Aug 03 03:42:58.039 INFO E| Downloaded strsim v0.8.0 |
2174 | 2024-08-03T03:42:59.782Z | [ helios-setup] Aug 03 03:42:58.041 INFO E| Downloaded proc-macro-crate v0.1.5 |
2175 | 2024-08-03T03:42:59.785Z | [ helios-setup] Aug 03 03:42:58.042 INFO E| Downloaded pest_derive v2.7.11 |
2176 | 2024-08-03T03:42:59.788Z | [ helios-setup] Aug 03 03:42:58.045 INFO E| Downloaded semver-parser v0.7.0 |
2177 | 2024-08-03T03:42:59.791Z | [ helios-setup] Aug 03 03:42:58.046 INFO E| Downloaded semver v0.9.0 |
2178 | 2024-08-03T03:42:59.791Z | [ helios-setup] Aug 03 03:42:58.048 INFO E| Downloaded scroll_derive v0.10.5 |
2179 | 2024-08-03T03:42:59.794Z | [ helios-setup] Aug 03 03:42:58.050 INFO E| Downloaded rustc_version v0.2.3 |
2180 | 2024-08-03T03:42:59.794Z | [ helios-setup] Aug 03 03:42:58.051 INFO E| Downloaded pre v0.2.1 |
2181 | 2024-08-03T03:42:59.796Z | [ helios-setup] Aug 03 03:42:58.052 INFO E| Downloaded pest_generator v2.7.11 |
2182 | 2024-08-03T03:42:59.796Z | [ helios-setup] Aug 03 03:42:58.054 INFO E| Downloaded modular-bitfield v0.11.2 |
2183 | 2024-08-03T03:42:59.811Z | [ helios-setup] Aug 03 03:42:58.069 INFO E| Downloaded structopt v0.3.26 |
2184 | 2024-08-03T03:42:59.821Z | [ helios-setup] Aug 03 03:42:58.079 INFO E| Downloaded scroll v0.10.2 |
2185 | 2024-08-03T03:42:59.824Z | [ helios-setup] Aug 03 03:42:58.082 INFO E| Downloaded pre-proc-macro v0.2.1 |
2186 | 2024-08-03T03:42:59.827Z | [ helios-setup] Aug 03 03:42:58.084 INFO E| Downloaded pest_meta v2.7.11 |
2187 | 2024-08-03T03:42:59.829Z | [ helios-setup] Aug 03 03:42:58.087 INFO E| Downloaded pest v2.7.11 |
2188 | 2024-08-03T03:42:59.836Z | [ helios-setup] Aug 03 03:42:58.094 INFO E| Downloaded clap v2.34.0 |
2189 | 2024-08-03T03:42:59.845Z | [ helios-setup] Aug 03 03:42:58.103 INFO E| Downloaded serde_json v1.0.120 |
2190 | 2024-08-03T03:42:59.854Z | [ helios-setup] Aug 03 03:42:58.112 INFO E| Downloaded syn v2.0.71 |
2191 | 2024-08-03T03:42:59.869Z | [ helios-setup] Aug 03 03:42:58.127 INFO E| Downloaded goblin v0.4.3 |
2192 | 2024-08-03T03:42:59.876Z | [ helios-setup] Aug 03 03:42:58.134 INFO E| Downloaded log v0.4.22 |
2193 | 2024-08-03T03:42:59.880Z | [ helios-setup] Aug 03 03:42:58.137 INFO E| Downloaded num-derive v0.3.3 |
2194 | 2024-08-03T03:42:59.883Z | [ helios-setup] Aug 03 03:42:58.140 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
2195 | 2024-08-03T03:42:59.886Z | [ helios-setup] Aug 03 03:42:58.141 INFO E| Downloaded four-cc v0.3.0 |
2196 | 2024-08-03T03:42:59.886Z | [ helios-setup] Aug 03 03:42:58.143 INFO E| Downloaded bytesize v1.3.0 |
2197 | 2024-08-03T03:42:59.888Z | [ helios-setup] Aug 03 03:42:58.144 INFO E| Downloaded ansi_term v0.12.1 |
2198 | 2024-08-03T03:42:59.974Z | [ helios-setup] Aug 03 03:42:58.232 INFO E| Compiling proc-macro2 v1.0.86 |
2199 | 2024-08-03T03:42:59.978Z | [ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling unicode-ident v1.0.12 |
2200 | 2024-08-03T03:42:59.978Z | [ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling syn v1.0.109 |
2201 | 2024-08-03T03:42:59.978Z | [ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling version_check v0.9.4 |
2202 | 2024-08-03T03:42:59.978Z | [ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling semver-parser v0.7.0 |
2203 | 2024-08-03T03:42:59.978Z | [ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling autocfg v1.3.0 |
2204 | 2024-08-03T03:42:59.978Z | [ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling thiserror v1.0.63 |
2205 | 2024-08-03T03:42:59.978Z | [ helios-setup] Aug 03 03:42:58.233 INFO E| Compiling serde v1.0.204 |
2206 | 2024-08-03T03:43:01.091Z | [ helios-setup] Aug 03 03:42:59.349 INFO E| Compiling proc-macro-error-attr v1.0.4 |
2207 | 2024-08-03T03:43:01.241Z | [ host-package] Compiling which v4.4.2 |
2208 | 2024-08-03T03:43:01.837Z | [ helios-setup] Aug 03 03:43:00.095 INFO E| Compiling semver v0.9.0 |
2209 | 2024-08-03T03:43:01.923Z | [ helios-setup] Aug 03 03:43:00.181 INFO E| Compiling proc-macro-error v1.0.4 |
2210 | 2024-08-03T03:43:01.960Z | [ helios-setup] Aug 03 03:43:00.218 INFO E| Compiling serde_json v1.0.120 |
2211 | 2024-08-03T03:43:02.078Z | [ helios-setup] Aug 03 03:43:00.335 INFO E| Compiling num-traits v0.2.19 |
2212 | 2024-08-03T03:43:02.132Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2213 | 2024-08-03T03:43:02.556Z | [ helios-setup] Aug 03 03:43:00.814 INFO E| Compiling itoa v1.0.11 |
2214 | 2024-08-03T03:43:02.627Z | [ helios-setup] Aug 03 03:43:00.885 INFO E| Compiling rustc_version v0.2.3 |
2215 | 2024-08-03T03:43:02.785Z | [ helios-setup] Aug 03 03:43:01.043 INFO E| Compiling ryu v1.0.18 |
2216 | 2024-08-03T03:43:02.856Z | [ host-package] Compiling cexpr v0.6.0 |
2217 | 2024-08-03T03:43:02.858Z | [ helios-setup] Aug 03 03:43:01.114 INFO E| Compiling schemars v0.8.21 |
2218 | 2024-08-03T03:43:02.930Z | [ helios-setup] Aug 03 03:43:01.188 INFO E| Compiling unicode-segmentation v1.11.0 |
2219 | 2024-08-03T03:43:03.063Z | [ helios-setup] Aug 03 03:43:01.320 INFO E| Compiling memoffset v0.5.6 |
2220 | 2024-08-03T03:43:03.256Z | [ helios-setup] Aug 03 03:43:01.514 INFO E| Compiling memchr v2.7.4 |
2221 | 2024-08-03T03:43:03.336Z | [ helios-setup] Aug 03 03:43:01.594 INFO E| Compiling pre-proc-macro v0.2.1 |
2222 | 2024-08-03T03:43:03.713Z | [ helios-setup] Aug 03 03:43:01.970 INFO E| Compiling lazy_static v1.5.0 |
2223 | 2024-08-03T03:43:03.830Z | [ helios-setup] Aug 03 03:43:02.088 INFO E| Compiling ucd-trie v0.1.6 |
2224 | 2024-08-03T03:43:03.890Z | [ helios-setup] Aug 03 03:43:02.148 INFO E| Compiling rustversion v1.0.17 |
2225 | 2024-08-03T03:43:03.893Z | [ helios-setup] Aug 03 03:43:02.148 INFO E| Compiling dyn-clone v1.0.17 |
2226 | 2024-08-03T03:43:04.244Z | [ helios-setup] Aug 03 03:43:02.502 INFO E| Compiling quote v1.0.36 |
2227 | 2024-08-03T03:43:04.278Z | [ helios-setup] Aug 03 03:43:02.536 INFO E| Compiling libc v0.2.155 |
2228 | 2024-08-03T03:43:04.699Z | [ helios-setup] Aug 03 03:43:02.957 INFO E| Compiling heck v0.3.3 |
2229 | 2024-08-03T03:43:05.439Z | [ helios-setup] Aug 03 03:43:03.697 INFO E| Compiling syn v2.0.71 |
2230 | 2024-08-03T03:43:05.603Z | [ host-package] Compiling libsw v3.3.1 |
2231 | 2024-08-03T03:43:05.616Z | [ helios-setup] Aug 03 03:43:03.874 INFO E| Compiling paste v1.0.15 |
2232 | 2024-08-03T03:43:05.922Z | [ helios-setup] Aug 03 03:43:04.180 INFO E| Compiling pre v0.2.1 |
2233 | 2024-08-03T03:43:06.000Z | [ host-package] Compiling atty v0.2.14 |
2234 | 2024-08-03T03:43:06.388Z | [ host-package] Compiling linear-map v1.2.0 |
2235 | 2024-08-03T03:43:06.451Z | [ host-package] Compiling lazycell v1.3.0 |
2236 | 2024-08-03T03:43:06.794Z | [ helios-setup] Aug 03 03:43:05.052 INFO E| Compiling static_assertions v1.1.0 |
2237 | 2024-08-03T03:43:06.859Z | [ host-package] Compiling owo-colors v4.0.0 |
2238 | 2024-08-03T03:43:06.875Z | [ helios-setup] Aug 03 03:43:05.126 INFO E| Compiling byteorder v1.5.0 |
2239 | 2024-08-03T03:43:06.916Z | [ helios-setup] Aug 03 03:43:05.174 INFO E| Compiling cfg-if v0.1.10 |
2240 | 2024-08-03T03:43:06.996Z | [ helios-setup] Aug 03 03:43:05.254 INFO E| Compiling once_cell v1.19.0 |
2241 | 2024-08-03T03:43:07.103Z | [ host-package] Compiling shlex v1.3.0 |
2242 | 2024-08-03T03:43:07.955Z | [ helios-setup] Aug 03 03:43:06.212 INFO E| Compiling unicode-width v0.1.13 |
2243 | 2024-08-03T03:43:08.084Z | [ host-package] Compiling ref-cast v1.0.23 |
2244 | 2024-08-03T03:43:08.448Z | [ helios-setup] Aug 03 03:43:06.706 INFO E| Compiling textwrap v0.11.0 |
2245 | 2024-08-03T03:43:09.258Z | [ helios-setup] Aug 03 03:43:07.516 INFO E| Compiling bitflags v1.3.2 |
2246 | 2024-08-03T03:43:09.384Z | [ host-package] Compiling rustc-hash v1.1.0 |
2247 | 2024-08-03T03:43:09.521Z | [ helios-setup] Aug 03 03:43:07.778 INFO E| Compiling atty v0.2.14 |
2248 | 2024-08-03T03:43:09.537Z | [ helios-setup] Aug 03 03:43:07.794 INFO E| Compiling strsim v0.8.0 |
2249 | 2024-08-03T03:43:09.670Z | [ helios-setup] Aug 03 03:43:07.927 INFO E| Compiling strum v0.23.0 |
2250 | 2024-08-03T03:43:09.838Z | [ helios-setup] Aug 03 03:43:08.095 INFO E| Compiling ansi_term v0.12.1 |
2251 | 2024-08-03T03:43:09.868Z | [ helios-setup] Aug 03 03:43:08.125 INFO E| Compiling vec_map v0.8.2 |
2252 | 2024-08-03T03:43:10.348Z | [ helios-setup] Aug 03 03:43:08.606 INFO E| Compiling parse_int v0.6.0 |
2253 | 2024-08-03T03:43:10.366Z | [ helios-setup] Aug 03 03:43:08.623 INFO E| Compiling fletcher v0.1.0 |
2254 | 2024-08-03T03:43:10.569Z | [ helios-setup] Aug 03 03:43:08.826 INFO E| Compiling clap v2.34.0 |
2255 | 2024-08-03T03:43:10.625Z | [ helios-setup] Aug 03 03:43:08.882 INFO E| Compiling plain v0.2.3 |
2256 | 2024-08-03T03:43:10.776Z | [ helios-setup] Aug 03 03:43:09.033 INFO E| Compiling log v0.4.22 |
2257 | 2024-08-03T03:43:10.863Z | [ helios-setup] Aug 03 03:43:09.119 INFO E| Compiling bytesize v1.3.0 |
2258 | 2024-08-03T03:43:12.376Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2259 | 2024-08-03T03:43:13.494Z | [ helios-setup] Aug 03 03:43:11.751 INFO E| Compiling serde_derive_internals v0.29.1 |
2260 | 2024-08-03T03:43:14.512Z | [ helios-setup] Aug 03 03:43:12.769 INFO E| Compiling toml v0.5.11 |
2261 | 2024-08-03T03:43:16.532Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
2262 | 2024-08-03T03:43:17.813Z | [ host-package] Compiling slog-envlogger v2.2.0 |
2263 | 2024-08-03T03:43:18.211Z | [ helios-setup] Aug 03 03:43:16.468 INFO E| Compiling proc-macro-crate v0.1.5 |
2264 | 2024-08-03T03:43:19.319Z | [ helios-setup] Aug 03 03:43:17.575 INFO E| Compiling thiserror-impl v1.0.63 |
2265 | 2024-08-03T03:43:19.683Z | [ helios-setup] Aug 03 03:43:17.939 INFO E| Compiling serde_derive v1.0.204 |
2266 | 2024-08-03T03:43:19.993Z | [ helios-setup] Aug 03 03:43:18.250 INFO E| Compiling schemars_derive v0.8.21 |
2267 | 2024-08-03T03:43:20.007Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2268 | 2024-08-03T03:43:20.190Z | [ helios-setup] Aug 03 03:43:18.447 INFO E| Compiling zerocopy-derive v0.6.6 |
2269 | 2024-08-03T03:43:21.875Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2270 | 2024-08-03T03:43:22.491Z | [ host-package] Compiling derive_builder_core v0.20.0 |
2271 | 2024-08-03T03:43:23.589Z | [ helios-setup] Aug 03 03:43:21.845 INFO E| Compiling zerocopy v0.6.6 |
2272 | 2024-08-03T03:43:24.671Z | [ host-package] Compiling headers-core v0.2.0 |
2273 | 2024-08-03T03:43:24.937Z | [ host-package] Compiling fxhash v0.2.1 |
2274 | 2024-08-03T03:43:25.010Z | [ helios-setup] Aug 03 03:43:23.266 INFO E| Compiling pest v2.7.11 |
2275 | 2024-08-03T03:43:25.497Z | [ helios-setup] Aug 03 03:43:23.754 INFO E| Compiling modular-bitfield-impl v0.11.2 |
2276 | 2024-08-03T03:43:25.497Z | [ helios-setup] Aug 03 03:43:23.754 INFO E| Compiling num-derive v0.3.3 |
2277 | 2024-08-03T03:43:25.525Z | [ host-package] Compiling libxml v0.3.3 |
2278 | 2024-08-03T03:43:25.570Z | [ helios-setup] Aug 03 03:43:23.827 INFO E| Compiling strum_macros v0.23.1 |
2279 | 2024-08-03T03:43:26.401Z | [ helios-setup] Aug 03 03:43:24.655 INFO E| Compiling scroll_derive v0.10.5 |
2280 | 2024-08-03T03:43:26.564Z | [ host-package] Compiling ref-cast-impl v1.0.23 |
2281 | 2024-08-03T03:43:26.634Z | [ host-package] Compiling derive_builder_macro v0.20.0 |
2282 | 2024-08-03T03:43:26.865Z | [ helios-setup] Aug 03 03:43:25.122 INFO E| Compiling structopt-derive v0.4.18 |
2283 | 2024-08-03T03:43:28.735Z | [ host-package] Compiling headers v0.3.9 |
2284 | 2024-08-03T03:43:28.971Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2285 | 2024-08-03T03:43:29.771Z | [ helios-setup] Aug 03 03:43:28.022 INFO E| Compiling scroll v0.10.2 |
2286 | 2024-08-03T03:43:29.866Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2287 | 2024-08-03T03:43:30.345Z | [ helios-setup] Aug 03 03:43:28.601 INFO E| Compiling pest_meta v2.7.11 |
2288 | 2024-08-03T03:43:31.023Z | [ helios-setup] Aug 03 03:43:29.278 INFO E| Compiling goblin v0.4.3 |
2289 | 2024-08-03T03:43:31.059Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2290 | 2024-08-03T03:43:31.210Z | [ helios-setup] Aug 03 03:43:29.466 INFO E| Compiling modular-bitfield v0.11.2 |
2291 | 2024-08-03T03:43:32.283Z | [ helios-setup] Aug 03 03:43:30.539 INFO E| Compiling structopt v0.3.26 |
2292 | 2024-08-03T03:43:32.921Z | [ helios-setup] Aug 03 03:43:31.177 INFO E| Compiling pest_generator v2.7.11 |
2293 | 2024-08-03T03:43:33.730Z | [ host-package] Compiling samael v0.0.15 |
2294 | 2024-08-03T03:43:35.245Z | [ host-package] Compiling strum_macros v0.24.3 |
2295 | 2024-08-03T03:43:35.357Z | [ host-package] Compiling cookie v0.18.1 |
2296 | 2024-08-03T03:43:35.996Z | [ host-package] Compiling unicase v2.7.0 |
2297 | 2024-08-03T03:43:36.043Z | [ host-package] Compiling indoc v1.0.9 |
2298 | 2024-08-03T03:43:37.208Z | [ helios-setup] Aug 03 03:43:35.464 INFO E| Compiling pest_derive v2.7.11 |
2299 | 2024-08-03T03:43:40.175Z | [ host-package] Compiling derive_builder v0.20.0 |
2300 | 2024-08-03T03:43:40.483Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2301 | 2024-08-03T03:43:41.012Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
2302 | 2024-08-03T03:43:42.418Z | [ helios-setup] Aug 03 03:43:40.673 INFO E| Compiling json5 v0.4.1 |
2303 | 2024-08-03T03:43:42.521Z | [ host-package] Compiling polar-core v0.27.3 |
2304 | 2024-08-03T03:43:42.640Z | [ host-package] Compiling oso-derive v0.27.3 |
2305 | 2024-08-03T03:43:44.276Z | [ host-package] Compiling quick-xml v0.31.0 |
2306 | 2024-08-03T03:43:45.476Z | [ host-package] Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2307 | 2024-08-03T03:43:45.886Z | [ host-package] Compiling parking_lot_core v0.8.6 |
2308 | 2024-08-03T03:43:46.686Z | [ host-package] Compiling cfg_aliases v0.1.1 |
2309 | 2024-08-03T03:43:46.871Z | [ host-package] Compiling nix v0.28.0 |
2310 | 2024-08-03T03:43:48.126Z | [ helios-setup] Aug 03 03:43:46.381 INFO E| Compiling four-cc v0.3.0 |
2311 | 2024-08-03T03:43:48.126Z | [ helios-setup] Aug 03 03:43:46.381 INFO E| Compiling amd-efs v0.4.0 (ssh://git@github.com/oxidecomputer/amd-efs.git?tag=v0.4.0#16afc05b) |
2312 | 2024-08-03T03:43:48.291Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2313 | 2024-08-03T03:43:48.304Z | [ helios-setup] Aug 03 03:43:46.559 INFO E| Compiling amd-apcb v0.3.3 (https://github.com/oxidecomputer/amd-apcb.git?tag=v0.3.3#db77d47b) |
2314 | 2024-08-03T03:43:50.269Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2315 | 2024-08-03T03:43:51.671Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2316 | 2024-08-03T03:43:52.207Z | [ host-package] Compiling bb8 v0.8.5 |
2317 | 2024-08-03T03:43:52.670Z | [ host-package] Compiling const_format_proc_macros v0.2.32 |
2318 | 2024-08-03T03:43:52.932Z | [ host-package] Compiling curve25519-dalek v4.1.3 |
2319 | 2024-08-03T03:43:53.704Z | [ host-package] Compiling vte_generate_state_changes v0.1.1 |
2320 | 2024-08-03T03:43:54.753Z | [ host-package] Compiling keccak v0.1.5 |
2321 | 2024-08-03T03:43:55.178Z | [ host-package] Compiling const_format v0.2.32 |
2322 | 2024-08-03T03:43:55.693Z | [ host-package] Compiling sha3 v0.10.8 |
2323 | 2024-08-03T03:43:55.964Z | [ host-package] Compiling vte v0.11.1 |
2324 | 2024-08-03T03:43:56.762Z | [ host-package] Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2325 | 2024-08-03T03:43:57.578Z | [ host-package] Compiling fd-lock v4.0.2 |
2326 | 2024-08-03T03:43:57.787Z | [ host-package] Compiling universal-hash v0.5.1 |
2327 | 2024-08-03T03:43:57.960Z | [ host-package] Compiling secrecy v0.8.0 |
2328 | 2024-08-03T03:43:58.083Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
2329 | 2024-08-03T03:43:58.139Z | [ host-package] Compiling curve25519-dalek-derive v0.1.1 |
2330 | 2024-08-03T03:43:58.337Z | [ host-package] Compiling bytecount v0.6.8 |
2331 | 2024-08-03T03:43:58.756Z | [ host-package] Compiling opaque-debug v0.3.1 |
2332 | 2024-08-03T03:43:58.886Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2333 | 2024-08-03T03:43:59.356Z | [ host-package] Compiling poly1305 v0.8.0 |
2334 | 2024-08-03T03:44:01.093Z | [ host-package] Compiling papergrid v0.11.0 |
2335 | 2024-08-03T03:44:01.157Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
2336 | 2024-08-03T03:44:01.786Z | [ host-package] Compiling parking_lot v0.11.2 |
2337 | 2024-08-03T03:44:06.386Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
2338 | 2024-08-03T03:44:07.215Z | [ host-package] Compiling trust-dns-client v0.22.0 |
2339 | 2024-08-03T03:44:07.760Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2340 | 2024-08-03T03:44:08.208Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2341 | 2024-08-03T03:44:10.818Z | [ host-package] Compiling oso v0.27.3 |
2342 | 2024-08-03T03:44:13.840Z | [ host-package] Compiling tabled_derive v0.7.0 |
2343 | 2024-08-03T03:44:14.455Z | [ host-package] Compiling chacha20 v0.9.1 |
2344 | 2024-08-03T03:44:15.281Z | [ host-package] Compiling aead v0.5.2 |
2345 | 2024-08-03T03:44:15.696Z | [ host-package] Compiling peg-macros v0.8.4 |
2346 | 2024-08-03T03:44:16.321Z | [ host-package] Compiling kstat-rs v0.2.4 |
2347 | 2024-08-03T03:44:17.383Z | [ host-package] Compiling toml v0.5.11 |
2348 | 2024-08-03T03:44:19.576Z | [ host-package] Compiling sqlparser_derive v0.2.2 |
2349 | 2024-08-03T03:44:19.904Z | [ host-package] Compiling unicode_categories v0.1.1 |
2350 | 2024-08-03T03:44:20.318Z | [ host-package] Compiling nu-ansi-term v0.50.0 |
2351 | 2024-08-03T03:44:21.115Z | [ host-package] Compiling rustyline v14.0.0 |
2352 | 2024-08-03T03:44:21.653Z | [ host-package] Compiling sqlparser v0.45.0 |
2353 | 2024-08-03T03:44:27.257Z | [ host-package] Compiling reedline v0.31.0 |
2354 | 2024-08-03T03:44:29.362Z | [ host-package] Compiling sqlformat v0.2.4 |
2355 | 2024-08-03T03:44:30.259Z | [ host-package] Compiling peg v0.8.4 |
2356 | 2024-08-03T03:44:30.462Z | [ host-package] Compiling trust-dns-server v0.22.1 |
2357 | 2024-08-03T03:44:30.540Z | [ helios-setup] Aug 03 03:44:28.792 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/amd-host-image-builder-config) |
2358 | 2024-08-03T03:44:34.847Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2359 | 2024-08-03T03:44:41.275Z | [ host-package] Compiling tabled v0.15.0 |
2360 | 2024-08-03T03:44:41.300Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
2361 | 2024-08-03T03:44:41.944Z | [ host-package] Compiling sled v0.34.7 |
2362 | 2024-08-03T03:44:45.797Z | [ helios-setup] Aug 03 03:44:44.049 INFO E| Compiling amd-host-image-builder v0.1.1 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
2363 | 2024-08-03T03:44:53.418Z | [ host-package] Compiling vsss-rs v3.3.4 |
2364 | 2024-08-03T03:44:53.894Z | [ host-package] Compiling mime_guess v2.0.4 |
2365 | 2024-08-03T03:44:55.138Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2366 | 2024-08-03T03:44:55.920Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2367 | 2024-08-03T03:44:57.434Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2368 | 2024-08-03T03:44:58.334Z | [ host-package] Compiling env_logger v0.9.3 |
2369 | 2024-08-03T03:45:02.798Z | [ host-package] Compiling tungstenite v0.20.1 |
2370 | 2024-08-03T03:45:03.937Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2371 | 2024-08-03T03:45:11.588Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2372 | 2024-08-03T03:45:19.538Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2373 | 2024-08-03T03:45:29.539Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2374 | 2024-08-03T03:45:30.235Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2375 | 2024-08-03T03:45:31.222Z | [ host-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2376 | 2024-08-03T03:45:31.929Z | [ host-package] Compiling bcs v0.1.6 |
2377 | 2024-08-03T03:45:32.276Z | [ helios-setup] Aug 03 03:45:30.525 INFO E| Finished dev [unoptimized + debuginfo] target(s) in 2m 35s |
2378 | 2024-08-03T03:45:32.312Z | [ helios-setup] Aug 03 03:45:30.561 INFO building project "amd-host-image-builder" ok (186 seconds) |
2379 | 2024-08-03T03:45:32.315Z | [ helios-setup] Aug 03 03:45:30.561 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
2380 | 2024-08-03T03:45:32.315Z | [ helios-setup] Aug 03 03:45:30.562 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
2381 | 2024-08-03T03:45:32.791Z | [ helios-setup] Aug 03 03:45:31.040 INFO E| Compiling adler v1.0.2 |
2382 | 2024-08-03T03:45:32.956Z | [ host-package] Compiling bitstruct_derive v0.1.0 |
2383 | 2024-08-03T03:45:32.978Z | [ helios-setup] Aug 03 03:45:31.227 INFO E| Compiling miniz_oxide v0.7.2 |
2384 | 2024-08-03T03:45:34.566Z | [ host-package] Compiling nanorand v0.7.0 |
2385 | 2024-08-03T03:45:35.701Z | [ helios-setup] Aug 03 03:45:33.949 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
2386 | 2024-08-03T03:45:35.708Z | [ host-package] Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2387 | 2024-08-03T03:45:35.825Z | [ host-package] Compiling memoffset v0.9.1 |
2388 | 2024-08-03T03:45:35.913Z | [ host-package] Compiling highway v1.1.0 |
2389 | 2024-08-03T03:45:36.467Z | [ host-package] Compiling ascii v1.1.0 |
2390 | 2024-08-03T03:45:36.606Z | [ helios-setup] Aug 03 03:45:34.855 INFO E| Finished `release` profile [optimized] target(s) in 4.20s |
2391 | 2024-08-03T03:45:36.614Z | [ helios-setup] Aug 03 03:45:34.863 INFO building project "pinprick" ok (4 seconds) |
2392 | 2024-08-03T03:45:36.617Z | [ helios-setup] Aug 03 03:45:34.863 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
2393 | 2024-08-03T03:45:36.617Z | [ helios-setup] Aug 03 03:45:34.863 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
2394 | 2024-08-03T03:45:36.911Z | [ helios-setup] Aug 03 03:45:35.159 INFO E| Downloading crates ... |
2395 | 2024-08-03T03:45:36.984Z | [ helios-setup] Aug 03 03:45:35.233 INFO E| Downloaded anyhow v1.0.62 |
2396 | 2024-08-03T03:45:36.991Z | [ helios-setup] Aug 03 03:45:35.240 INFO E| Downloaded bytes v1.2.1 |
2397 | 2024-08-03T03:45:36.997Z | [ helios-setup] Aug 03 03:45:35.246 INFO E| Downloaded digest v0.10.3 |
2398 | 2024-08-03T03:45:37.000Z | [ helios-setup] Aug 03 03:45:35.248 INFO E| Downloaded typenum v1.15.0 |
2399 | 2024-08-03T03:45:37.004Z | [ helios-setup] Aug 03 03:45:35.253 INFO E| Downloaded flate2 v1.0.25 |
2400 | 2024-08-03T03:45:37.011Z | [ helios-setup] Aug 03 03:45:35.260 INFO E| Downloaded miniz_oxide v0.6.2 |
2401 | 2024-08-03T03:45:37.014Z | [ helios-setup] Aug 03 03:45:35.263 INFO E| Downloaded unicode-width v0.1.10 |
2402 | 2024-08-03T03:45:37.017Z | [ helios-setup] Aug 03 03:45:35.265 INFO E| Downloaded sha2 v0.10.5 |
2403 | 2024-08-03T03:45:37.020Z | [ helios-setup] Aug 03 03:45:35.268 INFO E| Downloaded generic-array v0.14.6 |
2404 | 2024-08-03T03:45:37.023Z | [ helios-setup] Aug 03 03:45:35.270 INFO E| Downloaded cpufeatures v0.2.5 |
2405 | 2024-08-03T03:45:37.026Z | [ helios-setup] Aug 03 03:45:35.272 INFO E| Downloaded block-buffer v0.10.3 |
2406 | 2024-08-03T03:45:37.164Z | [ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling typenum v1.15.0 |
2407 | 2024-08-03T03:45:37.165Z | [ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling version_check v0.9.4 |
2408 | 2024-08-03T03:45:37.168Z | [ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling crc32fast v1.3.2 |
2409 | 2024-08-03T03:45:37.168Z | [ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling cfg-if v1.0.0 |
2410 | 2024-08-03T03:45:37.168Z | [ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling adler v1.0.2 |
2411 | 2024-08-03T03:45:37.168Z | [ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling anyhow v1.0.62 |
2412 | 2024-08-03T03:45:37.168Z | [ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling cpufeatures v0.2.5 |
2413 | 2024-08-03T03:45:37.168Z | [ helios-setup] Aug 03 03:45:35.413 INFO E| Compiling unicode-width v0.1.10 |
2414 | 2024-08-03T03:45:37.460Z | [ host-package] Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2415 | 2024-08-03T03:45:37.916Z | [ helios-setup] Aug 03 03:45:36.163 INFO E| Compiling miniz_oxide v0.6.2 |
2416 | 2024-08-03T03:45:37.922Z | [ helios-setup] Aug 03 03:45:36.163 INFO E| Compiling getopts v0.2.21 |
2417 | 2024-08-03T03:45:37.922Z | [ helios-setup] Aug 03 03:45:36.163 INFO E| Compiling bytes v1.2.1 |
2418 | 2024-08-03T03:45:38.030Z | [ helios-setup] Aug 03 03:45:36.278 INFO E| Compiling bitflags v1.3.2 |
2419 | 2024-08-03T03:45:39.050Z | [ helios-setup] Aug 03 03:45:37.298 INFO E| Compiling generic-array v0.14.6 |
2420 | 2024-08-03T03:45:39.816Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2421 | 2024-08-03T03:45:39.894Z | [ helios-setup] Aug 03 03:45:38.142 INFO E| Compiling flate2 v1.0.25 |
2422 | 2024-08-03T03:45:40.857Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2423 | 2024-08-03T03:45:41.708Z | [ host-package] Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2424 | 2024-08-03T03:45:42.660Z | [ host-package] Compiling flume v0.11.0 |
2425 | 2024-08-03T03:45:43.348Z | [ helios-setup] Aug 03 03:45:41.596 INFO E| Compiling crypto-common v0.1.6 |
2426 | 2024-08-03T03:45:43.348Z | [ helios-setup] Aug 03 03:45:41.596 INFO E| Compiling block-buffer v0.10.3 |
2427 | 2024-08-03T03:45:43.520Z | [ host-package] Compiling bitstruct v0.1.1 |
2428 | 2024-08-03T03:45:43.594Z | [ helios-setup] Aug 03 03:45:41.843 INFO E| Compiling digest v0.10.3 |
2429 | 2024-08-03T03:45:43.715Z | [ host-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2430 | 2024-08-03T03:45:43.947Z | [ helios-setup] Aug 03 03:45:42.195 INFO E| Compiling sha2 v0.10.5 |
2431 | 2024-08-03T03:45:44.473Z | [ helios-setup] Aug 03 03:45:42.721 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
2432 | 2024-08-03T03:45:44.507Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2433 | 2024-08-03T03:45:46.850Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2434 | 2024-08-03T03:45:49.948Z | [ helios-setup] Aug 03 03:45:48.195 INFO E| Finished `release` profile [optimized] target(s) in 13.24s |
2435 | 2024-08-03T03:45:49.963Z | [ helios-setup] Aug 03 03:45:48.211 INFO building project "bootserver" ok (13 seconds) |
2436 | 2024-08-03T03:45:49.964Z | [ helios-setup] Aug 03 03:45:48.212 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
2437 | 2024-08-03T03:45:49.967Z | [ helios-setup] Aug 03 03:45:48.212 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
2438 | 2024-08-03T03:45:50.411Z | [ helios-setup] Aug 03 03:45:48.659 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
2439 | 2024-08-03T03:45:50.987Z | [ helios-setup] Aug 03 03:45:49.235 INFO E| From https://github.com/jclulow/hiercmd |
2440 | 2024-08-03T03:45:50.987Z | [ helios-setup] Aug 03 03:45:49.235 INFO E| * [new ref] d9d28d6aa06f0740b8668b9e64c0f4bb69243aad -> refs/commit/d9d28d6aa06f0740b8668b9e64c0f4bb69243aad |
2441 | 2024-08-03T03:45:51.009Z | [ helios-setup] Aug 03 03:45:49.256 INFO E| Updating git repository `https://github.com/jclulow/network-interface` |
2442 | 2024-08-03T03:45:51.520Z | [ helios-setup] Aug 03 03:45:49.768 INFO E| From https://github.com/jclulow/network-interface |
2443 | 2024-08-03T03:45:51.520Z | [ helios-setup] Aug 03 03:45:49.768 INFO E| * [new ref] 827e6b7ba62ea32474ef38b1b02942bdf3933624 -> refs/commit/827e6b7ba62ea32474ef38b1b02942bdf3933624 |
2444 | 2024-08-03T03:45:51.560Z | [ helios-setup] Aug 03 03:45:49.808 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
2445 | 2024-08-03T03:45:52.070Z | [ helios-setup] Aug 03 03:45:50.318 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
2446 | 2024-08-03T03:45:52.070Z | [ helios-setup] Aug 03 03:45:50.318 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
2447 | 2024-08-03T03:45:52.105Z | [ helios-setup] Aug 03 03:45:50.353 INFO E| Updating git repository `git+ssh://git@github.com/oxidecomputer/facade` |
2448 | 2024-08-03T03:45:52.625Z | [ host-package] Compiling tokio-tungstenite v0.20.1 |
2449 | 2024-08-03T03:45:52.933Z | [ helios-setup] Aug 03 03:45:51.179 INFO E| From https://github.com/oxidecomputer/facade |
2450 | 2024-08-03T03:45:52.933Z | [ helios-setup] Aug 03 03:45:51.179 INFO E| * [new ref] aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 -> refs/commit/aadb1404d3e53f6d1b5928a1aa09dcec0e0a3892 |
2451 | 2024-08-03T03:45:53.022Z | [ helios-setup] Aug 03 03:45:51.269 INFO E| Updating crates.io index |
2452 | 2024-08-03T03:45:53.929Z | [ helios-setup] Aug 03 03:45:52.173 INFO E| Downloading crates ... |
2453 | 2024-08-03T03:45:54.116Z | [ helios-setup] Aug 03 03:45:52.363 INFO E| Downloaded anstyle-parse v0.1.1 |
2454 | 2024-08-03T03:45:54.119Z | [ helios-setup] Aug 03 03:45:52.367 INFO E| Downloaded anstyle v0.3.5 |
2455 | 2024-08-03T03:45:54.122Z | [ helios-setup] Aug 03 03:45:52.369 INFO E| Downloaded bytes v1.4.0 |
2456 | 2024-08-03T03:45:54.128Z | [ helios-setup] Aug 03 03:45:52.376 INFO E| Downloaded clap v4.2.1 |
2457 | 2024-08-03T03:45:54.143Z | [ helios-setup] Aug 03 03:45:52.390 INFO E| Downloaded cc v1.0.78 |
2458 | 2024-08-03T03:45:54.147Z | [ helios-setup] Aug 03 03:45:52.395 INFO E| Downloaded const-random v0.1.15 |
2459 | 2024-08-03T03:45:54.150Z | [ helios-setup] Aug 03 03:45:52.396 INFO E| Downloaded serde_tokenstream v0.2.0 |
2460 | 2024-08-03T03:45:54.156Z | [ helios-setup] Aug 03 03:45:52.402 INFO E| Downloaded serde_spanned v0.6.1 |
2461 | 2024-08-03T03:45:54.159Z | [ helios-setup] Aug 03 03:45:52.403 INFO E| Downloaded itoa v1.0.6 |
2462 | 2024-08-03T03:45:54.159Z | [ helios-setup] Aug 03 03:45:52.406 INFO E| Downloaded jobserver v0.1.26 |
2463 | 2024-08-03T03:45:54.161Z | [ helios-setup] Aug 03 03:45:52.409 INFO E| Downloaded num_cpus v1.15.0 |
2464 | 2024-08-03T03:45:54.165Z | [ helios-setup] Aug 03 03:45:52.413 INFO E| Downloaded slog-async v2.7.0 |
2465 | 2024-08-03T03:45:54.168Z | [ helios-setup] Aug 03 03:45:52.416 INFO E| Downloaded terminal_size v0.2.6 |
2466 | 2024-08-03T03:45:54.171Z | [ helios-setup] Aug 03 03:45:52.419 INFO E| Downloaded memoffset v0.7.1 |
2467 | 2024-08-03T03:45:54.174Z | [ helios-setup] Aug 03 03:45:52.421 INFO E| Downloaded aho-corasick v0.7.20 |
2468 | 2024-08-03T03:45:54.181Z | [ helios-setup] Aug 03 03:45:52.429 INFO E| Downloaded tokio-macros v2.0.0 |
2469 | 2024-08-03T03:45:54.184Z | [ helios-setup] Aug 03 03:45:52.431 INFO E| Downloaded tokio-util v0.7.7 |
2470 | 2024-08-03T03:45:54.197Z | [ helios-setup] Aug 03 03:45:52.444 INFO E| Downloaded tracing v0.1.37 |
2471 | 2024-08-03T03:45:54.204Z | [ helios-setup] Aug 03 03:45:52.452 INFO E| Downloaded ucd-trie v0.1.5 |
2472 | 2024-08-03T03:45:54.208Z | [ helios-setup] Aug 03 03:45:52.455 INFO E| Downloaded unicode-linebreak v0.1.4 |
2473 | 2024-08-03T03:45:54.210Z | [ helios-setup] Aug 03 03:45:52.458 INFO E| Downloaded unsafe-libyaml v0.2.8 |
2474 | 2024-08-03T03:45:54.217Z | [ helios-setup] Aug 03 03:45:52.465 INFO E| Downloaded url v2.3.1 |
2475 | 2024-08-03T03:45:54.222Z | [ helios-setup] Aug 03 03:45:52.470 INFO E| Downloaded try-lock v0.2.4 |
2476 | 2024-08-03T03:45:54.225Z | [ helios-setup] Aug 03 03:45:52.471 INFO E| Downloaded scopeguard v1.1.0 |
2477 | 2024-08-03T03:45:54.227Z | [ helios-setup] Aug 03 03:45:52.474 INFO E| Downloaded unicode-bidi v0.3.13 |
2478 | 2024-08-03T03:45:54.230Z | [ helios-setup] Aug 03 03:45:52.478 INFO E| Downloaded unicode-ident v1.0.8 |
2479 | 2024-08-03T03:45:54.235Z | [ helios-setup] Aug 03 03:45:52.483 INFO E| Downloaded want v0.3.0 |
2480 | 2024-08-03T03:45:54.238Z | [ helios-setup] Aug 03 03:45:52.484 INFO E| Downloaded smallvec v1.10.0 |
2481 | 2024-08-03T03:45:54.241Z | [ helios-setup] Aug 03 03:45:52.488 INFO E| Downloaded serde_yaml v0.9.21 |
2482 | 2024-08-03T03:45:54.245Z | [ helios-setup] Aug 03 03:45:52.493 INFO E| Downloaded time v0.1.45 |
2483 | 2024-08-03T03:45:54.248Z | [ helios-setup] Aug 03 03:45:52.495 INFO E| Downloaded textwrap v0.16.0 |
2484 | 2024-08-03T03:45:54.251Z | [ helios-setup] Aug 03 03:45:52.499 INFO E| Downloaded socket2 v0.4.9 |
2485 | 2024-08-03T03:45:54.254Z | [ helios-setup] Aug 03 03:45:52.502 INFO E| Downloaded thiserror-impl v1.0.38 |
2486 | 2024-08-03T03:45:54.256Z | [ helios-setup] Aug 03 03:45:52.504 INFO E| Downloaded unicode-normalization v0.1.22 |
2487 | 2024-08-03T03:45:54.261Z | [ helios-setup] Aug 03 03:45:52.509 INFO E| Downloaded signal-hook-registry v1.4.0 |
2488 | 2024-08-03T03:45:54.265Z | [ helios-setup] Aug 03 03:45:52.511 INFO E| Downloaded typenum v1.16.0 |
2489 | 2024-08-03T03:45:54.268Z | [ helios-setup] Aug 03 03:45:52.515 INFO E| Downloaded tracing-core v0.1.30 |
2490 | 2024-08-03T03:45:54.273Z | [ helios-setup] Aug 03 03:45:52.520 INFO E| Downloaded thiserror v1.0.38 |
2491 | 2024-08-03T03:45:54.278Z | [ helios-setup] Aug 03 03:45:52.526 INFO E| Downloaded strsim v0.10.0 |
2492 | 2024-08-03T03:45:54.304Z | [ helios-setup] Aug 03 03:45:52.552 INFO E| Downloaded walkdir v2.3.3 |
2493 | 2024-08-03T03:45:54.307Z | [ helios-setup] Aug 03 03:45:52.555 INFO E| Downloaded winnow v0.4.1 |
2494 | 2024-08-03T03:45:54.320Z | [ helios-setup] Aug 03 03:45:52.568 INFO E| Downloaded uuid v1.3.0 |
2495 | 2024-08-03T03:45:54.325Z | [ helios-setup] Aug 03 03:45:52.573 INFO E| Downloaded toml_edit v0.19.8 |
2496 | 2024-08-03T03:45:54.350Z | [ helios-setup] Aug 03 03:45:52.598 INFO E| Downloaded toml v0.7.3 |
2497 | 2024-08-03T03:45:54.355Z | [ helios-setup] Aug 03 03:45:52.603 INFO E| Downloaded tokio v1.27.0 |
2498 | 2024-08-03T03:45:54.407Z | [ helios-setup] Aug 03 03:45:52.655 INFO E| Downloaded digest v0.10.6 |
2499 | 2024-08-03T03:45:54.410Z | [ helios-setup] Aug 03 03:45:52.658 INFO E| Downloaded ryu v1.0.13 |
2500 | 2024-08-03T03:45:54.414Z | [ helios-setup] Aug 03 03:45:52.662 INFO E| Downloaded memchr v2.5.0 |
2501 | 2024-08-03T03:45:54.421Z | [ helios-setup] Aug 03 03:45:52.669 INFO E| Downloaded async-trait v0.1.68 |
2502 | 2024-08-03T03:45:54.427Z | [ helios-setup] Aug 03 03:45:52.675 INFO E| Downloaded anyhow v1.0.68 |
2503 | 2024-08-03T03:45:54.434Z | [ helios-setup] Aug 03 03:45:52.682 INFO E| Downloaded autocfg v1.1.0 |
2504 | 2024-08-03T03:45:54.437Z | [ helios-setup] Aug 03 03:45:52.685 INFO E| Downloaded smartstring v1.0.1 |
2505 | 2024-08-03T03:45:54.440Z | [ helios-setup] Aug 03 03:45:52.688 INFO E| Downloaded serde_path_to_error v0.1.11 |
2506 | 2024-08-03T03:45:54.444Z | [ helios-setup] Aug 03 03:45:52.692 INFO E| Downloaded syn v1.0.107 |
2507 | 2024-08-03T03:45:54.459Z | [ helios-setup] Aug 03 03:45:52.707 INFO E| Downloaded sha2 v0.10.6 |
2508 | 2024-08-03T03:45:54.462Z | [ helios-setup] Aug 03 03:45:52.710 INFO E| Downloaded sha1 v0.10.5 |
2509 | 2024-08-03T03:45:54.465Z | [ helios-setup] Aug 03 03:45:52.712 INFO E| Downloaded serde_derive_internals v0.26.0 |
2510 | 2024-08-03T03:45:54.468Z | [ helios-setup] Aug 03 03:45:52.715 INFO E| Downloaded tungstenite v0.18.0 |
2511 | 2024-08-03T03:45:54.471Z | [ helios-setup] Aug 03 03:45:52.719 INFO E| Downloaded toolchain_find v0.2.0 |
2512 | 2024-08-03T03:45:54.474Z | [ helios-setup] Aug 03 03:45:52.721 INFO E| Downloaded toml_datetime v0.6.1 |
2513 | 2024-08-03T03:45:54.478Z | [ helios-setup] Aug 03 03:45:52.722 INFO E| Downloaded tokio-tungstenite v0.18.0 |
2514 | 2024-08-03T03:45:54.481Z | [ helios-setup] Aug 03 03:45:52.726 INFO E| Downloaded tokio-rustls v0.24.0 |
2515 | 2024-08-03T03:45:54.481Z | [ helios-setup] Aug 03 03:45:52.728 INFO E| Downloaded lazy_static v1.4.0 |
2516 | 2024-08-03T03:45:54.486Z | [ helios-setup] Aug 03 03:45:52.731 INFO E| Downloaded either v1.8.0 |
2517 | 2024-08-03T03:45:54.489Z | [ helios-setup] Aug 03 03:45:52.732 INFO E| Downloaded dyn-clone v1.0.11 |
2518 | 2024-08-03T03:45:54.489Z | [ helios-setup] Aug 03 03:45:52.735 INFO E| Downloaded const-random-macro v0.1.15 |
2519 | 2024-08-03T03:45:54.489Z | [ helios-setup] Aug 03 03:45:52.737 INFO E| Downloaded pkg-config v0.3.26 |
2520 | 2024-08-03T03:45:54.492Z | [ helios-setup] Aug 03 03:45:52.739 INFO E| Downloaded num-traits v0.2.15 |
2521 | 2024-08-03T03:45:54.495Z | [ helios-setup] Aug 03 03:45:52.743 INFO E| Downloaded crossbeam-epoch v0.9.13 |
2522 | 2024-08-03T03:45:54.501Z | [ helios-setup] Aug 03 03:45:52.749 INFO E| Downloaded home v0.5.4 |
2523 | 2024-08-03T03:45:54.503Z | [ helios-setup] Aug 03 03:45:52.751 INFO E| Downloaded git2 v0.16.1 |
2524 | 2024-08-03T03:45:54.516Z | [ helios-setup] Aug 03 03:45:52.764 INFO E| Downloaded futures-util v0.3.28 |
2525 | 2024-08-03T03:45:54.538Z | [ helios-setup] Aug 03 03:45:52.786 INFO E| Downloaded proc-macro-hack v0.5.20+deprecated |
2526 | 2024-08-03T03:45:54.541Z | [ helios-setup] Aug 03 03:45:52.789 INFO E| Downloaded pin-project-lite v0.2.9 |
2527 | 2024-08-03T03:45:54.551Z | [ helios-setup] Aug 03 03:45:52.798 INFO E| Downloaded http v0.2.9 |
2528 | 2024-08-03T03:45:54.560Z | [ helios-setup] Aug 03 03:45:52.806 INFO E| Downloaded ipnet v2.7.2 |
2529 | 2024-08-03T03:45:54.578Z | [ helios-setup] Aug 03 03:45:52.809 INFO E| Downloaded io-lifetimes v1.0.10 |
2530 | 2024-08-03T03:45:54.581Z | [ helios-setup] Aug 03 03:45:52.813 INFO E| Downloaded iana-time-zone v0.1.56 |
2531 | 2024-08-03T03:45:54.581Z | [ helios-setup] Aug 03 03:45:52.817 INFO E| Downloaded h2 v0.3.16 |
2532 | 2024-08-03T03:45:54.581Z | [ helios-setup] Aug 03 03:45:52.828 INFO E| Downloaded ahash v0.8.3 |
2533 | 2024-08-03T03:45:54.584Z | [ helios-setup] Aug 03 03:45:52.832 INFO E| Downloaded paste v1.0.12 |
2534 | 2024-08-03T03:45:54.590Z | [ helios-setup] Aug 03 03:45:52.838 INFO E| Downloaded project-root v0.2.2 |
2535 | 2024-08-03T03:45:54.592Z | [ helios-setup] Aug 03 03:45:52.839 INFO E| Downloaded rustls-pemfile v1.0.2 |
2536 | 2024-08-03T03:45:54.597Z | [ helios-setup] Aug 03 03:45:52.842 INFO E| Downloaded proc-macro-crate v1.2.1 |
2537 | 2024-08-03T03:45:54.597Z | [ helios-setup] Aug 03 03:45:52.843 INFO E| Downloaded pest v2.5.7 |
2538 | 2024-08-03T03:45:54.604Z | [ helios-setup] Aug 03 03:45:52.852 INFO E| Downloaded semver v0.11.0 |
2539 | 2024-08-03T03:45:54.607Z | [ helios-setup] Aug 03 03:45:52.855 INFO E| Downloaded semver v1.0.17 |
2540 | 2024-08-03T03:45:54.612Z | [ helios-setup] Aug 03 03:45:52.860 INFO E| Downloaded sct v0.7.0 |
2541 | 2024-08-03T03:45:54.618Z | [ helios-setup] Aug 03 03:45:52.867 INFO E| Downloaded parking_lot_core v0.9.6 |
2542 | 2024-08-03T03:45:54.624Z | [ helios-setup] Aug 03 03:45:52.871 INFO E| Downloaded rustls-webpki v0.100.1 |
2543 | 2024-08-03T03:45:54.633Z | [ helios-setup] Aug 03 03:45:52.881 INFO E| Downloaded rayon-core v1.10.2 |
2544 | 2024-08-03T03:45:54.640Z | [ helios-setup] Aug 03 03:45:52.887 INFO E| Downloaded rayon v1.6.1 |
2545 | 2024-08-03T03:45:54.657Z | [ helios-setup] Aug 03 03:45:52.905 INFO E| Downloaded schemars v0.8.12 |
2546 | 2024-08-03T03:45:54.678Z | [ helios-setup] Aug 03 03:45:52.926 INFO E| Downloaded regress v0.5.0 |
2547 | 2024-08-03T03:45:54.693Z | [ helios-setup] Aug 03 03:45:52.941 INFO E| Downloaded semver-parser v0.10.2 |
2548 | 2024-08-03T03:45:54.697Z | [ helios-setup] Aug 03 03:45:52.944 INFO E| Downloaded rustfmt-wrapper v0.2.0 |
2549 | 2024-08-03T03:45:54.699Z | [ helios-setup] Aug 03 03:45:52.947 INFO E| Downloaded regex v1.7.3 |
2550 | 2024-08-03T03:45:54.714Z | [ helios-setup] Aug 03 03:45:52.962 INFO E| Downloaded rustls v0.21.0 |
2551 | 2024-08-03T03:45:54.736Z | [ helios-setup] Aug 03 03:45:52.983 INFO E| Downloaded libc v0.2.139 |
2552 | 2024-08-03T03:45:54.796Z | [ helios-setup] Aug 03 03:45:53.044 INFO E| Downloaded rustix v0.37.3 |
2553 | 2024-08-03T03:45:54.828Z | [ helios-setup] Aug 03 03:45:53.076 INFO E| Downloaded rhai v1.14.0 |
2554 | 2024-08-03T03:45:54.874Z | [ helios-setup] Aug 03 03:45:53.122 INFO E| Downloaded openapiv3 v1.0.2 |
2555 | 2024-08-03T03:45:54.897Z | [ helios-setup] Aug 03 03:45:53.144 INFO E| Downloaded futures-io v0.3.28 |
2556 | 2024-08-03T03:45:54.900Z | [ helios-setup] Aug 03 03:45:53.146 INFO E| Downloaded rhai_codegen v1.5.0 |
2557 | 2024-08-03T03:45:54.911Z | [ helios-setup] Aug 03 03:45:53.159 INFO E| Downloaded reqwest v0.11.16 |
2558 | 2024-08-03T03:45:54.926Z | [ helios-setup] Aug 03 03:45:53.174 INFO E| Downloaded percent-encoding v2.2.0 |
2559 | 2024-08-03T03:45:54.929Z | [ helios-setup] Aug 03 03:45:53.175 INFO E| Downloaded once_cell v1.17.0 |
2560 | 2024-08-03T03:45:54.933Z | [ helios-setup] Aug 03 03:45:53.179 INFO E| Downloaded num_enum v0.5.7 |
2561 | 2024-08-03T03:45:54.937Z | [ helios-setup] Aug 03 03:45:53.185 INFO E| Downloaded mio v0.8.5 |
2562 | 2024-08-03T03:45:54.949Z | [ helios-setup] Aug 03 03:45:53.196 INFO E| Downloaded encoding_rs v0.8.32 |
2563 | 2024-08-03T03:45:54.986Z | [ helios-setup] Aug 03 03:45:53.234 INFO E| Downloaded hyper v0.14.25 |
2564 | 2024-08-03T03:45:54.999Z | [ helios-setup] Aug 03 03:45:53.247 INFO E| Downloaded libgit2-sys v0.14.2+1.5.1 |
2565 | 2024-08-03T03:45:55.102Z | [ helios-setup] Aug 03 03:45:53.349 INFO E| Downloaded clap_lex v0.4.1 |
2566 | 2024-08-03T03:45:55.106Z | [ helios-setup] Aug 03 03:45:53.351 INFO E| Downloaded num_enum_derive v0.5.7 |
2567 | 2024-08-03T03:45:55.106Z | [ helios-setup] Aug 03 03:45:53.352 INFO E| Downloaded is-terminal v0.4.7 |
2568 | 2024-08-03T03:45:55.108Z | [ helios-setup] Aug 03 03:45:53.354 INFO E| Downloaded clap_builder v4.2.1 |
2569 | 2024-08-03T03:45:55.118Z | [ helios-setup] Aug 03 03:45:53.366 INFO E| Downloaded cargo-lock v8.0.3 |
2570 | 2024-08-03T03:45:55.123Z | [ helios-setup] Aug 03 03:45:53.371 INFO E| Downloaded futures-executor v0.3.28 |
2571 | 2024-08-03T03:45:55.126Z | [ helios-setup] Aug 03 03:45:53.373 INFO E| Downloaded futures-core v0.3.28 |
2572 | 2024-08-03T03:45:55.129Z | [ helios-setup] Aug 03 03:45:53.375 INFO E| Downloaded futures-channel v0.3.28 |
2573 | 2024-08-03T03:45:55.132Z | [ helios-setup] Aug 03 03:45:53.378 INFO E| Downloaded libz-sys v1.1.8 |
2574 | 2024-08-03T03:45:55.220Z | [ helios-setup] Aug 03 03:45:53.468 INFO E| Downloaded futures v0.3.28 |
2575 | 2024-08-03T03:45:55.228Z | [ helios-setup] Aug 03 03:45:53.476 INFO E| Downloaded crossbeam-utils v0.8.14 |
2576 | 2024-08-03T03:45:55.237Z | [ helios-setup] Aug 03 03:45:53.480 INFO E| Downloaded crossbeam-channel v0.5.6 |
2577 | 2024-08-03T03:45:55.240Z | [ helios-setup] Aug 03 03:45:53.487 INFO E| Downloaded futures-task v0.3.28 |
2578 | 2024-08-03T03:45:55.243Z | [ helios-setup] Aug 03 03:45:53.489 INFO E| Downloaded futures-sink v0.3.28 |
2579 | 2024-08-03T03:45:55.243Z | [ helios-setup] Aug 03 03:45:53.491 INFO E| Downloaded futures-macro v0.3.28 |
2580 | 2024-08-03T03:45:55.246Z | [ helios-setup] Aug 03 03:45:53.492 INFO E| Downloaded form_urlencoded v1.1.0 |
2581 | 2024-08-03T03:45:55.246Z | [ helios-setup] Aug 03 03:45:53.493 INFO E| Downloaded errno v0.3.1 |
2582 | 2024-08-03T03:45:55.249Z | [ helios-setup] Aug 03 03:45:53.495 INFO E| Downloaded crossbeam-deque v0.8.2 |
2583 | 2024-08-03T03:45:55.252Z | [ helios-setup] Aug 03 03:45:53.498 INFO E| Downloaded tempfile v3.5.0 |
2584 | 2024-08-03T03:45:55.255Z | [ helios-setup] Aug 03 03:45:53.501 INFO E| Downloaded smawk v0.3.1 |
2585 | 2024-08-03T03:45:55.255Z | [ helios-setup] Aug 03 03:45:53.503 INFO E| Downloaded slog-bunyan v2.4.0 |
2586 | 2024-08-03T03:45:55.258Z | [ helios-setup] Aug 03 03:45:53.505 INFO E| Downloaded parking_lot v0.12.1 |
2587 | 2024-08-03T03:45:55.261Z | [ helios-setup] Aug 03 03:45:53.509 INFO E| Downloaded num-integer v0.1.45 |
2588 | 2024-08-03T03:45:55.264Z | [ helios-setup] Aug 03 03:45:53.511 INFO E| Downloaded slab v0.4.7 |
2589 | 2024-08-03T03:45:55.281Z | [ helios-setup] Aug 03 03:45:53.529 INFO E| Downloaded serde_json v1.0.95 |
2590 | 2024-08-03T03:45:55.285Z | [ helios-setup] Aug 03 03:45:53.533 INFO E| Downloaded log v0.4.17 |
2591 | 2024-08-03T03:45:55.288Z | [ helios-setup] Aug 03 03:45:53.536 INFO E| Downloaded lock_api v0.4.9 |
2592 | 2024-08-03T03:45:55.292Z | [ helios-setup] Aug 03 03:45:53.539 INFO E| Downloaded httpdate v1.0.2 |
2593 | 2024-08-03T03:45:55.295Z | [ helios-setup] Aug 03 03:45:53.540 INFO E| Downloaded getrandom v0.2.8 |
2594 | 2024-08-03T03:45:55.298Z | [ helios-setup] Aug 03 03:45:53.544 INFO E| Downloaded fastrand v1.9.0 |
2595 | 2024-08-03T03:45:55.301Z | [ helios-setup] Aug 03 03:45:53.546 INFO E| Downloaded bincode v1.3.3 |
2596 | 2024-08-03T03:45:55.334Z | [ helios-setup] Aug 03 03:45:53.549 INFO E| Downloaded schemars_derive v0.8.12 |
2597 | 2024-08-03T03:45:55.334Z | [ helios-setup] Aug 03 03:45:53.551 INFO E| Downloaded http-body v0.4.5 |
2598 | 2024-08-03T03:45:55.334Z | [ helios-setup] Aug 03 03:45:53.553 INFO E| Downloaded byteorder v1.4.3 |
2599 | 2024-08-03T03:45:55.334Z | [ helios-setup] Aug 03 03:45:53.555 INFO E| Downloaded concolor-query v0.3.3 |
2600 | 2024-08-03T03:45:55.334Z | [ helios-setup] Aug 03 03:45:53.557 INFO E| Downloaded concolor-override v1.0.0 |
2601 | 2024-08-03T03:45:55.334Z | [ helios-setup] Aug 03 03:45:53.558 INFO E| Downloaded clap_derive v4.2.0 |
2602 | 2024-08-03T03:45:55.334Z | [ helios-setup] Aug 03 03:45:53.561 INFO E| Downloaded chrono v0.4.24 |
2603 | 2024-08-03T03:45:55.335Z | [ helios-setup] Aug 03 03:45:53.572 INFO E| Downloaded built v0.6.0 |
2604 | 2024-08-03T03:45:55.335Z | [ helios-setup] Aug 03 03:45:53.575 INFO E| Downloaded camino v1.1.4 |
2605 | 2024-08-03T03:45:55.335Z | [ helios-setup] Aug 03 03:45:53.577 INFO E| Downloaded base64 v0.21.0 |
2606 | 2024-08-03T03:45:55.338Z | [ helios-setup] Aug 03 03:45:53.583 INFO E| Downloaded anstream v0.2.6 |
2607 | 2024-08-03T03:45:55.341Z | [ helios-setup] Aug 03 03:45:53.586 INFO E| Downloaded ahash v0.7.6 |
2608 | 2024-08-03T03:45:55.523Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2609 | 2024-08-03T03:45:55.724Z | [ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling proc-macro2 v1.0.86 |
2610 | 2024-08-03T03:45:55.729Z | [ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling libc v0.2.139 |
2611 | 2024-08-03T03:45:55.729Z | [ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling unicode-ident v1.0.8 |
2612 | 2024-08-03T03:45:55.729Z | [ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling autocfg v1.1.0 |
2613 | 2024-08-03T03:45:55.729Z | [ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling cfg-if v1.0.0 |
2614 | 2024-08-03T03:45:55.729Z | [ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling version_check v0.9.4 |
2615 | 2024-08-03T03:45:55.729Z | [ helios-setup] Aug 03 03:45:53.971 INFO E| Compiling serde v1.0.204 |
2616 | 2024-08-03T03:45:55.729Z | [ helios-setup] Aug 03 03:45:53.972 INFO E| Compiling syn v1.0.107 |
2617 | 2024-08-03T03:45:56.502Z | [ helios-setup] Aug 03 03:45:54.750 INFO E| Compiling memchr v2.5.0 |
2618 | 2024-08-03T03:45:56.825Z | [ helios-setup] Aug 03 03:45:55.070 INFO E| Compiling once_cell v1.17.0 |
2619 | 2024-08-03T03:45:57.291Z | [ helios-setup] Aug 03 03:45:55.537 INFO E| Compiling log v0.4.17 |
2620 | 2024-08-03T03:45:57.328Z | [ host-package] Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2621 | 2024-08-03T03:45:57.380Z | [ helios-setup] Aug 03 03:45:55.627 INFO E| Compiling thiserror v1.0.38 |
2622 | 2024-08-03T03:45:58.162Z | [ helios-setup] Aug 03 03:45:56.409 INFO E| Compiling itoa v1.0.6 |
2623 | 2024-08-03T03:45:58.246Z | [ helios-setup] Aug 03 03:45:56.494 INFO E| Compiling serde_json v1.0.95 |
2624 | 2024-08-03T03:45:59.225Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2625 | 2024-08-03T03:45:59.400Z | [ host-package] Compiling erased-serde v0.3.31 |
2626 | 2024-08-03T03:45:59.539Z | [ helios-setup] Aug 03 03:45:57.786 INFO E| Compiling indexmap v1.9.3 |
2627 | 2024-08-03T03:45:59.773Z | [ helios-setup] Aug 03 03:45:58.020 INFO E| Compiling quote v1.0.36 |
2628 | 2024-08-03T03:45:59.976Z | [ helios-setup] Aug 03 03:45:58.203 INFO E| Compiling jobserver v0.1.26 |
2629 | 2024-08-03T03:46:00.087Z | [ helios-setup] Aug 03 03:45:58.333 INFO E| Compiling getrandom v0.2.8 |
2630 | 2024-08-03T03:46:00.533Z | [ helios-setup] Aug 03 03:45:58.781 INFO E| Compiling syn v2.0.72 |
2631 | 2024-08-03T03:46:00.768Z | [ helios-setup] Aug 03 03:45:59.013 INFO E| Compiling cc v1.0.78 |
2632 | 2024-08-03T03:46:00.894Z | [ helios-setup] Aug 03 03:45:59.141 INFO E| Compiling scopeguard v1.1.0 |
2633 | 2024-08-03T03:46:01.103Z | [ helios-setup] Aug 03 03:45:59.350 INFO E| Compiling pin-project-lite v0.2.9 |
2634 | 2024-08-03T03:46:01.319Z | [ helios-setup] Aug 03 03:45:59.465 INFO E| Compiling num-integer v0.1.45 |
2635 | 2024-08-03T03:46:01.324Z | [ helios-setup] Aug 03 03:45:59.556 INFO E| Compiling futures-core v0.3.28 |
2636 | 2024-08-03T03:46:01.460Z | [ helios-setup] Aug 03 03:45:59.707 INFO E| Compiling bytes v1.4.0 |
2637 | 2024-08-03T03:46:02.040Z | [ helios-setup] Aug 03 03:46:00.286 INFO E| Compiling ryu v1.0.13 |
2638 | 2024-08-03T03:46:03.138Z | [ host-package] Compiling serde_arrays v0.1.0 |
2639 | 2024-08-03T03:46:03.255Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2640 | 2024-08-03T03:46:03.279Z | [ helios-setup] Aug 03 03:46:01.527 INFO E| Compiling lock_api v0.4.9 |
2641 | 2024-08-03T03:46:03.423Z | [ helios-setup] Aug 03 03:46:01.671 INFO E| Compiling parking_lot_core v0.9.6 |
2642 | 2024-08-03T03:46:03.503Z | [ helios-setup] Aug 03 03:46:01.750 INFO E| Compiling typenum v1.16.0 |
2643 | 2024-08-03T03:46:03.773Z | [ host-package] Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2644 | 2024-08-03T03:46:03.957Z | [ helios-setup] Aug 03 03:46:02.204 INFO E| Compiling bitflags v1.3.2 |
2645 | 2024-08-03T03:46:04.318Z | [ helios-setup] Aug 03 03:46:02.565 INFO E| Compiling num_cpus v1.15.0 |
2646 | 2024-08-03T03:46:04.621Z | [ helios-setup] Aug 03 03:46:02.867 INFO E| Compiling slab v0.4.7 |
2647 | 2024-08-03T03:46:04.779Z | [ helios-setup] Aug 03 03:46:03.022 INFO E| Compiling generic-array v0.14.6 |
2648 | 2024-08-03T03:46:04.892Z | [ helios-setup] Aug 03 03:46:03.139 INFO E| Compiling futures-sink v0.3.28 |
2649 | 2024-08-03T03:46:04.983Z | [ helios-setup] Aug 03 03:46:03.229 INFO E| Compiling futures-task v0.3.28 |
2650 | 2024-08-03T03:46:05.244Z | [ helios-setup] Aug 03 03:46:03.491 INFO E| Compiling futures-channel v0.3.28 |
2651 | 2024-08-03T03:46:05.731Z | [ helios-setup] Aug 03 03:46:03.974 INFO E| Compiling tokio v1.27.0 |
2652 | 2024-08-03T03:46:05.883Z | [ helios-setup] Aug 03 03:46:04.126 INFO E| Compiling futures-util v0.3.28 |
2653 | 2024-08-03T03:46:06.213Z | [ helios-setup] Aug 03 03:46:04.458 INFO E| Compiling schemars v0.8.12 |
2654 | 2024-08-03T03:46:07.052Z | [ helios-setup] Aug 03 03:46:05.284 INFO E| Compiling socket2 v0.4.9 |
2655 | 2024-08-03T03:46:07.303Z | [ helios-setup] Aug 03 03:46:05.529 INFO E| Compiling signal-hook-registry v1.4.0 |
2656 | 2024-08-03T03:46:07.365Z | [ helios-setup] Aug 03 03:46:05.603 INFO E| Compiling mio v0.8.5 |
2657 | 2024-08-03T03:46:07.599Z | [ helios-setup] Aug 03 03:46:05.846 INFO E| Compiling num-traits v0.2.15 |
2658 | 2024-08-03T03:46:07.887Z | [ helios-setup] Aug 03 03:46:06.122 INFO E| Compiling ahash v0.7.6 |
2659 | 2024-08-03T03:46:08.522Z | [ helios-setup] Aug 03 03:46:06.768 INFO E| Compiling pin-utils v0.1.0 |
2660 | 2024-08-03T03:46:08.940Z | [ helios-setup] Aug 03 03:46:07.185 INFO E| Compiling crunchy v0.2.2 |
2661 | 2024-08-03T03:46:09.140Z | [ helios-setup] Aug 03 03:46:07.360 INFO E| Compiling futures-io v0.3.28 |
2662 | 2024-08-03T03:46:09.639Z | [ helios-setup] Aug 03 03:46:07.883 INFO E| Compiling io-lifetimes v1.0.10 |
2663 | 2024-08-03T03:46:10.479Z | [ helios-setup] Aug 03 03:46:08.725 INFO E| Compiling ahash v0.8.3 |
2664 | 2024-08-03T03:46:11.106Z | [ helios-setup] Aug 03 03:46:09.352 INFO E| Compiling proc-macro-hack v0.5.20+deprecated |
2665 | 2024-08-03T03:46:11.599Z | [ helios-setup] Aug 03 03:46:09.792 INFO E| Compiling tiny-keccak v2.0.2 |
2666 | 2024-08-03T03:46:11.923Z | [ helios-setup] Aug 03 03:46:10.107 INFO E| Compiling rustix v0.37.3 |
2667 | 2024-08-03T03:46:12.081Z | [ helios-setup] Aug 03 03:46:10.244 INFO E| Compiling hashbrown v0.12.3 |
2668 | 2024-08-03T03:46:12.324Z | [ helios-setup] Aug 03 03:46:10.568 INFO E| Compiling crypto-common v0.1.6 |
2669 | 2024-08-03T03:46:12.538Z | [ helios-setup] Aug 03 03:46:10.783 INFO E| Compiling serde_derive_internals v0.26.0 |
2670 | 2024-08-03T03:46:12.938Z | [ helios-setup] Aug 03 03:46:11.180 INFO E| Compiling block-buffer v0.10.3 |
2671 | 2024-08-03T03:46:14.090Z | [ helios-setup] Aug 03 03:46:12.269 INFO E| Compiling errno v0.3.1 |
2672 | 2024-08-03T03:46:14.816Z | [ helios-setup] Aug 03 03:46:13.062 INFO E| Compiling fnv v1.0.7 |
2673 | 2024-08-03T03:46:14.881Z | [ helios-setup] Aug 03 03:46:13.126 INFO E| Compiling crossbeam-utils v0.8.14 |
2674 | 2024-08-03T03:46:14.886Z | [ helios-setup] Aug 03 03:46:13.127 INFO E| Compiling slog v2.7.0 |
2675 | 2024-08-03T03:46:15.080Z | [ helios-setup] Aug 03 03:46:13.326 INFO E| Compiling pkg-config v0.3.26 |
2676 | 2024-08-03T03:46:15.163Z | [ helios-setup] Aug 03 03:46:13.409 INFO E| Compiling http v0.2.9 |
2677 | 2024-08-03T03:46:17.882Z | [ helios-setup] Aug 03 03:46:16.127 INFO E| Compiling digest v0.10.6 |
2678 | 2024-08-03T03:46:18.488Z | [ helios-setup] Aug 03 03:46:16.734 INFO E| Compiling aho-corasick v0.7.20 |
2679 | 2024-08-03T03:46:18.952Z | [ helios-setup] Aug 03 03:46:17.199 INFO E| Compiling httparse v1.8.0 |
2680 | 2024-08-03T03:46:19.041Z | [ helios-setup] Aug 03 03:46:17.287 INFO E| Compiling unicode-width v0.1.10 |
2681 | 2024-08-03T03:46:19.114Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2682 | 2024-08-03T03:46:19.306Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2683 | 2024-08-03T03:46:19.614Z | [ helios-setup] Aug 03 03:46:17.860 INFO E| Compiling anyhow v1.0.68 |
2684 | 2024-08-03T03:46:20.070Z | [ helios-setup] Aug 03 03:46:18.309 INFO E| Compiling tinyvec_macros v0.1.1 |
2685 | 2024-08-03T03:46:20.255Z | [ helios-setup] Aug 03 03:46:18.501 INFO E| Compiling regex-syntax v0.6.29 |
2686 | 2024-08-03T03:46:20.305Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2687 | 2024-08-03T03:46:20.879Z | [ helios-setup] Aug 03 03:46:19.126 INFO E| Compiling heck v0.4.1 |
2688 | 2024-08-03T03:46:21.685Z | [ helios-setup] Aug 03 03:46:19.931 INFO E| Compiling cpufeatures v0.2.5 |
2689 | 2024-08-03T03:46:21.949Z | [ helios-setup] Aug 03 03:46:20.193 INFO E| Compiling percent-encoding v2.2.0 |
2690 | 2024-08-03T03:46:21.949Z | [ helios-setup] Aug 03 03:46:20.193 INFO E| Compiling const-random-macro v0.1.15 |
2691 | 2024-08-03T03:46:22.152Z | [ helios-setup] Aug 03 03:46:20.398 INFO E| Compiling tinyvec v1.6.0 |
2692 | 2024-08-03T03:46:22.881Z | [ helios-setup] Aug 03 03:46:21.127 INFO E| Compiling form_urlencoded v1.1.0 |
2693 | 2024-08-03T03:46:23.129Z | [ helios-setup] Aug 03 03:46:21.375 INFO E| Compiling serde_derive v1.0.204 |
2694 | 2024-08-03T03:46:23.615Z | [ helios-setup] Aug 03 03:46:21.861 INFO E| Compiling futures-macro v0.3.28 |
2695 | 2024-08-03T03:46:23.797Z | [ helios-setup] Aug 03 03:46:22.042 INFO E| Compiling tokio-macros v2.0.0 |
2696 | 2024-08-03T03:46:23.801Z | [ helios-setup] Aug 03 03:46:22.043 INFO E| Compiling thiserror-impl v1.0.38 |
2697 | 2024-08-03T03:46:23.878Z | [ helios-setup] Aug 03 03:46:22.103 INFO E| Compiling schemars_derive v0.8.12 |
2698 | 2024-08-03T03:46:24.005Z | [ host-package] Compiling heck v0.3.3 |
2699 | 2024-08-03T03:46:24.594Z | [ host-package] Compiling rand_seeder v0.2.3 |
2700 | 2024-08-03T03:46:24.906Z | [ host-package] Compiling castaway v0.2.2 |
2701 | 2024-08-03T03:46:25.441Z | [ host-package] Compiling csv-core v0.1.11 |
2702 | 2024-08-03T03:46:25.536Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2703 | 2024-08-03T03:46:25.697Z | [ helios-setup] Aug 03 03:46:23.943 INFO E| Compiling hashbrown v0.13.2 |
2704 | 2024-08-03T03:46:26.395Z | [ host-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2705 | 2024-08-03T03:46:26.906Z | [ helios-setup] Aug 03 03:46:25.152 INFO E| Compiling regex v1.7.3 |
2706 | 2024-08-03T03:46:27.218Z | [ host-package] Compiling http-range v0.1.5 |
2707 | 2024-08-03T03:46:27.533Z | [ host-package] Compiling csv v1.3.0 |
2708 | 2024-08-03T03:46:28.332Z | [ helios-setup] Aug 03 03:46:26.577 INFO E| Compiling libz-sys v1.1.8 |
2709 | 2024-08-03T03:46:28.732Z | [ host-package] Compiling hyper-staticfile v0.9.5 |
2710 | 2024-08-03T03:46:29.451Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2711 | 2024-08-03T03:46:29.733Z | [ helios-setup] Aug 03 03:46:27.978 INFO E| Compiling chrono v0.4.24 |
2712 | 2024-08-03T03:46:30.991Z | [ host-package] Compiling compact_str v0.7.1 |
2713 | 2024-08-03T03:46:31.460Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2714 | 2024-08-03T03:46:31.614Z | [ helios-setup] Aug 03 03:46:29.859 INFO E| Compiling dyn-clone v1.0.11 |
2715 | 2024-08-03T03:46:31.757Z | [ helios-setup] Aug 03 03:46:30.002 INFO E| Compiling uuid v1.3.0 |
2716 | 2024-08-03T03:46:31.902Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
2717 | 2024-08-03T03:46:32.259Z | [ helios-setup] Aug 03 03:46:30.504 INFO E| Compiling regress v0.5.0 |
2718 | 2024-08-03T03:46:32.423Z | [ helios-setup] Aug 03 03:46:30.668 INFO E| Compiling unicode-normalization v0.1.22 |
2719 | 2024-08-03T03:46:34.185Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2720 | 2024-08-03T03:46:34.361Z | [ host-package] Compiling nix v0.27.1 |
2721 | 2024-08-03T03:46:34.543Z | [ helios-setup] Aug 03 03:46:32.789 INFO E| Compiling const-random v0.1.15 |
2722 | 2024-08-03T03:46:34.892Z | [ helios-setup] Aug 03 03:46:33.133 INFO E| Compiling getopts v0.2.21 |
2723 | 2024-08-03T03:46:35.027Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2724 | 2024-08-03T03:46:35.226Z | [ helios-setup] Aug 03 03:46:33.471 INFO E| Compiling tracing-core v0.1.30 |
2725 | 2024-08-03T03:46:35.919Z | [ helios-setup] Aug 03 03:46:34.163 INFO E| Compiling memoffset v0.7.1 |
2726 | 2024-08-03T03:46:35.957Z | [ helios-setup] Aug 03 03:46:34.198 INFO E| Compiling time-core v0.1.2 |
2727 | 2024-08-03T03:46:37.346Z | [ helios-setup] Aug 03 03:46:35.591 INFO E| Compiling unicode-bidi v0.3.13 |
2728 | 2024-08-03T03:46:37.547Z | [ helios-setup] Aug 03 03:46:35.792 INFO E| Compiling ucd-trie v0.1.5 |
2729 | 2024-08-03T03:46:38.880Z | [ helios-setup] Aug 03 03:46:37.125 INFO E| Compiling powerfmt v0.2.0 |
2730 | 2024-08-03T03:46:39.785Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2731 | 2024-08-03T03:46:39.980Z | [ helios-setup] Aug 03 03:46:38.225 INFO E| Compiling num-conv v0.1.0 |
2732 | 2024-08-03T03:46:40.086Z | [ helios-setup] Aug 03 03:46:38.331 INFO E| Compiling idna v0.3.0 |
2733 | 2024-08-03T03:46:40.873Z | [ helios-setup] Aug 03 03:46:39.118 INFO E| Compiling time-macros v0.2.18 |
2734 | 2024-08-03T03:46:41.363Z | [ helios-setup] Aug 03 03:46:39.607 INFO E| Compiling deranged v0.3.11 |
2735 | 2024-08-03T03:46:43.161Z | [ helios-setup] Aug 03 03:46:41.391 INFO E| Compiling pest v2.5.7 |
2736 | 2024-08-03T03:46:43.862Z | [ helios-setup] Aug 03 03:46:42.107 INFO E| Compiling tracing v0.1.37 |
2737 | 2024-08-03T03:46:46.798Z | [ helios-setup] Aug 03 03:46:45.042 INFO E| Compiling libgit2-sys v0.14.2+1.5.1 |
2738 | 2024-08-03T03:46:47.939Z | [ helios-setup] Aug 03 03:46:46.184 INFO E| Compiling time v0.1.45 |
2739 | 2024-08-03T03:46:47.970Z | [ helios-setup] Aug 03 03:46:46.214 INFO E| Compiling crossbeam-epoch v0.9.13 |
2740 | 2024-08-03T03:46:48.772Z | [ helios-setup] Aug 03 03:46:47.017 INFO E| Compiling iana-time-zone v0.1.56 |
2741 | 2024-08-03T03:46:48.895Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2742 | 2024-08-03T03:46:49.690Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2743 | 2024-08-03T03:46:50.139Z | [ helios-setup] Aug 03 03:46:48.382 INFO E| Compiling num_threads v0.1.6 |
2744 | 2024-08-03T03:46:50.202Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2745 | 2024-08-03T03:46:50.265Z | [ helios-setup] Aug 03 03:46:48.510 INFO E| Compiling semver v1.0.17 |
2746 | 2024-08-03T03:46:50.840Z | [ helios-setup] Aug 03 03:46:49.082 INFO E| Compiling time v0.3.36 |
2747 | 2024-08-03T03:46:51.017Z | [ host-package] Compiling unicode-truncate v1.0.0 |
2748 | 2024-08-03T03:46:51.110Z | [ host-package] Compiling itertools v0.13.0 |
2749 | 2024-08-03T03:46:51.164Z | [ helios-setup] Aug 03 03:46:49.408 INFO E| Compiling smallvec v1.10.0 |
2750 | 2024-08-03T03:46:51.648Z | [ helios-setup] Aug 03 03:46:49.892 INFO E| Compiling toml v0.5.11 |
2751 | 2024-08-03T03:46:51.893Z | [ host-package] Compiling lru v0.12.3 |
2752 | 2024-08-03T03:46:52.193Z | [ host-package] Compiling serde-big-array v0.5.1 |
2753 | 2024-08-03T03:46:52.598Z | [ host-package] Compiling stability v0.2.0 |
2754 | 2024-08-03T03:46:52.688Z | [ host-package] Compiling cassowary v0.3.0 |
2755 | 2024-08-03T03:46:53.310Z | [ helios-setup] Aug 03 03:46:51.555 INFO E| Compiling parking_lot v0.12.1 |
2756 | 2024-08-03T03:46:54.580Z | [ host-package] Compiling base64 v0.13.1 |
2757 | 2024-08-03T03:46:54.867Z | [ helios-setup] Aug 03 03:46:53.111 INFO E| Compiling serde_tokenstream v0.2.0 |
2758 | 2024-08-03T03:46:56.207Z | [ host-package] Compiling ron v0.7.1 |
2759 | 2024-08-03T03:46:58.637Z | [ helios-setup] Aug 03 03:46:56.879 INFO E| Compiling semver-parser v0.10.2 |
2760 | 2024-08-03T03:46:59.186Z | [ host-package] Compiling ratatui v0.27.0 |
2761 | 2024-08-03T03:47:01.486Z | [ helios-setup] Aug 03 03:46:59.730 INFO E| Compiling typify-impl v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2762 | 2024-08-03T03:47:01.889Z | [ helios-setup] Aug 03 03:47:00.133 INFO E| Compiling url v2.3.1 |
2763 | 2024-08-03T03:47:03.400Z | [ helios-setup] Aug 03 03:47:01.643 INFO E| Compiling crossbeam-channel v0.5.6 |
2764 | 2024-08-03T03:47:06.835Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2765 | 2024-08-03T03:47:06.883Z | [ helios-setup] Aug 03 03:47:05.126 INFO E| Compiling dirs-sys-next v0.1.2 |
2766 | 2024-08-03T03:47:07.751Z | [ helios-setup] Aug 03 03:47:05.992 INFO E| Compiling same-file v1.0.6 |
2767 | 2024-08-03T03:47:07.843Z | [ helios-setup] Aug 03 03:47:06.087 INFO E| Compiling crc32fast v1.3.2 |
2768 | 2024-08-03T03:47:08.572Z | [ helios-setup] Aug 03 03:47:06.801 INFO E| Compiling try-lock v0.2.4 |
2769 | 2024-08-03T03:47:08.940Z | [ helios-setup] Aug 03 03:47:07.155 INFO E| Compiling want v0.3.0 |
2770 | 2024-08-03T03:47:09.139Z | [ helios-setup] Aug 03 03:47:07.372 INFO E| Compiling walkdir v2.3.3 |
2771 | 2024-08-03T03:47:09.659Z | [ helios-setup] Aug 03 03:47:07.813 INFO E| Compiling dirs-next v2.0.0 |
2772 | 2024-08-03T03:47:12.266Z | [ helios-setup] Aug 03 03:47:10.509 INFO E| Compiling tokio-util v0.7.7 |
2773 | 2024-08-03T03:47:12.799Z | [ helios-setup] Aug 03 03:47:11.042 INFO E| Compiling semver v0.11.0 |
2774 | 2024-08-03T03:47:14.930Z | [ helios-setup] Aug 03 03:47:13.173 INFO E| Compiling h2 v0.3.16 |
2775 | 2024-08-03T03:47:15.260Z | [ helios-setup] Aug 03 03:47:13.503 INFO E| Compiling proc-macro-crate v1.2.1 |
2776 | 2024-08-03T03:47:17.170Z | [ helios-setup] Aug 03 03:47:15.413 INFO E| Compiling futures-executor v0.3.28 |
2777 | 2024-08-03T03:47:18.720Z | [ helios-setup] Aug 03 03:47:16.963 INFO E| Compiling typify-macro v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2778 | 2024-08-03T03:47:19.480Z | [ helios-setup] Aug 03 03:47:17.723 INFO E| Compiling http-body v0.4.5 |
2779 | 2024-08-03T03:47:19.943Z | [ helios-setup] Aug 03 03:47:18.186 INFO E| Compiling ring v0.16.20 |
2780 | 2024-08-03T03:47:20.881Z | [ helios-setup] Aug 03 03:47:19.123 INFO E| Compiling rand_core v0.6.4 |
2781 | 2024-08-03T03:47:21.994Z | [ helios-setup] Aug 03 03:47:20.236 INFO E| Compiling thread_local v1.1.7 |
2782 | 2024-08-03T03:47:22.026Z | [ helios-setup] Aug 03 03:47:20.269 INFO E| Compiling utf8parse v0.2.1 |
2783 | 2024-08-03T03:47:22.840Z | [ helios-setup] Aug 03 03:47:21.082 INFO E| Compiling home v0.5.4 |
2784 | 2024-08-03T03:47:23.538Z | [ helios-setup] Aug 03 03:47:21.776 INFO E| Compiling adler v1.0.2 |
2785 | 2024-08-03T03:47:23.617Z | [ helios-setup] Aug 03 03:47:21.857 INFO E| Compiling lazy_static v1.4.0 |
2786 | 2024-08-03T03:47:23.942Z | [ helios-setup] Aug 03 03:47:22.184 INFO E| Compiling httpdate v1.0.2 |
2787 | 2024-08-03T03:47:24.145Z | [ helios-setup] Aug 03 03:47:22.388 INFO E| Compiling rayon-core v1.10.2 |
2788 | 2024-08-03T03:47:25.080Z | [ helios-setup] Aug 03 03:47:23.295 INFO E| Compiling fastrand v1.9.0 |
2789 | 2024-08-03T03:47:25.508Z | [ helios-setup] Aug 03 03:47:23.729 INFO E| Compiling base64 v0.21.0 |
2790 | 2024-08-03T03:47:25.898Z | [ helios-setup] Aug 03 03:47:24.067 INFO E| Compiling ppv-lite86 v0.2.17 |
2791 | 2024-08-03T03:47:26.004Z | [ helios-setup] Aug 03 03:47:24.239 INFO E| Compiling tower-service v0.3.2 |
2792 | 2024-08-03T03:47:27.650Z | [ helios-setup] Aug 03 03:47:25.893 INFO E| Compiling rand_chacha v0.3.1 |
2793 | 2024-08-03T03:47:27.938Z | [ helios-setup] Aug 03 03:47:26.180 INFO E| Compiling hyper v0.14.25 |
2794 | 2024-08-03T03:47:30.340Z | [ helios-setup] Aug 03 03:47:28.582 INFO E| Compiling tempfile v3.5.0 |
2795 | 2024-08-03T03:47:31.150Z | [ helios-setup] Aug 03 03:47:29.392 INFO E| Compiling toolchain_find v0.2.0 |
2796 | 2024-08-03T03:47:31.921Z | [ helios-setup] Aug 03 03:47:30.163 INFO E| Compiling miniz_oxide v0.6.2 |
2797 | 2024-08-03T03:47:32.008Z | [ helios-setup] Aug 03 03:47:30.250 INFO E| Compiling anstyle-parse v0.1.1 |
2798 | 2024-08-03T03:47:32.953Z | [ host-package] Compiling zone v0.1.8 |
2799 | 2024-08-03T03:47:39.855Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2800 | 2024-08-03T03:47:42.366Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2801 | 2024-08-03T03:47:45.985Z | [ helios-setup] Aug 03 03:47:44.225 INFO E| Compiling futures v0.3.28 |
2802 | 2024-08-03T03:47:46.207Z | [ helios-setup] Aug 03 03:47:44.437 INFO E| Compiling num_enum_derive v0.5.7 |
2803 | 2024-08-03T03:47:46.656Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2804 | 2024-08-03T03:47:47.217Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2805 | 2024-08-03T03:47:50.348Z | [ helios-setup] Aug 03 03:47:48.587 INFO E| Compiling cargo-lock v8.0.3 |
2806 | 2024-08-03T03:47:50.501Z | [ helios-setup] Aug 03 03:47:48.734 INFO E| Compiling crossbeam-deque v0.8.2 |
2807 | 2024-08-03T03:47:51.316Z | [ helios-setup] Aug 03 03:47:49.550 INFO E| Compiling term v0.7.0 |
2808 | 2024-08-03T03:47:52.554Z | [ helios-setup] Aug 03 03:47:50.795 INFO E| Compiling serde_urlencoded v0.7.1 |
2809 | 2024-08-03T03:47:53.329Z | [ helios-setup] Aug 03 03:47:51.568 INFO E| Compiling sha2 v0.10.6 |
2810 | 2024-08-03T03:47:53.415Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2811 | 2024-08-03T03:47:53.990Z | [ helios-setup] Aug 03 03:47:52.229 INFO E| Compiling sha1 v0.10.5 |
2812 | 2024-08-03T03:47:56.042Z | [ helios-setup] Aug 03 03:47:54.280 INFO E| Compiling is-terminal v0.4.7 |
2813 | 2024-08-03T03:47:56.233Z | [ helios-setup] Aug 03 03:47:54.473 INFO E| Compiling atty v0.2.14 |
2814 | 2024-08-03T03:47:56.870Z | [ helios-setup] Aug 03 03:47:55.110 INFO E| Compiling concolor-override v1.0.0 |
2815 | 2024-08-03T03:47:57.055Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2816 | 2024-08-03T03:47:57.168Z | [ helios-setup] Aug 03 03:47:55.409 INFO E| Compiling anstyle v0.3.5 |
2817 | 2024-08-03T03:47:58.684Z | [ helios-setup] Aug 03 03:47:56.923 INFO E| Compiling concolor-query v0.3.3 |
2818 | 2024-08-03T03:47:58.799Z | [ helios-setup] Aug 03 03:47:57.040 INFO E| Compiling network-interface v0.1.6 (https://github.com/jclulow/network-interface?branch=illumos#827e6b7b) |
2819 | 2024-08-03T03:48:00.093Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2820 | 2024-08-03T03:48:00.105Z | [ helios-setup] Aug 03 03:47:58.346 INFO E| Compiling anstream v0.2.6 |
2821 | 2024-08-03T03:48:01.206Z | [ helios-setup] Aug 03 03:47:59.447 INFO E| Compiling slog-term v2.9.0 |
2822 | 2024-08-03T03:48:01.461Z | [ helios-setup] Aug 03 03:47:59.701 INFO E| Compiling flate2 v1.0.25 |
2823 | 2024-08-03T03:48:02.807Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2824 | 2024-08-03T03:48:02.892Z | [ helios-setup] Aug 03 03:48:01.132 INFO E| Compiling num_enum v0.5.7 |
2825 | 2024-08-03T03:48:03.305Z | [ helios-setup] Aug 03 03:48:01.543 INFO E| Compiling rustfmt-wrapper v0.2.0 |
2826 | 2024-08-03T03:48:03.625Z | [ helios-setup] Aug 03 03:48:01.865 INFO E| Compiling rand v0.8.5 |
2827 | 2024-08-03T03:48:03.875Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2828 | 2024-08-03T03:48:04.058Z | [ helios-setup] Aug 03 03:48:02.298 INFO E| Compiling typify v0.0.12-dev (https://github.com/oxidecomputer/typify#fec09bd1) |
2829 | 2024-08-03T03:48:04.674Z | [ helios-setup] Aug 03 03:48:02.915 INFO E| Compiling openapiv3 v1.0.2 |
2830 | 2024-08-03T03:48:06.299Z | [ helios-setup] Aug 03 03:48:04.539 INFO E| Compiling encoding_rs v0.8.32 |
2831 | 2024-08-03T03:48:08.073Z | [ helios-setup] Aug 03 03:48:06.313 INFO E| Compiling mime v0.3.17 |
2832 | 2024-08-03T03:48:10.894Z | [ helios-setup] Aug 03 03:48:09.133 INFO E| Compiling utf-8 v0.7.6 |
2833 | 2024-08-03T03:48:11.811Z | [ helios-setup] Aug 03 03:48:10.050 INFO E| Compiling untrusted v0.7.1 |
2834 | 2024-08-03T03:48:12.661Z | [ helios-setup] Aug 03 03:48:10.900 INFO E| Compiling unsafe-libyaml v0.2.8 |
2835 | 2024-08-03T03:48:13.316Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
2836 | 2024-08-03T03:48:13.474Z | [ helios-setup] Aug 03 03:48:11.714 INFO E| Compiling spin v0.5.2 |
2837 | 2024-08-03T03:48:13.611Z | [ helios-setup] Aug 03 03:48:11.851 INFO E| Compiling byteorder v1.4.3 |
2838 | 2024-08-03T03:48:13.922Z | [ host-package] Compiling portpicker v0.1.1 |
2839 | 2024-08-03T03:48:13.955Z | [ helios-setup] Aug 03 03:48:12.195 INFO E| Compiling base64 v0.13.1 |
2840 | 2024-08-03T03:48:14.811Z | [ helios-setup] Aug 03 03:48:13.050 INFO E| Compiling project-root v0.2.2 |
2841 | 2024-08-03T03:48:14.947Z | [ host-package] Compiling smawk v0.3.2 |
2842 | 2024-08-03T03:48:15.469Z | [ helios-setup] Aug 03 03:48:13.708 INFO E| Compiling either v1.8.0 |
2843 | 2024-08-03T03:48:15.543Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
2844 | 2024-08-03T03:48:15.673Z | [ helios-setup] Aug 03 03:48:13.913 INFO E| Compiling ipnet v2.7.2 |
2845 | 2024-08-03T03:48:16.212Z | [ helios-setup] Aug 03 03:48:14.451 INFO E| Compiling clap_lex v0.4.1 |
2846 | 2024-08-03T03:48:16.311Z | [ helios-setup] Aug 03 03:48:14.533 INFO E| Compiling strsim v0.10.0 |
2847 | 2024-08-03T03:48:16.871Z | [ host-package] Compiling textwrap v0.16.1 |
2848 | 2024-08-03T03:48:17.213Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2849 | 2024-08-03T03:48:17.351Z | [ helios-setup] Aug 03 03:48:15.590 INFO E| Compiling reqwest v0.11.16 |
2850 | 2024-08-03T03:48:17.883Z | [ helios-setup] Aug 03 03:48:16.123 INFO E| Compiling clap_builder v4.2.1 |
2851 | 2024-08-03T03:48:20.072Z | [ helios-setup] Aug 03 03:48:18.310 INFO E| Compiling rayon v1.6.1 |
2852 | 2024-08-03T03:48:20.113Z | [ helios-setup] Aug 03 03:48:18.352 INFO E| Compiling serde_yaml v0.9.21 |
2853 | 2024-08-03T03:48:21.062Z | [ helios-setup] Aug 03 03:48:19.290 INFO E| Compiling tungstenite v0.18.0 |
2854 | 2024-08-03T03:48:22.605Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2855 | 2024-08-03T03:48:27.856Z | [ helios-setup] Aug 03 03:48:26.095 INFO E| Compiling progenitor-impl v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2856 | 2024-08-03T03:48:31.700Z | [ helios-setup] Aug 03 03:48:29.937 INFO E| Compiling devinfo v0.1.0 (git+ssh://git@github.com/oxidecomputer/facade#aadb1404) |
2857 | 2024-08-03T03:48:31.792Z | [ helios-setup] Aug 03 03:48:30.031 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
2858 | 2024-08-03T03:48:32.227Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2859 | 2024-08-03T03:48:36.163Z | [ helios-setup] Aug 03 03:48:34.401 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
2860 | 2024-08-03T03:48:37.369Z | [ helios-setup] Aug 03 03:48:35.607 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#d9d28d6a) |
2861 | 2024-08-03T03:48:38.242Z | [ helios-setup] Aug 03 03:48:36.480 INFO E| Compiling clap_derive v4.2.0 |
2862 | 2024-08-03T03:48:38.938Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2863 | 2024-08-03T03:48:39.234Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2864 | 2024-08-03T03:48:41.536Z | [ helios-setup] Aug 03 03:48:39.774 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
2865 | 2024-08-03T03:48:47.826Z | [ helios-setup] Aug 03 03:48:46.064 INFO E| Compiling clap v4.2.1 |
2866 | 2024-08-03T03:48:48.235Z | [ host-package] Compiling rcgen v0.12.1 |
2867 | 2024-08-03T03:48:48.506Z | [ helios-setup] Aug 03 03:48:46.743 INFO E| Compiling progenitor-macro v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2868 | 2024-08-03T03:48:53.224Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2869 | 2024-08-03T03:48:54.298Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2870 | 2024-08-03T03:48:58.481Z | [ helios-setup] Aug 03 03:48:56.717 INFO E| Compiling tokio-tungstenite v0.18.0 |
2871 | 2024-08-03T03:48:59.893Z | [ helios-setup] Aug 03 03:48:58.130 INFO E| Compiling progenitor-client v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2872 | 2024-08-03T03:49:03.319Z | [ helios-setup] Aug 03 03:49:01.556 INFO E| Compiling smartstring v1.0.1 |
2873 | 2024-08-03T03:49:04.243Z | [ helios-setup] Aug 03 03:49:02.479 INFO E| Compiling rustls v0.21.0 |
2874 | 2024-08-03T03:49:05.980Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2875 | 2024-08-03T03:49:06.310Z | [ helios-setup] Aug 03 03:49:04.546 INFO E| Compiling rustls-webpki v0.100.1 |
2876 | 2024-08-03T03:49:06.937Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2877 | 2024-08-03T03:49:07.669Z | [ host-package] Compiling atomicwrites v0.4.3 |
2878 | 2024-08-03T03:49:08.026Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2879 | 2024-08-03T03:49:08.980Z | [ host-package] Compiling fatfs v0.3.6 |
2880 | 2024-08-03T03:49:10.190Z | [ helios-setup] Aug 03 03:49:08.426 INFO E| Compiling sct v0.7.0 |
2881 | 2024-08-03T03:49:10.514Z | [ helios-setup] Aug 03 03:49:08.749 INFO E| Compiling serde_spanned v0.6.1 |
2882 | 2024-08-03T03:49:10.989Z | [ helios-setup] Aug 03 03:49:09.225 INFO E| Compiling toml_datetime v0.6.1 |
2883 | 2024-08-03T03:49:11.138Z | [ helios-setup] Aug 03 03:49:09.374 INFO E| Compiling static_assertions v1.1.0 |
2884 | 2024-08-03T03:49:11.316Z | [ helios-setup] Aug 03 03:49:09.552 INFO E| Compiling paste v1.0.12 |
2885 | 2024-08-03T03:49:12.372Z | [ helios-setup] Aug 03 03:49:10.608 INFO E| Compiling slog-async v2.7.0 |
2886 | 2024-08-03T03:49:12.741Z | [ helios-setup] Aug 03 03:49:10.973 INFO E| Compiling camino v1.1.4 |
2887 | 2024-08-03T03:49:13.632Z | [ helios-setup] Aug 03 03:49:11.868 INFO E| Compiling async-trait v0.1.68 |
2888 | 2024-08-03T03:49:14.569Z | [ helios-setup] Aug 03 03:49:12.805 INFO E| Compiling match_cfg v0.1.0 |
2889 | 2024-08-03T03:49:14.764Z | [ host-package] Compiling subprocess v0.2.9 |
2890 | 2024-08-03T03:49:14.817Z | [ helios-setup] Aug 03 03:49:13.053 INFO E| Compiling winnow v0.4.1 |
2891 | 2024-08-03T03:49:15.162Z | [ helios-setup] Aug 03 03:49:13.398 INFO E| Compiling hostname v0.3.1 |
2892 | 2024-08-03T03:49:20.115Z | [ host-package] Compiling rtoolbox v0.0.2 |
2893 | 2024-08-03T03:49:20.783Z | [ host-package] Compiling is_ci v1.2.0 |
2894 | 2024-08-03T03:49:20.936Z | [ host-package] Compiling assert_matches v1.5.0 |
2895 | 2024-08-03T03:49:21.662Z | [ host-package] Compiling supports-color v3.0.0 |
2896 | 2024-08-03T03:49:22.692Z | [ helios-setup] Aug 03 03:49:20.927 INFO E| Compiling toml_edit v0.19.8 |
2897 | 2024-08-03T03:49:23.049Z | [ helios-setup] Aug 03 03:49:21.284 INFO E| Compiling racktest-agent-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/protocol) |
2898 | 2024-08-03T03:49:23.299Z | [ host-package] Compiling rpassword v7.3.1 |
2899 | 2024-08-03T03:49:23.601Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2900 | 2024-08-03T03:49:24.165Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2901 | 2024-08-03T03:49:25.957Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2902 | 2024-08-03T03:49:27.974Z | [ helios-setup] Aug 03 03:49:26.209 INFO E| Compiling slog-json v2.6.1 |
2903 | 2024-08-03T03:49:28.444Z | [ host-package] Compiling tui-tree-widget v0.21.0 |
2904 | 2024-08-03T03:49:29.087Z | [ helios-setup] Aug 03 03:49:27.322 INFO E| Compiling unicode-linebreak v0.1.4 |
2905 | 2024-08-03T03:49:29.611Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2906 | 2024-08-03T03:49:30.356Z | [ helios-setup] Aug 03 03:49:28.591 INFO E| Compiling rhai_codegen v1.5.0 |
2907 | 2024-08-03T03:49:32.174Z | [ helios-setup] Aug 03 03:49:30.409 INFO E| Compiling async-stream-impl v0.3.5 |
2908 | 2024-08-03T03:49:34.331Z | [ helios-setup] Aug 03 03:49:32.566 INFO E| Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2909 | 2024-08-03T03:49:35.123Z | [ helios-setup] Aug 03 03:49:33.357 INFO E| Compiling take_mut v0.2.2 |
2910 | 2024-08-03T03:49:35.603Z | [ helios-setup] Aug 03 03:49:33.837 INFO E| Compiling rhai v1.14.0 |
2911 | 2024-08-03T03:49:36.042Z | [ helios-setup] Aug 03 03:49:34.273 INFO E| Compiling async-stream v0.3.5 |
2912 | 2024-08-03T03:49:36.186Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2913 | 2024-08-03T03:49:36.860Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2914 | 2024-08-03T03:49:37.108Z | [ helios-setup] Aug 03 03:49:35.342 INFO E| Compiling toml v0.7.3 |
2915 | 2024-08-03T03:49:37.929Z | [ host-package] Compiling uzers v0.11.3 |
2916 | 2024-08-03T03:49:38.951Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2917 | 2024-08-03T03:49:39.462Z | [ helios-setup] Aug 03 03:49:37.697 INFO E| Compiling slog-bunyan v2.4.0 |
2918 | 2024-08-03T03:49:40.211Z | [ helios-setup] Aug 03 03:49:38.446 INFO E| Compiling tokio-rustls v0.24.0 |
2919 | 2024-08-03T03:49:43.488Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2920 | 2024-08-03T03:49:45.132Z | [ helios-setup] Aug 03 03:49:43.365 INFO E| Compiling rustls-pemfile v1.0.2 |
2921 | 2024-08-03T03:49:46.756Z | [ helios-setup] Aug 03 03:49:44.990 INFO E| Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot.git?rev=9911f3cf00178e0ee64b99f2c59b5a5464075230#9911f3cf) |
2922 | 2024-08-03T03:49:46.824Z | [ helios-setup] Aug 03 03:49:45.058 INFO E| Compiling bincode v1.3.3 |
2923 | 2024-08-03T03:49:47.355Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2924 | 2024-08-03T03:49:48.536Z | [ helios-setup] Aug 03 03:49:46.769 INFO E| Compiling serde_path_to_error v0.1.11 |
2925 | 2024-08-03T03:49:49.098Z | [ helios-setup] Aug 03 03:49:47.332 INFO E| Compiling racktest-control-protocol v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/protocol) |
2926 | 2024-08-03T03:49:50.758Z | [ helios-setup] Aug 03 03:49:48.989 INFO E| Compiling terminal_size v0.2.6 |
2927 | 2024-08-03T03:49:50.884Z | [ helios-setup] Aug 03 03:49:49.118 INFO E| Compiling smawk v0.3.1 |
2928 | 2024-08-03T03:49:51.423Z | [ helios-setup] Aug 03 03:49:49.656 INFO E| Compiling textwrap v0.16.0 |
2929 | 2024-08-03T03:50:11.266Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2930 | 2024-08-03T03:50:18.303Z | [ helios-setup] Aug 03 03:50:16.536 INFO E| Compiling git2 v0.16.1 |
2931 | 2024-08-03T03:50:23.765Z | [ helios-setup] Aug 03 03:50:21.997 INFO E| Compiling built v0.6.0 |
2932 | 2024-08-03T03:50:25.381Z | [ host-package] Compiling multimap v0.10.0 |
2933 | 2024-08-03T03:50:27.081Z | [ helios-setup] Aug 03 03:50:25.313 INFO E| Compiling progenitor v0.2.1-dev (https://github.com/oxidecomputer/progenitor#3a5fe998) |
2934 | 2024-08-03T03:50:28.675Z | [ helios-setup] Aug 03 03:50:26.906 INFO E| Compiling racktest-agent-openapi v0.1.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/openapi) |
2935 | 2024-08-03T03:50:29.337Z | [ helios-setup] Aug 03 03:50:27.567 INFO E| Compiling racktest-agent v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/agent/server) |
2936 | 2024-08-03T03:50:37.794Z | [ helios-setup] Aug 03 03:50:36.024 INFO E| Compiling racktest-driver v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/driver) |
2937 | 2024-08-03T03:50:41.079Z | [ helios-setup] Aug 03 03:50:39.310 INFO E| Compiling racktest-control-server v0.0.0 (/work/oxidecomputer/helios/projects/pilot/racktest/control/server) |
2938 | 2024-08-03T03:51:27.705Z | [ helios-setup] Aug 03 03:51:25.933 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
2939 | 2024-08-03T03:52:32.386Z | [ helios-setup] Aug 03 03:52:30.610 INFO E| Finished `release` profile [optimized] target(s) in 6m 42s |
2940 | 2024-08-03T03:52:32.532Z | [ helios-setup] Aug 03 03:52:30.756 INFO building project "pilot" ok (402 seconds) |
2941 | 2024-08-03T03:52:32.535Z | [ helios-setup] Aug 03 03:52:30.756 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
2942 | 2024-08-03T03:52:32.535Z | [ helios-setup] Aug 03 03:52:30.756 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
2943 | 2024-08-03T03:52:32.942Z | [ helios-setup] Aug 03 03:52:31.163 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
2944 | 2024-08-03T03:52:33.502Z | [ helios-setup] Aug 03 03:52:31.722 INFO E| From https://github.com/jclulow/rust-jmclib |
2945 | 2024-08-03T03:52:33.503Z | [ helios-setup] Aug 03 03:52:31.722 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
2946 | 2024-08-03T03:52:33.547Z | [ helios-setup] Aug 03 03:52:31.764 INFO E| Updating crates.io index |
2947 | 2024-08-03T03:52:33.886Z | [ helios-setup] Aug 03 03:52:32.109 INFO E| Downloading crates ... |
2948 | 2024-08-03T03:52:34.004Z | [ helios-setup] Aug 03 03:52:32.226 INFO E| Downloaded digest v0.9.0 |
2949 | 2024-08-03T03:52:34.007Z | [ helios-setup] Aug 03 03:52:32.229 INFO E| Downloaded cpufeatures v0.2.9 |
2950 | 2024-08-03T03:52:34.026Z | [ helios-setup] Aug 03 03:52:32.250 INFO E| Downloaded sha-1 v0.9.8 |
2951 | 2024-08-03T03:52:34.029Z | [ helios-setup] Aug 03 03:52:32.254 INFO E| Downloaded quote v1.0.31 |
2952 | 2024-08-03T03:52:34.034Z | [ helios-setup] Aug 03 03:52:32.258 INFO E| Downloaded opaque-debug v0.3.0 |
2953 | 2024-08-03T03:52:34.037Z | [ helios-setup] Aug 03 03:52:32.260 INFO E| Downloaded itoa v1.0.9 |
2954 | 2024-08-03T03:52:34.040Z | [ helios-setup] Aug 03 03:52:32.262 INFO E| Downloaded md-5 v0.9.1 |
2955 | 2024-08-03T03:52:34.043Z | [ helios-setup] Aug 03 03:52:32.265 INFO E| Downloaded once_cell v1.18.0 |
2956 | 2024-08-03T03:52:34.046Z | [ helios-setup] Aug 03 03:52:32.269 INFO E| Downloaded tempfile v3.7.0 |
2957 | 2024-08-03T03:52:34.049Z | [ helios-setup] Aug 03 03:52:32.273 INFO E| Downloaded libdevinfo-sys v1.0.0 |
2958 | 2024-08-03T03:52:34.054Z | [ helios-setup] Aug 03 03:52:32.275 INFO E| Downloaded uuid v0.8.2 |
2959 | 2024-08-03T03:52:34.057Z | [ helios-setup] Aug 03 03:52:32.280 INFO E| Downloaded bitflags v2.3.3 |
2960 | 2024-08-03T03:52:34.060Z | [ helios-setup] Aug 03 03:52:32.284 INFO E| Downloaded unicode-ident v1.0.11 |
2961 | 2024-08-03T03:52:34.064Z | [ helios-setup] Aug 03 03:52:32.289 INFO E| Downloaded ryu v1.0.15 |
2962 | 2024-08-03T03:52:34.074Z | [ helios-setup] Aug 03 03:52:32.299 INFO E| Downloaded serde_derive v1.0.193 |
2963 | 2024-08-03T03:52:34.079Z | [ helios-setup] Aug 03 03:52:32.303 INFO E| Downloaded serde v1.0.193 |
2964 | 2024-08-03T03:52:34.085Z | [ helios-setup] Aug 03 03:52:32.309 INFO E| Downloaded proc-macro2 v1.0.66 |
2965 | 2024-08-03T03:52:34.088Z | [ helios-setup] Aug 03 03:52:32.313 INFO E| Downloaded serde_json v1.0.103 |
2966 | 2024-08-03T03:52:34.101Z | [ helios-setup] Aug 03 03:52:32.326 INFO E| Downloaded anyhow v1.0.72 |
2967 | 2024-08-03T03:52:34.107Z | [ helios-setup] Aug 03 03:52:32.331 INFO E| Downloaded syn v2.0.32 |
2968 | 2024-08-03T03:52:34.125Z | [ helios-setup] Aug 03 03:52:32.349 INFO E| Downloaded getrandom v0.2.10 |
2969 | 2024-08-03T03:52:34.130Z | [ helios-setup] Aug 03 03:52:32.354 INFO E| Downloaded rustix v0.38.4 |
2970 | 2024-08-03T03:52:34.166Z | [ helios-setup] Aug 03 03:52:32.390 INFO E| Downloaded fastrand v2.0.0 |
2971 | 2024-08-03T03:52:34.169Z | [ helios-setup] Aug 03 03:52:32.392 INFO E| Downloaded block-buffer v0.9.0 |
2972 | 2024-08-03T03:52:34.169Z | [ helios-setup] Aug 03 03:52:32.393 INFO E| Downloaded libc v0.2.147 |
2973 | 2024-08-03T03:52:34.388Z | [ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling libc v0.2.147 |
2974 | 2024-08-03T03:52:34.388Z | [ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling proc-macro2 v1.0.66 |
2975 | 2024-08-03T03:52:34.388Z | [ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling unicode-ident v1.0.11 |
2976 | 2024-08-03T03:52:34.393Z | [ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling cfg-if v1.0.0 |
2977 | 2024-08-03T03:52:34.393Z | [ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling typenum v1.16.0 |
2978 | 2024-08-03T03:52:34.394Z | [ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling version_check v0.9.4 |
2979 | 2024-08-03T03:52:34.394Z | [ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling serde v1.0.193 |
2980 | 2024-08-03T03:52:34.394Z | [ helios-setup] Aug 03 03:52:32.597 INFO E| Compiling num-conv v0.1.0 |
2981 | 2024-08-03T03:52:35.088Z | [ helios-setup] Aug 03 03:52:33.312 INFO E| Compiling itoa v1.0.9 |
2982 | 2024-08-03T03:52:35.363Z | [ helios-setup] Aug 03 03:52:33.586 INFO E| Compiling time-core v0.1.2 |
2983 | 2024-08-03T03:52:35.595Z | [ helios-setup] Aug 03 03:52:33.819 INFO E| Compiling slog v2.7.0 |
2984 | 2024-08-03T03:52:35.735Z | [ helios-setup] Aug 03 03:52:33.960 INFO E| Compiling powerfmt v0.2.0 |
2985 | 2024-08-03T03:52:35.819Z | [ helios-setup] Aug 03 03:52:34.043 INFO E| Compiling rustix v0.38.4 |
2986 | 2024-08-03T03:52:36.236Z | [ helios-setup] Aug 03 03:52:34.460 INFO E| Compiling generic-array v0.14.7 |
2987 | 2024-08-03T03:52:36.246Z | [ helios-setup] Aug 03 03:52:34.471 INFO E| Compiling deranged v0.3.11 |
2988 | 2024-08-03T03:52:36.576Z | [ helios-setup] Aug 03 03:52:34.800 INFO E| Compiling time-macros v0.2.18 |
2989 | 2024-08-03T03:52:36.956Z | [ helios-setup] Aug 03 03:52:35.180 INFO E| Compiling bitflags v2.3.3 |
2990 | 2024-08-03T03:52:36.956Z | [ helios-setup] Aug 03 03:52:35.180 INFO E| Compiling once_cell v1.18.0 |
2991 | 2024-08-03T03:52:37.350Z | [ helios-setup] Aug 03 03:52:35.573 INFO E| Compiling quote v1.0.31 |
2992 | 2024-08-03T03:52:37.960Z | [ helios-setup] Aug 03 03:52:36.184 INFO E| Compiling num_threads v0.1.6 |
2993 | 2024-08-03T03:52:38.026Z | [ helios-setup] Aug 03 03:52:36.249 INFO E| Compiling syn v2.0.32 |
2994 | 2024-08-03T03:52:38.461Z | [ helios-setup] Aug 03 03:52:36.685 INFO E| Compiling dirs-sys-next v0.1.2 |
2995 | 2024-08-03T03:52:38.637Z | [ helios-setup] Aug 03 03:52:36.861 INFO E| Compiling errno v0.3.1 |
2996 | 2024-08-03T03:52:38.707Z | [ helios-setup] Aug 03 03:52:36.930 INFO E| Compiling atty v0.2.14 |
2997 | 2024-08-03T03:52:38.954Z | [ helios-setup] Aug 03 03:52:37.178 INFO E| Compiling dirs-next v2.0.0 |
2998 | 2024-08-03T03:52:39.154Z | [ helios-setup] Aug 03 03:52:37.377 INFO E| Compiling term v0.7.0 |
2999 | 2024-08-03T03:52:39.295Z | [ helios-setup] Aug 03 03:52:37.519 INFO E| Compiling thread_local v1.1.7 |
3000 | 2024-08-03T03:52:40.262Z | [ helios-setup] Aug 03 03:52:38.486 INFO E| Compiling opaque-debug v0.3.0 |
3001 | 2024-08-03T03:52:40.357Z | [ helios-setup] Aug 03 03:52:38.581 INFO E| Compiling fastrand v2.0.0 |
3002 | 2024-08-03T03:52:40.372Z | [ helios-setup] Aug 03 03:52:38.595 INFO E| Compiling serde_json v1.0.103 |
3003 | 2024-08-03T03:52:41.571Z | [ helios-setup] Aug 03 03:52:39.794 INFO E| Compiling block-buffer v0.9.0 |
3004 | 2024-08-03T03:52:41.607Z | [ helios-setup] Aug 03 03:52:39.830 INFO E| Compiling digest v0.9.0 |
3005 | 2024-08-03T03:52:41.791Z | [ helios-setup] Aug 03 03:52:40.015 INFO E| Compiling anyhow v1.0.72 |
3006 | 2024-08-03T03:52:41.870Z | [ helios-setup] Aug 03 03:52:40.094 INFO E| Compiling tempfile v3.7.0 |
3007 | 2024-08-03T03:52:41.960Z | [ helios-setup] Aug 03 03:52:40.184 INFO E| Compiling getrandom v0.2.10 |
3008 | 2024-08-03T03:52:41.984Z | [ helios-setup] Aug 03 03:52:40.207 INFO E| Compiling unicode-width v0.1.10 |
3009 | 2024-08-03T03:52:42.308Z | [ helios-setup] Aug 03 03:52:40.531 INFO E| Compiling cpufeatures v0.2.9 |
3010 | 2024-08-03T03:52:42.407Z | [ helios-setup] Aug 03 03:52:40.631 INFO E| Compiling ryu v1.0.15 |
3011 | 2024-08-03T03:52:42.899Z | [ helios-setup] Aug 03 03:52:41.123 INFO E| Compiling same-file v1.0.6 |
3012 | 2024-08-03T03:52:42.922Z | [ helios-setup] Aug 03 03:52:41.145 INFO E| Compiling time v0.3.36 |
3013 | 2024-08-03T03:52:43.008Z | [ helios-setup] Aug 03 03:52:41.232 INFO E| Compiling sha-1 v0.9.8 |
3014 | 2024-08-03T03:52:43.100Z | [ helios-setup] Aug 03 03:52:41.324 INFO E| Compiling getopts v0.2.21 |
3015 | 2024-08-03T03:52:43.195Z | [ helios-setup] Aug 03 03:52:41.419 INFO E| Compiling md-5 v0.9.1 |
3016 | 2024-08-03T03:52:43.782Z | [ helios-setup] Aug 03 03:52:42.006 INFO E| Compiling walkdir v2.3.3 |
3017 | 2024-08-03T03:52:43.812Z | [ helios-setup] Aug 03 03:52:42.036 INFO E| Compiling glob v0.3.1 |
3018 | 2024-08-03T03:52:44.098Z | [ helios-setup] Aug 03 03:52:42.322 INFO E| Compiling libdevinfo-sys v1.0.0 |
3019 | 2024-08-03T03:52:46.472Z | [ helios-setup] Aug 03 03:52:44.696 INFO E| Compiling slog-term v2.9.0 |
3020 | 2024-08-03T03:52:47.814Z | [ helios-setup] Aug 03 03:52:46.038 INFO E| Compiling serde_derive v1.0.193 |
3021 | 2024-08-03T03:53:03.730Z | [ helios-setup] Aug 03 03:53:01.953 INFO E| Compiling toml v0.5.11 |
3022 | 2024-08-03T03:53:03.736Z | [ helios-setup] Aug 03 03:53:01.953 INFO E| Compiling uuid v0.8.2 |
3023 | 2024-08-03T03:53:04.481Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3024 | 2024-08-03T03:53:04.905Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
3025 | 2024-08-03T03:53:06.098Z | [ helios-setup] Aug 03 03:53:04.321 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
3026 | 2024-08-03T03:53:09.442Z | [ helios-setup] Aug 03 03:53:07.663 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
3027 | 2024-08-03T03:53:25.400Z | [ helios-setup] Aug 03 03:53:23.621 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.71s |
3028 | 2024-08-03T03:53:25.433Z | [ helios-setup] Aug 03 03:53:23.654 INFO building project "image-builder" ok (52 seconds) |
3029 | 2024-08-03T03:53:25.436Z | [ helios-setup] rm -f helios-build |
3030 | 2024-08-03T03:53:25.439Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
3031 | 2024-08-03T03:53:25.443Z | [ helios-setup] |
3032 | 2024-08-03T03:53:25.443Z | [ helios-setup] Setup complete! ./helios-build is now available. |
3033 | 2024-08-03T03:53:25.445Z | [ helios-setup] |
3034 | 2024-08-03T03:53:25.446Z | [ helios-setup] |
3035 | 2024-08-03T03:53:25.446Z | [ helios-setup] real 12:04.476789283 |
3036 | 2024-08-03T03:53:25.446Z | [ helios-setup] user 28:31.279612317 |
3037 | 2024-08-03T03:53:25.446Z | [ helios-setup] sys 3:32.619929679 |
3038 | 2024-08-03T03:53:25.446Z | [ helios-setup] trap 1.530307322 |
3039 | 2024-08-03T03:53:25.446Z | [ helios-setup] tflt 8.097107787 |
3040 | 2024-08-03T03:53:25.446Z | [ helios-setup] dflt 37.675918035 |
3041 | 2024-08-03T03:53:25.446Z | [ helios-setup] kflt 0.077873722 |
3042 | 2024-08-03T03:53:25.446Z | [ helios-setup] lock 1:55:12.209230167 |
3043 | 2024-08-03T03:53:25.446Z | [ helios-setup] slp 3:42:14.400674859 |
3044 | 2024-08-03T03:53:25.446Z | [ helios-setup] lat 32:33.946073961 |
3045 | 2024-08-03T03:53:25.446Z | [ helios-setup] stop 4:39.016183696 |
3046 | 2024-08-03T03:53:25.446Z | Aug 03 03:53:23.667 INFO [helios-setup] process exited with exit status: 0 (724.48239839s) |
3047 | 2024-08-03T03:53:25.455Z | Aug 03 03:53:23.667 INFO [phbl-toolchain] running: /home/build/.cargo/bin/cargo --version |
3048 | 2024-08-03T03:53:25.469Z | [ phbl-toolchain] info: syncing channel updates for 'nightly-2024-03-19-x86_64-unknown-illumos' |
3049 | 2024-08-03T03:53:26.033Z | [ phbl-toolchain] info: latest update on 2024-03-19, rust version 1.79.0-nightly (3c85e5624 2024-03-18) |
3050 | 2024-08-03T03:53:26.034Z | [ phbl-toolchain] info: downloading component 'cargo' |
3051 | 2024-08-03T03:53:28.398Z | [ phbl-toolchain] info: downloading component 'clippy' |
3052 | 2024-08-03T03:53:29.079Z | [ phbl-toolchain] info: downloading component 'llvm-tools' |
3053 | 2024-08-03T03:53:33.587Z | [ phbl-toolchain] info: downloading component 'miri' |
3054 | 2024-08-03T03:53:33.980Z | [ phbl-toolchain] info: downloading component 'rust-docs' |
3055 | 2024-08-03T03:53:35.996Z | [ phbl-toolchain] info: downloading component 'rust-src' |
3056 | 2024-08-03T03:53:36.824Z | [ phbl-toolchain] info: downloading component 'rust-std' |
3057 | 2024-08-03T03:53:38.916Z | [ phbl-toolchain] info: downloading component 'rustc' |
3058 | 2024-08-03T03:53:45.361Z | [ phbl-toolchain] info: downloading component 'rustfmt' |
3059 | 2024-08-03T03:53:46.046Z | [ phbl-toolchain] info: installing component 'cargo' |
3060 | 2024-08-03T03:53:47.385Z | [ phbl-toolchain] info: installing component 'clippy' |
3061 | 2024-08-03T03:53:47.882Z | [ phbl-toolchain] info: installing component 'llvm-tools' |
3062 | 2024-08-03T03:53:53.488Z | [ phbl-toolchain] info: installing component 'miri' |
3063 | 2024-08-03T03:53:53.908Z | [ phbl-toolchain] info: installing component 'rust-docs' |
3064 | 2024-08-03T03:54:00.632Z | [ phbl-toolchain] info: installing component 'rust-src' |
3065 | 2024-08-03T03:54:01.289Z | [ phbl-toolchain] info: installing component 'rust-std' |
3066 | 2024-08-03T03:54:03.841Z | [ phbl-toolchain] info: installing component 'rustc' |
3067 | 2024-08-03T03:54:10.177Z | [ phbl-toolchain] info: installing component 'rustfmt' |
3068 | 2024-08-03T03:54:11.007Z | [ phbl-toolchain] cargo 1.79.0-nightly (2fe739fcf 2024-03-15) |
3069 | 2024-08-03T03:54:11.011Z | Aug 03 03:54:09.225 INFO [phbl-toolchain] process exited with exit status: 0 (45.5574825s) |
3070 | 2024-08-03T03:59:47.641Z | [ host-package] Finished `release` profile [optimized] target(s) in 17m 40s |
3071 | 2024-08-03T04:00:36.734Z | Aug 03 04:00:34.929 INFO [host-package] process exited with exit status: 0 (1110.034248332s) |
3072 | 2024-08-03T04:00:36.750Z | Aug 03 04:00:34.929 INFO [host-stamp] running task |
3073 | 2024-08-03T04:00:36.750Z | Aug 03 04:00:34.929 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
3074 | 2024-08-03T04:00:36.750Z | Aug 03 04:00:34.930 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 10.0.0-0.ci+git602f1942600 |
3075 | 2024-08-03T04:00:36.750Z | Aug 03 04:00:34.941 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 10.0.0-0.ci+git602f1942600 |
3076 | 2024-08-03T04:00:36.758Z | Aug 03 04:00:34.947 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 10.0.0-0.ci+git602f1942600 |
3077 | 2024-08-03T04:00:36.758Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
3078 | 2024-08-03T04:00:36.758Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
3079 | 2024-08-03T04:00:36.762Z | Aug 03 04:00:34.954 INFO [stamp-crucible-dtrace] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-dtrace 10.0.0-0.ci+git602f1942600 |
3080 | 2024-08-03T04:00:36.767Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
3081 | 2024-08-03T04:00:36.767Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
3082 | 2024-08-03T04:00:36.770Z | Aug 03 04:00:34.962 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 10.0.0-0.ci+git602f1942600 |
3083 | 2024-08-03T04:00:36.782Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
3084 | 2024-08-03T04:00:36.782Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
3085 | 2024-08-03T04:00:36.782Z | [stamp-crucible-dtrace] Logging to: /work/oxidecomputer/omicron/out/LOG |
3086 | 2024-08-03T04:00:36.782Z | Aug 03 04:00:34.973 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 10.0.0-0.ci+git602f1942600 |
3087 | 2024-08-03T04:00:36.791Z | [stamp-crucible-dtrace] Created: /work/oxidecomputer/omicron/out/versioned/crucible-dtrace.tar |
3088 | 2024-08-03T04:00:36.791Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
3089 | 2024-08-03T04:00:36.791Z | Aug 03 04:00:34.983 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 10.0.0-0.ci+git602f1942600 |
3090 | 2024-08-03T04:00:36.797Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3091 | 2024-08-03T04:00:36.797Z | Aug 03 04:00:34.993 INFO [stamp-oxlog] process exited with exit status: 0 (63.22608ms) |
3092 | 2024-08-03T04:00:36.800Z | Aug 03 04:00:34.993 INFO [stamp-overlay] process exited with exit status: 0 (46.149209ms) |
3093 | 2024-08-03T04:00:36.800Z | Aug 03 04:00:34.993 INFO [stamp-crucible-dtrace] process exited with exit status: 0 (39.721389ms) |
3094 | 2024-08-03T04:00:36.800Z | Aug 03 04:00:34.993 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 10.0.0-0.ci+git602f1942600 |
3095 | 2024-08-03T04:00:36.820Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
3096 | 2024-08-03T04:00:36.824Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
3097 | 2024-08-03T04:00:36.903Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
3098 | 2024-08-03T04:00:36.907Z | Aug 03 04:00:35.102 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (108.752606ms) |
3099 | 2024-08-03T04:00:36.977Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
3100 | 2024-08-03T04:00:36.981Z | Aug 03 04:00:35.175 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (202.484977ms) |
3101 | 2024-08-03T04:00:37.139Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
3102 | 2024-08-03T04:00:37.143Z | Aug 03 04:00:35.338 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (355.091624ms) |
3103 | 2024-08-03T04:00:37.888Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
3104 | 2024-08-03T04:00:37.891Z | Aug 03 04:00:36.086 INFO [stamp-propolis-server] process exited with exit status: 0 (1.124103597s) |
3105 | 2024-08-03T04:00:37.930Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3106 | 2024-08-03T04:00:40.179Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3107 | 2024-08-03T04:00:46.812Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
3108 | 2024-08-03T04:00:46.815Z | Aug 03 04:00:45.010 INFO [stamp-switch-asic] process exited with exit status: 0 (10.069172388s) |
3109 | 2024-08-03T04:00:46.815Z | Aug 03 04:00:45.010 INFO [host-stamp] task succeeded (10.081595454s) |
3110 | 2024-08-03T04:00:46.815Z | Aug 03 04:00:45.010 INFO [host-proto] running task |
3111 | 2024-08-03T04:00:47.149Z | Aug 03 04:00:45.344 INFO [host-proto] task succeeded (333.59403ms) |
3112 | 2024-08-03T04:00:47.149Z | Aug 03 04:00:45.344 INFO [host-profile] running task |
3113 | 2024-08-03T04:00:47.152Z | Aug 03 04:00:45.344 INFO [host-profile] task succeeded (318.401µs) |
3114 | 2024-08-03T04:00:47.152Z | Aug 03 04:00:45.345 INFO [host-image] running: IMAGE_DATASET=rpool/images/build/host ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-host -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpozcuMR/proto/host/root -N 'ci 602f194/${os_short_commit} 2024-08-03 03:41' -s host -B |
3115 | 2024-08-03T04:00:47.165Z | [ host-image] Aug 03 04:00:45.360 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3116 | 2024-08-03T04:00:47.165Z | [ host-image] Aug 03 04:00:45.360 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3117 | 2024-08-03T04:00:47.178Z | [ host-image] Aug 03 04:00:45.373 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpozcuMR/proto/host/root" |
3118 | 2024-08-03T04:00:47.178Z | [ host-image] Aug 03 04:00:45.373 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3119 | 2024-08-03T04:00:47.182Z | [ host-image] Aug 03 04:00:45.373 INFO image builder template: ramdisk-01-os... |
3120 | 2024-08-03T04:00:47.182Z | [ host-image] Aug 03 04:00:45.374 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/.tmpozcuMR/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3121 | 2024-08-03T04:00:47.197Z | [ host-image] Aug 03 04:00:45.392 INFO O| Aug 03 04:00:45.392 INFO CREATE DATASET: rpool/images/build/host/output |
3122 | 2024-08-03T04:00:47.346Z | [ host-image] Aug 03 04:00:45.541 INFO O| Aug 03 04:00:45.541 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3123 | 2024-08-03T04:00:47.352Z | [ host-image] Aug 03 04:00:45.547 INFO O| Aug 03 04:00:45.547 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3124 | 2024-08-03T04:00:47.581Z | [ host-image] Aug 03 04:00:45.776 INFO O| Aug 03 04:00:45.776 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-01-os: sync = disabled |
3125 | 2024-08-03T04:00:47.646Z | [ host-image] Aug 03 04:00:45.841 INFO O| Aug 03 04:00:45.841 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
3126 | 2024-08-03T04:00:47.646Z | [ host-image] Aug 03 04:00:45.841 INFO O| Aug 03 04:00:45.841 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3127 | 2024-08-03T04:00:47.649Z | [ host-image] Aug 03 04:00:45.841 INFO O| Aug 03 04:00:45.841 INFO resetting by removing work dataset: rpool/images/build/host/work/gimlet/ramdisk |
3128 | 2024-08-03T04:00:47.649Z | [ host-image] Aug 03 04:00:45.841 INFO O| Aug 03 04:00:45.841 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3129 | 2024-08-03T04:00:47.654Z | [ host-image] Aug 03 04:00:45.850 INFO O| Aug 03 04:00:45.850 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
3130 | 2024-08-03T04:00:47.887Z | [ host-image] Aug 03 04:00:46.082 INFO O| Aug 03 04:00:46.082 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3131 | 2024-08-03T04:00:47.900Z | [ host-image] Aug 03 04:00:46.095 INFO O| Aug 03 04:00:46.095 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/gimlet/ramdisk"] |
3132 | 2024-08-03T04:00:48.286Z | [ host-image] Aug 03 04:00:46.481 INFO O| Aug 03 04:00:46.481 INFO O| Caching catalogs ... Done |
3133 | 2024-08-03T04:00:48.403Z | [ host-image] Aug 03 04:00:46.598 INFO O| Aug 03 04:00:46.598 INFO STEP 0 (pkg_image_create) COMPLETE |
3134 | 2024-08-03T04:00:48.403Z | [ host-image] Aug 03 04:00:46.598 INFO O| Aug 03 04:00:46.598 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3135 | 2024-08-03T04:00:48.406Z | [ host-image] Aug 03 04:00:46.598 INFO O| Aug 03 04:00:46.598 INFO skip step because feature "repo_redist" is not enabled |
3136 | 2024-08-03T04:00:48.406Z | [ host-image] Aug 03 04:00:46.598 INFO O| Aug 03 04:00:46.598 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3137 | 2024-08-03T04:00:48.419Z | [ host-image] Aug 03 04:00:46.615 INFO O| Aug 03 04:00:46.614 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"] |
3138 | 2024-08-03T04:00:48.964Z | [ host-image] Aug 03 04:00:47.159 INFO O| Aug 03 04:00:47.159 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3139 | 2024-08-03T04:00:48.964Z | [ host-image] Aug 03 04:00:47.159 INFO O| Aug 03 04:00:47.159 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3140 | 2024-08-03T04:00:48.981Z | [ host-image] Aug 03 04:00:47.176 INFO O| Aug 03 04:00:47.176 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"] |
3141 | 2024-08-03T04:00:49.455Z | [ host-image] Aug 03 04:00:47.650 INFO O| Aug 03 04:00:47.649 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3142 | 2024-08-03T04:00:49.456Z | [ host-image] Aug 03 04:00:47.650 INFO O| Aug 03 04:00:47.650 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3143 | 2024-08-03T04:00:49.459Z | [ host-image] Aug 03 04:00:47.650 INFO O| Aug 03 04:00:47.650 INFO skip step because feature "repo_redist" is not enabled |
3144 | 2024-08-03T04:00:49.459Z | [ host-image] Aug 03 04:00:47.650 INFO O| Aug 03 04:00:47.650 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3145 | 2024-08-03T04:00:49.993Z | [ host-image] Aug 03 04:00:48.188 INFO O| Aug 03 04:00:48.188 INFO variant opensolaris.zone is already global |
3146 | 2024-08-03T04:00:49.993Z | [ host-image] Aug 03 04:00:48.188 INFO O| Aug 03 04:00:48.188 INFO STEP 5 (pkg_change_variant) COMPLETE |
3147 | 2024-08-03T04:00:49.999Z | [ host-image] Aug 03 04:00:48.188 INFO O| Aug 03 04:00:48.188 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3148 | 2024-08-03T04:00:50.555Z | [ host-image] Aug 03 04:00:48.750 INFO O| Aug 03 04:00:48.750 INFO variant opensolaris.imagetype is full; changing to partial |
3149 | 2024-08-03T04:00:50.555Z | [ host-image] Aug 03 04:00:48.750 INFO O| Aug 03 04:00:48.750 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3150 | 2024-08-03T04:00:56.626Z | [ host-image] Aug 03 04:00:54.820 INFO O| Aug 03 04:00:54.820 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3151 | 2024-08-03T04:00:58.650Z | [ host-image] Aug 03 04:00:56.844 INFO O| Aug 03 04:00:56.844 INFO O| Startup: Caching catalogs ... Done |
3152 | 2024-08-03T04:00:58.697Z | [ host-image] Aug 03 04:00:56.892 INFO O| Aug 03 04:00:56.891 INFO O| Planning: Planning completed in 0.00 seconds |
3153 | 2024-08-03T04:00:58.700Z | [ host-image] Aug 03 04:00:56.892 INFO O| Aug 03 04:00:56.892 INFO O| Planning: Consolidating action changes ... Done |
3154 | 2024-08-03T04:00:58.700Z | [ host-image] Aug 03 04:00:56.892 INFO O| Aug 03 04:00:56.892 INFO O| Planning: Evaluating mediators ... Done |
3155 | 2024-08-03T04:00:58.700Z | [ host-image] Aug 03 04:00:56.892 INFO O| Aug 03 04:00:56.892 INFO O| Planning: Planning completed in 0.00 seconds |
3156 | 2024-08-03T04:00:58.700Z | [ host-image] Aug 03 04:00:56.893 INFO O| Aug 03 04:00:56.893 INFO O| Variants/Facets to change: 1 |
3157 | 2024-08-03T04:00:58.711Z | [ host-image] Aug 03 04:00:56.906 INFO O| Aug 03 04:00:56.906 INFO O| Done |
3158 | 2024-08-03T04:00:58.711Z | [ host-image] Aug 03 04:00:56.906 INFO O| Aug 03 04:00:56.906 INFO O| Done |
3159 | 2024-08-03T04:00:58.898Z | [recovery-package] Finished `release` profile [optimized] target(s) in 21.90s |
3160 | 2024-08-03T04:00:59.242Z | [ host-image] Aug 03 04:00:57.236 INFO O| Aug 03 04:00:57.236 INFO O| Done |
3161 | 2024-08-03T04:00:59.245Z | [ host-image] Aug 03 04:00:57.264 INFO O| Aug 03 04:00:57.264 INFO O| Done |
3162 | 2024-08-03T04:00:59.245Z | [ host-image] Aug 03 04:00:57.265 INFO O| Aug 03 04:00:57.265 INFO O| Done |
3163 | 2024-08-03T04:00:59.245Z | [ host-image] Aug 03 04:00:57.265 INFO O| Aug 03 04:00:57.265 INFO O| Done |
3164 | 2024-08-03T04:00:59.245Z | [ host-image] Aug 03 04:00:57.266 INFO O| Aug 03 04:00:57.266 INFO O| Done |
3165 | 2024-08-03T04:00:59.345Z | [ host-image] Aug 03 04:00:57.539 INFO O| Aug 03 04:00:57.539 INFO STEP 6 (pkg_change_variant) COMPLETE |
3166 | 2024-08-03T04:00:59.345Z | [ host-image] Aug 03 04:00:57.539 INFO O| Aug 03 04:00:57.539 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3167 | 2024-08-03T04:00:59.348Z | [ host-image] Aug 03 04:00:57.539 INFO O| Aug 03 04:00:57.539 INFO skip step because feature "debug_variant" is not enabled |
3168 | 2024-08-03T04:00:59.348Z | [ host-image] Aug 03 04:00:57.539 INFO O| Aug 03 04:00:57.539 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3169 | 2024-08-03T04:00:59.712Z | [ host-image] Aug 03 04:00:57.906 INFO O| Aug 03 04:00:57.906 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3170 | 2024-08-03T04:01:00.122Z | [ host-image] Aug 03 04:00:58.315 INFO O| Aug 03 04:00:58.315 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3171 | 2024-08-03T04:01:00.127Z | [ host-image] Aug 03 04:00:58.317 INFO O| Aug 03 04:00:58.317 INFO O| Planning: Planning completed in 0.00 seconds |
3172 | 2024-08-03T04:01:00.128Z | [ host-image] Aug 03 04:00:58.317 INFO O| Aug 03 04:00:58.317 INFO O| Planning: Consolidating action changes ... Done |
3173 | 2024-08-03T04:01:00.128Z | [ host-image] Aug 03 04:00:58.318 INFO O| Aug 03 04:00:58.318 INFO O| Planning: Evaluating mediators ... Done |
3174 | 2024-08-03T04:01:00.128Z | [ host-image] Aug 03 04:00:58.318 INFO O| Aug 03 04:00:58.318 INFO O| Planning: Planning completed in 0.00 seconds |
3175 | 2024-08-03T04:01:00.128Z | [ host-image] Aug 03 04:00:58.318 INFO O| Aug 03 04:00:58.318 INFO O| Variants/Facets to change: 1 |
3176 | 2024-08-03T04:01:00.142Z | [ host-image] Aug 03 04:00:58.335 INFO O| Aug 03 04:00:58.335 INFO O| Done |
3177 | 2024-08-03T04:01:00.143Z | [ host-image] Aug 03 04:00:58.335 INFO O| Aug 03 04:00:58.335 INFO O| Done |
3178 | 2024-08-03T04:01:00.280Z | Aug 03 04:00:58.475 INFO [recovery-package] process exited with exit status: 0 (23.545139051s) |
3179 | 2024-08-03T04:01:00.283Z | Aug 03 04:00:58.475 INFO [recovery-stamp] running task |
3180 | 2024-08-03T04:01:00.283Z | Aug 03 04:00:58.475 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
3181 | 2024-08-03T04:01:00.283Z | Aug 03 04:00:58.475 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 10.0.0-0.ci+git602f1942600 |
3182 | 2024-08-03T04:01:00.297Z | Aug 03 04:00:58.492 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 10.0.0-0.ci+git602f1942600 |
3183 | 2024-08-03T04:01:00.307Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
3184 | 2024-08-03T04:01:00.315Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
3185 | 2024-08-03T04:01:00.377Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
3186 | 2024-08-03T04:01:00.381Z | Aug 03 04:00:58.575 INFO [stamp-installinator] process exited with exit status: 0 (100.06672ms) |
3187 | 2024-08-03T04:01:00.428Z | [ host-image] Aug 03 04:00:58.622 INFO O| Aug 03 04:00:58.622 INFO O| Done |
3188 | 2024-08-03T04:01:00.430Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
3189 | 2024-08-03T04:01:00.433Z | Aug 03 04:00:58.626 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (134.496493ms) |
3190 | 2024-08-03T04:01:00.433Z | Aug 03 04:00:58.626 INFO [recovery-stamp] task succeeded (151.244853ms) |
3191 | 2024-08-03T04:01:00.433Z | Aug 03 04:00:58.626 INFO [recovery-proto] running task |
3192 | 2024-08-03T04:01:00.433Z | Aug 03 04:00:58.626 INFO [tuf-stamp] running task |
3193 | 2024-08-03T04:01:00.433Z | Aug 03 04:00:58.627 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 10.0.0-0.ci+git602f1942600 |
3194 | 2024-08-03T04:01:00.444Z | Aug 03 04:00:58.639 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 10.0.0-0.ci+git602f1942600 |
3195 | 2024-08-03T04:01:00.455Z | Aug 03 04:00:58.650 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 10.0.0-0.ci+git602f1942600 |
3196 | 2024-08-03T04:01:00.462Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
3197 | 2024-08-03T04:01:00.465Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3198 | 2024-08-03T04:01:00.468Z | Aug 03 04:00:58.660 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 10.0.0-0.ci+git602f1942600 |
3199 | 2024-08-03T04:01:00.474Z | [ host-image] Aug 03 04:00:58.664 INFO O| Aug 03 04:00:58.664 INFO O| Done |
3200 | 2024-08-03T04:01:00.476Z | [ host-image] Aug 03 04:00:58.665 INFO O| Aug 03 04:00:58.665 INFO O| Done |
3201 | 2024-08-03T04:01:00.476Z | [ host-image] Aug 03 04:00:58.665 INFO O| Aug 03 04:00:58.665 INFO O| Done |
3202 | 2024-08-03T04:01:00.476Z | [ host-image] Aug 03 04:00:58.666 INFO O| Aug 03 04:00:58.666 INFO O| Done |
3203 | 2024-08-03T04:01:00.477Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
3204 | 2024-08-03T04:01:00.479Z | Aug 03 04:00:58.672 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 10.0.0-0.ci+git602f1942600 |
3205 | 2024-08-03T04:01:00.492Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
3206 | 2024-08-03T04:01:00.495Z | Aug 03 04:00:58.687 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 10.0.0-0.ci+git602f1942600 |
3207 | 2024-08-03T04:01:00.522Z | Aug 03 04:00:58.716 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 10.0.0-0.ci+git602f1942600 |
3208 | 2024-08-03T04:01:00.541Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
3209 | 2024-08-03T04:01:00.553Z | [ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO STEP 8 (pkg_change_facet) COMPLETE |
3210 | 2024-08-03T04:01:00.553Z | [ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3211 | 2024-08-03T04:01:00.553Z | [ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO skip step because feature "recovery" is not enabled |
3212 | 2024-08-03T04:01:00.556Z | [ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3213 | 2024-08-03T04:01:00.556Z | [ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO skip step because feature "recovery" is not enabled |
3214 | 2024-08-03T04:01:00.556Z | [ host-image] Aug 03 04:00:58.747 INFO O| Aug 03 04:00:58.747 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3215 | 2024-08-03T04:01:00.568Z | [ host-image] Aug 03 04:00:58.762 INFO O| Aug 03 04:00:58.762 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"] |
3216 | 2024-08-03T04:01:00.597Z | Aug 03 04:00:58.792 INFO [recovery-proto] task succeeded (165.276725ms) |
3217 | 2024-08-03T04:01:00.600Z | Aug 03 04:00:58.792 INFO [recovery-image] running: IMAGE_DATASET=rpool/images/build/recovery ptime -m /work/oxidecomputer/helios/helios-build experiment-image -o /work/os-recovery -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' -F 'optever=0.33.277' -P /tmp/.tmpozcuMR/proto/recovery/root -N 'recovery 602f194/${os_short_commit} 2024-08-03 03:41' -s recovery -R |
3218 | 2024-08-03T04:01:00.620Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
3219 | 2024-08-03T04:01:00.623Z | Aug 03 04:00:58.815 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 10.0.0-0.ci+git602f1942600 |
3220 | 2024-08-03T04:01:00.703Z | [ recovery-image] Aug 03 04:00:58.849 INFO using AMD firmware configuration file "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
3221 | 2024-08-03T04:01:00.703Z | [ recovery-image] Aug 03 04:00:58.849 INFO using AMD firmware blob directories ["/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.a"] |
3222 | 2024-08-03T04:01:00.707Z | [ recovery-image] Aug 03 04:00:58.889 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpozcuMR/proto/recovery/root" |
3223 | 2024-08-03T04:01:00.707Z | [ recovery-image] Aug 03 04:00:58.889 INFO using external package repository https://pkg.oxide.computer/helios/2/dev/ |
3224 | 2024-08-03T04:01:00.707Z | [ recovery-image] Aug 03 04:00:58.889 INFO image builder template: ramdisk-01-os... |
3225 | 2024-08-03T04:01:00.707Z | [ recovery-image] Aug 03 04:00:58.889 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/.tmpozcuMR/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.277", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
3226 | 2024-08-03T04:01:00.719Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
3227 | 2024-08-03T04:01:00.722Z | Aug 03 04:00:58.914 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 10.0.0-0.ci+git602f1942600 |
3228 | 2024-08-03T04:01:00.884Z | [ recovery-image] Aug 03 04:00:58.919 INFO O| Aug 03 04:00:58.918 INFO CREATE DATASET: rpool/images/build/recovery/output |
3229 | 2024-08-03T04:01:00.894Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
3230 | 2024-08-03T04:01:00.897Z | Aug 03 04:00:59.089 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 10.0.0-0.ci+git602f1942600 |
3231 | 2024-08-03T04:01:00.911Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
3232 | 2024-08-03T04:01:00.911Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
3233 | 2024-08-03T04:01:00.914Z | Aug 03 04:00:59.106 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 10.0.0-0.ci+git602f1942600 |
3234 | 2024-08-03T04:01:00.928Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3235 | 2024-08-03T04:01:01.026Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
3236 | 2024-08-03T04:01:01.029Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
3237 | 2024-08-03T04:01:01.029Z | Aug 03 04:00:59.221 INFO [stamp-probe] process exited with exit status: 0 (504.922443ms) |
3238 | 2024-08-03T04:01:01.029Z | Aug 03 04:00:59.221 INFO [stamp-ntp] process exited with exit status: 0 (548.802414ms) |
3239 | 2024-08-03T04:01:01.116Z | [ recovery-image] Aug 03 04:00:59.310 INFO O| Aug 03 04:00:59.310 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3240 | 2024-08-03T04:01:01.122Z | [ recovery-image] Aug 03 04:00:59.316 INFO O| Aug 03 04:00:59.316 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3241 | 2024-08-03T04:01:01.571Z | [ recovery-image] Aug 03 04:00:59.766 INFO O| Aug 03 04:00:59.766 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os: sync = disabled |
3242 | 2024-08-03T04:01:01.717Z | [ recovery-image] Aug 03 04:00:59.911 INFO O| Aug 03 04:00:59.911 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3243 | 2024-08-03T04:01:01.717Z | [ recovery-image] Aug 03 04:00:59.911 INFO O| Aug 03 04:00:59.911 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3244 | 2024-08-03T04:01:01.720Z | [ recovery-image] Aug 03 04:00:59.912 INFO O| Aug 03 04:00:59.911 INFO resetting by removing work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3245 | 2024-08-03T04:01:01.720Z | [ recovery-image] Aug 03 04:00:59.912 INFO O| Aug 03 04:00:59.912 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3246 | 2024-08-03T04:01:01.749Z | [ recovery-image] Aug 03 04:00:59.944 INFO O| Aug 03 04:00:59.944 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3247 | 2024-08-03T04:01:01.969Z | [ host-image] Aug 03 04:01:00.163 INFO O| Aug 03 04:01:00.163 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3248 | 2024-08-03T04:01:02.031Z | [ recovery-image] Aug 03 04:01:00.225 INFO O| Aug 03 04:01:00.225 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3249 | 2024-08-03T04:01:02.045Z | [ recovery-image] Aug 03 04:01:00.239 INFO O| Aug 03 04:01:00.239 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/gimlet/ramdisk"] |
3250 | 2024-08-03T04:01:02.100Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
3251 | 2024-08-03T04:01:02.207Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
3252 | 2024-08-03T04:01:02.233Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
3253 | 2024-08-03T04:01:02.237Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
3254 | 2024-08-03T04:01:02.263Z | Aug 03 04:01:00.445 INFO [stamp-external-dns] process exited with exit status: 0 (1.531303078s) |
3255 | 2024-08-03T04:01:02.292Z | Aug 03 04:01:00.487 INFO [stamp-internal-dns] process exited with exit status: 0 (1.380594986s) |
3256 | 2024-08-03T04:01:02.298Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
3257 | 2024-08-03T04:01:02.319Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
3258 | 2024-08-03T04:01:02.325Z | Aug 03 04:01:00.519 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (1.430163925s) |
3259 | 2024-08-03T04:01:02.330Z | Aug 03 04:01:00.525 INFO [stamp-crucible-zone] process exited with exit status: 0 (1.886063471s) |
3260 | 2024-08-03T04:01:02.537Z | [ recovery-image] Aug 03 04:01:00.731 INFO O| Aug 03 04:01:00.731 INFO O| Caching catalogs ... Done |
3261 | 2024-08-03T04:01:02.571Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
3262 | 2024-08-03T04:01:02.576Z | Aug 03 04:01:00.771 INFO [stamp-oximeter] process exited with exit status: 0 (2.120969595s) |
3263 | 2024-08-03T04:01:02.657Z | [ recovery-image] Aug 03 04:01:00.851 INFO O| Aug 03 04:01:00.851 INFO STEP 0 (pkg_image_create) COMPLETE |
3264 | 2024-08-03T04:01:02.657Z | [ recovery-image] Aug 03 04:01:00.851 INFO O| Aug 03 04:01:00.851 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3265 | 2024-08-03T04:01:02.657Z | [ recovery-image] Aug 03 04:01:00.851 INFO O| Aug 03 04:01:00.851 INFO skip step because feature "repo_redist" is not enabled |
3266 | 2024-08-03T04:01:02.657Z | [ recovery-image] Aug 03 04:01:00.851 INFO O| Aug 03 04:01:00.851 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3267 | 2024-08-03T04:01:02.673Z | [ recovery-image] Aug 03 04:01:00.867 INFO O| Aug 03 04:01:00.867 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"] |
3268 | 2024-08-03T04:01:03.144Z | [ recovery-image] Aug 03 04:01:01.338 INFO O| Aug 03 04:01:01.338 INFO STEP 2 (pkg_set_publisher) COMPLETE |
3269 | 2024-08-03T04:01:03.144Z | [ recovery-image] Aug 03 04:01:01.339 INFO O| Aug 03 04:01:01.338 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3270 | 2024-08-03T04:01:03.159Z | [ recovery-image] Aug 03 04:01:01.353 INFO O| Aug 03 04:01:01.353 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"] |
3271 | 2024-08-03T04:01:03.638Z | [ recovery-image] Aug 03 04:01:01.832 INFO O| Aug 03 04:01:01.832 INFO STEP 3 (pkg_set_publisher) COMPLETE |
3272 | 2024-08-03T04:01:03.638Z | [ recovery-image] Aug 03 04:01:01.832 INFO O| Aug 03 04:01:01.832 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3273 | 2024-08-03T04:01:03.638Z | [ recovery-image] Aug 03 04:01:01.832 INFO O| Aug 03 04:01:01.832 INFO skip step because feature "repo_redist" is not enabled |
3274 | 2024-08-03T04:01:03.638Z | [ recovery-image] Aug 03 04:01:01.832 INFO O| Aug 03 04:01:01.832 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3275 | 2024-08-03T04:01:04.062Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
3276 | 2024-08-03T04:01:04.066Z | Aug 03 04:01:02.260 INFO [stamp-nexus] process exited with exit status: 0 (3.600188776s) |
3277 | 2024-08-03T04:01:04.096Z | [ recovery-image] Aug 03 04:01:02.290 INFO O| Aug 03 04:01:02.290 INFO variant opensolaris.zone is already global |
3278 | 2024-08-03T04:01:04.096Z | [ recovery-image] Aug 03 04:01:02.290 INFO O| Aug 03 04:01:02.290 INFO STEP 5 (pkg_change_variant) COMPLETE |
3279 | 2024-08-03T04:01:04.096Z | [ recovery-image] Aug 03 04:01:02.290 INFO O| Aug 03 04:01:02.290 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3280 | 2024-08-03T04:01:04.447Z | [ recovery-image] Aug 03 04:01:02.641 INFO O| Aug 03 04:01:02.641 INFO variant opensolaris.imagetype is full; changing to partial |
3281 | 2024-08-03T04:01:04.447Z | [ recovery-image] Aug 03 04:01:02.641 INFO O| Aug 03 04:01:02.641 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
3282 | 2024-08-03T04:01:06.048Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
3283 | 2024-08-03T04:01:06.054Z | Aug 03 04:01:04.247 INFO [stamp-cockroachdb] process exited with exit status: 0 (5.620437789s) |
3284 | 2024-08-03T04:01:08.370Z | [ recovery-image] Aug 03 04:01:06.556 INFO O| Aug 03 04:01:06.556 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3285 | 2024-08-03T04:01:08.771Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
3286 | 2024-08-03T04:01:08.774Z | Aug 03 04:01:06.968 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (8.280856739s) |
3287 | 2024-08-03T04:01:09.018Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
3288 | 2024-08-03T04:01:09.021Z | Aug 03 04:01:07.215 INFO [stamp-clickhouse] process exited with exit status: 0 (8.400476988s) |
3289 | 2024-08-03T04:01:09.021Z | Aug 03 04:01:07.215 INFO [tuf-stamp] task succeeded (8.589146543s) |
3290 | 2024-08-03T04:01:09.236Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3291 | 2024-08-03T04:01:09.364Z | [verify-libraries] Compiling heck v0.4.1 |
3292 | 2024-08-03T04:01:09.364Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3293 | 2024-08-03T04:01:09.368Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3294 | 2024-08-03T04:01:09.395Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3295 | 2024-08-03T04:01:09.408Z | [verify-libraries] Compiling indent_write v2.2.0 |
3296 | 2024-08-03T04:01:09.427Z | [verify-libraries] Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3297 | 2024-08-03T04:01:09.443Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3298 | 2024-08-03T04:01:09.682Z | [verify-libraries] Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3299 | 2024-08-03T04:01:09.865Z | [verify-libraries] Compiling termios v0.3.3 |
3300 | 2024-08-03T04:01:10.305Z | [verify-libraries] Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3301 | 2024-08-03T04:01:10.792Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3302 | 2024-08-03T04:01:14.220Z | [ recovery-image] Aug 03 04:01:12.413 INFO O| Aug 03 04:01:12.413 INFO O| Startup: Caching catalogs ... Done |
3303 | 2024-08-03T04:01:14.284Z | [ recovery-image] Aug 03 04:01:12.477 INFO O| Aug 03 04:01:12.477 INFO O| Planning: Planning completed in 0.00 seconds |
3304 | 2024-08-03T04:01:14.288Z | [ recovery-image] Aug 03 04:01:12.478 INFO O| Aug 03 04:01:12.478 INFO O| Planning: Consolidating action changes ... Done |
3305 | 2024-08-03T04:01:14.288Z | [ recovery-image] Aug 03 04:01:12.478 INFO O| Aug 03 04:01:12.478 INFO O| Planning: Evaluating mediators ... Done |
3306 | 2024-08-03T04:01:14.291Z | [ recovery-image] Aug 03 04:01:12.482 INFO O| Aug 03 04:01:12.479 INFO O| Planning: Planning completed in 0.00 seconds |
3307 | 2024-08-03T04:01:14.291Z | [ recovery-image] Aug 03 04:01:12.482 INFO O| Aug 03 04:01:12.479 INFO O| Variants/Facets to change: 1 |
3308 | 2024-08-03T04:01:14.350Z | [ recovery-image] Aug 03 04:01:12.543 INFO O| Aug 03 04:01:12.543 INFO O| Done |
3309 | 2024-08-03T04:01:14.350Z | [ recovery-image] Aug 03 04:01:12.543 INFO O| Aug 03 04:01:12.543 INFO O| Done |
3310 | 2024-08-03T04:01:15.051Z | [ recovery-image] Aug 03 04:01:13.244 INFO O| Aug 03 04:01:13.244 INFO O| Done |
3311 | 2024-08-03T04:01:15.109Z | [ recovery-image] Aug 03 04:01:13.302 INFO O| Aug 03 04:01:13.302 INFO O| Done |
3312 | 2024-08-03T04:01:15.112Z | [ recovery-image] Aug 03 04:01:13.304 INFO O| Aug 03 04:01:13.304 INFO O| Done |
3313 | 2024-08-03T04:01:15.112Z | [ recovery-image] Aug 03 04:01:13.304 INFO O| Aug 03 04:01:13.304 INFO O| Done |
3314 | 2024-08-03T04:01:15.116Z | [ recovery-image] Aug 03 04:01:13.306 INFO O| Aug 03 04:01:13.306 INFO O| Done |
3315 | 2024-08-03T04:01:15.631Z | [ recovery-image] Aug 03 04:01:13.824 INFO O| Aug 03 04:01:13.824 INFO STEP 6 (pkg_change_variant) COMPLETE |
3316 | 2024-08-03T04:01:15.631Z | [ recovery-image] Aug 03 04:01:13.824 INFO O| Aug 03 04:01:13.824 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3317 | 2024-08-03T04:01:15.633Z | [ recovery-image] Aug 03 04:01:13.824 INFO O| Aug 03 04:01:13.824 INFO skip step because feature "debug_variant" is not enabled |
3318 | 2024-08-03T04:01:15.634Z | [ recovery-image] Aug 03 04:01:13.824 INFO O| Aug 03 04:01:13.824 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3319 | 2024-08-03T04:01:16.419Z | [ recovery-image] Aug 03 04:01:14.612 INFO O| Aug 03 04:01:14.612 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "openssl.10=false"] |
3320 | 2024-08-03T04:01:17.485Z | [ recovery-image] Aug 03 04:01:15.678 INFO O| Aug 03 04:01:15.678 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3321 | 2024-08-03T04:01:17.487Z | [ recovery-image] Aug 03 04:01:15.680 INFO O| Aug 03 04:01:15.680 INFO O| Planning: Planning completed in 0.00 seconds |
3322 | 2024-08-03T04:01:17.487Z | [ recovery-image] Aug 03 04:01:15.680 INFO O| Aug 03 04:01:15.680 INFO O| Planning: Consolidating action changes ... Done |
3323 | 2024-08-03T04:01:17.487Z | [ recovery-image] Aug 03 04:01:15.681 INFO O| Aug 03 04:01:15.681 INFO O| Planning: Evaluating mediators ... Done |
3324 | 2024-08-03T04:01:17.490Z | [ recovery-image] Aug 03 04:01:15.681 INFO O| Aug 03 04:01:15.681 INFO O| Planning: Planning completed in 0.00 seconds |
3325 | 2024-08-03T04:01:17.490Z | [ recovery-image] Aug 03 04:01:15.682 INFO O| Aug 03 04:01:15.682 INFO O| Variants/Facets to change: 1 |
3326 | 2024-08-03T04:01:17.742Z | [ recovery-image] Aug 03 04:01:15.935 INFO O| Aug 03 04:01:15.935 INFO O| Done |
3327 | 2024-08-03T04:01:17.742Z | [ recovery-image] Aug 03 04:01:15.935 INFO O| Aug 03 04:01:15.935 INFO O| Done |
3328 | 2024-08-03T04:01:18.188Z | [ recovery-image] Aug 03 04:01:16.381 INFO O| Aug 03 04:01:16.381 INFO O| Done |
3329 | 2024-08-03T04:01:18.256Z | [ recovery-image] Aug 03 04:01:16.449 INFO O| Aug 03 04:01:16.449 INFO O| Done |
3330 | 2024-08-03T04:01:18.259Z | [ recovery-image] Aug 03 04:01:16.450 INFO O| Aug 03 04:01:16.450 INFO O| Done |
3331 | 2024-08-03T04:01:18.259Z | [ recovery-image] Aug 03 04:01:16.450 INFO O| Aug 03 04:01:16.450 INFO O| Done |
3332 | 2024-08-03T04:01:18.262Z | [ recovery-image] Aug 03 04:01:16.452 INFO O| Aug 03 04:01:16.452 INFO O| Done |
3333 | 2024-08-03T04:01:18.368Z | [ recovery-image] Aug 03 04:01:16.561 INFO O| Aug 03 04:01:16.561 INFO STEP 8 (pkg_change_facet) COMPLETE |
3334 | 2024-08-03T04:01:18.368Z | [ recovery-image] Aug 03 04:01:16.561 INFO O| Aug 03 04:01:16.561 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3335 | 2024-08-03T04:01:18.498Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3336 | 2024-08-03T04:01:19.139Z | [ recovery-image] Aug 03 04:01:17.325 INFO O| Aug 03 04:01:17.325 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc=false"] |
3337 | 2024-08-03T04:01:20.140Z | [ recovery-image] Aug 03 04:01:18.333 INFO O| Aug 03 04:01:18.333 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3338 | 2024-08-03T04:01:20.143Z | [ recovery-image] Aug 03 04:01:18.335 INFO O| Aug 03 04:01:18.335 INFO O| Planning: Planning completed in 0.00 seconds |
3339 | 2024-08-03T04:01:20.143Z | [ recovery-image] Aug 03 04:01:18.336 INFO O| Aug 03 04:01:18.336 INFO O| Planning: Consolidating action changes ... Done |
3340 | 2024-08-03T04:01:20.143Z | [ recovery-image] Aug 03 04:01:18.336 INFO O| Aug 03 04:01:18.336 INFO O| Planning: Evaluating mediators ... Done |
3341 | 2024-08-03T04:01:20.145Z | [ recovery-image] Aug 03 04:01:18.336 INFO O| Aug 03 04:01:18.336 INFO O| Planning: Planning completed in 0.00 seconds |
3342 | 2024-08-03T04:01:20.145Z | [ recovery-image] Aug 03 04:01:18.337 INFO O| Aug 03 04:01:18.337 INFO O| Variants/Facets to change: 1 |
3343 | 2024-08-03T04:01:20.213Z | [ recovery-image] Aug 03 04:01:18.406 INFO O| Aug 03 04:01:18.406 INFO O| Done |
3344 | 2024-08-03T04:01:20.213Z | [ recovery-image] Aug 03 04:01:18.406 INFO O| Aug 03 04:01:18.406 INFO O| Done |
3345 | 2024-08-03T04:01:20.683Z | [ recovery-image] Aug 03 04:01:18.876 INFO O| Aug 03 04:01:18.875 INFO O| Done |
3346 | 2024-08-03T04:01:20.734Z | [ recovery-image] Aug 03 04:01:18.925 INFO O| Aug 03 04:01:18.925 INFO O| Done |
3347 | 2024-08-03T04:01:20.737Z | [ recovery-image] Aug 03 04:01:18.927 INFO O| Aug 03 04:01:18.926 INFO O| Done |
3348 | 2024-08-03T04:01:20.738Z | [ recovery-image] Aug 03 04:01:18.927 INFO O| Aug 03 04:01:18.927 INFO O| Done |
3349 | 2024-08-03T04:01:20.738Z | [ recovery-image] Aug 03 04:01:18.929 INFO O| Aug 03 04:01:18.929 INFO O| Done |
3350 | 2024-08-03T04:01:20.859Z | [ recovery-image] Aug 03 04:01:19.052 INFO O| Aug 03 04:01:19.052 INFO STEP 9 (pkg_change_facet) COMPLETE |
3351 | 2024-08-03T04:01:20.859Z | [ recovery-image] Aug 03 04:01:19.052 INFO O| Aug 03 04:01:19.052 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3352 | 2024-08-03T04:01:21.545Z | [ recovery-image] Aug 03 04:01:19.738 INFO O| Aug 03 04:01:19.738 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "change-facet", "doc.man=false"] |
3353 | 2024-08-03T04:01:22.502Z | [ recovery-image] Aug 03 04:01:20.695 INFO O| Aug 03 04:01:20.695 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3354 | 2024-08-03T04:01:22.505Z | [ recovery-image] Aug 03 04:01:20.697 INFO O| Aug 03 04:01:20.697 INFO O| Planning: Planning completed in 0.00 seconds |
3355 | 2024-08-03T04:01:22.505Z | [ recovery-image] Aug 03 04:01:20.697 INFO O| Aug 03 04:01:20.697 INFO O| Planning: Consolidating action changes ... Done |
3356 | 2024-08-03T04:01:22.505Z | [ recovery-image] Aug 03 04:01:20.698 INFO O| Aug 03 04:01:20.698 INFO O| Planning: Evaluating mediators ... Done |
3357 | 2024-08-03T04:01:22.505Z | [ recovery-image] Aug 03 04:01:20.698 INFO O| Aug 03 04:01:20.698 INFO O| Planning: Planning completed in 0.00 seconds |
3358 | 2024-08-03T04:01:22.508Z | [ recovery-image] Aug 03 04:01:20.699 INFO O| Aug 03 04:01:20.698 INFO O| Variants/Facets to change: 1 |
3359 | 2024-08-03T04:01:22.624Z | [ recovery-image] Aug 03 04:01:20.817 INFO O| Aug 03 04:01:20.817 INFO O| Done |
3360 | 2024-08-03T04:01:22.624Z | [ recovery-image] Aug 03 04:01:20.817 INFO O| Aug 03 04:01:20.817 INFO O| Done |
3361 | 2024-08-03T04:01:23.201Z | [ recovery-image] Aug 03 04:01:21.394 INFO O| Aug 03 04:01:21.394 INFO O| Done |
3362 | 2024-08-03T04:01:23.262Z | [ recovery-image] Aug 03 04:01:21.455 INFO O| Aug 03 04:01:21.455 INFO O| Done |
3363 | 2024-08-03T04:01:23.265Z | [ recovery-image] Aug 03 04:01:21.456 INFO O| Aug 03 04:01:21.456 INFO O| Done |
3364 | 2024-08-03T04:01:23.265Z | [ recovery-image] Aug 03 04:01:21.456 INFO O| Aug 03 04:01:21.456 INFO O| Done |
3365 | 2024-08-03T04:01:23.265Z | [ recovery-image] Aug 03 04:01:21.458 INFO O| Aug 03 04:01:21.458 INFO O| Done |
3366 | 2024-08-03T04:01:23.367Z | [ recovery-image] Aug 03 04:01:21.560 INFO O| Aug 03 04:01:21.560 INFO STEP 10 (pkg_change_facet) COMPLETE |
3367 | 2024-08-03T04:01:23.367Z | [ recovery-image] Aug 03 04:01:21.560 INFO O| Aug 03 04:01:21.560 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3368 | 2024-08-03T04:01:23.386Z | [ recovery-image] Aug 03 04:01:21.579 INFO O| Aug 03 04:01:21.579 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"] |
3369 | 2024-08-03T04:01:24.417Z | [ recovery-image] Aug 03 04:01:22.610 INFO O| Aug 03 04:01:22.610 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3370 | 2024-08-03T04:01:26.039Z | [ host-image] Aug 03 04:01:24.232 INFO O| Aug 03 04:01:24.232 INFO O| Planning: Solver setup ... Done |
3371 | 2024-08-03T04:01:41.122Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3372 | 2024-08-03T04:01:43.150Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3373 | 2024-08-03T04:01:46.470Z | [ host-image] Aug 03 04:01:44.471 INFO O| Aug 03 04:01:44.471 INFO O| Planning: Running solver ... Done |
3374 | 2024-08-03T04:01:46.577Z | [ host-image] Aug 03 04:01:44.769 INFO O| Aug 03 04:01:44.768 INFO O| Planning: Finding local manifests ... Done |
3375 | 2024-08-03T04:01:46.593Z | [ host-image] Aug 03 04:01:44.784 INFO O| Aug 03 04:01:44.784 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3376 | 2024-08-03T04:01:51.556Z | [ host-image] Aug 03 04:01:49.747 INFO O| Aug 03 04:01:49.747 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3377 | 2024-08-03T04:01:52.884Z | [ host-image] Aug 03 04:01:51.075 INFO O| Aug 03 04:01:51.075 INFO O| Planning: Package planning ... Done |
3378 | 2024-08-03T04:01:53.085Z | [ recovery-image] Aug 03 04:01:51.276 INFO O| Aug 03 04:01:51.276 INFO O| Planning: Solver setup ... Done |
3379 | 2024-08-03T04:01:54.595Z | [ host-image] Aug 03 04:01:52.786 INFO O| Aug 03 04:01:52.786 INFO O| Planning: Merging actions ... Done |
3380 | 2024-08-03T04:01:54.898Z | [ host-image] Aug 03 04:01:53.089 INFO O| Aug 03 04:01:53.089 INFO O| Planning: Checking for conflicting actions ... Done |
3381 | 2024-08-03T04:01:55.190Z | [ host-image] Aug 03 04:01:53.381 INFO O| Aug 03 04:01:53.381 INFO O| Planning: Consolidating action changes ... Done |
3382 | 2024-08-03T04:01:55.801Z | [ host-image] Aug 03 04:01:53.992 INFO O| Aug 03 04:01:53.992 INFO O| Planning: Evaluating mediators ... Done |
3383 | 2024-08-03T04:02:02.123Z | [ host-image] Aug 03 04:02:00.313 INFO O| Aug 03 04:02:00.313 INFO O| Planning: Planning completed in 60.15 seconds |
3384 | 2024-08-03T04:02:02.128Z | [ host-image] Aug 03 04:02:00.319 INFO O| Aug 03 04:02:00.319 INFO O| Packages to install: 124 |
3385 | 2024-08-03T04:02:02.131Z | [ host-image] Aug 03 04:02:00.319 INFO O| Aug 03 04:02:00.319 INFO O| Mediators to change: 4 |
3386 | 2024-08-03T04:02:02.131Z | [ host-image] Aug 03 04:02:00.319 INFO O| Aug 03 04:02:00.319 INFO O| Services to change: 6 |
3387 | 2024-08-03T04:02:02.269Z | [ host-image] Aug 03 04:02:00.460 INFO O| Aug 03 04:02:00.460 INFO O| Download: 0/22724 items 0.0/196.3MB 0% complete |
3388 | 2024-08-03T04:02:07.270Z | [ host-image] Aug 03 04:02:05.460 INFO O| Aug 03 04:02:05.460 INFO O| Download: 1050/22724 items 8.0/196.3MB 4% complete (1.6M/s) |
3389 | 2024-08-03T04:02:12.453Z | [ host-image] Aug 03 04:02:10.643 INFO O| Aug 03 04:02:10.643 INFO O| Download: 1769/22724 items 12.0/196.3MB 6% complete (1.2M/s) |
3390 | 2024-08-03T04:02:12.665Z | [ recovery-image] Aug 03 04:02:10.855 INFO O| Aug 03 04:02:10.855 INFO O| Planning: Running solver ... Done |
3391 | 2024-08-03T04:02:12.921Z | [ recovery-image] Aug 03 04:02:11.110 INFO O| Aug 03 04:02:11.109 INFO O| Planning: Finding local manifests ... Done |
3392 | 2024-08-03T04:02:12.933Z | [ recovery-image] Aug 03 04:02:11.123 INFO O| Aug 03 04:02:11.123 INFO O| Planning: Fetching manifests: 0/124 0% complete |
3393 | 2024-08-03T04:02:17.711Z | [ host-image] Aug 03 04:02:15.901 INFO O| Aug 03 04:02:15.901 INFO O| Download: 2094/22724 items 23.4/196.3MB 11% complete (1.6M/s) |
3394 | 2024-08-03T04:02:18.462Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3395 | 2024-08-03T04:02:19.192Z | [ recovery-image] Aug 03 04:02:17.382 INFO O| Aug 03 04:02:17.382 INFO O| Planning: Fetching manifests: 124/124 100% complete |
3396 | 2024-08-03T04:02:20.032Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3397 | 2024-08-03T04:02:20.237Z | [ recovery-image] Aug 03 04:02:18.427 INFO O| Aug 03 04:02:18.427 INFO O| Planning: Package planning ... Done |
3398 | 2024-08-03T04:02:20.814Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3399 | 2024-08-03T04:02:21.070Z | [ recovery-image] Aug 03 04:02:19.259 INFO O| Aug 03 04:02:19.259 INFO O| Planning: Merging actions ... Done |
3400 | 2024-08-03T04:02:21.296Z | [ recovery-image] Aug 03 04:02:19.485 INFO O| Aug 03 04:02:19.485 INFO O| Planning: Checking for conflicting actions ... Done |
3401 | 2024-08-03T04:02:21.427Z | [ recovery-image] Aug 03 04:02:19.616 INFO O| Aug 03 04:02:19.616 INFO O| Planning: Consolidating action changes ... Done |
3402 | 2024-08-03T04:02:21.751Z | [ recovery-image] Aug 03 04:02:19.940 INFO O| Aug 03 04:02:19.940 INFO O| Planning: Evaluating mediators ... Done |
3403 | 2024-08-03T04:02:22.719Z | [ host-image] Aug 03 04:02:20.908 INFO O| Aug 03 04:02:20.908 INFO O| Download: 2467/22724 items 29.9/196.3MB 15% complete (1.8M/s) |
3404 | 2024-08-03T04:02:23.194Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3405 | 2024-08-03T04:02:27.719Z | [ host-image] Aug 03 04:02:25.909 INFO O| Aug 03 04:02:25.909 INFO O| Download: 3709/22724 items 37.9/196.3MB 19% complete (1.4M/s) |
3406 | 2024-08-03T04:02:27.999Z | [ recovery-image] Aug 03 04:02:26.188 INFO O| Aug 03 04:02:26.188 INFO O| Planning: Planning completed in 63.58 seconds |
3407 | 2024-08-03T04:02:28.005Z | [ recovery-image] Aug 03 04:02:26.195 INFO O| Aug 03 04:02:26.195 INFO O| Packages to install: 124 |
3408 | 2024-08-03T04:02:28.006Z | [ recovery-image] Aug 03 04:02:26.195 INFO O| Aug 03 04:02:26.195 INFO O| Mediators to change: 4 |
3409 | 2024-08-03T04:02:28.009Z | [ recovery-image] Aug 03 04:02:26.195 INFO O| Aug 03 04:02:26.195 INFO O| Services to change: 5 |
3410 | 2024-08-03T04:02:28.080Z | [ recovery-image] Aug 03 04:02:26.268 INFO O| Aug 03 04:02:26.268 INFO O| Download: 0/15831 items 0.0/173.1MB 0% complete |
3411 | 2024-08-03T04:02:33.112Z | [ host-image] Aug 03 04:02:31.301 INFO O| Aug 03 04:02:31.301 INFO O| Download: 4534/22724 items 42.3/196.3MB 21% complete (1.4M/s) |
3412 | 2024-08-03T04:02:33.187Z | [ recovery-image] Aug 03 04:02:31.375 INFO O| Aug 03 04:02:31.375 INFO O| Download: 1008/15831 items 7.9/173.1MB 4% complete (1.7M/s) |
3413 | 2024-08-03T04:02:38.122Z | [ host-image] Aug 03 04:02:36.311 INFO O| Aug 03 04:02:36.311 INFO O| Download: 5428/22724 items 46.1/196.3MB 23% complete (647k/s) |
3414 | 2024-08-03T04:02:38.561Z | [ recovery-image] Aug 03 04:02:36.749 INFO O| Aug 03 04:02:36.749 INFO O| Download: 1182/15831 items 13.3/173.1MB 7% complete (1.6M/s) |
3415 | 2024-08-03T04:02:43.202Z | [ host-image] Aug 03 04:02:41.390 INFO O| Aug 03 04:02:41.390 INFO O| Download: 6249/22724 items 46.5/196.3MB 23% complete (434k/s) |
3416 | 2024-08-03T04:02:43.572Z | [ recovery-image] Aug 03 04:02:41.758 INFO O| Aug 03 04:02:41.758 INFO O| Download: 1561/15831 items 22.6/173.1MB 13% complete (1.5M/s) |
3417 | 2024-08-03T04:02:48.227Z | [ host-image] Aug 03 04:02:46.415 INFO O| Aug 03 04:02:46.415 INFO O| Download: 6856/22724 items 49.0/196.3MB 24% complete (297k/s) |
3418 | 2024-08-03T04:02:48.574Z | [ recovery-image] Aug 03 04:02:46.762 INFO O| Aug 03 04:02:46.761 INFO O| Download: 2151/15831 items 31.1/173.1MB 17% complete (1.8M/s) |
3419 | 2024-08-03T04:02:53.244Z | [ host-image] Aug 03 04:02:51.432 INFO O| Aug 03 04:02:51.432 INFO O| Download: 7316/22724 items 57.4/196.3MB 29% complete (1.1M/s) |
3420 | 2024-08-03T04:02:53.586Z | [ recovery-image] Aug 03 04:02:51.773 INFO O| Aug 03 04:02:51.773 INFO O| Download: 2998/15831 items 37.0/173.1MB 21% complete (1.5M/s) |
3421 | 2024-08-03T04:02:58.262Z | [ host-image] Aug 03 04:02:56.449 INFO O| Aug 03 04:02:56.449 INFO O| Download: 7994/22724 items 60.2/196.3MB 30% complete (1.1M/s) |
3422 | 2024-08-03T04:02:59.101Z | [ recovery-image] Aug 03 04:02:57.289 INFO O| Aug 03 04:02:57.289 INFO O| Download: 3683/15831 items 40.1/173.1MB 23% complete (1.0M/s) |
3423 | 2024-08-03T04:03:04.342Z | [ recovery-image] Aug 03 04:03:02.529 INFO O| Aug 03 04:03:02.529 INFO O| Download: 4775/15831 items 43.0/173.1MB 24% complete (603k/s) |
3424 | 2024-08-03T04:03:04.344Z | [ host-image] Aug 03 04:03:02.530 INFO O| Aug 03 04:03:02.530 INFO O| Download: 8264/22724 items 65.7/196.3MB 33% complete (827k/s) |
3425 | 2024-08-03T04:03:09.361Z | [ recovery-image] Aug 03 04:03:07.548 INFO O| Aug 03 04:03:07.548 INFO O| Download: 5649/15831 items 44.0/173.1MB 25% complete (353k/s) |
3426 | 2024-08-03T04:03:09.395Z | [ host-image] Aug 03 04:03:07.582 INFO O| Aug 03 04:03:07.582 INFO O| Download: 8963/22724 items 72.3/196.3MB 36% complete (1.1M/s) |
3427 | 2024-08-03T04:03:14.396Z | [ host-image] Aug 03 04:03:12.582 INFO O| Aug 03 04:03:12.582 INFO O| Download: 10200/22724 items 86.2/196.3MB 43% complete (2.0M/s) |
3428 | 2024-08-03T04:03:14.715Z | [ recovery-image] Aug 03 04:03:12.902 INFO O| Aug 03 04:03:12.902 INFO O| Download: 5747/15831 items 46.9/173.1MB 27% complete (387k/s) |
3429 | 2024-08-03T04:03:19.421Z | [ host-image] Aug 03 04:03:17.607 INFO O| Aug 03 04:03:17.607 INFO O| Download: 10856/22724 items 90.0/196.3MB 45% complete (1.9M/s) |
3430 | 2024-08-03T04:03:20.063Z | [ recovery-image] Aug 03 04:03:18.250 INFO O| Aug 03 04:03:18.249 INFO O| Download: 6116/15831 items 58.8/173.1MB 33% complete (1.4M/s) |
3431 | 2024-08-03T04:03:25.067Z | [ recovery-image] Aug 03 04:03:23.252 INFO O| Aug 03 04:03:23.252 INFO O| Download: 6797/15831 items 65.3/173.1MB 37% complete (1.6M/s) |
3432 | 2024-08-03T04:03:25.729Z | [ host-image] Aug 03 04:03:23.915 INFO O| Aug 03 04:03:23.914 INFO O| Download: 11281/22724 items 95.4/196.3MB 48% complete (1.1M/s) |
3433 | 2024-08-03T04:03:30.222Z | [ recovery-image] Aug 03 04:03:28.407 INFO O| Aug 03 04:03:28.407 INFO O| Download: 7618/15831 items 73.6/173.1MB 42% complete (1.5M/s) |
3434 | 2024-08-03T04:03:30.983Z | [ host-image] Aug 03 04:03:29.169 INFO O| Aug 03 04:03:29.168 INFO O| Download: 12003/22724 items 100.3/196.3MB 51% complete (769k/s) |
3435 | 2024-08-03T04:03:35.235Z | [ recovery-image] Aug 03 04:03:33.420 INFO O| Aug 03 04:03:33.420 INFO O| Download: 8048/15831 items 79.5/173.1MB 45% complete (1.4M/s) |
3436 | 2024-08-03T04:03:35.987Z | [ host-image] Aug 03 04:03:34.172 INFO O| Aug 03 04:03:34.172 INFO O| Download: 12519/22724 items 109.5/196.3MB 55% complete (1.4M/s) |
3437 | 2024-08-03T04:03:40.362Z | [ recovery-image] Aug 03 04:03:38.547 INFO O| Aug 03 04:03:38.547 INFO O| Download: 8672/15831 items 83.1/173.1MB 48% complete (860k/s) |
3438 | 2024-08-03T04:03:41.051Z | [ host-image] Aug 03 04:03:39.236 INFO O| Aug 03 04:03:39.236 INFO O| Download: 13332/22724 items 109.9/196.3MB 55% complete (1010k/s) |
3439 | 2024-08-03T04:03:45.369Z | [ recovery-image] Aug 03 04:03:43.553 INFO O| Aug 03 04:03:43.553 INFO O| Download: 9038/15831 items 92.6/173.1MB 53% complete (1.3M/s) |
3440 | 2024-08-03T04:03:46.225Z | [ host-image] Aug 03 04:03:44.410 INFO O| Aug 03 04:03:44.409 INFO O| Download: 14435/22724 items 111.9/196.3MB 57% complete (228k/s) |
3441 | 2024-08-03T04:03:50.710Z | [ recovery-image] Aug 03 04:03:48.894 INFO O| Aug 03 04:03:48.894 INFO O| Download: 10541/15831 items 93.4/173.1MB 53% complete (1.1M/s) |
3442 | 2024-08-03T04:03:51.525Z | [ host-image] Aug 03 04:03:49.709 INFO O| Aug 03 04:03:49.709 INFO O| Download: 14501/22724 items 116.5/196.3MB 59% complete (597k/s) |
3443 | 2024-08-03T04:03:56.229Z | [ recovery-image] Aug 03 04:03:54.413 INFO O| Aug 03 04:03:54.413 INFO O| Download: 11044/15831 items 95.3/173.1MB 55% complete (247k/s) |
3444 | 2024-08-03T04:03:56.546Z | [ host-image] Aug 03 04:03:54.727 INFO O| Aug 03 04:03:54.727 INFO O| Download: 15743/22724 items 126.0/196.3MB 64% complete (1.4M/s) |
3445 | 2024-08-03T04:04:01.231Z | [ recovery-image] Aug 03 04:03:59.415 INFO O| Aug 03 04:03:59.415 INFO O| Download: 11471/15831 items 108.9/173.1MB 62% complete (1.5M/s) |
3446 | 2024-08-03T04:04:01.545Z | [ host-image] Aug 03 04:03:59.727 INFO O| Aug 03 04:03:59.727 INFO O| Download: 16663/22724 items 135.6/196.3MB 69% complete (1.9M/s) |
3447 | 2024-08-03T04:04:06.334Z | [ recovery-image] Aug 03 04:04:04.518 INFO O| Aug 03 04:04:04.518 INFO O| Download: 11935/15831 items 130.7/173.1MB 75% complete (3.6M/s) |
3448 | 2024-08-03T04:04:06.549Z | [ host-image] Aug 03 04:04:04.733 INFO O| Aug 03 04:04:04.732 INFO O| Download: 17845/22724 items 149.7/196.3MB 76% complete (2.4M/s) |
3449 | 2024-08-03T04:04:11.339Z | [ recovery-image] Aug 03 04:04:09.522 INFO O| Aug 03 04:04:09.522 INFO O| Download: 12660/15831 items 139.2/173.1MB 80% complete (3.0M/s) |
3450 | 2024-08-03T04:04:11.569Z | [ host-image] Aug 03 04:04:09.752 INFO O| Aug 03 04:04:09.752 INFO O| Download: 18603/22724 items 161.0/196.3MB 82% complete (2.5M/s) |
3451 | 2024-08-03T04:04:16.352Z | [ recovery-image] Aug 03 04:04:14.535 INFO O| Aug 03 04:04:14.535 INFO O| Download: 13634/15831 items 143.5/173.1MB 82% complete (1.3M/s) |
3452 | 2024-08-03T04:04:16.573Z | [ host-image] Aug 03 04:04:14.755 INFO O| Aug 03 04:04:14.755 INFO O| Download: 19431/22724 items 164.2/196.3MB 83% complete (1.4M/s) |
3453 | 2024-08-03T04:04:21.582Z | [ host-image] Aug 03 04:04:19.765 INFO O| Aug 03 04:04:19.764 INFO O| Download: 20562/22724 items 169.3/196.3MB 86% complete (847k/s) |
3454 | 2024-08-03T04:04:22.901Z | [ recovery-image] Aug 03 04:04:21.083 INFO O| Aug 03 04:04:21.083 INFO O| Download: 14027/15831 items 145.4/173.1MB 83% complete (846k/s) |
3455 | 2024-08-03T04:04:26.670Z | [ host-image] Aug 03 04:04:24.852 INFO O| Aug 03 04:04:24.852 INFO O| Download: 21016/22724 items 176.3/196.3MB 89% complete (1.2M/s) |
3456 | 2024-08-03T04:04:28.244Z | [ recovery-image] Aug 03 04:04:26.426 INFO O| Aug 03 04:04:26.426 INFO O| Download: 14696/15831 items 148.4/173.1MB 85% complete (375k/s) |
3457 | 2024-08-03T04:04:31.835Z | [ host-image] Aug 03 04:04:30.017 INFO O| Aug 03 04:04:30.017 INFO O| Download: 21899/22724 items 188.4/196.3MB 95% complete (1.9M/s) |
3458 | 2024-08-03T04:04:33.245Z | [ recovery-image] Aug 03 04:04:31.426 INFO O| Aug 03 04:04:31.426 INFO O| Download: 15253/15831 items 157.9/173.1MB 91% complete (1.2M/s) |
3459 | 2024-08-03T04:04:36.838Z | [ host-image] Aug 03 04:04:35.020 INFO O| Aug 03 04:04:35.019 INFO O| Download: 22341/22724 items 195.9/196.3MB 99% complete (1.9M/s) |
3460 | 2024-08-03T04:04:38.247Z | [ recovery-image] Aug 03 04:04:36.429 INFO O| Aug 03 04:04:36.429 INFO O| Download: 15635/15831 items 167.3/173.1MB 96% complete (1.9M/s) |
3461 | 2024-08-03T04:04:38.478Z | [ host-image] Aug 03 04:04:36.660 INFO O| Aug 03 04:04:36.660 INFO O| Download: Completed 196.33 MB in 156.20 seconds (1.2M/s) |
3462 | 2024-08-03T04:04:39.795Z | [ host-image] Aug 03 04:04:37.976 INFO O| Aug 03 04:04:37.976 INFO O| Actions: 1/49256 actions (Installing new actions) |
3463 | 2024-08-03T04:04:39.799Z | [ recovery-image] Aug 03 04:04:37.981 INFO O| Aug 03 04:04:37.981 INFO O| Download: Completed 173.13 MB in 131.71 seconds (1.3M/s) |
3464 | 2024-08-03T04:04:40.765Z | [ recovery-image] Aug 03 04:04:38.946 INFO O| Aug 03 04:04:38.946 INFO O| Actions: 1/24963 actions (Installing new actions) |
3465 | 2024-08-03T04:04:44.796Z | [ host-image] Aug 03 04:04:42.977 INFO O| Aug 03 04:04:42.977 INFO O| Actions: 8235/49256 actions (Installing new actions) |
3466 | 2024-08-03T04:04:45.765Z | [ recovery-image] Aug 03 04:04:43.946 INFO O| Aug 03 04:04:43.946 INFO O| Actions: 8565/24963 actions (Installing new actions) |
3467 | 2024-08-03T04:04:49.801Z | [ host-image] Aug 03 04:04:47.982 INFO O| Aug 03 04:04:47.982 INFO O| Actions: 13805/49256 actions (Installing new actions) |
3468 | 2024-08-03T04:04:50.772Z | [ recovery-image] Aug 03 04:04:48.952 INFO O| Aug 03 04:04:48.952 INFO O| Actions: 14256/24963 actions (Installing new actions) |
3469 | 2024-08-03T04:04:54.833Z | [ host-image] Aug 03 04:04:53.014 INFO O| Aug 03 04:04:53.013 INFO O| Actions: 19672/49256 actions (Installing new actions) |
3470 | 2024-08-03T04:04:55.772Z | [ recovery-image] Aug 03 04:04:53.952 INFO O| Aug 03 04:04:53.952 INFO O| Actions: 20719/24963 actions (Installing new actions) |
3471 | 2024-08-03T04:04:59.833Z | [ host-image] Aug 03 04:04:58.013 INFO O| Aug 03 04:04:58.013 INFO O| Actions: 38861/49256 actions (Installing new actions) |
3472 | 2024-08-03T04:05:00.851Z | [ recovery-image] Aug 03 04:04:59.032 INFO O| Aug 03 04:04:59.032 INFO O| Actions: 24538/24963 actions (Installing new actions) |
3473 | 2024-08-03T04:05:02.164Z | [ recovery-image] Aug 03 04:05:00.344 INFO O| Aug 03 04:05:00.344 INFO O| Actions: Completed 24963 actions in 21.39 seconds. |
3474 | 2024-08-03T04:05:02.668Z | [ recovery-image] Aug 03 04:05:00.848 INFO O| Aug 03 04:05:00.848 INFO O| Done |
3475 | 2024-08-03T04:05:02.668Z | [ recovery-image] Aug 03 04:05:00.848 INFO O| Aug 03 04:05:00.848 INFO O| Done |
3476 | 2024-08-03T04:05:03.661Z | [ recovery-image] Aug 03 04:05:01.834 INFO O| Aug 03 04:05:01.833 INFO O| Done |
3477 | 2024-08-03T04:05:04.908Z | [ host-image] Aug 03 04:05:03.088 INFO O| Aug 03 04:05:03.088 INFO O| Actions: 48847/49256 actions (Installing new actions) |
3478 | 2024-08-03T04:05:05.115Z | [ recovery-image] Aug 03 04:05:03.295 INFO O| Aug 03 04:05:03.295 INFO O| Done |
3479 | 2024-08-03T04:05:05.138Z | [ recovery-image] Aug 03 04:05:03.318 INFO O| Aug 03 04:05:03.318 INFO O| Done |
3480 | 2024-08-03T04:05:05.564Z | [ host-image] Aug 03 04:05:03.744 INFO O| Aug 03 04:05:03.744 INFO O| Actions: Completed 49256 actions in 25.76 seconds. |
3481 | 2024-08-03T04:05:06.124Z | [ host-image] Aug 03 04:05:04.304 INFO O| Aug 03 04:05:04.304 INFO O| Done |
3482 | 2024-08-03T04:05:06.124Z | [ host-image] Aug 03 04:05:04.304 INFO O| Aug 03 04:05:04.304 INFO O| Done |
3483 | 2024-08-03T04:05:07.131Z | [ host-image] Aug 03 04:05:05.311 INFO O| Aug 03 04:05:05.311 INFO O| Done |
3484 | 2024-08-03T04:05:09.776Z | [ host-image] Aug 03 04:05:07.956 INFO O| Aug 03 04:05:07.956 INFO O| Done |
3485 | 2024-08-03T04:05:09.811Z | [ host-image] Aug 03 04:05:07.991 INFO O| Aug 03 04:05:07.991 INFO O| Done |
3486 | 2024-08-03T04:05:13.128Z | [ recovery-image] Aug 03 04:05:11.308 INFO O| Aug 03 04:05:11.307 INFO O| Done |
3487 | 2024-08-03T04:05:13.457Z | [ recovery-image] Aug 03 04:05:11.636 INFO O| Aug 03 04:05:11.636 INFO O| Done |
3488 | 2024-08-03T04:05:13.651Z | [ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.830 INFO STEP 11 (pkg_install) COMPLETE |
3489 | 2024-08-03T04:05:13.651Z | [ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.831 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3490 | 2024-08-03T04:05:13.654Z | [ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.831 INFO skip step because feature "recovery" is enabled |
3491 | 2024-08-03T04:05:13.654Z | [ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.831 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3492 | 2024-08-03T04:05:13.654Z | [ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.831 INFO skip step because feature "omicron1" is not enabled |
3493 | 2024-08-03T04:05:13.654Z | [ recovery-image] Aug 03 04:05:11.831 INFO O| Aug 03 04:05:11.831 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3494 | 2024-08-03T04:05:13.664Z | [ recovery-image] Aug 03 04:05:11.844 INFO O| Aug 03 04:05:11.844 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
3495 | 2024-08-03T04:05:14.218Z | [ recovery-image] Aug 03 04:05:12.397 INFO O| Aug 03 04:05:12.397 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3496 | 2024-08-03T04:05:15.515Z | [ recovery-image] Aug 03 04:05:13.695 INFO O| Aug 03 04:05:13.695 INFO O| Planning: Solver setup ... Done |
3497 | 2024-08-03T04:05:15.518Z | [ recovery-image] Aug 03 04:05:13.698 INFO O| Aug 03 04:05:13.698 INFO O| Planning: Running solver ... Done |
3498 | 2024-08-03T04:05:15.555Z | [ recovery-image] Aug 03 04:05:13.735 INFO O| Aug 03 04:05:13.735 INFO O| Planning: Finding local manifests ... Done |
3499 | 2024-08-03T04:05:15.559Z | [ recovery-image] Aug 03 04:05:13.736 INFO O| Aug 03 04:05:13.736 INFO O| Planning: Fetching manifests: 0/1 0% complete |
3500 | 2024-08-03T04:05:15.614Z | [ recovery-image] Aug 03 04:05:13.793 INFO O| Aug 03 04:05:13.793 INFO O| Planning: Fetching manifests: 1/1 100% complete |
3501 | 2024-08-03T04:05:15.637Z | [ recovery-image] Aug 03 04:05:13.816 INFO O| Aug 03 04:05:13.816 INFO O| Planning: Package planning ... Done |
3502 | 2024-08-03T04:05:15.639Z | [ recovery-image] Aug 03 04:05:13.817 INFO O| Aug 03 04:05:13.817 INFO O| Planning: Merging actions ... Done |
3503 | 2024-08-03T04:05:15.670Z | [ recovery-image] Aug 03 04:05:13.849 INFO O| Aug 03 04:05:13.849 INFO O| Planning: Checking for conflicting actions ... Done |
3504 | 2024-08-03T04:05:15.673Z | [ recovery-image] Aug 03 04:05:13.850 INFO O| Aug 03 04:05:13.850 INFO O| Planning: Consolidating action changes ... Done |
3505 | 2024-08-03T04:05:15.793Z | [ recovery-image] Aug 03 04:05:13.973 INFO O| Aug 03 04:05:13.972 INFO O| Planning: Evaluating mediators ... Done |
3506 | 2024-08-03T04:05:15.796Z | [ recovery-image] Aug 03 04:05:13.973 INFO O| Aug 03 04:05:13.973 INFO O| Planning: Planning completed in 1.58 seconds |
3507 | 2024-08-03T04:05:15.796Z | [ recovery-image] Aug 03 04:05:13.974 INFO O| Aug 03 04:05:13.974 INFO O| Packages to install: 1 |
3508 | 2024-08-03T04:05:15.805Z | [ recovery-image] Aug 03 04:05:13.984 INFO O| Aug 03 04:05:13.984 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
3509 | 2024-08-03T04:05:16.187Z | [ recovery-image] Aug 03 04:05:14.367 INFO O| Aug 03 04:05:14.366 INFO O| Download: Completed 20.86 MB in 0.38 seconds (54.6M/s) |
3510 | 2024-08-03T04:05:16.218Z | [ recovery-image] Aug 03 04:05:14.397 INFO O| Aug 03 04:05:14.397 INFO O| Actions: 1/22 actions (Installing new actions) |
3511 | 2024-08-03T04:05:16.885Z | [ recovery-image] Aug 03 04:05:15.065 INFO O| Aug 03 04:05:15.065 INFO O| Actions: Completed 22 actions in 0.67 seconds. |
3512 | 2024-08-03T04:05:17.172Z | [ recovery-image] Aug 03 04:05:15.351 INFO O| Aug 03 04:05:15.351 INFO O| Done |
3513 | 2024-08-03T04:05:17.172Z | [ recovery-image] Aug 03 04:05:15.351 INFO O| Aug 03 04:05:15.351 INFO O| Done |
3514 | 2024-08-03T04:05:17.420Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 4m 09s |
3515 | 2024-08-03T04:05:17.517Z | [ recovery-image] Aug 03 04:05:15.696 INFO O| Aug 03 04:05:15.696 INFO O| Done |
3516 | 2024-08-03T04:05:17.617Z | [ host-image] Aug 03 04:05:15.796 INFO O| Aug 03 04:05:15.796 INFO O| Done |
3517 | 2024-08-03T04:05:17.689Z | Aug 03 04:05:15.869 INFO [verify-libraries] process exited with exit status: 0 (257.393823842s) |
3518 | 2024-08-03T04:05:18.083Z | [ host-image] Aug 03 04:05:16.263 INFO O| Aug 03 04:05:16.263 INFO O| Done |
3519 | 2024-08-03T04:05:18.267Z | [ host-image] Aug 03 04:05:16.446 INFO O| Aug 03 04:05:16.446 INFO STEP 11 (pkg_install) COMPLETE |
3520 | 2024-08-03T04:05:18.267Z | [ host-image] Aug 03 04:05:16.446 INFO O| Aug 03 04:05:16.446 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3521 | 2024-08-03T04:05:18.278Z | [ host-image] Aug 03 04:05:16.457 INFO O| Aug 03 04:05:16.457 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/system/man", "/developer/object-file", "/system/ksensor", "/driver/cpu/sensor"] |
3522 | 2024-08-03T04:05:18.293Z | [ recovery-image] Aug 03 04:05:16.473 INFO O| Aug 03 04:05:16.472 INFO O| Done |
3523 | 2024-08-03T04:05:18.305Z | [ recovery-image] Aug 03 04:05:16.484 INFO O| Aug 03 04:05:16.484 INFO O| Done |
3524 | 2024-08-03T04:05:18.305Z | [ recovery-image] Aug 03 04:05:16.484 INFO O| Aug 03 04:05:16.484 INFO O| Done |
3525 | 2024-08-03T04:05:18.314Z | [ recovery-image] Aug 03 04:05:16.494 INFO O| Aug 03 04:05:16.494 INFO O| Done |
3526 | 2024-08-03T04:05:18.401Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO STEP 14 (pkg_install) COMPLETE |
3527 | 2024-08-03T04:05:18.401Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3528 | 2024-08-03T04:05:18.404Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO skip step because feature "mfg" is not enabled |
3529 | 2024-08-03T04:05:18.404Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3530 | 2024-08-03T04:05:18.404Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO skip step because feature "compliance" is not enabled |
3531 | 2024-08-03T04:05:18.404Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3532 | 2024-08-03T04:05:18.404Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO skip step because feature "stress" is not enabled |
3533 | 2024-08-03T04:05:18.404Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
3534 | 2024-08-03T04:05:18.404Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO skip step because feature "nfs" is not enabled |
3535 | 2024-08-03T04:05:18.404Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3536 | 2024-08-03T04:05:18.404Z | [ recovery-image] Aug 03 04:05:16.579 INFO O| Aug 03 04:05:16.579 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3537 | 2024-08-03T04:05:18.608Z | [ recovery-image] Aug 03 04:05:16.788 INFO O| Aug 03 04:05:16.788 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-01-os |
3538 | 2024-08-03T04:05:18.688Z | [ recovery-image] Aug 03 04:05:16.867 INFO O| Aug 03 04:05:16.867 INFO completed processing gimlet/ramdisk-01-os |
3539 | 2024-08-03T04:05:18.692Z | [ recovery-image] Aug 03 04:05:16.869 INFO image builder template: ramdisk-02-trim... |
3540 | 2024-08-03T04:05:18.692Z | [ recovery-image] Aug 03 04:05:16.869 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/.tmpozcuMR/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.277", "-n", "ramdisk-02-trim"], pwd: None |
3541 | 2024-08-03T04:05:18.714Z | [ recovery-image] Aug 03 04:05:16.893 INFO O| Aug 03 04:05:16.893 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3542 | 2024-08-03T04:05:18.717Z | [ recovery-image] Aug 03 04:05:16.897 INFO O| Aug 03 04:05:16.897 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3543 | 2024-08-03T04:05:18.798Z | [ recovery-image] Aug 03 04:05:16.977 INFO O| Aug 03 04:05:16.977 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim: sync = disabled |
3544 | 2024-08-03T04:05:18.821Z | [ host-image] Aug 03 04:05:17.001 INFO O| Aug 03 04:05:17.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
3545 | 2024-08-03T04:05:18.867Z | [ recovery-image] Aug 03 04:05:17.046 INFO O| Aug 03 04:05:17.046 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3546 | 2024-08-03T04:05:18.867Z | [ recovery-image] Aug 03 04:05:17.046 INFO O| Aug 03 04:05:17.046 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3547 | 2024-08-03T04:05:18.871Z | [ recovery-image] Aug 03 04:05:17.051 INFO O| Aug 03 04:05:17.051 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3548 | 2024-08-03T04:05:18.875Z | [ recovery-image] Aug 03 04:05:17.055 INFO O| Aug 03 04:05:17.055 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@os |
3549 | 2024-08-03T04:05:18.880Z | [ recovery-image] Aug 03 04:05:17.060 INFO O| Aug 03 04:05:17.059 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@os |
3550 | 2024-08-03T04:05:19.042Z | [ recovery-image] Aug 03 04:05:17.221 INFO O| Aug 03 04:05:17.221 INFO rolled back to input snapshot; work may begin |
3551 | 2024-08-03T04:05:19.042Z | [ recovery-image] Aug 03 04:05:17.222 INFO O| Aug 03 04:05:17.221 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3552 | 2024-08-03T04:05:19.048Z | [ recovery-image] Aug 03 04:05:17.228 INFO O| Aug 03 04:05:17.228 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3553 | 2024-08-03T04:05:19.059Z | [ recovery-image] Aug 03 04:05:17.238 INFO O| Aug 03 04:05:17.238 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/var/pkg" |
3554 | 2024-08-03T04:05:19.102Z | [ recovery-image] Aug 03 04:05:17.282 INFO O| Aug 03 04:05:17.281 INFO STEP 0 (remove_files) COMPLETE |
3555 | 2024-08-03T04:05:19.102Z | [ recovery-image] Aug 03 04:05:17.282 INFO O| Aug 03 04:05:17.281 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3556 | 2024-08-03T04:05:19.114Z | [ recovery-image] Aug 03 04:05:17.294 INFO O| Aug 03 04:05:17.293 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/xpg4" |
3557 | 2024-08-03T04:05:19.130Z | [ recovery-image] Aug 03 04:05:17.296 INFO O| Aug 03 04:05:17.296 INFO STEP 1 (remove_files) COMPLETE |
3558 | 2024-08-03T04:05:19.130Z | [ recovery-image] Aug 03 04:05:17.296 INFO O| Aug 03 04:05:17.296 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3559 | 2024-08-03T04:05:19.133Z | [ recovery-image] Aug 03 04:05:17.306 INFO O| Aug 03 04:05:17.306 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/include" |
3560 | 2024-08-03T04:05:19.139Z | [ recovery-image] Aug 03 04:05:17.318 INFO O| Aug 03 04:05:17.318 INFO STEP 2 (remove_files) COMPLETE |
3561 | 2024-08-03T04:05:19.139Z | [ recovery-image] Aug 03 04:05:17.318 INFO O| Aug 03 04:05:17.318 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3562 | 2024-08-03T04:05:19.150Z | [ recovery-image] Aug 03 04:05:17.330 INFO O| Aug 03 04:05:17.330 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/demo" |
3563 | 2024-08-03T04:05:19.153Z | [ recovery-image] Aug 03 04:05:17.331 INFO O| Aug 03 04:05:17.331 INFO STEP 3 (remove_files) COMPLETE |
3564 | 2024-08-03T04:05:19.153Z | [ recovery-image] Aug 03 04:05:17.331 INFO O| Aug 03 04:05:17.331 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3565 | 2024-08-03T04:05:19.163Z | [ recovery-image] Aug 03 04:05:17.342 INFO O| Aug 03 04:05:17.342 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/help" |
3566 | 2024-08-03T04:05:19.166Z | [ recovery-image] Aug 03 04:05:17.346 INFO O| Aug 03 04:05:17.346 INFO STEP 4 (remove_files) COMPLETE |
3567 | 2024-08-03T04:05:19.169Z | [ recovery-image] Aug 03 04:05:17.346 INFO O| Aug 03 04:05:17.346 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3568 | 2024-08-03T04:05:19.176Z | [ recovery-image] Aug 03 04:05:17.355 INFO O| Aug 03 04:05:17.355 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/doc" |
3569 | 2024-08-03T04:05:19.179Z | [ recovery-image] Aug 03 04:05:17.355 INFO O| Aug 03 04:05:17.355 INFO STEP 5 (remove_files) COMPLETE |
3570 | 2024-08-03T04:05:19.179Z | [ recovery-image] Aug 03 04:05:17.355 INFO O| Aug 03 04:05:17.355 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3571 | 2024-08-03T04:05:19.185Z | [ recovery-image] Aug 03 04:05:17.365 INFO O| Aug 03 04:05:17.365 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash-completion" |
3572 | 2024-08-03T04:05:19.195Z | [ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO STEP 6 (remove_files) COMPLETE |
3573 | 2024-08-03T04:05:19.195Z | [ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3574 | 2024-08-03T04:05:19.195Z | [ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO skip step because feature "recovery" is enabled |
3575 | 2024-08-03T04:05:19.198Z | [ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3576 | 2024-08-03T04:05:19.198Z | [ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO skip step because feature "recovery" is enabled |
3577 | 2024-08-03T04:05:19.198Z | [ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3578 | 2024-08-03T04:05:19.198Z | [ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO skip step because feature "recovery" is enabled |
3579 | 2024-08-03T04:05:19.198Z | [ recovery-image] Aug 03 04:05:17.374 INFO O| Aug 03 04:05:17.374 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3580 | 2024-08-03T04:05:19.205Z | [ recovery-image] Aug 03 04:05:17.385 INFO O| Aug 03 04:05:17.385 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/net-snmp" |
3581 | 2024-08-03T04:05:19.209Z | [ recovery-image] Aug 03 04:05:17.388 INFO O| Aug 03 04:05:17.388 INFO STEP 10 (remove_files) COMPLETE |
3582 | 2024-08-03T04:05:19.209Z | [ recovery-image] Aug 03 04:05:17.388 INFO O| Aug 03 04:05:17.388 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3583 | 2024-08-03T04:05:19.219Z | [ recovery-image] Aug 03 04:05:17.399 INFO O| Aug 03 04:05:17.399 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i386" |
3584 | 2024-08-03T04:05:19.222Z | [ recovery-image] Aug 03 04:05:17.400 INFO O| Aug 03 04:05:17.400 INFO STEP 11 (remove_files) COMPLETE |
3585 | 2024-08-03T04:05:19.222Z | [ recovery-image] Aug 03 04:05:17.400 INFO O| Aug 03 04:05:17.400 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3586 | 2024-08-03T04:05:19.230Z | [ recovery-image] Aug 03 04:05:17.409 INFO O| Aug 03 04:05:17.409 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86xpv" |
3587 | 2024-08-03T04:05:19.233Z | [ recovery-image] Aug 03 04:05:17.411 INFO O| Aug 03 04:05:17.411 INFO STEP 12 (remove_files) COMPLETE |
3588 | 2024-08-03T04:05:19.233Z | [ recovery-image] Aug 03 04:05:17.411 INFO O| Aug 03 04:05:17.411 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3589 | 2024-08-03T04:05:19.249Z | [ recovery-image] Aug 03 04:05:17.429 INFO O| Aug 03 04:05:17.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
3590 | 2024-08-03T04:05:19.450Z | [ recovery-image] Aug 03 04:05:17.629 INFO O| Aug 03 04:05:17.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libtddl.a" |
3591 | 2024-08-03T04:05:19.453Z | [ recovery-image] Aug 03 04:05:17.630 INFO O| Aug 03 04:05:17.630 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
3592 | 2024-08-03T04:05:19.462Z | [ recovery-image] Aug 03 04:05:17.641 INFO O| Aug 03 04:05:17.641 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
3593 | 2024-08-03T04:05:19.465Z | [ recovery-image] Aug 03 04:05:17.643 INFO O| Aug 03 04:05:17.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
3594 | 2024-08-03T04:05:19.481Z | [ recovery-image] Aug 03 04:05:17.661 INFO O| Aug 03 04:05:17.660 INFO STEP 13 (remove_files) COMPLETE |
3595 | 2024-08-03T04:05:19.481Z | [ recovery-image] Aug 03 04:05:17.661 INFO O| Aug 03 04:05:17.661 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3596 | 2024-08-03T04:05:19.493Z | [ recovery-image] Aug 03 04:05:17.672 INFO O| Aug 03 04:05:17.672 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/boot" |
3597 | 2024-08-03T04:05:19.496Z | [ recovery-image] Aug 03 04:05:17.674 INFO O| Aug 03 04:05:17.673 INFO STEP 14 (remove_files) COMPLETE |
3598 | 2024-08-03T04:05:19.496Z | [ recovery-image] Aug 03 04:05:17.674 INFO O| Aug 03 04:05:17.674 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3599 | 2024-08-03T04:05:19.504Z | [ recovery-image] Aug 03 04:05:17.683 INFO O| Aug 03 04:05:17.683 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/platform/i86pc" |
3600 | 2024-08-03T04:05:19.510Z | [ recovery-image] Aug 03 04:05:17.690 INFO O| Aug 03 04:05:17.689 INFO STEP 15 (remove_files) COMPLETE |
3601 | 2024-08-03T04:05:19.510Z | [ recovery-image] Aug 03 04:05:17.690 INFO O| Aug 03 04:05:17.690 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3602 | 2024-08-03T04:05:19.520Z | [ recovery-image] Aug 03 04:05:17.700 INFO O| Aug 03 04:05:17.700 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86xpv" |
3603 | 2024-08-03T04:05:19.523Z | [ recovery-image] Aug 03 04:05:17.700 INFO O| Aug 03 04:05:17.700 INFO STEP 16 (remove_files) COMPLETE |
3604 | 2024-08-03T04:05:19.523Z | [ recovery-image] Aug 03 04:05:17.700 INFO O| Aug 03 04:05:17.700 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3605 | 2024-08-03T04:05:19.530Z | [ recovery-image] Aug 03 04:05:17.710 INFO O| Aug 03 04:05:17.710 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/i86pc" |
3606 | 2024-08-03T04:05:19.533Z | [ recovery-image] Aug 03 04:05:17.711 INFO O| Aug 03 04:05:17.711 INFO STEP 17 (remove_files) COMPLETE |
3607 | 2024-08-03T04:05:19.533Z | [ recovery-image] Aug 03 04:05:17.711 INFO O| Aug 03 04:05:17.711 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3608 | 2024-08-03T04:05:19.541Z | [ recovery-image] Aug 03 04:05:17.720 INFO O| Aug 03 04:05:17.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
3609 | 2024-08-03T04:05:19.541Z | [ recovery-image] Aug 03 04:05:17.720 INFO O| Aug 03 04:05:17.720 INFO STEP 18 (remove_files) COMPLETE |
3610 | 2024-08-03T04:05:19.544Z | [ recovery-image] Aug 03 04:05:17.720 INFO O| Aug 03 04:05:17.720 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3611 | 2024-08-03T04:05:19.550Z | [ recovery-image] Aug 03 04:05:17.729 INFO O| Aug 03 04:05:17.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
3612 | 2024-08-03T04:05:19.553Z | [ recovery-image] Aug 03 04:05:17.730 INFO O| Aug 03 04:05:17.730 INFO STEP 19 (remove_files) COMPLETE |
3613 | 2024-08-03T04:05:19.553Z | [ recovery-image] Aug 03 04:05:17.730 INFO O| Aug 03 04:05:17.730 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3614 | 2024-08-03T04:05:19.559Z | [ recovery-image] Aug 03 04:05:17.739 INFO O| Aug 03 04:05:17.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
3615 | 2024-08-03T04:05:19.559Z | [ recovery-image] Aug 03 04:05:17.739 INFO O| Aug 03 04:05:17.739 INFO STEP 20 (remove_files) COMPLETE |
3616 | 2024-08-03T04:05:19.562Z | [ recovery-image] Aug 03 04:05:17.739 INFO O| Aug 03 04:05:17.739 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3617 | 2024-08-03T04:05:19.568Z | [ recovery-image] Aug 03 04:05:17.748 INFO O| Aug 03 04:05:17.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
3618 | 2024-08-03T04:05:19.569Z | [ recovery-image] Aug 03 04:05:17.748 INFO O| Aug 03 04:05:17.748 INFO STEP 21 (remove_files) COMPLETE |
3619 | 2024-08-03T04:05:19.571Z | [ recovery-image] Aug 03 04:05:17.748 INFO O| Aug 03 04:05:17.748 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3620 | 2024-08-03T04:05:19.578Z | [ recovery-image] Aug 03 04:05:17.757 INFO O| Aug 03 04:05:17.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
3621 | 2024-08-03T04:05:19.578Z | [ recovery-image] Aug 03 04:05:17.757 INFO O| Aug 03 04:05:17.757 INFO STEP 22 (remove_files) COMPLETE |
3622 | 2024-08-03T04:05:19.580Z | [ recovery-image] Aug 03 04:05:17.757 INFO O| Aug 03 04:05:17.757 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3623 | 2024-08-03T04:05:19.587Z | [ recovery-image] Aug 03 04:05:17.766 INFO O| Aug 03 04:05:17.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
3624 | 2024-08-03T04:05:19.587Z | [ recovery-image] Aug 03 04:05:17.766 INFO O| Aug 03 04:05:17.766 INFO STEP 23 (remove_files) COMPLETE |
3625 | 2024-08-03T04:05:19.587Z | [ recovery-image] Aug 03 04:05:17.766 INFO O| Aug 03 04:05:17.766 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3626 | 2024-08-03T04:05:19.596Z | [ recovery-image] Aug 03 04:05:17.775 INFO O| Aug 03 04:05:17.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
3627 | 2024-08-03T04:05:19.596Z | [ recovery-image] Aug 03 04:05:17.775 INFO O| Aug 03 04:05:17.775 INFO STEP 24 (remove_files) COMPLETE |
3628 | 2024-08-03T04:05:19.596Z | [ recovery-image] Aug 03 04:05:17.775 INFO O| Aug 03 04:05:17.775 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3629 | 2024-08-03T04:05:19.605Z | [ recovery-image] Aug 03 04:05:17.784 INFO O| Aug 03 04:05:17.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/power" |
3630 | 2024-08-03T04:05:19.605Z | [ recovery-image] Aug 03 04:05:17.784 INFO O| Aug 03 04:05:17.784 INFO STEP 25 (remove_files) COMPLETE |
3631 | 2024-08-03T04:05:19.608Z | [ recovery-image] Aug 03 04:05:17.784 INFO O| Aug 03 04:05:17.784 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3632 | 2024-08-03T04:05:19.614Z | [ recovery-image] Aug 03 04:05:17.793 INFO O| Aug 03 04:05:17.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
3633 | 2024-08-03T04:05:19.617Z | [ recovery-image] Aug 03 04:05:17.794 INFO O| Aug 03 04:05:17.794 INFO STEP 26 (remove_files) COMPLETE |
3634 | 2024-08-03T04:05:19.617Z | [ recovery-image] Aug 03 04:05:17.794 INFO O| Aug 03 04:05:17.794 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3635 | 2024-08-03T04:05:19.623Z | [ recovery-image] Aug 03 04:05:17.803 INFO O| Aug 03 04:05:17.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
3636 | 2024-08-03T04:05:19.623Z | [ recovery-image] Aug 03 04:05:17.803 INFO O| Aug 03 04:05:17.803 INFO STEP 27 (remove_files) COMPLETE |
3637 | 2024-08-03T04:05:19.623Z | [ recovery-image] Aug 03 04:05:17.803 INFO O| Aug 03 04:05:17.803 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3638 | 2024-08-03T04:05:19.632Z | [ recovery-image] Aug 03 04:05:17.812 INFO O| Aug 03 04:05:17.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
3639 | 2024-08-03T04:05:19.632Z | [ recovery-image] Aug 03 04:05:17.812 INFO O| Aug 03 04:05:17.812 INFO STEP 28 (remove_files) COMPLETE |
3640 | 2024-08-03T04:05:19.635Z | [ recovery-image] Aug 03 04:05:17.812 INFO O| Aug 03 04:05:17.812 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3641 | 2024-08-03T04:05:19.642Z | [ recovery-image] Aug 03 04:05:17.821 INFO O| Aug 03 04:05:17.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
3642 | 2024-08-03T04:05:19.642Z | [ recovery-image] Aug 03 04:05:17.821 INFO O| Aug 03 04:05:17.821 INFO STEP 29 (remove_files) COMPLETE |
3643 | 2024-08-03T04:05:19.646Z | [ recovery-image] Aug 03 04:05:17.821 INFO O| Aug 03 04:05:17.821 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3644 | 2024-08-03T04:05:19.651Z | [ recovery-image] Aug 03 04:05:17.830 INFO O| Aug 03 04:05:17.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
3645 | 2024-08-03T04:05:19.651Z | [ recovery-image] Aug 03 04:05:17.830 INFO O| Aug 03 04:05:17.830 INFO STEP 30 (remove_files) COMPLETE |
3646 | 2024-08-03T04:05:19.654Z | [ recovery-image] Aug 03 04:05:17.830 INFO O| Aug 03 04:05:17.830 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3647 | 2024-08-03T04:05:19.660Z | [ recovery-image] Aug 03 04:05:17.839 INFO O| Aug 03 04:05:17.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
3648 | 2024-08-03T04:05:19.660Z | [ recovery-image] Aug 03 04:05:17.839 INFO O| Aug 03 04:05:17.839 INFO STEP 31 (remove_files) COMPLETE |
3649 | 2024-08-03T04:05:19.660Z | [ recovery-image] Aug 03 04:05:17.839 INFO O| Aug 03 04:05:17.839 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3650 | 2024-08-03T04:05:19.669Z | [ recovery-image] Aug 03 04:05:17.848 INFO O| Aug 03 04:05:17.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
3651 | 2024-08-03T04:05:19.669Z | [ recovery-image] Aug 03 04:05:17.848 INFO O| Aug 03 04:05:17.848 INFO STEP 32 (remove_files) COMPLETE |
3652 | 2024-08-03T04:05:19.672Z | [ recovery-image] Aug 03 04:05:17.848 INFO O| Aug 03 04:05:17.848 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3653 | 2024-08-03T04:05:19.678Z | [ recovery-image] Aug 03 04:05:17.857 INFO O| Aug 03 04:05:17.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
3654 | 2024-08-03T04:05:19.678Z | [ recovery-image] Aug 03 04:05:17.857 INFO O| Aug 03 04:05:17.857 INFO STEP 33 (remove_files) COMPLETE |
3655 | 2024-08-03T04:05:19.681Z | [ recovery-image] Aug 03 04:05:17.857 INFO O| Aug 03 04:05:17.857 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3656 | 2024-08-03T04:05:19.687Z | [ recovery-image] Aug 03 04:05:17.866 INFO O| Aug 03 04:05:17.866 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
3657 | 2024-08-03T04:05:19.687Z | [ recovery-image] Aug 03 04:05:17.866 INFO O| Aug 03 04:05:17.866 INFO STEP 34 (remove_files) COMPLETE |
3658 | 2024-08-03T04:05:19.687Z | [ recovery-image] Aug 03 04:05:17.866 INFO O| Aug 03 04:05:17.866 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3659 | 2024-08-03T04:05:19.696Z | [ recovery-image] Aug 03 04:05:17.875 INFO O| Aug 03 04:05:17.875 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
3660 | 2024-08-03T04:05:19.696Z | [ recovery-image] Aug 03 04:05:17.875 INFO O| Aug 03 04:05:17.875 INFO STEP 35 (remove_files) COMPLETE |
3661 | 2024-08-03T04:05:19.696Z | [ recovery-image] Aug 03 04:05:17.876 INFO O| Aug 03 04:05:17.875 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3662 | 2024-08-03T04:05:19.705Z | [ recovery-image] Aug 03 04:05:17.884 INFO O| Aug 03 04:05:17.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
3663 | 2024-08-03T04:05:19.705Z | [ recovery-image] Aug 03 04:05:17.885 INFO O| Aug 03 04:05:17.885 INFO STEP 36 (remove_files) COMPLETE |
3664 | 2024-08-03T04:05:19.708Z | [ recovery-image] Aug 03 04:05:17.885 INFO O| Aug 03 04:05:17.885 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3665 | 2024-08-03T04:05:19.714Z | [ recovery-image] Aug 03 04:05:17.894 INFO O| Aug 03 04:05:17.894 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
3666 | 2024-08-03T04:05:19.714Z | [ recovery-image] Aug 03 04:05:17.894 INFO O| Aug 03 04:05:17.894 INFO STEP 37 (remove_files) COMPLETE |
3667 | 2024-08-03T04:05:19.714Z | [ recovery-image] Aug 03 04:05:17.894 INFO O| Aug 03 04:05:17.894 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3668 | 2024-08-03T04:05:19.723Z | [ recovery-image] Aug 03 04:05:17.903 INFO O| Aug 03 04:05:17.903 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
3669 | 2024-08-03T04:05:19.723Z | [ recovery-image] Aug 03 04:05:17.903 INFO O| Aug 03 04:05:17.903 INFO STEP 38 (remove_files) COMPLETE |
3670 | 2024-08-03T04:05:19.726Z | [ recovery-image] Aug 03 04:05:17.903 INFO O| Aug 03 04:05:17.903 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3671 | 2024-08-03T04:05:19.734Z | [ recovery-image] Aug 03 04:05:17.913 INFO O| Aug 03 04:05:17.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
3672 | 2024-08-03T04:05:19.734Z | [ recovery-image] Aug 03 04:05:17.913 INFO O| Aug 03 04:05:17.913 INFO STEP 39 (remove_files) COMPLETE |
3673 | 2024-08-03T04:05:19.737Z | [ recovery-image] Aug 03 04:05:17.913 INFO O| Aug 03 04:05:17.913 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3674 | 2024-08-03T04:05:19.744Z | [ recovery-image] Aug 03 04:05:17.924 INFO O| Aug 03 04:05:17.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
3675 | 2024-08-03T04:05:19.744Z | [ recovery-image] Aug 03 04:05:17.924 INFO O| Aug 03 04:05:17.924 INFO STEP 40 (remove_files) COMPLETE |
3676 | 2024-08-03T04:05:19.747Z | [ recovery-image] Aug 03 04:05:17.924 INFO O| Aug 03 04:05:17.924 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3677 | 2024-08-03T04:05:19.754Z | [ recovery-image] Aug 03 04:05:17.934 INFO O| Aug 03 04:05:17.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
3678 | 2024-08-03T04:05:19.754Z | [ recovery-image] Aug 03 04:05:17.934 INFO O| Aug 03 04:05:17.934 INFO STEP 41 (remove_files) COMPLETE |
3679 | 2024-08-03T04:05:19.757Z | [ recovery-image] Aug 03 04:05:17.934 INFO O| Aug 03 04:05:17.934 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3680 | 2024-08-03T04:05:19.764Z | [ recovery-image] Aug 03 04:05:17.944 INFO O| Aug 03 04:05:17.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
3681 | 2024-08-03T04:05:19.764Z | [ recovery-image] Aug 03 04:05:17.944 INFO O| Aug 03 04:05:17.944 INFO STEP 42 (remove_files) COMPLETE |
3682 | 2024-08-03T04:05:19.765Z | [ recovery-image] Aug 03 04:05:17.944 INFO O| Aug 03 04:05:17.944 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3683 | 2024-08-03T04:05:19.775Z | [ recovery-image] Aug 03 04:05:17.955 INFO O| Aug 03 04:05:17.955 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
3684 | 2024-08-03T04:05:19.775Z | [ recovery-image] Aug 03 04:05:17.955 INFO O| Aug 03 04:05:17.955 INFO STEP 43 (remove_files) COMPLETE |
3685 | 2024-08-03T04:05:19.778Z | [ recovery-image] Aug 03 04:05:17.955 INFO O| Aug 03 04:05:17.955 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3686 | 2024-08-03T04:05:19.786Z | [ recovery-image] Aug 03 04:05:17.966 INFO O| Aug 03 04:05:17.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
3687 | 2024-08-03T04:05:19.786Z | [ recovery-image] Aug 03 04:05:17.966 INFO O| Aug 03 04:05:17.966 INFO STEP 44 (remove_files) COMPLETE |
3688 | 2024-08-03T04:05:19.786Z | [ recovery-image] Aug 03 04:05:17.966 INFO O| Aug 03 04:05:17.966 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3689 | 2024-08-03T04:05:19.798Z | [ recovery-image] Aug 03 04:05:17.977 INFO O| Aug 03 04:05:17.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
3690 | 2024-08-03T04:05:19.798Z | [ recovery-image] Aug 03 04:05:17.977 INFO O| Aug 03 04:05:17.977 INFO STEP 45 (remove_files) COMPLETE |
3691 | 2024-08-03T04:05:19.807Z | [ recovery-image] Aug 03 04:05:17.977 INFO O| Aug 03 04:05:17.977 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3692 | 2024-08-03T04:05:19.812Z | [ recovery-image] Aug 03 04:05:17.987 INFO O| Aug 03 04:05:17.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
3693 | 2024-08-03T04:05:19.812Z | [ recovery-image] Aug 03 04:05:17.987 INFO O| Aug 03 04:05:17.987 INFO STEP 46 (remove_files) COMPLETE |
3694 | 2024-08-03T04:05:19.812Z | [ recovery-image] Aug 03 04:05:17.987 INFO O| Aug 03 04:05:17.987 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3695 | 2024-08-03T04:05:19.817Z | [ recovery-image] Aug 03 04:05:17.997 INFO O| Aug 03 04:05:17.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
3696 | 2024-08-03T04:05:19.817Z | [ recovery-image] Aug 03 04:05:17.997 INFO O| Aug 03 04:05:17.997 INFO STEP 47 (remove_files) COMPLETE |
3697 | 2024-08-03T04:05:19.820Z | [ recovery-image] Aug 03 04:05:17.997 INFO O| Aug 03 04:05:17.997 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3698 | 2024-08-03T04:05:19.827Z | [ recovery-image] Aug 03 04:05:18.007 INFO O| Aug 03 04:05:18.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
3699 | 2024-08-03T04:05:19.827Z | [ recovery-image] Aug 03 04:05:18.007 INFO O| Aug 03 04:05:18.007 INFO STEP 48 (remove_files) COMPLETE |
3700 | 2024-08-03T04:05:19.827Z | [ recovery-image] Aug 03 04:05:18.007 INFO O| Aug 03 04:05:18.007 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3701 | 2024-08-03T04:05:19.837Z | [ recovery-image] Aug 03 04:05:18.016 INFO O| Aug 03 04:05:18.016 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
3702 | 2024-08-03T04:05:19.837Z | [ recovery-image] Aug 03 04:05:18.016 INFO O| Aug 03 04:05:18.016 INFO STEP 49 (remove_files) COMPLETE |
3703 | 2024-08-03T04:05:19.840Z | [ recovery-image] Aug 03 04:05:18.016 INFO O| Aug 03 04:05:18.016 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3704 | 2024-08-03T04:05:19.846Z | [ recovery-image] Aug 03 04:05:18.025 INFO O| Aug 03 04:05:18.025 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
3705 | 2024-08-03T04:05:19.846Z | [ recovery-image] Aug 03 04:05:18.025 INFO O| Aug 03 04:05:18.025 INFO STEP 50 (remove_files) COMPLETE |
3706 | 2024-08-03T04:05:19.846Z | [ recovery-image] Aug 03 04:05:18.025 INFO O| Aug 03 04:05:18.025 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3707 | 2024-08-03T04:05:19.855Z | [ recovery-image] Aug 03 04:05:18.035 INFO O| Aug 03 04:05:18.035 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
3708 | 2024-08-03T04:05:19.855Z | [ recovery-image] Aug 03 04:05:18.035 INFO O| Aug 03 04:05:18.035 INFO STEP 51 (remove_files) COMPLETE |
3709 | 2024-08-03T04:05:19.858Z | [ recovery-image] Aug 03 04:05:18.035 INFO O| Aug 03 04:05:18.035 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3710 | 2024-08-03T04:05:19.865Z | [ recovery-image] Aug 03 04:05:18.044 INFO O| Aug 03 04:05:18.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
3711 | 2024-08-03T04:05:19.865Z | [ recovery-image] Aug 03 04:05:18.044 INFO O| Aug 03 04:05:18.044 INFO STEP 52 (remove_files) COMPLETE |
3712 | 2024-08-03T04:05:19.865Z | [ recovery-image] Aug 03 04:05:18.044 INFO O| Aug 03 04:05:18.044 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3713 | 2024-08-03T04:05:19.874Z | [ recovery-image] Aug 03 04:05:18.053 INFO O| Aug 03 04:05:18.053 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/bootadm" |
3714 | 2024-08-03T04:05:19.877Z | [ recovery-image] Aug 03 04:05:18.053 INFO O| Aug 03 04:05:18.053 INFO STEP 53 (remove_files) COMPLETE |
3715 | 2024-08-03T04:05:19.877Z | [ recovery-image] Aug 03 04:05:18.053 INFO O| Aug 03 04:05:18.053 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3716 | 2024-08-03T04:05:19.884Z | [ recovery-image] Aug 03 04:05:18.062 INFO O| Aug 03 04:05:18.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bootadm" |
3717 | 2024-08-03T04:05:19.884Z | [ recovery-image] Aug 03 04:05:18.063 INFO O| Aug 03 04:05:18.062 INFO STEP 54 (remove_files) COMPLETE |
3718 | 2024-08-03T04:05:19.887Z | [ recovery-image] Aug 03 04:05:18.063 INFO O| Aug 03 04:05:18.063 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3719 | 2024-08-03T04:05:19.892Z | [ recovery-image] Aug 03 04:05:18.072 INFO O| Aug 03 04:05:18.072 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/sbin/beadm" |
3720 | 2024-08-03T04:05:19.895Z | [ recovery-image] Aug 03 04:05:18.072 INFO O| Aug 03 04:05:18.072 INFO STEP 55 (remove_files) COMPLETE |
3721 | 2024-08-03T04:05:19.895Z | [ recovery-image] Aug 03 04:05:18.072 INFO O| Aug 03 04:05:18.072 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3722 | 2024-08-03T04:05:19.901Z | [ recovery-image] Aug 03 04:05:18.081 INFO O| Aug 03 04:05:18.081 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/beadm" |
3723 | 2024-08-03T04:05:19.901Z | [ recovery-image] Aug 03 04:05:18.081 INFO O| Aug 03 04:05:18.081 INFO STEP 56 (remove_files) COMPLETE |
3724 | 2024-08-03T04:05:19.904Z | [ recovery-image] Aug 03 04:05:18.081 INFO O| Aug 03 04:05:18.081 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3725 | 2024-08-03T04:05:19.911Z | [ recovery-image] Aug 03 04:05:18.090 INFO O| Aug 03 04:05:18.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/etc/default/tar" |
3726 | 2024-08-03T04:05:19.911Z | [ recovery-image] Aug 03 04:05:18.090 INFO O| Aug 03 04:05:18.090 INFO STEP 57 (remove_files) COMPLETE |
3727 | 2024-08-03T04:05:19.911Z | [ recovery-image] Aug 03 04:05:18.090 INFO O| Aug 03 04:05:18.090 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3728 | 2024-08-03T04:05:19.920Z | [ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.099 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
3729 | 2024-08-03T04:05:19.920Z | [ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap ... |
3730 | 2024-08-03T04:05:19.923Z | [ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3731 | 2024-08-03T04:05:19.923Z | [ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3732 | 2024-08-03T04:05:19.923Z | [ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3733 | 2024-08-03T04:05:19.923Z | [ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/method/keymap |
3734 | 2024-08-03T04:05:19.923Z | [ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO ok! |
3735 | 2024-08-03T04:05:19.923Z | [ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO STEP 58 (ensure_file) COMPLETE |
3736 | 2024-08-03T04:05:19.923Z | [ recovery-image] Aug 03 04:05:18.100 INFO O| Aug 03 04:05:18.100 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3737 | 2024-08-03T04:05:19.930Z | [ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
3738 | 2024-08-03T04:05:19.931Z | [ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
3739 | 2024-08-03T04:05:19.933Z | [ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3740 | 2024-08-03T04:05:19.933Z | [ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3741 | 2024-08-03T04:05:19.933Z | [ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3742 | 2024-08-03T04:05:19.934Z | [ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
3743 | 2024-08-03T04:05:19.934Z | [ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO ok! |
3744 | 2024-08-03T04:05:19.934Z | [ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO STEP 59 (ensure_file) COMPLETE |
3745 | 2024-08-03T04:05:19.934Z | [ recovery-image] Aug 03 04:05:18.110 INFO O| Aug 03 04:05:18.110 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3746 | 2024-08-03T04:05:19.940Z | [ recovery-image] Aug 03 04:05:18.119 INFO O| Aug 03 04:05:18.119 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile does not exist |
3747 | 2024-08-03T04:05:19.940Z | [ recovery-image] Aug 03 04:05:18.119 INFO O| Aug 03 04:05:18.119 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile ... |
3748 | 2024-08-03T04:05:19.943Z | [ recovery-image] Aug 03 04:05:18.120 INFO O| Aug 03 04:05:18.120 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bash_profile |
3749 | 2024-08-03T04:05:19.943Z | [ recovery-image] Aug 03 04:05:18.120 INFO O| Aug 03 04:05:18.120 INFO ok! |
3750 | 2024-08-03T04:05:19.943Z | [ recovery-image] Aug 03 04:05:18.120 INFO O| Aug 03 04:05:18.120 INFO STEP 60 (ensure_file) COMPLETE |
3751 | 2024-08-03T04:05:19.943Z | [ recovery-image] Aug 03 04:05:18.120 INFO O| Aug 03 04:05:18.120 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3752 | 2024-08-03T04:05:19.949Z | [ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
3753 | 2024-08-03T04:05:19.952Z | [ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc ... |
3754 | 2024-08-03T04:05:19.952Z | [ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/root/.bashrc |
3755 | 2024-08-03T04:05:19.952Z | [ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 INFO ok! |
3756 | 2024-08-03T04:05:19.952Z | [ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 INFO STEP 61 (ensure_file) COMPLETE |
3757 | 2024-08-03T04:05:19.952Z | [ recovery-image] Aug 03 04:05:18.129 INFO O| Aug 03 04:05:18.129 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3758 | 2024-08-03T04:05:19.959Z | [ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 WARN file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
3759 | 2024-08-03T04:05:19.959Z | [ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd ... |
3760 | 2024-08-03T04:05:19.962Z | [ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3761 | 2024-08-03T04:05:19.962Z | [ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/motd |
3762 | 2024-08-03T04:05:19.962Z | [ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO ok! |
3763 | 2024-08-03T04:05:19.962Z | [ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO STEP 62 (ensure_file) COMPLETE |
3764 | 2024-08-03T04:05:19.962Z | [ recovery-image] Aug 03 04:05:18.138 INFO O| Aug 03 04:05:18.138 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3765 | 2024-08-03T04:05:19.968Z | [ recovery-image] Aug 03 04:05:18.147 INFO O| Aug 03 04:05:18.147 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
3766 | 2024-08-03T04:05:19.968Z | [ recovery-image] Aug 03 04:05:18.147 INFO O| Aug 03 04:05:18.147 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
3767 | 2024-08-03T04:05:19.971Z | [ recovery-image] Aug 03 04:05:18.148 INFO O| Aug 03 04:05:18.147 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3768 | 2024-08-03T04:05:19.971Z | [ recovery-image] Aug 03 04:05:18.148 INFO O| Aug 03 04:05:18.148 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
3769 | 2024-08-03T04:05:19.971Z | [ recovery-image] Aug 03 04:05:18.148 INFO O| Aug 03 04:05:18.148 INFO ok! |
3770 | 2024-08-03T04:05:19.971Z | [ recovery-image] Aug 03 04:05:18.148 INFO O| Aug 03 04:05:18.148 INFO STEP 63 (ensure_file) COMPLETE |
3771 | 2024-08-03T04:05:19.971Z | [ recovery-image] Aug 03 04:05:18.148 INFO O| Aug 03 04:05:18.148 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3772 | 2024-08-03T04:05:19.977Z | [ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme does not exist |
3773 | 2024-08-03T04:05:19.977Z | [ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme ... |
3774 | 2024-08-03T04:05:19.980Z | [ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme |
3775 | 2024-08-03T04:05:19.980Z | [ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/nvme |
3776 | 2024-08-03T04:05:19.980Z | [ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO ok! |
3777 | 2024-08-03T04:05:19.981Z | [ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO STEP 64 (ensure_file) COMPLETE |
3778 | 2024-08-03T04:05:19.981Z | [ recovery-image] Aug 03 04:05:18.157 INFO O| Aug 03 04:05:18.157 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3779 | 2024-08-03T04:05:19.987Z | [ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
3780 | 2024-08-03T04:05:19.987Z | [ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO writing /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
3781 | 2024-08-03T04:05:19.990Z | [ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/system.d/.self-assembly |
3782 | 2024-08-03T04:05:19.990Z | [ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO ok! |
3783 | 2024-08-03T04:05:19.990Z | [ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO STEP 65 (assemble_files) COMPLETE |
3784 | 2024-08-03T04:05:19.990Z | [ recovery-image] Aug 03 04:05:18.167 INFO O| Aug 03 04:05:18.167 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3785 | 2024-08-03T04:05:19.997Z | [ recovery-image] Aug 03 04:05:18.176 INFO O| Aug 03 04:05:18.176 INFO file /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
3786 | 2024-08-03T04:05:19.997Z | [ recovery-image] Aug 03 04:05:18.176 INFO O| Aug 03 04:05:18.176 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf ... |
3787 | 2024-08-03T04:05:20.000Z | [ recovery-image] Aug 03 04:05:18.176 INFO O| Aug 03 04:05:18.176 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3788 | 2024-08-03T04:05:20.000Z | [ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/ramdisk/etc/dumpadm.conf |
3789 | 2024-08-03T04:05:20.001Z | [ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO ok! |
3790 | 2024-08-03T04:05:20.001Z | [ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO STEP 66 (ensure_file) COMPLETE |
3791 | 2024-08-03T04:05:20.001Z | [ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3792 | 2024-08-03T04:05:20.001Z | [ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO skip step because feature "omicron1" is not enabled |
3793 | 2024-08-03T04:05:20.001Z | [ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3794 | 2024-08-03T04:05:20.001Z | [ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO skip step because feature "omicron1" is not enabled |
3795 | 2024-08-03T04:05:20.001Z | [ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.176 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3796 | 2024-08-03T04:05:20.001Z | [ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.177 INFO skip step because feature "omicron1" is not enabled |
3797 | 2024-08-03T04:05:20.001Z | [ recovery-image] Aug 03 04:05:18.177 INFO O| Aug 03 04:05:18.177 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
3798 | 2024-08-03T04:05:20.011Z | [ recovery-image] Aug 03 04:05:18.190 INFO O| Aug 03 04:05:18.190 INFO file /rpool/images/build/recovery/output/gimlet-ramdisk.tar does not already exist, skipping removal |
3799 | 2024-08-03T04:05:20.014Z | [ recovery-image] Aug 03 04:05:18.191 INFO O| Aug 03 04:05:18.190 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
3800 | 2024-08-03T04:05:20.284Z | [ host-image] Aug 03 04:05:18.463 INFO O| Aug 03 04:05:18.463 INFO O| Planning: Solver setup ... Done |
3801 | 2024-08-03T04:05:20.287Z | [ host-image] Aug 03 04:05:18.467 INFO O| Aug 03 04:05:18.467 INFO O| Planning: Running solver ... Done |
3802 | 2024-08-03T04:05:20.326Z | [ host-image] Aug 03 04:05:18.505 INFO O| Aug 03 04:05:18.505 INFO O| Planning: Finding local manifests ... Done |
3803 | 2024-08-03T04:05:20.329Z | [ host-image] Aug 03 04:05:18.506 INFO O| Aug 03 04:05:18.506 INFO O| Planning: Fetching manifests: 0/4 0% complete |
3804 | 2024-08-03T04:05:20.412Z | [ host-image] Aug 03 04:05:18.591 INFO O| Aug 03 04:05:18.591 INFO O| Planning: Fetching manifests: 4/4 100% complete |
3805 | 2024-08-03T04:05:20.433Z | [ host-image] Aug 03 04:05:18.612 INFO O| Aug 03 04:05:18.612 INFO O| Planning: Package planning ... Done |
3806 | 2024-08-03T04:05:20.436Z | [ host-image] Aug 03 04:05:18.616 INFO O| Aug 03 04:05:18.616 INFO O| Planning: Merging actions ... Done |
3807 | 2024-08-03T04:05:20.514Z | [ host-image] Aug 03 04:05:18.693 INFO O| Aug 03 04:05:18.693 INFO O| Planning: Checking for conflicting actions ... Done |
3808 | 2024-08-03T04:05:20.517Z | [ host-image] Aug 03 04:05:18.694 INFO O| Aug 03 04:05:18.694 INFO O| Planning: Consolidating action changes ... Done |
3809 | 2024-08-03T04:05:20.758Z | [ host-image] Aug 03 04:05:18.938 INFO O| Aug 03 04:05:18.938 INFO O| Planning: Evaluating mediators ... Done |
3810 | 2024-08-03T04:05:20.762Z | [ host-image] Aug 03 04:05:18.939 INFO O| Aug 03 04:05:18.939 INFO O| Planning: Planning completed in 1.94 seconds |
3811 | 2024-08-03T04:05:20.762Z | [ host-image] Aug 03 04:05:18.940 INFO O| Aug 03 04:05:18.940 INFO O| Packages to install: 4 |
3812 | 2024-08-03T04:05:20.762Z | [ host-image] Aug 03 04:05:18.941 INFO O| Aug 03 04:05:18.940 INFO O| Services to change: 2 |
3813 | 2024-08-03T04:05:20.771Z | [ host-image] Aug 03 04:05:18.951 INFO O| Aug 03 04:05:18.951 INFO O| Download: 0/102 items 0.0/1.4MB 0% complete |
3814 | 2024-08-03T04:05:21.495Z | [ recovery-image] Aug 03 04:05:19.674 INFO O| Aug 03 04:05:19.674 INFO STEP 70 (pack_tar) COMPLETE |
3815 | 2024-08-03T04:05:21.495Z | [ recovery-image] Aug 03 04:05:19.675 INFO O| Aug 03 04:05:19.674 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3816 | 2024-08-03T04:05:21.495Z | [ recovery-image] Aug 03 04:05:19.675 INFO O| Aug 03 04:05:19.674 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3817 | 2024-08-03T04:05:21.741Z | [ host-image] Aug 03 04:05:19.920 INFO O| Aug 03 04:05:19.920 INFO O| Download: Completed 1.39 MB in 0.97 seconds (1.4M/s) |
3818 | 2024-08-03T04:05:21.849Z | [ recovery-image] Aug 03 04:05:20.029 INFO O| Aug 03 04:05:20.028 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-02-trim |
3819 | 2024-08-03T04:05:21.862Z | [ host-image] Aug 03 04:05:20.042 INFO O| Aug 03 04:05:20.042 INFO O| Actions: 1/238 actions (Installing new actions) |
3820 | 2024-08-03T04:05:21.903Z | [ recovery-image] Aug 03 04:05:20.082 INFO O| Aug 03 04:05:20.082 INFO completed processing gimlet/ramdisk-02-trim |
3821 | 2024-08-03T04:05:21.906Z | [ recovery-image] Aug 03 04:05:20.084 INFO image builder template: ramdisk-03-recovery-trim... |
3822 | 2024-08-03T04:05:21.906Z | [ recovery-image] Aug 03 04:05:20.084 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/.tmpozcuMR/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.277", "-n", "ramdisk-03-recovery-trim"], pwd: None |
3823 | 2024-08-03T04:05:21.959Z | [ host-image] Aug 03 04:05:20.139 INFO O| Aug 03 04:05:20.138 INFO O| Actions: Completed 238 actions in 0.10 seconds. |
3824 | 2024-08-03T04:05:21.971Z | [ recovery-image] Aug 03 04:05:20.150 INFO O| Aug 03 04:05:20.150 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3825 | 2024-08-03T04:05:21.975Z | [ recovery-image] Aug 03 04:05:20.154 INFO O| Aug 03 04:05:20.154 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3826 | 2024-08-03T04:05:22.023Z | [ recovery-image] Aug 03 04:05:20.202 INFO O| Aug 03 04:05:20.201 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim: sync = disabled |
3827 | 2024-08-03T04:05:22.065Z | [ recovery-image] Aug 03 04:05:20.244 INFO O| Aug 03 04:05:20.244 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
3828 | 2024-08-03T04:05:22.065Z | [ recovery-image] Aug 03 04:05:20.244 INFO O| Aug 03 04:05:20.244 INFO work dataset: rpool/images/build/recovery/work/gimlet/ramdisk |
3829 | 2024-08-03T04:05:22.075Z | [ recovery-image] Aug 03 04:05:20.254 INFO O| Aug 03 04:05:20.254 INFO looking for output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
3830 | 2024-08-03T04:05:22.079Z | [ recovery-image] Aug 03 04:05:20.258 INFO O| Aug 03 04:05:20.258 INFO looking for input snapshot rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3831 | 2024-08-03T04:05:22.084Z | [ recovery-image] Aug 03 04:05:20.264 INFO O| Aug 03 04:05:20.263 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@trim |
3832 | 2024-08-03T04:05:22.193Z | [ host-image] Aug 03 04:05:20.372 INFO O| Aug 03 04:05:20.372 INFO O| Done |
3833 | 2024-08-03T04:05:22.193Z | [ host-image] Aug 03 04:05:20.372 INFO O| Aug 03 04:05:20.372 INFO O| Done |
3834 | 2024-08-03T04:05:22.335Z | [ recovery-image] Aug 03 04:05:20.514 INFO O| Aug 03 04:05:20.513 INFO rolled back to input snapshot; work may begin |
3835 | 2024-08-03T04:05:22.335Z | [ recovery-image] Aug 03 04:05:20.514 INFO O| Aug 03 04:05:20.514 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/ramdisk |
3836 | 2024-08-03T04:05:22.341Z | [ recovery-image] Aug 03 04:05:20.520 INFO O| Aug 03 04:05:20.520 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3837 | 2024-08-03T04:05:22.351Z | [ recovery-image] Aug 03 04:05:20.530 INFO O| Aug 03 04:05:20.530 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/7" |
3838 | 2024-08-03T04:05:22.355Z | [ recovery-image] Aug 03 04:05:20.535 INFO O| Aug 03 04:05:20.535 INFO STEP 0 (remove_files) COMPLETE |
3839 | 2024-08-03T04:05:22.358Z | [ recovery-image] Aug 03 04:05:20.535 INFO O| Aug 03 04:05:20.535 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3840 | 2024-08-03T04:05:22.366Z | [ recovery-image] Aug 03 04:05:20.546 INFO O| Aug 03 04:05:20.546 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/share" |
3841 | 2024-08-03T04:05:22.421Z | [ recovery-image] Aug 03 04:05:20.600 INFO O| Aug 03 04:05:20.600 INFO STEP 1 (remove_files) COMPLETE |
3842 | 2024-08-03T04:05:22.421Z | [ recovery-image] Aug 03 04:05:20.600 INFO O| Aug 03 04:05:20.600 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3843 | 2024-08-03T04:05:22.433Z | [ recovery-image] Aug 03 04:05:20.612 INFO O| Aug 03 04:05:20.612 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dns" |
3844 | 2024-08-03T04:05:22.436Z | [ recovery-image] Aug 03 04:05:20.615 INFO O| Aug 03 04:05:20.614 INFO STEP 2 (remove_files) COMPLETE |
3845 | 2024-08-03T04:05:22.436Z | [ recovery-image] Aug 03 04:05:20.615 INFO O| Aug 03 04:05:20.614 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3846 | 2024-08-03T04:05:22.445Z | [ recovery-image] Aug 03 04:05:20.624 INFO O| Aug 03 04:05:20.624 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/iconv" |
3847 | 2024-08-03T04:05:22.484Z | [ recovery-image] Aug 03 04:05:20.663 INFO O| Aug 03 04:05:20.663 INFO STEP 3 (remove_files) COMPLETE |
3848 | 2024-08-03T04:05:22.484Z | [ recovery-image] Aug 03 04:05:20.663 INFO O| Aug 03 04:05:20.663 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3849 | 2024-08-03T04:05:22.495Z | [ recovery-image] Aug 03 04:05:20.674 INFO O| Aug 03 04:05:20.674 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/locale" |
3850 | 2024-08-03T04:05:22.506Z | [ recovery-image] Aug 03 04:05:20.685 INFO O| Aug 03 04:05:20.685 INFO STEP 4 (remove_files) COMPLETE |
3851 | 2024-08-03T04:05:22.506Z | [ recovery-image] Aug 03 04:05:20.685 INFO O| Aug 03 04:05:20.685 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3852 | 2024-08-03T04:05:22.516Z | [ recovery-image] Aug 03 04:05:20.695 INFO O| Aug 03 04:05:20.695 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mdb" |
3853 | 2024-08-03T04:05:22.519Z | [ recovery-image] Aug 03 04:05:20.699 INFO O| Aug 03 04:05:20.699 INFO STEP 5 (remove_files) COMPLETE |
3854 | 2024-08-03T04:05:22.519Z | [ recovery-image] Aug 03 04:05:20.699 INFO O| Aug 03 04:05:20.699 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3855 | 2024-08-03T04:05:22.529Z | [ recovery-image] Aug 03 04:05:20.708 INFO O| Aug 03 04:05:20.708 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/mps" |
3856 | 2024-08-03T04:05:22.532Z | [ recovery-image] Aug 03 04:05:20.710 INFO O| Aug 03 04:05:20.710 INFO STEP 6 (remove_files) COMPLETE |
3857 | 2024-08-03T04:05:22.532Z | [ recovery-image] Aug 03 04:05:20.710 INFO O| Aug 03 04:05:20.710 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3858 | 2024-08-03T04:05:22.539Z | [ recovery-image] Aug 03 04:05:20.719 INFO O| Aug 03 04:05:20.719 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pkgconfig" |
3859 | 2024-08-03T04:05:22.542Z | [ recovery-image] Aug 03 04:05:20.721 INFO O| Aug 03 04:05:20.721 INFO STEP 7 (remove_files) COMPLETE |
3860 | 2024-08-03T04:05:22.543Z | [ recovery-image] Aug 03 04:05:20.721 INFO O| Aug 03 04:05:20.721 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3861 | 2024-08-03T04:05:22.552Z | [ recovery-image] Aug 03 04:05:20.730 INFO O| Aug 03 04:05:20.730 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/scsi" |
3862 | 2024-08-03T04:05:22.556Z | [ recovery-image] Aug 03 04:05:20.734 INFO O| Aug 03 04:05:20.734 INFO STEP 8 (remove_files) COMPLETE |
3863 | 2024-08-03T04:05:22.556Z | [ recovery-image] Aug 03 04:05:20.734 INFO O| Aug 03 04:05:20.734 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3864 | 2024-08-03T04:05:22.564Z | [ recovery-image] Aug 03 04:05:20.743 INFO O| Aug 03 04:05:20.743 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbfs" |
3865 | 2024-08-03T04:05:22.567Z | [ host-image] Aug 03 04:05:20.743 INFO O| Aug 03 04:05:20.743 INFO O| Done |
3866 | 2024-08-03T04:05:22.567Z | [ recovery-image] Aug 03 04:05:20.744 INFO O| Aug 03 04:05:20.744 INFO STEP 9 (remove_files) COMPLETE |
3867 | 2024-08-03T04:05:22.567Z | [ recovery-image] Aug 03 04:05:20.744 INFO O| Aug 03 04:05:20.744 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3868 | 2024-08-03T04:05:22.574Z | [ recovery-image] Aug 03 04:05:20.753 INFO O| Aug 03 04:05:20.753 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/smbsrv" |
3869 | 2024-08-03T04:05:22.577Z | [ recovery-image] Aug 03 04:05:20.754 INFO O| Aug 03 04:05:20.754 INFO STEP 10 (remove_files) COMPLETE |
3870 | 2024-08-03T04:05:22.577Z | [ recovery-image] Aug 03 04:05:20.754 INFO O| Aug 03 04:05:20.754 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3871 | 2024-08-03T04:05:22.584Z | [ recovery-image] Aug 03 04:05:20.764 INFO O| Aug 03 04:05:20.764 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/perl5" |
3872 | 2024-08-03T04:05:22.643Z | [ recovery-image] Aug 03 04:05:20.822 INFO O| Aug 03 04:05:20.822 INFO STEP 11 (remove_files) COMPLETE |
3873 | 2024-08-03T04:05:22.643Z | [ recovery-image] Aug 03 04:05:20.822 INFO O| Aug 03 04:05:20.822 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3874 | 2024-08-03T04:05:22.654Z | [ recovery-image] Aug 03 04:05:20.833 INFO O| Aug 03 04:05:20.833 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bash" |
3875 | 2024-08-03T04:05:22.657Z | [ recovery-image] Aug 03 04:05:20.836 INFO O| Aug 03 04:05:20.836 INFO STEP 12 (remove_files) COMPLETE |
3876 | 2024-08-03T04:05:22.657Z | [ recovery-image] Aug 03 04:05:20.836 INFO O| Aug 03 04:05:20.836 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3877 | 2024-08-03T04:05:22.666Z | [ recovery-image] Aug 03 04:05:20.845 INFO O| Aug 03 04:05:20.845 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/bhyve" |
3878 | 2024-08-03T04:05:22.669Z | [ recovery-image] Aug 03 04:05:20.848 INFO O| Aug 03 04:05:20.848 INFO STEP 13 (remove_files) COMPLETE |
3879 | 2024-08-03T04:05:22.669Z | [ recovery-image] Aug 03 04:05:20.848 INFO O| Aug 03 04:05:20.848 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3880 | 2024-08-03T04:05:22.678Z | [ recovery-image] Aug 03 04:05:20.857 INFO O| Aug 03 04:05:20.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/emacs" |
3881 | 2024-08-03T04:05:22.681Z | [ recovery-image] Aug 03 04:05:20.857 INFO O| Aug 03 04:05:20.857 INFO STEP 14 (remove_files) COMPLETE |
3882 | 2024-08-03T04:05:22.681Z | [ recovery-image] Aug 03 04:05:20.857 INFO O| Aug 03 04:05:20.857 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3883 | 2024-08-03T04:05:22.687Z | [ recovery-image] Aug 03 04:05:20.866 INFO O| Aug 03 04:05:20.866 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/icons" |
3884 | 2024-08-03T04:05:22.690Z | [ recovery-image] Aug 03 04:05:20.867 INFO O| Aug 03 04:05:20.867 INFO STEP 15 (remove_files) COMPLETE |
3885 | 2024-08-03T04:05:22.690Z | [ recovery-image] Aug 03 04:05:20.867 INFO O| Aug 03 04:05:20.867 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3886 | 2024-08-03T04:05:22.699Z | [ recovery-image] Aug 03 04:05:20.876 INFO O| Aug 03 04:05:20.876 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/locale" |
3887 | 2024-08-03T04:05:22.707Z | [ recovery-image] Aug 03 04:05:20.883 INFO O| Aug 03 04:05:20.883 INFO STEP 16 (remove_files) COMPLETE |
3888 | 2024-08-03T04:05:22.707Z | [ recovery-image] Aug 03 04:05:20.883 INFO O| Aug 03 04:05:20.883 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3889 | 2024-08-03T04:05:22.715Z | [ recovery-image] Aug 03 04:05:20.893 INFO O| Aug 03 04:05:20.893 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/src" |
3890 | 2024-08-03T04:05:22.718Z | [ recovery-image] Aug 03 04:05:20.894 INFO O| Aug 03 04:05:20.894 INFO STEP 17 (remove_files) COMPLETE |
3891 | 2024-08-03T04:05:22.718Z | [ recovery-image] Aug 03 04:05:20.894 INFO O| Aug 03 04:05:20.894 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3892 | 2024-08-03T04:05:22.724Z | [ recovery-image] Aug 03 04:05:20.903 INFO O| Aug 03 04:05:20.903 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/terminfo" |
3893 | 2024-08-03T04:05:22.724Z | [ recovery-image] Aug 03 04:05:20.903 INFO O| Aug 03 04:05:20.903 INFO STEP 18 (remove_files) COMPLETE |
3894 | 2024-08-03T04:05:22.724Z | [ recovery-image] Aug 03 04:05:20.903 INFO O| Aug 03 04:05:20.903 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3895 | 2024-08-03T04:05:22.733Z | [ recovery-image] Aug 03 04:05:20.913 INFO O| Aug 03 04:05:20.913 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/share/vim" |
3896 | 2024-08-03T04:05:22.775Z | [ recovery-image] Aug 03 04:05:20.954 INFO O| Aug 03 04:05:20.954 INFO STEP 19 (remove_files) COMPLETE |
3897 | 2024-08-03T04:05:22.775Z | [ recovery-image] Aug 03 04:05:20.954 INFO O| Aug 03 04:05:20.954 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3898 | 2024-08-03T04:05:22.788Z | [ recovery-image] Aug 03 04:05:20.967 INFO O| Aug 03 04:05:20.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/network/ssh.xml" |
3899 | 2024-08-03T04:05:22.791Z | [ recovery-image] Aug 03 04:05:20.968 INFO O| Aug 03 04:05:20.968 INFO STEP 20 (remove_files) COMPLETE |
3900 | 2024-08-03T04:05:22.791Z | [ recovery-image] Aug 03 04:05:20.968 INFO O| Aug 03 04:05:20.968 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3901 | 2024-08-03T04:05:22.800Z | [ recovery-image] Aug 03 04:05:20.979 INFO O| Aug 03 04:05:20.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/lib/svc/manifest/system/fmd.xml" |
3902 | 2024-08-03T04:05:22.802Z | [ recovery-image] Aug 03 04:05:20.980 INFO O| Aug 03 04:05:20.980 INFO STEP 21 (remove_files) COMPLETE |
3903 | 2024-08-03T04:05:22.802Z | [ recovery-image] Aug 03 04:05:20.980 INFO O| Aug 03 04:05:20.980 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3904 | 2024-08-03T04:05:22.809Z | [ recovery-image] Aug 03 04:05:20.989 INFO O| Aug 03 04:05:20.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/adb" |
3905 | 2024-08-03T04:05:22.812Z | [ recovery-image] Aug 03 04:05:20.989 INFO O| Aug 03 04:05:20.989 INFO STEP 22 (remove_files) COMPLETE |
3906 | 2024-08-03T04:05:22.812Z | [ recovery-image] Aug 03 04:05:20.989 INFO O| Aug 03 04:05:20.989 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3907 | 2024-08-03T04:05:22.819Z | [ recovery-image] Aug 03 04:05:20.998 INFO O| Aug 03 04:05:20.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/addbadsec" |
3908 | 2024-08-03T04:05:22.819Z | [ recovery-image] Aug 03 04:05:20.998 INFO O| Aug 03 04:05:20.998 INFO STEP 23 (remove_files) COMPLETE |
3909 | 2024-08-03T04:05:22.821Z | [ recovery-image] Aug 03 04:05:20.998 INFO O| Aug 03 04:05:20.998 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3910 | 2024-08-03T04:05:22.831Z | [ recovery-image] Aug 03 04:05:21.010 INFO O| Aug 03 04:05:21.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/agentxtrap" |
3911 | 2024-08-03T04:05:22.834Z | [ recovery-image] Aug 03 04:05:21.011 INFO O| Aug 03 04:05:21.011 INFO STEP 24 (remove_files) COMPLETE |
3912 | 2024-08-03T04:05:22.834Z | [ recovery-image] Aug 03 04:05:21.011 INFO O| Aug 03 04:05:21.011 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3913 | 2024-08-03T04:05:22.841Z | [ recovery-image] Aug 03 04:05:21.020 INFO O| Aug 03 04:05:21.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/alias" |
3914 | 2024-08-03T04:05:22.844Z | [ recovery-image] Aug 03 04:05:21.021 INFO O| Aug 03 04:05:21.021 INFO STEP 25 (remove_files) COMPLETE |
3915 | 2024-08-03T04:05:22.844Z | [ recovery-image] Aug 03 04:05:21.021 INFO O| Aug 03 04:05:21.021 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3916 | 2024-08-03T04:05:22.851Z | [ recovery-image] Aug 03 04:05:21.030 INFO O| Aug 03 04:05:21.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/adb" |
3917 | 2024-08-03T04:05:22.853Z | [ recovery-image] Aug 03 04:05:21.030 INFO O| Aug 03 04:05:21.030 INFO STEP 26 (remove_files) COMPLETE |
3918 | 2024-08-03T04:05:22.853Z | [ recovery-image] Aug 03 04:05:21.030 INFO O| Aug 03 04:05:21.030 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3919 | 2024-08-03T04:05:22.860Z | [ recovery-image] Aug 03 04:05:21.039 INFO O| Aug 03 04:05:21.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/amt" |
3920 | 2024-08-03T04:05:22.860Z | [ recovery-image] Aug 03 04:05:21.039 INFO O| Aug 03 04:05:21.039 INFO STEP 27 (remove_files) COMPLETE |
3921 | 2024-08-03T04:05:22.860Z | [ recovery-image] Aug 03 04:05:21.040 INFO O| Aug 03 04:05:21.039 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3922 | 2024-08-03T04:05:22.869Z | [ recovery-image] Aug 03 04:05:21.049 INFO O| Aug 03 04:05:21.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/cputrack" |
3923 | 2024-08-03T04:05:22.872Z | [ recovery-image] Aug 03 04:05:21.049 INFO O| Aug 03 04:05:21.049 INFO STEP 28 (remove_files) COMPLETE |
3924 | 2024-08-03T04:05:22.872Z | [ recovery-image] Aug 03 04:05:21.049 INFO O| Aug 03 04:05:21.049 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3925 | 2024-08-03T04:05:22.879Z | [ recovery-image] Aug 03 04:05:21.058 INFO O| Aug 03 04:05:21.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/crle" |
3926 | 2024-08-03T04:05:22.879Z | [ recovery-image] Aug 03 04:05:21.058 INFO O| Aug 03 04:05:21.058 INFO STEP 29 (remove_files) COMPLETE |
3927 | 2024-08-03T04:05:22.882Z | [ recovery-image] Aug 03 04:05:21.058 INFO O| Aug 03 04:05:21.058 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3928 | 2024-08-03T04:05:22.888Z | [ recovery-image] Aug 03 04:05:21.068 INFO O| Aug 03 04:05:21.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl" |
3929 | 2024-08-03T04:05:22.888Z | [ recovery-image] Aug 03 04:05:21.068 INFO O| Aug 03 04:05:21.068 INFO STEP 30 (remove_files) COMPLETE |
3930 | 2024-08-03T04:05:22.891Z | [ recovery-image] Aug 03 04:05:21.068 INFO O| Aug 03 04:05:21.068 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3931 | 2024-08-03T04:05:22.898Z | [ recovery-image] Aug 03 04:05:21.077 INFO O| Aug 03 04:05:21.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/curl-config" |
3932 | 2024-08-03T04:05:22.898Z | [ recovery-image] Aug 03 04:05:21.077 INFO O| Aug 03 04:05:21.077 INFO STEP 31 (remove_files) COMPLETE |
3933 | 2024-08-03T04:05:22.898Z | [ recovery-image] Aug 03 04:05:21.077 INFO O| Aug 03 04:05:21.077 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3934 | 2024-08-03T04:05:22.907Z | [ recovery-image] Aug 03 04:05:21.086 INFO O| Aug 03 04:05:21.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/decrypt" |
3935 | 2024-08-03T04:05:22.910Z | [ recovery-image] Aug 03 04:05:21.087 INFO O| Aug 03 04:05:21.087 INFO STEP 32 (remove_files) COMPLETE |
3936 | 2024-08-03T04:05:22.910Z | [ recovery-image] Aug 03 04:05:21.087 INFO O| Aug 03 04:05:21.087 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3937 | 2024-08-03T04:05:22.917Z | [ recovery-image] Aug 03 04:05:21.096 INFO O| Aug 03 04:05:21.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/digest" |
3938 | 2024-08-03T04:05:22.920Z | [ recovery-image] Aug 03 04:05:21.097 INFO O| Aug 03 04:05:21.097 INFO STEP 33 (remove_files) COMPLETE |
3939 | 2024-08-03T04:05:22.920Z | [ recovery-image] Aug 03 04:05:21.097 INFO O| Aug 03 04:05:21.097 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3940 | 2024-08-03T04:05:22.928Z | [ recovery-image] Aug 03 04:05:21.107 INFO O| Aug 03 04:05:21.107 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/elfwrap" |
3941 | 2024-08-03T04:05:22.928Z | [ recovery-image] Aug 03 04:05:21.107 INFO O| Aug 03 04:05:21.107 INFO STEP 34 (remove_files) COMPLETE |
3942 | 2024-08-03T04:05:22.931Z | [ recovery-image] Aug 03 04:05:21.107 INFO O| Aug 03 04:05:21.107 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3943 | 2024-08-03T04:05:22.936Z | [ recovery-image] Aug 03 04:05:21.116 INFO O| Aug 03 04:05:21.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/encrypt" |
3944 | 2024-08-03T04:05:22.937Z | [ recovery-image] Aug 03 04:05:21.116 INFO O| Aug 03 04:05:21.116 INFO STEP 35 (remove_files) COMPLETE |
3945 | 2024-08-03T04:05:22.939Z | [ recovery-image] Aug 03 04:05:21.116 INFO O| Aug 03 04:05:21.116 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3946 | 2024-08-03T04:05:22.947Z | [ recovery-image] Aug 03 04:05:21.125 INFO O| Aug 03 04:05:21.125 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gclear" |
3947 | 2024-08-03T04:05:22.947Z | [ recovery-image] Aug 03 04:05:21.125 INFO O| Aug 03 04:05:21.125 INFO STEP 36 (remove_files) COMPLETE |
3948 | 2024-08-03T04:05:22.951Z | [ recovery-image] Aug 03 04:05:21.125 INFO O| Aug 03 04:05:21.125 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3949 | 2024-08-03T04:05:22.955Z | [ recovery-image] Aug 03 04:05:21.134 INFO O| Aug 03 04:05:21.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gcore" |
3950 | 2024-08-03T04:05:22.957Z | [ recovery-image] Aug 03 04:05:21.134 INFO O| Aug 03 04:05:21.134 INFO STEP 37 (remove_files) COMPLETE |
3951 | 2024-08-03T04:05:22.957Z | [ recovery-image] Aug 03 04:05:21.134 INFO O| Aug 03 04:05:21.134 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3952 | 2024-08-03T04:05:22.964Z | [ recovery-image] Aug 03 04:05:21.143 INFO O| Aug 03 04:05:21.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ginfocmp" |
3953 | 2024-08-03T04:05:22.964Z | [ recovery-image] Aug 03 04:05:21.143 INFO O| Aug 03 04:05:21.143 INFO STEP 38 (remove_files) COMPLETE |
3954 | 2024-08-03T04:05:22.964Z | [ recovery-image] Aug 03 04:05:21.143 INFO O| Aug 03 04:05:21.143 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3955 | 2024-08-03T04:05:22.973Z | [ recovery-image] Aug 03 04:05:21.152 INFO O| Aug 03 04:05:21.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtabs" |
3956 | 2024-08-03T04:05:22.973Z | [ recovery-image] Aug 03 04:05:21.152 INFO O| Aug 03 04:05:21.152 INFO STEP 39 (remove_files) COMPLETE |
3957 | 2024-08-03T04:05:22.973Z | [ recovery-image] Aug 03 04:05:21.152 INFO O| Aug 03 04:05:21.152 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3958 | 2024-08-03T04:05:22.982Z | [ recovery-image] Aug 03 04:05:21.161 INFO O| Aug 03 04:05:21.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtic" |
3959 | 2024-08-03T04:05:22.982Z | [ recovery-image] Aug 03 04:05:21.161 INFO O| Aug 03 04:05:21.161 INFO STEP 40 (remove_files) COMPLETE |
3960 | 2024-08-03T04:05:22.985Z | [ recovery-image] Aug 03 04:05:21.161 INFO O| Aug 03 04:05:21.161 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3961 | 2024-08-03T04:05:22.991Z | [ recovery-image] Aug 03 04:05:21.170 INFO O| Aug 03 04:05:21.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtoe" |
3962 | 2024-08-03T04:05:22.991Z | [ recovery-image] Aug 03 04:05:21.170 INFO O| Aug 03 04:05:21.170 INFO STEP 41 (remove_files) COMPLETE |
3963 | 2024-08-03T04:05:22.991Z | [ recovery-image] Aug 03 04:05:21.171 INFO O| Aug 03 04:05:21.170 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3964 | 2024-08-03T04:05:23.001Z | [ recovery-image] Aug 03 04:05:21.180 INFO O| Aug 03 04:05:21.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtput" |
3965 | 2024-08-03T04:05:23.004Z | [ recovery-image] Aug 03 04:05:21.180 INFO O| Aug 03 04:05:21.180 INFO STEP 42 (remove_files) COMPLETE |
3966 | 2024-08-03T04:05:23.004Z | [ recovery-image] Aug 03 04:05:21.180 INFO O| Aug 03 04:05:21.180 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3967 | 2024-08-03T04:05:23.010Z | [ recovery-image] Aug 03 04:05:21.189 INFO O| Aug 03 04:05:21.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/gtset" |
3968 | 2024-08-03T04:05:23.010Z | [ recovery-image] Aug 03 04:05:21.189 INFO O| Aug 03 04:05:21.189 INFO STEP 43 (remove_files) COMPLETE |
3969 | 2024-08-03T04:05:23.010Z | [ recovery-image] Aug 03 04:05:21.189 INFO O| Aug 03 04:05:21.189 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3970 | 2024-08-03T04:05:23.019Z | [ recovery-image] Aug 03 04:05:21.198 INFO O| Aug 03 04:05:21.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/idn" |
3971 | 2024-08-03T04:05:23.019Z | [ recovery-image] Aug 03 04:05:21.198 INFO O| Aug 03 04:05:21.198 INFO STEP 44 (remove_files) COMPLETE |
3972 | 2024-08-03T04:05:23.022Z | [ recovery-image] Aug 03 04:05:21.198 INFO O| Aug 03 04:05:21.198 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3973 | 2024-08-03T04:05:23.028Z | [ recovery-image] Aug 03 04:05:21.207 INFO O| Aug 03 04:05:21.207 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ksh93" |
3974 | 2024-08-03T04:05:23.031Z | [ recovery-image] Aug 03 04:05:21.208 INFO O| Aug 03 04:05:21.208 INFO STEP 45 (remove_files) COMPLETE |
3975 | 2024-08-03T04:05:23.031Z | [ recovery-image] Aug 03 04:05:21.208 INFO O| Aug 03 04:05:21.208 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3976 | 2024-08-03T04:05:23.038Z | [ recovery-image] Aug 03 04:05:21.217 INFO O| Aug 03 04:05:21.217 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ls" |
3977 | 2024-08-03T04:05:23.038Z | [ recovery-image] Aug 03 04:05:21.217 INFO O| Aug 03 04:05:21.217 INFO STEP 46 (remove_files) COMPLETE |
3978 | 2024-08-03T04:05:23.039Z | [ recovery-image] Aug 03 04:05:21.217 INFO O| Aug 03 04:05:21.217 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3979 | 2024-08-03T04:05:23.047Z | [ recovery-image] Aug 03 04:05:21.226 INFO O| Aug 03 04:05:21.226 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mac" |
3980 | 2024-08-03T04:05:23.050Z | [ recovery-image] Aug 03 04:05:21.227 INFO O| Aug 03 04:05:21.227 INFO STEP 47 (remove_files) COMPLETE |
3981 | 2024-08-03T04:05:23.050Z | [ recovery-image] Aug 03 04:05:21.227 INFO O| Aug 03 04:05:21.227 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3982 | 2024-08-03T04:05:23.057Z | [ recovery-image] Aug 03 04:05:21.237 INFO O| Aug 03 04:05:21.237 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/mdb" |
3983 | 2024-08-03T04:05:23.057Z | [ recovery-image] Aug 03 04:05:21.237 INFO O| Aug 03 04:05:21.237 INFO STEP 48 (remove_files) COMPLETE |
3984 | 2024-08-03T04:05:23.057Z | [ recovery-image] Aug 03 04:05:21.237 INFO O| Aug 03 04:05:21.237 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3985 | 2024-08-03T04:05:23.067Z | [ recovery-image] Aug 03 04:05:21.246 INFO O| Aug 03 04:05:21.246 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/moe" |
3986 | 2024-08-03T04:05:23.067Z | [ recovery-image] Aug 03 04:05:21.246 INFO O| Aug 03 04:05:21.246 INFO STEP 49 (remove_files) COMPLETE |
3987 | 2024-08-03T04:05:23.070Z | [ recovery-image] Aug 03 04:05:21.246 INFO O| Aug 03 04:05:21.246 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3988 | 2024-08-03T04:05:23.076Z | [ recovery-image] Aug 03 04:05:21.256 INFO O| Aug 03 04:05:21.255 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ncurses6-config" |
3989 | 2024-08-03T04:05:23.076Z | [ recovery-image] Aug 03 04:05:21.256 INFO O| Aug 03 04:05:21.256 INFO STEP 50 (remove_files) COMPLETE |
3990 | 2024-08-03T04:05:23.076Z | [ recovery-image] Aug 03 04:05:21.256 INFO O| Aug 03 04:05:21.256 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3991 | 2024-08-03T04:05:23.086Z | [ recovery-image] Aug 03 04:05:21.265 INFO O| Aug 03 04:05:21.265 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/newtask" |
3992 | 2024-08-03T04:05:23.086Z | [ recovery-image] Aug 03 04:05:21.265 INFO O| Aug 03 04:05:21.265 INFO STEP 51 (remove_files) COMPLETE |
3993 | 2024-08-03T04:05:23.086Z | [ recovery-image] Aug 03 04:05:21.265 INFO O| Aug 03 04:05:21.265 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3994 | 2024-08-03T04:05:23.095Z | [ recovery-image] Aug 03 04:05:21.274 INFO O| Aug 03 04:05:21.274 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/nohup" |
3995 | 2024-08-03T04:05:23.098Z | [ recovery-image] Aug 03 04:05:21.275 INFO O| Aug 03 04:05:21.275 INFO STEP 52 (remove_files) COMPLETE |
3996 | 2024-08-03T04:05:23.098Z | [ recovery-image] Aug 03 04:05:21.275 INFO O| Aug 03 04:05:21.275 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
3997 | 2024-08-03T04:05:23.105Z | [ recovery-image] Aug 03 04:05:21.284 INFO O| Aug 03 04:05:21.284 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pargs" |
3998 | 2024-08-03T04:05:23.108Z | [ recovery-image] Aug 03 04:05:21.285 INFO O| Aug 03 04:05:21.285 INFO STEP 53 (remove_files) COMPLETE |
3999 | 2024-08-03T04:05:23.108Z | [ recovery-image] Aug 03 04:05:21.285 INFO O| Aug 03 04:05:21.285 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4000 | 2024-08-03T04:05:23.117Z | [ recovery-image] Aug 03 04:05:21.297 INFO O| Aug 03 04:05:21.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pauxv" |
4001 | 2024-08-03T04:05:23.117Z | [ recovery-image] Aug 03 04:05:21.297 INFO O| Aug 03 04:05:21.297 INFO STEP 54 (remove_files) COMPLETE |
4002 | 2024-08-03T04:05:23.117Z | [ recovery-image] Aug 03 04:05:21.297 INFO O| Aug 03 04:05:21.297 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4003 | 2024-08-03T04:05:23.129Z | [ recovery-image] Aug 03 04:05:21.308 INFO O| Aug 03 04:05:21.308 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcap-config" |
4004 | 2024-08-03T04:05:23.129Z | [ recovery-image] Aug 03 04:05:21.308 INFO O| Aug 03 04:05:21.308 INFO STEP 55 (remove_files) COMPLETE |
4005 | 2024-08-03T04:05:23.132Z | [ recovery-image] Aug 03 04:05:21.308 INFO O| Aug 03 04:05:21.308 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4006 | 2024-08-03T04:05:23.139Z | [ recovery-image] Aug 03 04:05:21.318 INFO O| Aug 03 04:05:21.318 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre-config" |
4007 | 2024-08-03T04:05:23.141Z | [ recovery-image] Aug 03 04:05:21.318 INFO O| Aug 03 04:05:21.318 INFO STEP 56 (remove_files) COMPLETE |
4008 | 2024-08-03T04:05:23.142Z | [ recovery-image] Aug 03 04:05:21.318 INFO O| Aug 03 04:05:21.318 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4009 | 2024-08-03T04:05:23.151Z | [ recovery-image] Aug 03 04:05:21.328 INFO O| Aug 03 04:05:21.328 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2-config" |
4010 | 2024-08-03T04:05:23.151Z | [ recovery-image] Aug 03 04:05:21.329 INFO O| Aug 03 04:05:21.329 INFO STEP 57 (remove_files) COMPLETE |
4011 | 2024-08-03T04:05:23.151Z | [ recovery-image] Aug 03 04:05:21.329 INFO O| Aug 03 04:05:21.329 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4012 | 2024-08-03T04:05:23.160Z | [ recovery-image] Aug 03 04:05:21.339 INFO O| Aug 03 04:05:21.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2grep" |
4013 | 2024-08-03T04:05:23.160Z | [ recovery-image] Aug 03 04:05:21.339 INFO O| Aug 03 04:05:21.339 INFO STEP 58 (remove_files) COMPLETE |
4014 | 2024-08-03T04:05:23.160Z | [ recovery-image] Aug 03 04:05:21.340 INFO O| Aug 03 04:05:21.339 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4015 | 2024-08-03T04:05:23.171Z | [ recovery-image] Aug 03 04:05:21.350 INFO O| Aug 03 04:05:21.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcre2test" |
4016 | 2024-08-03T04:05:23.171Z | [ recovery-image] Aug 03 04:05:21.350 INFO O| Aug 03 04:05:21.350 INFO STEP 59 (remove_files) COMPLETE |
4017 | 2024-08-03T04:05:23.174Z | [ recovery-image] Aug 03 04:05:21.350 INFO O| Aug 03 04:05:21.350 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4018 | 2024-08-03T04:05:23.181Z | [ recovery-image] Aug 03 04:05:21.361 INFO O| Aug 03 04:05:21.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcred" |
4019 | 2024-08-03T04:05:23.181Z | [ recovery-image] Aug 03 04:05:21.361 INFO O| Aug 03 04:05:21.361 INFO STEP 60 (remove_files) COMPLETE |
4020 | 2024-08-03T04:05:23.184Z | [ recovery-image] Aug 03 04:05:21.361 INFO O| Aug 03 04:05:21.361 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4021 | 2024-08-03T04:05:23.191Z | [ recovery-image] Aug 03 04:05:21.370 INFO O| Aug 03 04:05:21.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcregrep" |
4022 | 2024-08-03T04:05:23.194Z | [ recovery-image] Aug 03 04:05:21.371 INFO O| Aug 03 04:05:21.371 INFO STEP 61 (remove_files) COMPLETE |
4023 | 2024-08-03T04:05:23.194Z | [ recovery-image] Aug 03 04:05:21.371 INFO O| Aug 03 04:05:21.371 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4024 | 2024-08-03T04:05:23.201Z | [ recovery-image] Aug 03 04:05:21.380 INFO O| Aug 03 04:05:21.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pcretest" |
4025 | 2024-08-03T04:05:23.204Z | [ recovery-image] Aug 03 04:05:21.380 INFO O| Aug 03 04:05:21.380 INFO STEP 62 (remove_files) COMPLETE |
4026 | 2024-08-03T04:05:23.204Z | [ recovery-image] Aug 03 04:05:21.381 INFO O| Aug 03 04:05:21.380 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4027 | 2024-08-03T04:05:23.211Z | [ recovery-image] Aug 03 04:05:21.390 INFO O| Aug 03 04:05:21.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/penv" |
4028 | 2024-08-03T04:05:23.211Z | [ recovery-image] Aug 03 04:05:21.390 INFO O| Aug 03 04:05:21.390 INFO STEP 63 (remove_files) COMPLETE |
4029 | 2024-08-03T04:05:23.213Z | [ recovery-image] Aug 03 04:05:21.390 INFO O| Aug 03 04:05:21.390 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4030 | 2024-08-03T04:05:23.220Z | [ recovery-image] Aug 03 04:05:21.399 INFO O| Aug 03 04:05:21.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pfiles" |
4031 | 2024-08-03T04:05:23.223Z | [ recovery-image] Aug 03 04:05:21.399 INFO O| Aug 03 04:05:21.399 INFO STEP 64 (remove_files) COMPLETE |
4032 | 2024-08-03T04:05:23.223Z | [ recovery-image] Aug 03 04:05:21.399 INFO O| Aug 03 04:05:21.399 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4033 | 2024-08-03T04:05:23.229Z | [ recovery-image] Aug 03 04:05:21.409 INFO O| Aug 03 04:05:21.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pflags" |
4034 | 2024-08-03T04:05:23.229Z | [ recovery-image] Aug 03 04:05:21.409 INFO O| Aug 03 04:05:21.409 INFO STEP 65 (remove_files) COMPLETE |
4035 | 2024-08-03T04:05:23.229Z | [ recovery-image] Aug 03 04:05:21.409 INFO O| Aug 03 04:05:21.409 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4036 | 2024-08-03T04:05:23.242Z | [ recovery-image] Aug 03 04:05:21.419 INFO O| Aug 03 04:05:21.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pldd" |
4037 | 2024-08-03T04:05:23.246Z | [ recovery-image] Aug 03 04:05:21.419 INFO O| Aug 03 04:05:21.419 INFO STEP 66 (remove_files) COMPLETE |
4038 | 2024-08-03T04:05:23.246Z | [ recovery-image] Aug 03 04:05:21.419 INFO O| Aug 03 04:05:21.419 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4039 | 2024-08-03T04:05:23.249Z | [ recovery-image] Aug 03 04:05:21.428 INFO O| Aug 03 04:05:21.428 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plgrp" |
4040 | 2024-08-03T04:05:23.249Z | [ recovery-image] Aug 03 04:05:21.428 INFO O| Aug 03 04:05:21.428 INFO STEP 67 (remove_files) COMPLETE |
4041 | 2024-08-03T04:05:23.249Z | [ recovery-image] Aug 03 04:05:21.428 INFO O| Aug 03 04:05:21.428 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4042 | 2024-08-03T04:05:23.259Z | [ recovery-image] Aug 03 04:05:21.438 INFO O| Aug 03 04:05:21.438 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/plimit" |
4043 | 2024-08-03T04:05:23.262Z | [ recovery-image] Aug 03 04:05:21.438 INFO O| Aug 03 04:05:21.438 INFO STEP 68 (remove_files) COMPLETE |
4044 | 2024-08-03T04:05:23.262Z | [ recovery-image] Aug 03 04:05:21.438 INFO O| Aug 03 04:05:21.438 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4045 | 2024-08-03T04:05:23.268Z | [ recovery-image] Aug 03 04:05:21.447 INFO O| Aug 03 04:05:21.447 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmadvise" |
4046 | 2024-08-03T04:05:23.268Z | [ recovery-image] Aug 03 04:05:21.447 INFO O| Aug 03 04:05:21.447 INFO STEP 69 (remove_files) COMPLETE |
4047 | 2024-08-03T04:05:23.268Z | [ recovery-image] Aug 03 04:05:21.447 INFO O| Aug 03 04:05:21.447 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4048 | 2024-08-03T04:05:23.277Z | [ recovery-image] Aug 03 04:05:21.456 INFO O| Aug 03 04:05:21.456 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pmap" |
4049 | 2024-08-03T04:05:23.277Z | [ recovery-image] Aug 03 04:05:21.456 INFO O| Aug 03 04:05:21.456 INFO STEP 70 (remove_files) COMPLETE |
4050 | 2024-08-03T04:05:23.277Z | [ recovery-image] Aug 03 04:05:21.456 INFO O| Aug 03 04:05:21.456 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4051 | 2024-08-03T04:05:23.286Z | [ recovery-image] Aug 03 04:05:21.465 INFO O| Aug 03 04:05:21.465 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppgsz" |
4052 | 2024-08-03T04:05:23.286Z | [ recovery-image] Aug 03 04:05:21.465 INFO O| Aug 03 04:05:21.465 INFO STEP 71 (remove_files) COMPLETE |
4053 | 2024-08-03T04:05:23.289Z | [ recovery-image] Aug 03 04:05:21.465 INFO O| Aug 03 04:05:21.465 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4054 | 2024-08-03T04:05:23.295Z | [ recovery-image] Aug 03 04:05:21.474 INFO O| Aug 03 04:05:21.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ppriv" |
4055 | 2024-08-03T04:05:23.295Z | [ recovery-image] Aug 03 04:05:21.475 INFO O| Aug 03 04:05:21.475 INFO STEP 72 (remove_files) COMPLETE |
4056 | 2024-08-03T04:05:23.296Z | [ recovery-image] Aug 03 04:05:21.475 INFO O| Aug 03 04:05:21.475 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4057 | 2024-08-03T04:05:23.305Z | [ recovery-image] Aug 03 04:05:21.484 INFO O| Aug 03 04:05:21.484 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prctl" |
4058 | 2024-08-03T04:05:23.305Z | [ recovery-image] Aug 03 04:05:21.484 INFO O| Aug 03 04:05:21.484 INFO STEP 73 (remove_files) COMPLETE |
4059 | 2024-08-03T04:05:23.305Z | [ recovery-image] Aug 03 04:05:21.484 INFO O| Aug 03 04:05:21.484 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4060 | 2024-08-03T04:05:23.314Z | [ recovery-image] Aug 03 04:05:21.493 INFO O| Aug 03 04:05:21.493 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/preap" |
4061 | 2024-08-03T04:05:23.314Z | [ recovery-image] Aug 03 04:05:21.493 INFO O| Aug 03 04:05:21.493 INFO STEP 74 (remove_files) COMPLETE |
4062 | 2024-08-03T04:05:23.314Z | [ recovery-image] Aug 03 04:05:21.493 INFO O| Aug 03 04:05:21.493 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4063 | 2024-08-03T04:05:23.323Z | [ recovery-image] Aug 03 04:05:21.502 INFO O| Aug 03 04:05:21.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prstat" |
4064 | 2024-08-03T04:05:23.323Z | [ recovery-image] Aug 03 04:05:21.502 INFO O| Aug 03 04:05:21.502 INFO STEP 75 (remove_files) COMPLETE |
4065 | 2024-08-03T04:05:23.326Z | [ recovery-image] Aug 03 04:05:21.502 INFO O| Aug 03 04:05:21.502 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4066 | 2024-08-03T04:05:23.333Z | [ recovery-image] Aug 03 04:05:21.512 INFO O| Aug 03 04:05:21.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/prun" |
4067 | 2024-08-03T04:05:23.335Z | [ recovery-image] Aug 03 04:05:21.512 INFO O| Aug 03 04:05:21.512 INFO STEP 76 (remove_files) COMPLETE |
4068 | 2024-08-03T04:05:23.335Z | [ recovery-image] Aug 03 04:05:21.512 INFO O| Aug 03 04:05:21.512 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4069 | 2024-08-03T04:05:23.342Z | [ recovery-image] Aug 03 04:05:21.521 INFO O| Aug 03 04:05:21.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psecflags" |
4070 | 2024-08-03T04:05:23.345Z | [ recovery-image] Aug 03 04:05:21.522 INFO O| Aug 03 04:05:21.522 INFO STEP 77 (remove_files) COMPLETE |
4071 | 2024-08-03T04:05:23.345Z | [ recovery-image] Aug 03 04:05:21.522 INFO O| Aug 03 04:05:21.522 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4072 | 2024-08-03T04:05:23.352Z | [ recovery-image] Aug 03 04:05:21.531 INFO O| Aug 03 04:05:21.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/psig" |
4073 | 2024-08-03T04:05:23.352Z | [ recovery-image] Aug 03 04:05:21.531 INFO O| Aug 03 04:05:21.531 INFO STEP 78 (remove_files) COMPLETE |
4074 | 2024-08-03T04:05:23.355Z | [ recovery-image] Aug 03 04:05:21.531 INFO O| Aug 03 04:05:21.531 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4075 | 2024-08-03T04:05:23.361Z | [ recovery-image] Aug 03 04:05:21.540 INFO O| Aug 03 04:05:21.540 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstack" |
4076 | 2024-08-03T04:05:23.361Z | [ recovery-image] Aug 03 04:05:21.540 INFO O| Aug 03 04:05:21.540 INFO STEP 79 (remove_files) COMPLETE |
4077 | 2024-08-03T04:05:23.361Z | [ recovery-image] Aug 03 04:05:21.540 INFO O| Aug 03 04:05:21.540 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4078 | 2024-08-03T04:05:23.370Z | [ recovery-image] Aug 03 04:05:21.549 INFO O| Aug 03 04:05:21.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pstop" |
4079 | 2024-08-03T04:05:23.370Z | [ recovery-image] Aug 03 04:05:21.549 INFO O| Aug 03 04:05:21.549 INFO STEP 80 (remove_files) COMPLETE |
4080 | 2024-08-03T04:05:23.373Z | [ recovery-image] Aug 03 04:05:21.549 INFO O| Aug 03 04:05:21.549 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4081 | 2024-08-03T04:05:23.379Z | [ recovery-image] Aug 03 04:05:21.558 INFO O| Aug 03 04:05:21.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptime" |
4082 | 2024-08-03T04:05:23.379Z | [ recovery-image] Aug 03 04:05:21.559 INFO O| Aug 03 04:05:21.559 INFO STEP 81 (remove_files) COMPLETE |
4083 | 2024-08-03T04:05:23.379Z | [ recovery-image] Aug 03 04:05:21.559 INFO O| Aug 03 04:05:21.559 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4084 | 2024-08-03T04:05:23.389Z | [ recovery-image] Aug 03 04:05:21.568 INFO O| Aug 03 04:05:21.568 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/ptree" |
4085 | 2024-08-03T04:05:23.389Z | [ recovery-image] Aug 03 04:05:21.568 INFO O| Aug 03 04:05:21.568 INFO STEP 82 (remove_files) COMPLETE |
4086 | 2024-08-03T04:05:23.389Z | [ recovery-image] Aug 03 04:05:21.568 INFO O| Aug 03 04:05:21.568 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4087 | 2024-08-03T04:05:23.399Z | [ recovery-image] Aug 03 04:05:21.577 INFO O| Aug 03 04:05:21.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwait" |
4088 | 2024-08-03T04:05:23.399Z | [ recovery-image] Aug 03 04:05:21.577 INFO O| Aug 03 04:05:21.577 INFO STEP 83 (remove_files) COMPLETE |
4089 | 2024-08-03T04:05:23.401Z | [ recovery-image] Aug 03 04:05:21.577 INFO O| Aug 03 04:05:21.577 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4090 | 2024-08-03T04:05:23.407Z | [ recovery-image] Aug 03 04:05:21.586 INFO O| Aug 03 04:05:21.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/pwdx" |
4091 | 2024-08-03T04:05:23.407Z | [ recovery-image] Aug 03 04:05:21.586 INFO O| Aug 03 04:05:21.586 INFO STEP 84 (remove_files) COMPLETE |
4092 | 2024-08-03T04:05:23.407Z | [ recovery-image] Aug 03 04:05:21.586 INFO O| Aug 03 04:05:21.586 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4093 | 2024-08-03T04:05:23.416Z | [ recovery-image] Aug 03 04:05:21.596 INFO O| Aug 03 04:05:21.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh" |
4094 | 2024-08-03T04:05:23.417Z | [ recovery-image] Aug 03 04:05:21.596 INFO O| Aug 03 04:05:21.596 INFO STEP 85 (remove_files) COMPLETE |
4095 | 2024-08-03T04:05:23.419Z | [ recovery-image] Aug 03 04:05:21.596 INFO O| Aug 03 04:05:21.596 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4096 | 2024-08-03T04:05:23.426Z | [ recovery-image] Aug 03 04:05:21.605 INFO O| Aug 03 04:05:21.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/rksh93" |
4097 | 2024-08-03T04:05:23.426Z | [ recovery-image] Aug 03 04:05:21.605 INFO O| Aug 03 04:05:21.605 INFO STEP 86 (remove_files) COMPLETE |
4098 | 2024-08-03T04:05:23.426Z | [ recovery-image] Aug 03 04:05:21.605 INFO O| Aug 03 04:05:21.605 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4099 | 2024-08-03T04:05:23.435Z | [ recovery-image] Aug 03 04:05:21.614 INFO O| Aug 03 04:05:21.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/sqlite3" |
4100 | 2024-08-03T04:05:23.435Z | [ recovery-image] Aug 03 04:05:21.614 INFO O| Aug 03 04:05:21.614 INFO STEP 87 (remove_files) COMPLETE |
4101 | 2024-08-03T04:05:23.435Z | [ recovery-image] Aug 03 04:05:21.615 INFO O| Aug 03 04:05:21.614 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4102 | 2024-08-03T04:05:23.444Z | [ recovery-image] Aug 03 04:05:21.624 INFO O| Aug 03 04:05:21.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/strings" |
4103 | 2024-08-03T04:05:23.445Z | [ recovery-image] Aug 03 04:05:21.624 INFO O| Aug 03 04:05:21.624 INFO STEP 88 (remove_files) COMPLETE |
4104 | 2024-08-03T04:05:23.445Z | [ recovery-image] Aug 03 04:05:21.624 INFO O| Aug 03 04:05:21.624 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4105 | 2024-08-03T04:05:23.454Z | [ recovery-image] Aug 03 04:05:21.633 INFO O| Aug 03 04:05:21.633 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xml2-config" |
4106 | 2024-08-03T04:05:23.457Z | [ recovery-image] Aug 03 04:05:21.633 INFO O| Aug 03 04:05:21.633 INFO STEP 89 (remove_files) COMPLETE |
4107 | 2024-08-03T04:05:23.457Z | [ recovery-image] Aug 03 04:05:21.633 INFO O| Aug 03 04:05:21.633 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4108 | 2024-08-03T04:05:23.463Z | [ recovery-image] Aug 03 04:05:21.642 INFO O| Aug 03 04:05:21.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmlcatalog" |
4109 | 2024-08-03T04:05:23.463Z | [ recovery-image] Aug 03 04:05:21.642 INFO O| Aug 03 04:05:21.642 INFO STEP 90 (remove_files) COMPLETE |
4110 | 2024-08-03T04:05:23.463Z | [ recovery-image] Aug 03 04:05:21.642 INFO O| Aug 03 04:05:21.642 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4111 | 2024-08-03T04:05:23.473Z | [ recovery-image] Aug 03 04:05:21.652 INFO O| Aug 03 04:05:21.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amd64/xmllint" |
4112 | 2024-08-03T04:05:23.476Z | [ recovery-image] Aug 03 04:05:21.652 INFO O| Aug 03 04:05:21.652 INFO STEP 91 (remove_files) COMPLETE |
4113 | 2024-08-03T04:05:23.476Z | [ recovery-image] Aug 03 04:05:21.652 INFO O| Aug 03 04:05:21.652 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4114 | 2024-08-03T04:05:23.483Z | [ recovery-image] Aug 03 04:05:21.662 INFO O| Aug 03 04:05:21.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/amt" |
4115 | 2024-08-03T04:05:23.483Z | [ recovery-image] Aug 03 04:05:21.662 INFO O| Aug 03 04:05:21.662 INFO STEP 92 (remove_files) COMPLETE |
4116 | 2024-08-03T04:05:23.483Z | [ recovery-image] Aug 03 04:05:21.662 INFO O| Aug 03 04:05:21.662 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4117 | 2024-08-03T04:05:23.492Z | [ recovery-image] Aug 03 04:05:21.671 INFO O| Aug 03 04:05:21.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/arch" |
4118 | 2024-08-03T04:05:23.492Z | [ recovery-image] Aug 03 04:05:21.671 INFO O| Aug 03 04:05:21.671 INFO STEP 93 (remove_files) COMPLETE |
4119 | 2024-08-03T04:05:23.495Z | [ recovery-image] Aug 03 04:05:21.672 INFO O| Aug 03 04:05:21.671 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4120 | 2024-08-03T04:05:23.502Z | [ recovery-image] Aug 03 04:05:21.681 INFO O| Aug 03 04:05:21.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/asa" |
4121 | 2024-08-03T04:05:23.505Z | [ recovery-image] Aug 03 04:05:21.681 INFO O| Aug 03 04:05:21.681 INFO STEP 94 (remove_files) COMPLETE |
4122 | 2024-08-03T04:05:23.505Z | [ recovery-image] Aug 03 04:05:21.681 INFO O| Aug 03 04:05:21.681 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4123 | 2024-08-03T04:05:23.512Z | [ recovery-image] Aug 03 04:05:21.691 INFO O| Aug 03 04:05:21.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/at" |
4124 | 2024-08-03T04:05:23.512Z | [ recovery-image] Aug 03 04:05:21.691 INFO O| Aug 03 04:05:21.691 INFO STEP 95 (remove_files) COMPLETE |
4125 | 2024-08-03T04:05:23.512Z | [ recovery-image] Aug 03 04:05:21.691 INFO O| Aug 03 04:05:21.691 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4126 | 2024-08-03T04:05:23.522Z | [ recovery-image] Aug 03 04:05:21.701 INFO O| Aug 03 04:05:21.701 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atq" |
4127 | 2024-08-03T04:05:23.522Z | [ recovery-image] Aug 03 04:05:21.701 INFO O| Aug 03 04:05:21.701 INFO STEP 96 (remove_files) COMPLETE |
4128 | 2024-08-03T04:05:23.526Z | [ recovery-image] Aug 03 04:05:21.701 INFO O| Aug 03 04:05:21.701 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4129 | 2024-08-03T04:05:23.532Z | [ recovery-image] Aug 03 04:05:21.711 INFO O| Aug 03 04:05:21.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/atrm" |
4130 | 2024-08-03T04:05:23.532Z | [ recovery-image] Aug 03 04:05:21.711 INFO O| Aug 03 04:05:21.711 INFO STEP 97 (remove_files) COMPLETE |
4131 | 2024-08-03T04:05:23.532Z | [ recovery-image] Aug 03 04:05:21.711 INFO O| Aug 03 04:05:21.711 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4132 | 2024-08-03T04:05:23.542Z | [ recovery-image] Aug 03 04:05:21.721 INFO O| Aug 03 04:05:21.721 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/auths" |
4133 | 2024-08-03T04:05:23.542Z | [ recovery-image] Aug 03 04:05:21.721 INFO O| Aug 03 04:05:21.721 INFO STEP 98 (remove_files) COMPLETE |
4134 | 2024-08-03T04:05:23.542Z | [ recovery-image] Aug 03 04:05:21.721 INFO O| Aug 03 04:05:21.721 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4135 | 2024-08-03T04:05:23.552Z | [ recovery-image] Aug 03 04:05:21.731 INFO O| Aug 03 04:05:21.731 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/banner" |
4136 | 2024-08-03T04:05:23.552Z | [ recovery-image] Aug 03 04:05:21.731 INFO O| Aug 03 04:05:21.731 INFO STEP 99 (remove_files) COMPLETE |
4137 | 2024-08-03T04:05:23.552Z | [ recovery-image] Aug 03 04:05:21.731 INFO O| Aug 03 04:05:21.731 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4138 | 2024-08-03T04:05:23.561Z | [ recovery-image] Aug 03 04:05:21.740 INFO O| Aug 03 04:05:21.740 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bashbug" |
4139 | 2024-08-03T04:05:23.564Z | [ recovery-image] Aug 03 04:05:21.740 INFO O| Aug 03 04:05:21.740 INFO STEP 100 (remove_files) COMPLETE |
4140 | 2024-08-03T04:05:23.564Z | [ recovery-image] Aug 03 04:05:21.740 INFO O| Aug 03 04:05:21.740 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4141 | 2024-08-03T04:05:23.570Z | [ recovery-image] Aug 03 04:05:21.750 INFO O| Aug 03 04:05:21.750 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/batch" |
4142 | 2024-08-03T04:05:23.570Z | [ recovery-image] Aug 03 04:05:21.750 INFO O| Aug 03 04:05:21.750 INFO STEP 101 (remove_files) COMPLETE |
4143 | 2024-08-03T04:05:23.573Z | [ recovery-image] Aug 03 04:05:21.750 INFO O| Aug 03 04:05:21.750 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4144 | 2024-08-03T04:05:23.580Z | [ recovery-image] Aug 03 04:05:21.760 INFO O| Aug 03 04:05:21.760 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bc" |
4145 | 2024-08-03T04:05:23.580Z | [ recovery-image] Aug 03 04:05:21.760 INFO O| Aug 03 04:05:21.760 INFO STEP 102 (remove_files) COMPLETE |
4146 | 2024-08-03T04:05:23.583Z | [ recovery-image] Aug 03 04:05:21.760 INFO O| Aug 03 04:05:21.760 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4147 | 2024-08-03T04:05:23.590Z | [ recovery-image] Aug 03 04:05:21.769 INFO O| Aug 03 04:05:21.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bdiff" |
4148 | 2024-08-03T04:05:23.593Z | [ recovery-image] Aug 03 04:05:21.769 INFO O| Aug 03 04:05:21.769 INFO STEP 103 (remove_files) COMPLETE |
4149 | 2024-08-03T04:05:23.593Z | [ recovery-image] Aug 03 04:05:21.769 INFO O| Aug 03 04:05:21.769 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4150 | 2024-08-03T04:05:23.600Z | [ recovery-image] Aug 03 04:05:21.778 INFO O| Aug 03 04:05:21.778 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bg" |
4151 | 2024-08-03T04:05:23.600Z | [ recovery-image] Aug 03 04:05:21.778 INFO O| Aug 03 04:05:21.778 INFO STEP 104 (remove_files) COMPLETE |
4152 | 2024-08-03T04:05:23.600Z | [ recovery-image] Aug 03 04:05:21.778 INFO O| Aug 03 04:05:21.778 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4153 | 2024-08-03T04:05:23.608Z | [ recovery-image] Aug 03 04:05:21.788 INFO O| Aug 03 04:05:21.787 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/brotli" |
4154 | 2024-08-03T04:05:23.608Z | [ recovery-image] Aug 03 04:05:21.788 INFO O| Aug 03 04:05:21.788 INFO STEP 105 (remove_files) COMPLETE |
4155 | 2024-08-03T04:05:23.611Z | [ recovery-image] Aug 03 04:05:21.788 INFO O| Aug 03 04:05:21.788 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4156 | 2024-08-03T04:05:23.617Z | [ recovery-image] Aug 03 04:05:21.797 INFO O| Aug 03 04:05:21.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bunzip2" |
4157 | 2024-08-03T04:05:23.618Z | [ recovery-image] Aug 03 04:05:21.797 INFO O| Aug 03 04:05:21.797 INFO STEP 106 (remove_files) COMPLETE |
4158 | 2024-08-03T04:05:23.620Z | [ recovery-image] Aug 03 04:05:21.797 INFO O| Aug 03 04:05:21.797 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4159 | 2024-08-03T04:05:23.627Z | [ recovery-image] Aug 03 04:05:21.806 INFO O| Aug 03 04:05:21.806 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/busstat" |
4160 | 2024-08-03T04:05:23.630Z | [ recovery-image] Aug 03 04:05:21.807 INFO O| Aug 03 04:05:21.807 INFO STEP 107 (remove_files) COMPLETE |
4161 | 2024-08-03T04:05:23.630Z | [ recovery-image] Aug 03 04:05:21.807 INFO O| Aug 03 04:05:21.807 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4162 | 2024-08-03T04:05:23.637Z | [ recovery-image] Aug 03 04:05:21.816 INFO O| Aug 03 04:05:21.816 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzcat" |
4163 | 2024-08-03T04:05:23.637Z | [ recovery-image] Aug 03 04:05:21.816 INFO O| Aug 03 04:05:21.816 INFO STEP 108 (remove_files) COMPLETE |
4164 | 2024-08-03T04:05:23.637Z | [ recovery-image] Aug 03 04:05:21.816 INFO O| Aug 03 04:05:21.816 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4165 | 2024-08-03T04:05:23.646Z | [ recovery-image] Aug 03 04:05:21.825 INFO O| Aug 03 04:05:21.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzdiff" |
4166 | 2024-08-03T04:05:23.646Z | [ recovery-image] Aug 03 04:05:21.826 INFO O| Aug 03 04:05:21.826 INFO STEP 109 (remove_files) COMPLETE |
4167 | 2024-08-03T04:05:23.646Z | [ recovery-image] Aug 03 04:05:21.826 INFO O| Aug 03 04:05:21.826 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4168 | 2024-08-03T04:05:23.656Z | [ recovery-image] Aug 03 04:05:21.835 INFO O| Aug 03 04:05:21.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzgrep" |
4169 | 2024-08-03T04:05:23.656Z | [ recovery-image] Aug 03 04:05:21.835 INFO O| Aug 03 04:05:21.835 INFO STEP 110 (remove_files) COMPLETE |
4170 | 2024-08-03T04:05:23.656Z | [ recovery-image] Aug 03 04:05:21.835 INFO O| Aug 03 04:05:21.835 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4171 | 2024-08-03T04:05:23.665Z | [ recovery-image] Aug 03 04:05:21.844 INFO O| Aug 03 04:05:21.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2" |
4172 | 2024-08-03T04:05:23.668Z | [ recovery-image] Aug 03 04:05:21.844 INFO O| Aug 03 04:05:21.844 INFO STEP 111 (remove_files) COMPLETE |
4173 | 2024-08-03T04:05:23.668Z | [ recovery-image] Aug 03 04:05:21.844 INFO O| Aug 03 04:05:21.844 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4174 | 2024-08-03T04:05:23.674Z | [ recovery-image] Aug 03 04:05:21.854 INFO O| Aug 03 04:05:21.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzip2recover" |
4175 | 2024-08-03T04:05:23.674Z | [ recovery-image] Aug 03 04:05:21.854 INFO O| Aug 03 04:05:21.854 INFO STEP 112 (remove_files) COMPLETE |
4176 | 2024-08-03T04:05:23.677Z | [ recovery-image] Aug 03 04:05:21.854 INFO O| Aug 03 04:05:21.854 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4177 | 2024-08-03T04:05:23.684Z | [ recovery-image] Aug 03 04:05:21.863 INFO O| Aug 03 04:05:21.863 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/bzmore" |
4178 | 2024-08-03T04:05:23.684Z | [ recovery-image] Aug 03 04:05:21.863 INFO O| Aug 03 04:05:21.863 INFO STEP 113 (remove_files) COMPLETE |
4179 | 2024-08-03T04:05:23.688Z | [ recovery-image] Aug 03 04:05:21.863 INFO O| Aug 03 04:05:21.863 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4180 | 2024-08-03T04:05:23.693Z | [ recovery-image] Aug 03 04:05:21.872 INFO O| Aug 03 04:05:21.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cal" |
4181 | 2024-08-03T04:05:23.693Z | [ recovery-image] Aug 03 04:05:21.872 INFO O| Aug 03 04:05:21.872 INFO STEP 114 (remove_files) COMPLETE |
4182 | 2024-08-03T04:05:23.696Z | [ recovery-image] Aug 03 04:05:21.872 INFO O| Aug 03 04:05:21.872 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4183 | 2024-08-03T04:05:23.702Z | [ recovery-image] Aug 03 04:05:21.881 INFO O| Aug 03 04:05:21.881 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/captoinfo" |
4184 | 2024-08-03T04:05:23.702Z | [ recovery-image] Aug 03 04:05:21.881 INFO O| Aug 03 04:05:21.881 INFO STEP 115 (remove_files) COMPLETE |
4185 | 2024-08-03T04:05:23.705Z | [ recovery-image] Aug 03 04:05:21.881 INFO O| Aug 03 04:05:21.881 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4186 | 2024-08-03T04:05:23.711Z | [ recovery-image] Aug 03 04:05:21.891 INFO O| Aug 03 04:05:21.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cd" |
4187 | 2024-08-03T04:05:23.711Z | [ recovery-image] Aug 03 04:05:21.891 INFO O| Aug 03 04:05:21.891 INFO STEP 116 (remove_files) COMPLETE |
4188 | 2024-08-03T04:05:23.712Z | [ recovery-image] Aug 03 04:05:21.891 INFO O| Aug 03 04:05:21.891 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4189 | 2024-08-03T04:05:23.720Z | [ host-image] Aug 03 04:05:21.899 INFO O| Aug 03 04:05:21.899 INFO O| Done |
4190 | 2024-08-03T04:05:23.723Z | [ recovery-image] Aug 03 04:05:21.900 INFO O| Aug 03 04:05:21.900 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/certutil" |
4191 | 2024-08-03T04:05:23.723Z | [ recovery-image] Aug 03 04:05:21.900 INFO O| Aug 03 04:05:21.900 INFO STEP 117 (remove_files) COMPLETE |
4192 | 2024-08-03T04:05:23.723Z | [ recovery-image] Aug 03 04:05:21.900 INFO O| Aug 03 04:05:21.900 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4193 | 2024-08-03T04:05:23.731Z | [ recovery-image] Aug 03 04:05:21.910 INFO O| Aug 03 04:05:21.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/checkbandwidth" |
4194 | 2024-08-03T04:05:23.731Z | [ recovery-image] Aug 03 04:05:21.910 INFO O| Aug 03 04:05:21.910 INFO STEP 118 (remove_files) COMPLETE |
4195 | 2024-08-03T04:05:23.734Z | [ recovery-image] Aug 03 04:05:21.910 INFO O| Aug 03 04:05:21.910 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4196 | 2024-08-03T04:05:23.740Z | [ recovery-image] Aug 03 04:05:21.920 INFO O| Aug 03 04:05:21.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chgrp" |
4197 | 2024-08-03T04:05:23.744Z | [ recovery-image] Aug 03 04:05:21.920 INFO O| Aug 03 04:05:21.920 INFO STEP 119 (remove_files) COMPLETE |
4198 | 2024-08-03T04:05:23.744Z | [ recovery-image] Aug 03 04:05:21.920 INFO O| Aug 03 04:05:21.920 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4199 | 2024-08-03T04:05:23.744Z | [ host-image] Aug 03 04:05:21.923 INFO O| Aug 03 04:05:21.922 INFO O| Done |
4200 | 2024-08-03T04:05:23.744Z | [ host-image] Aug 03 04:05:21.923 INFO O| Aug 03 04:05:21.923 INFO O| Done |
4201 | 2024-08-03T04:05:23.751Z | [ recovery-image] Aug 03 04:05:21.930 INFO O| Aug 03 04:05:21.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/chronyc" |
4202 | 2024-08-03T04:05:23.755Z | [ recovery-image] Aug 03 04:05:21.930 INFO O| Aug 03 04:05:21.930 INFO STEP 120 (remove_files) COMPLETE |
4203 | 2024-08-03T04:05:23.755Z | [ recovery-image] Aug 03 04:05:21.930 INFO O| Aug 03 04:05:21.930 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4204 | 2024-08-03T04:05:23.761Z | [ host-image] Aug 03 04:05:21.937 INFO O| Aug 03 04:05:21.937 INFO O| Done |
4205 | 2024-08-03T04:05:23.761Z | [ recovery-image] Aug 03 04:05:21.939 INFO O| Aug 03 04:05:21.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckdate" |
4206 | 2024-08-03T04:05:23.761Z | [ recovery-image] Aug 03 04:05:21.940 INFO O| Aug 03 04:05:21.940 INFO STEP 121 (remove_files) COMPLETE |
4207 | 2024-08-03T04:05:23.761Z | [ recovery-image] Aug 03 04:05:21.940 INFO O| Aug 03 04:05:21.940 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4208 | 2024-08-03T04:05:23.770Z | [ recovery-image] Aug 03 04:05:21.949 INFO O| Aug 03 04:05:21.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckgid" |
4209 | 2024-08-03T04:05:23.770Z | [ recovery-image] Aug 03 04:05:21.949 INFO O| Aug 03 04:05:21.949 INFO STEP 122 (remove_files) COMPLETE |
4210 | 2024-08-03T04:05:23.772Z | [ recovery-image] Aug 03 04:05:21.949 INFO O| Aug 03 04:05:21.949 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4211 | 2024-08-03T04:05:23.780Z | [ recovery-image] Aug 03 04:05:21.959 INFO O| Aug 03 04:05:21.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckint" |
4212 | 2024-08-03T04:05:23.780Z | [ recovery-image] Aug 03 04:05:21.959 INFO O| Aug 03 04:05:21.959 INFO STEP 123 (remove_files) COMPLETE |
4213 | 2024-08-03T04:05:23.783Z | [ recovery-image] Aug 03 04:05:21.959 INFO O| Aug 03 04:05:21.959 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4214 | 2024-08-03T04:05:23.790Z | [ recovery-image] Aug 03 04:05:21.969 INFO O| Aug 03 04:05:21.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckitem" |
4215 | 2024-08-03T04:05:23.790Z | [ recovery-image] Aug 03 04:05:21.969 INFO O| Aug 03 04:05:21.969 INFO STEP 124 (remove_files) COMPLETE |
4216 | 2024-08-03T04:05:23.790Z | [ recovery-image] Aug 03 04:05:21.969 INFO O| Aug 03 04:05:21.969 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4217 | 2024-08-03T04:05:23.799Z | [ recovery-image] Aug 03 04:05:21.979 INFO O| Aug 03 04:05:21.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckkeywd" |
4218 | 2024-08-03T04:05:23.802Z | [ recovery-image] Aug 03 04:05:21.979 INFO O| Aug 03 04:05:21.979 INFO STEP 125 (remove_files) COMPLETE |
4219 | 2024-08-03T04:05:23.802Z | [ recovery-image] Aug 03 04:05:21.979 INFO O| Aug 03 04:05:21.979 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4220 | 2024-08-03T04:05:23.809Z | [ recovery-image] Aug 03 04:05:21.988 INFO O| Aug 03 04:05:21.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckpath" |
4221 | 2024-08-03T04:05:23.809Z | [ recovery-image] Aug 03 04:05:21.988 INFO O| Aug 03 04:05:21.988 INFO STEP 126 (remove_files) COMPLETE |
4222 | 2024-08-03T04:05:23.812Z | [ recovery-image] Aug 03 04:05:21.988 INFO O| Aug 03 04:05:21.988 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4223 | 2024-08-03T04:05:23.819Z | [ recovery-image] Aug 03 04:05:21.998 INFO O| Aug 03 04:05:21.998 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckrange" |
4224 | 2024-08-03T04:05:23.819Z | [ recovery-image] Aug 03 04:05:21.998 INFO O| Aug 03 04:05:21.998 INFO STEP 127 (remove_files) COMPLETE |
4225 | 2024-08-03T04:05:23.822Z | [ recovery-image] Aug 03 04:05:21.998 INFO O| Aug 03 04:05:21.998 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4226 | 2024-08-03T04:05:23.828Z | [ recovery-image] Aug 03 04:05:22.008 INFO O| Aug 03 04:05:22.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckstr" |
4227 | 2024-08-03T04:05:23.828Z | [ recovery-image] Aug 03 04:05:22.008 INFO O| Aug 03 04:05:22.008 INFO STEP 128 (remove_files) COMPLETE |
4228 | 2024-08-03T04:05:23.828Z | [ recovery-image] Aug 03 04:05:22.008 INFO O| Aug 03 04:05:22.008 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4229 | 2024-08-03T04:05:23.838Z | [ recovery-image] Aug 03 04:05:22.017 INFO O| Aug 03 04:05:22.017 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cksum" |
4230 | 2024-08-03T04:05:23.838Z | [ recovery-image] Aug 03 04:05:22.017 INFO O| Aug 03 04:05:22.017 INFO STEP 129 (remove_files) COMPLETE |
4231 | 2024-08-03T04:05:23.841Z | [ recovery-image] Aug 03 04:05:22.017 INFO O| Aug 03 04:05:22.017 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4232 | 2024-08-03T04:05:23.847Z | [ recovery-image] Aug 03 04:05:22.027 INFO O| Aug 03 04:05:22.026 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cktime" |
4233 | 2024-08-03T04:05:23.847Z | [ recovery-image] Aug 03 04:05:22.027 INFO O| Aug 03 04:05:22.027 INFO STEP 130 (remove_files) COMPLETE |
4234 | 2024-08-03T04:05:23.847Z | [ recovery-image] Aug 03 04:05:22.027 INFO O| Aug 03 04:05:22.027 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4235 | 2024-08-03T04:05:23.854Z | [ host-image] Aug 03 04:05:22.033 INFO O| Aug 03 04:05:22.033 INFO STEP 12 (pkg_install) COMPLETE |
4236 | 2024-08-03T04:05:23.854Z | [ host-image] Aug 03 04:05:22.033 INFO O| Aug 03 04:05:22.033 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
4237 | 2024-08-03T04:05:23.857Z | [ recovery-image] Aug 03 04:05:22.036 INFO O| Aug 03 04:05:22.036 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckuid" |
4238 | 2024-08-03T04:05:23.857Z | [ recovery-image] Aug 03 04:05:22.036 INFO O| Aug 03 04:05:22.036 INFO STEP 131 (remove_files) COMPLETE |
4239 | 2024-08-03T04:05:23.860Z | [ recovery-image] Aug 03 04:05:22.036 INFO O| Aug 03 04:05:22.036 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4240 | 2024-08-03T04:05:23.864Z | [ host-image] Aug 03 04:05:22.043 INFO O| Aug 03 04:05:22.043 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
4241 | 2024-08-03T04:05:23.867Z | [ recovery-image] Aug 03 04:05:22.046 INFO O| Aug 03 04:05:22.046 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ckyorn" |
4242 | 2024-08-03T04:05:23.867Z | [ recovery-image] Aug 03 04:05:22.046 INFO O| Aug 03 04:05:22.046 INFO STEP 132 (remove_files) COMPLETE |
4243 | 2024-08-03T04:05:23.867Z | [ recovery-image] Aug 03 04:05:22.046 INFO O| Aug 03 04:05:22.046 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4244 | 2024-08-03T04:05:23.877Z | [ recovery-image] Aug 03 04:05:22.056 INFO O| Aug 03 04:05:22.056 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/clear" |
4245 | 2024-08-03T04:05:23.877Z | [ recovery-image] Aug 03 04:05:22.056 INFO O| Aug 03 04:05:22.056 INFO STEP 133 (remove_files) COMPLETE |
4246 | 2024-08-03T04:05:23.880Z | [ recovery-image] Aug 03 04:05:22.056 INFO O| Aug 03 04:05:22.056 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4247 | 2024-08-03T04:05:23.888Z | [ recovery-image] Aug 03 04:05:22.067 INFO O| Aug 03 04:05:22.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cmp" |
4248 | 2024-08-03T04:05:23.891Z | [ recovery-image] Aug 03 04:05:22.067 INFO O| Aug 03 04:05:22.067 INFO STEP 134 (remove_files) COMPLETE |
4249 | 2024-08-03T04:05:23.891Z | [ recovery-image] Aug 03 04:05:22.067 INFO O| Aug 03 04:05:22.067 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4250 | 2024-08-03T04:05:23.898Z | [ recovery-image] Aug 03 04:05:22.077 INFO O| Aug 03 04:05:22.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/col" |
4251 | 2024-08-03T04:05:23.898Z | [ recovery-image] Aug 03 04:05:22.078 INFO O| Aug 03 04:05:22.078 INFO STEP 135 (remove_files) COMPLETE |
4252 | 2024-08-03T04:05:23.901Z | [ recovery-image] Aug 03 04:05:22.078 INFO O| Aug 03 04:05:22.078 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4253 | 2024-08-03T04:05:23.908Z | [ recovery-image] Aug 03 04:05:22.087 INFO O| Aug 03 04:05:22.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/comm" |
4254 | 2024-08-03T04:05:23.908Z | [ recovery-image] Aug 03 04:05:22.087 INFO O| Aug 03 04:05:22.087 INFO STEP 136 (remove_files) COMPLETE |
4255 | 2024-08-03T04:05:23.911Z | [ recovery-image] Aug 03 04:05:22.087 INFO O| Aug 03 04:05:22.087 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4256 | 2024-08-03T04:05:23.917Z | [ recovery-image] Aug 03 04:05:22.096 INFO O| Aug 03 04:05:22.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/command" |
4257 | 2024-08-03T04:05:23.917Z | [ recovery-image] Aug 03 04:05:22.096 INFO O| Aug 03 04:05:22.096 INFO STEP 137 (remove_files) COMPLETE |
4258 | 2024-08-03T04:05:23.920Z | [ recovery-image] Aug 03 04:05:22.096 INFO O| Aug 03 04:05:22.096 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4259 | 2024-08-03T04:05:23.926Z | [ recovery-image] Aug 03 04:05:22.105 INFO O| Aug 03 04:05:22.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/compress" |
4260 | 2024-08-03T04:05:23.926Z | [ recovery-image] Aug 03 04:05:22.106 INFO O| Aug 03 04:05:22.106 INFO STEP 138 (remove_files) COMPLETE |
4261 | 2024-08-03T04:05:23.926Z | [ recovery-image] Aug 03 04:05:22.106 INFO O| Aug 03 04:05:22.106 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4262 | 2024-08-03T04:05:23.938Z | [ recovery-image] Aug 03 04:05:22.115 INFO O| Aug 03 04:05:22.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/connstat" |
4263 | 2024-08-03T04:05:23.938Z | [ recovery-image] Aug 03 04:05:22.115 INFO O| Aug 03 04:05:22.115 INFO STEP 139 (remove_files) COMPLETE |
4264 | 2024-08-03T04:05:23.942Z | [ recovery-image] Aug 03 04:05:22.115 INFO O| Aug 03 04:05:22.115 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4265 | 2024-08-03T04:05:23.945Z | [ recovery-image] Aug 03 04:05:22.124 INFO O| Aug 03 04:05:22.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cpio" |
4266 | 2024-08-03T04:05:23.945Z | [ recovery-image] Aug 03 04:05:22.124 INFO O| Aug 03 04:05:22.124 INFO STEP 140 (remove_files) COMPLETE |
4267 | 2024-08-03T04:05:23.948Z | [ recovery-image] Aug 03 04:05:22.124 INFO O| Aug 03 04:05:22.124 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4268 | 2024-08-03T04:05:23.955Z | [ recovery-image] Aug 03 04:05:22.134 INFO O| Aug 03 04:05:22.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/cputrack" |
4269 | 2024-08-03T04:05:23.955Z | [ recovery-image] Aug 03 04:05:22.134 INFO O| Aug 03 04:05:22.134 INFO STEP 141 (remove_files) COMPLETE |
4270 | 2024-08-03T04:05:23.958Z | [ recovery-image] Aug 03 04:05:22.134 INFO O| Aug 03 04:05:22.134 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4271 | 2024-08-03T04:05:23.964Z | [ recovery-image] Aug 03 04:05:22.143 INFO O| Aug 03 04:05:22.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crle" |
4272 | 2024-08-03T04:05:23.964Z | [ recovery-image] Aug 03 04:05:22.143 INFO O| Aug 03 04:05:22.143 INFO STEP 142 (remove_files) COMPLETE |
4273 | 2024-08-03T04:05:23.967Z | [ recovery-image] Aug 03 04:05:22.143 INFO O| Aug 03 04:05:22.143 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4274 | 2024-08-03T04:05:23.973Z | [ recovery-image] Aug 03 04:05:22.153 INFO O| Aug 03 04:05:22.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crontab" |
4275 | 2024-08-03T04:05:23.973Z | [ recovery-image] Aug 03 04:05:22.153 INFO O| Aug 03 04:05:22.153 INFO STEP 143 (remove_files) COMPLETE |
4276 | 2024-08-03T04:05:23.976Z | [ recovery-image] Aug 03 04:05:22.153 INFO O| Aug 03 04:05:22.153 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4277 | 2024-08-03T04:05:23.983Z | [ recovery-image] Aug 03 04:05:22.162 INFO O| Aug 03 04:05:22.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/crypt" |
4278 | 2024-08-03T04:05:23.983Z | [ recovery-image] Aug 03 04:05:22.162 INFO O| Aug 03 04:05:22.162 INFO STEP 144 (remove_files) COMPLETE |
4279 | 2024-08-03T04:05:23.986Z | [ recovery-image] Aug 03 04:05:22.162 INFO O| Aug 03 04:05:22.162 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4280 | 2024-08-03T04:05:23.993Z | [ recovery-image] Aug 03 04:05:22.172 INFO O| Aug 03 04:05:22.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csh" |
4281 | 2024-08-03T04:05:23.993Z | [ recovery-image] Aug 03 04:05:22.172 INFO O| Aug 03 04:05:22.172 INFO STEP 145 (remove_files) COMPLETE |
4282 | 2024-08-03T04:05:23.993Z | [ recovery-image] Aug 03 04:05:22.172 INFO O| Aug 03 04:05:22.172 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4283 | 2024-08-03T04:05:24.002Z | [ recovery-image] Aug 03 04:05:22.181 INFO O| Aug 03 04:05:22.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/csplit" |
4284 | 2024-08-03T04:05:24.007Z | [ recovery-image] Aug 03 04:05:22.182 INFO O| Aug 03 04:05:22.182 INFO STEP 146 (remove_files) COMPLETE |
4285 | 2024-08-03T04:05:24.007Z | [ recovery-image] Aug 03 04:05:22.182 INFO O| Aug 03 04:05:22.182 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4286 | 2024-08-03T04:05:24.015Z | [ recovery-image] Aug 03 04:05:22.191 INFO O| Aug 03 04:05:22.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl" |
4287 | 2024-08-03T04:05:24.015Z | [ recovery-image] Aug 03 04:05:22.191 INFO O| Aug 03 04:05:22.191 INFO STEP 147 (remove_files) COMPLETE |
4288 | 2024-08-03T04:05:24.019Z | [ recovery-image] Aug 03 04:05:22.191 INFO O| Aug 03 04:05:22.191 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4289 | 2024-08-03T04:05:24.022Z | [ recovery-image] Aug 03 04:05:22.201 INFO O| Aug 03 04:05:22.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/curl-config" |
4290 | 2024-08-03T04:05:24.022Z | [ recovery-image] Aug 03 04:05:22.201 INFO O| Aug 03 04:05:22.201 INFO STEP 148 (remove_files) COMPLETE |
4291 | 2024-08-03T04:05:24.022Z | [ recovery-image] Aug 03 04:05:22.201 INFO O| Aug 03 04:05:22.201 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4292 | 2024-08-03T04:05:24.031Z | [ recovery-image] Aug 03 04:05:22.210 INFO O| Aug 03 04:05:22.210 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dc" |
4293 | 2024-08-03T04:05:24.031Z | [ recovery-image] Aug 03 04:05:22.210 INFO O| Aug 03 04:05:22.210 INFO STEP 149 (remove_files) COMPLETE |
4294 | 2024-08-03T04:05:24.034Z | [ recovery-image] Aug 03 04:05:22.210 INFO O| Aug 03 04:05:22.210 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4295 | 2024-08-03T04:05:24.041Z | [ recovery-image] Aug 03 04:05:22.220 INFO O| Aug 03 04:05:22.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/decrypt" |
4296 | 2024-08-03T04:05:24.041Z | [ recovery-image] Aug 03 04:05:22.220 INFO O| Aug 03 04:05:22.220 INFO STEP 150 (remove_files) COMPLETE |
4297 | 2024-08-03T04:05:24.041Z | [ recovery-image] Aug 03 04:05:22.220 INFO O| Aug 03 04:05:22.220 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4298 | 2024-08-03T04:05:24.050Z | [ recovery-image] Aug 03 04:05:22.229 INFO O| Aug 03 04:05:22.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devattr" |
4299 | 2024-08-03T04:05:24.050Z | [ recovery-image] Aug 03 04:05:22.229 INFO O| Aug 03 04:05:22.229 INFO STEP 151 (remove_files) COMPLETE |
4300 | 2024-08-03T04:05:24.050Z | [ recovery-image] Aug 03 04:05:22.229 INFO O| Aug 03 04:05:22.229 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4301 | 2024-08-03T04:05:24.059Z | [ recovery-image] Aug 03 04:05:22.238 INFO O| Aug 03 04:05:22.238 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devfree" |
4302 | 2024-08-03T04:05:24.062Z | [ recovery-image] Aug 03 04:05:22.239 INFO O| Aug 03 04:05:22.239 INFO STEP 152 (remove_files) COMPLETE |
4303 | 2024-08-03T04:05:24.062Z | [ recovery-image] Aug 03 04:05:22.239 INFO O| Aug 03 04:05:22.239 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4304 | 2024-08-03T04:05:24.070Z | [ recovery-image] Aug 03 04:05:22.249 INFO O| Aug 03 04:05:22.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/devreserv" |
4305 | 2024-08-03T04:05:24.072Z | [ recovery-image] Aug 03 04:05:22.250 INFO O| Aug 03 04:05:22.250 INFO STEP 153 (remove_files) COMPLETE |
4306 | 2024-08-03T04:05:24.072Z | [ recovery-image] Aug 03 04:05:22.250 INFO O| Aug 03 04:05:22.250 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4307 | 2024-08-03T04:05:24.080Z | [ recovery-image] Aug 03 04:05:22.259 INFO O| Aug 03 04:05:22.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diff3" |
4308 | 2024-08-03T04:05:24.080Z | [ recovery-image] Aug 03 04:05:22.259 INFO O| Aug 03 04:05:22.259 INFO STEP 154 (remove_files) COMPLETE |
4309 | 2024-08-03T04:05:24.083Z | [ recovery-image] Aug 03 04:05:22.259 INFO O| Aug 03 04:05:22.259 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4310 | 2024-08-03T04:05:24.089Z | [ recovery-image] Aug 03 04:05:22.268 INFO O| Aug 03 04:05:22.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/digest" |
4311 | 2024-08-03T04:05:24.089Z | [ recovery-image] Aug 03 04:05:22.268 INFO O| Aug 03 04:05:22.268 INFO STEP 155 (remove_files) COMPLETE |
4312 | 2024-08-03T04:05:24.092Z | [ recovery-image] Aug 03 04:05:22.268 INFO O| Aug 03 04:05:22.268 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4313 | 2024-08-03T04:05:24.098Z | [ recovery-image] Aug 03 04:05:22.278 INFO O| Aug 03 04:05:22.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dircmp" |
4314 | 2024-08-03T04:05:24.098Z | [ recovery-image] Aug 03 04:05:22.278 INFO O| Aug 03 04:05:22.278 INFO STEP 156 (remove_files) COMPLETE |
4315 | 2024-08-03T04:05:24.101Z | [ recovery-image] Aug 03 04:05:22.278 INFO O| Aug 03 04:05:22.278 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4316 | 2024-08-03T04:05:24.108Z | [ recovery-image] Aug 03 04:05:22.287 INFO O| Aug 03 04:05:22.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dirname" |
4317 | 2024-08-03T04:05:24.111Z | [ recovery-image] Aug 03 04:05:22.288 INFO O| Aug 03 04:05:22.288 INFO STEP 157 (remove_files) COMPLETE |
4318 | 2024-08-03T04:05:24.111Z | [ recovery-image] Aug 03 04:05:22.288 INFO O| Aug 03 04:05:22.288 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4319 | 2024-08-03T04:05:24.118Z | [ recovery-image] Aug 03 04:05:22.297 INFO O| Aug 03 04:05:22.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskinfo" |
4320 | 2024-08-03T04:05:24.118Z | [ recovery-image] Aug 03 04:05:22.297 INFO O| Aug 03 04:05:22.297 INFO STEP 158 (remove_files) COMPLETE |
4321 | 2024-08-03T04:05:24.121Z | [ recovery-image] Aug 03 04:05:22.297 INFO O| Aug 03 04:05:22.297 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4322 | 2024-08-03T04:05:24.127Z | [ recovery-image] Aug 03 04:05:22.306 INFO O| Aug 03 04:05:22.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/diskscan" |
4323 | 2024-08-03T04:05:24.130Z | [ recovery-image] Aug 03 04:05:22.307 INFO O| Aug 03 04:05:22.307 INFO STEP 159 (remove_files) COMPLETE |
4324 | 2024-08-03T04:05:24.130Z | [ recovery-image] Aug 03 04:05:22.307 INFO O| Aug 03 04:05:22.307 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4325 | 2024-08-03T04:05:24.137Z | [ recovery-image] Aug 03 04:05:22.316 INFO O| Aug 03 04:05:22.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispgid" |
4326 | 2024-08-03T04:05:24.137Z | [ recovery-image] Aug 03 04:05:22.316 INFO O| Aug 03 04:05:22.316 INFO STEP 160 (remove_files) COMPLETE |
4327 | 2024-08-03T04:05:24.137Z | [ recovery-image] Aug 03 04:05:22.316 INFO O| Aug 03 04:05:22.316 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4328 | 2024-08-03T04:05:24.146Z | [ recovery-image] Aug 03 04:05:22.325 INFO O| Aug 03 04:05:22.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dispuid" |
4329 | 2024-08-03T04:05:24.146Z | [ recovery-image] Aug 03 04:05:22.325 INFO O| Aug 03 04:05:22.325 INFO STEP 161 (remove_files) COMPLETE |
4330 | 2024-08-03T04:05:24.149Z | [ recovery-image] Aug 03 04:05:22.325 INFO O| Aug 03 04:05:22.325 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4331 | 2024-08-03T04:05:24.155Z | [ recovery-image] Aug 03 04:05:22.334 INFO O| Aug 03 04:05:22.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dos2unix" |
4332 | 2024-08-03T04:05:24.155Z | [ recovery-image] Aug 03 04:05:22.334 INFO O| Aug 03 04:05:22.334 INFO STEP 162 (remove_files) COMPLETE |
4333 | 2024-08-03T04:05:24.158Z | [ recovery-image] Aug 03 04:05:22.334 INFO O| Aug 03 04:05:22.334 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4334 | 2024-08-03T04:05:24.165Z | [ recovery-image] Aug 03 04:05:22.344 INFO O| Aug 03 04:05:22.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/du" |
4335 | 2024-08-03T04:05:24.165Z | [ recovery-image] Aug 03 04:05:22.344 INFO O| Aug 03 04:05:22.344 INFO STEP 163 (remove_files) COMPLETE |
4336 | 2024-08-03T04:05:24.168Z | [ recovery-image] Aug 03 04:05:22.344 INFO O| Aug 03 04:05:22.344 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4337 | 2024-08-03T04:05:24.175Z | [ recovery-image] Aug 03 04:05:22.355 INFO O| Aug 03 04:05:22.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpcs" |
4338 | 2024-08-03T04:05:24.175Z | [ recovery-image] Aug 03 04:05:22.355 INFO O| Aug 03 04:05:22.355 INFO STEP 164 (remove_files) COMPLETE |
4339 | 2024-08-03T04:05:24.176Z | [ recovery-image] Aug 03 04:05:22.355 INFO O| Aug 03 04:05:22.355 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4340 | 2024-08-03T04:05:24.187Z | [ recovery-image] Aug 03 04:05:22.366 INFO O| Aug 03 04:05:22.366 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/dumpkeys" |
4341 | 2024-08-03T04:05:24.187Z | [ recovery-image] Aug 03 04:05:22.366 INFO O| Aug 03 04:05:22.366 INFO STEP 165 (remove_files) COMPLETE |
4342 | 2024-08-03T04:05:24.187Z | [ recovery-image] Aug 03 04:05:22.366 INFO O| Aug 03 04:05:22.366 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4343 | 2024-08-03T04:05:24.197Z | [ recovery-image] Aug 03 04:05:22.376 INFO O| Aug 03 04:05:22.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/edit" |
4344 | 2024-08-03T04:05:24.201Z | [ recovery-image] Aug 03 04:05:22.377 INFO O| Aug 03 04:05:22.377 INFO STEP 166 (remove_files) COMPLETE |
4345 | 2024-08-03T04:05:24.201Z | [ recovery-image] Aug 03 04:05:22.377 INFO O| Aug 03 04:05:22.377 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4346 | 2024-08-03T04:05:24.207Z | [ recovery-image] Aug 03 04:05:22.386 INFO O| Aug 03 04:05:22.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/eject" |
4347 | 2024-08-03T04:05:24.207Z | [ recovery-image] Aug 03 04:05:22.386 INFO O| Aug 03 04:05:22.386 INFO STEP 167 (remove_files) COMPLETE |
4348 | 2024-08-03T04:05:24.210Z | [ recovery-image] Aug 03 04:05:22.386 INFO O| Aug 03 04:05:22.386 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4349 | 2024-08-03T04:05:24.217Z | [ recovery-image] Aug 03 04:05:22.396 INFO O| Aug 03 04:05:22.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfsign" |
4350 | 2024-08-03T04:05:24.217Z | [ recovery-image] Aug 03 04:05:22.396 INFO O| Aug 03 04:05:22.396 INFO STEP 168 (remove_files) COMPLETE |
4351 | 2024-08-03T04:05:24.217Z | [ recovery-image] Aug 03 04:05:22.396 INFO O| Aug 03 04:05:22.396 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4352 | 2024-08-03T04:05:24.226Z | [ recovery-image] Aug 03 04:05:22.405 INFO O| Aug 03 04:05:22.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/elfwrap" |
4353 | 2024-08-03T04:05:24.226Z | [ recovery-image] Aug 03 04:05:22.405 INFO O| Aug 03 04:05:22.405 INFO STEP 169 (remove_files) COMPLETE |
4354 | 2024-08-03T04:05:24.229Z | [ recovery-image] Aug 03 04:05:22.405 INFO O| Aug 03 04:05:22.405 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4355 | 2024-08-03T04:05:24.236Z | [ recovery-image] Aug 03 04:05:22.415 INFO O| Aug 03 04:05:22.415 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encode_keychange" |
4356 | 2024-08-03T04:05:24.239Z | [ recovery-image] Aug 03 04:05:22.415 INFO O| Aug 03 04:05:22.415 INFO STEP 170 (remove_files) COMPLETE |
4357 | 2024-08-03T04:05:24.239Z | [ recovery-image] Aug 03 04:05:22.415 INFO O| Aug 03 04:05:22.415 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4358 | 2024-08-03T04:05:24.246Z | [ recovery-image] Aug 03 04:05:22.425 INFO O| Aug 03 04:05:22.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/encrypt" |
4359 | 2024-08-03T04:05:24.246Z | [ recovery-image] Aug 03 04:05:22.425 INFO O| Aug 03 04:05:22.425 INFO STEP 171 (remove_files) COMPLETE |
4360 | 2024-08-03T04:05:24.249Z | [ recovery-image] Aug 03 04:05:22.425 INFO O| Aug 03 04:05:22.425 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4361 | 2024-08-03T04:05:24.255Z | [ recovery-image] Aug 03 04:05:22.435 INFO O| Aug 03 04:05:22.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/enhance" |
4362 | 2024-08-03T04:05:24.255Z | [ recovery-image] Aug 03 04:05:22.435 INFO O| Aug 03 04:05:22.435 INFO STEP 172 (remove_files) COMPLETE |
4363 | 2024-08-03T04:05:24.255Z | [ recovery-image] Aug 03 04:05:22.435 INFO O| Aug 03 04:05:22.435 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4364 | 2024-08-03T04:05:24.265Z | [ recovery-image] Aug 03 04:05:22.444 INFO O| Aug 03 04:05:22.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/env" |
4365 | 2024-08-03T04:05:24.265Z | [ recovery-image] Aug 03 04:05:22.444 INFO O| Aug 03 04:05:22.444 INFO STEP 173 (remove_files) COMPLETE |
4366 | 2024-08-03T04:05:24.268Z | [ recovery-image] Aug 03 04:05:22.444 INFO O| Aug 03 04:05:22.444 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4367 | 2024-08-03T04:05:24.274Z | [ recovery-image] Aug 03 04:05:22.453 INFO O| Aug 03 04:05:22.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/etdump" |
4368 | 2024-08-03T04:05:24.274Z | [ recovery-image] Aug 03 04:05:22.454 INFO O| Aug 03 04:05:22.453 INFO STEP 174 (remove_files) COMPLETE |
4369 | 2024-08-03T04:05:24.274Z | [ recovery-image] Aug 03 04:05:22.454 INFO O| Aug 03 04:05:22.454 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4370 | 2024-08-03T04:05:24.283Z | [ recovery-image] Aug 03 04:05:22.463 INFO O| Aug 03 04:05:22.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/expand" |
4371 | 2024-08-03T04:05:24.283Z | [ recovery-image] Aug 03 04:05:22.463 INFO O| Aug 03 04:05:22.463 INFO STEP 175 (remove_files) COMPLETE |
4372 | 2024-08-03T04:05:24.286Z | [ recovery-image] Aug 03 04:05:22.463 INFO O| Aug 03 04:05:22.463 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4373 | 2024-08-03T04:05:24.293Z | [ recovery-image] Aug 03 04:05:22.472 INFO O| Aug 03 04:05:22.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/exstr" |
4374 | 2024-08-03T04:05:24.293Z | [ recovery-image] Aug 03 04:05:22.472 INFO O| Aug 03 04:05:22.472 INFO STEP 176 (remove_files) COMPLETE |
4375 | 2024-08-03T04:05:24.296Z | [ recovery-image] Aug 03 04:05:22.472 INFO O| Aug 03 04:05:22.472 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4376 | 2024-08-03T04:05:24.302Z | [ recovery-image] Aug 03 04:05:22.481 INFO O| Aug 03 04:05:22.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/factor" |
4377 | 2024-08-03T04:05:24.302Z | [ recovery-image] Aug 03 04:05:22.481 INFO O| Aug 03 04:05:22.481 INFO STEP 177 (remove_files) COMPLETE |
4378 | 2024-08-03T04:05:24.306Z | [ recovery-image] Aug 03 04:05:22.481 INFO O| Aug 03 04:05:22.481 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4379 | 2024-08-03T04:05:24.310Z | [ host-image] Aug 03 04:05:22.489 INFO O| Aug 03 04:05:22.489 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
4380 | 2024-08-03T04:05:24.313Z | [ recovery-image] Aug 03 04:05:22.491 INFO O| Aug 03 04:05:22.491 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/false" |
4381 | 2024-08-03T04:05:24.313Z | [ recovery-image] Aug 03 04:05:22.491 INFO O| Aug 03 04:05:22.491 INFO STEP 178 (remove_files) COMPLETE |
4382 | 2024-08-03T04:05:24.313Z | [ recovery-image] Aug 03 04:05:22.491 INFO O| Aug 03 04:05:22.491 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4383 | 2024-08-03T04:05:24.321Z | [ recovery-image] Aug 03 04:05:22.500 INFO O| Aug 03 04:05:22.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fc" |
4384 | 2024-08-03T04:05:24.321Z | [ recovery-image] Aug 03 04:05:22.500 INFO O| Aug 03 04:05:22.500 INFO STEP 179 (remove_files) COMPLETE |
4385 | 2024-08-03T04:05:24.324Z | [ recovery-image] Aug 03 04:05:22.500 INFO O| Aug 03 04:05:22.500 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4386 | 2024-08-03T04:05:24.330Z | [ recovery-image] Aug 03 04:05:22.509 INFO O| Aug 03 04:05:22.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdetach" |
4387 | 2024-08-03T04:05:24.330Z | [ recovery-image] Aug 03 04:05:22.509 INFO O| Aug 03 04:05:22.509 INFO STEP 180 (remove_files) COMPLETE |
4388 | 2024-08-03T04:05:24.333Z | [ recovery-image] Aug 03 04:05:22.509 INFO O| Aug 03 04:05:22.509 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4389 | 2024-08-03T04:05:24.340Z | [ recovery-image] Aug 03 04:05:22.519 INFO O| Aug 03 04:05:22.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fdformat" |
4390 | 2024-08-03T04:05:24.340Z | [ recovery-image] Aug 03 04:05:22.519 INFO O| Aug 03 04:05:22.519 INFO STEP 181 (remove_files) COMPLETE |
4391 | 2024-08-03T04:05:24.343Z | [ recovery-image] Aug 03 04:05:22.519 INFO O| Aug 03 04:05:22.519 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4392 | 2024-08-03T04:05:24.350Z | [ recovery-image] Aug 03 04:05:22.529 INFO O| Aug 03 04:05:22.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fg" |
4393 | 2024-08-03T04:05:24.350Z | [ recovery-image] Aug 03 04:05:22.529 INFO O| Aug 03 04:05:22.529 INFO STEP 182 (remove_files) COMPLETE |
4394 | 2024-08-03T04:05:24.350Z | [ recovery-image] Aug 03 04:05:22.529 INFO O| Aug 03 04:05:22.529 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4395 | 2024-08-03T04:05:24.359Z | [ recovery-image] Aug 03 04:05:22.538 INFO O| Aug 03 04:05:22.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fgrep" |
4396 | 2024-08-03T04:05:24.359Z | [ recovery-image] Aug 03 04:05:22.538 INFO O| Aug 03 04:05:22.538 INFO STEP 183 (remove_files) COMPLETE |
4397 | 2024-08-03T04:05:24.359Z | [ recovery-image] Aug 03 04:05:22.538 INFO O| Aug 03 04:05:22.538 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4398 | 2024-08-03T04:05:24.369Z | [ recovery-image] Aug 03 04:05:22.548 INFO O| Aug 03 04:05:22.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/file" |
4399 | 2024-08-03T04:05:24.369Z | [ recovery-image] Aug 03 04:05:22.548 INFO O| Aug 03 04:05:22.548 INFO STEP 184 (remove_files) COMPLETE |
4400 | 2024-08-03T04:05:24.372Z | [ recovery-image] Aug 03 04:05:22.548 INFO O| Aug 03 04:05:22.548 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4401 | 2024-08-03T04:05:24.378Z | [ recovery-image] Aug 03 04:05:22.557 INFO O| Aug 03 04:05:22.557 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fixproc" |
4402 | 2024-08-03T04:05:24.378Z | [ recovery-image] Aug 03 04:05:22.557 INFO O| Aug 03 04:05:22.557 INFO STEP 185 (remove_files) COMPLETE |
4403 | 2024-08-03T04:05:24.381Z | [ recovery-image] Aug 03 04:05:22.557 INFO O| Aug 03 04:05:22.557 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4404 | 2024-08-03T04:05:24.387Z | [ recovery-image] Aug 03 04:05:22.566 INFO O| Aug 03 04:05:22.566 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmt" |
4405 | 2024-08-03T04:05:24.390Z | [ recovery-image] Aug 03 04:05:22.566 INFO O| Aug 03 04:05:22.566 INFO STEP 186 (remove_files) COMPLETE |
4406 | 2024-08-03T04:05:24.390Z | [ recovery-image] Aug 03 04:05:22.566 INFO O| Aug 03 04:05:22.566 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4407 | 2024-08-03T04:05:24.397Z | [ recovery-image] Aug 03 04:05:22.576 INFO O| Aug 03 04:05:22.576 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fmtmsg" |
4408 | 2024-08-03T04:05:24.397Z | [ recovery-image] Aug 03 04:05:22.576 INFO O| Aug 03 04:05:22.576 INFO STEP 187 (remove_files) COMPLETE |
4409 | 2024-08-03T04:05:24.400Z | [ recovery-image] Aug 03 04:05:22.577 INFO O| Aug 03 04:05:22.576 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4410 | 2024-08-03T04:05:24.407Z | [ recovery-image] Aug 03 04:05:22.587 INFO O| Aug 03 04:05:22.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fold" |
4411 | 2024-08-03T04:05:24.407Z | [ recovery-image] Aug 03 04:05:22.587 INFO O| Aug 03 04:05:22.587 INFO STEP 188 (remove_files) COMPLETE |
4412 | 2024-08-03T04:05:24.408Z | [ recovery-image] Aug 03 04:05:22.587 INFO O| Aug 03 04:05:22.587 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4413 | 2024-08-03T04:05:24.418Z | [ recovery-image] Aug 03 04:05:22.597 INFO O| Aug 03 04:05:22.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/fsstat" |
4414 | 2024-08-03T04:05:24.421Z | [ recovery-image] Aug 03 04:05:22.597 INFO O| Aug 03 04:05:22.597 INFO STEP 189 (remove_files) COMPLETE |
4415 | 2024-08-03T04:05:24.421Z | [ recovery-image] Aug 03 04:05:22.597 INFO O| Aug 03 04:05:22.597 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4416 | 2024-08-03T04:05:24.428Z | [ recovery-image] Aug 03 04:05:22.607 INFO O| Aug 03 04:05:22.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gclear" |
4417 | 2024-08-03T04:05:24.428Z | [ recovery-image] Aug 03 04:05:22.607 INFO O| Aug 03 04:05:22.607 INFO STEP 190 (remove_files) COMPLETE |
4418 | 2024-08-03T04:05:24.431Z | [ recovery-image] Aug 03 04:05:22.607 INFO O| Aug 03 04:05:22.607 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4419 | 2024-08-03T04:05:24.438Z | [ recovery-image] Aug 03 04:05:22.617 INFO O| Aug 03 04:05:22.617 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gcore" |
4420 | 2024-08-03T04:05:24.438Z | [ recovery-image] Aug 03 04:05:22.617 INFO O| Aug 03 04:05:22.617 INFO STEP 191 (remove_files) COMPLETE |
4421 | 2024-08-03T04:05:24.438Z | [ recovery-image] Aug 03 04:05:22.617 INFO O| Aug 03 04:05:22.617 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4422 | 2024-08-03T04:05:24.448Z | [ recovery-image] Aug 03 04:05:22.627 INFO O| Aug 03 04:05:22.627 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/geniconvtbl" |
4423 | 2024-08-03T04:05:24.448Z | [ recovery-image] Aug 03 04:05:22.628 INFO O| Aug 03 04:05:22.627 INFO STEP 192 (remove_files) COMPLETE |
4424 | 2024-08-03T04:05:24.448Z | [ recovery-image] Aug 03 04:05:22.628 INFO O| Aug 03 04:05:22.628 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4425 | 2024-08-03T04:05:24.458Z | [ recovery-image] Aug 03 04:05:22.637 INFO O| Aug 03 04:05:22.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getconf" |
4426 | 2024-08-03T04:05:24.458Z | [ recovery-image] Aug 03 04:05:22.638 INFO O| Aug 03 04:05:22.638 INFO STEP 193 (remove_files) COMPLETE |
4427 | 2024-08-03T04:05:24.458Z | [ recovery-image] Aug 03 04:05:22.638 INFO O| Aug 03 04:05:22.638 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4428 | 2024-08-03T04:05:24.469Z | [ recovery-image] Aug 03 04:05:22.648 INFO O| Aug 03 04:05:22.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdev" |
4429 | 2024-08-03T04:05:24.469Z | [ recovery-image] Aug 03 04:05:22.648 INFO O| Aug 03 04:05:22.648 INFO STEP 194 (remove_files) COMPLETE |
4430 | 2024-08-03T04:05:24.469Z | [ recovery-image] Aug 03 04:05:22.648 INFO O| Aug 03 04:05:22.648 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4431 | 2024-08-03T04:05:24.478Z | [ recovery-image] Aug 03 04:05:22.657 INFO O| Aug 03 04:05:22.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getdgrp" |
4432 | 2024-08-03T04:05:24.479Z | [ recovery-image] Aug 03 04:05:22.657 INFO O| Aug 03 04:05:22.657 INFO STEP 195 (remove_files) COMPLETE |
4433 | 2024-08-03T04:05:24.479Z | [ recovery-image] Aug 03 04:05:22.657 INFO O| Aug 03 04:05:22.657 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4434 | 2024-08-03T04:05:24.488Z | [ recovery-image] Aug 03 04:05:22.667 INFO O| Aug 03 04:05:22.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getent" |
4435 | 2024-08-03T04:05:24.488Z | [ recovery-image] Aug 03 04:05:22.667 INFO O| Aug 03 04:05:22.667 INFO STEP 196 (remove_files) COMPLETE |
4436 | 2024-08-03T04:05:24.493Z | [ recovery-image] Aug 03 04:05:22.667 INFO O| Aug 03 04:05:22.667 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4437 | 2024-08-03T04:05:24.497Z | [ recovery-image] Aug 03 04:05:22.677 INFO O| Aug 03 04:05:22.677 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getfacl" |
4438 | 2024-08-03T04:05:24.498Z | [ recovery-image] Aug 03 04:05:22.677 INFO O| Aug 03 04:05:22.677 INFO STEP 197 (remove_files) COMPLETE |
4439 | 2024-08-03T04:05:24.500Z | [ recovery-image] Aug 03 04:05:22.677 INFO O| Aug 03 04:05:22.677 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4440 | 2024-08-03T04:05:24.507Z | [ recovery-image] Aug 03 04:05:22.686 INFO O| Aug 03 04:05:22.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopt" |
4441 | 2024-08-03T04:05:24.510Z | [ recovery-image] Aug 03 04:05:22.686 INFO O| Aug 03 04:05:22.686 INFO STEP 198 (remove_files) COMPLETE |
4442 | 2024-08-03T04:05:24.510Z | [ recovery-image] Aug 03 04:05:22.686 INFO O| Aug 03 04:05:22.686 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4443 | 2024-08-03T04:05:24.517Z | [ recovery-image] Aug 03 04:05:22.696 INFO O| Aug 03 04:05:22.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getopts" |
4444 | 2024-08-03T04:05:24.517Z | [ recovery-image] Aug 03 04:05:22.696 INFO O| Aug 03 04:05:22.696 INFO STEP 199 (remove_files) COMPLETE |
4445 | 2024-08-03T04:05:24.520Z | [ recovery-image] Aug 03 04:05:22.696 INFO O| Aug 03 04:05:22.696 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4446 | 2024-08-03T04:05:24.527Z | [ recovery-image] Aug 03 04:05:22.706 INFO O| Aug 03 04:05:22.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gettext" |
4447 | 2024-08-03T04:05:24.527Z | [ recovery-image] Aug 03 04:05:22.706 INFO O| Aug 03 04:05:22.706 INFO STEP 200 (remove_files) COMPLETE |
4448 | 2024-08-03T04:05:24.530Z | [ recovery-image] Aug 03 04:05:22.706 INFO O| Aug 03 04:05:22.706 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4449 | 2024-08-03T04:05:24.536Z | [ recovery-image] Aug 03 04:05:22.716 INFO O| Aug 03 04:05:22.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/getvol" |
4450 | 2024-08-03T04:05:24.536Z | [ recovery-image] Aug 03 04:05:22.716 INFO O| Aug 03 04:05:22.716 INFO STEP 201 (remove_files) COMPLETE |
4451 | 2024-08-03T04:05:24.539Z | [ recovery-image] Aug 03 04:05:22.716 INFO O| Aug 03 04:05:22.716 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4452 | 2024-08-03T04:05:24.546Z | [ recovery-image] Aug 03 04:05:22.726 INFO O| Aug 03 04:05:22.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ginfocmp" |
4453 | 2024-08-03T04:05:24.546Z | [ recovery-image] Aug 03 04:05:22.726 INFO O| Aug 03 04:05:22.726 INFO STEP 202 (remove_files) COMPLETE |
4454 | 2024-08-03T04:05:24.549Z | [ recovery-image] Aug 03 04:05:22.726 INFO O| Aug 03 04:05:22.726 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4455 | 2024-08-03T04:05:24.556Z | [ recovery-image] Aug 03 04:05:22.735 INFO O| Aug 03 04:05:22.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/groups" |
4456 | 2024-08-03T04:05:24.559Z | [ recovery-image] Aug 03 04:05:22.736 INFO O| Aug 03 04:05:22.736 INFO STEP 203 (remove_files) COMPLETE |
4457 | 2024-08-03T04:05:24.559Z | [ recovery-image] Aug 03 04:05:22.736 INFO O| Aug 03 04:05:22.736 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4458 | 2024-08-03T04:05:24.568Z | [ recovery-image] Aug 03 04:05:22.747 INFO O| Aug 03 04:05:22.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtabs" |
4459 | 2024-08-03T04:05:24.568Z | [ recovery-image] Aug 03 04:05:22.747 INFO O| Aug 03 04:05:22.747 INFO STEP 204 (remove_files) COMPLETE |
4460 | 2024-08-03T04:05:24.568Z | [ recovery-image] Aug 03 04:05:22.747 INFO O| Aug 03 04:05:22.747 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4461 | 2024-08-03T04:05:24.580Z | [ recovery-image] Aug 03 04:05:22.759 INFO O| Aug 03 04:05:22.759 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtic" |
4462 | 2024-08-03T04:05:24.580Z | [ recovery-image] Aug 03 04:05:22.759 INFO O| Aug 03 04:05:22.759 INFO STEP 205 (remove_files) COMPLETE |
4463 | 2024-08-03T04:05:24.580Z | [ recovery-image] Aug 03 04:05:22.759 INFO O| Aug 03 04:05:22.759 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4464 | 2024-08-03T04:05:24.590Z | [ recovery-image] Aug 03 04:05:22.769 INFO O| Aug 03 04:05:22.769 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtoe" |
4465 | 2024-08-03T04:05:24.590Z | [ recovery-image] Aug 03 04:05:22.770 INFO O| Aug 03 04:05:22.769 INFO STEP 206 (remove_files) COMPLETE |
4466 | 2024-08-03T04:05:24.590Z | [ recovery-image] Aug 03 04:05:22.770 INFO O| Aug 03 04:05:22.770 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4467 | 2024-08-03T04:05:24.600Z | [ recovery-image] Aug 03 04:05:22.780 INFO O| Aug 03 04:05:22.779 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtput" |
4468 | 2024-08-03T04:05:24.600Z | [ recovery-image] Aug 03 04:05:22.780 INFO O| Aug 03 04:05:22.780 INFO STEP 207 (remove_files) COMPLETE |
4469 | 2024-08-03T04:05:24.604Z | [ recovery-image] Aug 03 04:05:22.780 INFO O| Aug 03 04:05:22.780 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4470 | 2024-08-03T04:05:24.610Z | [ recovery-image] Aug 03 04:05:22.790 INFO O| Aug 03 04:05:22.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gtset" |
4471 | 2024-08-03T04:05:24.613Z | [ recovery-image] Aug 03 04:05:22.790 INFO O| Aug 03 04:05:22.790 INFO STEP 208 (remove_files) COMPLETE |
4472 | 2024-08-03T04:05:24.613Z | [ recovery-image] Aug 03 04:05:22.790 INFO O| Aug 03 04:05:22.790 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4473 | 2024-08-03T04:05:24.621Z | [ recovery-image] Aug 03 04:05:22.800 INFO O| Aug 03 04:05:22.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gunzip" |
4474 | 2024-08-03T04:05:24.623Z | [ recovery-image] Aug 03 04:05:22.800 INFO O| Aug 03 04:05:22.800 INFO STEP 209 (remove_files) COMPLETE |
4475 | 2024-08-03T04:05:24.623Z | [ recovery-image] Aug 03 04:05:22.800 INFO O| Aug 03 04:05:22.800 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4476 | 2024-08-03T04:05:24.630Z | [ recovery-image] Aug 03 04:05:22.809 INFO O| Aug 03 04:05:22.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcat" |
4477 | 2024-08-03T04:05:24.630Z | [ recovery-image] Aug 03 04:05:22.809 INFO O| Aug 03 04:05:22.809 INFO STEP 210 (remove_files) COMPLETE |
4478 | 2024-08-03T04:05:24.630Z | [ recovery-image] Aug 03 04:05:22.809 INFO O| Aug 03 04:05:22.809 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4479 | 2024-08-03T04:05:24.640Z | [ recovery-image] Aug 03 04:05:22.819 INFO O| Aug 03 04:05:22.819 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzcmp" |
4480 | 2024-08-03T04:05:24.643Z | [ recovery-image] Aug 03 04:05:22.819 INFO O| Aug 03 04:05:22.819 INFO STEP 211 (remove_files) COMPLETE |
4481 | 2024-08-03T04:05:24.643Z | [ recovery-image] Aug 03 04:05:22.819 INFO O| Aug 03 04:05:22.819 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4482 | 2024-08-03T04:05:24.650Z | [ recovery-image] Aug 03 04:05:22.829 INFO O| Aug 03 04:05:22.829 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzdiff" |
4483 | 2024-08-03T04:05:24.650Z | [ recovery-image] Aug 03 04:05:22.829 INFO O| Aug 03 04:05:22.829 INFO STEP 212 (remove_files) COMPLETE |
4484 | 2024-08-03T04:05:24.652Z | [ recovery-image] Aug 03 04:05:22.829 INFO O| Aug 03 04:05:22.829 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4485 | 2024-08-03T04:05:24.659Z | [ recovery-image] Aug 03 04:05:22.839 INFO O| Aug 03 04:05:22.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzegrep" |
4486 | 2024-08-03T04:05:24.659Z | [ recovery-image] Aug 03 04:05:22.839 INFO O| Aug 03 04:05:22.839 INFO STEP 213 (remove_files) COMPLETE |
4487 | 2024-08-03T04:05:24.659Z | [ recovery-image] Aug 03 04:05:22.839 INFO O| Aug 03 04:05:22.839 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4488 | 2024-08-03T04:05:24.669Z | [ recovery-image] Aug 03 04:05:22.848 INFO O| Aug 03 04:05:22.848 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzexe" |
4489 | 2024-08-03T04:05:24.669Z | [ recovery-image] Aug 03 04:05:22.848 INFO O| Aug 03 04:05:22.848 INFO STEP 214 (remove_files) COMPLETE |
4490 | 2024-08-03T04:05:24.669Z | [ recovery-image] Aug 03 04:05:22.848 INFO O| Aug 03 04:05:22.848 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4491 | 2024-08-03T04:05:24.679Z | [ recovery-image] Aug 03 04:05:22.858 INFO O| Aug 03 04:05:22.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzfgrep" |
4492 | 2024-08-03T04:05:24.679Z | [ recovery-image] Aug 03 04:05:22.858 INFO O| Aug 03 04:05:22.858 INFO STEP 215 (remove_files) COMPLETE |
4493 | 2024-08-03T04:05:24.679Z | [ recovery-image] Aug 03 04:05:22.858 INFO O| Aug 03 04:05:22.858 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4494 | 2024-08-03T04:05:24.688Z | [ recovery-image] Aug 03 04:05:22.867 INFO O| Aug 03 04:05:22.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzforce" |
4495 | 2024-08-03T04:05:24.688Z | [ recovery-image] Aug 03 04:05:22.867 INFO O| Aug 03 04:05:22.867 INFO STEP 216 (remove_files) COMPLETE |
4496 | 2024-08-03T04:05:24.691Z | [ recovery-image] Aug 03 04:05:22.867 INFO O| Aug 03 04:05:22.867 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4497 | 2024-08-03T04:05:24.698Z | [ recovery-image] Aug 03 04:05:22.877 INFO O| Aug 03 04:05:22.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzgrep" |
4498 | 2024-08-03T04:05:24.698Z | [ recovery-image] Aug 03 04:05:22.877 INFO O| Aug 03 04:05:22.877 INFO STEP 217 (remove_files) COMPLETE |
4499 | 2024-08-03T04:05:24.701Z | [ recovery-image] Aug 03 04:05:22.878 INFO O| Aug 03 04:05:22.877 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4500 | 2024-08-03T04:05:24.709Z | [ recovery-image] Aug 03 04:05:22.888 INFO O| Aug 03 04:05:22.888 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzip" |
4501 | 2024-08-03T04:05:24.712Z | [ recovery-image] Aug 03 04:05:22.889 INFO O| Aug 03 04:05:22.888 INFO STEP 218 (remove_files) COMPLETE |
4502 | 2024-08-03T04:05:24.712Z | [ recovery-image] Aug 03 04:05:22.889 INFO O| Aug 03 04:05:22.888 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4503 | 2024-08-03T04:05:24.724Z | [ recovery-image] Aug 03 04:05:22.899 INFO O| Aug 03 04:05:22.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzless" |
4504 | 2024-08-03T04:05:24.724Z | [ recovery-image] Aug 03 04:05:22.899 INFO O| Aug 03 04:05:22.899 INFO STEP 219 (remove_files) COMPLETE |
4505 | 2024-08-03T04:05:24.724Z | [ recovery-image] Aug 03 04:05:22.899 INFO O| Aug 03 04:05:22.899 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4506 | 2024-08-03T04:05:24.730Z | [ recovery-image] Aug 03 04:05:22.910 INFO O| Aug 03 04:05:22.909 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gzmore" |
4507 | 2024-08-03T04:05:24.733Z | [ recovery-image] Aug 03 04:05:22.910 INFO O| Aug 03 04:05:22.910 INFO STEP 220 (remove_files) COMPLETE |
4508 | 2024-08-03T04:05:24.733Z | [ recovery-image] Aug 03 04:05:22.910 INFO O| Aug 03 04:05:22.910 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4509 | 2024-08-03T04:05:24.741Z | [ recovery-image] Aug 03 04:05:22.920 INFO O| Aug 03 04:05:22.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/gznew" |
4510 | 2024-08-03T04:05:24.741Z | [ recovery-image] Aug 03 04:05:22.920 INFO O| Aug 03 04:05:22.920 INFO STEP 221 (remove_files) COMPLETE |
4511 | 2024-08-03T04:05:24.741Z | [ recovery-image] Aug 03 04:05:22.920 INFO O| Aug 03 04:05:22.920 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4512 | 2024-08-03T04:05:24.751Z | [ recovery-image] Aug 03 04:05:22.930 INFO O| Aug 03 04:05:22.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hash" |
4513 | 2024-08-03T04:05:24.751Z | [ recovery-image] Aug 03 04:05:22.930 INFO O| Aug 03 04:05:22.930 INFO STEP 222 (remove_files) COMPLETE |
4514 | 2024-08-03T04:05:24.754Z | [ recovery-image] Aug 03 04:05:22.930 INFO O| Aug 03 04:05:22.930 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4515 | 2024-08-03T04:05:24.761Z | [ recovery-image] Aug 03 04:05:22.940 INFO O| Aug 03 04:05:22.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostid" |
4516 | 2024-08-03T04:05:24.764Z | [ recovery-image] Aug 03 04:05:22.940 INFO O| Aug 03 04:05:22.940 INFO STEP 223 (remove_files) COMPLETE |
4517 | 2024-08-03T04:05:24.764Z | [ recovery-image] Aug 03 04:05:22.940 INFO O| Aug 03 04:05:22.940 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4518 | 2024-08-03T04:05:24.771Z | [ recovery-image] Aug 03 04:05:22.950 INFO O| Aug 03 04:05:22.950 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/hostname" |
4519 | 2024-08-03T04:05:24.774Z | [ recovery-image] Aug 03 04:05:22.950 INFO O| Aug 03 04:05:22.950 INFO STEP 224 (remove_files) COMPLETE |
4520 | 2024-08-03T04:05:24.774Z | [ recovery-image] Aug 03 04:05:22.950 INFO O| Aug 03 04:05:22.950 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4521 | 2024-08-03T04:05:24.783Z | [ recovery-image] Aug 03 04:05:22.962 INFO O| Aug 03 04:05:22.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/adb" |
4522 | 2024-08-03T04:05:24.783Z | [ recovery-image] Aug 03 04:05:22.962 INFO O| Aug 03 04:05:22.962 INFO STEP 225 (remove_files) COMPLETE |
4523 | 2024-08-03T04:05:24.783Z | [ recovery-image] Aug 03 04:05:22.962 INFO O| Aug 03 04:05:22.962 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4524 | 2024-08-03T04:05:24.793Z | [ recovery-image] Aug 03 04:05:22.972 INFO O| Aug 03 04:05:22.972 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/amt" |
4525 | 2024-08-03T04:05:24.793Z | [ recovery-image] Aug 03 04:05:22.972 INFO O| Aug 03 04:05:22.972 INFO STEP 226 (remove_files) COMPLETE |
4526 | 2024-08-03T04:05:24.796Z | [ recovery-image] Aug 03 04:05:22.972 INFO O| Aug 03 04:05:22.972 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4527 | 2024-08-03T04:05:24.802Z | [ recovery-image] Aug 03 04:05:22.981 INFO O| Aug 03 04:05:22.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/ksh" |
4528 | 2024-08-03T04:05:24.802Z | [ recovery-image] Aug 03 04:05:22.982 INFO O| Aug 03 04:05:22.982 INFO STEP 227 (remove_files) COMPLETE |
4529 | 2024-08-03T04:05:24.805Z | [ recovery-image] Aug 03 04:05:22.982 INFO O| Aug 03 04:05:22.982 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4530 | 2024-08-03T04:05:24.812Z | [ recovery-image] Aug 03 04:05:22.991 INFO O| Aug 03 04:05:22.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/mdb" |
4531 | 2024-08-03T04:05:24.812Z | [ recovery-image] Aug 03 04:05:22.991 INFO O| Aug 03 04:05:22.991 INFO STEP 228 (remove_files) COMPLETE |
4532 | 2024-08-03T04:05:24.812Z | [ recovery-image] Aug 03 04:05:22.991 INFO O| Aug 03 04:05:22.991 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4533 | 2024-08-03T04:05:24.821Z | [ recovery-image] Aug 03 04:05:23.000 INFO O| Aug 03 04:05:23.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh" |
4534 | 2024-08-03T04:05:24.821Z | [ recovery-image] Aug 03 04:05:23.000 INFO O| Aug 03 04:05:23.000 INFO STEP 229 (remove_files) COMPLETE |
4535 | 2024-08-03T04:05:24.824Z | [ recovery-image] Aug 03 04:05:23.000 INFO O| Aug 03 04:05:23.000 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4536 | 2024-08-03T04:05:24.831Z | [ recovery-image] Aug 03 04:05:23.010 INFO O| Aug 03 04:05:23.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/i86/rksh93" |
4537 | 2024-08-03T04:05:24.833Z | [ recovery-image] Aug 03 04:05:23.010 INFO O| Aug 03 04:05:23.010 INFO STEP 230 (remove_files) COMPLETE |
4538 | 2024-08-03T04:05:24.833Z | [ recovery-image] Aug 03 04:05:23.010 INFO O| Aug 03 04:05:23.010 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4539 | 2024-08-03T04:05:24.840Z | [ recovery-image] Aug 03 04:05:23.019 INFO O| Aug 03 04:05:23.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iconv" |
4540 | 2024-08-03T04:05:24.843Z | [ recovery-image] Aug 03 04:05:23.019 INFO O| Aug 03 04:05:23.019 INFO STEP 231 (remove_files) COMPLETE |
4541 | 2024-08-03T04:05:24.843Z | [ recovery-image] Aug 03 04:05:23.019 INFO O| Aug 03 04:05:23.019 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4542 | 2024-08-03T04:05:24.849Z | [ recovery-image] Aug 03 04:05:23.028 INFO O| Aug 03 04:05:23.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/id" |
4543 | 2024-08-03T04:05:24.849Z | [ recovery-image] Aug 03 04:05:23.029 INFO O| Aug 03 04:05:23.029 INFO STEP 232 (remove_files) COMPLETE |
4544 | 2024-08-03T04:05:24.852Z | [ recovery-image] Aug 03 04:05:23.029 INFO O| Aug 03 04:05:23.029 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4545 | 2024-08-03T04:05:24.859Z | [ recovery-image] Aug 03 04:05:23.038 INFO O| Aug 03 04:05:23.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/idn" |
4546 | 2024-08-03T04:05:24.859Z | [ recovery-image] Aug 03 04:05:23.038 INFO O| Aug 03 04:05:23.038 INFO STEP 233 (remove_files) COMPLETE |
4547 | 2024-08-03T04:05:24.861Z | [ recovery-image] Aug 03 04:05:23.038 INFO O| Aug 03 04:05:23.038 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4548 | 2024-08-03T04:05:24.868Z | [ recovery-image] Aug 03 04:05:23.047 INFO O| Aug 03 04:05:23.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/infocmp" |
4549 | 2024-08-03T04:05:24.868Z | [ recovery-image] Aug 03 04:05:23.047 INFO O| Aug 03 04:05:23.047 INFO STEP 234 (remove_files) COMPLETE |
4550 | 2024-08-03T04:05:24.871Z | [ recovery-image] Aug 03 04:05:23.047 INFO O| Aug 03 04:05:23.047 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4551 | 2024-08-03T04:05:24.878Z | [ recovery-image] Aug 03 04:05:23.057 INFO O| Aug 03 04:05:23.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/iostat" |
4552 | 2024-08-03T04:05:24.878Z | [ recovery-image] Aug 03 04:05:23.057 INFO O| Aug 03 04:05:23.057 INFO STEP 235 (remove_files) COMPLETE |
4553 | 2024-08-03T04:05:24.878Z | [ recovery-image] Aug 03 04:05:23.057 INFO O| Aug 03 04:05:23.057 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4554 | 2024-08-03T04:05:24.887Z | [ recovery-image] Aug 03 04:05:23.066 INFO O| Aug 03 04:05:23.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ipf-mod.pl" |
4555 | 2024-08-03T04:05:24.887Z | [ recovery-image] Aug 03 04:05:23.066 INFO O| Aug 03 04:05:23.066 INFO STEP 236 (remove_files) COMPLETE |
4556 | 2024-08-03T04:05:24.890Z | [ recovery-image] Aug 03 04:05:23.066 INFO O| Aug 03 04:05:23.066 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4557 | 2024-08-03T04:05:24.897Z | [ recovery-image] Aug 03 04:05:23.076 INFO O| Aug 03 04:05:23.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isainfo" |
4558 | 2024-08-03T04:05:24.897Z | [ recovery-image] Aug 03 04:05:23.076 INFO O| Aug 03 04:05:23.076 INFO STEP 237 (remove_files) COMPLETE |
4559 | 2024-08-03T04:05:24.900Z | [ recovery-image] Aug 03 04:05:23.076 INFO O| Aug 03 04:05:23.076 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4560 | 2024-08-03T04:05:24.908Z | [ recovery-image] Aug 03 04:05:23.087 INFO O| Aug 03 04:05:23.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/isalist" |
4561 | 2024-08-03T04:05:24.908Z | [ recovery-image] Aug 03 04:05:23.087 INFO O| Aug 03 04:05:23.087 INFO STEP 238 (remove_files) COMPLETE |
4562 | 2024-08-03T04:05:24.908Z | [ recovery-image] Aug 03 04:05:23.087 INFO O| Aug 03 04:05:23.087 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4563 | 2024-08-03T04:05:24.918Z | [ recovery-image] Aug 03 04:05:23.097 INFO O| Aug 03 04:05:23.097 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/jobs" |
4564 | 2024-08-03T04:05:24.918Z | [ recovery-image] Aug 03 04:05:23.097 INFO O| Aug 03 04:05:23.097 INFO STEP 239 (remove_files) COMPLETE |
4565 | 2024-08-03T04:05:24.918Z | [ recovery-image] Aug 03 04:05:23.097 INFO O| Aug 03 04:05:23.097 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4566 | 2024-08-03T04:05:24.929Z | [ recovery-image] Aug 03 04:05:23.108 INFO O| Aug 03 04:05:23.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/join" |
4567 | 2024-08-03T04:05:24.929Z | [ recovery-image] Aug 03 04:05:23.108 INFO O| Aug 03 04:05:23.108 INFO STEP 240 (remove_files) COMPLETE |
4568 | 2024-08-03T04:05:24.929Z | [ recovery-image] Aug 03 04:05:23.108 INFO O| Aug 03 04:05:23.108 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4569 | 2024-08-03T04:05:24.938Z | [ recovery-image] Aug 03 04:05:23.118 INFO O| Aug 03 04:05:23.118 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kbd" |
4570 | 2024-08-03T04:05:24.939Z | [ recovery-image] Aug 03 04:05:23.118 INFO O| Aug 03 04:05:23.118 INFO STEP 241 (remove_files) COMPLETE |
4571 | 2024-08-03T04:05:24.939Z | [ recovery-image] Aug 03 04:05:23.118 INFO O| Aug 03 04:05:23.118 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4572 | 2024-08-03T04:05:24.949Z | [ recovery-image] Aug 03 04:05:23.128 INFO O| Aug 03 04:05:23.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kdestroy" |
4573 | 2024-08-03T04:05:24.949Z | [ recovery-image] Aug 03 04:05:23.128 INFO O| Aug 03 04:05:23.128 INFO STEP 242 (remove_files) COMPLETE |
4574 | 2024-08-03T04:05:24.949Z | [ recovery-image] Aug 03 04:05:23.128 INFO O| Aug 03 04:05:23.128 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4575 | 2024-08-03T04:05:24.960Z | [ recovery-image] Aug 03 04:05:23.139 INFO O| Aug 03 04:05:23.139 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogin" |
4576 | 2024-08-03T04:05:24.960Z | [ recovery-image] Aug 03 04:05:23.139 INFO O| Aug 03 04:05:23.139 INFO STEP 243 (remove_files) COMPLETE |
4577 | 2024-08-03T04:05:24.960Z | [ recovery-image] Aug 03 04:05:23.139 INFO O| Aug 03 04:05:23.139 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4578 | 2024-08-03T04:05:24.971Z | [ recovery-image] Aug 03 04:05:23.150 INFO O| Aug 03 04:05:23.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/keylogout" |
4579 | 2024-08-03T04:05:24.971Z | [ recovery-image] Aug 03 04:05:23.150 INFO O| Aug 03 04:05:23.150 INFO STEP 244 (remove_files) COMPLETE |
4580 | 2024-08-03T04:05:24.975Z | [ recovery-image] Aug 03 04:05:23.150 INFO O| Aug 03 04:05:23.150 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4581 | 2024-08-03T04:05:24.982Z | [ recovery-image] Aug 03 04:05:23.161 INFO O| Aug 03 04:05:23.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kill" |
4582 | 2024-08-03T04:05:24.982Z | [ recovery-image] Aug 03 04:05:23.161 INFO O| Aug 03 04:05:23.161 INFO STEP 245 (remove_files) COMPLETE |
4583 | 2024-08-03T04:05:24.982Z | [ recovery-image] Aug 03 04:05:23.161 INFO O| Aug 03 04:05:23.161 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4584 | 2024-08-03T04:05:24.993Z | [ recovery-image] Aug 03 04:05:23.172 INFO O| Aug 03 04:05:23.172 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kinit" |
4585 | 2024-08-03T04:05:24.993Z | [ recovery-image] Aug 03 04:05:23.172 INFO O| Aug 03 04:05:23.172 INFO STEP 246 (remove_files) COMPLETE |
4586 | 2024-08-03T04:05:24.996Z | [ recovery-image] Aug 03 04:05:23.172 INFO O| Aug 03 04:05:23.172 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4587 | 2024-08-03T04:05:25.003Z | [ recovery-image] Aug 03 04:05:23.183 INFO O| Aug 03 04:05:23.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/klist" |
4588 | 2024-08-03T04:05:25.007Z | [ recovery-image] Aug 03 04:05:23.183 INFO O| Aug 03 04:05:23.183 INFO STEP 247 (remove_files) COMPLETE |
4589 | 2024-08-03T04:05:25.007Z | [ recovery-image] Aug 03 04:05:23.183 INFO O| Aug 03 04:05:23.183 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4590 | 2024-08-03T04:05:25.013Z | [ recovery-image] Aug 03 04:05:23.193 INFO O| Aug 03 04:05:23.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kmfcfg" |
4591 | 2024-08-03T04:05:25.013Z | [ recovery-image] Aug 03 04:05:23.193 INFO O| Aug 03 04:05:23.193 INFO STEP 248 (remove_files) COMPLETE |
4592 | 2024-08-03T04:05:25.017Z | [ recovery-image] Aug 03 04:05:23.193 INFO O| Aug 03 04:05:23.193 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4593 | 2024-08-03T04:05:25.023Z | [ recovery-image] Aug 03 04:05:23.202 INFO O| Aug 03 04:05:23.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kpasswd" |
4594 | 2024-08-03T04:05:26.029Z | [ recovery-image] Aug 03 04:05:23.202 INFO O| Aug 03 04:05:23.202 INFO STEP 249 (remove_files) COMPLETE |
4595 | 2024-08-03T04:05:26.029Z | [ recovery-image] Aug 03 04:05:23.202 INFO O| Aug 03 04:05:23.202 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4596 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.212 INFO O| Aug 03 04:05:23.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/krb5-config" |
4597 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.212 INFO O| Aug 03 04:05:23.212 INFO STEP 250 (remove_files) COMPLETE |
4598 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.212 INFO O| Aug 03 04:05:23.212 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4599 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.221 INFO O| Aug 03 04:05:23.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ksh93" |
4600 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.222 INFO O| Aug 03 04:05:23.222 INFO STEP 251 (remove_files) COMPLETE |
4601 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.222 INFO O| Aug 03 04:05:23.222 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4602 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.231 INFO O| Aug 03 04:05:23.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ktutil" |
4603 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.231 INFO O| Aug 03 04:05:23.231 INFO STEP 252 (remove_files) COMPLETE |
4604 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.231 INFO O| Aug 03 04:05:23.231 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4605 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.240 INFO O| Aug 03 04:05:23.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/kvmstat" |
4606 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.240 INFO O| Aug 03 04:05:23.240 INFO STEP 253 (remove_files) COMPLETE |
4607 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.240 INFO O| Aug 03 04:05:23.240 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4608 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.250 INFO O| Aug 03 04:05:23.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/last" |
4609 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.250 INFO O| Aug 03 04:05:23.250 INFO STEP 254 (remove_files) COMPLETE |
4610 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.250 INFO O| Aug 03 04:05:23.250 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4611 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.259 INFO O| Aug 03 04:05:23.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lastcomm" |
4612 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.259 INFO O| Aug 03 04:05:23.259 INFO STEP 255 (remove_files) COMPLETE |
4613 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.259 INFO O| Aug 03 04:05:23.259 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4614 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.269 INFO O| Aug 03 04:05:23.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ld" |
4615 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.269 INFO O| Aug 03 04:05:23.269 INFO STEP 256 (remove_files) COMPLETE |
4616 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.269 INFO O| Aug 03 04:05:23.269 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4617 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.278 INFO O| Aug 03 04:05:23.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ldd" |
4618 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.279 INFO O| Aug 03 04:05:23.278 INFO STEP 257 (remove_files) COMPLETE |
4619 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.279 INFO O| Aug 03 04:05:23.279 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4620 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.288 INFO O| Aug 03 04:05:23.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/less" |
4621 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.288 INFO O| Aug 03 04:05:23.288 INFO STEP 258 (remove_files) COMPLETE |
4622 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.288 INFO O| Aug 03 04:05:23.288 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4623 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.297 INFO O| Aug 03 04:05:23.297 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lessecho" |
4624 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.297 INFO O| Aug 03 04:05:23.297 INFO STEP 259 (remove_files) COMPLETE |
4625 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.297 INFO O| Aug 03 04:05:23.297 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4626 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.307 INFO O| Aug 03 04:05:23.306 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lesskey" |
4627 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.307 INFO O| Aug 03 04:05:23.307 INFO STEP 260 (remove_files) COMPLETE |
4628 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.307 INFO O| Aug 03 04:05:23.307 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4629 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.316 INFO O| Aug 03 04:05:23.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lgrpinfo" |
4630 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.316 INFO O| Aug 03 04:05:23.316 INFO STEP 261 (remove_files) COMPLETE |
4631 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.316 INFO O| Aug 03 04:05:23.316 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4632 | 2024-08-03T04:05:26.035Z | [ recovery-image] Aug 03 04:05:23.325 INFO O| Aug 03 04:05:23.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/line" |
4633 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.325 INFO O| Aug 03 04:05:23.325 INFO STEP 262 (remove_files) COMPLETE |
4634 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.325 INFO O| Aug 03 04:05:23.325 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4635 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.335 INFO O| Aug 03 04:05:23.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listdgrp" |
4636 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.335 INFO O| Aug 03 04:05:23.335 INFO STEP 263 (remove_files) COMPLETE |
4637 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.335 INFO O| Aug 03 04:05:23.335 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4638 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.344 INFO O| Aug 03 04:05:23.344 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/listusers" |
4639 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.344 INFO O| Aug 03 04:05:23.344 INFO STEP 264 (remove_files) COMPLETE |
4640 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.344 INFO O| Aug 03 04:05:23.344 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4641 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.353 INFO O| Aug 03 04:05:23.353 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/loadkeys" |
4642 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.353 INFO O| Aug 03 04:05:23.353 INFO STEP 265 (remove_files) COMPLETE |
4643 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.353 INFO O| Aug 03 04:05:23.353 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4644 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.363 INFO O| Aug 03 04:05:23.363 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logger" |
4645 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.363 INFO O| Aug 03 04:05:23.363 INFO STEP 266 (remove_files) COMPLETE |
4646 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.363 INFO O| Aug 03 04:05:23.363 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4647 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.372 INFO O| Aug 03 04:05:23.372 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logins" |
4648 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.372 INFO O| Aug 03 04:05:23.372 INFO STEP 267 (remove_files) COMPLETE |
4649 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.372 INFO O| Aug 03 04:05:23.372 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4650 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.382 INFO O| Aug 03 04:05:23.382 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/logname" |
4651 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.382 INFO O| Aug 03 04:05:23.382 INFO STEP 268 (remove_files) COMPLETE |
4652 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.382 INFO O| Aug 03 04:05:23.382 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4653 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.391 INFO O| Aug 03 04:05:23.391 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/look" |
4654 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.391 INFO O| Aug 03 04:05:23.391 INFO STEP 269 (remove_files) COMPLETE |
4655 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.391 INFO O| Aug 03 04:05:23.391 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4656 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.402 INFO O| Aug 03 04:05:23.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/looker" |
4657 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.402 INFO O| Aug 03 04:05:23.402 INFO STEP 270 (remove_files) COMPLETE |
4658 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.402 INFO O| Aug 03 04:05:23.402 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4659 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.413 INFO O| Aug 03 04:05:23.413 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lz4" |
4660 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.414 INFO O| Aug 03 04:05:23.414 INFO STEP 271 (remove_files) COMPLETE |
4661 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.414 INFO O| Aug 03 04:05:23.414 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4662 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.424 INFO O| Aug 03 04:05:23.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmadec" |
4663 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.425 INFO O| Aug 03 04:05:23.425 INFO STEP 272 (remove_files) COMPLETE |
4664 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.425 INFO O| Aug 03 04:05:23.425 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4665 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.437 INFO O| Aug 03 04:05:23.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/lzmainfo" |
4666 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.437 INFO O| Aug 03 04:05:23.437 INFO STEP 273 (remove_files) COMPLETE |
4667 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.437 INFO O| Aug 03 04:05:23.437 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4668 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.448 INFO O| Aug 03 04:05:23.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mac" |
4669 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.448 INFO O| Aug 03 04:05:23.448 INFO STEP 274 (remove_files) COMPLETE |
4670 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.448 INFO O| Aug 03 04:05:23.448 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4671 | 2024-08-03T04:05:26.036Z | [ recovery-image] Aug 03 04:05:23.459 INFO O| Aug 03 04:05:23.459 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mach" |
4672 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.459 INFO O| Aug 03 04:05:23.459 INFO STEP 275 (remove_files) COMPLETE |
4673 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.459 INFO O| Aug 03 04:05:23.459 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4674 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.470 INFO O| Aug 03 04:05:23.470 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mailx" |
4675 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.470 INFO O| Aug 03 04:05:23.470 INFO STEP 276 (remove_files) COMPLETE |
4676 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.470 INFO O| Aug 03 04:05:23.470 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4677 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.480 INFO O| Aug 03 04:05:23.480 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/makedev" |
4678 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.480 INFO O| Aug 03 04:05:23.480 INFO STEP 277 (remove_files) COMPLETE |
4679 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.480 INFO O| Aug 03 04:05:23.480 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4680 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.489 INFO O| Aug 03 04:05:23.489 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mdb" |
4681 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.489 INFO O| Aug 03 04:05:23.489 INFO STEP 278 (remove_files) COMPLETE |
4682 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.489 INFO O| Aug 03 04:05:23.489 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4683 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.499 INFO O| Aug 03 04:05:23.499 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mesg" |
4684 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.499 INFO O| Aug 03 04:05:23.499 INFO STEP 279 (remove_files) COMPLETE |
4685 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.499 INFO O| Aug 03 04:05:23.499 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4686 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.508 INFO O| Aug 03 04:05:23.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c" |
4687 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.509 INFO O| Aug 03 04:05:23.509 INFO STEP 280 (remove_files) COMPLETE |
4688 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.509 INFO O| Aug 03 04:05:23.509 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4689 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.518 INFO O| Aug 03 04:05:23.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mib2c-update" |
4690 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.518 INFO O| Aug 03 04:05:23.518 INFO STEP 281 (remove_files) COMPLETE |
4691 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.518 INFO O| Aug 03 04:05:23.518 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4692 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.527 INFO O| Aug 03 04:05:23.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkfifo" |
4693 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.528 INFO O| Aug 03 04:05:23.528 INFO STEP 282 (remove_files) COMPLETE |
4694 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.528 INFO O| Aug 03 04:05:23.528 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4695 | 2024-08-03T04:05:26.037Z | [ recovery-image] Aug 03 04:05:23.538 INFO O| Aug 03 04:05:23.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mkpwdict" |
4696 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.538 INFO O| Aug 03 04:05:23.538 INFO STEP 283 (remove_files) COMPLETE |
4697 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.538 INFO O| Aug 03 04:05:23.538 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4698 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.548 INFO O| Aug 03 04:05:23.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/moe" |
4699 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.548 INFO O| Aug 03 04:05:23.548 INFO STEP 284 (remove_files) COMPLETE |
4700 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.548 INFO O| Aug 03 04:05:23.548 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4701 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.558 INFO O| Aug 03 04:05:23.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mpstat" |
4702 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.558 INFO O| Aug 03 04:05:23.558 INFO STEP 285 (remove_files) COMPLETE |
4703 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.558 INFO O| Aug 03 04:05:23.558 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4704 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.567 INFO O| Aug 03 04:05:23.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/mt" |
4705 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.568 INFO O| Aug 03 04:05:23.568 INFO STEP 286 (remove_files) COMPLETE |
4706 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.568 INFO O| Aug 03 04:05:23.568 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4707 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.577 INFO O| Aug 03 04:05:23.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ncurses6-config" |
4708 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.577 INFO O| Aug 03 04:05:23.577 INFO STEP 287 (remove_files) COMPLETE |
4709 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.577 INFO O| Aug 03 04:05:23.577 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4710 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.586 INFO O| Aug 03 04:05:23.586 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-cert" |
4711 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.586 INFO O| Aug 03 04:05:23.586 INFO STEP 288 (remove_files) COMPLETE |
4712 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.586 INFO O| Aug 03 04:05:23.586 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4713 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.596 INFO O| Aug 03 04:05:23.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-config" |
4714 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.596 INFO O| Aug 03 04:05:23.596 INFO STEP 289 (remove_files) COMPLETE |
4715 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.596 INFO O| Aug 03 04:05:23.596 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4716 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.605 INFO O| Aug 03 04:05:23.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/net-snmp-create-v3-user" |
4717 | 2024-08-03T04:05:26.042Z | [ recovery-image] Aug 03 04:05:23.605 INFO O| Aug 03 04:05:23.605 INFO STEP 290 (remove_files) COMPLETE |
4718 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.605 INFO O| Aug 03 04:05:23.605 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4719 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.615 INFO O| Aug 03 04:05:23.615 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newform" |
4720 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.615 INFO O| Aug 03 04:05:23.615 INFO STEP 291 (remove_files) COMPLETE |
4721 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.615 INFO O| Aug 03 04:05:23.615 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4722 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.624 INFO O| Aug 03 04:05:23.624 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newgrp" |
4723 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.624 INFO O| Aug 03 04:05:23.624 INFO STEP 292 (remove_files) COMPLETE |
4724 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.624 INFO O| Aug 03 04:05:23.624 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4725 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.634 INFO O| Aug 03 04:05:23.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/news" |
4726 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.634 INFO O| Aug 03 04:05:23.634 INFO STEP 293 (remove_files) COMPLETE |
4727 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.634 INFO O| Aug 03 04:05:23.634 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4728 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.643 INFO O| Aug 03 04:05:23.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/newtask" |
4729 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.643 INFO O| Aug 03 04:05:23.643 INFO STEP 294 (remove_files) COMPLETE |
4730 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.643 INFO O| Aug 03 04:05:23.643 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4731 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.653 INFO O| Aug 03 04:05:23.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nice" |
4732 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.653 INFO O| Aug 03 04:05:23.653 INFO STEP 295 (remove_files) COMPLETE |
4733 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.653 INFO O| Aug 03 04:05:23.653 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4734 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.662 INFO O| Aug 03 04:05:23.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/nl" |
4735 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.662 INFO O| Aug 03 04:05:23.662 INFO STEP 296 (remove_files) COMPLETE |
4736 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.662 INFO O| Aug 03 04:05:23.662 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4737 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.672 INFO O| Aug 03 04:05:23.672 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/oawk" |
4738 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.672 INFO O| Aug 03 04:05:23.672 INFO STEP 297 (remove_files) COMPLETE |
4739 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.672 INFO O| Aug 03 04:05:23.672 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4740 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.681 INFO O| Aug 03 04:05:23.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/od" |
4741 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.681 INFO O| Aug 03 04:05:23.681 INFO STEP 298 (remove_files) COMPLETE |
4742 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.681 INFO O| Aug 03 04:05:23.681 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4743 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.691 INFO O| Aug 03 04:05:23.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/optisa" |
4744 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.691 INFO O| Aug 03 04:05:23.691 INFO STEP 299 (remove_files) COMPLETE |
4745 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.691 INFO O| Aug 03 04:05:23.691 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4746 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.701 INFO O| Aug 03 04:05:23.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pack" |
4747 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.701 INFO O| Aug 03 04:05:23.701 INFO STEP 300 (remove_files) COMPLETE |
4748 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.701 INFO O| Aug 03 04:05:23.701 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4749 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.710 INFO O| Aug 03 04:05:23.710 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/page" |
4750 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.710 INFO O| Aug 03 04:05:23.710 INFO STEP 301 (remove_files) COMPLETE |
4751 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.710 INFO O| Aug 03 04:05:23.710 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4752 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.720 INFO O| Aug 03 04:05:23.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pagesize" |
4753 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.720 INFO O| Aug 03 04:05:23.720 INFO STEP 302 (remove_files) COMPLETE |
4754 | 2024-08-03T04:05:26.043Z | [ recovery-image] Aug 03 04:05:23.720 INFO O| Aug 03 04:05:23.720 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4755 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.729 INFO O| Aug 03 04:05:23.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pargs" |
4756 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.729 INFO O| Aug 03 04:05:23.729 INFO STEP 303 (remove_files) COMPLETE |
4757 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.729 INFO O| Aug 03 04:05:23.729 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4758 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.739 INFO O| Aug 03 04:05:23.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/passwd" |
4759 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.739 INFO O| Aug 03 04:05:23.739 INFO STEP 304 (remove_files) COMPLETE |
4760 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.739 INFO O| Aug 03 04:05:23.739 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4761 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.748 INFO O| Aug 03 04:05:23.748 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/paste" |
4762 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.748 INFO O| Aug 03 04:05:23.748 INFO STEP 305 (remove_files) COMPLETE |
4763 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.748 INFO O| Aug 03 04:05:23.748 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4764 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.757 INFO O| Aug 03 04:05:23.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pathchk" |
4765 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.757 INFO O| Aug 03 04:05:23.757 INFO STEP 306 (remove_files) COMPLETE |
4766 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.757 INFO O| Aug 03 04:05:23.757 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4767 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.767 INFO O| Aug 03 04:05:23.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pauxv" |
4768 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.767 INFO O| Aug 03 04:05:23.767 INFO STEP 307 (remove_files) COMPLETE |
4769 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.767 INFO O| Aug 03 04:05:23.767 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4770 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.776 INFO O| Aug 03 04:05:23.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pax" |
4771 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.776 INFO O| Aug 03 04:05:23.776 INFO STEP 308 (remove_files) COMPLETE |
4772 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.776 INFO O| Aug 03 04:05:23.776 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4773 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.786 INFO O| Aug 03 04:05:23.786 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcap-config" |
4774 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.786 INFO O| Aug 03 04:05:23.786 INFO STEP 309 (remove_files) COMPLETE |
4775 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.786 INFO O| Aug 03 04:05:23.786 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4776 | 2024-08-03T04:05:26.044Z | [ host-image] Aug 03 04:05:23.793 INFO O| Aug 03 04:05:23.793 INFO O| Planning: Solver setup ... Done |
4777 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.795 INFO O| Aug 03 04:05:23.795 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre-config" |
4778 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.795 INFO O| Aug 03 04:05:23.795 INFO STEP 310 (remove_files) COMPLETE |
4779 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.795 INFO O| Aug 03 04:05:23.795 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4780 | 2024-08-03T04:05:26.044Z | [ host-image] Aug 03 04:05:23.797 INFO O| Aug 03 04:05:23.797 INFO O| Planning: Running solver ... Done |
4781 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.805 INFO O| Aug 03 04:05:23.805 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2-config" |
4782 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.805 INFO O| Aug 03 04:05:23.805 INFO STEP 311 (remove_files) COMPLETE |
4783 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.805 INFO O| Aug 03 04:05:23.805 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4784 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.815 INFO O| Aug 03 04:05:23.815 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2grep" |
4785 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.815 INFO O| Aug 03 04:05:23.815 INFO STEP 312 (remove_files) COMPLETE |
4786 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.815 INFO O| Aug 03 04:05:23.815 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4787 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.825 INFO O| Aug 03 04:05:23.825 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcre2test" |
4788 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.825 INFO O| Aug 03 04:05:23.825 INFO STEP 313 (remove_files) COMPLETE |
4789 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.825 INFO O| Aug 03 04:05:23.825 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4790 | 2024-08-03T04:05:26.044Z | [ host-image] Aug 03 04:05:23.833 INFO O| Aug 03 04:05:23.833 INFO O| Planning: Finding local manifests ... Done |
4791 | 2024-08-03T04:05:26.044Z | [ host-image] Aug 03 04:05:23.835 INFO O| Aug 03 04:05:23.835 INFO O| Planning: Fetching manifests: 0/6 0% complete |
4792 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.836 INFO O| Aug 03 04:05:23.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcred" |
4793 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.836 INFO O| Aug 03 04:05:23.836 INFO STEP 314 (remove_files) COMPLETE |
4794 | 2024-08-03T04:05:26.044Z | [ recovery-image] Aug 03 04:05:23.836 INFO O| Aug 03 04:05:23.836 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4795 | 2024-08-03T04:05:26.045Z | [ recovery-image] Aug 03 04:05:23.846 INFO O| Aug 03 04:05:23.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcregrep" |
4796 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.846 INFO O| Aug 03 04:05:23.846 INFO STEP 315 (remove_files) COMPLETE |
4797 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.846 INFO O| Aug 03 04:05:23.846 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4798 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.857 INFO O| Aug 03 04:05:23.857 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pcretest" |
4799 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.857 INFO O| Aug 03 04:05:23.857 INFO STEP 316 (remove_files) COMPLETE |
4800 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.857 INFO O| Aug 03 04:05:23.857 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4801 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.867 INFO O| Aug 03 04:05:23.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/penv" |
4802 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.867 INFO O| Aug 03 04:05:23.867 INFO STEP 317 (remove_files) COMPLETE |
4803 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.867 INFO O| Aug 03 04:05:23.867 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4804 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.876 INFO O| Aug 03 04:05:23.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfbash" |
4805 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.876 INFO O| Aug 03 04:05:23.876 INFO STEP 318 (remove_files) COMPLETE |
4806 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.876 INFO O| Aug 03 04:05:23.876 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4807 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.885 INFO O| Aug 03 04:05:23.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfcsh" |
4808 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.886 INFO O| Aug 03 04:05:23.886 INFO STEP 319 (remove_files) COMPLETE |
4809 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.886 INFO O| Aug 03 04:05:23.886 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4810 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.895 INFO O| Aug 03 04:05:23.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfiles" |
4811 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.895 INFO O| Aug 03 04:05:23.895 INFO STEP 320 (remove_files) COMPLETE |
4812 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.895 INFO O| Aug 03 04:05:23.895 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4813 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.904 INFO O| Aug 03 04:05:23.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh" |
4814 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.905 INFO O| Aug 03 04:05:23.904 INFO STEP 321 (remove_files) COMPLETE |
4815 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.905 INFO O| Aug 03 04:05:23.905 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4816 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.914 INFO O| Aug 03 04:05:23.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfksh93" |
4817 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.914 INFO O| Aug 03 04:05:23.914 INFO STEP 322 (remove_files) COMPLETE |
4818 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.914 INFO O| Aug 03 04:05:23.914 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4819 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.923 INFO O| Aug 03 04:05:23.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pflags" |
4820 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.924 INFO O| Aug 03 04:05:23.923 INFO STEP 323 (remove_files) COMPLETE |
4821 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.924 INFO O| Aug 03 04:05:23.924 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4822 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.933 INFO O| Aug 03 04:05:23.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh" |
4823 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.933 INFO O| Aug 03 04:05:23.933 INFO STEP 324 (remove_files) COMPLETE |
4824 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.933 INFO O| Aug 03 04:05:23.933 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4825 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.942 INFO O| Aug 03 04:05:23.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfrksh93" |
4826 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.942 INFO O| Aug 03 04:05:23.942 INFO STEP 325 (remove_files) COMPLETE |
4827 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.942 INFO O| Aug 03 04:05:23.942 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4828 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.952 INFO O| Aug 03 04:05:23.952 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfsh" |
4829 | 2024-08-03T04:05:26.051Z | [ recovery-image] Aug 03 04:05:23.952 INFO O| Aug 03 04:05:23.952 INFO STEP 326 (remove_files) COMPLETE |
4830 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.952 INFO O| Aug 03 04:05:23.952 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4831 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.961 INFO O| Aug 03 04:05:23.961 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pftcsh" |
4832 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.961 INFO O| Aug 03 04:05:23.961 INFO STEP 327 (remove_files) COMPLETE |
4833 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.961 INFO O| Aug 03 04:05:23.961 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4834 | 2024-08-03T04:05:26.052Z | [ host-image] Aug 03 04:05:23.965 INFO O| Aug 03 04:05:23.965 INFO O| Planning: Fetching manifests: 6/6 100% complete |
4835 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.971 INFO O| Aug 03 04:05:23.970 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pfzsh" |
4836 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.971 INFO O| Aug 03 04:05:23.971 INFO STEP 328 (remove_files) COMPLETE |
4837 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.971 INFO O| Aug 03 04:05:23.971 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4838 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.980 INFO O| Aug 03 04:05:23.980 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pg" |
4839 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.981 INFO O| Aug 03 04:05:23.981 INFO STEP 329 (remove_files) COMPLETE |
4840 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.981 INFO O| Aug 03 04:05:23.981 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4841 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.990 INFO O| Aug 03 04:05:23.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pginfo" |
4842 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.990 INFO O| Aug 03 04:05:23.990 INFO STEP 330 (remove_files) COMPLETE |
4843 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:23.990 INFO O| Aug 03 04:05:23.990 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4844 | 2024-08-03T04:05:26.052Z | [ host-image] Aug 03 04:05:23.998 INFO O| Aug 03 04:05:23.998 INFO O| Planning: Package planning ... Done |
4845 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.000 INFO O| Aug 03 04:05:24.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pgstat" |
4846 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.000 INFO O| Aug 03 04:05:24.000 INFO STEP 331 (remove_files) COMPLETE |
4847 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.000 INFO O| Aug 03 04:05:24.000 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4848 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.009 INFO O| Aug 03 04:05:24.009 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgadm" |
4849 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.009 INFO O| Aug 03 04:05:24.009 INFO STEP 332 (remove_files) COMPLETE |
4850 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.009 INFO O| Aug 03 04:05:24.009 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4851 | 2024-08-03T04:05:26.052Z | [ host-image] Aug 03 04:05:24.017 INFO O| Aug 03 04:05:24.016 INFO O| Planning: Merging actions ... Done |
4852 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.018 INFO O| Aug 03 04:05:24.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgcond" |
4853 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.019 INFO O| Aug 03 04:05:24.018 INFO STEP 333 (remove_files) COMPLETE |
4854 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.019 INFO O| Aug 03 04:05:24.018 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4855 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.028 INFO O| Aug 03 04:05:24.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkginfo" |
4856 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.028 INFO O| Aug 03 04:05:24.028 INFO STEP 334 (remove_files) COMPLETE |
4857 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.028 INFO O| Aug 03 04:05:24.028 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4858 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.038 INFO O| Aug 03 04:05:24.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgmk" |
4859 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.038 INFO O| Aug 03 04:05:24.038 INFO STEP 335 (remove_files) COMPLETE |
4860 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.038 INFO O| Aug 03 04:05:24.038 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4861 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.047 INFO O| Aug 03 04:05:24.047 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgparam" |
4862 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.047 INFO O| Aug 03 04:05:24.047 INFO STEP 336 (remove_files) COMPLETE |
4863 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.047 INFO O| Aug 03 04:05:24.047 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4864 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.057 INFO O| Aug 03 04:05:24.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgproto" |
4865 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.057 INFO O| Aug 03 04:05:24.057 INFO STEP 337 (remove_files) COMPLETE |
4866 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.057 INFO O| Aug 03 04:05:24.057 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4867 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.067 INFO O| Aug 03 04:05:24.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkgtrans" |
4868 | 2024-08-03T04:05:26.052Z | [ recovery-image] Aug 03 04:05:24.067 INFO O| Aug 03 04:05:24.067 INFO STEP 338 (remove_files) COMPLETE |
4869 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.067 INFO O| Aug 03 04:05:24.067 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4870 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.076 INFO O| Aug 03 04:05:24.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pkill" |
4871 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.076 INFO O| Aug 03 04:05:24.076 INFO STEP 339 (remove_files) COMPLETE |
4872 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.076 INFO O| Aug 03 04:05:24.076 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4873 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.085 INFO O| Aug 03 04:05:24.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pktool" |
4874 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.085 INFO O| Aug 03 04:05:24.085 INFO STEP 340 (remove_files) COMPLETE |
4875 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.085 INFO O| Aug 03 04:05:24.085 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4876 | 2024-08-03T04:05:26.053Z | [ host-image] Aug 03 04:05:24.088 INFO O| Aug 03 04:05:24.088 INFO O| Planning: Checking for conflicting actions ... Done |
4877 | 2024-08-03T04:05:26.053Z | [ host-image] Aug 03 04:05:24.092 INFO O| Aug 03 04:05:24.092 INFO O| Planning: Consolidating action changes ... Done |
4878 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.095 INFO O| Aug 03 04:05:24.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pldd" |
4879 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.095 INFO O| Aug 03 04:05:24.095 INFO STEP 341 (remove_files) COMPLETE |
4880 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.095 INFO O| Aug 03 04:05:24.095 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4881 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.104 INFO O| Aug 03 04:05:24.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plgrp" |
4882 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.104 INFO O| Aug 03 04:05:24.104 INFO STEP 342 (remove_files) COMPLETE |
4883 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.104 INFO O| Aug 03 04:05:24.104 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4884 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.113 INFO O| Aug 03 04:05:24.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/plimit" |
4885 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.113 INFO O| Aug 03 04:05:24.113 INFO STEP 343 (remove_files) COMPLETE |
4886 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.113 INFO O| Aug 03 04:05:24.113 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4887 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.123 INFO O| Aug 03 04:05:24.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmadvise" |
4888 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.123 INFO O| Aug 03 04:05:24.123 INFO STEP 344 (remove_files) COMPLETE |
4889 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.123 INFO O| Aug 03 04:05:24.123 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4890 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.132 INFO O| Aug 03 04:05:24.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pmap" |
4891 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.132 INFO O| Aug 03 04:05:24.132 INFO STEP 345 (remove_files) COMPLETE |
4892 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.132 INFO O| Aug 03 04:05:24.132 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4893 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.141 INFO O| Aug 03 04:05:24.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/poolstat" |
4894 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.141 INFO O| Aug 03 04:05:24.141 INFO STEP 346 (remove_files) COMPLETE |
4895 | 2024-08-03T04:05:26.053Z | [ recovery-image] Aug 03 04:05:24.141 INFO O| Aug 03 04:05:24.141 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4896 | 2024-08-03T04:05:26.059Z | [ recovery-image] Aug 03 04:05:24.151 INFO O| Aug 03 04:05:24.150 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppgsz" |
4897 | 2024-08-03T04:05:26.059Z | [ recovery-image] Aug 03 04:05:24.151 INFO O| Aug 03 04:05:24.151 INFO STEP 347 (remove_files) COMPLETE |
4898 | 2024-08-03T04:05:26.059Z | [ recovery-image] Aug 03 04:05:24.151 INFO O| Aug 03 04:05:24.151 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4899 | 2024-08-03T04:05:26.059Z | [ recovery-image] Aug 03 04:05:24.160 INFO O| Aug 03 04:05:24.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ppriv" |
4900 | 2024-08-03T04:05:26.059Z | [ recovery-image] Aug 03 04:05:24.160 INFO O| Aug 03 04:05:24.160 INFO STEP 348 (remove_files) COMPLETE |
4901 | 2024-08-03T04:05:26.059Z | [ recovery-image] Aug 03 04:05:24.160 INFO O| Aug 03 04:05:24.160 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4902 | 2024-08-03T04:05:26.059Z | [ recovery-image] Aug 03 04:05:24.169 INFO O| Aug 03 04:05:24.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pr" |
4903 | 2024-08-03T04:05:26.059Z | [ recovery-image] Aug 03 04:05:24.169 INFO O| Aug 03 04:05:24.169 INFO STEP 349 (remove_files) COMPLETE |
4904 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.169 INFO O| Aug 03 04:05:24.169 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4905 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.179 INFO O| Aug 03 04:05:24.179 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prctl" |
4906 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.179 INFO O| Aug 03 04:05:24.179 INFO STEP 350 (remove_files) COMPLETE |
4907 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.179 INFO O| Aug 03 04:05:24.179 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4908 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.189 INFO O| Aug 03 04:05:24.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/preap" |
4909 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.189 INFO O| Aug 03 04:05:24.189 INFO STEP 351 (remove_files) COMPLETE |
4910 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.189 INFO O| Aug 03 04:05:24.189 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4911 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.200 INFO O| Aug 03 04:05:24.200 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/print" |
4912 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.200 INFO O| Aug 03 04:05:24.200 INFO STEP 352 (remove_files) COMPLETE |
4913 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.200 INFO O| Aug 03 04:05:24.200 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4914 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.211 INFO O| Aug 03 04:05:24.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/printf" |
4915 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.212 INFO O| Aug 03 04:05:24.212 INFO STEP 353 (remove_files) COMPLETE |
4916 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.212 INFO O| Aug 03 04:05:24.212 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4917 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.223 INFO O| Aug 03 04:05:24.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/priocntl" |
4918 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.223 INFO O| Aug 03 04:05:24.223 INFO STEP 354 (remove_files) COMPLETE |
4919 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.223 INFO O| Aug 03 04:05:24.223 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4920 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.234 INFO O| Aug 03 04:05:24.234 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/profiles" |
4921 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.234 INFO O| Aug 03 04:05:24.234 INFO STEP 355 (remove_files) COMPLETE |
4922 | 2024-08-03T04:05:26.060Z | [ recovery-image] Aug 03 04:05:24.234 INFO O| Aug 03 04:05:24.234 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4923 | 2024-08-03T04:05:26.068Z | [ recovery-image] Aug 03 04:05:24.245 INFO O| Aug 03 04:05:24.245 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/projects" |
4924 | 2024-08-03T04:05:26.068Z | [ recovery-image] Aug 03 04:05:24.245 INFO O| Aug 03 04:05:24.245 INFO STEP 356 (remove_files) COMPLETE |
4925 | 2024-08-03T04:05:26.070Z | [ recovery-image] Aug 03 04:05:24.245 INFO O| Aug 03 04:05:24.245 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4926 | 2024-08-03T04:05:26.077Z | [ recovery-image] Aug 03 04:05:24.256 INFO O| Aug 03 04:05:24.256 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prstat" |
4927 | 2024-08-03T04:05:26.077Z | [ recovery-image] Aug 03 04:05:24.256 INFO O| Aug 03 04:05:24.256 INFO STEP 357 (remove_files) COMPLETE |
4928 | 2024-08-03T04:05:26.080Z | [ recovery-image] Aug 03 04:05:24.256 INFO O| Aug 03 04:05:24.256 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4929 | 2024-08-03T04:05:26.087Z | [ recovery-image] Aug 03 04:05:24.266 INFO O| Aug 03 04:05:24.266 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/prun" |
4930 | 2024-08-03T04:05:26.090Z | [ recovery-image] Aug 03 04:05:24.266 INFO O| Aug 03 04:05:24.266 INFO STEP 358 (remove_files) COMPLETE |
4931 | 2024-08-03T04:05:26.090Z | [ recovery-image] Aug 03 04:05:24.266 INFO O| Aug 03 04:05:24.266 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4932 | 2024-08-03T04:05:26.097Z | [ recovery-image] Aug 03 04:05:24.276 INFO O| Aug 03 04:05:24.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psecflags" |
4933 | 2024-08-03T04:05:26.097Z | [ recovery-image] Aug 03 04:05:24.276 INFO O| Aug 03 04:05:24.276 INFO STEP 359 (remove_files) COMPLETE |
4934 | 2024-08-03T04:05:26.097Z | [ recovery-image] Aug 03 04:05:24.276 INFO O| Aug 03 04:05:24.276 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4935 | 2024-08-03T04:05:26.106Z | [ recovery-image] Aug 03 04:05:24.285 INFO O| Aug 03 04:05:24.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/psig" |
4936 | 2024-08-03T04:05:26.110Z | [ recovery-image] Aug 03 04:05:24.285 INFO O| Aug 03 04:05:24.285 INFO STEP 360 (remove_files) COMPLETE |
4937 | 2024-08-03T04:05:26.110Z | [ recovery-image] Aug 03 04:05:24.285 INFO O| Aug 03 04:05:24.285 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4938 | 2024-08-03T04:05:26.116Z | [ recovery-image] Aug 03 04:05:24.295 INFO O| Aug 03 04:05:24.295 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstack" |
4939 | 2024-08-03T04:05:26.116Z | [ recovery-image] Aug 03 04:05:24.295 INFO O| Aug 03 04:05:24.295 INFO STEP 361 (remove_files) COMPLETE |
4940 | 2024-08-03T04:05:26.119Z | [ recovery-image] Aug 03 04:05:24.295 INFO O| Aug 03 04:05:24.295 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4941 | 2024-08-03T04:05:26.125Z | [ recovery-image] Aug 03 04:05:24.304 INFO O| Aug 03 04:05:24.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pstop" |
4942 | 2024-08-03T04:05:26.128Z | [ recovery-image] Aug 03 04:05:24.304 INFO O| Aug 03 04:05:24.304 INFO STEP 362 (remove_files) COMPLETE |
4943 | 2024-08-03T04:05:26.128Z | [ recovery-image] Aug 03 04:05:24.304 INFO O| Aug 03 04:05:24.304 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4944 | 2024-08-03T04:05:26.134Z | [ recovery-image] Aug 03 04:05:24.313 INFO O| Aug 03 04:05:24.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptime" |
4945 | 2024-08-03T04:05:26.134Z | [ recovery-image] Aug 03 04:05:24.314 INFO O| Aug 03 04:05:24.314 INFO STEP 363 (remove_files) COMPLETE |
4946 | 2024-08-03T04:05:26.137Z | [ recovery-image] Aug 03 04:05:24.314 INFO O| Aug 03 04:05:24.314 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4947 | 2024-08-03T04:05:26.144Z | [ recovery-image] Aug 03 04:05:24.323 INFO O| Aug 03 04:05:24.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ptree" |
4948 | 2024-08-03T04:05:26.144Z | [ recovery-image] Aug 03 04:05:24.323 INFO O| Aug 03 04:05:24.323 INFO STEP 364 (remove_files) COMPLETE |
4949 | 2024-08-03T04:05:26.147Z | [ recovery-image] Aug 03 04:05:24.323 INFO O| Aug 03 04:05:24.323 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4950 | 2024-08-03T04:05:26.153Z | [ recovery-image] Aug 03 04:05:24.332 INFO O| Aug 03 04:05:24.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdev" |
4951 | 2024-08-03T04:05:26.156Z | [ recovery-image] Aug 03 04:05:24.333 INFO O| Aug 03 04:05:24.333 INFO STEP 365 (remove_files) COMPLETE |
4952 | 2024-08-03T04:05:26.156Z | [ recovery-image] Aug 03 04:05:24.333 INFO O| Aug 03 04:05:24.333 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4953 | 2024-08-03T04:05:26.163Z | [ host-image] Aug 03 04:05:24.342 INFO O| Aug 03 04:05:24.342 INFO O| Planning: Evaluating mediators ... Done |
4954 | 2024-08-03T04:05:26.165Z | [ recovery-image] Aug 03 04:05:24.343 INFO O| Aug 03 04:05:24.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/putdgrp" |
4955 | 2024-08-03T04:05:26.165Z | [ recovery-image] Aug 03 04:05:24.343 INFO O| Aug 03 04:05:24.343 INFO STEP 366 (remove_files) COMPLETE |
4956 | 2024-08-03T04:05:26.166Z | [ recovery-image] Aug 03 04:05:24.343 INFO O| Aug 03 04:05:24.343 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4957 | 2024-08-03T04:05:26.168Z | [ host-image] Aug 03 04:05:24.346 INFO O| Aug 03 04:05:24.345 INFO O| Planning: Planning completed in 1.86 seconds |
4958 | 2024-08-03T04:05:26.168Z | [ host-image] Aug 03 04:05:24.347 INFO O| Aug 03 04:05:24.347 INFO O| Packages to install: 6 |
4959 | 2024-08-03T04:05:26.168Z | [ host-image] Aug 03 04:05:24.347 INFO O| Aug 03 04:05:24.347 INFO O| Mediators to change: 1 |
4960 | 2024-08-03T04:05:26.168Z | [ host-image] Aug 03 04:05:24.347 INFO O| Aug 03 04:05:24.347 INFO O| Services to change: 1 |
4961 | 2024-08-03T04:05:26.173Z | [ recovery-image] Aug 03 04:05:24.352 INFO O| Aug 03 04:05:24.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pvs" |
4962 | 2024-08-03T04:05:26.173Z | [ recovery-image] Aug 03 04:05:24.352 INFO O| Aug 03 04:05:24.352 INFO STEP 367 (remove_files) COMPLETE |
4963 | 2024-08-03T04:05:26.176Z | [ recovery-image] Aug 03 04:05:24.352 INFO O| Aug 03 04:05:24.352 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4964 | 2024-08-03T04:05:26.180Z | [ host-image] Aug 03 04:05:24.359 INFO O| Aug 03 04:05:24.359 INFO O| Download: 0/1140 items 0.0/8.4MB 0% complete |
4965 | 2024-08-03T04:05:26.183Z | [ recovery-image] Aug 03 04:05:24.361 INFO O| Aug 03 04:05:24.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwait" |
4966 | 2024-08-03T04:05:26.183Z | [ recovery-image] Aug 03 04:05:24.361 INFO O| Aug 03 04:05:24.361 INFO STEP 368 (remove_files) COMPLETE |
4967 | 2024-08-03T04:05:26.183Z | [ recovery-image] Aug 03 04:05:24.361 INFO O| Aug 03 04:05:24.361 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4968 | 2024-08-03T04:05:26.192Z | [ recovery-image] Aug 03 04:05:24.371 INFO O| Aug 03 04:05:24.371 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwd" |
4969 | 2024-08-03T04:05:26.195Z | [ recovery-image] Aug 03 04:05:24.371 INFO O| Aug 03 04:05:24.371 INFO STEP 369 (remove_files) COMPLETE |
4970 | 2024-08-03T04:05:26.195Z | [ recovery-image] Aug 03 04:05:24.371 INFO O| Aug 03 04:05:24.371 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4971 | 2024-08-03T04:05:26.201Z | [ recovery-image] Aug 03 04:05:24.380 INFO O| Aug 03 04:05:24.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/pwdx" |
4972 | 2024-08-03T04:05:26.201Z | [ recovery-image] Aug 03 04:05:24.380 INFO O| Aug 03 04:05:24.380 INFO STEP 370 (remove_files) COMPLETE |
4973 | 2024-08-03T04:05:26.201Z | [ recovery-image] Aug 03 04:05:24.380 INFO O| Aug 03 04:05:24.380 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4974 | 2024-08-03T04:05:26.211Z | [ recovery-image] Aug 03 04:05:24.390 INFO O| Aug 03 04:05:24.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/read" |
4975 | 2024-08-03T04:05:26.211Z | [ recovery-image] Aug 03 04:05:24.390 INFO O| Aug 03 04:05:24.390 INFO STEP 371 (remove_files) COMPLETE |
4976 | 2024-08-03T04:05:26.211Z | [ recovery-image] Aug 03 04:05:24.390 INFO O| Aug 03 04:05:24.390 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4977 | 2024-08-03T04:05:26.220Z | [ recovery-image] Aug 03 04:05:24.399 INFO O| Aug 03 04:05:24.399 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/red" |
4978 | 2024-08-03T04:05:26.220Z | [ recovery-image] Aug 03 04:05:24.399 INFO O| Aug 03 04:05:24.399 INFO STEP 372 (remove_files) COMPLETE |
4979 | 2024-08-03T04:05:26.220Z | [ recovery-image] Aug 03 04:05:24.399 INFO O| Aug 03 04:05:24.399 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4980 | 2024-08-03T04:05:26.230Z | [ recovery-image] Aug 03 04:05:24.409 INFO O| Aug 03 04:05:24.409 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/regcmp" |
4981 | 2024-08-03T04:05:26.230Z | [ recovery-image] Aug 03 04:05:24.409 INFO O| Aug 03 04:05:24.409 INFO STEP 373 (remove_files) COMPLETE |
4982 | 2024-08-03T04:05:26.233Z | [ recovery-image] Aug 03 04:05:24.409 INFO O| Aug 03 04:05:24.409 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4983 | 2024-08-03T04:05:26.239Z | [ recovery-image] Aug 03 04:05:24.418 INFO O| Aug 03 04:05:24.418 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/renice" |
4984 | 2024-08-03T04:05:26.243Z | [ recovery-image] Aug 03 04:05:24.418 INFO O| Aug 03 04:05:24.418 INFO STEP 374 (remove_files) COMPLETE |
4985 | 2024-08-03T04:05:26.243Z | [ recovery-image] Aug 03 04:05:24.418 INFO O| Aug 03 04:05:24.418 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4986 | 2024-08-03T04:05:26.249Z | [ recovery-image] Aug 03 04:05:24.427 INFO O| Aug 03 04:05:24.427 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/resize" |
4987 | 2024-08-03T04:05:26.252Z | [ recovery-image] Aug 03 04:05:24.428 INFO O| Aug 03 04:05:24.428 INFO STEP 375 (remove_files) COMPLETE |
4988 | 2024-08-03T04:05:26.252Z | [ recovery-image] Aug 03 04:05:24.428 INFO O| Aug 03 04:05:24.428 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4989 | 2024-08-03T04:05:26.258Z | [ recovery-image] Aug 03 04:05:24.437 INFO O| Aug 03 04:05:24.437 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rev" |
4990 | 2024-08-03T04:05:26.263Z | [ recovery-image] Aug 03 04:05:24.437 INFO O| Aug 03 04:05:24.437 INFO STEP 376 (remove_files) COMPLETE |
4991 | 2024-08-03T04:05:26.263Z | [ recovery-image] Aug 03 04:05:24.437 INFO O| Aug 03 04:05:24.437 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4992 | 2024-08-03T04:05:26.267Z | [ recovery-image] Aug 03 04:05:24.446 INFO O| Aug 03 04:05:24.446 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh" |
4993 | 2024-08-03T04:05:26.267Z | [ recovery-image] Aug 03 04:05:24.446 INFO O| Aug 03 04:05:24.446 INFO STEP 377 (remove_files) COMPLETE |
4994 | 2024-08-03T04:05:26.268Z | [ recovery-image] Aug 03 04:05:24.446 INFO O| Aug 03 04:05:24.446 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4995 | 2024-08-03T04:05:26.276Z | [ recovery-image] Aug 03 04:05:24.455 INFO O| Aug 03 04:05:24.455 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rksh93" |
4996 | 2024-08-03T04:05:26.276Z | [ recovery-image] Aug 03 04:05:24.455 INFO O| Aug 03 04:05:24.455 INFO STEP 378 (remove_files) COMPLETE |
4997 | 2024-08-03T04:05:26.280Z | [ recovery-image] Aug 03 04:05:24.455 INFO O| Aug 03 04:05:24.455 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
4998 | 2024-08-03T04:05:26.287Z | [ recovery-image] Aug 03 04:05:24.464 INFO O| Aug 03 04:05:24.464 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/roles" |
4999 | 2024-08-03T04:05:26.294Z | [ recovery-image] Aug 03 04:05:24.464 INFO O| Aug 03 04:05:24.464 INFO STEP 379 (remove_files) COMPLETE |
5000 | 2024-08-03T04:05:26.294Z | [ recovery-image] Aug 03 04:05:24.465 INFO O| Aug 03 04:05:24.464 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5001 | 2024-08-03T04:05:26.299Z | [ recovery-image] Aug 03 04:05:24.474 INFO O| Aug 03 04:05:24.474 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rpcinfo" |
5002 | 2024-08-03T04:05:26.299Z | [ recovery-image] Aug 03 04:05:24.474 INFO O| Aug 03 04:05:24.474 INFO STEP 380 (remove_files) COMPLETE |
5003 | 2024-08-03T04:05:26.299Z | [ recovery-image] Aug 03 04:05:24.474 INFO O| Aug 03 04:05:24.474 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5004 | 2024-08-03T04:05:26.307Z | [ recovery-image] Aug 03 04:05:24.483 INFO O| Aug 03 04:05:24.483 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync" |
5005 | 2024-08-03T04:05:26.307Z | [ recovery-image] Aug 03 04:05:24.483 INFO O| Aug 03 04:05:24.483 INFO STEP 381 (remove_files) COMPLETE |
5006 | 2024-08-03T04:05:26.307Z | [ recovery-image] Aug 03 04:05:24.483 INFO O| Aug 03 04:05:24.483 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5007 | 2024-08-03T04:05:26.314Z | [ recovery-image] Aug 03 04:05:24.492 INFO O| Aug 03 04:05:24.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/rsync-ssl" |
5008 | 2024-08-03T04:05:26.314Z | [ recovery-image] Aug 03 04:05:24.492 INFO O| Aug 03 04:05:24.492 INFO STEP 382 (remove_files) COMPLETE |
5009 | 2024-08-03T04:05:26.314Z | [ recovery-image] Aug 03 04:05:24.492 INFO O| Aug 03 04:05:24.492 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5010 | 2024-08-03T04:05:26.323Z | [ recovery-image] Aug 03 04:05:24.502 INFO O| Aug 03 04:05:24.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/runat" |
5011 | 2024-08-03T04:05:26.330Z | [ recovery-image] Aug 03 04:05:24.502 INFO O| Aug 03 04:05:24.502 INFO STEP 383 (remove_files) COMPLETE |
5012 | 2024-08-03T04:05:26.330Z | [ recovery-image] Aug 03 04:05:24.502 INFO O| Aug 03 04:05:24.502 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5013 | 2024-08-03T04:05:26.333Z | [ recovery-image] Aug 03 04:05:24.511 INFO O| Aug 03 04:05:24.511 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/scp" |
5014 | 2024-08-03T04:05:26.333Z | [ recovery-image] Aug 03 04:05:24.511 INFO O| Aug 03 04:05:24.511 INFO STEP 384 (remove_files) COMPLETE |
5015 | 2024-08-03T04:05:26.333Z | [ recovery-image] Aug 03 04:05:24.511 INFO O| Aug 03 04:05:24.511 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5016 | 2024-08-03T04:05:26.341Z | [ recovery-image] Aug 03 04:05:24.520 INFO O| Aug 03 04:05:24.520 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/script" |
5017 | 2024-08-03T04:05:26.341Z | [ recovery-image] Aug 03 04:05:24.520 INFO O| Aug 03 04:05:24.520 INFO STEP 385 (remove_files) COMPLETE |
5018 | 2024-08-03T04:05:26.344Z | [ recovery-image] Aug 03 04:05:24.520 INFO O| Aug 03 04:05:24.520 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5019 | 2024-08-03T04:05:26.350Z | [ recovery-image] Aug 03 04:05:24.529 INFO O| Aug 03 04:05:24.529 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sdiff" |
5020 | 2024-08-03T04:05:26.350Z | [ recovery-image] Aug 03 04:05:24.530 INFO O| Aug 03 04:05:24.530 INFO STEP 386 (remove_files) COMPLETE |
5021 | 2024-08-03T04:05:26.353Z | [ recovery-image] Aug 03 04:05:24.530 INFO O| Aug 03 04:05:24.530 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5022 | 2024-08-03T04:05:26.360Z | [ recovery-image] Aug 03 04:05:24.539 INFO O| Aug 03 04:05:24.539 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/setpgrp" |
5023 | 2024-08-03T04:05:26.360Z | [ recovery-image] Aug 03 04:05:24.539 INFO O| Aug 03 04:05:24.539 INFO STEP 387 (remove_files) COMPLETE |
5024 | 2024-08-03T04:05:26.360Z | [ recovery-image] Aug 03 04:05:24.539 INFO O| Aug 03 04:05:24.539 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5025 | 2024-08-03T04:05:26.369Z | [ recovery-image] Aug 03 04:05:24.548 INFO O| Aug 03 04:05:24.548 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sftp" |
5026 | 2024-08-03T04:05:26.369Z | [ recovery-image] Aug 03 04:05:24.548 INFO O| Aug 03 04:05:24.548 INFO STEP 388 (remove_files) COMPLETE |
5027 | 2024-08-03T04:05:26.372Z | [ recovery-image] Aug 03 04:05:24.548 INFO O| Aug 03 04:05:24.548 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5028 | 2024-08-03T04:05:26.379Z | [ recovery-image] Aug 03 04:05:24.558 INFO O| Aug 03 04:05:24.558 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/shcomp" |
5029 | 2024-08-03T04:05:26.379Z | [ recovery-image] Aug 03 04:05:24.558 INFO O| Aug 03 04:05:24.558 INFO STEP 389 (remove_files) COMPLETE |
5030 | 2024-08-03T04:05:26.382Z | [ recovery-image] Aug 03 04:05:24.558 INFO O| Aug 03 04:05:24.558 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5031 | 2024-08-03T04:05:26.388Z | [ recovery-image] Aug 03 04:05:24.567 INFO O| Aug 03 04:05:24.567 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/smbutil" |
5032 | 2024-08-03T04:05:26.388Z | [ recovery-image] Aug 03 04:05:24.568 INFO O| Aug 03 04:05:24.567 INFO STEP 390 (remove_files) COMPLETE |
5033 | 2024-08-03T04:05:26.388Z | [ recovery-image] Aug 03 04:05:24.568 INFO O| Aug 03 04:05:24.568 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5034 | 2024-08-03T04:05:26.398Z | [ recovery-image] Aug 03 04:05:24.577 INFO O| Aug 03 04:05:24.577 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmp-bridge-mib" |
5035 | 2024-08-03T04:05:26.398Z | [ recovery-image] Aug 03 04:05:24.577 INFO O| Aug 03 04:05:24.577 INFO STEP 391 (remove_files) COMPLETE |
5036 | 2024-08-03T04:05:26.398Z | [ recovery-image] Aug 03 04:05:24.577 INFO O| Aug 03 04:05:24.577 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5037 | 2024-08-03T04:05:26.408Z | [ recovery-image] Aug 03 04:05:24.587 INFO O| Aug 03 04:05:24.587 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkget" |
5038 | 2024-08-03T04:05:26.408Z | [ recovery-image] Aug 03 04:05:24.587 INFO O| Aug 03 04:05:24.587 INFO STEP 392 (remove_files) COMPLETE |
5039 | 2024-08-03T04:05:26.408Z | [ recovery-image] Aug 03 04:05:24.587 INFO O| Aug 03 04:05:24.587 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5040 | 2024-08-03T04:05:26.417Z | [ recovery-image] Aug 03 04:05:24.596 INFO O| Aug 03 04:05:24.596 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpbulkwalk" |
5041 | 2024-08-03T04:05:26.417Z | [ recovery-image] Aug 03 04:05:24.596 INFO O| Aug 03 04:05:24.596 INFO STEP 393 (remove_files) COMPLETE |
5042 | 2024-08-03T04:05:26.420Z | [ recovery-image] Aug 03 04:05:24.596 INFO O| Aug 03 04:05:24.596 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5043 | 2024-08-03T04:05:26.426Z | [ recovery-image] Aug 03 04:05:24.605 INFO O| Aug 03 04:05:24.605 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpcheck" |
5044 | 2024-08-03T04:05:26.429Z | [ recovery-image] Aug 03 04:05:24.605 INFO O| Aug 03 04:05:24.605 INFO STEP 394 (remove_files) COMPLETE |
5045 | 2024-08-03T04:05:26.429Z | [ recovery-image] Aug 03 04:05:24.605 INFO O| Aug 03 04:05:24.605 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5046 | 2024-08-03T04:05:26.435Z | [ recovery-image] Aug 03 04:05:24.614 INFO O| Aug 03 04:05:24.614 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpconf" |
5047 | 2024-08-03T04:05:26.435Z | [ recovery-image] Aug 03 04:05:24.614 INFO O| Aug 03 04:05:24.614 INFO STEP 395 (remove_files) COMPLETE |
5048 | 2024-08-03T04:05:26.438Z | [ recovery-image] Aug 03 04:05:24.614 INFO O| Aug 03 04:05:24.614 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5049 | 2024-08-03T04:05:26.444Z | [ recovery-image] Aug 03 04:05:24.623 INFO O| Aug 03 04:05:24.623 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdelta" |
5050 | 2024-08-03T04:05:26.447Z | [ recovery-image] Aug 03 04:05:24.623 INFO O| Aug 03 04:05:24.623 INFO STEP 396 (remove_files) COMPLETE |
5051 | 2024-08-03T04:05:26.447Z | [ recovery-image] Aug 03 04:05:24.623 INFO O| Aug 03 04:05:24.623 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5052 | 2024-08-03T04:05:26.453Z | [ recovery-image] Aug 03 04:05:24.632 INFO O| Aug 03 04:05:24.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpdf" |
5053 | 2024-08-03T04:05:26.453Z | [ recovery-image] Aug 03 04:05:24.632 INFO O| Aug 03 04:05:24.632 INFO STEP 397 (remove_files) COMPLETE |
5054 | 2024-08-03T04:05:26.456Z | [ recovery-image] Aug 03 04:05:24.632 INFO O| Aug 03 04:05:24.632 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5055 | 2024-08-03T04:05:26.463Z | [ recovery-image] Aug 03 04:05:24.642 INFO O| Aug 03 04:05:24.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpget" |
5056 | 2024-08-03T04:05:26.463Z | [ recovery-image] Aug 03 04:05:24.642 INFO O| Aug 03 04:05:24.642 INFO STEP 398 (remove_files) COMPLETE |
5057 | 2024-08-03T04:05:26.466Z | [ recovery-image] Aug 03 04:05:24.642 INFO O| Aug 03 04:05:24.642 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5058 | 2024-08-03T04:05:26.473Z | [ recovery-image] Aug 03 04:05:24.652 INFO O| Aug 03 04:05:24.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpgetnext" |
5059 | 2024-08-03T04:05:26.473Z | [ recovery-image] Aug 03 04:05:24.652 INFO O| Aug 03 04:05:24.652 INFO STEP 399 (remove_files) COMPLETE |
5060 | 2024-08-03T04:05:26.476Z | [ recovery-image] Aug 03 04:05:24.652 INFO O| Aug 03 04:05:24.652 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5061 | 2024-08-03T04:05:26.482Z | [ recovery-image] Aug 03 04:05:24.661 INFO O| Aug 03 04:05:24.661 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpnetstat" |
5062 | 2024-08-03T04:05:26.485Z | [ recovery-image] Aug 03 04:05:24.662 INFO O| Aug 03 04:05:24.662 INFO STEP 400 (remove_files) COMPLETE |
5063 | 2024-08-03T04:05:26.485Z | [ recovery-image] Aug 03 04:05:24.662 INFO O| Aug 03 04:05:24.662 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5064 | 2024-08-03T04:05:26.492Z | [ recovery-image] Aug 03 04:05:24.671 INFO O| Aug 03 04:05:24.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmppcap" |
5065 | 2024-08-03T04:05:26.492Z | [ recovery-image] Aug 03 04:05:24.672 INFO O| Aug 03 04:05:24.672 INFO STEP 401 (remove_files) COMPLETE |
5066 | 2024-08-03T04:05:26.495Z | [ recovery-image] Aug 03 04:05:24.672 INFO O| Aug 03 04:05:24.672 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5067 | 2024-08-03T04:05:26.502Z | [ recovery-image] Aug 03 04:05:24.681 INFO O| Aug 03 04:05:24.681 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpping" |
5068 | 2024-08-03T04:05:26.504Z | [ recovery-image] Aug 03 04:05:24.682 INFO O| Aug 03 04:05:24.681 INFO STEP 402 (remove_files) COMPLETE |
5069 | 2024-08-03T04:05:26.504Z | [ recovery-image] Aug 03 04:05:24.682 INFO O| Aug 03 04:05:24.682 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5070 | 2024-08-03T04:05:26.512Z | [ recovery-image] Aug 03 04:05:24.691 INFO O| Aug 03 04:05:24.691 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpps" |
5071 | 2024-08-03T04:05:26.514Z | [ recovery-image] Aug 03 04:05:24.691 INFO O| Aug 03 04:05:24.691 INFO STEP 403 (remove_files) COMPLETE |
5072 | 2024-08-03T04:05:26.515Z | [ recovery-image] Aug 03 04:05:24.691 INFO O| Aug 03 04:05:24.691 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5073 | 2024-08-03T04:05:26.521Z | [ recovery-image] Aug 03 04:05:24.700 INFO O| Aug 03 04:05:24.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpset" |
5074 | 2024-08-03T04:05:26.524Z | [ recovery-image] Aug 03 04:05:24.700 INFO O| Aug 03 04:05:24.700 INFO STEP 404 (remove_files) COMPLETE |
5075 | 2024-08-03T04:05:26.524Z | [ recovery-image] Aug 03 04:05:24.700 INFO O| Aug 03 04:05:24.700 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5076 | 2024-08-03T04:05:26.530Z | [ recovery-image] Aug 03 04:05:24.709 INFO O| Aug 03 04:05:24.709 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpstatus" |
5077 | 2024-08-03T04:05:26.530Z | [ recovery-image] Aug 03 04:05:24.709 INFO O| Aug 03 04:05:24.709 INFO STEP 405 (remove_files) COMPLETE |
5078 | 2024-08-03T04:05:26.538Z | [ recovery-image] Aug 03 04:05:24.709 INFO O| Aug 03 04:05:24.709 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5079 | 2024-08-03T04:05:26.546Z | [ recovery-image] Aug 03 04:05:24.718 INFO O| Aug 03 04:05:24.718 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptable" |
5080 | 2024-08-03T04:05:26.546Z | [ recovery-image] Aug 03 04:05:24.718 INFO O| Aug 03 04:05:24.718 INFO STEP 406 (remove_files) COMPLETE |
5081 | 2024-08-03T04:05:26.546Z | [ recovery-image] Aug 03 04:05:24.718 INFO O| Aug 03 04:05:24.718 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5082 | 2024-08-03T04:05:26.558Z | [ recovery-image] Aug 03 04:05:24.727 INFO O| Aug 03 04:05:24.727 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptest" |
5083 | 2024-08-03T04:05:26.558Z | [ recovery-image] Aug 03 04:05:24.728 INFO O| Aug 03 04:05:24.728 INFO STEP 407 (remove_files) COMPLETE |
5084 | 2024-08-03T04:05:26.558Z | [ recovery-image] Aug 03 04:05:24.728 INFO O| Aug 03 04:05:24.728 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5085 | 2024-08-03T04:05:26.566Z | [ recovery-image] Aug 03 04:05:24.737 INFO O| Aug 03 04:05:24.737 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptranslate" |
5086 | 2024-08-03T04:05:26.566Z | [ recovery-image] Aug 03 04:05:24.737 INFO O| Aug 03 04:05:24.737 INFO STEP 408 (remove_files) COMPLETE |
5087 | 2024-08-03T04:05:26.566Z | [ recovery-image] Aug 03 04:05:24.737 INFO O| Aug 03 04:05:24.737 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5088 | 2024-08-03T04:05:26.574Z | [ recovery-image] Aug 03 04:05:24.746 INFO O| Aug 03 04:05:24.746 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmptrap" |
5089 | 2024-08-03T04:05:26.574Z | [ recovery-image] Aug 03 04:05:24.746 INFO O| Aug 03 04:05:24.746 INFO STEP 409 (remove_files) COMPLETE |
5090 | 2024-08-03T04:05:26.574Z | [ recovery-image] Aug 03 04:05:24.746 INFO O| Aug 03 04:05:24.746 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5091 | 2024-08-03T04:05:26.581Z | [ recovery-image] Aug 03 04:05:24.755 INFO O| Aug 03 04:05:24.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpusm" |
5092 | 2024-08-03T04:05:26.582Z | [ recovery-image] Aug 03 04:05:24.756 INFO O| Aug 03 04:05:24.756 INFO STEP 410 (remove_files) COMPLETE |
5093 | 2024-08-03T04:05:26.582Z | [ recovery-image] Aug 03 04:05:24.756 INFO O| Aug 03 04:05:24.756 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5094 | 2024-08-03T04:05:26.591Z | [ recovery-image] Aug 03 04:05:24.765 INFO O| Aug 03 04:05:24.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpvacm" |
5095 | 2024-08-03T04:05:26.591Z | [ recovery-image] Aug 03 04:05:24.765 INFO O| Aug 03 04:05:24.765 INFO STEP 411 (remove_files) COMPLETE |
5096 | 2024-08-03T04:05:26.591Z | [ recovery-image] Aug 03 04:05:24.765 INFO O| Aug 03 04:05:24.765 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5097 | 2024-08-03T04:05:26.602Z | [ recovery-image] Aug 03 04:05:24.774 INFO O| Aug 03 04:05:24.774 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/snmpwalk" |
5098 | 2024-08-03T04:05:26.602Z | [ recovery-image] Aug 03 04:05:24.774 INFO O| Aug 03 04:05:24.774 INFO STEP 412 (remove_files) COMPLETE |
5099 | 2024-08-03T04:05:26.602Z | [ recovery-image] Aug 03 04:05:24.774 INFO O| Aug 03 04:05:24.774 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5100 | 2024-08-03T04:05:26.618Z | [ recovery-image] Aug 03 04:05:24.783 INFO O| Aug 03 04:05:24.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sotruss" |
5101 | 2024-08-03T04:05:26.618Z | [ recovery-image] Aug 03 04:05:24.783 INFO O| Aug 03 04:05:24.783 INFO STEP 413 (remove_files) COMPLETE |
5102 | 2024-08-03T04:05:26.618Z | [ recovery-image] Aug 03 04:05:24.783 INFO O| Aug 03 04:05:24.783 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5103 | 2024-08-03T04:05:26.618Z | [ recovery-image] Aug 03 04:05:24.793 INFO O| Aug 03 04:05:24.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/spell" |
5104 | 2024-08-03T04:05:26.618Z | [ recovery-image] Aug 03 04:05:24.793 INFO O| Aug 03 04:05:24.793 INFO STEP 414 (remove_files) COMPLETE |
5105 | 2024-08-03T04:05:26.618Z | [ recovery-image] Aug 03 04:05:24.793 INFO O| Aug 03 04:05:24.793 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5106 | 2024-08-03T04:05:26.623Z | [ recovery-image] Aug 03 04:05:24.802 INFO O| Aug 03 04:05:24.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/split" |
5107 | 2024-08-03T04:05:26.626Z | [ recovery-image] Aug 03 04:05:24.802 INFO O| Aug 03 04:05:24.802 INFO STEP 415 (remove_files) COMPLETE |
5108 | 2024-08-03T04:05:26.626Z | [ recovery-image] Aug 03 04:05:24.802 INFO O| Aug 03 04:05:24.802 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5109 | 2024-08-03T04:05:26.632Z | [ recovery-image] Aug 03 04:05:24.811 INFO O| Aug 03 04:05:24.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sqlite3" |
5110 | 2024-08-03T04:05:26.632Z | [ recovery-image] Aug 03 04:05:24.811 INFO O| Aug 03 04:05:24.811 INFO STEP 416 (remove_files) COMPLETE |
5111 | 2024-08-03T04:05:26.635Z | [ recovery-image] Aug 03 04:05:24.811 INFO O| Aug 03 04:05:24.811 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5112 | 2024-08-03T04:05:26.641Z | [ recovery-image] Aug 03 04:05:24.821 INFO O| Aug 03 04:05:24.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh" |
5113 | 2024-08-03T04:05:26.644Z | [ recovery-image] Aug 03 04:05:24.821 INFO O| Aug 03 04:05:24.821 INFO STEP 417 (remove_files) COMPLETE |
5114 | 2024-08-03T04:05:26.644Z | [ recovery-image] Aug 03 04:05:24.821 INFO O| Aug 03 04:05:24.821 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5115 | 2024-08-03T04:05:26.651Z | [ recovery-image] Aug 03 04:05:24.830 INFO O| Aug 03 04:05:24.830 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-add" |
5116 | 2024-08-03T04:05:26.651Z | [ recovery-image] Aug 03 04:05:24.830 INFO O| Aug 03 04:05:24.830 INFO STEP 418 (remove_files) COMPLETE |
5117 | 2024-08-03T04:05:26.651Z | [ recovery-image] Aug 03 04:05:24.830 INFO O| Aug 03 04:05:24.830 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5118 | 2024-08-03T04:05:26.660Z | [ recovery-image] Aug 03 04:05:24.840 INFO O| Aug 03 04:05:24.839 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-agent" |
5119 | 2024-08-03T04:05:26.661Z | [ recovery-image] Aug 03 04:05:24.840 INFO O| Aug 03 04:05:24.840 INFO STEP 419 (remove_files) COMPLETE |
5120 | 2024-08-03T04:05:26.661Z | [ recovery-image] Aug 03 04:05:24.840 INFO O| Aug 03 04:05:24.840 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5121 | 2024-08-03T04:05:26.670Z | [ recovery-image] Aug 03 04:05:24.849 INFO O| Aug 03 04:05:24.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-copy-id" |
5122 | 2024-08-03T04:05:26.670Z | [ recovery-image] Aug 03 04:05:24.849 INFO O| Aug 03 04:05:24.849 INFO STEP 420 (remove_files) COMPLETE |
5123 | 2024-08-03T04:05:26.670Z | [ recovery-image] Aug 03 04:05:24.849 INFO O| Aug 03 04:05:24.849 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5124 | 2024-08-03T04:05:26.679Z | [ recovery-image] Aug 03 04:05:24.858 INFO O| Aug 03 04:05:24.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ssh-keyscan" |
5125 | 2024-08-03T04:05:26.682Z | [ recovery-image] Aug 03 04:05:24.858 INFO O| Aug 03 04:05:24.858 INFO STEP 421 (remove_files) COMPLETE |
5126 | 2024-08-03T04:05:26.682Z | [ recovery-image] Aug 03 04:05:24.858 INFO O| Aug 03 04:05:24.858 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5127 | 2024-08-03T04:05:26.688Z | [ recovery-image] Aug 03 04:05:24.867 INFO O| Aug 03 04:05:24.867 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/strings" |
5128 | 2024-08-03T04:05:26.692Z | [ recovery-image] Aug 03 04:05:24.867 INFO O| Aug 03 04:05:24.867 INFO STEP 422 (remove_files) COMPLETE |
5129 | 2024-08-03T04:05:26.692Z | [ recovery-image] Aug 03 04:05:24.867 INFO O| Aug 03 04:05:24.867 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5130 | 2024-08-03T04:05:26.697Z | [ recovery-image] Aug 03 04:05:24.876 INFO O| Aug 03 04:05:24.876 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/sum" |
5131 | 2024-08-03T04:05:26.697Z | [ recovery-image] Aug 03 04:05:24.876 INFO O| Aug 03 04:05:24.876 INFO STEP 423 (remove_files) COMPLETE |
5132 | 2024-08-03T04:05:26.700Z | [ recovery-image] Aug 03 04:05:24.876 INFO O| Aug 03 04:05:24.876 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5133 | 2024-08-03T04:05:26.706Z | [ recovery-image] Aug 03 04:05:24.885 INFO O| Aug 03 04:05:24.885 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tabs" |
5134 | 2024-08-03T04:05:26.706Z | [ recovery-image] Aug 03 04:05:24.886 INFO O| Aug 03 04:05:24.886 INFO STEP 424 (remove_files) COMPLETE |
5135 | 2024-08-03T04:05:26.706Z | [ recovery-image] Aug 03 04:05:24.886 INFO O| Aug 03 04:05:24.886 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5136 | 2024-08-03T04:05:26.716Z | [ recovery-image] Aug 03 04:05:24.895 INFO O| Aug 03 04:05:24.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tcopy" |
5137 | 2024-08-03T04:05:26.716Z | [ recovery-image] Aug 03 04:05:24.895 INFO O| Aug 03 04:05:24.895 INFO STEP 425 (remove_files) COMPLETE |
5138 | 2024-08-03T04:05:26.719Z | [ recovery-image] Aug 03 04:05:24.895 INFO O| Aug 03 04:05:24.895 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5139 | 2024-08-03T04:05:26.725Z | [ recovery-image] Aug 03 04:05:24.904 INFO O| Aug 03 04:05:24.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/test" |
5140 | 2024-08-03T04:05:26.725Z | [ recovery-image] Aug 03 04:05:24.904 INFO O| Aug 03 04:05:24.904 INFO STEP 426 (remove_files) COMPLETE |
5141 | 2024-08-03T04:05:26.728Z | [ recovery-image] Aug 03 04:05:24.904 INFO O| Aug 03 04:05:24.904 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5142 | 2024-08-03T04:05:26.734Z | [ recovery-image] Aug 03 04:05:24.913 INFO O| Aug 03 04:05:24.913 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tic" |
5143 | 2024-08-03T04:05:26.734Z | [ recovery-image] Aug 03 04:05:24.913 INFO O| Aug 03 04:05:24.913 INFO STEP 427 (remove_files) COMPLETE |
5144 | 2024-08-03T04:05:26.734Z | [ recovery-image] Aug 03 04:05:24.913 INFO O| Aug 03 04:05:24.913 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5145 | 2024-08-03T04:05:26.745Z | [ recovery-image] Aug 03 04:05:24.923 INFO O| Aug 03 04:05:24.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/time" |
5146 | 2024-08-03T04:05:26.745Z | [ recovery-image] Aug 03 04:05:24.923 INFO O| Aug 03 04:05:24.923 INFO STEP 428 (remove_files) COMPLETE |
5147 | 2024-08-03T04:05:26.749Z | [ recovery-image] Aug 03 04:05:24.923 INFO O| Aug 03 04:05:24.923 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5148 | 2024-08-03T04:05:26.755Z | [ recovery-image] Aug 03 04:05:24.933 INFO O| Aug 03 04:05:24.933 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tip" |
5149 | 2024-08-03T04:05:26.755Z | [ recovery-image] Aug 03 04:05:24.933 INFO O| Aug 03 04:05:24.933 INFO STEP 429 (remove_files) COMPLETE |
5150 | 2024-08-03T04:05:26.755Z | [ recovery-image] Aug 03 04:05:24.933 INFO O| Aug 03 04:05:24.933 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5151 | 2024-08-03T04:05:26.764Z | [ recovery-image] Aug 03 04:05:24.942 INFO O| Aug 03 04:05:24.942 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tkmib" |
5152 | 2024-08-03T04:05:26.764Z | [ recovery-image] Aug 03 04:05:24.942 INFO O| Aug 03 04:05:24.942 INFO STEP 430 (remove_files) COMPLETE |
5153 | 2024-08-03T04:05:26.767Z | [ recovery-image] Aug 03 04:05:24.942 INFO O| Aug 03 04:05:24.942 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5154 | 2024-08-03T04:05:26.772Z | [ recovery-image] Aug 03 04:05:24.951 INFO O| Aug 03 04:05:24.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tpmadm" |
5155 | 2024-08-03T04:05:26.772Z | [ recovery-image] Aug 03 04:05:24.951 INFO O| Aug 03 04:05:24.951 INFO STEP 431 (remove_files) COMPLETE |
5156 | 2024-08-03T04:05:26.772Z | [ recovery-image] Aug 03 04:05:24.951 INFO O| Aug 03 04:05:24.951 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5157 | 2024-08-03T04:05:26.781Z | [ recovery-image] Aug 03 04:05:24.960 INFO O| Aug 03 04:05:24.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/traptoemail" |
5158 | 2024-08-03T04:05:26.781Z | [ recovery-image] Aug 03 04:05:24.960 INFO O| Aug 03 04:05:24.960 INFO STEP 432 (remove_files) COMPLETE |
5159 | 2024-08-03T04:05:26.785Z | [ recovery-image] Aug 03 04:05:24.961 INFO O| Aug 03 04:05:24.960 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5160 | 2024-08-03T04:05:26.790Z | [ recovery-image] Aug 03 04:05:24.969 INFO O| Aug 03 04:05:24.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/true" |
5161 | 2024-08-03T04:05:26.790Z | [ recovery-image] Aug 03 04:05:24.970 INFO O| Aug 03 04:05:24.970 INFO STEP 433 (remove_files) COMPLETE |
5162 | 2024-08-03T04:05:26.793Z | [ recovery-image] Aug 03 04:05:24.970 INFO O| Aug 03 04:05:24.970 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5163 | 2024-08-03T04:05:26.801Z | [ recovery-image] Aug 03 04:05:24.979 INFO O| Aug 03 04:05:24.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tty" |
5164 | 2024-08-03T04:05:26.808Z | [ recovery-image] Aug 03 04:05:24.979 INFO O| Aug 03 04:05:24.979 INFO STEP 434 (remove_files) COMPLETE |
5165 | 2024-08-03T04:05:26.809Z | [ recovery-image] Aug 03 04:05:24.979 INFO O| Aug 03 04:05:24.979 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5166 | 2024-08-03T04:05:26.815Z | [ recovery-image] Aug 03 04:05:24.988 INFO O| Aug 03 04:05:24.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/type" |
5167 | 2024-08-03T04:05:26.816Z | [ recovery-image] Aug 03 04:05:24.988 INFO O| Aug 03 04:05:24.988 INFO STEP 435 (remove_files) COMPLETE |
5168 | 2024-08-03T04:05:26.816Z | [ recovery-image] Aug 03 04:05:24.988 INFO O| Aug 03 04:05:24.988 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5169 | 2024-08-03T04:05:26.819Z | [ recovery-image] Aug 03 04:05:24.997 INFO O| Aug 03 04:05:24.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/tzselect" |
5170 | 2024-08-03T04:05:26.819Z | [ recovery-image] Aug 03 04:05:24.997 INFO O| Aug 03 04:05:24.997 INFO STEP 436 (remove_files) COMPLETE |
5171 | 2024-08-03T04:05:26.820Z | [ recovery-image] Aug 03 04:05:24.997 INFO O| Aug 03 04:05:24.997 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5172 | 2024-08-03T04:05:26.831Z | [ recovery-image] Aug 03 04:05:25.006 INFO O| Aug 03 04:05:25.006 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/ulimit" |
5173 | 2024-08-03T04:05:26.832Z | [ recovery-image] Aug 03 04:05:25.006 INFO O| Aug 03 04:05:25.006 INFO STEP 437 (remove_files) COMPLETE |
5174 | 2024-08-03T04:05:26.839Z | [ recovery-image] Aug 03 04:05:25.006 INFO O| Aug 03 04:05:25.006 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5175 | 2024-08-03T04:05:26.839Z | [ recovery-image] Aug 03 04:05:25.015 INFO O| Aug 03 04:05:25.015 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/umask" |
5176 | 2024-08-03T04:05:26.839Z | [ recovery-image] Aug 03 04:05:25.015 INFO O| Aug 03 04:05:25.015 INFO STEP 438 (remove_files) COMPLETE |
5177 | 2024-08-03T04:05:26.839Z | [ recovery-image] Aug 03 04:05:25.015 INFO O| Aug 03 04:05:25.015 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5178 | 2024-08-03T04:05:26.850Z | [ recovery-image] Aug 03 04:05:25.024 INFO O| Aug 03 04:05:25.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unalias" |
5179 | 2024-08-03T04:05:26.850Z | [ recovery-image] Aug 03 04:05:25.024 INFO O| Aug 03 04:05:25.024 INFO STEP 439 (remove_files) COMPLETE |
5180 | 2024-08-03T04:05:26.850Z | [ recovery-image] Aug 03 04:05:25.024 INFO O| Aug 03 04:05:25.024 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5181 | 2024-08-03T04:05:26.858Z | [ recovery-image] Aug 03 04:05:25.033 INFO O| Aug 03 04:05:25.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uncompress" |
5182 | 2024-08-03T04:05:26.858Z | [ recovery-image] Aug 03 04:05:25.033 INFO O| Aug 03 04:05:25.033 INFO STEP 440 (remove_files) COMPLETE |
5183 | 2024-08-03T04:05:26.858Z | [ recovery-image] Aug 03 04:05:25.033 INFO O| Aug 03 04:05:25.033 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5184 | 2024-08-03T04:05:26.863Z | [ recovery-image] Aug 03 04:05:25.042 INFO O| Aug 03 04:05:25.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unexpand" |
5185 | 2024-08-03T04:05:26.863Z | [ recovery-image] Aug 03 04:05:25.042 INFO O| Aug 03 04:05:25.042 INFO STEP 441 (remove_files) COMPLETE |
5186 | 2024-08-03T04:05:26.863Z | [ recovery-image] Aug 03 04:05:25.042 INFO O| Aug 03 04:05:25.042 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5187 | 2024-08-03T04:05:26.872Z | [ recovery-image] Aug 03 04:05:25.051 INFO O| Aug 03 04:05:25.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uniq" |
5188 | 2024-08-03T04:05:26.872Z | [ recovery-image] Aug 03 04:05:25.051 INFO O| Aug 03 04:05:25.051 INFO STEP 442 (remove_files) COMPLETE |
5189 | 2024-08-03T04:05:26.875Z | [ recovery-image] Aug 03 04:05:25.051 INFO O| Aug 03 04:05:25.051 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5190 | 2024-08-03T04:05:26.881Z | [ recovery-image] Aug 03 04:05:25.060 INFO O| Aug 03 04:05:25.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/units" |
5191 | 2024-08-03T04:05:26.881Z | [ recovery-image] Aug 03 04:05:25.060 INFO O| Aug 03 04:05:25.060 INFO STEP 443 (remove_files) COMPLETE |
5192 | 2024-08-03T04:05:26.881Z | [ recovery-image] Aug 03 04:05:25.060 INFO O| Aug 03 04:05:25.060 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5193 | 2024-08-03T04:05:26.890Z | [ recovery-image] Aug 03 04:05:25.069 INFO O| Aug 03 04:05:25.069 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unix2dos" |
5194 | 2024-08-03T04:05:26.890Z | [ recovery-image] Aug 03 04:05:25.069 INFO O| Aug 03 04:05:25.069 INFO STEP 444 (remove_files) COMPLETE |
5195 | 2024-08-03T04:05:26.890Z | [ recovery-image] Aug 03 04:05:25.069 INFO O| Aug 03 04:05:25.069 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5196 | 2024-08-03T04:05:26.899Z | [ recovery-image] Aug 03 04:05:25.078 INFO O| Aug 03 04:05:25.078 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/unpack" |
5197 | 2024-08-03T04:05:26.902Z | [ recovery-image] Aug 03 04:05:25.078 INFO O| Aug 03 04:05:25.078 INFO STEP 445 (remove_files) COMPLETE |
5198 | 2024-08-03T04:05:26.902Z | [ recovery-image] Aug 03 04:05:25.078 INFO O| Aug 03 04:05:25.078 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5199 | 2024-08-03T04:05:26.908Z | [ recovery-image] Aug 03 04:05:25.087 INFO O| Aug 03 04:05:25.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uptime" |
5200 | 2024-08-03T04:05:26.911Z | [ recovery-image] Aug 03 04:05:25.087 INFO O| Aug 03 04:05:25.087 INFO STEP 446 (remove_files) COMPLETE |
5201 | 2024-08-03T04:05:26.911Z | [ recovery-image] Aug 03 04:05:25.087 INFO O| Aug 03 04:05:25.087 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5202 | 2024-08-03T04:05:26.917Z | [ recovery-image] Aug 03 04:05:25.096 INFO O| Aug 03 04:05:25.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/userattr" |
5203 | 2024-08-03T04:05:26.917Z | [ recovery-image] Aug 03 04:05:25.096 INFO O| Aug 03 04:05:25.096 INFO STEP 447 (remove_files) COMPLETE |
5204 | 2024-08-03T04:05:26.920Z | [ recovery-image] Aug 03 04:05:25.096 INFO O| Aug 03 04:05:25.096 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5205 | 2024-08-03T04:05:26.926Z | [ recovery-image] Aug 03 04:05:25.105 INFO O| Aug 03 04:05:25.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uudecode" |
5206 | 2024-08-03T04:05:26.926Z | [ recovery-image] Aug 03 04:05:25.105 INFO O| Aug 03 04:05:25.105 INFO STEP 448 (remove_files) COMPLETE |
5207 | 2024-08-03T04:05:26.929Z | [ recovery-image] Aug 03 04:05:25.105 INFO O| Aug 03 04:05:25.105 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5208 | 2024-08-03T04:05:26.935Z | [ recovery-image] Aug 03 04:05:25.114 INFO O| Aug 03 04:05:25.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuencode" |
5209 | 2024-08-03T04:05:26.935Z | [ recovery-image] Aug 03 04:05:25.114 INFO O| Aug 03 04:05:25.114 INFO STEP 449 (remove_files) COMPLETE |
5210 | 2024-08-03T04:05:26.935Z | [ recovery-image] Aug 03 04:05:25.114 INFO O| Aug 03 04:05:25.114 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5211 | 2024-08-03T04:05:26.944Z | [ recovery-image] Aug 03 04:05:25.123 INFO O| Aug 03 04:05:25.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/uuidgen" |
5212 | 2024-08-03T04:05:26.944Z | [ recovery-image] Aug 03 04:05:25.124 INFO O| Aug 03 04:05:25.124 INFO STEP 450 (remove_files) COMPLETE |
5213 | 2024-08-03T04:05:26.944Z | [ recovery-image] Aug 03 04:05:25.124 INFO O| Aug 03 04:05:25.124 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5214 | 2024-08-03T04:05:26.954Z | [ recovery-image] Aug 03 04:05:25.133 INFO O| Aug 03 04:05:25.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vedit" |
5215 | 2024-08-03T04:05:26.954Z | [ recovery-image] Aug 03 04:05:25.133 INFO O| Aug 03 04:05:25.133 INFO STEP 451 (remove_files) COMPLETE |
5216 | 2024-08-03T04:05:26.957Z | [ recovery-image] Aug 03 04:05:25.133 INFO O| Aug 03 04:05:25.133 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5217 | 2024-08-03T04:05:26.963Z | [ recovery-image] Aug 03 04:05:25.142 INFO O| Aug 03 04:05:25.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vim" |
5218 | 2024-08-03T04:05:26.969Z | [ recovery-image] Aug 03 04:05:25.142 INFO O| Aug 03 04:05:25.142 INFO STEP 452 (remove_files) COMPLETE |
5219 | 2024-08-03T04:05:26.969Z | [ recovery-image] Aug 03 04:05:25.142 INFO O| Aug 03 04:05:25.142 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5220 | 2024-08-03T04:05:26.993Z | [ recovery-image] Aug 03 04:05:25.151 INFO O| Aug 03 04:05:25.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vimtutor" |
5221 | 2024-08-03T04:05:26.993Z | [ recovery-image] Aug 03 04:05:25.151 INFO O| Aug 03 04:05:25.151 INFO STEP 453 (remove_files) COMPLETE |
5222 | 2024-08-03T04:05:26.993Z | [ recovery-image] Aug 03 04:05:25.151 INFO O| Aug 03 04:05:25.151 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5223 | 2024-08-03T04:05:26.998Z | [ recovery-image] Aug 03 04:05:25.160 INFO O| Aug 03 04:05:25.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vmstat" |
5224 | 2024-08-03T04:05:26.998Z | [ recovery-image] Aug 03 04:05:25.160 INFO O| Aug 03 04:05:25.160 INFO STEP 454 (remove_files) COMPLETE |
5225 | 2024-08-03T04:05:26.998Z | [ recovery-image] Aug 03 04:05:25.160 INFO O| Aug 03 04:05:25.160 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5226 | 2024-08-03T04:05:26.998Z | [ recovery-image] Aug 03 04:05:25.169 INFO O| Aug 03 04:05:25.169 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/vtfontcvt" |
5227 | 2024-08-03T04:05:26.999Z | [ recovery-image] Aug 03 04:05:25.169 INFO O| Aug 03 04:05:25.169 INFO STEP 455 (remove_files) COMPLETE |
5228 | 2024-08-03T04:05:26.999Z | [ recovery-image] Aug 03 04:05:25.169 INFO O| Aug 03 04:05:25.169 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5229 | 2024-08-03T04:05:27.005Z | [ recovery-image] Aug 03 04:05:25.178 INFO O| Aug 03 04:05:25.178 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/w" |
5230 | 2024-08-03T04:05:27.006Z | [ recovery-image] Aug 03 04:05:25.178 INFO O| Aug 03 04:05:25.178 INFO STEP 456 (remove_files) COMPLETE |
5231 | 2024-08-03T04:05:27.006Z | [ recovery-image] Aug 03 04:05:25.178 INFO O| Aug 03 04:05:25.178 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5232 | 2024-08-03T04:05:27.009Z | [ recovery-image] Aug 03 04:05:25.187 INFO O| Aug 03 04:05:25.187 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wait" |
5233 | 2024-08-03T04:05:27.009Z | [ recovery-image] Aug 03 04:05:25.187 INFO O| Aug 03 04:05:25.187 INFO STEP 457 (remove_files) COMPLETE |
5234 | 2024-08-03T04:05:27.009Z | [ recovery-image] Aug 03 04:05:25.187 INFO O| Aug 03 04:05:25.187 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5235 | 2024-08-03T04:05:27.017Z | [ recovery-image] Aug 03 04:05:25.196 INFO O| Aug 03 04:05:25.196 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/watch" |
5236 | 2024-08-03T04:05:27.018Z | [ recovery-image] Aug 03 04:05:25.196 INFO O| Aug 03 04:05:25.196 INFO STEP 458 (remove_files) COMPLETE |
5237 | 2024-08-03T04:05:27.018Z | [ recovery-image] Aug 03 04:05:25.196 INFO O| Aug 03 04:05:25.196 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5238 | 2024-08-03T04:05:27.027Z | [ recovery-image] Aug 03 04:05:25.205 INFO O| Aug 03 04:05:25.205 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wc" |
5239 | 2024-08-03T04:05:27.027Z | [ recovery-image] Aug 03 04:05:25.205 INFO O| Aug 03 04:05:25.205 INFO STEP 459 (remove_files) COMPLETE |
5240 | 2024-08-03T04:05:27.031Z | [ recovery-image] Aug 03 04:05:25.205 INFO O| Aug 03 04:05:25.205 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5241 | 2024-08-03T04:05:27.042Z | [ recovery-image] Aug 03 04:05:25.214 INFO O| Aug 03 04:05:25.214 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/which" |
5242 | 2024-08-03T04:05:27.043Z | [ recovery-image] Aug 03 04:05:25.214 INFO O| Aug 03 04:05:25.214 INFO STEP 460 (remove_files) COMPLETE |
5243 | 2024-08-03T04:05:27.043Z | [ recovery-image] Aug 03 04:05:25.214 INFO O| Aug 03 04:05:25.214 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5244 | 2024-08-03T04:05:27.051Z | [ recovery-image] Aug 03 04:05:25.223 INFO O| Aug 03 04:05:25.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/whocalls" |
5245 | 2024-08-03T04:05:27.051Z | [ recovery-image] Aug 03 04:05:25.223 INFO O| Aug 03 04:05:25.223 INFO STEP 461 (remove_files) COMPLETE |
5246 | 2024-08-03T04:05:27.051Z | [ recovery-image] Aug 03 04:05:25.223 INFO O| Aug 03 04:05:25.223 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5247 | 2024-08-03T04:05:27.066Z | [ recovery-image] Aug 03 04:05:25.232 INFO O| Aug 03 04:05:25.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/wracct" |
5248 | 2024-08-03T04:05:27.067Z | [ recovery-image] Aug 03 04:05:25.233 INFO O| Aug 03 04:05:25.233 INFO STEP 462 (remove_files) COMPLETE |
5249 | 2024-08-03T04:05:27.067Z | [ recovery-image] Aug 03 04:05:25.233 INFO O| Aug 03 04:05:25.233 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5250 | 2024-08-03T04:05:27.073Z | [ recovery-image] Aug 03 04:05:25.242 INFO O| Aug 03 04:05:25.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/write" |
5251 | 2024-08-03T04:05:27.073Z | [ recovery-image] Aug 03 04:05:25.242 INFO O| Aug 03 04:05:25.242 INFO STEP 463 (remove_files) COMPLETE |
5252 | 2024-08-03T04:05:27.073Z | [ recovery-image] Aug 03 04:05:25.242 INFO O| Aug 03 04:05:25.242 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5253 | 2024-08-03T04:05:27.073Z | [ recovery-image] Aug 03 04:05:25.251 INFO O| Aug 03 04:05:25.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xargs" |
5254 | 2024-08-03T04:05:27.073Z | [ recovery-image] Aug 03 04:05:25.251 INFO O| Aug 03 04:05:25.251 INFO STEP 464 (remove_files) COMPLETE |
5255 | 2024-08-03T04:05:27.073Z | [ recovery-image] Aug 03 04:05:25.251 INFO O| Aug 03 04:05:25.251 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5256 | 2024-08-03T04:05:27.083Z | [ recovery-image] Aug 03 04:05:25.260 INFO O| Aug 03 04:05:25.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xml2-config" |
5257 | 2024-08-03T04:05:27.083Z | [ recovery-image] Aug 03 04:05:25.260 INFO O| Aug 03 04:05:25.260 INFO STEP 465 (remove_files) COMPLETE |
5258 | 2024-08-03T04:05:27.086Z | [ recovery-image] Aug 03 04:05:25.260 INFO O| Aug 03 04:05:25.260 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5259 | 2024-08-03T04:05:27.091Z | [ recovery-image] Aug 03 04:05:25.270 INFO O| Aug 03 04:05:25.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlcatalog" |
5260 | 2024-08-03T04:05:27.091Z | [ recovery-image] Aug 03 04:05:25.270 INFO O| Aug 03 04:05:25.270 INFO STEP 466 (remove_files) COMPLETE |
5261 | 2024-08-03T04:05:27.091Z | [ recovery-image] Aug 03 04:05:25.270 INFO O| Aug 03 04:05:25.270 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5262 | 2024-08-03T04:05:27.100Z | [ recovery-image] Aug 03 04:05:25.279 INFO O| Aug 03 04:05:25.279 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmllint" |
5263 | 2024-08-03T04:05:27.101Z | [ recovery-image] Aug 03 04:05:25.279 INFO O| Aug 03 04:05:25.279 INFO STEP 467 (remove_files) COMPLETE |
5264 | 2024-08-03T04:05:27.101Z | [ recovery-image] Aug 03 04:05:25.279 INFO O| Aug 03 04:05:25.279 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5265 | 2024-08-03T04:05:27.110Z | [ recovery-image] Aug 03 04:05:25.289 INFO O| Aug 03 04:05:25.288 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xmlwf" |
5266 | 2024-08-03T04:05:27.110Z | [ recovery-image] Aug 03 04:05:25.289 INFO O| Aug 03 04:05:25.289 INFO STEP 468 (remove_files) COMPLETE |
5267 | 2024-08-03T04:05:27.113Z | [ recovery-image] Aug 03 04:05:25.289 INFO O| Aug 03 04:05:25.289 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5268 | 2024-08-03T04:05:27.119Z | [ recovery-image] Aug 03 04:05:25.298 INFO O| Aug 03 04:05:25.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xstr" |
5269 | 2024-08-03T04:05:27.119Z | [ recovery-image] Aug 03 04:05:25.298 INFO O| Aug 03 04:05:25.298 INFO STEP 469 (remove_files) COMPLETE |
5270 | 2024-08-03T04:05:27.119Z | [ recovery-image] Aug 03 04:05:25.298 INFO O| Aug 03 04:05:25.298 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5271 | 2024-08-03T04:05:27.128Z | [ recovery-image] Aug 03 04:05:25.307 INFO O| Aug 03 04:05:25.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xxd" |
5272 | 2024-08-03T04:05:27.128Z | [ recovery-image] Aug 03 04:05:25.307 INFO O| Aug 03 04:05:25.307 INFO STEP 470 (remove_files) COMPLETE |
5273 | 2024-08-03T04:05:27.131Z | [ recovery-image] Aug 03 04:05:25.307 INFO O| Aug 03 04:05:25.307 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5274 | 2024-08-03T04:05:27.137Z | [ recovery-image] Aug 03 04:05:25.316 INFO O| Aug 03 04:05:25.316 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xz" |
5275 | 2024-08-03T04:05:27.137Z | [ recovery-image] Aug 03 04:05:25.316 INFO O| Aug 03 04:05:25.316 INFO STEP 471 (remove_files) COMPLETE |
5276 | 2024-08-03T04:05:27.140Z | [ recovery-image] Aug 03 04:05:25.316 INFO O| Aug 03 04:05:25.316 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5277 | 2024-08-03T04:05:27.146Z | [ recovery-image] Aug 03 04:05:25.325 INFO O| Aug 03 04:05:25.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdec" |
5278 | 2024-08-03T04:05:27.146Z | [ recovery-image] Aug 03 04:05:25.325 INFO O| Aug 03 04:05:25.325 INFO STEP 472 (remove_files) COMPLETE |
5279 | 2024-08-03T04:05:27.149Z | [ recovery-image] Aug 03 04:05:25.325 INFO O| Aug 03 04:05:25.325 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5280 | 2024-08-03T04:05:27.155Z | [ recovery-image] Aug 03 04:05:25.334 INFO O| Aug 03 04:05:25.334 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzdiff" |
5281 | 2024-08-03T04:05:27.155Z | [ recovery-image] Aug 03 04:05:25.334 INFO O| Aug 03 04:05:25.334 INFO STEP 473 (remove_files) COMPLETE |
5282 | 2024-08-03T04:05:27.158Z | [ recovery-image] Aug 03 04:05:25.334 INFO O| Aug 03 04:05:25.334 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5283 | 2024-08-03T04:05:27.164Z | [ recovery-image] Aug 03 04:05:25.343 INFO O| Aug 03 04:05:25.343 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzgrep" |
5284 | 2024-08-03T04:05:27.164Z | [ recovery-image] Aug 03 04:05:25.343 INFO O| Aug 03 04:05:25.343 INFO STEP 474 (remove_files) COMPLETE |
5285 | 2024-08-03T04:05:27.167Z | [ recovery-image] Aug 03 04:05:25.343 INFO O| Aug 03 04:05:25.343 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5286 | 2024-08-03T04:05:27.173Z | [ recovery-image] Aug 03 04:05:25.352 INFO O| Aug 03 04:05:25.352 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzless" |
5287 | 2024-08-03T04:05:27.174Z | [ recovery-image] Aug 03 04:05:25.352 INFO O| Aug 03 04:05:25.352 INFO STEP 475 (remove_files) COMPLETE |
5288 | 2024-08-03T04:05:27.177Z | [ recovery-image] Aug 03 04:05:25.352 INFO O| Aug 03 04:05:25.352 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5289 | 2024-08-03T04:05:27.187Z | [ recovery-image] Aug 03 04:05:25.361 INFO O| Aug 03 04:05:25.361 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/xzmore" |
5290 | 2024-08-03T04:05:27.187Z | [ recovery-image] Aug 03 04:05:25.361 INFO O| Aug 03 04:05:25.361 INFO STEP 476 (remove_files) COMPLETE |
5291 | 2024-08-03T04:05:27.187Z | [ recovery-image] Aug 03 04:05:25.361 INFO O| Aug 03 04:05:25.361 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5292 | 2024-08-03T04:05:27.195Z | [ recovery-image] Aug 03 04:05:25.371 INFO O| Aug 03 04:05:25.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/yes" |
5293 | 2024-08-03T04:05:27.195Z | [ recovery-image] Aug 03 04:05:25.371 INFO O| Aug 03 04:05:25.371 INFO STEP 477 (remove_files) COMPLETE |
5294 | 2024-08-03T04:05:27.195Z | [ recovery-image] Aug 03 04:05:25.371 INFO O| Aug 03 04:05:25.371 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5295 | 2024-08-03T04:05:27.201Z | [ recovery-image] Aug 03 04:05:25.380 INFO O| Aug 03 04:05:25.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zcat" |
5296 | 2024-08-03T04:05:27.201Z | [ recovery-image] Aug 03 04:05:25.380 INFO O| Aug 03 04:05:25.380 INFO STEP 478 (remove_files) COMPLETE |
5297 | 2024-08-03T04:05:27.201Z | [ recovery-image] Aug 03 04:05:25.380 INFO O| Aug 03 04:05:25.380 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5298 | 2024-08-03T04:05:27.211Z | [ recovery-image] Aug 03 04:05:25.389 INFO O| Aug 03 04:05:25.389 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zonestat" |
5299 | 2024-08-03T04:05:27.211Z | [ recovery-image] Aug 03 04:05:25.389 INFO O| Aug 03 04:05:25.389 INFO STEP 479 (remove_files) COMPLETE |
5300 | 2024-08-03T04:05:27.211Z | [ recovery-image] Aug 03 04:05:25.389 INFO O| Aug 03 04:05:25.389 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5301 | 2024-08-03T04:05:27.224Z | [ recovery-image] Aug 03 04:05:25.398 INFO O| Aug 03 04:05:25.398 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstd" |
5302 | 2024-08-03T04:05:27.224Z | [ recovery-image] Aug 03 04:05:25.398 INFO O| Aug 03 04:05:25.398 INFO STEP 480 (remove_files) COMPLETE |
5303 | 2024-08-03T04:05:27.235Z | [ recovery-image] Aug 03 04:05:25.398 INFO O| Aug 03 04:05:25.398 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5304 | 2024-08-03T04:05:27.235Z | [ recovery-image] Aug 03 04:05:25.407 INFO O| Aug 03 04:05:25.407 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdgrep" |
5305 | 2024-08-03T04:05:27.235Z | [ recovery-image] Aug 03 04:05:25.407 INFO O| Aug 03 04:05:25.407 INFO STEP 481 (remove_files) COMPLETE |
5306 | 2024-08-03T04:05:27.235Z | [ recovery-image] Aug 03 04:05:25.407 INFO O| Aug 03 04:05:25.407 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5307 | 2024-08-03T04:05:27.243Z | [ recovery-image] Aug 03 04:05:25.417 INFO O| Aug 03 04:05:25.417 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/bin/zstdless" |
5308 | 2024-08-03T04:05:27.243Z | [ recovery-image] Aug 03 04:05:25.417 INFO O| Aug 03 04:05:25.417 INFO STEP 482 (remove_files) COMPLETE |
5309 | 2024-08-03T04:05:27.243Z | [ recovery-image] Aug 03 04:05:25.417 INFO O| Aug 03 04:05:25.417 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5310 | 2024-08-03T04:05:27.248Z | [ recovery-image] Aug 03 04:05:25.426 INFO O| Aug 03 04:05:25.426 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
5311 | 2024-08-03T04:05:27.252Z | [ recovery-image] Aug 03 04:05:25.426 INFO O| Aug 03 04:05:25.426 INFO STEP 483 (remove_files) COMPLETE |
5312 | 2024-08-03T04:05:27.252Z | [ recovery-image] Aug 03 04:05:25.426 INFO O| Aug 03 04:05:25.426 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5313 | 2024-08-03T04:05:27.256Z | [ recovery-image] Aug 03 04:05:25.435 INFO O| Aug 03 04:05:25.435 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
5314 | 2024-08-03T04:05:27.259Z | [ recovery-image] Aug 03 04:05:25.435 INFO O| Aug 03 04:05:25.435 INFO STEP 484 (remove_files) COMPLETE |
5315 | 2024-08-03T04:05:27.259Z | [ recovery-image] Aug 03 04:05:25.435 INFO O| Aug 03 04:05:25.435 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5316 | 2024-08-03T04:05:27.265Z | [ recovery-image] Aug 03 04:05:25.444 INFO O| Aug 03 04:05:25.444 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
5317 | 2024-08-03T04:05:27.268Z | [ recovery-image] Aug 03 04:05:25.444 INFO O| Aug 03 04:05:25.444 INFO STEP 485 (remove_files) COMPLETE |
5318 | 2024-08-03T04:05:27.268Z | [ recovery-image] Aug 03 04:05:25.444 INFO O| Aug 03 04:05:25.444 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5319 | 2024-08-03T04:05:27.274Z | [ recovery-image] Aug 03 04:05:25.453 INFO O| Aug 03 04:05:25.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
5320 | 2024-08-03T04:05:27.277Z | [ recovery-image] Aug 03 04:05:25.453 INFO O| Aug 03 04:05:25.453 INFO STEP 486 (remove_files) COMPLETE |
5321 | 2024-08-03T04:05:27.277Z | [ recovery-image] Aug 03 04:05:25.453 INFO O| Aug 03 04:05:25.453 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5322 | 2024-08-03T04:05:27.283Z | [ recovery-image] Aug 03 04:05:25.463 INFO O| Aug 03 04:05:25.463 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
5323 | 2024-08-03T04:05:27.286Z | [ recovery-image] Aug 03 04:05:25.463 INFO O| Aug 03 04:05:25.463 INFO STEP 487 (remove_files) COMPLETE |
5324 | 2024-08-03T04:05:27.286Z | [ recovery-image] Aug 03 04:05:25.463 INFO O| Aug 03 04:05:25.463 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5325 | 2024-08-03T04:05:27.306Z | [ recovery-image] Aug 03 04:05:25.481 INFO O| Aug 03 04:05:25.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
5326 | 2024-08-03T04:05:27.306Z | [ recovery-image] Aug 03 04:05:25.481 INFO O| Aug 03 04:05:25.479 INFO STEP 488 (remove_files) COMPLETE |
5327 | 2024-08-03T04:05:27.306Z | [ recovery-image] Aug 03 04:05:25.481 INFO O| Aug 03 04:05:25.479 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5328 | 2024-08-03T04:05:27.317Z | [ recovery-image] Aug 03 04:05:25.496 INFO O| Aug 03 04:05:25.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
5329 | 2024-08-03T04:05:27.318Z | [ recovery-image] Aug 03 04:05:25.497 INFO O| Aug 03 04:05:25.496 INFO STEP 489 (remove_files) COMPLETE |
5330 | 2024-08-03T04:05:27.318Z | [ recovery-image] Aug 03 04:05:25.497 INFO O| Aug 03 04:05:25.497 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5331 | 2024-08-03T04:05:27.329Z | [ recovery-image] Aug 03 04:05:25.508 INFO O| Aug 03 04:05:25.508 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
5332 | 2024-08-03T04:05:27.332Z | [ recovery-image] Aug 03 04:05:25.508 INFO O| Aug 03 04:05:25.508 INFO STEP 490 (remove_files) COMPLETE |
5333 | 2024-08-03T04:05:27.332Z | [ recovery-image] Aug 03 04:05:25.508 INFO O| Aug 03 04:05:25.508 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5334 | 2024-08-03T04:05:27.340Z | [ recovery-image] Aug 03 04:05:25.519 INFO O| Aug 03 04:05:25.519 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
5335 | 2024-08-03T04:05:27.342Z | [ recovery-image] Aug 03 04:05:25.519 INFO O| Aug 03 04:05:25.519 INFO STEP 491 (remove_files) COMPLETE |
5336 | 2024-08-03T04:05:27.342Z | [ recovery-image] Aug 03 04:05:25.519 INFO O| Aug 03 04:05:25.519 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5337 | 2024-08-03T04:05:27.349Z | [ recovery-image] Aug 03 04:05:25.528 INFO O| Aug 03 04:05:25.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
5338 | 2024-08-03T04:05:27.353Z | [ recovery-image] Aug 03 04:05:25.529 INFO O| Aug 03 04:05:25.529 INFO STEP 492 (remove_files) COMPLETE |
5339 | 2024-08-03T04:05:27.353Z | [ recovery-image] Aug 03 04:05:25.529 INFO O| Aug 03 04:05:25.529 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5340 | 2024-08-03T04:05:27.359Z | [ recovery-image] Aug 03 04:05:25.538 INFO O| Aug 03 04:05:25.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
5341 | 2024-08-03T04:05:27.362Z | [ recovery-image] Aug 03 04:05:25.538 INFO O| Aug 03 04:05:25.538 INFO STEP 493 (remove_files) COMPLETE |
5342 | 2024-08-03T04:05:27.362Z | [ recovery-image] Aug 03 04:05:25.538 INFO O| Aug 03 04:05:25.538 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5343 | 2024-08-03T04:05:27.368Z | [ recovery-image] Aug 03 04:05:25.547 INFO O| Aug 03 04:05:25.547 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
5344 | 2024-08-03T04:05:27.368Z | [ recovery-image] Aug 03 04:05:25.547 INFO O| Aug 03 04:05:25.547 INFO STEP 494 (remove_files) COMPLETE |
5345 | 2024-08-03T04:05:27.371Z | [ recovery-image] Aug 03 04:05:25.547 INFO O| Aug 03 04:05:25.547 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5346 | 2024-08-03T04:05:27.377Z | [ recovery-image] Aug 03 04:05:25.556 INFO O| Aug 03 04:05:25.556 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libform.so.5.9" |
5347 | 2024-08-03T04:05:27.377Z | [ recovery-image] Aug 03 04:05:25.556 INFO O| Aug 03 04:05:25.556 INFO STEP 495 (remove_files) COMPLETE |
5348 | 2024-08-03T04:05:27.380Z | [ recovery-image] Aug 03 04:05:25.556 INFO O| Aug 03 04:05:25.556 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5349 | 2024-08-03T04:05:27.386Z | [ recovery-image] Aug 03 04:05:25.565 INFO O| Aug 03 04:05:25.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
5350 | 2024-08-03T04:05:27.386Z | [ recovery-image] Aug 03 04:05:25.565 INFO O| Aug 03 04:05:25.565 INFO STEP 496 (remove_files) COMPLETE |
5351 | 2024-08-03T04:05:27.386Z | [ recovery-image] Aug 03 04:05:25.565 INFO O| Aug 03 04:05:25.565 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5352 | 2024-08-03T04:05:27.395Z | [ recovery-image] Aug 03 04:05:25.574 INFO O| Aug 03 04:05:25.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
5353 | 2024-08-03T04:05:27.395Z | [ recovery-image] Aug 03 04:05:25.575 INFO O| Aug 03 04:05:25.575 INFO STEP 497 (remove_files) COMPLETE |
5354 | 2024-08-03T04:05:27.398Z | [ recovery-image] Aug 03 04:05:25.575 INFO O| Aug 03 04:05:25.575 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5355 | 2024-08-03T04:05:27.405Z | [ recovery-image] Aug 03 04:05:25.584 INFO O| Aug 03 04:05:25.584 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ctags" |
5356 | 2024-08-03T04:05:27.405Z | [ recovery-image] Aug 03 04:05:25.584 INFO O| Aug 03 04:05:25.584 INFO STEP 498 (remove_files) COMPLETE |
5357 | 2024-08-03T04:05:27.405Z | [ recovery-image] Aug 03 04:05:25.584 INFO O| Aug 03 04:05:25.584 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5358 | 2024-08-03T04:05:27.415Z | [ recovery-image] Aug 03 04:05:25.593 INFO O| Aug 03 04:05:25.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/edit" |
5359 | 2024-08-03T04:05:27.415Z | [ recovery-image] Aug 03 04:05:25.593 INFO O| Aug 03 04:05:25.593 INFO STEP 499 (remove_files) COMPLETE |
5360 | 2024-08-03T04:05:27.418Z | [ recovery-image] Aug 03 04:05:25.593 INFO O| Aug 03 04:05:25.593 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5361 | 2024-08-03T04:05:27.423Z | [ recovery-image] Aug 03 04:05:25.602 INFO O| Aug 03 04:05:25.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/ex" |
5362 | 2024-08-03T04:05:27.423Z | [ recovery-image] Aug 03 04:05:25.602 INFO O| Aug 03 04:05:25.602 INFO STEP 500 (remove_files) COMPLETE |
5363 | 2024-08-03T04:05:27.423Z | [ recovery-image] Aug 03 04:05:25.602 INFO O| Aug 03 04:05:25.602 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5364 | 2024-08-03T04:05:27.432Z | [ recovery-image] Aug 03 04:05:25.611 INFO O| Aug 03 04:05:25.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/pfsh" |
5365 | 2024-08-03T04:05:27.435Z | [ recovery-image] Aug 03 04:05:25.611 INFO O| Aug 03 04:05:25.611 INFO STEP 501 (remove_files) COMPLETE |
5366 | 2024-08-03T04:05:27.435Z | [ recovery-image] Aug 03 04:05:25.611 INFO O| Aug 03 04:05:25.611 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5367 | 2024-08-03T04:05:27.441Z | [ recovery-image] Aug 03 04:05:25.620 INFO O| Aug 03 04:05:25.620 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/sh" |
5368 | 2024-08-03T04:05:27.441Z | [ recovery-image] Aug 03 04:05:25.620 INFO O| Aug 03 04:05:25.620 INFO STEP 502 (remove_files) COMPLETE |
5369 | 2024-08-03T04:05:27.441Z | [ recovery-image] Aug 03 04:05:25.620 INFO O| Aug 03 04:05:25.620 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5370 | 2024-08-03T04:05:27.450Z | [ recovery-image] Aug 03 04:05:25.630 INFO O| Aug 03 04:05:25.629 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vedit" |
5371 | 2024-08-03T04:05:27.450Z | [ recovery-image] Aug 03 04:05:25.630 INFO O| Aug 03 04:05:25.630 INFO STEP 503 (remove_files) COMPLETE |
5372 | 2024-08-03T04:05:27.450Z | [ recovery-image] Aug 03 04:05:25.630 INFO O| Aug 03 04:05:25.630 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5373 | 2024-08-03T04:05:27.464Z | [ recovery-image] Aug 03 04:05:25.638 INFO O| Aug 03 04:05:25.638 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/vi" |
5374 | 2024-08-03T04:05:27.464Z | [ recovery-image] Aug 03 04:05:25.639 INFO O| Aug 03 04:05:25.638 INFO STEP 504 (remove_files) COMPLETE |
5375 | 2024-08-03T04:05:27.471Z | [ recovery-image] Aug 03 04:05:25.639 INFO O| Aug 03 04:05:25.638 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5376 | 2024-08-03T04:05:27.471Z | [ recovery-image] Aug 03 04:05:25.648 INFO O| Aug 03 04:05:25.648 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/has/bin/view" |
5377 | 2024-08-03T04:05:27.471Z | [ recovery-image] Aug 03 04:05:25.648 INFO O| Aug 03 04:05:25.648 INFO STEP 505 (remove_files) COMPLETE |
5378 | 2024-08-03T04:05:27.471Z | [ recovery-image] Aug 03 04:05:25.648 INFO O| Aug 03 04:05:25.648 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5379 | 2024-08-03T04:05:27.478Z | [ recovery-image] Aug 03 04:05:25.657 INFO O| Aug 03 04:05:25.657 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/logindmux" |
5380 | 2024-08-03T04:05:27.486Z | [ recovery-image] Aug 03 04:05:25.657 INFO O| Aug 03 04:05:25.657 INFO STEP 506 (remove_files) COMPLETE |
5381 | 2024-08-03T04:05:27.486Z | [ recovery-image] Aug 03 04:05:25.657 INFO O| Aug 03 04:05:25.657 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5382 | 2024-08-03T04:05:27.499Z | [ recovery-image] Aug 03 04:05:25.666 INFO O| Aug 03 04:05:25.666 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pool" |
5383 | 2024-08-03T04:05:27.499Z | [ recovery-image] Aug 03 04:05:25.666 INFO O| Aug 03 04:05:25.666 INFO STEP 507 (remove_files) COMPLETE |
5384 | 2024-08-03T04:05:27.499Z | [ recovery-image] Aug 03 04:05:25.666 INFO O| Aug 03 04:05:25.666 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5385 | 2024-08-03T04:05:27.510Z | [ recovery-image] Aug 03 04:05:25.675 INFO O| Aug 03 04:05:25.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ppt" |
5386 | 2024-08-03T04:05:27.510Z | [ recovery-image] Aug 03 04:05:25.675 INFO O| Aug 03 04:05:25.675 INFO STEP 508 (remove_files) COMPLETE |
5387 | 2024-08-03T04:05:27.510Z | [ recovery-image] Aug 03 04:05:25.675 INFO O| Aug 03 04:05:25.675 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5388 | 2024-08-03T04:05:27.510Z | [ recovery-image] Aug 03 04:05:25.684 INFO O| Aug 03 04:05:25.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/ptm" |
5389 | 2024-08-03T04:05:27.510Z | [ recovery-image] Aug 03 04:05:25.684 INFO O| Aug 03 04:05:25.684 INFO STEP 509 (remove_files) COMPLETE |
5390 | 2024-08-03T04:05:27.510Z | [ recovery-image] Aug 03 04:05:25.684 INFO O| Aug 03 04:05:25.684 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5391 | 2024-08-03T04:05:27.518Z | [ recovery-image] Aug 03 04:05:25.693 INFO O| Aug 03 04:05:25.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/pts" |
5392 | 2024-08-03T04:05:27.518Z | [ recovery-image] Aug 03 04:05:25.693 INFO O| Aug 03 04:05:25.693 INFO STEP 510 (remove_files) COMPLETE |
5393 | 2024-08-03T04:05:27.518Z | [ recovery-image] Aug 03 04:05:25.693 INFO O| Aug 03 04:05:25.693 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5394 | 2024-08-03T04:05:27.527Z | [ recovery-image] Aug 03 04:05:25.702 INFO O| Aug 03 04:05:25.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/vmm" |
5395 | 2024-08-03T04:05:27.535Z | [ recovery-image] Aug 03 04:05:25.702 INFO O| Aug 03 04:05:25.702 INFO STEP 511 (remove_files) COMPLETE |
5396 | 2024-08-03T04:05:27.535Z | [ recovery-image] Aug 03 04:05:25.702 INFO O| Aug 03 04:05:25.702 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5397 | 2024-08-03T04:05:27.535Z | [ recovery-image] Aug 03 04:05:25.711 INFO O| Aug 03 04:05:25.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/amd64/zcons" |
5398 | 2024-08-03T04:05:27.535Z | [ recovery-image] Aug 03 04:05:25.711 INFO O| Aug 03 04:05:25.711 INFO STEP 512 (remove_files) COMPLETE |
5399 | 2024-08-03T04:05:27.535Z | [ recovery-image] Aug 03 04:05:25.711 INFO O| Aug 03 04:05:25.711 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5400 | 2024-08-03T04:05:27.541Z | [ recovery-image] Aug 03 04:05:25.720 INFO O| Aug 03 04:05:25.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/eventfd.conf" |
5401 | 2024-08-03T04:05:27.541Z | [ recovery-image] Aug 03 04:05:25.720 INFO O| Aug 03 04:05:25.720 INFO STEP 513 (remove_files) COMPLETE |
5402 | 2024-08-03T04:05:27.541Z | [ recovery-image] Aug 03 04:05:25.720 INFO O| Aug 03 04:05:25.720 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5403 | 2024-08-03T04:05:27.550Z | [ recovery-image] Aug 03 04:05:25.729 INFO O| Aug 03 04:05:25.729 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/fssnap.conf" |
5404 | 2024-08-03T04:05:27.550Z | [ recovery-image] Aug 03 04:05:25.729 INFO O| Aug 03 04:05:25.729 INFO STEP 514 (remove_files) COMPLETE |
5405 | 2024-08-03T04:05:27.553Z | [ recovery-image] Aug 03 04:05:25.729 INFO O| Aug 03 04:05:25.729 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5406 | 2024-08-03T04:05:27.559Z | [ recovery-image] Aug 03 04:05:25.738 INFO O| Aug 03 04:05:25.738 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ksyms.conf" |
5407 | 2024-08-03T04:05:27.562Z | [ recovery-image] Aug 03 04:05:25.738 INFO O| Aug 03 04:05:25.738 INFO STEP 515 (remove_files) COMPLETE |
5408 | 2024-08-03T04:05:27.562Z | [ recovery-image] Aug 03 04:05:25.738 INFO O| Aug 03 04:05:25.738 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5409 | 2024-08-03T04:05:27.568Z | [ recovery-image] Aug 03 04:05:25.747 INFO O| Aug 03 04:05:25.747 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/logindmux.conf" |
5410 | 2024-08-03T04:05:27.568Z | [ recovery-image] Aug 03 04:05:25.747 INFO O| Aug 03 04:05:25.747 INFO STEP 516 (remove_files) COMPLETE |
5411 | 2024-08-03T04:05:27.571Z | [ recovery-image] Aug 03 04:05:25.747 INFO O| Aug 03 04:05:25.747 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5412 | 2024-08-03T04:05:27.578Z | [ recovery-image] Aug 03 04:05:25.757 INFO O| Aug 03 04:05:25.757 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/nsmb.conf" |
5413 | 2024-08-03T04:05:27.578Z | [ recovery-image] Aug 03 04:05:25.757 INFO O| Aug 03 04:05:25.757 INFO STEP 517 (remove_files) COMPLETE |
5414 | 2024-08-03T04:05:27.581Z | [ recovery-image] Aug 03 04:05:25.757 INFO O| Aug 03 04:05:25.757 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5415 | 2024-08-03T04:05:27.587Z | [ recovery-image] Aug 03 04:05:25.766 INFO O| Aug 03 04:05:25.766 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pool.conf" |
5416 | 2024-08-03T04:05:27.587Z | [ recovery-image] Aug 03 04:05:25.766 INFO O| Aug 03 04:05:25.766 INFO STEP 518 (remove_files) COMPLETE |
5417 | 2024-08-03T04:05:27.590Z | [ recovery-image] Aug 03 04:05:25.766 INFO O| Aug 03 04:05:25.766 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5418 | 2024-08-03T04:05:27.596Z | [ recovery-image] Aug 03 04:05:25.775 INFO O| Aug 03 04:05:25.775 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ppt.conf" |
5419 | 2024-08-03T04:05:27.596Z | [ recovery-image] Aug 03 04:05:25.775 INFO O| Aug 03 04:05:25.775 INFO STEP 519 (remove_files) COMPLETE |
5420 | 2024-08-03T04:05:27.599Z | [ recovery-image] Aug 03 04:05:25.775 INFO O| Aug 03 04:05:25.775 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5421 | 2024-08-03T04:05:27.605Z | [ recovery-image] Aug 03 04:05:25.784 INFO O| Aug 03 04:05:25.784 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/ptm.conf" |
5422 | 2024-08-03T04:05:27.605Z | [ recovery-image] Aug 03 04:05:25.784 INFO O| Aug 03 04:05:25.784 INFO STEP 520 (remove_files) COMPLETE |
5423 | 2024-08-03T04:05:27.605Z | [ recovery-image] Aug 03 04:05:25.784 INFO O| Aug 03 04:05:25.784 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5424 | 2024-08-03T04:05:27.614Z | [ recovery-image] Aug 03 04:05:25.793 INFO O| Aug 03 04:05:25.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/pts.conf" |
5425 | 2024-08-03T04:05:27.614Z | [ recovery-image] Aug 03 04:05:25.793 INFO O| Aug 03 04:05:25.793 INFO STEP 521 (remove_files) COMPLETE |
5426 | 2024-08-03T04:05:27.617Z | [ recovery-image] Aug 03 04:05:25.793 INFO O| Aug 03 04:05:25.793 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5427 | 2024-08-03T04:05:27.623Z | [ recovery-image] Aug 03 04:05:25.802 INFO O| Aug 03 04:05:25.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/signalfd.conf" |
5428 | 2024-08-03T04:05:27.623Z | [ recovery-image] Aug 03 04:05:25.802 INFO O| Aug 03 04:05:25.802 INFO STEP 522 (remove_files) COMPLETE |
5429 | 2024-08-03T04:05:27.626Z | [ recovery-image] Aug 03 04:05:25.802 INFO O| Aug 03 04:05:25.802 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5430 | 2024-08-03T04:05:27.632Z | [ recovery-image] Aug 03 04:05:25.811 INFO O| Aug 03 04:05:25.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/smbsrv.conf" |
5431 | 2024-08-03T04:05:27.635Z | [ recovery-image] Aug 03 04:05:25.811 INFO O| Aug 03 04:05:25.811 INFO STEP 523 (remove_files) COMPLETE |
5432 | 2024-08-03T04:05:27.635Z | [ recovery-image] Aug 03 04:05:25.811 INFO O| Aug 03 04:05:25.811 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5433 | 2024-08-03T04:05:27.642Z | [ recovery-image] Aug 03 04:05:25.821 INFO O| Aug 03 04:05:25.821 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/timerfd.conf" |
5434 | 2024-08-03T04:05:27.642Z | [ recovery-image] Aug 03 04:05:25.821 INFO O| Aug 03 04:05:25.821 INFO STEP 524 (remove_files) COMPLETE |
5435 | 2024-08-03T04:05:27.642Z | [ recovery-image] Aug 03 04:05:25.821 INFO O| Aug 03 04:05:25.821 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5436 | 2024-08-03T04:05:27.652Z | [ recovery-image] Aug 03 04:05:25.831 INFO O| Aug 03 04:05:25.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/viona.conf" |
5437 | 2024-08-03T04:05:27.652Z | [ recovery-image] Aug 03 04:05:25.831 INFO O| Aug 03 04:05:25.831 INFO STEP 525 (remove_files) COMPLETE |
5438 | 2024-08-03T04:05:27.652Z | [ recovery-image] Aug 03 04:05:25.831 INFO O| Aug 03 04:05:25.831 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5439 | 2024-08-03T04:05:27.661Z | [ recovery-image] Aug 03 04:05:25.840 INFO O| Aug 03 04:05:25.840 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/drv/vmm.conf" |
5440 | 2024-08-03T04:05:27.661Z | [ recovery-image] Aug 03 04:05:25.840 INFO O| Aug 03 04:05:25.840 INFO STEP 526 (remove_files) COMPLETE |
5441 | 2024-08-03T04:05:27.661Z | [ recovery-image] Aug 03 04:05:25.840 INFO O| Aug 03 04:05:25.840 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5442 | 2024-08-03T04:05:27.670Z | [ recovery-image] Aug 03 04:05:25.849 INFO O| Aug 03 04:05:25.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/javaexec" |
5443 | 2024-08-03T04:05:27.673Z | [ recovery-image] Aug 03 04:05:25.849 INFO O| Aug 03 04:05:25.849 INFO STEP 527 (remove_files) COMPLETE |
5444 | 2024-08-03T04:05:27.673Z | [ recovery-image] Aug 03 04:05:25.849 INFO O| Aug 03 04:05:25.849 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5445 | 2024-08-03T04:05:27.679Z | [ recovery-image] Aug 03 04:05:25.859 INFO O| Aug 03 04:05:25.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/exec/amd64/shbinexec" |
5446 | 2024-08-03T04:05:27.680Z | [ recovery-image] Aug 03 04:05:25.859 INFO O| Aug 03 04:05:25.859 INFO STEP 528 (remove_files) COMPLETE |
5447 | 2024-08-03T04:05:27.680Z | [ recovery-image] Aug 03 04:05:25.859 INFO O| Aug 03 04:05:25.859 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5448 | 2024-08-03T04:05:27.692Z | [ recovery-image] Aug 03 04:05:25.868 INFO O| Aug 03 04:05:25.868 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/pcfs" |
5449 | 2024-08-03T04:05:27.695Z | [ recovery-image] Aug 03 04:05:25.868 INFO O| Aug 03 04:05:25.868 INFO STEP 529 (remove_files) COMPLETE |
5450 | 2024-08-03T04:05:27.695Z | [ recovery-image] Aug 03 04:05:25.868 INFO O| Aug 03 04:05:25.868 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5451 | 2024-08-03T04:05:27.698Z | [ recovery-image] Aug 03 04:05:25.877 INFO O| Aug 03 04:05:25.877 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/fs/amd64/smbfs" |
5452 | 2024-08-03T04:05:27.698Z | [ recovery-image] Aug 03 04:05:25.877 INFO O| Aug 03 04:05:25.877 INFO STEP 530 (remove_files) COMPLETE |
5453 | 2024-08-03T04:05:27.698Z | [ recovery-image] Aug 03 04:05:25.877 INFO O| Aug 03 04:05:25.877 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5454 | 2024-08-03T04:05:27.711Z | [ recovery-image] Aug 03 04:05:25.886 INFO O| Aug 03 04:05:25.886 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
5455 | 2024-08-03T04:05:27.711Z | [ recovery-image] Aug 03 04:05:25.886 INFO O| Aug 03 04:05:25.886 INFO STEP 531 (remove_files) COMPLETE |
5456 | 2024-08-03T04:05:27.719Z | [ recovery-image] Aug 03 04:05:25.886 INFO O| Aug 03 04:05:25.886 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5457 | 2024-08-03T04:05:27.719Z | [ recovery-image] Aug 03 04:05:25.895 INFO O| Aug 03 04:05:25.895 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
5458 | 2024-08-03T04:05:27.719Z | [ recovery-image] Aug 03 04:05:25.895 INFO O| Aug 03 04:05:25.895 INFO STEP 532 (remove_files) COMPLETE |
5459 | 2024-08-03T04:05:27.719Z | [ recovery-image] Aug 03 04:05:25.895 INFO O| Aug 03 04:05:25.895 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5460 | 2024-08-03T04:05:27.726Z | [ recovery-image] Aug 03 04:05:25.905 INFO O| Aug 03 04:05:25.904 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
5461 | 2024-08-03T04:05:27.727Z | [ recovery-image] Aug 03 04:05:25.905 INFO O| Aug 03 04:05:25.905 INFO STEP 533 (remove_files) COMPLETE |
5462 | 2024-08-03T04:05:27.730Z | [ recovery-image] Aug 03 04:05:25.905 INFO O| Aug 03 04:05:25.905 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5463 | 2024-08-03T04:05:27.739Z | [ recovery-image] Aug 03 04:05:25.914 INFO O| Aug 03 04:05:25.914 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
5464 | 2024-08-03T04:05:27.746Z | [ recovery-image] Aug 03 04:05:25.914 INFO O| Aug 03 04:05:25.914 INFO STEP 534 (remove_files) COMPLETE |
5465 | 2024-08-03T04:05:27.746Z | [ recovery-image] Aug 03 04:05:25.914 INFO O| Aug 03 04:05:25.914 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5466 | 2024-08-03T04:05:27.746Z | [ recovery-image] Aug 03 04:05:25.923 INFO O| Aug 03 04:05:25.923 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
5467 | 2024-08-03T04:05:27.746Z | [ recovery-image] Aug 03 04:05:25.923 INFO O| Aug 03 04:05:25.923 INFO STEP 535 (remove_files) COMPLETE |
5468 | 2024-08-03T04:05:27.746Z | [ recovery-image] Aug 03 04:05:25.923 INFO O| Aug 03 04:05:25.923 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5469 | 2024-08-03T04:05:27.757Z | [ recovery-image] Aug 03 04:05:25.932 INFO O| Aug 03 04:05:25.932 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
5470 | 2024-08-03T04:05:27.769Z | [ recovery-image] Aug 03 04:05:25.932 INFO O| Aug 03 04:05:25.932 INFO STEP 536 (remove_files) COMPLETE |
5471 | 2024-08-03T04:05:27.769Z | [ recovery-image] Aug 03 04:05:25.932 INFO O| Aug 03 04:05:25.932 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5472 | 2024-08-03T04:05:27.769Z | [ recovery-image] Aug 03 04:05:25.942 INFO O| Aug 03 04:05:25.941 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/IA" |
5473 | 2024-08-03T04:05:27.770Z | [ recovery-image] Aug 03 04:05:25.942 INFO O| Aug 03 04:05:25.942 INFO STEP 537 (remove_files) COMPLETE |
5474 | 2024-08-03T04:05:27.770Z | [ recovery-image] Aug 03 04:05:25.942 INFO O| Aug 03 04:05:25.942 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5475 | 2024-08-03T04:05:27.775Z | [ recovery-image] Aug 03 04:05:25.951 INFO O| Aug 03 04:05:25.951 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT" |
5476 | 2024-08-03T04:05:27.775Z | [ recovery-image] Aug 03 04:05:25.951 INFO O| Aug 03 04:05:25.951 INFO STEP 538 (remove_files) COMPLETE |
5477 | 2024-08-03T04:05:27.775Z | [ recovery-image] Aug 03 04:05:25.951 INFO O| Aug 03 04:05:25.951 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5478 | 2024-08-03T04:05:27.782Z | [ recovery-image] Aug 03 04:05:25.960 INFO O| Aug 03 04:05:25.960 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
5479 | 2024-08-03T04:05:27.785Z | [ recovery-image] Aug 03 04:05:25.960 INFO O| Aug 03 04:05:25.960 INFO STEP 539 (remove_files) COMPLETE |
5480 | 2024-08-03T04:05:27.785Z | [ recovery-image] Aug 03 04:05:25.960 INFO O| Aug 03 04:05:25.960 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5481 | 2024-08-03T04:05:27.790Z | [ recovery-image] Aug 03 04:05:25.969 INFO O| Aug 03 04:05:25.969 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
5482 | 2024-08-03T04:05:27.790Z | [ recovery-image] Aug 03 04:05:25.969 INFO O| Aug 03 04:05:25.969 INFO STEP 540 (remove_files) COMPLETE |
5483 | 2024-08-03T04:05:27.793Z | [ recovery-image] Aug 03 04:05:25.969 INFO O| Aug 03 04:05:25.969 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5484 | 2024-08-03T04:05:27.800Z | [ recovery-image] Aug 03 04:05:25.979 INFO O| Aug 03 04:05:25.979 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/rlmod" |
5485 | 2024-08-03T04:05:27.800Z | [ recovery-image] Aug 03 04:05:25.979 INFO O| Aug 03 04:05:25.979 INFO STEP 541 (remove_files) COMPLETE |
5486 | 2024-08-03T04:05:27.800Z | [ recovery-image] Aug 03 04:05:25.979 INFO O| Aug 03 04:05:25.979 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5487 | 2024-08-03T04:05:27.809Z | [ recovery-image] Aug 03 04:05:25.988 INFO O| Aug 03 04:05:25.988 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/strmod/amd64/telmod" |
5488 | 2024-08-03T04:05:27.809Z | [ recovery-image] Aug 03 04:05:25.988 INFO O| Aug 03 04:05:25.988 INFO STEP 542 (remove_files) COMPLETE |
5489 | 2024-08-03T04:05:27.812Z | [ recovery-image] Aug 03 04:05:25.988 INFO O| Aug 03 04:05:25.988 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5490 | 2024-08-03T04:05:27.818Z | [ recovery-image] Aug 03 04:05:25.997 INFO O| Aug 03 04:05:25.997 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/acctctl" |
5491 | 2024-08-03T04:05:27.818Z | [ recovery-image] Aug 03 04:05:25.997 INFO O| Aug 03 04:05:25.997 INFO STEP 543 (remove_files) COMPLETE |
5492 | 2024-08-03T04:05:27.821Z | [ recovery-image] Aug 03 04:05:25.997 INFO O| Aug 03 04:05:25.997 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5493 | 2024-08-03T04:05:27.829Z | [ recovery-image] Aug 03 04:05:26.008 INFO O| Aug 03 04:05:26.008 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/exacctsys" |
5494 | 2024-08-03T04:05:27.829Z | [ recovery-image] Aug 03 04:05:26.008 INFO O| Aug 03 04:05:26.008 INFO STEP 544 (remove_files) COMPLETE |
5495 | 2024-08-03T04:05:27.829Z | [ recovery-image] Aug 03 04:05:26.008 INFO O| Aug 03 04:05:26.008 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5496 | 2024-08-03T04:05:27.839Z | [ recovery-image] Aug 03 04:05:26.018 INFO O| Aug 03 04:05:26.018 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kernel/sys/amd64/sysacct" |
5497 | 2024-08-03T04:05:27.842Z | [ recovery-image] Aug 03 04:05:26.018 INFO O| Aug 03 04:05:26.018 INFO STEP 545 (remove_files) COMPLETE |
5498 | 2024-08-03T04:05:27.842Z | [ recovery-image] Aug 03 04:05:26.018 INFO O| Aug 03 04:05:26.018 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5499 | 2024-08-03T04:05:27.849Z | [ recovery-image] Aug 03 04:05:26.028 INFO O| Aug 03 04:05:26.028 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/kvm/README" |
5500 | 2024-08-03T04:05:27.852Z | [ recovery-image] Aug 03 04:05:26.028 INFO O| Aug 03 04:05:26.028 INFO STEP 546 (remove_files) COMPLETE |
5501 | 2024-08-03T04:05:27.852Z | [ recovery-image] Aug 03 04:05:26.028 INFO O| Aug 03 04:05:26.028 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5502 | 2024-08-03T04:05:27.859Z | [ recovery-image] Aug 03 04:05:26.038 INFO O| Aug 03 04:05:26.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2map" |
5503 | 2024-08-03T04:05:27.859Z | [ recovery-image] Aug 03 04:05:26.038 INFO O| Aug 03 04:05:26.038 INFO STEP 547 (remove_files) COMPLETE |
5504 | 2024-08-03T04:05:27.862Z | [ recovery-image] Aug 03 04:05:26.038 INFO O| Aug 03 04:05:26.038 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5505 | 2024-08-03T04:05:27.869Z | [ recovery-image] Aug 03 04:05:26.048 INFO O| Aug 03 04:05:26.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/abi/spec2trace" |
5506 | 2024-08-03T04:05:27.869Z | [ recovery-image] Aug 03 04:05:26.048 INFO O| Aug 03 04:05:26.048 INFO STEP 548 (remove_files) COMPLETE |
5507 | 2024-08-03T04:05:27.869Z | [ recovery-image] Aug 03 04:05:26.048 INFO O| Aug 03 04:05:26.048 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5508 | 2024-08-03T04:05:27.878Z | [ recovery-image] Aug 03 04:05:26.057 INFO O| Aug 03 04:05:26.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen" |
5509 | 2024-08-03T04:05:27.882Z | [ recovery-image] Aug 03 04:05:26.057 INFO O| Aug 03 04:05:26.057 INFO STEP 549 (remove_files) COMPLETE |
5510 | 2024-08-03T04:05:27.882Z | [ recovery-image] Aug 03 04:05:26.057 INFO O| Aug 03 04:05:26.057 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5511 | 2024-08-03T04:05:27.888Z | [ recovery-image] Aug 03 04:05:26.067 INFO O| Aug 03 04:05:26.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen1" |
5512 | 2024-08-03T04:05:27.888Z | [ recovery-image] Aug 03 04:05:26.067 INFO O| Aug 03 04:05:26.067 INFO STEP 550 (remove_files) COMPLETE |
5513 | 2024-08-03T04:05:27.899Z | [ recovery-image] Aug 03 04:05:26.067 INFO O| Aug 03 04:05:26.067 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5514 | 2024-08-03T04:05:27.906Z | [ recovery-image] Aug 03 04:05:26.076 INFO O| Aug 03 04:05:26.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen3" |
5515 | 2024-08-03T04:05:27.906Z | [ recovery-image] Aug 03 04:05:26.076 INFO O| Aug 03 04:05:26.076 INFO STEP 551 (remove_files) COMPLETE |
5516 | 2024-08-03T04:05:27.907Z | [ recovery-image] Aug 03 04:05:26.076 INFO O| Aug 03 04:05:26.076 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5517 | 2024-08-03T04:05:27.911Z | [ recovery-image] Aug 03 04:05:26.085 INFO O| Aug 03 04:05:26.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbgen4" |
5518 | 2024-08-03T04:05:27.911Z | [ recovery-image] Aug 03 04:05:26.085 INFO O| Aug 03 04:05:26.085 INFO STEP 552 (remove_files) COMPLETE |
5519 | 2024-08-03T04:05:27.911Z | [ recovery-image] Aug 03 04:05:26.085 INFO O| Aug 03 04:05:26.085 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5520 | 2024-08-03T04:05:27.920Z | [ recovery-image] Aug 03 04:05:26.094 INFO O| Aug 03 04:05:26.094 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/adbsub.o" |
5521 | 2024-08-03T04:05:27.920Z | [ recovery-image] Aug 03 04:05:26.095 INFO O| Aug 03 04:05:26.095 INFO STEP 553 (remove_files) COMPLETE |
5522 | 2024-08-03T04:05:27.931Z | [ recovery-image] Aug 03 04:05:26.095 INFO O| Aug 03 04:05:26.095 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5523 | 2024-08-03T04:05:27.931Z | [ recovery-image] Aug 03 04:05:26.104 INFO O| Aug 03 04:05:26.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/adb/amd64/adbsub.o" |
5524 | 2024-08-03T04:05:27.931Z | [ recovery-image] Aug 03 04:05:26.104 INFO O| Aug 03 04:05:26.104 INFO STEP 554 (remove_files) COMPLETE |
5525 | 2024-08-03T04:05:27.931Z | [ recovery-image] Aug 03 04:05:26.104 INFO O| Aug 03 04:05:26.104 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5526 | 2024-08-03T04:05:27.943Z | [ recovery-image] Aug 03 04:05:26.113 INFO O| Aug 03 04:05:26.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/0@0.so.1" |
5527 | 2024-08-03T04:05:27.943Z | [ recovery-image] Aug 03 04:05:26.114 INFO O| Aug 03 04:05:26.114 INFO STEP 555 (remove_files) COMPLETE |
5528 | 2024-08-03T04:05:27.943Z | [ recovery-image] Aug 03 04:05:26.114 INFO O| Aug 03 04:05:26.114 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5529 | 2024-08-03T04:05:27.954Z | [ recovery-image] Aug 03 04:05:26.123 INFO O| Aug 03 04:05:26.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
5530 | 2024-08-03T04:05:27.954Z | [ recovery-image] Aug 03 04:05:26.124 INFO O| Aug 03 04:05:26.124 INFO STEP 556 (remove_files) COMPLETE |
5531 | 2024-08-03T04:05:27.955Z | [ recovery-image] Aug 03 04:05:26.124 INFO O| Aug 03 04:05:26.124 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5532 | 2024-08-03T04:05:27.964Z | [ recovery-image] Aug 03 04:05:26.133 INFO O| Aug 03 04:05:26.133 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/accept" |
5533 | 2024-08-03T04:05:27.964Z | [ recovery-image] Aug 03 04:05:26.134 INFO O| Aug 03 04:05:26.134 INFO STEP 557 (remove_files) COMPLETE |
5534 | 2024-08-03T04:05:27.964Z | [ recovery-image] Aug 03 04:05:26.134 INFO O| Aug 03 04:05:26.134 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5535 | 2024-08-03T04:05:27.968Z | [ recovery-image] Aug 03 04:05:26.143 INFO O| Aug 03 04:05:26.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/basename" |
5536 | 2024-08-03T04:05:27.968Z | [ recovery-image] Aug 03 04:05:26.143 INFO O| Aug 03 04:05:26.143 INFO STEP 558 (remove_files) COMPLETE |
5537 | 2024-08-03T04:05:27.968Z | [ recovery-image] Aug 03 04:05:26.143 INFO O| Aug 03 04:05:26.143 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5538 | 2024-08-03T04:05:27.973Z | [ recovery-image] Aug 03 04:05:26.152 INFO O| Aug 03 04:05:26.152 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/csv" |
5539 | 2024-08-03T04:05:27.973Z | [ recovery-image] Aug 03 04:05:26.152 INFO O| Aug 03 04:05:26.152 INFO STEP 559 (remove_files) COMPLETE |
5540 | 2024-08-03T04:05:27.973Z | [ recovery-image] Aug 03 04:05:26.152 INFO O| Aug 03 04:05:26.152 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5541 | 2024-08-03T04:05:27.983Z | [ recovery-image] Aug 03 04:05:26.161 INFO O| Aug 03 04:05:26.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/cut" |
5542 | 2024-08-03T04:05:27.985Z | [ recovery-image] Aug 03 04:05:26.161 INFO O| Aug 03 04:05:26.161 INFO STEP 560 (remove_files) COMPLETE |
5543 | 2024-08-03T04:05:27.985Z | [ recovery-image] Aug 03 04:05:26.161 INFO O| Aug 03 04:05:26.161 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5544 | 2024-08-03T04:05:27.992Z | [ recovery-image] Aug 03 04:05:26.171 INFO O| Aug 03 04:05:26.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/dirname" |
5545 | 2024-08-03T04:05:27.992Z | [ recovery-image] Aug 03 04:05:26.171 INFO O| Aug 03 04:05:26.171 INFO STEP 561 (remove_files) COMPLETE |
5546 | 2024-08-03T04:05:27.996Z | [ recovery-image] Aug 03 04:05:26.171 INFO O| Aug 03 04:05:26.171 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5547 | 2024-08-03T04:05:28.001Z | [ recovery-image] Aug 03 04:05:26.180 INFO O| Aug 03 04:05:26.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/fdflags" |
5548 | 2024-08-03T04:05:28.001Z | [ recovery-image] Aug 03 04:05:26.180 INFO O| Aug 03 04:05:26.180 INFO STEP 562 (remove_files) COMPLETE |
5549 | 2024-08-03T04:05:28.001Z | [ recovery-image] Aug 03 04:05:26.180 INFO O| Aug 03 04:05:26.180 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5550 | 2024-08-03T04:05:28.010Z | [ recovery-image] Aug 03 04:05:26.189 INFO O| Aug 03 04:05:26.189 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/finfo" |
5551 | 2024-08-03T04:05:28.015Z | [ recovery-image] Aug 03 04:05:26.189 INFO O| Aug 03 04:05:26.189 INFO STEP 563 (remove_files) COMPLETE |
5552 | 2024-08-03T04:05:28.015Z | [ recovery-image] Aug 03 04:05:26.189 INFO O| Aug 03 04:05:26.189 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5553 | 2024-08-03T04:05:28.020Z | [ recovery-image] Aug 03 04:05:26.199 INFO O| Aug 03 04:05:26.198 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/head" |
5554 | 2024-08-03T04:05:28.020Z | [ recovery-image] Aug 03 04:05:26.199 INFO O| Aug 03 04:05:26.199 INFO STEP 564 (remove_files) COMPLETE |
5555 | 2024-08-03T04:05:28.020Z | [ recovery-image] Aug 03 04:05:26.199 INFO O| Aug 03 04:05:26.199 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5556 | 2024-08-03T04:05:28.029Z | [ recovery-image] Aug 03 04:05:26.208 INFO O| Aug 03 04:05:26.208 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/id" |
5557 | 2024-08-03T04:05:28.029Z | [ recovery-image] Aug 03 04:05:26.208 INFO O| Aug 03 04:05:26.208 INFO STEP 565 (remove_files) COMPLETE |
5558 | 2024-08-03T04:05:28.029Z | [ recovery-image] Aug 03 04:05:26.208 INFO O| Aug 03 04:05:26.208 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5559 | 2024-08-03T04:05:28.039Z | [ recovery-image] Aug 03 04:05:26.218 INFO O| Aug 03 04:05:26.218 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/ln" |
5560 | 2024-08-03T04:05:28.042Z | [ recovery-image] Aug 03 04:05:26.218 INFO O| Aug 03 04:05:26.218 INFO STEP 566 (remove_files) COMPLETE |
5561 | 2024-08-03T04:05:28.042Z | [ recovery-image] Aug 03 04:05:26.219 INFO O| Aug 03 04:05:26.218 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5562 | 2024-08-03T04:05:28.050Z | [ recovery-image] Aug 03 04:05:26.229 INFO O| Aug 03 04:05:26.229 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/loadables.h" |
5563 | 2024-08-03T04:05:28.053Z | [ recovery-image] Aug 03 04:05:26.229 INFO O| Aug 03 04:05:26.229 INFO STEP 567 (remove_files) COMPLETE |
5564 | 2024-08-03T04:05:28.053Z | [ recovery-image] Aug 03 04:05:26.229 INFO O| Aug 03 04:05:26.229 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5565 | 2024-08-03T04:05:28.060Z | [ recovery-image] Aug 03 04:05:26.239 INFO O| Aug 03 04:05:26.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/logname" |
5566 | 2024-08-03T04:05:28.060Z | [ recovery-image] Aug 03 04:05:26.239 INFO O| Aug 03 04:05:26.239 INFO STEP 568 (remove_files) COMPLETE |
5567 | 2024-08-03T04:05:28.064Z | [ recovery-image] Aug 03 04:05:26.239 INFO O| Aug 03 04:05:26.239 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5568 | 2024-08-03T04:05:28.070Z | [ recovery-image] Aug 03 04:05:26.248 INFO O| Aug 03 04:05:26.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkdir" |
5569 | 2024-08-03T04:05:28.070Z | [ recovery-image] Aug 03 04:05:26.249 INFO O| Aug 03 04:05:26.248 INFO STEP 569 (remove_files) COMPLETE |
5570 | 2024-08-03T04:05:28.073Z | [ recovery-image] Aug 03 04:05:26.249 INFO O| Aug 03 04:05:26.249 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5571 | 2024-08-03T04:05:28.084Z | [ recovery-image] Aug 03 04:05:26.258 INFO O| Aug 03 04:05:26.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mkfifo" |
5572 | 2024-08-03T04:05:28.084Z | [ recovery-image] Aug 03 04:05:26.258 INFO O| Aug 03 04:05:26.258 INFO STEP 570 (remove_files) COMPLETE |
5573 | 2024-08-03T04:05:28.084Z | [ recovery-image] Aug 03 04:05:26.258 INFO O| Aug 03 04:05:26.258 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5574 | 2024-08-03T04:05:28.096Z | [ recovery-image] Aug 03 04:05:26.267 INFO O| Aug 03 04:05:26.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mktemp" |
5575 | 2024-08-03T04:05:28.096Z | [ recovery-image] Aug 03 04:05:26.267 INFO O| Aug 03 04:05:26.267 INFO STEP 571 (remove_files) COMPLETE |
5576 | 2024-08-03T04:05:28.096Z | [ recovery-image] Aug 03 04:05:26.267 INFO O| Aug 03 04:05:26.267 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5577 | 2024-08-03T04:05:28.104Z | [ recovery-image] Aug 03 04:05:26.277 INFO O| Aug 03 04:05:26.277 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/mypid" |
5578 | 2024-08-03T04:05:28.104Z | [ recovery-image] Aug 03 04:05:26.277 INFO O| Aug 03 04:05:26.277 INFO STEP 572 (remove_files) COMPLETE |
5579 | 2024-08-03T04:05:28.104Z | [ recovery-image] Aug 03 04:05:26.277 INFO O| Aug 03 04:05:26.277 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5580 | 2024-08-03T04:05:28.108Z | [ recovery-image] Aug 03 04:05:26.286 INFO O| Aug 03 04:05:26.286 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/pathchk" |
5581 | 2024-08-03T04:05:28.108Z | [ recovery-image] Aug 03 04:05:26.286 INFO O| Aug 03 04:05:26.286 INFO STEP 573 (remove_files) COMPLETE |
5582 | 2024-08-03T04:05:28.108Z | [ recovery-image] Aug 03 04:05:26.286 INFO O| Aug 03 04:05:26.286 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5583 | 2024-08-03T04:05:28.121Z | [ recovery-image] Aug 03 04:05:26.296 INFO O| Aug 03 04:05:26.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/print" |
5584 | 2024-08-03T04:05:28.121Z | [ recovery-image] Aug 03 04:05:26.296 INFO O| Aug 03 04:05:26.296 INFO STEP 574 (remove_files) COMPLETE |
5585 | 2024-08-03T04:05:28.121Z | [ recovery-image] Aug 03 04:05:26.296 INFO O| Aug 03 04:05:26.296 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5586 | 2024-08-03T04:05:28.132Z | [ recovery-image] Aug 03 04:05:26.305 INFO O| Aug 03 04:05:26.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/printenv" |
5587 | 2024-08-03T04:05:28.132Z | [ recovery-image] Aug 03 04:05:26.305 INFO O| Aug 03 04:05:26.305 INFO STEP 575 (remove_files) COMPLETE |
5588 | 2024-08-03T04:05:28.132Z | [ recovery-image] Aug 03 04:05:26.305 INFO O| Aug 03 04:05:26.305 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5589 | 2024-08-03T04:05:28.140Z | [ recovery-image] Aug 03 04:05:26.314 INFO O| Aug 03 04:05:26.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/push" |
5590 | 2024-08-03T04:05:28.140Z | [ recovery-image] Aug 03 04:05:26.314 INFO O| Aug 03 04:05:26.314 INFO STEP 576 (remove_files) COMPLETE |
5591 | 2024-08-03T04:05:28.140Z | [ recovery-image] Aug 03 04:05:26.314 INFO O| Aug 03 04:05:26.314 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5592 | 2024-08-03T04:05:28.145Z | [ recovery-image] Aug 03 04:05:26.324 INFO O| Aug 03 04:05:26.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/realpath" |
5593 | 2024-08-03T04:05:28.145Z | [ recovery-image] Aug 03 04:05:26.324 INFO O| Aug 03 04:05:26.324 INFO STEP 577 (remove_files) COMPLETE |
5594 | 2024-08-03T04:05:28.150Z | [ recovery-image] Aug 03 04:05:26.324 INFO O| Aug 03 04:05:26.324 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5595 | 2024-08-03T04:05:28.154Z | [ recovery-image] Aug 03 04:05:26.333 INFO O| Aug 03 04:05:26.333 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rm" |
5596 | 2024-08-03T04:05:28.154Z | [ recovery-image] Aug 03 04:05:26.333 INFO O| Aug 03 04:05:26.333 INFO STEP 578 (remove_files) COMPLETE |
5597 | 2024-08-03T04:05:28.157Z | [ recovery-image] Aug 03 04:05:26.333 INFO O| Aug 03 04:05:26.333 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5598 | 2024-08-03T04:05:28.163Z | [ recovery-image] Aug 03 04:05:26.342 INFO O| Aug 03 04:05:26.342 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/rmdir" |
5599 | 2024-08-03T04:05:28.163Z | [ recovery-image] Aug 03 04:05:26.342 INFO O| Aug 03 04:05:26.342 INFO STEP 579 (remove_files) COMPLETE |
5600 | 2024-08-03T04:05:28.163Z | [ recovery-image] Aug 03 04:05:26.342 INFO O| Aug 03 04:05:26.342 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5601 | 2024-08-03T04:05:28.172Z | [ recovery-image] Aug 03 04:05:26.351 INFO O| Aug 03 04:05:26.351 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/seq" |
5602 | 2024-08-03T04:05:28.172Z | [ recovery-image] Aug 03 04:05:26.351 INFO O| Aug 03 04:05:26.351 INFO STEP 580 (remove_files) COMPLETE |
5603 | 2024-08-03T04:05:28.172Z | [ recovery-image] Aug 03 04:05:26.351 INFO O| Aug 03 04:05:26.351 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5604 | 2024-08-03T04:05:28.181Z | [ recovery-image] Aug 03 04:05:26.360 INFO O| Aug 03 04:05:26.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/setpgid" |
5605 | 2024-08-03T04:05:28.181Z | [ recovery-image] Aug 03 04:05:26.360 INFO O| Aug 03 04:05:26.360 INFO STEP 581 (remove_files) COMPLETE |
5606 | 2024-08-03T04:05:28.184Z | [ recovery-image] Aug 03 04:05:26.360 INFO O| Aug 03 04:05:26.360 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5607 | 2024-08-03T04:05:28.192Z | [ recovery-image] Aug 03 04:05:26.369 INFO O| Aug 03 04:05:26.369 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sleep" |
5608 | 2024-08-03T04:05:28.194Z | [ recovery-image] Aug 03 04:05:26.370 INFO O| Aug 03 04:05:26.370 INFO STEP 582 (remove_files) COMPLETE |
5609 | 2024-08-03T04:05:28.194Z | [ recovery-image] Aug 03 04:05:26.370 INFO O| Aug 03 04:05:26.370 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5610 | 2024-08-03T04:05:28.200Z | [ recovery-image] Aug 03 04:05:26.379 INFO O| Aug 03 04:05:26.379 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/strftime" |
5611 | 2024-08-03T04:05:28.203Z | [ recovery-image] Aug 03 04:05:26.379 INFO O| Aug 03 04:05:26.379 INFO STEP 583 (remove_files) COMPLETE |
5612 | 2024-08-03T04:05:28.203Z | [ recovery-image] Aug 03 04:05:26.379 INFO O| Aug 03 04:05:26.379 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5613 | 2024-08-03T04:05:28.209Z | [ recovery-image] Aug 03 04:05:26.388 INFO O| Aug 03 04:05:26.388 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/sync" |
5614 | 2024-08-03T04:05:28.209Z | [ recovery-image] Aug 03 04:05:26.388 INFO O| Aug 03 04:05:26.388 INFO STEP 584 (remove_files) COMPLETE |
5615 | 2024-08-03T04:05:28.209Z | [ recovery-image] Aug 03 04:05:26.388 INFO O| Aug 03 04:05:26.388 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5616 | 2024-08-03T04:05:28.218Z | [ recovery-image] Aug 03 04:05:26.397 INFO O| Aug 03 04:05:26.397 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tee" |
5617 | 2024-08-03T04:05:28.221Z | [ recovery-image] Aug 03 04:05:26.397 INFO O| Aug 03 04:05:26.397 INFO STEP 585 (remove_files) COMPLETE |
5618 | 2024-08-03T04:05:28.221Z | [ recovery-image] Aug 03 04:05:26.397 INFO O| Aug 03 04:05:26.397 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5619 | 2024-08-03T04:05:28.228Z | [ recovery-image] Aug 03 04:05:26.407 INFO O| Aug 03 04:05:26.406 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/truefalse" |
5620 | 2024-08-03T04:05:28.228Z | [ recovery-image] Aug 03 04:05:26.407 INFO O| Aug 03 04:05:26.407 INFO STEP 586 (remove_files) COMPLETE |
5621 | 2024-08-03T04:05:28.228Z | [ recovery-image] Aug 03 04:05:26.407 INFO O| Aug 03 04:05:26.407 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5622 | 2024-08-03T04:05:28.237Z | [ recovery-image] Aug 03 04:05:26.416 INFO O| Aug 03 04:05:26.416 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/tty" |
5623 | 2024-08-03T04:05:28.240Z | [ recovery-image] Aug 03 04:05:26.416 INFO O| Aug 03 04:05:26.416 INFO STEP 587 (remove_files) COMPLETE |
5624 | 2024-08-03T04:05:28.240Z | [ recovery-image] Aug 03 04:05:26.416 INFO O| Aug 03 04:05:26.416 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5625 | 2024-08-03T04:05:28.246Z | [ recovery-image] Aug 03 04:05:26.425 INFO O| Aug 03 04:05:26.425 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/uname" |
5626 | 2024-08-03T04:05:28.249Z | [ recovery-image] Aug 03 04:05:26.425 INFO O| Aug 03 04:05:26.425 INFO STEP 588 (remove_files) COMPLETE |
5627 | 2024-08-03T04:05:28.249Z | [ recovery-image] Aug 03 04:05:26.425 INFO O| Aug 03 04:05:26.425 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5628 | 2024-08-03T04:05:28.256Z | [ recovery-image] Aug 03 04:05:26.434 INFO O| Aug 03 04:05:26.434 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/unlink" |
5629 | 2024-08-03T04:05:28.257Z | [ recovery-image] Aug 03 04:05:26.434 INFO O| Aug 03 04:05:26.434 INFO STEP 589 (remove_files) COMPLETE |
5630 | 2024-08-03T04:05:28.259Z | [ recovery-image] Aug 03 04:05:26.434 INFO O| Aug 03 04:05:26.434 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5631 | 2024-08-03T04:05:28.264Z | [ recovery-image] Aug 03 04:05:26.444 INFO O| Aug 03 04:05:26.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/bash/whoami" |
5632 | 2024-08-03T04:05:28.267Z | [ recovery-image] Aug 03 04:05:26.444 INFO O| Aug 03 04:05:26.444 INFO STEP 590 (remove_files) COMPLETE |
5633 | 2024-08-03T04:05:28.267Z | [ recovery-image] Aug 03 04:05:26.444 INFO O| Aug 03 04:05:26.444 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5634 | 2024-08-03T04:05:28.274Z | [ recovery-image] Aug 03 04:05:26.453 INFO O| Aug 03 04:05:26.453 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
5635 | 2024-08-03T04:05:28.277Z | [ recovery-image] Aug 03 04:05:26.453 INFO O| Aug 03 04:05:26.453 INFO STEP 591 (remove_files) COMPLETE |
5636 | 2024-08-03T04:05:28.277Z | [ recovery-image] Aug 03 04:05:26.453 INFO O| Aug 03 04:05:26.453 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5637 | 2024-08-03T04:05:28.283Z | [ recovery-image] Aug 03 04:05:26.462 INFO O| Aug 03 04:05:26.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
5638 | 2024-08-03T04:05:28.286Z | [ recovery-image] Aug 03 04:05:26.462 INFO O| Aug 03 04:05:26.462 INFO STEP 592 (remove_files) COMPLETE |
5639 | 2024-08-03T04:05:28.286Z | [ recovery-image] Aug 03 04:05:26.463 INFO O| Aug 03 04:05:26.462 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5640 | 2024-08-03T04:05:28.293Z | [ recovery-image] Aug 03 04:05:26.472 INFO O| Aug 03 04:05:26.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/getloginx.so.1" |
5641 | 2024-08-03T04:05:28.295Z | [ recovery-image] Aug 03 04:05:26.472 INFO O| Aug 03 04:05:26.472 INFO STEP 593 (remove_files) COMPLETE |
5642 | 2024-08-03T04:05:28.295Z | [ recovery-image] Aug 03 04:05:26.472 INFO O| Aug 03 04:05:26.472 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5643 | 2024-08-03T04:05:28.302Z | [ recovery-image] Aug 03 04:05:26.481 INFO O| Aug 03 04:05:26.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
5644 | 2024-08-03T04:05:28.305Z | [ recovery-image] Aug 03 04:05:26.481 INFO O| Aug 03 04:05:26.481 INFO STEP 594 (remove_files) COMPLETE |
5645 | 2024-08-03T04:05:28.305Z | [ recovery-image] Aug 03 04:05:26.481 INFO O| Aug 03 04:05:26.481 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5646 | 2024-08-03T04:05:28.311Z | [ recovery-image] Aug 03 04:05:26.490 INFO O| Aug 03 04:05:26.490 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
5647 | 2024-08-03T04:05:28.314Z | [ recovery-image] Aug 03 04:05:26.491 INFO O| Aug 03 04:05:26.491 INFO STEP 595 (remove_files) COMPLETE |
5648 | 2024-08-03T04:05:28.314Z | [ recovery-image] Aug 03 04:05:26.491 INFO O| Aug 03 04:05:26.491 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5649 | 2024-08-03T04:05:28.321Z | [ recovery-image] Aug 03 04:05:26.500 INFO O| Aug 03 04:05:26.500 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
5650 | 2024-08-03T04:05:28.321Z | [ recovery-image] Aug 03 04:05:26.500 INFO O| Aug 03 04:05:26.500 INFO STEP 596 (remove_files) COMPLETE |
5651 | 2024-08-03T04:05:28.324Z | [ recovery-image] Aug 03 04:05:26.500 INFO O| Aug 03 04:05:26.500 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5652 | 2024-08-03T04:05:28.330Z | [ recovery-image] Aug 03 04:05:26.509 INFO O| Aug 03 04:05:26.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
5653 | 2024-08-03T04:05:28.330Z | [ recovery-image] Aug 03 04:05:26.509 INFO O| Aug 03 04:05:26.509 INFO STEP 597 (remove_files) COMPLETE |
5654 | 2024-08-03T04:05:28.334Z | [ recovery-image] Aug 03 04:05:26.509 INFO O| Aug 03 04:05:26.509 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5655 | 2024-08-03T04:05:28.339Z | [ recovery-image] Aug 03 04:05:26.519 INFO O| Aug 03 04:05:26.518 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lddstub" |
5656 | 2024-08-03T04:05:28.340Z | [ recovery-image] Aug 03 04:05:26.519 INFO O| Aug 03 04:05:26.519 INFO STEP 598 (remove_files) COMPLETE |
5657 | 2024-08-03T04:05:28.342Z | [ recovery-image] Aug 03 04:05:26.519 INFO O| Aug 03 04:05:26.519 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5658 | 2024-08-03T04:05:28.349Z | [ recovery-image] Aug 03 04:05:26.528 INFO O| Aug 03 04:05:26.528 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/lib9p.so.1" |
5659 | 2024-08-03T04:05:28.349Z | [ recovery-image] Aug 03 04:05:26.528 INFO O| Aug 03 04:05:26.528 INFO STEP 599 (remove_files) COMPLETE |
5660 | 2024-08-03T04:05:28.352Z | [ recovery-image] Aug 03 04:05:26.528 INFO O| Aug 03 04:05:26.528 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5661 | 2024-08-03T04:05:28.362Z | [ recovery-image] Aug 03 04:05:26.537 INFO O| Aug 03 04:05:26.537 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libads.so.1" |
5662 | 2024-08-03T04:05:28.362Z | [ recovery-image] Aug 03 04:05:26.537 INFO O| Aug 03 04:05:26.537 INFO STEP 600 (remove_files) COMPLETE |
5663 | 2024-08-03T04:05:28.370Z | [ recovery-image] Aug 03 04:05:26.537 INFO O| Aug 03 04:05:26.537 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5664 | 2024-08-03T04:05:28.371Z | [ recovery-image] Aug 03 04:05:26.546 INFO O| Aug 03 04:05:26.546 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libadutils.so.1" |
5665 | 2024-08-03T04:05:28.371Z | [ recovery-image] Aug 03 04:05:26.546 INFO O| Aug 03 04:05:26.546 INFO STEP 601 (remove_files) COMPLETE |
5666 | 2024-08-03T04:05:28.371Z | [ recovery-image] Aug 03 04:05:26.546 INFO O| Aug 03 04:05:26.546 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5667 | 2024-08-03T04:05:28.380Z | [ recovery-image] Aug 03 04:05:26.555 INFO O| Aug 03 04:05:26.555 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbe.so.1" |
5668 | 2024-08-03T04:05:28.387Z | [ recovery-image] Aug 03 04:05:26.556 INFO O| Aug 03 04:05:26.556 INFO STEP 602 (remove_files) COMPLETE |
5669 | 2024-08-03T04:05:28.388Z | [ recovery-image] Aug 03 04:05:26.556 INFO O| Aug 03 04:05:26.556 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5670 | 2024-08-03T04:05:28.388Z | [ recovery-image] Aug 03 04:05:26.565 INFO O| Aug 03 04:05:26.565 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrand.so.1" |
5671 | 2024-08-03T04:05:28.388Z | [ recovery-image] Aug 03 04:05:26.565 INFO O| Aug 03 04:05:26.565 INFO STEP 603 (remove_files) COMPLETE |
5672 | 2024-08-03T04:05:28.388Z | [ recovery-image] Aug 03 04:05:26.565 INFO O| Aug 03 04:05:26.565 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5673 | 2024-08-03T04:05:28.398Z | [ recovery-image] Aug 03 04:05:26.574 INFO O| Aug 03 04:05:26.574 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
5674 | 2024-08-03T04:05:28.410Z | [ recovery-image] Aug 03 04:05:26.574 INFO O| Aug 03 04:05:26.574 INFO STEP 604 (remove_files) COMPLETE |
5675 | 2024-08-03T04:05:28.410Z | [ recovery-image] Aug 03 04:05:26.574 INFO O| Aug 03 04:05:26.574 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5676 | 2024-08-03T04:05:28.410Z | [ recovery-image] Aug 03 04:05:26.583 INFO O| Aug 03 04:05:26.583 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
5677 | 2024-08-03T04:05:28.410Z | [ recovery-image] Aug 03 04:05:26.583 INFO O| Aug 03 04:05:26.583 INFO STEP 605 (remove_files) COMPLETE |
5678 | 2024-08-03T04:05:28.410Z | [ recovery-image] Aug 03 04:05:26.583 INFO O| Aug 03 04:05:26.583 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5679 | 2024-08-03T04:05:28.421Z | [ recovery-image] Aug 03 04:05:26.593 INFO O| Aug 03 04:05:26.593 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
5680 | 2024-08-03T04:05:28.421Z | [ recovery-image] Aug 03 04:05:26.593 INFO O| Aug 03 04:05:26.593 INFO STEP 606 (remove_files) COMPLETE |
5681 | 2024-08-03T04:05:28.421Z | [ recovery-image] Aug 03 04:05:26.593 INFO O| Aug 03 04:05:26.593 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5682 | 2024-08-03T04:05:28.427Z | [ recovery-image] Aug 03 04:05:26.602 INFO O| Aug 03 04:05:26.602 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
5683 | 2024-08-03T04:05:28.427Z | [ recovery-image] Aug 03 04:05:26.602 INFO O| Aug 03 04:05:26.602 INFO STEP 607 (remove_files) COMPLETE |
5684 | 2024-08-03T04:05:28.427Z | [ recovery-image] Aug 03 04:05:26.602 INFO O| Aug 03 04:05:26.602 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5685 | 2024-08-03T04:05:28.432Z | [ recovery-image] Aug 03 04:05:26.611 INFO O| Aug 03 04:05:26.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
5686 | 2024-08-03T04:05:28.432Z | [ recovery-image] Aug 03 04:05:26.611 INFO O| Aug 03 04:05:26.611 INFO STEP 608 (remove_files) COMPLETE |
5687 | 2024-08-03T04:05:28.435Z | [ recovery-image] Aug 03 04:05:26.611 INFO O| Aug 03 04:05:26.611 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5688 | 2024-08-03T04:05:28.444Z | [ recovery-image] Aug 03 04:05:26.621 INFO O| Aug 03 04:05:26.621 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcommputil.so.1" |
5689 | 2024-08-03T04:05:28.448Z | [ recovery-image] Aug 03 04:05:26.621 INFO O| Aug 03 04:05:26.621 INFO STEP 609 (remove_files) COMPLETE |
5690 | 2024-08-03T04:05:28.448Z | [ recovery-image] Aug 03 04:05:26.621 INFO O| Aug 03 04:05:26.621 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5691 | 2024-08-03T04:05:28.452Z | [ recovery-image] Aug 03 04:05:26.631 INFO O| Aug 03 04:05:26.631 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcpc.so.1" |
5692 | 2024-08-03T04:05:28.454Z | [ recovery-image] Aug 03 04:05:26.631 INFO O| Aug 03 04:05:26.631 INFO STEP 610 (remove_files) COMPLETE |
5693 | 2024-08-03T04:05:28.454Z | [ recovery-image] Aug 03 04:05:26.631 INFO O| Aug 03 04:05:26.631 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5694 | 2024-08-03T04:05:28.461Z | [ recovery-image] Aug 03 04:05:26.640 INFO O| Aug 03 04:05:26.640 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrle.so.1" |
5695 | 2024-08-03T04:05:28.461Z | [ recovery-image] Aug 03 04:05:26.640 INFO O| Aug 03 04:05:26.640 INFO STEP 611 (remove_files) COMPLETE |
5696 | 2024-08-03T04:05:28.464Z | [ recovery-image] Aug 03 04:05:26.640 INFO O| Aug 03 04:05:26.640 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5697 | 2024-08-03T04:05:28.470Z | [ recovery-image] Aug 03 04:05:26.649 INFO O| Aug 03 04:05:26.649 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcrypt.so.1" |
5698 | 2024-08-03T04:05:28.470Z | [ recovery-image] Aug 03 04:05:26.649 INFO O| Aug 03 04:05:26.649 INFO STEP 612 (remove_files) COMPLETE |
5699 | 2024-08-03T04:05:28.474Z | [ recovery-image] Aug 03 04:05:26.649 INFO O| Aug 03 04:05:26.649 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5700 | 2024-08-03T04:05:28.479Z | [ recovery-image] Aug 03 04:05:26.658 INFO O| Aug 03 04:05:26.658 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
5701 | 2024-08-03T04:05:28.482Z | [ recovery-image] Aug 03 04:05:26.658 INFO O| Aug 03 04:05:26.658 INFO STEP 613 (remove_files) COMPLETE |
5702 | 2024-08-03T04:05:28.482Z | [ recovery-image] Aug 03 04:05:26.658 INFO O| Aug 03 04:05:26.658 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5703 | 2024-08-03T04:05:28.489Z | [ recovery-image] Aug 03 04:05:26.668 INFO O| Aug 03 04:05:26.668 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
5704 | 2024-08-03T04:05:28.491Z | [ recovery-image] Aug 03 04:05:26.668 INFO O| Aug 03 04:05:26.668 INFO STEP 614 (remove_files) COMPLETE |
5705 | 2024-08-03T04:05:28.491Z | [ recovery-image] Aug 03 04:05:26.668 INFO O| Aug 03 04:05:26.668 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5706 | 2024-08-03T04:05:28.499Z | [ recovery-image] Aug 03 04:05:26.678 INFO O| Aug 03 04:05:26.678 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdll.so.1" |
5707 | 2024-08-03T04:05:28.502Z | [ recovery-image] Aug 03 04:05:26.678 INFO O| Aug 03 04:05:26.678 INFO STEP 615 (remove_files) COMPLETE |
5708 | 2024-08-03T04:05:28.502Z | [ recovery-image] Aug 03 04:05:26.678 INFO O| Aug 03 04:05:26.678 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5709 | 2024-08-03T04:05:28.508Z | [ recovery-image] Aug 03 04:05:26.687 INFO O| Aug 03 04:05:26.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
5710 | 2024-08-03T04:05:28.508Z | [ recovery-image] Aug 03 04:05:26.687 INFO O| Aug 03 04:05:26.687 INFO STEP 616 (remove_files) COMPLETE |
5711 | 2024-08-03T04:05:28.518Z | [ recovery-image] Aug 03 04:05:26.687 INFO O| Aug 03 04:05:26.687 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5712 | 2024-08-03T04:05:28.518Z | [ recovery-image] Aug 03 04:05:26.696 INFO O| Aug 03 04:05:26.696 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libform.so.1" |
5713 | 2024-08-03T04:05:28.518Z | [ recovery-image] Aug 03 04:05:26.697 INFO O| Aug 03 04:05:26.697 INFO STEP 617 (remove_files) COMPLETE |
5714 | 2024-08-03T04:05:28.518Z | [ recovery-image] Aug 03 04:05:26.697 INFO O| Aug 03 04:05:26.697 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5715 | 2024-08-03T04:05:28.527Z | [ recovery-image] Aug 03 04:05:26.706 INFO O| Aug 03 04:05:26.706 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libfstyp.so.1" |
5716 | 2024-08-03T04:05:28.530Z | [ recovery-image] Aug 03 04:05:26.706 INFO O| Aug 03 04:05:26.706 INFO STEP 618 (remove_files) COMPLETE |
5717 | 2024-08-03T04:05:28.530Z | [ recovery-image] Aug 03 04:05:26.706 INFO O| Aug 03 04:05:26.706 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5718 | 2024-08-03T04:05:28.536Z | [ recovery-image] Aug 03 04:05:26.715 INFO O| Aug 03 04:05:26.715 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libidspace.so.1" |
5719 | 2024-08-03T04:05:28.539Z | [ recovery-image] Aug 03 04:05:26.716 INFO O| Aug 03 04:05:26.716 INFO STEP 619 (remove_files) COMPLETE |
5720 | 2024-08-03T04:05:28.539Z | [ recovery-image] Aug 03 04:05:26.716 INFO O| Aug 03 04:05:26.716 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5721 | 2024-08-03T04:05:28.546Z | [ recovery-image] Aug 03 04:05:26.725 INFO O| Aug 03 04:05:26.725 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libike.so.1" |
5722 | 2024-08-03T04:05:28.546Z | [ recovery-image] Aug 03 04:05:26.725 INFO O| Aug 03 04:05:26.725 INFO STEP 620 (remove_files) COMPLETE |
5723 | 2024-08-03T04:05:28.549Z | [ recovery-image] Aug 03 04:05:26.725 INFO O| Aug 03 04:05:26.725 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5724 | 2024-08-03T04:05:28.555Z | [ recovery-image] Aug 03 04:05:26.734 INFO O| Aug 03 04:05:26.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libinstzones.so.1" |
5725 | 2024-08-03T04:05:28.555Z | [ recovery-image] Aug 03 04:05:26.734 INFO O| Aug 03 04:05:26.734 INFO STEP 621 (remove_files) COMPLETE |
5726 | 2024-08-03T04:05:28.556Z | [ recovery-image] Aug 03 04:05:26.735 INFO O| Aug 03 04:05:26.734 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5727 | 2024-08-03T04:05:28.565Z | [ recovery-image] Aug 03 04:05:26.744 INFO O| Aug 03 04:05:26.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipmi.so.1" |
5728 | 2024-08-03T04:05:28.565Z | [ recovery-image] Aug 03 04:05:26.744 INFO O| Aug 03 04:05:26.744 INFO STEP 622 (remove_files) COMPLETE |
5729 | 2024-08-03T04:05:28.565Z | [ recovery-image] Aug 03 04:05:26.744 INFO O| Aug 03 04:05:26.744 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5730 | 2024-08-03T04:05:28.574Z | [ recovery-image] Aug 03 04:05:26.753 INFO O| Aug 03 04:05:26.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipp.so.1" |
5731 | 2024-08-03T04:05:28.574Z | [ recovery-image] Aug 03 04:05:26.753 INFO O| Aug 03 04:05:26.753 INFO STEP 623 (remove_files) COMPLETE |
5732 | 2024-08-03T04:05:28.574Z | [ recovery-image] Aug 03 04:05:26.753 INFO O| Aug 03 04:05:26.753 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5733 | 2024-08-03T04:05:28.583Z | [ recovery-image] Aug 03 04:05:26.762 INFO O| Aug 03 04:05:26.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
5734 | 2024-08-03T04:05:28.583Z | [ recovery-image] Aug 03 04:05:26.762 INFO O| Aug 03 04:05:26.762 INFO STEP 624 (remove_files) COMPLETE |
5735 | 2024-08-03T04:05:28.586Z | [ recovery-image] Aug 03 04:05:26.762 INFO O| Aug 03 04:05:26.762 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5736 | 2024-08-03T04:05:28.592Z | [ recovery-image] Aug 03 04:05:26.771 INFO O| Aug 03 04:05:26.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libjedec.so.1" |
5737 | 2024-08-03T04:05:28.595Z | [ recovery-image] Aug 03 04:05:26.771 INFO O| Aug 03 04:05:26.771 INFO STEP 625 (remove_files) COMPLETE |
5738 | 2024-08-03T04:05:28.595Z | [ recovery-image] Aug 03 04:05:26.771 INFO O| Aug 03 04:05:26.771 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5739 | 2024-08-03T04:05:28.602Z | [ recovery-image] Aug 03 04:05:26.781 INFO O| Aug 03 04:05:26.781 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libkvm.so.1" |
5740 | 2024-08-03T04:05:28.602Z | [ recovery-image] Aug 03 04:05:26.781 INFO O| Aug 03 04:05:26.781 INFO STEP 626 (remove_files) COMPLETE |
5741 | 2024-08-03T04:05:28.604Z | [ recovery-image] Aug 03 04:05:26.781 INFO O| Aug 03 04:05:26.781 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5742 | 2024-08-03T04:05:28.611Z | [ recovery-image] Aug 03 04:05:26.790 INFO O| Aug 03 04:05:26.790 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libl.so.1" |
5743 | 2024-08-03T04:05:28.611Z | [ recovery-image] Aug 03 04:05:26.790 INFO O| Aug 03 04:05:26.790 INFO STEP 627 (remove_files) COMPLETE |
5744 | 2024-08-03T04:05:28.611Z | [ recovery-image] Aug 03 04:05:26.790 INFO O| Aug 03 04:05:26.790 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5745 | 2024-08-03T04:05:28.620Z | [ recovery-image] Aug 03 04:05:26.799 INFO O| Aug 03 04:05:26.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldap.so.5" |
5746 | 2024-08-03T04:05:28.620Z | [ recovery-image] Aug 03 04:05:26.799 INFO O| Aug 03 04:05:26.799 INFO STEP 628 (remove_files) COMPLETE |
5747 | 2024-08-03T04:05:28.624Z | [ recovery-image] Aug 03 04:05:26.799 INFO O| Aug 03 04:05:26.799 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5748 | 2024-08-03T04:05:28.630Z | [ recovery-image] Aug 03 04:05:26.809 INFO O| Aug 03 04:05:26.809 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libldstab.so.1" |
5749 | 2024-08-03T04:05:28.630Z | [ recovery-image] Aug 03 04:05:26.809 INFO O| Aug 03 04:05:26.809 INFO STEP 629 (remove_files) COMPLETE |
5750 | 2024-08-03T04:05:28.632Z | [ recovery-image] Aug 03 04:05:26.809 INFO O| Aug 03 04:05:26.809 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5751 | 2024-08-03T04:05:28.644Z | [ recovery-image] Aug 03 04:05:26.818 INFO O| Aug 03 04:05:26.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblgrp.so.1" |
5752 | 2024-08-03T04:05:28.644Z | [ recovery-image] Aug 03 04:05:26.818 INFO O| Aug 03 04:05:26.818 INFO STEP 630 (remove_files) COMPLETE |
5753 | 2024-08-03T04:05:28.644Z | [ recovery-image] Aug 03 04:05:26.818 INFO O| Aug 03 04:05:26.818 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5754 | 2024-08-03T04:05:28.648Z | [ recovery-image] Aug 03 04:05:26.827 INFO O| Aug 03 04:05:26.827 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liblm.so.1" |
5755 | 2024-08-03T04:05:28.648Z | [ recovery-image] Aug 03 04:05:26.827 INFO O| Aug 03 04:05:26.827 INFO STEP 631 (remove_files) COMPLETE |
5756 | 2024-08-03T04:05:28.648Z | [ recovery-image] Aug 03 04:05:26.827 INFO O| Aug 03 04:05:26.827 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5757 | 2024-08-03T04:05:28.658Z | [ recovery-image] Aug 03 04:05:26.836 INFO O| Aug 03 04:05:26.836 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmail.so.1" |
5758 | 2024-08-03T04:05:28.658Z | [ recovery-image] Aug 03 04:05:26.837 INFO O| Aug 03 04:05:26.836 INFO STEP 632 (remove_files) COMPLETE |
5759 | 2024-08-03T04:05:28.658Z | [ recovery-image] Aug 03 04:05:26.837 INFO O| Aug 03 04:05:26.837 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5760 | 2024-08-03T04:05:28.667Z | [ recovery-image] Aug 03 04:05:26.846 INFO O| Aug 03 04:05:26.846 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmalloc.so.1" |
5761 | 2024-08-03T04:05:28.667Z | [ recovery-image] Aug 03 04:05:26.846 INFO O| Aug 03 04:05:26.846 INFO STEP 633 (remove_files) COMPLETE |
5762 | 2024-08-03T04:05:28.671Z | [ recovery-image] Aug 03 04:05:26.846 INFO O| Aug 03 04:05:26.846 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5763 | 2024-08-03T04:05:28.682Z | [ recovery-image] Aug 03 04:05:26.855 INFO O| Aug 03 04:05:26.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
5764 | 2024-08-03T04:05:28.682Z | [ recovery-image] Aug 03 04:05:26.855 INFO O| Aug 03 04:05:26.855 INFO STEP 634 (remove_files) COMPLETE |
5765 | 2024-08-03T04:05:28.690Z | [ recovery-image] Aug 03 04:05:26.855 INFO O| Aug 03 04:05:26.855 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5766 | 2024-08-03T04:05:28.690Z | [ recovery-image] Aug 03 04:05:26.864 INFO O| Aug 03 04:05:26.864 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmenu.so.1" |
5767 | 2024-08-03T04:05:28.690Z | [ recovery-image] Aug 03 04:05:26.864 INFO O| Aug 03 04:05:26.864 INFO STEP 635 (remove_files) COMPLETE |
5768 | 2024-08-03T04:05:28.690Z | [ recovery-image] Aug 03 04:05:26.864 INFO O| Aug 03 04:05:26.864 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5769 | 2024-08-03T04:05:28.699Z | [ recovery-image] Aug 03 04:05:26.874 INFO O| Aug 03 04:05:26.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
5770 | 2024-08-03T04:05:28.699Z | [ recovery-image] Aug 03 04:05:26.874 INFO O| Aug 03 04:05:26.874 INFO STEP 636 (remove_files) COMPLETE |
5771 | 2024-08-03T04:05:28.707Z | [ recovery-image] Aug 03 04:05:26.874 INFO O| Aug 03 04:05:26.874 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5772 | 2024-08-03T04:05:28.707Z | [ recovery-image] Aug 03 04:05:26.883 INFO O| Aug 03 04:05:26.883 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
5773 | 2024-08-03T04:05:28.707Z | [ recovery-image] Aug 03 04:05:26.883 INFO O| Aug 03 04:05:26.883 INFO STEP 637 (remove_files) COMPLETE |
5774 | 2024-08-03T04:05:28.707Z | [ recovery-image] Aug 03 04:05:26.883 INFO O| Aug 03 04:05:26.883 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5775 | 2024-08-03T04:05:28.713Z | [ recovery-image] Aug 03 04:05:26.892 INFO O| Aug 03 04:05:26.892 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libnls.so.1" |
5776 | 2024-08-03T04:05:28.716Z | [ recovery-image] Aug 03 04:05:26.892 INFO O| Aug 03 04:05:26.892 INFO STEP 638 (remove_files) COMPLETE |
5777 | 2024-08-03T04:05:28.716Z | [ recovery-image] Aug 03 04:05:26.892 INFO O| Aug 03 04:05:26.892 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5778 | 2024-08-03T04:05:28.722Z | [ recovery-image] Aug 03 04:05:26.901 INFO O| Aug 03 04:05:26.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpanel.so.1" |
5779 | 2024-08-03T04:05:28.722Z | [ recovery-image] Aug 03 04:05:26.901 INFO O| Aug 03 04:05:26.901 INFO STEP 639 (remove_files) COMPLETE |
5780 | 2024-08-03T04:05:28.725Z | [ recovery-image] Aug 03 04:05:26.901 INFO O| Aug 03 04:05:26.901 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5781 | 2024-08-03T04:05:28.732Z | [ recovery-image] Aug 03 04:05:26.910 INFO O| Aug 03 04:05:26.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
5782 | 2024-08-03T04:05:28.732Z | [ recovery-image] Aug 03 04:05:26.911 INFO O| Aug 03 04:05:26.911 INFO STEP 640 (remove_files) COMPLETE |
5783 | 2024-08-03T04:05:28.732Z | [ recovery-image] Aug 03 04:05:26.911 INFO O| Aug 03 04:05:26.911 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5784 | 2024-08-03T04:05:28.741Z | [ recovery-image] Aug 03 04:05:26.920 INFO O| Aug 03 04:05:26.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
5785 | 2024-08-03T04:05:28.741Z | [ recovery-image] Aug 03 04:05:26.920 INFO O| Aug 03 04:05:26.920 INFO STEP 641 (remove_files) COMPLETE |
5786 | 2024-08-03T04:05:28.741Z | [ recovery-image] Aug 03 04:05:26.920 INFO O| Aug 03 04:05:26.920 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5787 | 2024-08-03T04:05:28.750Z | [ recovery-image] Aug 03 04:05:26.929 INFO O| Aug 03 04:05:26.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpctx.so.1" |
5788 | 2024-08-03T04:05:28.750Z | [ recovery-image] Aug 03 04:05:26.929 INFO O| Aug 03 04:05:26.929 INFO STEP 642 (remove_files) COMPLETE |
5789 | 2024-08-03T04:05:28.754Z | [ recovery-image] Aug 03 04:05:26.929 INFO O| Aug 03 04:05:26.929 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5790 | 2024-08-03T04:05:28.760Z | [ recovery-image] Aug 03 04:05:26.939 INFO O| Aug 03 04:05:26.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libpicl.so.1" |
5791 | 2024-08-03T04:05:28.760Z | [ recovery-image] Aug 03 04:05:26.939 INFO O| Aug 03 04:05:26.939 INFO STEP 643 (remove_files) COMPLETE |
5792 | 2024-08-03T04:05:28.763Z | [ recovery-image] Aug 03 04:05:26.939 INFO O| Aug 03 04:05:26.939 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5793 | 2024-08-03T04:05:28.769Z | [ recovery-image] Aug 03 04:05:26.948 INFO O| Aug 03 04:05:26.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libppt.so.1" |
5794 | 2024-08-03T04:05:28.769Z | [ recovery-image] Aug 03 04:05:26.948 INFO O| Aug 03 04:05:26.948 INFO STEP 644 (remove_files) COMPLETE |
5795 | 2024-08-03T04:05:28.772Z | [ recovery-image] Aug 03 04:05:26.948 INFO O| Aug 03 04:05:26.948 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5796 | 2024-08-03T04:05:28.779Z | [ recovery-image] Aug 03 04:05:26.957 INFO O| Aug 03 04:05:26.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
5797 | 2024-08-03T04:05:28.779Z | [ recovery-image] Aug 03 04:05:26.957 INFO O| Aug 03 04:05:26.957 INFO STEP 645 (remove_files) COMPLETE |
5798 | 2024-08-03T04:05:28.785Z | [ recovery-image] Aug 03 04:05:26.957 INFO O| Aug 03 04:05:26.957 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5799 | 2024-08-03T04:05:28.792Z | [ recovery-image] Aug 03 04:05:26.967 INFO O| Aug 03 04:05:26.967 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/librename.so.1" |
5800 | 2024-08-03T04:05:28.792Z | [ recovery-image] Aug 03 04:05:26.967 INFO O| Aug 03 04:05:26.967 INFO STEP 646 (remove_files) COMPLETE |
5801 | 2024-08-03T04:05:28.792Z | [ recovery-image] Aug 03 04:05:26.967 INFO O| Aug 03 04:05:26.967 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5802 | 2024-08-03T04:05:28.798Z | [ recovery-image] Aug 03 04:05:26.976 INFO O| Aug 03 04:05:26.976 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libreparse.so.1" |
5803 | 2024-08-03T04:05:28.801Z | [ recovery-image] Aug 03 04:05:26.976 INFO O| Aug 03 04:05:26.976 INFO STEP 647 (remove_files) COMPLETE |
5804 | 2024-08-03T04:05:28.801Z | [ recovery-image] Aug 03 04:05:26.976 INFO O| Aug 03 04:05:26.976 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5805 | 2024-08-03T04:05:28.806Z | [ recovery-image] Aug 03 04:05:26.985 INFO O| Aug 03 04:05:26.985 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsasl.so.1" |
5806 | 2024-08-03T04:05:28.809Z | [ recovery-image] Aug 03 04:05:26.985 INFO O| Aug 03 04:05:26.985 INFO STEP 648 (remove_files) COMPLETE |
5807 | 2024-08-03T04:05:28.809Z | [ recovery-image] Aug 03 04:05:26.985 INFO O| Aug 03 04:05:26.985 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5808 | 2024-08-03T04:05:28.815Z | [ recovery-image] Aug 03 04:05:26.994 INFO O| Aug 03 04:05:26.994 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsched.so.1" |
5809 | 2024-08-03T04:05:28.818Z | [ recovery-image] Aug 03 04:05:26.994 INFO O| Aug 03 04:05:26.994 INFO STEP 649 (remove_files) COMPLETE |
5810 | 2024-08-03T04:05:28.818Z | [ recovery-image] Aug 03 04:05:26.994 INFO O| Aug 03 04:05:26.994 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5811 | 2024-08-03T04:05:28.825Z | [ recovery-image] Aug 03 04:05:27.004 INFO O| Aug 03 04:05:27.004 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsctp.so.1" |
5812 | 2024-08-03T04:05:28.828Z | [ recovery-image] Aug 03 04:05:27.004 INFO O| Aug 03 04:05:27.004 INFO STEP 650 (remove_files) COMPLETE |
5813 | 2024-08-03T04:05:28.828Z | [ recovery-image] Aug 03 04:05:27.004 INFO O| Aug 03 04:05:27.004 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5814 | 2024-08-03T04:05:28.834Z | [ recovery-image] Aug 03 04:05:27.013 INFO O| Aug 03 04:05:27.013 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsff.so.1" |
5815 | 2024-08-03T04:05:28.834Z | [ recovery-image] Aug 03 04:05:27.013 INFO O| Aug 03 04:05:27.013 INFO STEP 651 (remove_files) COMPLETE |
5816 | 2024-08-03T04:05:28.834Z | [ recovery-image] Aug 03 04:05:27.013 INFO O| Aug 03 04:05:27.013 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5817 | 2024-08-03T04:05:28.843Z | [ recovery-image] Aug 03 04:05:27.022 INFO O| Aug 03 04:05:27.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsip.so.1" |
5818 | 2024-08-03T04:05:28.846Z | [ recovery-image] Aug 03 04:05:27.023 INFO O| Aug 03 04:05:27.023 INFO STEP 652 (remove_files) COMPLETE |
5819 | 2024-08-03T04:05:28.846Z | [ recovery-image] Aug 03 04:05:27.023 INFO O| Aug 03 04:05:27.023 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5820 | 2024-08-03T04:05:28.853Z | [ recovery-image] Aug 03 04:05:27.032 INFO O| Aug 03 04:05:27.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsldap.so.1" |
5821 | 2024-08-03T04:05:28.853Z | [ recovery-image] Aug 03 04:05:27.032 INFO O| Aug 03 04:05:27.032 INFO STEP 653 (remove_files) COMPLETE |
5822 | 2024-08-03T04:05:28.856Z | [ recovery-image] Aug 03 04:05:27.032 INFO O| Aug 03 04:05:27.032 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5823 | 2024-08-03T04:05:28.862Z | [ recovery-image] Aug 03 04:05:27.041 INFO O| Aug 03 04:05:27.041 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
5824 | 2024-08-03T04:05:28.865Z | [ recovery-image] Aug 03 04:05:27.041 INFO O| Aug 03 04:05:27.041 INFO STEP 654 (remove_files) COMPLETE |
5825 | 2024-08-03T04:05:28.865Z | [ recovery-image] Aug 03 04:05:27.041 INFO O| Aug 03 04:05:27.041 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5826 | 2024-08-03T04:05:28.872Z | [ recovery-image] Aug 03 04:05:27.051 INFO O| Aug 03 04:05:27.051 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
5827 | 2024-08-03T04:05:28.872Z | [ recovery-image] Aug 03 04:05:27.051 INFO O| Aug 03 04:05:27.051 INFO STEP 655 (remove_files) COMPLETE |
5828 | 2024-08-03T04:05:28.875Z | [ recovery-image] Aug 03 04:05:27.051 INFO O| Aug 03 04:05:27.051 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5829 | 2024-08-03T04:05:28.882Z | [ recovery-image] Aug 03 04:05:27.061 INFO O| Aug 03 04:05:27.060 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
5830 | 2024-08-03T04:05:28.884Z | [ recovery-image] Aug 03 04:05:27.061 INFO O| Aug 03 04:05:27.061 INFO STEP 656 (remove_files) COMPLETE |
5831 | 2024-08-03T04:05:28.884Z | [ recovery-image] Aug 03 04:05:27.061 INFO O| Aug 03 04:05:27.061 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5832 | 2024-08-03T04:05:28.891Z | [ recovery-image] Aug 03 04:05:27.070 INFO O| Aug 03 04:05:27.070 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libsum.so.1" |
5833 | 2024-08-03T04:05:28.891Z | [ recovery-image] Aug 03 04:05:27.070 INFO O| Aug 03 04:05:27.070 INFO STEP 657 (remove_files) COMPLETE |
5834 | 2024-08-03T04:05:28.894Z | [ recovery-image] Aug 03 04:05:27.070 INFO O| Aug 03 04:05:27.070 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5835 | 2024-08-03T04:05:28.901Z | [ recovery-image] Aug 03 04:05:27.080 INFO O| Aug 03 04:05:27.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtecla.so.1" |
5836 | 2024-08-03T04:05:28.901Z | [ recovery-image] Aug 03 04:05:27.080 INFO O| Aug 03 04:05:27.080 INFO STEP 658 (remove_files) COMPLETE |
5837 | 2024-08-03T04:05:28.904Z | [ recovery-image] Aug 03 04:05:27.080 INFO O| Aug 03 04:05:27.080 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5838 | 2024-08-03T04:05:28.911Z | [ recovery-image] Aug 03 04:05:27.090 INFO O| Aug 03 04:05:27.090 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
5839 | 2024-08-03T04:05:28.911Z | [ recovery-image] Aug 03 04:05:27.090 INFO O| Aug 03 04:05:27.090 INFO STEP 659 (remove_files) COMPLETE |
5840 | 2024-08-03T04:05:28.911Z | [ recovery-image] Aug 03 04:05:27.090 INFO O| Aug 03 04:05:27.090 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5841 | 2024-08-03T04:05:28.922Z | [ recovery-image] Aug 03 04:05:27.100 INFO O| Aug 03 04:05:27.100 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
5842 | 2024-08-03T04:05:28.922Z | [ recovery-image] Aug 03 04:05:27.100 INFO O| Aug 03 04:05:27.100 INFO STEP 660 (remove_files) COMPLETE |
5843 | 2024-08-03T04:05:28.923Z | [ recovery-image] Aug 03 04:05:27.100 INFO O| Aug 03 04:05:27.100 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5844 | 2024-08-03T04:05:28.935Z | [ recovery-image] Aug 03 04:05:27.109 INFO O| Aug 03 04:05:27.109 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/liby.so.1" |
5845 | 2024-08-03T04:05:28.935Z | [ recovery-image] Aug 03 04:05:27.110 INFO O| Aug 03 04:05:27.109 INFO STEP 661 (remove_files) COMPLETE |
5846 | 2024-08-03T04:05:28.947Z | [ recovery-image] Aug 03 04:05:27.110 INFO O| Aug 03 04:05:27.109 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5847 | 2024-08-03T04:05:28.947Z | [ recovery-image] Aug 03 04:05:27.119 INFO O| Aug 03 04:05:27.119 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
5848 | 2024-08-03T04:05:28.947Z | [ recovery-image] Aug 03 04:05:27.119 INFO O| Aug 03 04:05:27.119 INFO STEP 662 (remove_files) COMPLETE |
5849 | 2024-08-03T04:05:28.947Z | [ recovery-image] Aug 03 04:05:27.119 INFO O| Aug 03 04:05:27.119 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5850 | 2024-08-03T04:05:28.956Z | [ recovery-image] Aug 03 04:05:27.128 INFO O| Aug 03 04:05:27.128 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
5851 | 2024-08-03T04:05:28.956Z | [ recovery-image] Aug 03 04:05:27.128 INFO O| Aug 03 04:05:27.128 INFO STEP 663 (remove_files) COMPLETE |
5852 | 2024-08-03T04:05:28.956Z | [ recovery-image] Aug 03 04:05:27.128 INFO O| Aug 03 04:05:27.128 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5853 | 2024-08-03T04:05:28.968Z | [ recovery-image] Aug 03 04:05:27.138 INFO O| Aug 03 04:05:27.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
5854 | 2024-08-03T04:05:28.968Z | [ recovery-image] Aug 03 04:05:27.138 INFO O| Aug 03 04:05:27.138 INFO STEP 664 (remove_files) COMPLETE |
5855 | 2024-08-03T04:05:28.968Z | [ recovery-image] Aug 03 04:05:27.138 INFO O| Aug 03 04:05:27.138 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5856 | 2024-08-03T04:05:28.976Z | [ recovery-image] Aug 03 04:05:27.148 INFO O| Aug 03 04:05:27.148 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
5857 | 2024-08-03T04:05:28.976Z | [ recovery-image] Aug 03 04:05:27.148 INFO O| Aug 03 04:05:27.148 INFO STEP 665 (remove_files) COMPLETE |
5858 | 2024-08-03T04:05:28.976Z | [ recovery-image] Aug 03 04:05:27.148 INFO O| Aug 03 04:05:27.148 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5859 | 2024-08-03T04:05:28.980Z | [ recovery-image] Aug 03 04:05:27.158 INFO O| Aug 03 04:05:27.158 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzonestat.so.1" |
5860 | 2024-08-03T04:05:28.980Z | [ recovery-image] Aug 03 04:05:27.158 INFO O| Aug 03 04:05:27.158 INFO STEP 666 (remove_files) COMPLETE |
5861 | 2024-08-03T04:05:28.980Z | [ recovery-image] Aug 03 04:05:27.158 INFO O| Aug 03 04:05:27.158 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5862 | 2024-08-03T04:05:28.993Z | [ recovery-image] Aug 03 04:05:27.168 INFO O| Aug 03 04:05:27.168 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/libzpool.so.1" |
5863 | 2024-08-03T04:05:28.994Z | [ recovery-image] Aug 03 04:05:27.168 INFO O| Aug 03 04:05:27.168 INFO STEP 667 (remove_files) COMPLETE |
5864 | 2024-08-03T04:05:29.000Z | [ recovery-image] Aug 03 04:05:27.168 INFO O| Aug 03 04:05:27.168 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5865 | 2024-08-03T04:05:29.000Z | [ recovery-image] Aug 03 04:05:27.177 INFO O| Aug 03 04:05:27.177 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/madv.so.1" |
5866 | 2024-08-03T04:05:29.000Z | [ recovery-image] Aug 03 04:05:27.177 INFO O| Aug 03 04:05:27.177 INFO STEP 668 (remove_files) COMPLETE |
5867 | 2024-08-03T04:05:29.000Z | [ recovery-image] Aug 03 04:05:27.177 INFO O| Aug 03 04:05:27.177 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5868 | 2024-08-03T04:05:29.008Z | [ recovery-image] Aug 03 04:05:27.186 INFO O| Aug 03 04:05:27.186 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/mpss.so.1" |
5869 | 2024-08-03T04:05:29.008Z | [ recovery-image] Aug 03 04:05:27.186 INFO O| Aug 03 04:05:27.186 INFO STEP 669 (remove_files) COMPLETE |
5870 | 2024-08-03T04:05:29.012Z | [ recovery-image] Aug 03 04:05:27.186 INFO O| Aug 03 04:05:27.186 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5871 | 2024-08-03T04:05:29.016Z | [ recovery-image] Aug 03 04:05:27.195 INFO O| Aug 03 04:05:27.195 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ad.so.1" |
5872 | 2024-08-03T04:05:29.016Z | [ recovery-image] Aug 03 04:05:27.195 INFO O| Aug 03 04:05:27.195 INFO STEP 670 (remove_files) COMPLETE |
5873 | 2024-08-03T04:05:29.016Z | [ recovery-image] Aug 03 04:05:27.195 INFO O| Aug 03 04:05:27.195 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5874 | 2024-08-03T04:05:29.025Z | [ recovery-image] Aug 03 04:05:27.204 INFO O| Aug 03 04:05:27.204 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
5875 | 2024-08-03T04:05:29.025Z | [ recovery-image] Aug 03 04:05:27.204 INFO O| Aug 03 04:05:27.204 INFO STEP 671 (remove_files) COMPLETE |
5876 | 2024-08-03T04:05:29.028Z | [ recovery-image] Aug 03 04:05:27.204 INFO O| Aug 03 04:05:27.204 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5877 | 2024-08-03T04:05:29.034Z | [ recovery-image] Aug 03 04:05:27.213 INFO O| Aug 03 04:05:27.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/passwdutil.so.1" |
5878 | 2024-08-03T04:05:29.037Z | [ recovery-image] Aug 03 04:05:27.213 INFO O| Aug 03 04:05:27.213 INFO STEP 672 (remove_files) COMPLETE |
5879 | 2024-08-03T04:05:29.037Z | [ recovery-image] Aug 03 04:05:27.213 INFO O| Aug 03 04:05:27.213 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5880 | 2024-08-03T04:05:29.044Z | [ recovery-image] Aug 03 04:05:27.222 INFO O| Aug 03 04:05:27.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
5881 | 2024-08-03T04:05:29.047Z | [ recovery-image] Aug 03 04:05:27.223 INFO O| Aug 03 04:05:27.223 INFO STEP 673 (remove_files) COMPLETE |
5882 | 2024-08-03T04:05:29.047Z | [ recovery-image] Aug 03 04:05:27.223 INFO O| Aug 03 04:05:27.223 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5883 | 2024-08-03T04:05:29.053Z | [ recovery-image] Aug 03 04:05:27.232 INFO O| Aug 03 04:05:27.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
5884 | 2024-08-03T04:05:29.056Z | [ recovery-image] Aug 03 04:05:27.232 INFO O| Aug 03 04:05:27.232 INFO STEP 674 (remove_files) COMPLETE |
5885 | 2024-08-03T04:05:29.056Z | [ recovery-image] Aug 03 04:05:27.232 INFO O| Aug 03 04:05:27.232 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5886 | 2024-08-03T04:05:29.062Z | [ recovery-image] Aug 03 04:05:27.241 INFO O| Aug 03 04:05:27.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
5887 | 2024-08-03T04:05:29.065Z | [ recovery-image] Aug 03 04:05:27.242 INFO O| Aug 03 04:05:27.242 INFO STEP 675 (remove_files) COMPLETE |
5888 | 2024-08-03T04:05:29.065Z | [ recovery-image] Aug 03 04:05:27.242 INFO O| Aug 03 04:05:27.242 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5889 | 2024-08-03T04:05:29.072Z | [ recovery-image] Aug 03 04:05:27.251 INFO O| Aug 03 04:05:27.251 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
5890 | 2024-08-03T04:05:29.073Z | [ recovery-image] Aug 03 04:05:27.251 INFO O| Aug 03 04:05:27.251 INFO STEP 676 (remove_files) COMPLETE |
5891 | 2024-08-03T04:05:29.077Z | [ recovery-image] Aug 03 04:05:27.251 INFO O| Aug 03 04:05:27.251 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5892 | 2024-08-03T04:05:29.081Z | [ recovery-image] Aug 03 04:05:27.260 INFO O| Aug 03 04:05:27.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
5893 | 2024-08-03T04:05:29.081Z | [ recovery-image] Aug 03 04:05:27.260 INFO O| Aug 03 04:05:27.260 INFO STEP 677 (remove_files) COMPLETE |
5894 | 2024-08-03T04:05:29.081Z | [ recovery-image] Aug 03 04:05:27.260 INFO O| Aug 03 04:05:27.260 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5895 | 2024-08-03T04:05:29.090Z | [ recovery-image] Aug 03 04:05:27.269 INFO O| Aug 03 04:05:27.269 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
5896 | 2024-08-03T04:05:29.090Z | [ recovery-image] Aug 03 04:05:27.269 INFO O| Aug 03 04:05:27.269 INFO STEP 678 (remove_files) COMPLETE |
5897 | 2024-08-03T04:05:29.090Z | [ recovery-image] Aug 03 04:05:27.269 INFO O| Aug 03 04:05:27.269 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5898 | 2024-08-03T04:05:29.099Z | [ recovery-image] Aug 03 04:05:27.278 INFO O| Aug 03 04:05:27.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
5899 | 2024-08-03T04:05:29.102Z | [ recovery-image] Aug 03 04:05:27.278 INFO O| Aug 03 04:05:27.278 INFO STEP 679 (remove_files) COMPLETE |
5900 | 2024-08-03T04:05:29.102Z | [ recovery-image] Aug 03 04:05:27.278 INFO O| Aug 03 04:05:27.278 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5901 | 2024-08-03T04:05:29.108Z | [ recovery-image] Aug 03 04:05:27.287 INFO O| Aug 03 04:05:27.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
5902 | 2024-08-03T04:05:29.111Z | [ recovery-image] Aug 03 04:05:27.287 INFO O| Aug 03 04:05:27.287 INFO STEP 680 (remove_files) COMPLETE |
5903 | 2024-08-03T04:05:29.111Z | [ recovery-image] Aug 03 04:05:27.287 INFO O| Aug 03 04:05:27.287 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5904 | 2024-08-03T04:05:29.117Z | [ recovery-image] Aug 03 04:05:27.296 INFO O| Aug 03 04:05:27.296 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
5905 | 2024-08-03T04:05:29.121Z | [ recovery-image] Aug 03 04:05:27.296 INFO O| Aug 03 04:05:27.296 INFO STEP 681 (remove_files) COMPLETE |
5906 | 2024-08-03T04:05:29.121Z | [ recovery-image] Aug 03 04:05:27.296 INFO O| Aug 03 04:05:27.296 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5907 | 2024-08-03T04:05:29.126Z | [ recovery-image] Aug 03 04:05:27.305 INFO O| Aug 03 04:05:27.305 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
5908 | 2024-08-03T04:05:29.126Z | [ recovery-image] Aug 03 04:05:27.305 INFO O| Aug 03 04:05:27.305 INFO STEP 682 (remove_files) COMPLETE |
5909 | 2024-08-03T04:05:29.129Z | [ recovery-image] Aug 03 04:05:27.305 INFO O| Aug 03 04:05:27.305 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5910 | 2024-08-03T04:05:29.135Z | [ recovery-image] Aug 03 04:05:27.314 INFO O| Aug 03 04:05:27.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
5911 | 2024-08-03T04:05:29.135Z | [ recovery-image] Aug 03 04:05:27.314 INFO O| Aug 03 04:05:27.314 INFO STEP 683 (remove_files) COMPLETE |
5912 | 2024-08-03T04:05:29.135Z | [ recovery-image] Aug 03 04:05:27.314 INFO O| Aug 03 04:05:27.314 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5913 | 2024-08-03T04:05:29.144Z | [ recovery-image] Aug 03 04:05:27.323 INFO O| Aug 03 04:05:27.323 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
5914 | 2024-08-03T04:05:29.144Z | [ recovery-image] Aug 03 04:05:27.323 INFO O| Aug 03 04:05:27.323 INFO STEP 684 (remove_files) COMPLETE |
5915 | 2024-08-03T04:05:29.147Z | [ recovery-image] Aug 03 04:05:27.323 INFO O| Aug 03 04:05:27.323 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5916 | 2024-08-03T04:05:29.153Z | [ recovery-image] Aug 03 04:05:27.332 INFO O| Aug 03 04:05:27.332 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
5917 | 2024-08-03T04:05:29.153Z | [ recovery-image] Aug 03 04:05:27.332 INFO O| Aug 03 04:05:27.332 INFO STEP 685 (remove_files) COMPLETE |
5918 | 2024-08-03T04:05:29.154Z | [ recovery-image] Aug 03 04:05:27.332 INFO O| Aug 03 04:05:27.332 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5919 | 2024-08-03T04:05:29.163Z | [ recovery-image] Aug 03 04:05:27.341 INFO O| Aug 03 04:05:27.341 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
5920 | 2024-08-03T04:05:29.163Z | [ recovery-image] Aug 03 04:05:27.341 INFO O| Aug 03 04:05:27.341 INFO STEP 686 (remove_files) COMPLETE |
5921 | 2024-08-03T04:05:29.165Z | [ recovery-image] Aug 03 04:05:27.341 INFO O| Aug 03 04:05:27.341 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5922 | 2024-08-03T04:05:29.171Z | [ recovery-image] Aug 03 04:05:27.350 INFO O| Aug 03 04:05:27.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
5923 | 2024-08-03T04:05:29.171Z | [ recovery-image] Aug 03 04:05:27.350 INFO O| Aug 03 04:05:27.350 INFO STEP 687 (remove_files) COMPLETE |
5924 | 2024-08-03T04:05:29.171Z | [ recovery-image] Aug 03 04:05:27.350 INFO O| Aug 03 04:05:27.350 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5925 | 2024-08-03T04:05:29.181Z | [ recovery-image] Aug 03 04:05:27.359 INFO O| Aug 03 04:05:27.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
5926 | 2024-08-03T04:05:29.182Z | [ recovery-image] Aug 03 04:05:27.359 INFO O| Aug 03 04:05:27.359 INFO STEP 688 (remove_files) COMPLETE |
5927 | 2024-08-03T04:05:29.182Z | [ recovery-image] Aug 03 04:05:27.359 INFO O| Aug 03 04:05:27.359 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5928 | 2024-08-03T04:05:29.194Z | [ recovery-image] Aug 03 04:05:27.368 INFO O| Aug 03 04:05:27.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
5929 | 2024-08-03T04:05:29.194Z | [ recovery-image] Aug 03 04:05:27.368 INFO O| Aug 03 04:05:27.368 INFO STEP 689 (remove_files) COMPLETE |
5930 | 2024-08-03T04:05:29.201Z | [ recovery-image] Aug 03 04:05:27.368 INFO O| Aug 03 04:05:27.368 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5931 | 2024-08-03T04:05:29.202Z | [ recovery-image] Aug 03 04:05:27.377 INFO O| Aug 03 04:05:27.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
5932 | 2024-08-03T04:05:29.202Z | [ recovery-image] Aug 03 04:05:27.378 INFO O| Aug 03 04:05:27.378 INFO STEP 690 (remove_files) COMPLETE |
5933 | 2024-08-03T04:05:29.202Z | [ recovery-image] Aug 03 04:05:27.378 INFO O| Aug 03 04:05:27.378 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5934 | 2024-08-03T04:05:29.209Z | [ recovery-image] Aug 03 04:05:27.387 INFO O| Aug 03 04:05:27.387 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
5935 | 2024-08-03T04:05:29.209Z | [ recovery-image] Aug 03 04:05:27.387 INFO O| Aug 03 04:05:27.387 INFO STEP 691 (remove_files) COMPLETE |
5936 | 2024-08-03T04:05:29.214Z | [ recovery-image] Aug 03 04:05:27.387 INFO O| Aug 03 04:05:27.387 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5937 | 2024-08-03T04:05:29.224Z | [ recovery-image] Aug 03 04:05:27.396 INFO O| Aug 03 04:05:27.396 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
5938 | 2024-08-03T04:05:29.224Z | [ recovery-image] Aug 03 04:05:27.396 INFO O| Aug 03 04:05:27.396 INFO STEP 692 (remove_files) COMPLETE |
5939 | 2024-08-03T04:05:29.224Z | [ recovery-image] Aug 03 04:05:27.396 INFO O| Aug 03 04:05:27.396 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5940 | 2024-08-03T04:05:29.232Z | [ recovery-image] Aug 03 04:05:27.405 INFO O| Aug 03 04:05:27.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
5941 | 2024-08-03T04:05:29.232Z | [ recovery-image] Aug 03 04:05:27.405 INFO O| Aug 03 04:05:27.405 INFO STEP 693 (remove_files) COMPLETE |
5942 | 2024-08-03T04:05:29.233Z | [ recovery-image] Aug 03 04:05:27.405 INFO O| Aug 03 04:05:27.405 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5943 | 2024-08-03T04:05:29.240Z | [ recovery-image] Aug 03 04:05:27.414 INFO O| Aug 03 04:05:27.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
5944 | 2024-08-03T04:05:29.240Z | [ recovery-image] Aug 03 04:05:27.414 INFO O| Aug 03 04:05:27.414 INFO STEP 694 (remove_files) COMPLETE |
5945 | 2024-08-03T04:05:29.241Z | [ recovery-image] Aug 03 04:05:27.414 INFO O| Aug 03 04:05:27.414 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5946 | 2024-08-03T04:05:29.247Z | [ recovery-image] Aug 03 04:05:27.423 INFO O| Aug 03 04:05:27.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
5947 | 2024-08-03T04:05:29.247Z | [ recovery-image] Aug 03 04:05:27.423 INFO O| Aug 03 04:05:27.423 INFO STEP 695 (remove_files) COMPLETE |
5948 | 2024-08-03T04:05:29.247Z | [ recovery-image] Aug 03 04:05:27.423 INFO O| Aug 03 04:05:27.423 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5949 | 2024-08-03T04:05:29.254Z | [ recovery-image] Aug 03 04:05:27.432 INFO O| Aug 03 04:05:27.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
5950 | 2024-08-03T04:05:29.254Z | [ recovery-image] Aug 03 04:05:27.432 INFO O| Aug 03 04:05:27.432 INFO STEP 696 (remove_files) COMPLETE |
5951 | 2024-08-03T04:05:29.254Z | [ recovery-image] Aug 03 04:05:27.432 INFO O| Aug 03 04:05:27.432 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5952 | 2024-08-03T04:05:29.262Z | [ recovery-image] Aug 03 04:05:27.441 INFO O| Aug 03 04:05:27.441 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
5953 | 2024-08-03T04:05:29.263Z | [ recovery-image] Aug 03 04:05:27.442 INFO O| Aug 03 04:05:27.441 INFO STEP 697 (remove_files) COMPLETE |
5954 | 2024-08-03T04:05:29.266Z | [ recovery-image] Aug 03 04:05:27.442 INFO O| Aug 03 04:05:27.442 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5955 | 2024-08-03T04:05:29.272Z | [ recovery-image] Aug 03 04:05:27.451 INFO O| Aug 03 04:05:27.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
5956 | 2024-08-03T04:05:29.279Z | [ recovery-image] Aug 03 04:05:27.451 INFO O| Aug 03 04:05:27.451 INFO STEP 698 (remove_files) COMPLETE |
5957 | 2024-08-03T04:05:29.279Z | [ recovery-image] Aug 03 04:05:27.451 INFO O| Aug 03 04:05:27.451 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5958 | 2024-08-03T04:05:29.283Z | [ recovery-image] Aug 03 04:05:27.460 INFO O| Aug 03 04:05:27.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
5959 | 2024-08-03T04:05:29.283Z | [ recovery-image] Aug 03 04:05:27.460 INFO O| Aug 03 04:05:27.460 INFO STEP 699 (remove_files) COMPLETE |
5960 | 2024-08-03T04:05:29.283Z | [ recovery-image] Aug 03 04:05:27.460 INFO O| Aug 03 04:05:27.460 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5961 | 2024-08-03T04:05:29.290Z | [ recovery-image] Aug 03 04:05:27.469 INFO O| Aug 03 04:05:27.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
5962 | 2024-08-03T04:05:29.293Z | [ recovery-image] Aug 03 04:05:27.469 INFO O| Aug 03 04:05:27.469 INFO STEP 700 (remove_files) COMPLETE |
5963 | 2024-08-03T04:05:29.293Z | [ recovery-image] Aug 03 04:05:27.469 INFO O| Aug 03 04:05:27.469 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5964 | 2024-08-03T04:05:29.300Z | [ recovery-image] Aug 03 04:05:27.479 INFO O| Aug 03 04:05:27.479 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
5965 | 2024-08-03T04:05:29.300Z | [ recovery-image] Aug 03 04:05:27.479 INFO O| Aug 03 04:05:27.479 INFO STEP 701 (remove_files) COMPLETE |
5966 | 2024-08-03T04:05:29.303Z | [ recovery-image] Aug 03 04:05:27.479 INFO O| Aug 03 04:05:27.479 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5967 | 2024-08-03T04:05:29.309Z | [ recovery-image] Aug 03 04:05:27.488 INFO O| Aug 03 04:05:27.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
5968 | 2024-08-03T04:05:29.310Z | [ recovery-image] Aug 03 04:05:27.488 INFO O| Aug 03 04:05:27.488 INFO STEP 702 (remove_files) COMPLETE |
5969 | 2024-08-03T04:05:29.312Z | [ recovery-image] Aug 03 04:05:27.488 INFO O| Aug 03 04:05:27.488 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5970 | 2024-08-03T04:05:29.319Z | [ recovery-image] Aug 03 04:05:27.497 INFO O| Aug 03 04:05:27.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/straddr.so.2" |
5971 | 2024-08-03T04:05:29.321Z | [ recovery-image] Aug 03 04:05:27.498 INFO O| Aug 03 04:05:27.497 INFO STEP 703 (remove_files) COMPLETE |
5972 | 2024-08-03T04:05:29.321Z | [ recovery-image] Aug 03 04:05:27.498 INFO O| Aug 03 04:05:27.498 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5973 | 2024-08-03T04:05:29.328Z | [ recovery-image] Aug 03 04:05:27.507 INFO O| Aug 03 04:05:27.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
5974 | 2024-08-03T04:05:29.328Z | [ recovery-image] Aug 03 04:05:27.507 INFO O| Aug 03 04:05:27.507 INFO STEP 704 (remove_files) COMPLETE |
5975 | 2024-08-03T04:05:29.328Z | [ recovery-image] Aug 03 04:05:27.507 INFO O| Aug 03 04:05:27.507 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5976 | 2024-08-03T04:05:29.337Z | [ recovery-image] Aug 03 04:05:27.516 INFO O| Aug 03 04:05:27.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/audit/audit_record_attr" |
5977 | 2024-08-03T04:05:29.337Z | [ recovery-image] Aug 03 04:05:27.516 INFO O| Aug 03 04:05:27.516 INFO STEP 705 (remove_files) COMPLETE |
5978 | 2024-08-03T04:05:29.339Z | [ recovery-image] Aug 03 04:05:27.516 INFO O| Aug 03 04:05:27.516 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5979 | 2024-08-03T04:05:29.346Z | [ recovery-image] Aug 03 04:05:27.525 INFO O| Aug 03 04:05:27.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/common.ksh" |
5980 | 2024-08-03T04:05:29.349Z | [ recovery-image] Aug 03 04:05:27.525 INFO O| Aug 03 04:05:27.525 INFO STEP 706 (remove_files) COMPLETE |
5981 | 2024-08-03T04:05:29.349Z | [ recovery-image] Aug 03 04:05:27.525 INFO O| Aug 03 04:05:27.525 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5982 | 2024-08-03T04:05:29.355Z | [ recovery-image] Aug 03 04:05:27.534 INFO O| Aug 03 04:05:27.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/query" |
5983 | 2024-08-03T04:05:29.355Z | [ recovery-image] Aug 03 04:05:27.534 INFO O| Aug 03 04:05:27.534 INFO STEP 707 (remove_files) COMPLETE |
5984 | 2024-08-03T04:05:29.358Z | [ recovery-image] Aug 03 04:05:27.534 INFO O| Aug 03 04:05:27.534 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5985 | 2024-08-03T04:05:29.364Z | [ recovery-image] Aug 03 04:05:27.543 INFO O| Aug 03 04:05:27.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
5986 | 2024-08-03T04:05:29.364Z | [ recovery-image] Aug 03 04:05:27.543 INFO O| Aug 03 04:05:27.543 INFO STEP 708 (remove_files) COMPLETE |
5987 | 2024-08-03T04:05:29.367Z | [ recovery-image] Aug 03 04:05:27.543 INFO O| Aug 03 04:05:27.543 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5988 | 2024-08-03T04:05:29.373Z | [ recovery-image] Aug 03 04:05:27.552 INFO O| Aug 03 04:05:27.552 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
5989 | 2024-08-03T04:05:29.376Z | [ recovery-image] Aug 03 04:05:27.552 INFO O| Aug 03 04:05:27.552 INFO STEP 709 (remove_files) COMPLETE |
5990 | 2024-08-03T04:05:29.376Z | [ recovery-image] Aug 03 04:05:27.552 INFO O| Aug 03 04:05:27.552 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5991 | 2024-08-03T04:05:29.382Z | [ recovery-image] Aug 03 04:05:27.561 INFO O| Aug 03 04:05:27.561 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
5992 | 2024-08-03T04:05:29.382Z | [ recovery-image] Aug 03 04:05:27.561 INFO O| Aug 03 04:05:27.561 INFO STEP 710 (remove_files) COMPLETE |
5993 | 2024-08-03T04:05:29.382Z | [ recovery-image] Aug 03 04:05:27.561 INFO O| Aug 03 04:05:27.561 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5994 | 2024-08-03T04:05:29.391Z | [ recovery-image] Aug 03 04:05:27.570 INFO O| Aug 03 04:05:27.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
5995 | 2024-08-03T04:05:29.391Z | [ recovery-image] Aug 03 04:05:27.570 INFO O| Aug 03 04:05:27.570 INFO STEP 711 (remove_files) COMPLETE |
5996 | 2024-08-03T04:05:29.394Z | [ recovery-image] Aug 03 04:05:27.570 INFO O| Aug 03 04:05:27.570 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
5997 | 2024-08-03T04:05:29.400Z | [ recovery-image] Aug 03 04:05:27.579 INFO O| Aug 03 04:05:27.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
5998 | 2024-08-03T04:05:29.400Z | [ recovery-image] Aug 03 04:05:27.579 INFO O| Aug 03 04:05:27.579 INFO STEP 712 (remove_files) COMPLETE |
5999 | 2024-08-03T04:05:29.403Z | [ recovery-image] Aug 03 04:05:27.579 INFO O| Aug 03 04:05:27.579 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6000 | 2024-08-03T04:05:29.409Z | [ recovery-image] Aug 03 04:05:27.588 INFO O| Aug 03 04:05:27.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
6001 | 2024-08-03T04:05:29.412Z | [ recovery-image] Aug 03 04:05:27.589 INFO O| Aug 03 04:05:27.589 INFO STEP 713 (remove_files) COMPLETE |
6002 | 2024-08-03T04:05:29.412Z | [ recovery-image] Aug 03 04:05:27.589 INFO O| Aug 03 04:05:27.589 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6003 | 2024-08-03T04:05:29.419Z | [ recovery-image] Aug 03 04:05:27.598 INFO O| Aug 03 04:05:27.598 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/ib.so.1" |
6004 | 2024-08-03T04:05:29.419Z | [ recovery-image] Aug 03 04:05:27.598 INFO O| Aug 03 04:05:27.598 INFO STEP 714 (remove_files) COMPLETE |
6005 | 2024-08-03T04:05:29.419Z | [ recovery-image] Aug 03 04:05:27.598 INFO O| Aug 03 04:05:27.598 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6006 | 2024-08-03T04:05:29.428Z | [ recovery-image] Aug 03 04:05:27.607 INFO O| Aug 03 04:05:27.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/pci.so.1" |
6007 | 2024-08-03T04:05:29.428Z | [ recovery-image] Aug 03 04:05:27.607 INFO O| Aug 03 04:05:27.607 INFO STEP 715 (remove_files) COMPLETE |
6008 | 2024-08-03T04:05:29.428Z | [ recovery-image] Aug 03 04:05:27.607 INFO O| Aug 03 04:05:27.607 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6009 | 2024-08-03T04:05:29.439Z | [ recovery-image] Aug 03 04:05:27.616 INFO O| Aug 03 04:05:27.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/sata.so.1" |
6010 | 2024-08-03T04:05:29.446Z | [ recovery-image] Aug 03 04:05:27.616 INFO O| Aug 03 04:05:27.616 INFO STEP 716 (remove_files) COMPLETE |
6011 | 2024-08-03T04:05:29.447Z | [ recovery-image] Aug 03 04:05:27.616 INFO O| Aug 03 04:05:27.616 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6012 | 2024-08-03T04:05:29.454Z | [ recovery-image] Aug 03 04:05:27.625 INFO O| Aug 03 04:05:27.625 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/scsi.so.1" |
6013 | 2024-08-03T04:05:29.454Z | [ recovery-image] Aug 03 04:05:27.625 INFO O| Aug 03 04:05:27.625 INFO STEP 717 (remove_files) COMPLETE |
6014 | 2024-08-03T04:05:29.454Z | [ recovery-image] Aug 03 04:05:27.625 INFO O| Aug 03 04:05:27.625 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6015 | 2024-08-03T04:05:29.461Z | [ recovery-image] Aug 03 04:05:27.634 INFO O| Aug 03 04:05:27.634 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/shp.so.1" |
6016 | 2024-08-03T04:05:29.461Z | [ recovery-image] Aug 03 04:05:27.634 INFO O| Aug 03 04:05:27.634 INFO STEP 718 (remove_files) COMPLETE |
6017 | 2024-08-03T04:05:29.461Z | [ recovery-image] Aug 03 04:05:27.634 INFO O| Aug 03 04:05:27.634 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6018 | 2024-08-03T04:05:29.475Z | [ recovery-image] Aug 03 04:05:27.643 INFO O| Aug 03 04:05:27.643 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cfgadm/usb.so.1" |
6019 | 2024-08-03T04:05:29.475Z | [ recovery-image] Aug 03 04:05:27.643 INFO O| Aug 03 04:05:27.643 INFO STEP 719 (remove_files) COMPLETE |
6020 | 2024-08-03T04:05:29.475Z | [ recovery-image] Aug 03 04:05:27.644 INFO O| Aug 03 04:05:27.643 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6021 | 2024-08-03T04:05:29.483Z | [ recovery-image] Aug 03 04:05:27.652 INFO O| Aug 03 04:05:27.652 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXdispadmin" |
6022 | 2024-08-03T04:05:29.483Z | [ recovery-image] Aug 03 04:05:27.653 INFO O| Aug 03 04:05:27.653 INFO STEP 720 (remove_files) COMPLETE |
6023 | 2024-08-03T04:05:29.483Z | [ recovery-image] Aug 03 04:05:27.653 INFO O| Aug 03 04:05:27.653 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6024 | 2024-08-03T04:05:29.487Z | [ recovery-image] Aug 03 04:05:27.662 INFO O| Aug 03 04:05:27.662 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/FX/FXpriocntl" |
6025 | 2024-08-03T04:05:29.487Z | [ recovery-image] Aug 03 04:05:27.662 INFO O| Aug 03 04:05:27.662 INFO STEP 721 (remove_files) COMPLETE |
6026 | 2024-08-03T04:05:29.487Z | [ recovery-image] Aug 03 04:05:27.662 INFO O| Aug 03 04:05:27.662 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6027 | 2024-08-03T04:05:29.493Z | [ recovery-image] Aug 03 04:05:27.671 INFO O| Aug 03 04:05:27.671 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IAdispadmin" |
6028 | 2024-08-03T04:05:29.493Z | [ recovery-image] Aug 03 04:05:27.671 INFO O| Aug 03 04:05:27.671 INFO STEP 722 (remove_files) COMPLETE |
6029 | 2024-08-03T04:05:29.500Z | [ recovery-image] Aug 03 04:05:27.671 INFO O| Aug 03 04:05:27.671 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6030 | 2024-08-03T04:05:29.508Z | [ recovery-image] Aug 03 04:05:27.680 INFO O| Aug 03 04:05:27.680 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/IA/IApriocntl" |
6031 | 2024-08-03T04:05:29.508Z | [ recovery-image] Aug 03 04:05:27.680 INFO O| Aug 03 04:05:27.680 INFO STEP 723 (remove_files) COMPLETE |
6032 | 2024-08-03T04:05:29.508Z | [ recovery-image] Aug 03 04:05:27.680 INFO O| Aug 03 04:05:27.680 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6033 | 2024-08-03T04:05:29.512Z | [ recovery-image] Aug 03 04:05:27.689 INFO O| Aug 03 04:05:27.689 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTdispadmin" |
6034 | 2024-08-03T04:05:29.512Z | [ recovery-image] Aug 03 04:05:27.689 INFO O| Aug 03 04:05:27.689 INFO STEP 724 (remove_files) COMPLETE |
6035 | 2024-08-03T04:05:29.512Z | [ recovery-image] Aug 03 04:05:27.689 INFO O| Aug 03 04:05:27.689 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6036 | 2024-08-03T04:05:29.519Z | [ recovery-image] Aug 03 04:05:27.698 INFO O| Aug 03 04:05:27.698 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/RT/RTpriocntl" |
6037 | 2024-08-03T04:05:29.520Z | [ recovery-image] Aug 03 04:05:27.698 INFO O| Aug 03 04:05:27.698 INFO STEP 725 (remove_files) COMPLETE |
6038 | 2024-08-03T04:05:29.523Z | [ recovery-image] Aug 03 04:05:27.698 INFO O| Aug 03 04:05:27.698 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6039 | 2024-08-03T04:05:29.529Z | [ recovery-image] Aug 03 04:05:27.707 INFO O| Aug 03 04:05:27.707 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
6040 | 2024-08-03T04:05:29.529Z | [ recovery-image] Aug 03 04:05:27.708 INFO O| Aug 03 04:05:27.707 INFO STEP 726 (remove_files) COMPLETE |
6041 | 2024-08-03T04:05:29.529Z | [ recovery-image] Aug 03 04:05:27.708 INFO O| Aug 03 04:05:27.708 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6042 | 2024-08-03T04:05:29.538Z | [ recovery-image] Aug 03 04:05:27.717 INFO O| Aug 03 04:05:27.717 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
6043 | 2024-08-03T04:05:29.538Z | [ recovery-image] Aug 03 04:05:27.717 INFO O| Aug 03 04:05:27.717 INFO STEP 727 (remove_files) COMPLETE |
6044 | 2024-08-03T04:05:29.538Z | [ recovery-image] Aug 03 04:05:27.717 INFO O| Aug 03 04:05:27.717 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6045 | 2024-08-03T04:05:29.547Z | [ recovery-image] Aug 03 04:05:27.726 INFO O| Aug 03 04:05:27.726 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSdispadmin" |
6046 | 2024-08-03T04:05:29.547Z | [ recovery-image] Aug 03 04:05:27.726 INFO O| Aug 03 04:05:27.726 INFO STEP 728 (remove_files) COMPLETE |
6047 | 2024-08-03T04:05:29.550Z | [ recovery-image] Aug 03 04:05:27.726 INFO O| Aug 03 04:05:27.726 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6048 | 2024-08-03T04:05:29.556Z | [ recovery-image] Aug 03 04:05:27.735 INFO O| Aug 03 04:05:27.735 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/class/TS/TSpriocntl" |
6049 | 2024-08-03T04:05:29.556Z | [ recovery-image] Aug 03 04:05:27.735 INFO O| Aug 03 04:05:27.735 INFO STEP 729 (remove_files) COMPLETE |
6050 | 2024-08-03T04:05:29.559Z | [ recovery-image] Aug 03 04:05:27.735 INFO O| Aug 03 04:05:27.735 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6051 | 2024-08-03T04:05:29.565Z | [ recovery-image] Aug 03 04:05:27.744 INFO O| Aug 03 04:05:27.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
6052 | 2024-08-03T04:05:29.565Z | [ recovery-image] Aug 03 04:05:27.744 INFO O| Aug 03 04:05:27.744 INFO STEP 730 (remove_files) COMPLETE |
6053 | 2024-08-03T04:05:29.568Z | [ recovery-image] Aug 03 04:05:27.744 INFO O| Aug 03 04:05:27.744 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6054 | 2024-08-03T04:05:29.574Z | [ recovery-image] Aug 03 04:05:27.753 INFO O| Aug 03 04:05:27.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
6055 | 2024-08-03T04:05:29.574Z | [ recovery-image] Aug 03 04:05:27.753 INFO O| Aug 03 04:05:27.753 INFO STEP 731 (remove_files) COMPLETE |
6056 | 2024-08-03T04:05:29.577Z | [ recovery-image] Aug 03 04:05:27.753 INFO O| Aug 03 04:05:27.753 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6057 | 2024-08-03T04:05:29.583Z | [ recovery-image] Aug 03 04:05:27.762 INFO O| Aug 03 04:05:27.762 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlled" |
6058 | 2024-08-03T04:05:29.583Z | [ recovery-image] Aug 03 04:05:27.762 INFO O| Aug 03 04:05:27.762 INFO STEP 732 (remove_files) COMPLETE |
6059 | 2024-08-03T04:05:29.586Z | [ recovery-image] Aug 03 04:05:27.762 INFO O| Aug 03 04:05:27.762 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6060 | 2024-08-03T04:05:29.592Z | [ recovery-image] Aug 03 04:05:27.771 INFO O| Aug 03 04:05:27.771 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlrecv" |
6061 | 2024-08-03T04:05:29.593Z | [ recovery-image] Aug 03 04:05:27.771 INFO O| Aug 03 04:05:27.771 INFO STEP 733 (remove_files) COMPLETE |
6062 | 2024-08-03T04:05:29.593Z | [ recovery-image] Aug 03 04:05:27.771 INFO O| Aug 03 04:05:27.771 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6063 | 2024-08-03T04:05:29.601Z | [ recovery-image] Aug 03 04:05:27.780 INFO O| Aug 03 04:05:27.780 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dlsend" |
6064 | 2024-08-03T04:05:29.602Z | [ recovery-image] Aug 03 04:05:27.780 INFO O| Aug 03 04:05:27.780 INFO STEP 734 (remove_files) COMPLETE |
6065 | 2024-08-03T04:05:29.602Z | [ recovery-image] Aug 03 04:05:27.780 INFO O| Aug 03 04:05:27.780 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6066 | 2024-08-03T04:05:29.611Z | [ recovery-image] Aug 03 04:05:27.790 INFO O| Aug 03 04:05:27.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dl/dltraninfo" |
6067 | 2024-08-03T04:05:29.611Z | [ recovery-image] Aug 03 04:05:27.790 INFO O| Aug 03 04:05:27.790 INFO STEP 735 (remove_files) COMPLETE |
6068 | 2024-08-03T04:05:29.613Z | [ recovery-image] Aug 03 04:05:27.790 INFO O| Aug 03 04:05:27.790 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6069 | 2024-08-03T04:05:29.620Z | [ recovery-image] Aug 03 04:05:27.799 INFO O| Aug 03 04:05:27.799 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/drti.o" |
6070 | 2024-08-03T04:05:29.620Z | [ recovery-image] Aug 03 04:05:27.799 INFO O| Aug 03 04:05:27.799 INFO STEP 736 (remove_files) COMPLETE |
6071 | 2024-08-03T04:05:29.620Z | [ recovery-image] Aug 03 04:05:27.799 INFO O| Aug 03 04:05:27.799 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6072 | 2024-08-03T04:05:29.629Z | [ recovery-image] Aug 03 04:05:27.808 INFO O| Aug 03 04:05:27.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
6073 | 2024-08-03T04:05:29.629Z | [ recovery-image] Aug 03 04:05:27.808 INFO O| Aug 03 04:05:27.808 INFO STEP 737 (remove_files) COMPLETE |
6074 | 2024-08-03T04:05:29.632Z | [ recovery-image] Aug 03 04:05:27.808 INFO O| Aug 03 04:05:27.808 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6075 | 2024-08-03T04:05:29.638Z | [ recovery-image] Aug 03 04:05:27.817 INFO O| Aug 03 04:05:27.817 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/64/sftp64.d" |
6076 | 2024-08-03T04:05:29.638Z | [ recovery-image] Aug 03 04:05:27.817 INFO O| Aug 03 04:05:27.817 INFO STEP 738 (remove_files) COMPLETE |
6077 | 2024-08-03T04:05:29.638Z | [ recovery-image] Aug 03 04:05:27.817 INFO O| Aug 03 04:05:27.817 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6078 | 2024-08-03T04:05:29.647Z | [ recovery-image] Aug 03 04:05:27.826 INFO O| Aug 03 04:05:27.826 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/drti.o" |
6079 | 2024-08-03T04:05:29.647Z | [ recovery-image] Aug 03 04:05:27.826 INFO O| Aug 03 04:05:27.826 INFO STEP 739 (remove_files) COMPLETE |
6080 | 2024-08-03T04:05:29.647Z | [ recovery-image] Aug 03 04:05:27.826 INFO O| Aug 03 04:05:27.826 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6081 | 2024-08-03T04:05:29.656Z | [ recovery-image] Aug 03 04:05:27.835 INFO O| Aug 03 04:05:27.835 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
6082 | 2024-08-03T04:05:29.656Z | [ recovery-image] Aug 03 04:05:27.835 INFO O| Aug 03 04:05:27.835 INFO STEP 740 (remove_files) COMPLETE |
6083 | 2024-08-03T04:05:29.659Z | [ recovery-image] Aug 03 04:05:27.835 INFO O| Aug 03 04:05:27.835 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6084 | 2024-08-03T04:05:29.665Z | [ recovery-image] Aug 03 04:05:27.844 INFO O| Aug 03 04:05:27.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
6085 | 2024-08-03T04:05:29.665Z | [ recovery-image] Aug 03 04:05:27.844 INFO O| Aug 03 04:05:27.844 INFO STEP 741 (remove_files) COMPLETE |
6086 | 2024-08-03T04:05:29.668Z | [ recovery-image] Aug 03 04:05:27.844 INFO O| Aug 03 04:05:27.844 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6087 | 2024-08-03T04:05:29.674Z | [ recovery-image] Aug 03 04:05:27.853 INFO O| Aug 03 04:05:27.853 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
6088 | 2024-08-03T04:05:29.674Z | [ recovery-image] Aug 03 04:05:27.853 INFO O| Aug 03 04:05:27.853 INFO STEP 742 (remove_files) COMPLETE |
6089 | 2024-08-03T04:05:29.677Z | [ recovery-image] Aug 03 04:05:27.853 INFO O| Aug 03 04:05:27.853 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6090 | 2024-08-03T04:05:29.683Z | [ recovery-image] Aug 03 04:05:27.862 INFO O| Aug 03 04:05:27.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
6091 | 2024-08-03T04:05:29.683Z | [ recovery-image] Aug 03 04:05:27.862 INFO O| Aug 03 04:05:27.862 INFO STEP 743 (remove_files) COMPLETE |
6092 | 2024-08-03T04:05:29.687Z | [ recovery-image] Aug 03 04:05:27.862 INFO O| Aug 03 04:05:27.862 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6093 | 2024-08-03T04:05:29.692Z | [ recovery-image] Aug 03 04:05:27.871 INFO O| Aug 03 04:05:27.871 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
6094 | 2024-08-03T04:05:29.693Z | [ recovery-image] Aug 03 04:05:27.871 INFO O| Aug 03 04:05:27.871 INFO STEP 744 (remove_files) COMPLETE |
6095 | 2024-08-03T04:05:29.693Z | [ recovery-image] Aug 03 04:05:27.871 INFO O| Aug 03 04:05:27.871 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6096 | 2024-08-03T04:05:29.701Z | [ recovery-image] Aug 03 04:05:27.880 INFO O| Aug 03 04:05:27.880 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
6097 | 2024-08-03T04:05:29.701Z | [ recovery-image] Aug 03 04:05:27.880 INFO O| Aug 03 04:05:27.880 INFO STEP 745 (remove_files) COMPLETE |
6098 | 2024-08-03T04:05:29.704Z | [ recovery-image] Aug 03 04:05:27.880 INFO O| Aug 03 04:05:27.880 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6099 | 2024-08-03T04:05:29.710Z | [ recovery-image] Aug 03 04:05:27.889 INFO O| Aug 03 04:05:27.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
6100 | 2024-08-03T04:05:29.714Z | [ recovery-image] Aug 03 04:05:27.889 INFO O| Aug 03 04:05:27.889 INFO STEP 746 (remove_files) COMPLETE |
6101 | 2024-08-03T04:05:29.714Z | [ recovery-image] Aug 03 04:05:27.889 INFO O| Aug 03 04:05:27.889 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6102 | 2024-08-03T04:05:29.719Z | [ recovery-image] Aug 03 04:05:27.898 INFO O| Aug 03 04:05:27.898 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
6103 | 2024-08-03T04:05:29.723Z | [ recovery-image] Aug 03 04:05:27.898 INFO O| Aug 03 04:05:27.898 INFO STEP 747 (remove_files) COMPLETE |
6104 | 2024-08-03T04:05:29.723Z | [ recovery-image] Aug 03 04:05:27.898 INFO O| Aug 03 04:05:27.898 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6105 | 2024-08-03T04:05:29.729Z | [ recovery-image] Aug 03 04:05:27.907 INFO O| Aug 03 04:05:27.907 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
6106 | 2024-08-03T04:05:29.729Z | [ recovery-image] Aug 03 04:05:27.908 INFO O| Aug 03 04:05:27.908 INFO STEP 748 (remove_files) COMPLETE |
6107 | 2024-08-03T04:05:29.731Z | [ recovery-image] Aug 03 04:05:27.908 INFO O| Aug 03 04:05:27.908 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6108 | 2024-08-03T04:05:29.738Z | [ recovery-image] Aug 03 04:05:27.917 INFO O| Aug 03 04:05:27.917 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
6109 | 2024-08-03T04:05:29.740Z | [ recovery-image] Aug 03 04:05:27.917 INFO O| Aug 03 04:05:27.917 INFO STEP 749 (remove_files) COMPLETE |
6110 | 2024-08-03T04:05:29.740Z | [ recovery-image] Aug 03 04:05:27.917 INFO O| Aug 03 04:05:27.917 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6111 | 2024-08-03T04:05:29.748Z | [ recovery-image] Aug 03 04:05:27.926 INFO O| Aug 03 04:05:27.926 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/AMD.dict" |
6112 | 2024-08-03T04:05:29.748Z | [ recovery-image] Aug 03 04:05:27.926 INFO O| Aug 03 04:05:27.926 INFO STEP 750 (remove_files) COMPLETE |
6113 | 2024-08-03T04:05:29.751Z | [ recovery-image] Aug 03 04:05:27.926 INFO O| Aug 03 04:05:27.926 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6114 | 2024-08-03T04:05:29.756Z | [ recovery-image] Aug 03 04:05:27.935 INFO O| Aug 03 04:05:27.935 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
6115 | 2024-08-03T04:05:29.756Z | [ recovery-image] Aug 03 04:05:27.935 INFO O| Aug 03 04:05:27.935 INFO STEP 751 (remove_files) COMPLETE |
6116 | 2024-08-03T04:05:29.759Z | [ recovery-image] Aug 03 04:05:27.935 INFO O| Aug 03 04:05:27.935 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6117 | 2024-08-03T04:05:29.765Z | [ recovery-image] Aug 03 04:05:27.944 INFO O| Aug 03 04:05:27.944 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/GMCA.dict" |
6118 | 2024-08-03T04:05:29.765Z | [ recovery-image] Aug 03 04:05:27.944 INFO O| Aug 03 04:05:27.944 INFO STEP 752 (remove_files) COMPLETE |
6119 | 2024-08-03T04:05:29.766Z | [ recovery-image] Aug 03 04:05:27.944 INFO O| Aug 03 04:05:27.944 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6120 | 2024-08-03T04:05:29.775Z | [ recovery-image] Aug 03 04:05:27.954 INFO O| Aug 03 04:05:27.954 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/dict/INTEL.dict" |
6121 | 2024-08-03T04:05:29.775Z | [ recovery-image] Aug 03 04:05:27.954 INFO O| Aug 03 04:05:27.954 INFO STEP 753 (remove_files) COMPLETE |
6122 | 2024-08-03T04:05:29.778Z | [ recovery-image] Aug 03 04:05:27.954 INFO O| Aug 03 04:05:27.954 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6123 | 2024-08-03T04:05:29.784Z | [ recovery-image] Aug 03 04:05:27.963 INFO O| Aug 03 04:05:27.963 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fminject" |
6124 | 2024-08-03T04:05:29.784Z | [ recovery-image] Aug 03 04:05:27.963 INFO O| Aug 03 04:05:27.963 INFO STEP 754 (remove_files) COMPLETE |
6125 | 2024-08-03T04:05:29.784Z | [ recovery-image] Aug 03 04:05:27.963 INFO O| Aug 03 04:05:27.963 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6126 | 2024-08-03T04:05:29.794Z | [ recovery-image] Aug 03 04:05:27.973 INFO O| Aug 03 04:05:27.973 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmsim" |
6127 | 2024-08-03T04:05:29.797Z | [ recovery-image] Aug 03 04:05:27.973 INFO O| Aug 03 04:05:27.973 INFO STEP 755 (remove_files) COMPLETE |
6128 | 2024-08-03T04:05:29.797Z | [ recovery-image] Aug 03 04:05:27.973 INFO O| Aug 03 04:05:27.973 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6129 | 2024-08-03T04:05:29.803Z | [ recovery-image] Aug 03 04:05:27.982 INFO O| Aug 03 04:05:27.982 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/fmtopo" |
6130 | 2024-08-03T04:05:29.803Z | [ recovery-image] Aug 03 04:05:27.982 INFO O| Aug 03 04:05:27.982 INFO STEP 756 (remove_files) COMPLETE |
6131 | 2024-08-03T04:05:29.803Z | [ recovery-image] Aug 03 04:05:27.982 INFO O| Aug 03 04:05:27.982 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6132 | 2024-08-03T04:05:29.812Z | [ recovery-image] Aug 03 04:05:27.991 INFO O| Aug 03 04:05:27.991 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/ipmitopo" |
6133 | 2024-08-03T04:05:29.812Z | [ recovery-image] Aug 03 04:05:27.991 INFO O| Aug 03 04:05:27.991 INFO STEP 757 (remove_files) COMPLETE |
6134 | 2024-08-03T04:05:29.812Z | [ recovery-image] Aug 03 04:05:27.991 INFO O| Aug 03 04:05:27.991 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6135 | 2024-08-03T04:05:29.822Z | [ recovery-image] Aug 03 04:05:28.000 INFO O| Aug 03 04:05:28.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/mcdecode" |
6136 | 2024-08-03T04:05:29.822Z | [ recovery-image] Aug 03 04:05:28.000 INFO O| Aug 03 04:05:28.000 INFO STEP 758 (remove_files) COMPLETE |
6137 | 2024-08-03T04:05:29.825Z | [ recovery-image] Aug 03 04:05:28.000 INFO O| Aug 03 04:05:28.000 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6138 | 2024-08-03T04:05:29.832Z | [ recovery-image] Aug 03 04:05:28.011 INFO O| Aug 03 04:05:28.011 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
6139 | 2024-08-03T04:05:29.832Z | [ recovery-image] Aug 03 04:05:28.011 INFO O| Aug 03 04:05:28.011 INFO STEP 759 (remove_files) COMPLETE |
6140 | 2024-08-03T04:05:29.835Z | [ recovery-image] Aug 03 04:05:28.011 INFO O| Aug 03 04:05:28.011 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6141 | 2024-08-03T04:05:29.841Z | [ recovery-image] Aug 03 04:05:28.020 INFO O| Aug 03 04:05:28.020 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
6142 | 2024-08-03T04:05:29.841Z | [ recovery-image] Aug 03 04:05:28.020 INFO O| Aug 03 04:05:28.020 INFO STEP 760 (remove_files) COMPLETE |
6143 | 2024-08-03T04:05:29.845Z | [ recovery-image] Aug 03 04:05:28.020 INFO O| Aug 03 04:05:28.020 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6144 | 2024-08-03T04:05:29.851Z | [ recovery-image] Aug 03 04:05:28.030 INFO O| Aug 03 04:05:28.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
6145 | 2024-08-03T04:05:29.854Z | [ recovery-image] Aug 03 04:05:28.030 INFO O| Aug 03 04:05:28.030 INFO STEP 761 (remove_files) COMPLETE |
6146 | 2024-08-03T04:05:29.854Z | [ recovery-image] Aug 03 04:05:28.030 INFO O| Aug 03 04:05:28.030 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6147 | 2024-08-03T04:05:29.860Z | [ recovery-image] Aug 03 04:05:28.039 INFO O| Aug 03 04:05:28.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
6148 | 2024-08-03T04:05:29.860Z | [ recovery-image] Aug 03 04:05:28.039 INFO O| Aug 03 04:05:28.039 INFO STEP 762 (remove_files) COMPLETE |
6149 | 2024-08-03T04:05:29.860Z | [ recovery-image] Aug 03 04:05:28.039 INFO O| Aug 03 04:05:28.039 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6150 | 2024-08-03T04:05:29.871Z | [ recovery-image] Aug 03 04:05:28.049 INFO O| Aug 03 04:05:28.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
6151 | 2024-08-03T04:05:29.871Z | [ recovery-image] Aug 03 04:05:28.049 INFO O| Aug 03 04:05:28.049 INFO STEP 763 (remove_files) COMPLETE |
6152 | 2024-08-03T04:05:29.873Z | [ recovery-image] Aug 03 04:05:28.049 INFO O| Aug 03 04:05:28.049 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6153 | 2024-08-03T04:05:29.880Z | [ recovery-image] Aug 03 04:05:28.059 INFO O| Aug 03 04:05:28.059 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
6154 | 2024-08-03T04:05:29.881Z | [ recovery-image] Aug 03 04:05:28.059 INFO O| Aug 03 04:05:28.059 INFO STEP 764 (remove_files) COMPLETE |
6155 | 2024-08-03T04:05:29.881Z | [ recovery-image] Aug 03 04:05:28.059 INFO O| Aug 03 04:05:28.059 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6156 | 2024-08-03T04:05:29.890Z | [ recovery-image] Aug 03 04:05:28.068 INFO O| Aug 03 04:05:28.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
6157 | 2024-08-03T04:05:29.890Z | [ recovery-image] Aug 03 04:05:28.069 INFO O| Aug 03 04:05:28.068 INFO STEP 765 (remove_files) COMPLETE |
6158 | 2024-08-03T04:05:29.890Z | [ recovery-image] Aug 03 04:05:28.069 INFO O| Aug 03 04:05:28.068 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6159 | 2024-08-03T04:05:29.892Z | [ host-image] Aug 03 04:05:28.070 INFO O| Aug 03 04:05:28.070 INFO O| Download: Completed 8.42 MB in 3.71 seconds (2.3M/s) |
6160 | 2024-08-03T04:05:29.901Z | [ recovery-image] Aug 03 04:05:28.080 INFO O| Aug 03 04:05:28.080 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
6161 | 2024-08-03T04:05:29.901Z | [ recovery-image] Aug 03 04:05:28.080 INFO O| Aug 03 04:05:28.080 INFO STEP 766 (remove_files) COMPLETE |
6162 | 2024-08-03T04:05:29.904Z | [ recovery-image] Aug 03 04:05:28.080 INFO O| Aug 03 04:05:28.080 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6163 | 2024-08-03T04:05:29.910Z | [ recovery-image] Aug 03 04:05:28.089 INFO O| Aug 03 04:05:28.089 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
6164 | 2024-08-03T04:05:29.910Z | [ recovery-image] Aug 03 04:05:28.089 INFO O| Aug 03 04:05:28.089 INFO STEP 767 (remove_files) COMPLETE |
6165 | 2024-08-03T04:05:29.913Z | [ recovery-image] Aug 03 04:05:28.089 INFO O| Aug 03 04:05:28.089 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6166 | 2024-08-03T04:05:29.920Z | [ recovery-image] Aug 03 04:05:28.099 INFO O| Aug 03 04:05:28.099 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
6167 | 2024-08-03T04:05:29.920Z | [ recovery-image] Aug 03 04:05:28.099 INFO O| Aug 03 04:05:28.099 INFO STEP 768 (remove_files) COMPLETE |
6168 | 2024-08-03T04:05:29.920Z | [ recovery-image] Aug 03 04:05:28.099 INFO O| Aug 03 04:05:28.099 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6169 | 2024-08-03T04:05:29.929Z | [ recovery-image] Aug 03 04:05:28.108 INFO O| Aug 03 04:05:28.108 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
6170 | 2024-08-03T04:05:29.929Z | [ recovery-image] Aug 03 04:05:28.108 INFO O| Aug 03 04:05:28.108 INFO STEP 769 (remove_files) COMPLETE |
6171 | 2024-08-03T04:05:29.929Z | [ recovery-image] Aug 03 04:05:28.108 INFO O| Aug 03 04:05:28.108 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6172 | 2024-08-03T04:05:29.939Z | [ recovery-image] Aug 03 04:05:28.117 INFO O| Aug 03 04:05:28.117 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
6173 | 2024-08-03T04:05:29.942Z | [ recovery-image] Aug 03 04:05:28.117 INFO O| Aug 03 04:05:28.117 INFO STEP 770 (remove_files) COMPLETE |
6174 | 2024-08-03T04:05:29.942Z | [ recovery-image] Aug 03 04:05:28.117 INFO O| Aug 03 04:05:28.117 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6175 | 2024-08-03T04:05:29.945Z | [ host-image] Aug 03 04:05:28.123 INFO O| Aug 03 04:05:28.123 INFO O| Actions: 1/1361 actions (Installing new actions) |
6176 | 2024-08-03T04:05:29.950Z | [ recovery-image] Aug 03 04:05:28.129 INFO O| Aug 03 04:05:28.129 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
6177 | 2024-08-03T04:05:29.950Z | [ recovery-image] Aug 03 04:05:28.129 INFO O| Aug 03 04:05:28.129 INFO STEP 771 (remove_files) COMPLETE |
6178 | 2024-08-03T04:05:29.950Z | [ recovery-image] Aug 03 04:05:28.129 INFO O| Aug 03 04:05:28.129 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6179 | 2024-08-03T04:05:29.959Z | [ recovery-image] Aug 03 04:05:28.138 INFO O| Aug 03 04:05:28.138 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
6180 | 2024-08-03T04:05:29.959Z | [ recovery-image] Aug 03 04:05:28.138 INFO O| Aug 03 04:05:28.138 INFO STEP 772 (remove_files) COMPLETE |
6181 | 2024-08-03T04:05:29.959Z | [ recovery-image] Aug 03 04:05:28.138 INFO O| Aug 03 04:05:28.138 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6182 | 2024-08-03T04:05:29.968Z | [ recovery-image] Aug 03 04:05:28.147 INFO O| Aug 03 04:05:28.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
6183 | 2024-08-03T04:05:29.968Z | [ recovery-image] Aug 03 04:05:28.147 INFO O| Aug 03 04:05:28.147 INFO STEP 773 (remove_files) COMPLETE |
6184 | 2024-08-03T04:05:29.968Z | [ recovery-image] Aug 03 04:05:28.147 INFO O| Aug 03 04:05:28.147 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6185 | 2024-08-03T04:05:29.978Z | [ recovery-image] Aug 03 04:05:28.156 INFO O| Aug 03 04:05:28.156 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
6186 | 2024-08-03T04:05:29.978Z | [ recovery-image] Aug 03 04:05:28.157 INFO O| Aug 03 04:05:28.157 INFO STEP 774 (remove_files) COMPLETE |
6187 | 2024-08-03T04:05:29.981Z | [ recovery-image] Aug 03 04:05:28.157 INFO O| Aug 03 04:05:28.157 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6188 | 2024-08-03T04:05:29.987Z | [ recovery-image] Aug 03 04:05:28.166 INFO O| Aug 03 04:05:28.166 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
6189 | 2024-08-03T04:05:29.987Z | [ recovery-image] Aug 03 04:05:28.166 INFO O| Aug 03 04:05:28.166 INFO STEP 775 (remove_files) COMPLETE |
6190 | 2024-08-03T04:05:29.990Z | [ recovery-image] Aug 03 04:05:28.166 INFO O| Aug 03 04:05:28.166 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6191 | 2024-08-03T04:05:29.996Z | [ recovery-image] Aug 03 04:05:28.175 INFO O| Aug 03 04:05:28.175 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
6192 | 2024-08-03T04:05:29.996Z | [ recovery-image] Aug 03 04:05:28.175 INFO O| Aug 03 04:05:28.175 INFO STEP 776 (remove_files) COMPLETE |
6193 | 2024-08-03T04:05:29.996Z | [ recovery-image] Aug 03 04:05:28.175 INFO O| Aug 03 04:05:28.175 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6194 | 2024-08-03T04:05:30.006Z | [ recovery-image] Aug 03 04:05:28.184 INFO O| Aug 03 04:05:28.184 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
6195 | 2024-08-03T04:05:30.006Z | [ recovery-image] Aug 03 04:05:28.184 INFO O| Aug 03 04:05:28.184 INFO STEP 777 (remove_files) COMPLETE |
6196 | 2024-08-03T04:05:30.006Z | [ recovery-image] Aug 03 04:05:28.184 INFO O| Aug 03 04:05:28.184 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6197 | 2024-08-03T04:05:30.015Z | [ recovery-image] Aug 03 04:05:28.193 INFO O| Aug 03 04:05:28.193 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
6198 | 2024-08-03T04:05:30.015Z | [ recovery-image] Aug 03 04:05:28.194 INFO O| Aug 03 04:05:28.193 INFO STEP 778 (remove_files) COMPLETE |
6199 | 2024-08-03T04:05:30.018Z | [ recovery-image] Aug 03 04:05:28.194 INFO O| Aug 03 04:05:28.194 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6200 | 2024-08-03T04:05:30.024Z | [ recovery-image] Aug 03 04:05:28.203 INFO O| Aug 03 04:05:28.203 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
6201 | 2024-08-03T04:05:30.024Z | [ recovery-image] Aug 03 04:05:28.203 INFO O| Aug 03 04:05:28.203 INFO STEP 779 (remove_files) COMPLETE |
6202 | 2024-08-03T04:05:30.024Z | [ recovery-image] Aug 03 04:05:28.203 INFO O| Aug 03 04:05:28.203 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6203 | 2024-08-03T04:05:30.033Z | [ recovery-image] Aug 03 04:05:28.212 INFO O| Aug 03 04:05:28.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
6204 | 2024-08-03T04:05:30.033Z | [ recovery-image] Aug 03 04:05:28.212 INFO O| Aug 03 04:05:28.212 INFO STEP 780 (remove_files) COMPLETE |
6205 | 2024-08-03T04:05:30.033Z | [ recovery-image] Aug 03 04:05:28.212 INFO O| Aug 03 04:05:28.212 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6206 | 2024-08-03T04:05:30.042Z | [ recovery-image] Aug 03 04:05:28.221 INFO O| Aug 03 04:05:28.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
6207 | 2024-08-03T04:05:30.042Z | [ recovery-image] Aug 03 04:05:28.221 INFO O| Aug 03 04:05:28.221 INFO STEP 781 (remove_files) COMPLETE |
6208 | 2024-08-03T04:05:30.045Z | [ recovery-image] Aug 03 04:05:28.221 INFO O| Aug 03 04:05:28.221 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6209 | 2024-08-03T04:05:30.051Z | [ recovery-image] Aug 03 04:05:28.230 INFO O| Aug 03 04:05:28.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_log.so.1" |
6210 | 2024-08-03T04:05:30.051Z | [ recovery-image] Aug 03 04:05:28.230 INFO O| Aug 03 04:05:28.230 INFO STEP 782 (remove_files) COMPLETE |
6211 | 2024-08-03T04:05:30.054Z | [ recovery-image] Aug 03 04:05:28.230 INFO O| Aug 03 04:05:28.230 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6212 | 2024-08-03T04:05:30.060Z | [ recovery-image] Aug 03 04:05:28.239 INFO O| Aug 03 04:05:28.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
6213 | 2024-08-03T04:05:30.061Z | [ recovery-image] Aug 03 04:05:28.239 INFO O| Aug 03 04:05:28.239 INFO STEP 783 (remove_files) COMPLETE |
6214 | 2024-08-03T04:05:30.064Z | [ recovery-image] Aug 03 04:05:28.239 INFO O| Aug 03 04:05:28.239 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6215 | 2024-08-03T04:05:30.070Z | [ recovery-image] Aug 03 04:05:28.248 INFO O| Aug 03 04:05:28.248 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libfmnotify.so.1" |
6216 | 2024-08-03T04:05:30.070Z | [ recovery-image] Aug 03 04:05:28.249 INFO O| Aug 03 04:05:28.249 INFO STEP 784 (remove_files) COMPLETE |
6217 | 2024-08-03T04:05:30.070Z | [ recovery-image] Aug 03 04:05:28.249 INFO O| Aug 03 04:05:28.249 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6218 | 2024-08-03T04:05:30.079Z | [ recovery-image] Aug 03 04:05:28.258 INFO O| Aug 03 04:05:28.258 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/libseslog.so.1" |
6219 | 2024-08-03T04:05:30.079Z | [ recovery-image] Aug 03 04:05:28.258 INFO O| Aug 03 04:05:28.258 INFO STEP 785 (remove_files) COMPLETE |
6220 | 2024-08-03T04:05:30.083Z | [ recovery-image] Aug 03 04:05:28.258 INFO O| Aug 03 04:05:28.258 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6221 | 2024-08-03T04:05:30.091Z | [ recovery-image] Aug 03 04:05:28.267 INFO O| Aug 03 04:05:28.267 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
6222 | 2024-08-03T04:05:30.091Z | [ recovery-image] Aug 03 04:05:28.267 INFO O| Aug 03 04:05:28.267 INFO STEP 786 (remove_files) COMPLETE |
6223 | 2024-08-03T04:05:30.091Z | [ recovery-image] Aug 03 04:05:28.267 INFO O| Aug 03 04:05:28.267 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6224 | 2024-08-03T04:05:30.097Z | [ recovery-image] Aug 03 04:05:28.276 INFO O| Aug 03 04:05:28.276 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
6225 | 2024-08-03T04:05:30.097Z | [ recovery-image] Aug 03 04:05:28.276 INFO O| Aug 03 04:05:28.276 INFO STEP 787 (remove_files) COMPLETE |
6226 | 2024-08-03T04:05:30.100Z | [ recovery-image] Aug 03 04:05:28.276 INFO O| Aug 03 04:05:28.276 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6227 | 2024-08-03T04:05:30.107Z | [ recovery-image] Aug 03 04:05:28.285 INFO O| Aug 03 04:05:28.285 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
6228 | 2024-08-03T04:05:30.107Z | [ recovery-image] Aug 03 04:05:28.285 INFO O| Aug 03 04:05:28.285 INFO STEP 788 (remove_files) COMPLETE |
6229 | 2024-08-03T04:05:30.110Z | [ recovery-image] Aug 03 04:05:28.285 INFO O| Aug 03 04:05:28.285 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6230 | 2024-08-03T04:05:30.116Z | [ recovery-image] Aug 03 04:05:28.294 INFO O| Aug 03 04:05:28.294 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
6231 | 2024-08-03T04:05:30.118Z | [ recovery-image] Aug 03 04:05:28.295 INFO O| Aug 03 04:05:28.295 INFO STEP 789 (remove_files) COMPLETE |
6232 | 2024-08-03T04:05:30.119Z | [ recovery-image] Aug 03 04:05:28.295 INFO O| Aug 03 04:05:28.295 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6233 | 2024-08-03T04:05:30.125Z | [ recovery-image] Aug 03 04:05:28.304 INFO O| Aug 03 04:05:28.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
6234 | 2024-08-03T04:05:30.125Z | [ recovery-image] Aug 03 04:05:28.304 INFO O| Aug 03 04:05:28.304 INFO STEP 790 (remove_files) COMPLETE |
6235 | 2024-08-03T04:05:30.128Z | [ recovery-image] Aug 03 04:05:28.304 INFO O| Aug 03 04:05:28.304 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6236 | 2024-08-03T04:05:30.134Z | [ recovery-image] Aug 03 04:05:28.313 INFO O| Aug 03 04:05:28.313 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
6237 | 2024-08-03T04:05:30.134Z | [ recovery-image] Aug 03 04:05:28.313 INFO O| Aug 03 04:05:28.313 INFO STEP 791 (remove_files) COMPLETE |
6238 | 2024-08-03T04:05:30.134Z | [ recovery-image] Aug 03 04:05:28.313 INFO O| Aug 03 04:05:28.313 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6239 | 2024-08-03T04:05:30.143Z | [ recovery-image] Aug 03 04:05:28.322 INFO O| Aug 03 04:05:28.322 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
6240 | 2024-08-03T04:05:30.143Z | [ recovery-image] Aug 03 04:05:28.322 INFO O| Aug 03 04:05:28.322 INFO STEP 792 (remove_files) COMPLETE |
6241 | 2024-08-03T04:05:30.143Z | [ recovery-image] Aug 03 04:05:28.322 INFO O| Aug 03 04:05:28.322 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6242 | 2024-08-03T04:05:30.152Z | [ recovery-image] Aug 03 04:05:28.331 INFO O| Aug 03 04:05:28.331 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
6243 | 2024-08-03T04:05:30.153Z | [ recovery-image] Aug 03 04:05:28.331 INFO O| Aug 03 04:05:28.331 INFO STEP 793 (remove_files) COMPLETE |
6244 | 2024-08-03T04:05:30.155Z | [ recovery-image] Aug 03 04:05:28.331 INFO O| Aug 03 04:05:28.331 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6245 | 2024-08-03T04:05:30.162Z | [ recovery-image] Aug 03 04:05:28.340 INFO O| Aug 03 04:05:28.340 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
6246 | 2024-08-03T04:05:30.162Z | [ recovery-image] Aug 03 04:05:28.341 INFO O| Aug 03 04:05:28.340 INFO STEP 794 (remove_files) COMPLETE |
6247 | 2024-08-03T04:05:30.164Z | [ recovery-image] Aug 03 04:05:28.341 INFO O| Aug 03 04:05:28.341 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6248 | 2024-08-03T04:05:30.171Z | [ recovery-image] Aug 03 04:05:28.350 INFO O| Aug 03 04:05:28.350 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
6249 | 2024-08-03T04:05:30.175Z | [ recovery-image] Aug 03 04:05:28.350 INFO O| Aug 03 04:05:28.350 INFO STEP 795 (remove_files) COMPLETE |
6250 | 2024-08-03T04:05:30.175Z | [ recovery-image] Aug 03 04:05:28.350 INFO O| Aug 03 04:05:28.350 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6251 | 2024-08-03T04:05:30.184Z | [ recovery-image] Aug 03 04:05:28.359 INFO O| Aug 03 04:05:28.359 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
6252 | 2024-08-03T04:05:30.185Z | [ recovery-image] Aug 03 04:05:28.359 INFO O| Aug 03 04:05:28.359 INFO STEP 796 (remove_files) COMPLETE |
6253 | 2024-08-03T04:05:30.185Z | [ recovery-image] Aug 03 04:05:28.359 INFO O| Aug 03 04:05:28.359 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6254 | 2024-08-03T04:05:30.192Z | [ recovery-image] Aug 03 04:05:28.368 INFO O| Aug 03 04:05:28.368 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/bootfs/mount" |
6255 | 2024-08-03T04:05:30.192Z | [ recovery-image] Aug 03 04:05:28.368 INFO O| Aug 03 04:05:28.368 INFO STEP 797 (remove_files) COMPLETE |
6256 | 2024-08-03T04:05:30.193Z | [ recovery-image] Aug 03 04:05:28.368 INFO O| Aug 03 04:05:28.368 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6257 | 2024-08-03T04:05:30.199Z | [ recovery-image] Aug 03 04:05:28.377 INFO O| Aug 03 04:05:28.377 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp" |
6258 | 2024-08-03T04:05:30.207Z | [ recovery-image] Aug 03 04:05:28.377 INFO O| Aug 03 04:05:28.377 INFO STEP 798 (remove_files) COMPLETE |
6259 | 2024-08-03T04:05:30.208Z | [ recovery-image] Aug 03 04:05:28.377 INFO O| Aug 03 04:05:28.377 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6260 | 2024-08-03T04:05:30.215Z | [ recovery-image] Aug 03 04:05:28.386 INFO O| Aug 03 04:05:28.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
6261 | 2024-08-03T04:05:30.215Z | [ recovery-image] Aug 03 04:05:28.386 INFO O| Aug 03 04:05:28.386 INFO STEP 799 (remove_files) COMPLETE |
6262 | 2024-08-03T04:05:30.215Z | [ recovery-image] Aug 03 04:05:28.386 INFO O| Aug 03 04:05:28.386 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6263 | 2024-08-03T04:05:30.219Z | [ recovery-image] Aug 03 04:05:28.395 INFO O| Aug 03 04:05:28.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/hsfs/labelit" |
6264 | 2024-08-03T04:05:30.219Z | [ recovery-image] Aug 03 04:05:28.396 INFO O| Aug 03 04:05:28.395 INFO STEP 800 (remove_files) COMPLETE |
6265 | 2024-08-03T04:05:30.219Z | [ recovery-image] Aug 03 04:05:28.396 INFO O| Aug 03 04:05:28.396 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6266 | 2024-08-03T04:05:30.231Z | [ recovery-image] Aug 03 04:05:28.405 INFO O| Aug 03 04:05:28.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/lofs/mount" |
6267 | 2024-08-03T04:05:30.231Z | [ recovery-image] Aug 03 04:05:28.405 INFO O| Aug 03 04:05:28.405 INFO STEP 801 (remove_files) COMPLETE |
6268 | 2024-08-03T04:05:30.231Z | [ recovery-image] Aug 03 04:05:28.405 INFO O| Aug 03 04:05:28.405 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6269 | 2024-08-03T04:05:30.238Z | [ recovery-image] Aug 03 04:05:28.414 INFO O| Aug 03 04:05:28.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/mntfs/mount" |
6270 | 2024-08-03T04:05:30.239Z | [ recovery-image] Aug 03 04:05:28.414 INFO O| Aug 03 04:05:28.414 INFO STEP 802 (remove_files) COMPLETE |
6271 | 2024-08-03T04:05:30.239Z | [ recovery-image] Aug 03 04:05:28.414 INFO O| Aug 03 04:05:28.414 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6272 | 2024-08-03T04:05:30.244Z | [ recovery-image] Aug 03 04:05:28.423 INFO O| Aug 03 04:05:28.423 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fsck" |
6273 | 2024-08-03T04:05:30.244Z | [ recovery-image] Aug 03 04:05:28.423 INFO O| Aug 03 04:05:28.423 INFO STEP 803 (remove_files) COMPLETE |
6274 | 2024-08-03T04:05:30.247Z | [ recovery-image] Aug 03 04:05:28.423 INFO O| Aug 03 04:05:28.423 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6275 | 2024-08-03T04:05:30.253Z | [ recovery-image] Aug 03 04:05:28.432 INFO O| Aug 03 04:05:28.432 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp" |
6276 | 2024-08-03T04:05:30.253Z | [ recovery-image] Aug 03 04:05:28.432 INFO O| Aug 03 04:05:28.432 INFO STEP 804 (remove_files) COMPLETE |
6277 | 2024-08-03T04:05:30.256Z | [ recovery-image] Aug 03 04:05:28.432 INFO O| Aug 03 04:05:28.432 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6278 | 2024-08-03T04:05:30.263Z | [ recovery-image] Aug 03 04:05:28.442 INFO O| Aug 03 04:05:28.442 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
6279 | 2024-08-03T04:05:30.263Z | [ recovery-image] Aug 03 04:05:28.442 INFO O| Aug 03 04:05:28.442 INFO STEP 805 (remove_files) COMPLETE |
6280 | 2024-08-03T04:05:30.263Z | [ recovery-image] Aug 03 04:05:28.442 INFO O| Aug 03 04:05:28.442 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6281 | 2024-08-03T04:05:30.272Z | [ recovery-image] Aug 03 04:05:28.451 INFO O| Aug 03 04:05:28.451 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mkfs" |
6282 | 2024-08-03T04:05:30.272Z | [ recovery-image] Aug 03 04:05:28.451 INFO O| Aug 03 04:05:28.451 INFO STEP 806 (remove_files) COMPLETE |
6283 | 2024-08-03T04:05:30.275Z | [ recovery-image] Aug 03 04:05:28.451 INFO O| Aug 03 04:05:28.451 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6284 | 2024-08-03T04:05:30.281Z | [ recovery-image] Aug 03 04:05:28.460 INFO O| Aug 03 04:05:28.460 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/pcfs/mount" |
6285 | 2024-08-03T04:05:30.284Z | [ recovery-image] Aug 03 04:05:28.460 INFO O| Aug 03 04:05:28.460 INFO STEP 807 (remove_files) COMPLETE |
6286 | 2024-08-03T04:05:30.284Z | [ recovery-image] Aug 03 04:05:28.460 INFO O| Aug 03 04:05:28.460 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6287 | 2024-08-03T04:05:30.290Z | [ recovery-image] Aug 03 04:05:28.469 INFO O| Aug 03 04:05:28.469 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/sharefs/mount" |
6288 | 2024-08-03T04:05:30.301Z | [ recovery-image] Aug 03 04:05:28.469 INFO O| Aug 03 04:05:28.469 INFO STEP 808 (remove_files) COMPLETE |
6289 | 2024-08-03T04:05:30.301Z | [ recovery-image] Aug 03 04:05:28.469 INFO O| Aug 03 04:05:28.469 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6290 | 2024-08-03T04:05:30.301Z | [ recovery-image] Aug 03 04:05:28.478 INFO O| Aug 03 04:05:28.478 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
6291 | 2024-08-03T04:05:30.301Z | [ recovery-image] Aug 03 04:05:28.478 INFO O| Aug 03 04:05:28.478 INFO STEP 809 (remove_files) COMPLETE |
6292 | 2024-08-03T04:05:30.301Z | [ recovery-image] Aug 03 04:05:28.478 INFO O| Aug 03 04:05:28.478 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6293 | 2024-08-03T04:05:30.309Z | [ recovery-image] Aug 03 04:05:28.488 INFO O| Aug 03 04:05:28.488 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
6294 | 2024-08-03T04:05:30.309Z | [ recovery-image] Aug 03 04:05:28.488 INFO O| Aug 03 04:05:28.488 INFO STEP 810 (remove_files) COMPLETE |
6295 | 2024-08-03T04:05:30.313Z | [ recovery-image] Aug 03 04:05:28.488 INFO O| Aug 03 04:05:28.488 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6296 | 2024-08-03T04:05:30.318Z | [ recovery-image] Aug 03 04:05:28.497 INFO O| Aug 03 04:05:28.497 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
6297 | 2024-08-03T04:05:30.318Z | [ recovery-image] Aug 03 04:05:28.497 INFO O| Aug 03 04:05:28.497 INFO STEP 811 (remove_files) COMPLETE |
6298 | 2024-08-03T04:05:30.321Z | [ recovery-image] Aug 03 04:05:28.497 INFO O| Aug 03 04:05:28.497 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6299 | 2024-08-03T04:05:30.327Z | [ recovery-image] Aug 03 04:05:28.506 INFO O| Aug 03 04:05:28.506 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/dfshares" |
6300 | 2024-08-03T04:05:30.330Z | [ recovery-image] Aug 03 04:05:28.506 INFO O| Aug 03 04:05:28.506 INFO STEP 812 (remove_files) COMPLETE |
6301 | 2024-08-03T04:05:30.330Z | [ recovery-image] Aug 03 04:05:28.506 INFO O| Aug 03 04:05:28.506 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6302 | 2024-08-03T04:05:30.336Z | [ recovery-image] Aug 03 04:05:28.515 INFO O| Aug 03 04:05:28.515 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
6303 | 2024-08-03T04:05:30.336Z | [ recovery-image] Aug 03 04:05:28.515 INFO O| Aug 03 04:05:28.515 INFO STEP 813 (remove_files) COMPLETE |
6304 | 2024-08-03T04:05:30.339Z | [ recovery-image] Aug 03 04:05:28.515 INFO O| Aug 03 04:05:28.515 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6305 | 2024-08-03T04:05:30.344Z | [ host-image] Aug 03 04:05:28.523 INFO O| Aug 03 04:05:28.523 INFO O| Actions: Completed 1361 actions in 0.40 seconds. |
6306 | 2024-08-03T04:05:30.347Z | [ recovery-image] Aug 03 04:05:28.525 INFO O| Aug 03 04:05:28.525 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/mount" |
6307 | 2024-08-03T04:05:30.347Z | [ recovery-image] Aug 03 04:05:28.525 INFO O| Aug 03 04:05:28.525 INFO STEP 814 (remove_files) COMPLETE |
6308 | 2024-08-03T04:05:30.347Z | [ recovery-image] Aug 03 04:05:28.525 INFO O| Aug 03 04:05:28.525 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6309 | 2024-08-03T04:05:30.355Z | [ recovery-image] Aug 03 04:05:28.534 INFO O| Aug 03 04:05:28.534 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/share" |
6310 | 2024-08-03T04:05:30.355Z | [ recovery-image] Aug 03 04:05:28.534 INFO O| Aug 03 04:05:28.534 INFO STEP 815 (remove_files) COMPLETE |
6311 | 2024-08-03T04:05:30.355Z | [ recovery-image] Aug 03 04:05:28.534 INFO O| Aug 03 04:05:28.534 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6312 | 2024-08-03T04:05:30.364Z | [ recovery-image] Aug 03 04:05:28.543 INFO O| Aug 03 04:05:28.543 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/umount" |
6313 | 2024-08-03T04:05:30.364Z | [ recovery-image] Aug 03 04:05:28.543 INFO O| Aug 03 04:05:28.543 INFO STEP 816 (remove_files) COMPLETE |
6314 | 2024-08-03T04:05:30.367Z | [ recovery-image] Aug 03 04:05:28.543 INFO O| Aug 03 04:05:28.543 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6315 | 2024-08-03T04:05:30.374Z | [ recovery-image] Aug 03 04:05:28.553 INFO O| Aug 03 04:05:28.553 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/smbfs/unshare" |
6316 | 2024-08-03T04:05:30.374Z | [ recovery-image] Aug 03 04:05:28.553 INFO O| Aug 03 04:05:28.553 INFO STEP 817 (remove_files) COMPLETE |
6317 | 2024-08-03T04:05:30.377Z | [ recovery-image] Aug 03 04:05:28.553 INFO O| Aug 03 04:05:28.553 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6318 | 2024-08-03T04:05:30.384Z | [ recovery-image] Aug 03 04:05:28.563 INFO O| Aug 03 04:05:28.563 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/clri" |
6319 | 2024-08-03T04:05:30.387Z | [ recovery-image] Aug 03 04:05:28.563 INFO O| Aug 03 04:05:28.563 INFO STEP 818 (remove_files) COMPLETE |
6320 | 2024-08-03T04:05:30.387Z | [ recovery-image] Aug 03 04:05:28.563 INFO O| Aug 03 04:05:28.563 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6321 | 2024-08-03T04:05:30.393Z | [ recovery-image] Aug 03 04:05:28.572 INFO O| Aug 03 04:05:28.572 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/dcopy" |
6322 | 2024-08-03T04:05:30.393Z | [ recovery-image] Aug 03 04:05:28.572 INFO O| Aug 03 04:05:28.572 INFO STEP 819 (remove_files) COMPLETE |
6323 | 2024-08-03T04:05:30.393Z | [ recovery-image] Aug 03 04:05:28.572 INFO O| Aug 03 04:05:28.572 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6324 | 2024-08-03T04:05:30.403Z | [ recovery-image] Aug 03 04:05:28.582 INFO O| Aug 03 04:05:28.582 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/df" |
6325 | 2024-08-03T04:05:30.403Z | [ recovery-image] Aug 03 04:05:28.582 INFO O| Aug 03 04:05:28.582 INFO STEP 820 (remove_files) COMPLETE |
6326 | 2024-08-03T04:05:30.403Z | [ recovery-image] Aug 03 04:05:28.582 INFO O| Aug 03 04:05:28.582 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6327 | 2024-08-03T04:05:30.413Z | [ recovery-image] Aug 03 04:05:28.591 INFO O| Aug 03 04:05:28.591 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/edquota" |
6328 | 2024-08-03T04:05:30.413Z | [ recovery-image] Aug 03 04:05:28.592 INFO O| Aug 03 04:05:28.591 INFO STEP 821 (remove_files) COMPLETE |
6329 | 2024-08-03T04:05:30.413Z | [ recovery-image] Aug 03 04:05:28.592 INFO O| Aug 03 04:05:28.591 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6330 | 2024-08-03T04:05:30.422Z | [ recovery-image] Aug 03 04:05:28.601 INFO O| Aug 03 04:05:28.601 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ff" |
6331 | 2024-08-03T04:05:30.425Z | [ recovery-image] Aug 03 04:05:28.602 INFO O| Aug 03 04:05:28.602 INFO STEP 822 (remove_files) COMPLETE |
6332 | 2024-08-03T04:05:30.425Z | [ recovery-image] Aug 03 04:05:28.602 INFO O| Aug 03 04:05:28.602 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6333 | 2024-08-03T04:05:30.433Z | [ recovery-image] Aug 03 04:05:28.611 INFO O| Aug 03 04:05:28.611 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsck" |
6334 | 2024-08-03T04:05:30.436Z | [ recovery-image] Aug 03 04:05:28.612 INFO O| Aug 03 04:05:28.612 INFO STEP 823 (remove_files) COMPLETE |
6335 | 2024-08-03T04:05:30.436Z | [ recovery-image] Aug 03 04:05:28.612 INFO O| Aug 03 04:05:28.612 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6336 | 2024-08-03T04:05:30.443Z | [ recovery-image] Aug 03 04:05:28.622 INFO O| Aug 03 04:05:28.622 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsckall" |
6337 | 2024-08-03T04:05:30.446Z | [ recovery-image] Aug 03 04:05:28.622 INFO O| Aug 03 04:05:28.622 INFO STEP 824 (remove_files) COMPLETE |
6338 | 2024-08-03T04:05:30.446Z | [ recovery-image] Aug 03 04:05:28.622 INFO O| Aug 03 04:05:28.622 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6339 | 2024-08-03T04:05:30.453Z | [ recovery-image] Aug 03 04:05:28.632 INFO O| Aug 03 04:05:28.632 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsdb" |
6340 | 2024-08-03T04:05:30.453Z | [ recovery-image] Aug 03 04:05:28.632 INFO O| Aug 03 04:05:28.632 INFO STEP 825 (remove_files) COMPLETE |
6341 | 2024-08-03T04:05:30.453Z | [ recovery-image] Aug 03 04:05:28.632 INFO O| Aug 03 04:05:28.632 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6342 | 2024-08-03T04:05:30.464Z | [ recovery-image] Aug 03 04:05:28.642 INFO O| Aug 03 04:05:28.642 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fsirand" |
6343 | 2024-08-03T04:05:30.464Z | [ recovery-image] Aug 03 04:05:28.642 INFO O| Aug 03 04:05:28.642 INFO STEP 826 (remove_files) COMPLETE |
6344 | 2024-08-03T04:05:30.464Z | [ recovery-image] Aug 03 04:05:28.642 INFO O| Aug 03 04:05:28.642 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6345 | 2024-08-03T04:05:30.475Z | [ recovery-image] Aug 03 04:05:28.654 INFO O| Aug 03 04:05:28.653 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fssnap" |
6346 | 2024-08-03T04:05:30.475Z | [ recovery-image] Aug 03 04:05:28.654 INFO O| Aug 03 04:05:28.654 INFO STEP 827 (remove_files) COMPLETE |
6347 | 2024-08-03T04:05:30.475Z | [ recovery-image] Aug 03 04:05:28.654 INFO O| Aug 03 04:05:28.654 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6348 | 2024-08-03T04:05:30.486Z | [ recovery-image] Aug 03 04:05:28.665 INFO O| Aug 03 04:05:28.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp" |
6349 | 2024-08-03T04:05:30.486Z | [ recovery-image] Aug 03 04:05:28.665 INFO O| Aug 03 04:05:28.665 INFO STEP 828 (remove_files) COMPLETE |
6350 | 2024-08-03T04:05:30.486Z | [ recovery-image] Aug 03 04:05:28.665 INFO O| Aug 03 04:05:28.665 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6351 | 2024-08-03T04:05:30.496Z | [ recovery-image] Aug 03 04:05:28.675 INFO O| Aug 03 04:05:28.675 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
6352 | 2024-08-03T04:05:30.496Z | [ recovery-image] Aug 03 04:05:28.675 INFO O| Aug 03 04:05:28.675 INFO STEP 829 (remove_files) COMPLETE |
6353 | 2024-08-03T04:05:30.499Z | [ recovery-image] Aug 03 04:05:28.675 INFO O| Aug 03 04:05:28.675 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6354 | 2024-08-03T04:05:30.509Z | [ recovery-image] Aug 03 04:05:28.688 INFO O| Aug 03 04:05:28.687 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/labelit" |
6355 | 2024-08-03T04:05:30.509Z | [ recovery-image] Aug 03 04:05:28.688 INFO O| Aug 03 04:05:28.688 INFO STEP 830 (remove_files) COMPLETE |
6356 | 2024-08-03T04:05:30.512Z | [ recovery-image] Aug 03 04:05:28.688 INFO O| Aug 03 04:05:28.688 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6357 | 2024-08-03T04:05:30.521Z | [ recovery-image] Aug 03 04:05:28.700 INFO O| Aug 03 04:05:28.700 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/lockfs" |
6358 | 2024-08-03T04:05:30.521Z | [ recovery-image] Aug 03 04:05:28.700 INFO O| Aug 03 04:05:28.700 INFO STEP 831 (remove_files) COMPLETE |
6359 | 2024-08-03T04:05:30.524Z | [ recovery-image] Aug 03 04:05:28.700 INFO O| Aug 03 04:05:28.700 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6360 | 2024-08-03T04:05:30.532Z | [ recovery-image] Aug 03 04:05:28.711 INFO O| Aug 03 04:05:28.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/mkfs" |
6361 | 2024-08-03T04:05:30.532Z | [ recovery-image] Aug 03 04:05:28.711 INFO O| Aug 03 04:05:28.711 INFO STEP 832 (remove_files) COMPLETE |
6362 | 2024-08-03T04:05:30.535Z | [ recovery-image] Aug 03 04:05:28.711 INFO O| Aug 03 04:05:28.711 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6363 | 2024-08-03T04:05:30.544Z | [ recovery-image] Aug 03 04:05:28.723 INFO O| Aug 03 04:05:28.723 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ncheck" |
6364 | 2024-08-03T04:05:30.544Z | [ recovery-image] Aug 03 04:05:28.723 INFO O| Aug 03 04:05:28.723 INFO STEP 833 (remove_files) COMPLETE |
6365 | 2024-08-03T04:05:30.547Z | [ recovery-image] Aug 03 04:05:28.723 INFO O| Aug 03 04:05:28.723 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6366 | 2024-08-03T04:05:30.556Z | [ recovery-image] Aug 03 04:05:28.734 INFO O| Aug 03 04:05:28.734 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/newfs" |
6367 | 2024-08-03T04:05:30.559Z | [ recovery-image] Aug 03 04:05:28.734 INFO O| Aug 03 04:05:28.734 INFO STEP 834 (remove_files) COMPLETE |
6368 | 2024-08-03T04:05:30.559Z | [ recovery-image] Aug 03 04:05:28.734 INFO O| Aug 03 04:05:28.734 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6369 | 2024-08-03T04:05:30.566Z | [ recovery-image] Aug 03 04:05:28.744 INFO O| Aug 03 04:05:28.744 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quot" |
6370 | 2024-08-03T04:05:30.566Z | [ recovery-image] Aug 03 04:05:28.744 INFO O| Aug 03 04:05:28.744 INFO STEP 835 (remove_files) COMPLETE |
6371 | 2024-08-03T04:05:30.566Z | [ recovery-image] Aug 03 04:05:28.744 INFO O| Aug 03 04:05:28.744 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6372 | 2024-08-03T04:05:30.568Z | [ host-image] Aug 03 04:05:28.746 INFO O| Aug 03 04:05:28.746 INFO O| Done |
6373 | 2024-08-03T04:05:30.569Z | [ host-image] Aug 03 04:05:28.746 INFO O| Aug 03 04:05:28.746 INFO O| Done |
6374 | 2024-08-03T04:05:30.576Z | [ recovery-image] Aug 03 04:05:28.755 INFO O| Aug 03 04:05:28.755 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotacheck" |
6375 | 2024-08-03T04:05:30.576Z | [ recovery-image] Aug 03 04:05:28.755 INFO O| Aug 03 04:05:28.755 INFO STEP 836 (remove_files) COMPLETE |
6376 | 2024-08-03T04:05:30.579Z | [ recovery-image] Aug 03 04:05:28.755 INFO O| Aug 03 04:05:28.755 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6377 | 2024-08-03T04:05:30.587Z | [ recovery-image] Aug 03 04:05:28.765 INFO O| Aug 03 04:05:28.765 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaoff" |
6378 | 2024-08-03T04:05:30.587Z | [ recovery-image] Aug 03 04:05:28.766 INFO O| Aug 03 04:05:28.765 INFO STEP 837 (remove_files) COMPLETE |
6379 | 2024-08-03T04:05:30.587Z | [ recovery-image] Aug 03 04:05:28.766 INFO O| Aug 03 04:05:28.766 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6380 | 2024-08-03T04:05:30.598Z | [ recovery-image] Aug 03 04:05:28.777 INFO O| Aug 03 04:05:28.776 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/quotaon" |
6381 | 2024-08-03T04:05:30.598Z | [ recovery-image] Aug 03 04:05:28.777 INFO O| Aug 03 04:05:28.777 INFO STEP 838 (remove_files) COMPLETE |
6382 | 2024-08-03T04:05:30.598Z | [ recovery-image] Aug 03 04:05:28.777 INFO O| Aug 03 04:05:28.777 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6383 | 2024-08-03T04:05:30.609Z | [ recovery-image] Aug 03 04:05:28.788 INFO O| Aug 03 04:05:28.788 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/repquota" |
6384 | 2024-08-03T04:05:30.609Z | [ recovery-image] Aug 03 04:05:28.788 INFO O| Aug 03 04:05:28.788 INFO STEP 839 (remove_files) COMPLETE |
6385 | 2024-08-03T04:05:30.613Z | [ recovery-image] Aug 03 04:05:28.788 INFO O| Aug 03 04:05:28.788 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6386 | 2024-08-03T04:05:30.621Z | [ recovery-image] Aug 03 04:05:28.797 INFO O| Aug 03 04:05:28.797 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/tunefs" |
6387 | 2024-08-03T04:05:30.621Z | [ recovery-image] Aug 03 04:05:28.797 INFO O| Aug 03 04:05:28.797 INFO STEP 840 (remove_files) COMPLETE |
6388 | 2024-08-03T04:05:30.624Z | [ recovery-image] Aug 03 04:05:28.797 INFO O| Aug 03 04:05:28.797 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6389 | 2024-08-03T04:05:30.630Z | [ recovery-image] Aug 03 04:05:28.808 INFO O| Aug 03 04:05:28.808 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsdump" |
6390 | 2024-08-03T04:05:30.630Z | [ recovery-image] Aug 03 04:05:28.808 INFO O| Aug 03 04:05:28.808 INFO STEP 841 (remove_files) COMPLETE |
6391 | 2024-08-03T04:05:30.633Z | [ recovery-image] Aug 03 04:05:28.808 INFO O| Aug 03 04:05:28.808 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6392 | 2024-08-03T04:05:30.639Z | [ recovery-image] Aug 03 04:05:28.818 INFO O| Aug 03 04:05:28.818 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/ufsrestore" |
6393 | 2024-08-03T04:05:30.639Z | [ recovery-image] Aug 03 04:05:28.818 INFO O| Aug 03 04:05:28.818 INFO STEP 842 (remove_files) COMPLETE |
6394 | 2024-08-03T04:05:30.642Z | [ recovery-image] Aug 03 04:05:28.818 INFO O| Aug 03 04:05:28.818 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6395 | 2024-08-03T04:05:30.649Z | [ recovery-image] Aug 03 04:05:28.828 INFO O| Aug 03 04:05:28.828 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/fs/ufs/volcopy" |
6396 | 2024-08-03T04:05:30.649Z | [ recovery-image] Aug 03 04:05:28.828 INFO O| Aug 03 04:05:28.828 INFO STEP 843 (remove_files) COMPLETE |
6397 | 2024-08-03T04:05:30.652Z | [ recovery-image] Aug 03 04:05:28.828 INFO O| Aug 03 04:05:28.828 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6398 | 2024-08-03T04:05:30.660Z | [ recovery-image] Aug 03 04:05:28.838 INFO O| Aug 03 04:05:28.838 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh1024-0.so.1" |
6399 | 2024-08-03T04:05:30.660Z | [ recovery-image] Aug 03 04:05:28.838 INFO O| Aug 03 04:05:28.838 INFO STEP 844 (remove_files) COMPLETE |
6400 | 2024-08-03T04:05:30.660Z | [ recovery-image] Aug 03 04:05:28.839 INFO O| Aug 03 04:05:28.838 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6401 | 2024-08-03T04:05:30.670Z | [ recovery-image] Aug 03 04:05:28.849 INFO O| Aug 03 04:05:28.849 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/dh640-0.so.1" |
6402 | 2024-08-03T04:05:30.670Z | [ recovery-image] Aug 03 04:05:28.849 INFO O| Aug 03 04:05:28.849 INFO STEP 845 (remove_files) COMPLETE |
6403 | 2024-08-03T04:05:30.673Z | [ recovery-image] Aug 03 04:05:28.849 INFO O| Aug 03 04:05:28.849 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6404 | 2024-08-03T04:05:30.679Z | [ recovery-image] Aug 03 04:05:28.858 INFO O| Aug 03 04:05:28.858 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gsscred_clean" |
6405 | 2024-08-03T04:05:30.679Z | [ recovery-image] Aug 03 04:05:28.858 INFO O| Aug 03 04:05:28.858 INFO STEP 846 (remove_files) COMPLETE |
6406 | 2024-08-03T04:05:30.680Z | [ recovery-image] Aug 03 04:05:28.858 INFO O| Aug 03 04:05:28.858 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6407 | 2024-08-03T04:05:30.690Z | [ recovery-image] Aug 03 04:05:28.869 INFO O| Aug 03 04:05:28.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/gssd" |
6408 | 2024-08-03T04:05:30.690Z | [ recovery-image] Aug 03 04:05:28.869 INFO O| Aug 03 04:05:28.869 INFO STEP 847 (remove_files) COMPLETE |
6409 | 2024-08-03T04:05:30.693Z | [ recovery-image] Aug 03 04:05:28.869 INFO O| Aug 03 04:05:28.869 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6410 | 2024-08-03T04:05:30.699Z | [ recovery-image] Aug 03 04:05:28.878 INFO O| Aug 03 04:05:28.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_dh.so.1" |
6411 | 2024-08-03T04:05:30.702Z | [ recovery-image] Aug 03 04:05:28.878 INFO O| Aug 03 04:05:28.878 INFO STEP 848 (remove_files) COMPLETE |
6412 | 2024-08-03T04:05:30.702Z | [ recovery-image] Aug 03 04:05:28.878 INFO O| Aug 03 04:05:28.878 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6413 | 2024-08-03T04:05:30.710Z | [ recovery-image] Aug 03 04:05:28.889 INFO O| Aug 03 04:05:28.889 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_krb5.so.1" |
6414 | 2024-08-03T04:05:30.713Z | [ recovery-image] Aug 03 04:05:28.889 INFO O| Aug 03 04:05:28.889 INFO STEP 849 (remove_files) COMPLETE |
6415 | 2024-08-03T04:05:30.713Z | [ recovery-image] Aug 03 04:05:28.889 INFO O| Aug 03 04:05:28.889 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6416 | 2024-08-03T04:05:30.720Z | [ recovery-image] Aug 03 04:05:28.899 INFO O| Aug 03 04:05:28.899 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/gss/mech_spnego.so.1" |
6417 | 2024-08-03T04:05:30.720Z | [ recovery-image] Aug 03 04:05:28.899 INFO O| Aug 03 04:05:28.899 INFO STEP 850 (remove_files) COMPLETE |
6418 | 2024-08-03T04:05:30.723Z | [ recovery-image] Aug 03 04:05:28.899 INFO O| Aug 03 04:05:28.899 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6419 | 2024-08-03T04:05:30.730Z | [ recovery-image] Aug 03 04:05:28.908 INFO O| Aug 03 04:05:28.908 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/amd64/in.iked" |
6420 | 2024-08-03T04:05:30.732Z | [ recovery-image] Aug 03 04:05:28.909 INFO O| Aug 03 04:05:28.908 INFO STEP 851 (remove_files) COMPLETE |
6421 | 2024-08-03T04:05:30.732Z | [ recovery-image] Aug 03 04:05:28.909 INFO O| Aug 03 04:05:28.909 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6422 | 2024-08-03T04:05:30.740Z | [ recovery-image] Aug 03 04:05:28.919 INFO O| Aug 03 04:05:28.919 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certdb" |
6423 | 2024-08-03T04:05:30.741Z | [ recovery-image] Aug 03 04:05:28.919 INFO O| Aug 03 04:05:28.919 INFO STEP 852 (remove_files) COMPLETE |
6424 | 2024-08-03T04:05:30.744Z | [ recovery-image] Aug 03 04:05:28.919 INFO O| Aug 03 04:05:28.919 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6425 | 2024-08-03T04:05:30.753Z | [ recovery-image] Aug 03 04:05:28.929 INFO O| Aug 03 04:05:28.929 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certlocal" |
6426 | 2024-08-03T04:05:30.755Z | [ recovery-image] Aug 03 04:05:28.929 INFO O| Aug 03 04:05:28.929 INFO STEP 853 (remove_files) COMPLETE |
6427 | 2024-08-03T04:05:30.756Z | [ recovery-image] Aug 03 04:05:28.929 INFO O| Aug 03 04:05:28.929 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6428 | 2024-08-03T04:05:30.760Z | [ recovery-image] Aug 03 04:05:28.939 INFO O| Aug 03 04:05:28.939 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/certrldb" |
6429 | 2024-08-03T04:05:30.760Z | [ recovery-image] Aug 03 04:05:28.939 INFO O| Aug 03 04:05:28.939 INFO STEP 854 (remove_files) COMPLETE |
6430 | 2024-08-03T04:05:30.763Z | [ recovery-image] Aug 03 04:05:28.939 INFO O| Aug 03 04:05:28.939 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6431 | 2024-08-03T04:05:30.769Z | [ recovery-image] Aug 03 04:05:28.948 INFO O| Aug 03 04:05:28.948 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.iked" |
6432 | 2024-08-03T04:05:30.772Z | [ recovery-image] Aug 03 04:05:28.948 INFO O| Aug 03 04:05:28.948 INFO STEP 855 (remove_files) COMPLETE |
6433 | 2024-08-03T04:05:30.772Z | [ recovery-image] Aug 03 04:05:28.948 INFO O| Aug 03 04:05:28.948 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6434 | 2024-08-03T04:05:30.778Z | [ recovery-image] Aug 03 04:05:28.957 INFO O| Aug 03 04:05:28.957 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/in.ripngd" |
6435 | 2024-08-03T04:05:30.778Z | [ recovery-image] Aug 03 04:05:28.957 INFO O| Aug 03 04:05:28.957 INFO STEP 856 (remove_files) COMPLETE |
6436 | 2024-08-03T04:05:30.782Z | [ recovery-image] Aug 03 04:05:28.957 INFO O| Aug 03 04:05:28.957 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6437 | 2024-08-03T04:05:30.788Z | [ recovery-image] Aug 03 04:05:28.966 INFO O| Aug 03 04:05:28.966 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/inet/inetd" |
6438 | 2024-08-03T04:05:30.791Z | [ recovery-image] Aug 03 04:05:28.966 INFO O| Aug 03 04:05:28.966 INFO STEP 857 (remove_files) COMPLETE |
6439 | 2024-08-03T04:05:30.791Z | [ recovery-image] Aug 03 04:05:28.966 INFO O| Aug 03 04:05:28.966 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6440 | 2024-08-03T04:05:30.796Z | [ recovery-image] Aug 03 04:05:28.975 INFO O| Aug 03 04:05:28.975 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
6441 | 2024-08-03T04:05:30.799Z | [ recovery-image] Aug 03 04:05:28.975 INFO O| Aug 03 04:05:28.975 INFO STEP 858 (remove_files) COMPLETE |
6442 | 2024-08-03T04:05:30.799Z | [ recovery-image] Aug 03 04:05:28.975 INFO O| Aug 03 04:05:28.975 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6443 | 2024-08-03T04:05:30.805Z | [ recovery-image] Aug 03 04:05:28.984 INFO O| Aug 03 04:05:28.984 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/ktkt_warnd" |
6444 | 2024-08-03T04:05:30.805Z | [ recovery-image] Aug 03 04:05:28.984 INFO O| Aug 03 04:05:28.984 INFO STEP 859 (remove_files) COMPLETE |
6445 | 2024-08-03T04:05:30.808Z | [ recovery-image] Aug 03 04:05:28.984 INFO O| Aug 03 04:05:28.984 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6446 | 2024-08-03T04:05:30.814Z | [ recovery-image] Aug 03 04:05:28.993 INFO O| Aug 03 04:05:28.993 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
6447 | 2024-08-03T04:05:30.817Z | [ recovery-image] Aug 03 04:05:28.993 INFO O| Aug 03 04:05:28.993 INFO STEP 860 (remove_files) COMPLETE |
6448 | 2024-08-03T04:05:30.818Z | [ recovery-image] Aug 03 04:05:28.993 INFO O| Aug 03 04:05:28.993 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6449 | 2024-08-03T04:05:30.823Z | [ recovery-image] Aug 03 04:05:29.002 INFO O| Aug 03 04:05:29.002 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/libss.so.1" |
6450 | 2024-08-03T04:05:30.826Z | [ recovery-image] Aug 03 04:05:29.002 INFO O| Aug 03 04:05:29.002 INFO STEP 861 (remove_files) COMPLETE |
6451 | 2024-08-03T04:05:30.826Z | [ recovery-image] Aug 03 04:05:29.002 INFO O| Aug 03 04:05:29.002 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6452 | 2024-08-03T04:05:30.833Z | [ recovery-image] Aug 03 04:05:29.012 INFO O| Aug 03 04:05:29.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
6453 | 2024-08-03T04:05:30.836Z | [ recovery-image] Aug 03 04:05:29.012 INFO O| Aug 03 04:05:29.012 INFO STEP 862 (remove_files) COMPLETE |
6454 | 2024-08-03T04:05:30.836Z | [ recovery-image] Aug 03 04:05:29.012 INFO O| Aug 03 04:05:29.012 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6455 | 2024-08-03T04:05:30.843Z | [ recovery-image] Aug 03 04:05:29.022 INFO O| Aug 03 04:05:29.022 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.above4G" |
6456 | 2024-08-03T04:05:30.846Z | [ recovery-image] Aug 03 04:05:29.022 INFO O| Aug 03 04:05:29.022 INFO STEP 863 (remove_files) COMPLETE |
6457 | 2024-08-03T04:05:30.846Z | [ recovery-image] Aug 03 04:05:29.022 INFO O| Aug 03 04:05:29.022 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6458 | 2024-08-03T04:05:30.853Z | [ recovery-image] Aug 03 04:05:29.032 INFO O| Aug 03 04:05:29.032 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.below4G" |
6459 | 2024-08-03T04:05:30.856Z | [ recovery-image] Aug 03 04:05:29.032 INFO O| Aug 03 04:05:29.032 INFO STEP 864 (remove_files) COMPLETE |
6460 | 2024-08-03T04:05:30.856Z | [ recovery-image] Aug 03 04:05:29.032 INFO O| Aug 03 04:05:29.032 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6461 | 2024-08-03T04:05:30.863Z | [ recovery-image] Aug 03 04:05:29.042 INFO O| Aug 03 04:05:29.042 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.bssalign" |
6462 | 2024-08-03T04:05:30.863Z | [ recovery-image] Aug 03 04:05:29.042 INFO O| Aug 03 04:05:29.042 INFO STEP 865 (remove_files) COMPLETE |
6463 | 2024-08-03T04:05:30.863Z | [ recovery-image] Aug 03 04:05:29.042 INFO O| Aug 03 04:05:29.042 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6464 | 2024-08-03T04:05:30.874Z | [ recovery-image] Aug 03 04:05:29.052 INFO O| Aug 03 04:05:29.052 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.default" |
6465 | 2024-08-03T04:05:30.874Z | [ recovery-image] Aug 03 04:05:29.052 INFO O| Aug 03 04:05:29.052 INFO STEP 866 (remove_files) COMPLETE |
6466 | 2024-08-03T04:05:30.877Z | [ recovery-image] Aug 03 04:05:29.052 INFO O| Aug 03 04:05:29.052 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6467 | 2024-08-03T04:05:30.883Z | [ recovery-image] Aug 03 04:05:29.062 INFO O| Aug 03 04:05:29.062 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.execdata" |
6468 | 2024-08-03T04:05:30.886Z | [ recovery-image] Aug 03 04:05:29.062 INFO O| Aug 03 04:05:29.062 INFO STEP 867 (remove_files) COMPLETE |
6469 | 2024-08-03T04:05:30.886Z | [ recovery-image] Aug 03 04:05:29.062 INFO O| Aug 03 04:05:29.062 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6470 | 2024-08-03T04:05:30.894Z | [ recovery-image] Aug 03 04:05:29.073 INFO O| Aug 03 04:05:29.073 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.filter" |
6471 | 2024-08-03T04:05:30.894Z | [ recovery-image] Aug 03 04:05:29.073 INFO O| Aug 03 04:05:29.073 INFO STEP 868 (remove_files) COMPLETE |
6472 | 2024-08-03T04:05:30.898Z | [ recovery-image] Aug 03 04:05:29.073 INFO O| Aug 03 04:05:29.073 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6473 | 2024-08-03T04:05:30.904Z | [ recovery-image] Aug 03 04:05:29.082 INFO O| Aug 03 04:05:29.082 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexbss" |
6474 | 2024-08-03T04:05:30.904Z | [ recovery-image] Aug 03 04:05:29.082 INFO O| Aug 03 04:05:29.082 INFO STEP 869 (remove_files) COMPLETE |
6475 | 2024-08-03T04:05:30.907Z | [ recovery-image] Aug 03 04:05:29.082 INFO O| Aug 03 04:05:29.082 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6476 | 2024-08-03T04:05:30.913Z | [ recovery-image] Aug 03 04:05:29.092 INFO O| Aug 03 04:05:29.092 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexdata" |
6477 | 2024-08-03T04:05:30.916Z | [ recovery-image] Aug 03 04:05:29.092 INFO O| Aug 03 04:05:29.092 INFO STEP 870 (remove_files) COMPLETE |
6478 | 2024-08-03T04:05:30.916Z | [ recovery-image] Aug 03 04:05:29.092 INFO O| Aug 03 04:05:29.092 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6479 | 2024-08-03T04:05:30.924Z | [ recovery-image] Aug 03 04:05:29.103 INFO O| Aug 03 04:05:29.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.noexstk" |
6480 | 2024-08-03T04:05:30.928Z | [ recovery-image] Aug 03 04:05:29.103 INFO O| Aug 03 04:05:29.103 INFO STEP 871 (remove_files) COMPLETE |
6481 | 2024-08-03T04:05:30.928Z | [ recovery-image] Aug 03 04:05:29.103 INFO O| Aug 03 04:05:29.103 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6482 | 2024-08-03T04:05:30.928Z | [ host-image] Aug 03 04:05:29.104 INFO O| Aug 03 04:05:29.104 INFO O| Done |
6483 | 2024-08-03T04:05:30.936Z | [ recovery-image] Aug 03 04:05:29.114 INFO O| Aug 03 04:05:29.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/ld/map.pagealign" |
6484 | 2024-08-03T04:05:30.936Z | [ recovery-image] Aug 03 04:05:29.114 INFO O| Aug 03 04:05:29.114 INFO STEP 872 (remove_files) COMPLETE |
6485 | 2024-08-03T04:05:30.940Z | [ recovery-image] Aug 03 04:05:29.114 INFO O| Aug 03 04:05:29.114 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6486 | 2024-08-03T04:05:30.946Z | [ recovery-image] Aug 03 04:05:29.124 INFO O| Aug 03 04:05:29.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
6487 | 2024-08-03T04:05:30.953Z | [ recovery-image] Aug 03 04:05:29.124 INFO O| Aug 03 04:05:29.124 INFO STEP 873 (remove_files) COMPLETE |
6488 | 2024-08-03T04:05:30.954Z | [ recovery-image] Aug 03 04:05:29.124 INFO O| Aug 03 04:05:29.124 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6489 | 2024-08-03T04:05:30.962Z | [ recovery-image] Aug 03 04:05:29.134 INFO O| Aug 03 04:05:29.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
6490 | 2024-08-03T04:05:30.962Z | [ recovery-image] Aug 03 04:05:29.134 INFO O| Aug 03 04:05:29.134 INFO STEP 874 (remove_files) COMPLETE |
6491 | 2024-08-03T04:05:30.962Z | [ recovery-image] Aug 03 04:05:29.134 INFO O| Aug 03 04:05:29.134 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6492 | 2024-08-03T04:05:30.970Z | [ recovery-image] Aug 03 04:05:29.144 INFO O| Aug 03 04:05:29.144 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
6493 | 2024-08-03T04:05:30.970Z | [ recovery-image] Aug 03 04:05:29.144 INFO O| Aug 03 04:05:29.144 INFO STEP 875 (remove_files) COMPLETE |
6494 | 2024-08-03T04:05:30.970Z | [ recovery-image] Aug 03 04:05:29.144 INFO O| Aug 03 04:05:29.144 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6495 | 2024-08-03T04:05:30.981Z | [ recovery-image] Aug 03 04:05:29.153 INFO O| Aug 03 04:05:29.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
6496 | 2024-08-03T04:05:30.982Z | [ recovery-image] Aug 03 04:05:29.154 INFO O| Aug 03 04:05:29.153 INFO STEP 876 (remove_files) COMPLETE |
6497 | 2024-08-03T04:05:30.982Z | [ recovery-image] Aug 03 04:05:29.154 INFO O| Aug 03 04:05:29.153 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6498 | 2024-08-03T04:05:30.993Z | [ recovery-image] Aug 03 04:05:29.163 INFO O| Aug 03 04:05:29.163 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
6499 | 2024-08-03T04:05:30.993Z | [ recovery-image] Aug 03 04:05:29.163 INFO O| Aug 03 04:05:29.163 INFO STEP 877 (remove_files) COMPLETE |
6500 | 2024-08-03T04:05:30.993Z | [ recovery-image] Aug 03 04:05:29.163 INFO O| Aug 03 04:05:29.163 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6501 | 2024-08-03T04:05:30.997Z | [ recovery-image] Aug 03 04:05:29.173 INFO O| Aug 03 04:05:29.173 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/ldprof.so.1" |
6502 | 2024-08-03T04:05:30.997Z | [ recovery-image] Aug 03 04:05:29.173 INFO O| Aug 03 04:05:29.173 INFO STEP 878 (remove_files) COMPLETE |
6503 | 2024-08-03T04:05:30.997Z | [ recovery-image] Aug 03 04:05:29.173 INFO O| Aug 03 04:05:29.173 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6504 | 2024-08-03T04:05:31.006Z | [ recovery-image] Aug 03 04:05:29.182 INFO O| Aug 03 04:05:29.182 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/truss.so.1" |
6505 | 2024-08-03T04:05:31.009Z | [ recovery-image] Aug 03 04:05:29.183 INFO O| Aug 03 04:05:29.183 INFO STEP 879 (remove_files) COMPLETE |
6506 | 2024-08-03T04:05:31.009Z | [ recovery-image] Aug 03 04:05:29.183 INFO O| Aug 03 04:05:29.183 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6507 | 2024-08-03T04:05:31.013Z | [ recovery-image] Aug 03 04:05:29.192 INFO O| Aug 03 04:05:29.192 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/link_audit/who.so.1" |
6508 | 2024-08-03T04:05:31.013Z | [ recovery-image] Aug 03 04:05:29.192 INFO O| Aug 03 04:05:29.192 INFO STEP 880 (remove_files) COMPLETE |
6509 | 2024-08-03T04:05:31.013Z | [ recovery-image] Aug 03 04:05:29.192 INFO O| Aug 03 04:05:29.192 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6510 | 2024-08-03T04:05:31.023Z | [ recovery-image] Aug 03 04:05:29.202 INFO O| Aug 03 04:05:29.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidb" |
6511 | 2024-08-03T04:05:31.023Z | [ recovery-image] Aug 03 04:05:29.202 INFO O| Aug 03 04:05:29.202 INFO STEP 881 (remove_files) COMPLETE |
6512 | 2024-08-03T04:05:31.026Z | [ recovery-image] Aug 03 04:05:29.202 INFO O| Aug 03 04:05:29.202 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6513 | 2024-08-03T04:05:31.035Z | [ recovery-image] Aug 03 04:05:29.211 INFO O| Aug 03 04:05:29.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcidr_plugin.so" |
6514 | 2024-08-03T04:05:31.035Z | [ recovery-image] Aug 03 04:05:29.211 INFO O| Aug 03 04:05:29.211 INFO STEP 882 (remove_files) COMPLETE |
6515 | 2024-08-03T04:05:31.038Z | [ recovery-image] Aug 03 04:05:29.211 INFO O| Aug 03 04:05:29.211 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6516 | 2024-08-03T04:05:31.042Z | [ recovery-image] Aug 03 04:05:29.221 INFO O| Aug 03 04:05:29.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/pci/pcieb" |
6517 | 2024-08-03T04:05:31.042Z | [ recovery-image] Aug 03 04:05:29.221 INFO O| Aug 03 04:05:29.221 INFO STEP 883 (remove_files) COMPLETE |
6518 | 2024-08-03T04:05:31.042Z | [ recovery-image] Aug 03 04:05:29.221 INFO O| Aug 03 04:05:29.221 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6519 | 2024-08-03T04:05:31.053Z | [ recovery-image] Aug 03 04:05:29.231 INFO O| Aug 03 04:05:29.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
6520 | 2024-08-03T04:05:31.056Z | [ recovery-image] Aug 03 04:05:29.231 INFO O| Aug 03 04:05:29.231 INFO STEP 884 (remove_files) COMPLETE |
6521 | 2024-08-03T04:05:31.056Z | [ recovery-image] Aug 03 04:05:29.231 INFO O| Aug 03 04:05:29.231 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6522 | 2024-08-03T04:05:31.062Z | [ recovery-image] Aug 03 04:05:29.240 INFO O| Aug 03 04:05:29.240 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/raidcfg/mpt.so.1" |
6523 | 2024-08-03T04:05:31.065Z | [ recovery-image] Aug 03 04:05:29.240 INFO O| Aug 03 04:05:29.240 INFO STEP 885 (remove_files) COMPLETE |
6524 | 2024-08-03T04:05:31.065Z | [ recovery-image] Aug 03 04:05:29.240 INFO O| Aug 03 04:05:29.240 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6525 | 2024-08-03T04:05:31.071Z | [ recovery-image] Aug 03 04:05:29.250 INFO O| Aug 03 04:05:29.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
6526 | 2024-08-03T04:05:31.071Z | [ recovery-image] Aug 03 04:05:29.250 INFO O| Aug 03 04:05:29.250 INFO STEP 886 (remove_files) COMPLETE |
6527 | 2024-08-03T04:05:31.071Z | [ recovery-image] Aug 03 04:05:29.250 INFO O| Aug 03 04:05:29.250 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6528 | 2024-08-03T04:05:31.081Z | [ recovery-image] Aug 03 04:05:29.259 INFO O| Aug 03 04:05:29.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/reparse/reparsed" |
6529 | 2024-08-03T04:05:31.081Z | [ recovery-image] Aug 03 04:05:29.259 INFO O| Aug 03 04:05:29.259 INFO STEP 887 (remove_files) COMPLETE |
6530 | 2024-08-03T04:05:31.081Z | [ recovery-image] Aug 03 04:05:29.260 INFO O| Aug 03 04:05:29.259 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6531 | 2024-08-03T04:05:31.091Z | [ recovery-image] Aug 03 04:05:29.270 INFO O| Aug 03 04:05:29.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/listen" |
6532 | 2024-08-03T04:05:31.091Z | [ recovery-image] Aug 03 04:05:29.270 INFO O| Aug 03 04:05:29.270 INFO STEP 888 (remove_files) COMPLETE |
6533 | 2024-08-03T04:05:31.094Z | [ recovery-image] Aug 03 04:05:29.270 INFO O| Aug 03 04:05:29.270 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6534 | 2024-08-03T04:05:31.102Z | [ recovery-image] Aug 03 04:05:29.281 INFO O| Aug 03 04:05:29.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/saf/nlps_server" |
6535 | 2024-08-03T04:05:31.102Z | [ recovery-image] Aug 03 04:05:29.281 INFO O| Aug 03 04:05:29.281 INFO STEP 889 (remove_files) COMPLETE |
6536 | 2024-08-03T04:05:31.105Z | [ recovery-image] Aug 03 04:05:29.281 INFO O| Aug 03 04:05:29.281 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6537 | 2024-08-03T04:05:31.112Z | [ recovery-image] Aug 03 04:05:29.291 INFO O| Aug 03 04:05:29.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
6538 | 2024-08-03T04:05:31.115Z | [ recovery-image] Aug 03 04:05:29.291 INFO O| Aug 03 04:05:29.291 INFO STEP 890 (remove_files) COMPLETE |
6539 | 2024-08-03T04:05:31.115Z | [ recovery-image] Aug 03 04:05:29.291 INFO O| Aug 03 04:05:29.291 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6540 | 2024-08-03T04:05:31.122Z | [ recovery-image] Aug 03 04:05:29.301 INFO O| Aug 03 04:05:29.301 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
6541 | 2024-08-03T04:05:31.122Z | [ recovery-image] Aug 03 04:05:29.301 INFO O| Aug 03 04:05:29.301 INFO STEP 891 (remove_files) COMPLETE |
6542 | 2024-08-03T04:05:31.122Z | [ recovery-image] Aug 03 04:05:29.301 INFO O| Aug 03 04:05:29.301 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6543 | 2024-08-03T04:05:31.132Z | [ recovery-image] Aug 03 04:05:29.311 INFO O| Aug 03 04:05:29.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
6544 | 2024-08-03T04:05:31.135Z | [ recovery-image] Aug 03 04:05:29.311 INFO O| Aug 03 04:05:29.311 INFO STEP 892 (remove_files) COMPLETE |
6545 | 2024-08-03T04:05:31.135Z | [ recovery-image] Aug 03 04:05:29.311 INFO O| Aug 03 04:05:29.311 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6546 | 2024-08-03T04:05:31.141Z | [ recovery-image] Aug 03 04:05:29.320 INFO O| Aug 03 04:05:29.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/login.so.1" |
6547 | 2024-08-03T04:05:31.144Z | [ recovery-image] Aug 03 04:05:29.320 INFO O| Aug 03 04:05:29.320 INFO STEP 893 (remove_files) COMPLETE |
6548 | 2024-08-03T04:05:31.144Z | [ recovery-image] Aug 03 04:05:29.320 INFO O| Aug 03 04:05:29.320 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6549 | 2024-08-03T04:05:31.151Z | [ recovery-image] Aug 03 04:05:29.330 INFO O| Aug 03 04:05:29.330 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
6550 | 2024-08-03T04:05:31.151Z | [ recovery-image] Aug 03 04:05:29.330 INFO O| Aug 03 04:05:29.330 INFO STEP 894 (remove_files) COMPLETE |
6551 | 2024-08-03T04:05:31.154Z | [ recovery-image] Aug 03 04:05:29.330 INFO O| Aug 03 04:05:29.330 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6552 | 2024-08-03T04:05:31.160Z | [ recovery-image] Aug 03 04:05:29.339 INFO O| Aug 03 04:05:29.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/crammd5.so.1" |
6553 | 2024-08-03T04:05:31.160Z | [ recovery-image] Aug 03 04:05:29.339 INFO O| Aug 03 04:05:29.339 INFO STEP 895 (remove_files) COMPLETE |
6554 | 2024-08-03T04:05:31.163Z | [ recovery-image] Aug 03 04:05:29.339 INFO O| Aug 03 04:05:29.339 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6555 | 2024-08-03T04:05:31.170Z | [ recovery-image] Aug 03 04:05:29.348 INFO O| Aug 03 04:05:29.348 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/digestmd5.so.1" |
6556 | 2024-08-03T04:05:31.173Z | [ recovery-image] Aug 03 04:05:29.348 INFO O| Aug 03 04:05:29.348 INFO STEP 896 (remove_files) COMPLETE |
6557 | 2024-08-03T04:05:31.173Z | [ recovery-image] Aug 03 04:05:29.349 INFO O| Aug 03 04:05:29.348 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6558 | 2024-08-03T04:05:31.179Z | [ recovery-image] Aug 03 04:05:29.358 INFO O| Aug 03 04:05:29.358 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/gssapi.so.1" |
6559 | 2024-08-03T04:05:31.182Z | [ recovery-image] Aug 03 04:05:29.358 INFO O| Aug 03 04:05:29.358 INFO STEP 897 (remove_files) COMPLETE |
6560 | 2024-08-03T04:05:31.182Z | [ recovery-image] Aug 03 04:05:29.358 INFO O| Aug 03 04:05:29.358 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6561 | 2024-08-03T04:05:31.189Z | [ recovery-image] Aug 03 04:05:29.367 INFO O| Aug 03 04:05:29.367 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/login.so.1" |
6562 | 2024-08-03T04:05:31.189Z | [ recovery-image] Aug 03 04:05:29.367 INFO O| Aug 03 04:05:29.367 INFO STEP 898 (remove_files) COMPLETE |
6563 | 2024-08-03T04:05:31.189Z | [ recovery-image] Aug 03 04:05:29.367 INFO O| Aug 03 04:05:29.367 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6564 | 2024-08-03T04:05:31.198Z | [ recovery-image] Aug 03 04:05:29.376 INFO O| Aug 03 04:05:29.376 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sasl/plain.so.1" |
6565 | 2024-08-03T04:05:31.198Z | [ recovery-image] Aug 03 04:05:29.377 INFO O| Aug 03 04:05:29.376 INFO STEP 899 (remove_files) COMPLETE |
6566 | 2024-08-03T04:05:31.198Z | [ recovery-image] Aug 03 04:05:29.377 INFO O| Aug 03 04:05:29.377 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6567 | 2024-08-03T04:05:31.207Z | [ recovery-image] Aug 03 04:05:29.386 INFO O| Aug 03 04:05:29.386 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
6568 | 2024-08-03T04:05:31.210Z | [ recovery-image] Aug 03 04:05:29.386 INFO O| Aug 03 04:05:29.386 INFO STEP 900 (remove_files) COMPLETE |
6569 | 2024-08-03T04:05:31.210Z | [ recovery-image] Aug 03 04:05:29.386 INFO O| Aug 03 04:05:29.386 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6570 | 2024-08-03T04:05:31.217Z | [ recovery-image] Aug 03 04:05:29.395 INFO O| Aug 03 04:05:29.395 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
6571 | 2024-08-03T04:05:31.217Z | [ recovery-image] Aug 03 04:05:29.395 INFO O| Aug 03 04:05:29.395 INFO STEP 901 (remove_files) COMPLETE |
6572 | 2024-08-03T04:05:31.217Z | [ recovery-image] Aug 03 04:05:29.395 INFO O| Aug 03 04:05:29.395 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6573 | 2024-08-03T04:05:31.226Z | [ recovery-image] Aug 03 04:05:29.405 INFO O| Aug 03 04:05:29.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
6574 | 2024-08-03T04:05:31.226Z | [ recovery-image] Aug 03 04:05:29.405 INFO O| Aug 03 04:05:29.405 INFO STEP 902 (remove_files) COMPLETE |
6575 | 2024-08-03T04:05:31.226Z | [ recovery-image] Aug 03 04:05:29.405 INFO O| Aug 03 04:05:29.405 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6576 | 2024-08-03T04:05:31.235Z | [ recovery-image] Aug 03 04:05:29.414 INFO O| Aug 03 04:05:29.414 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
6577 | 2024-08-03T04:05:31.238Z | [ recovery-image] Aug 03 04:05:29.415 INFO O| Aug 03 04:05:29.415 INFO STEP 903 (remove_files) COMPLETE |
6578 | 2024-08-03T04:05:31.238Z | [ recovery-image] Aug 03 04:05:29.415 INFO O| Aug 03 04:05:29.415 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6579 | 2024-08-03T04:05:31.245Z | [ recovery-image] Aug 03 04:05:29.424 INFO O| Aug 03 04:05:29.424 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
6580 | 2024-08-03T04:05:31.245Z | [ recovery-image] Aug 03 04:05:29.424 INFO O| Aug 03 04:05:29.424 INFO STEP 904 (remove_files) COMPLETE |
6581 | 2024-08-03T04:05:31.248Z | [ recovery-image] Aug 03 04:05:29.424 INFO O| Aug 03 04:05:29.424 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6582 | 2024-08-03T04:05:31.255Z | [ recovery-image] Aug 03 04:05:29.434 INFO O| Aug 03 04:05:29.433 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
6583 | 2024-08-03T04:05:31.255Z | [ recovery-image] Aug 03 04:05:29.434 INFO O| Aug 03 04:05:29.434 INFO STEP 905 (remove_files) COMPLETE |
6584 | 2024-08-03T04:05:31.255Z | [ recovery-image] Aug 03 04:05:29.434 INFO O| Aug 03 04:05:29.434 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6585 | 2024-08-03T04:05:31.264Z | [ recovery-image] Aug 03 04:05:29.443 INFO O| Aug 03 04:05:29.443 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
6586 | 2024-08-03T04:05:31.264Z | [ recovery-image] Aug 03 04:05:29.443 INFO O| Aug 03 04:05:29.443 INFO STEP 906 (remove_files) COMPLETE |
6587 | 2024-08-03T04:05:31.267Z | [ recovery-image] Aug 03 04:05:29.443 INFO O| Aug 03 04:05:29.443 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6588 | 2024-08-03T04:05:31.274Z | [ recovery-image] Aug 03 04:05:29.452 INFO O| Aug 03 04:05:29.452 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
6589 | 2024-08-03T04:05:31.274Z | [ recovery-image] Aug 03 04:05:29.452 INFO O| Aug 03 04:05:29.452 INFO STEP 907 (remove_files) COMPLETE |
6590 | 2024-08-03T04:05:31.277Z | [ recovery-image] Aug 03 04:05:29.452 INFO O| Aug 03 04:05:29.452 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6591 | 2024-08-03T04:05:31.283Z | [ recovery-image] Aug 03 04:05:29.462 INFO O| Aug 03 04:05:29.462 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
6592 | 2024-08-03T04:05:31.286Z | [ recovery-image] Aug 03 04:05:29.462 INFO O| Aug 03 04:05:29.462 INFO STEP 908 (remove_files) COMPLETE |
6593 | 2024-08-03T04:05:31.286Z | [ recovery-image] Aug 03 04:05:29.462 INFO O| Aug 03 04:05:29.462 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6594 | 2024-08-03T04:05:31.293Z | [ recovery-image] Aug 03 04:05:29.472 INFO O| Aug 03 04:05:29.472 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
6595 | 2024-08-03T04:05:31.293Z | [ recovery-image] Aug 03 04:05:29.472 INFO O| Aug 03 04:05:29.472 INFO STEP 909 (remove_files) COMPLETE |
6596 | 2024-08-03T04:05:31.296Z | [ recovery-image] Aug 03 04:05:29.472 INFO O| Aug 03 04:05:29.472 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6597 | 2024-08-03T04:05:31.303Z | [ recovery-image] Aug 03 04:05:29.481 INFO O| Aug 03 04:05:29.481 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
6598 | 2024-08-03T04:05:31.303Z | [ recovery-image] Aug 03 04:05:29.482 INFO O| Aug 03 04:05:29.481 INFO STEP 910 (remove_files) COMPLETE |
6599 | 2024-08-03T04:05:31.305Z | [ recovery-image] Aug 03 04:05:29.482 INFO O| Aug 03 04:05:29.481 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6600 | 2024-08-03T04:05:31.313Z | [ recovery-image] Aug 03 04:05:29.492 INFO O| Aug 03 04:05:29.492 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
6601 | 2024-08-03T04:05:31.313Z | [ recovery-image] Aug 03 04:05:29.492 INFO O| Aug 03 04:05:29.492 INFO STEP 911 (remove_files) COMPLETE |
6602 | 2024-08-03T04:05:31.313Z | [ recovery-image] Aug 03 04:05:29.492 INFO O| Aug 03 04:05:29.492 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6603 | 2024-08-03T04:05:31.324Z | [ recovery-image] Aug 03 04:05:29.502 INFO O| Aug 03 04:05:29.502 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
6604 | 2024-08-03T04:05:31.326Z | [ recovery-image] Aug 03 04:05:29.502 INFO O| Aug 03 04:05:29.502 INFO STEP 912 (remove_files) COMPLETE |
6605 | 2024-08-03T04:05:31.326Z | [ recovery-image] Aug 03 04:05:29.503 INFO O| Aug 03 04:05:29.502 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6606 | 2024-08-03T04:05:31.333Z | [ recovery-image] Aug 03 04:05:29.512 INFO O| Aug 03 04:05:29.512 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
6607 | 2024-08-03T04:05:31.333Z | [ recovery-image] Aug 03 04:05:29.512 INFO O| Aug 03 04:05:29.512 INFO STEP 913 (remove_files) COMPLETE |
6608 | 2024-08-03T04:05:31.336Z | [ recovery-image] Aug 03 04:05:29.512 INFO O| Aug 03 04:05:29.512 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6609 | 2024-08-03T04:05:31.343Z | [ recovery-image] Aug 03 04:05:29.522 INFO O| Aug 03 04:05:29.522 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
6610 | 2024-08-03T04:05:31.346Z | [ recovery-image] Aug 03 04:05:29.522 INFO O| Aug 03 04:05:29.522 INFO STEP 914 (remove_files) COMPLETE |
6611 | 2024-08-03T04:05:31.346Z | [ recovery-image] Aug 03 04:05:29.522 INFO O| Aug 03 04:05:29.522 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6612 | 2024-08-03T04:05:31.353Z | [ recovery-image] Aug 03 04:05:29.532 INFO O| Aug 03 04:05:29.532 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
6613 | 2024-08-03T04:05:31.353Z | [ recovery-image] Aug 03 04:05:29.532 INFO O| Aug 03 04:05:29.532 INFO STEP 915 (remove_files) COMPLETE |
6614 | 2024-08-03T04:05:31.356Z | [ recovery-image] Aug 03 04:05:29.532 INFO O| Aug 03 04:05:29.532 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6615 | 2024-08-03T04:05:31.362Z | [ recovery-image] Aug 03 04:05:29.541 INFO O| Aug 03 04:05:29.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
6616 | 2024-08-03T04:05:31.365Z | [ recovery-image] Aug 03 04:05:29.541 INFO O| Aug 03 04:05:29.541 INFO STEP 916 (remove_files) COMPLETE |
6617 | 2024-08-03T04:05:31.365Z | [ recovery-image] Aug 03 04:05:29.541 INFO O| Aug 03 04:05:29.541 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6618 | 2024-08-03T04:05:31.372Z | [ recovery-image] Aug 03 04:05:29.551 INFO O| Aug 03 04:05:29.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
6619 | 2024-08-03T04:05:31.372Z | [ recovery-image] Aug 03 04:05:29.551 INFO O| Aug 03 04:05:29.551 INFO STEP 917 (remove_files) COMPLETE |
6620 | 2024-08-03T04:05:31.375Z | [ recovery-image] Aug 03 04:05:29.551 INFO O| Aug 03 04:05:29.551 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6621 | 2024-08-03T04:05:31.381Z | [ recovery-image] Aug 03 04:05:29.560 INFO O| Aug 03 04:05:29.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
6622 | 2024-08-03T04:05:31.381Z | [ recovery-image] Aug 03 04:05:29.560 INFO O| Aug 03 04:05:29.560 INFO STEP 918 (remove_files) COMPLETE |
6623 | 2024-08-03T04:05:31.384Z | [ recovery-image] Aug 03 04:05:29.560 INFO O| Aug 03 04:05:29.560 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6624 | 2024-08-03T04:05:31.390Z | [ recovery-image] Aug 03 04:05:29.569 INFO O| Aug 03 04:05:29.569 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
6625 | 2024-08-03T04:05:31.391Z | [ recovery-image] Aug 03 04:05:29.569 INFO O| Aug 03 04:05:29.569 INFO STEP 919 (remove_files) COMPLETE |
6626 | 2024-08-03T04:05:31.391Z | [ recovery-image] Aug 03 04:05:29.569 INFO O| Aug 03 04:05:29.569 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6627 | 2024-08-03T04:05:31.404Z | [ recovery-image] Aug 03 04:05:29.579 INFO O| Aug 03 04:05:29.578 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
6628 | 2024-08-03T04:05:31.404Z | [ recovery-image] Aug 03 04:05:29.579 INFO O| Aug 03 04:05:29.579 INFO STEP 920 (remove_files) COMPLETE |
6629 | 2024-08-03T04:05:31.404Z | [ recovery-image] Aug 03 04:05:29.579 INFO O| Aug 03 04:05:29.579 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6630 | 2024-08-03T04:05:31.409Z | [ recovery-image] Aug 03 04:05:29.588 INFO O| Aug 03 04:05:29.588 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
6631 | 2024-08-03T04:05:31.409Z | [ recovery-image] Aug 03 04:05:29.588 INFO O| Aug 03 04:05:29.588 INFO STEP 921 (remove_files) COMPLETE |
6632 | 2024-08-03T04:05:31.409Z | [ recovery-image] Aug 03 04:05:29.588 INFO O| Aug 03 04:05:29.588 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6633 | 2024-08-03T04:05:31.419Z | [ recovery-image] Aug 03 04:05:29.597 INFO O| Aug 03 04:05:29.597 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
6634 | 2024-08-03T04:05:31.421Z | [ recovery-image] Aug 03 04:05:29.597 INFO O| Aug 03 04:05:29.597 INFO STEP 922 (remove_files) COMPLETE |
6635 | 2024-08-03T04:05:31.422Z | [ recovery-image] Aug 03 04:05:29.597 INFO O| Aug 03 04:05:29.597 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6636 | 2024-08-03T04:05:31.428Z | [ recovery-image] Aug 03 04:05:29.607 INFO O| Aug 03 04:05:29.607 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
6637 | 2024-08-03T04:05:31.428Z | [ recovery-image] Aug 03 04:05:29.607 INFO O| Aug 03 04:05:29.607 INFO STEP 923 (remove_files) COMPLETE |
6638 | 2024-08-03T04:05:31.431Z | [ recovery-image] Aug 03 04:05:29.607 INFO O| Aug 03 04:05:29.607 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6639 | 2024-08-03T04:05:31.438Z | [ recovery-image] Aug 03 04:05:29.616 INFO O| Aug 03 04:05:29.616 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
6640 | 2024-08-03T04:05:31.440Z | [ recovery-image] Aug 03 04:05:29.616 INFO O| Aug 03 04:05:29.616 INFO STEP 924 (remove_files) COMPLETE |
6641 | 2024-08-03T04:05:31.440Z | [ recovery-image] Aug 03 04:05:29.617 INFO O| Aug 03 04:05:29.616 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6642 | 2024-08-03T04:05:31.447Z | [ recovery-image] Aug 03 04:05:29.626 INFO O| Aug 03 04:05:29.626 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
6643 | 2024-08-03T04:05:31.447Z | [ recovery-image] Aug 03 04:05:29.626 INFO O| Aug 03 04:05:29.626 INFO STEP 925 (remove_files) COMPLETE |
6644 | 2024-08-03T04:05:31.450Z | [ recovery-image] Aug 03 04:05:29.626 INFO O| Aug 03 04:05:29.626 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6645 | 2024-08-03T04:05:31.458Z | [ recovery-image] Aug 03 04:05:29.636 INFO O| Aug 03 04:05:29.636 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
6646 | 2024-08-03T04:05:31.468Z | [ recovery-image] Aug 03 04:05:29.636 INFO O| Aug 03 04:05:29.636 INFO STEP 926 (remove_files) COMPLETE |
6647 | 2024-08-03T04:05:31.468Z | [ recovery-image] Aug 03 04:05:29.636 INFO O| Aug 03 04:05:29.636 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6648 | 2024-08-03T04:05:31.475Z | [ recovery-image] Aug 03 04:05:29.646 INFO O| Aug 03 04:05:29.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
6649 | 2024-08-03T04:05:31.475Z | [ recovery-image] Aug 03 04:05:29.646 INFO O| Aug 03 04:05:29.646 INFO STEP 927 (remove_files) COMPLETE |
6650 | 2024-08-03T04:05:31.475Z | [ recovery-image] Aug 03 04:05:29.646 INFO O| Aug 03 04:05:29.646 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6651 | 2024-08-03T04:05:31.478Z | [ recovery-image] Aug 03 04:05:29.655 INFO O| Aug 03 04:05:29.655 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
6652 | 2024-08-03T04:05:31.479Z | [ recovery-image] Aug 03 04:05:29.656 INFO O| Aug 03 04:05:29.656 INFO STEP 928 (remove_files) COMPLETE |
6653 | 2024-08-03T04:05:31.479Z | [ recovery-image] Aug 03 04:05:29.656 INFO O| Aug 03 04:05:29.656 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6654 | 2024-08-03T04:05:31.487Z | [ recovery-image] Aug 03 04:05:29.665 INFO O| Aug 03 04:05:29.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
6655 | 2024-08-03T04:05:31.487Z | [ recovery-image] Aug 03 04:05:29.665 INFO O| Aug 03 04:05:29.665 INFO STEP 929 (remove_files) COMPLETE |
6656 | 2024-08-03T04:05:31.487Z | [ recovery-image] Aug 03 04:05:29.665 INFO O| Aug 03 04:05:29.665 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6657 | 2024-08-03T04:05:31.500Z | [ recovery-image] Aug 03 04:05:29.674 INFO O| Aug 03 04:05:29.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
6658 | 2024-08-03T04:05:31.508Z | [ recovery-image] Aug 03 04:05:29.675 INFO O| Aug 03 04:05:29.674 INFO STEP 930 (remove_files) COMPLETE |
6659 | 2024-08-03T04:05:31.509Z | [ recovery-image] Aug 03 04:05:29.675 INFO O| Aug 03 04:05:29.675 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6660 | 2024-08-03T04:05:31.509Z | [ recovery-image] Aug 03 04:05:29.684 INFO O| Aug 03 04:05:29.684 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_binfile.so.1" |
6661 | 2024-08-03T04:05:31.509Z | [ recovery-image] Aug 03 04:05:29.684 INFO O| Aug 03 04:05:29.684 INFO STEP 931 (remove_files) COMPLETE |
6662 | 2024-08-03T04:05:31.509Z | [ recovery-image] Aug 03 04:05:29.684 INFO O| Aug 03 04:05:29.684 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6663 | 2024-08-03T04:05:31.518Z | [ recovery-image] Aug 03 04:05:29.693 INFO O| Aug 03 04:05:29.693 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_remote.so.1" |
6664 | 2024-08-03T04:05:31.518Z | [ recovery-image] Aug 03 04:05:29.693 INFO O| Aug 03 04:05:29.693 INFO STEP 932 (remove_files) COMPLETE |
6665 | 2024-08-03T04:05:31.518Z | [ recovery-image] Aug 03 04:05:29.693 INFO O| Aug 03 04:05:29.693 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6666 | 2024-08-03T04:05:31.524Z | [ recovery-image] Aug 03 04:05:29.703 INFO O| Aug 03 04:05:29.703 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/audit_syslog.so.1" |
6667 | 2024-08-03T04:05:31.527Z | [ recovery-image] Aug 03 04:05:29.703 INFO O| Aug 03 04:05:29.703 INFO STEP 933 (remove_files) COMPLETE |
6668 | 2024-08-03T04:05:31.527Z | [ recovery-image] Aug 03 04:05:29.703 INFO O| Aug 03 04:05:29.703 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6669 | 2024-08-03T04:05:31.534Z | [ recovery-image] Aug 03 04:05:29.712 INFO O| Aug 03 04:05:29.712 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
6670 | 2024-08-03T04:05:31.538Z | [ recovery-image] Aug 03 04:05:29.712 INFO O| Aug 03 04:05:29.712 INFO STEP 934 (remove_files) COMPLETE |
6671 | 2024-08-03T04:05:31.539Z | [ recovery-image] Aug 03 04:05:29.712 INFO O| Aug 03 04:05:29.712 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6672 | 2024-08-03T04:05:31.543Z | [ recovery-image] Aug 03 04:05:29.722 INFO O| Aug 03 04:05:29.722 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
6673 | 2024-08-03T04:05:31.547Z | [ recovery-image] Aug 03 04:05:29.722 INFO O| Aug 03 04:05:29.722 INFO STEP 935 (remove_files) COMPLETE |
6674 | 2024-08-03T04:05:31.547Z | [ recovery-image] Aug 03 04:05:29.722 INFO O| Aug 03 04:05:29.722 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6675 | 2024-08-03T04:05:31.554Z | [ recovery-image] Aug 03 04:05:29.732 INFO O| Aug 03 04:05:29.732 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha256.so.1" |
6676 | 2024-08-03T04:05:31.554Z | [ recovery-image] Aug 03 04:05:29.732 INFO O| Aug 03 04:05:29.732 INFO STEP 936 (remove_files) COMPLETE |
6677 | 2024-08-03T04:05:31.554Z | [ recovery-image] Aug 03 04:05:29.732 INFO O| Aug 03 04:05:29.732 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6678 | 2024-08-03T04:05:31.564Z | [ recovery-image] Aug 03 04:05:29.743 INFO O| Aug 03 04:05:29.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sha512.so.1" |
6679 | 2024-08-03T04:05:31.565Z | [ recovery-image] Aug 03 04:05:29.743 INFO O| Aug 03 04:05:29.743 INFO STEP 937 (remove_files) COMPLETE |
6680 | 2024-08-03T04:05:31.565Z | [ recovery-image] Aug 03 04:05:29.743 INFO O| Aug 03 04:05:29.743 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6681 | 2024-08-03T04:05:31.575Z | [ recovery-image] Aug 03 04:05:29.753 INFO O| Aug 03 04:05:29.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
6682 | 2024-08-03T04:05:31.575Z | [ recovery-image] Aug 03 04:05:29.754 INFO O| Aug 03 04:05:29.754 INFO STEP 938 (remove_files) COMPLETE |
6683 | 2024-08-03T04:05:31.578Z | [ recovery-image] Aug 03 04:05:29.754 INFO O| Aug 03 04:05:29.754 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6684 | 2024-08-03T04:05:31.585Z | [ recovery-image] Aug 03 04:05:29.764 INFO O| Aug 03 04:05:29.764 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_allow.so.1" |
6685 | 2024-08-03T04:05:31.585Z | [ recovery-image] Aug 03 04:05:29.764 INFO O| Aug 03 04:05:29.764 INFO STEP 939 (remove_files) COMPLETE |
6686 | 2024-08-03T04:05:31.585Z | [ recovery-image] Aug 03 04:05:29.764 INFO O| Aug 03 04:05:29.764 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6687 | 2024-08-03T04:05:31.595Z | [ recovery-image] Aug 03 04:05:29.774 INFO O| Aug 03 04:05:29.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
6688 | 2024-08-03T04:05:31.595Z | [ recovery-image] Aug 03 04:05:29.774 INFO O| Aug 03 04:05:29.774 INFO STEP 940 (remove_files) COMPLETE |
6689 | 2024-08-03T04:05:31.595Z | [ recovery-image] Aug 03 04:05:29.774 INFO O| Aug 03 04:05:29.774 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6690 | 2024-08-03T04:05:31.605Z | [ recovery-image] Aug 03 04:05:29.783 INFO O| Aug 03 04:05:29.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
6691 | 2024-08-03T04:05:31.608Z | [ recovery-image] Aug 03 04:05:29.784 INFO O| Aug 03 04:05:29.784 INFO STEP 941 (remove_files) COMPLETE |
6692 | 2024-08-03T04:05:31.608Z | [ recovery-image] Aug 03 04:05:29.784 INFO O| Aug 03 04:05:29.784 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6693 | 2024-08-03T04:05:31.615Z | [ recovery-image] Aug 03 04:05:29.794 INFO O| Aug 03 04:05:29.794 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_deny.so.1" |
6694 | 2024-08-03T04:05:31.618Z | [ recovery-image] Aug 03 04:05:29.794 INFO O| Aug 03 04:05:29.794 INFO STEP 942 (remove_files) COMPLETE |
6695 | 2024-08-03T04:05:31.618Z | [ recovery-image] Aug 03 04:05:29.794 INFO O| Aug 03 04:05:29.794 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6696 | 2024-08-03T04:05:31.624Z | [ recovery-image] Aug 03 04:05:29.803 INFO O| Aug 03 04:05:29.803 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5.so.1" |
6697 | 2024-08-03T04:05:31.624Z | [ recovery-image] Aug 03 04:05:29.803 INFO O| Aug 03 04:05:29.803 INFO STEP 943 (remove_files) COMPLETE |
6698 | 2024-08-03T04:05:31.627Z | [ recovery-image] Aug 03 04:05:29.803 INFO O| Aug 03 04:05:29.803 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6699 | 2024-08-03T04:05:31.634Z | [ recovery-image] Aug 03 04:05:29.812 INFO O| Aug 03 04:05:29.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
6700 | 2024-08-03T04:05:31.636Z | [ recovery-image] Aug 03 04:05:29.813 INFO O| Aug 03 04:05:29.813 INFO STEP 944 (remove_files) COMPLETE |
6701 | 2024-08-03T04:05:31.636Z | [ recovery-image] Aug 03 04:05:29.813 INFO O| Aug 03 04:05:29.813 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6702 | 2024-08-03T04:05:31.643Z | [ recovery-image] Aug 03 04:05:29.822 INFO O| Aug 03 04:05:29.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_ldap.so.1" |
6703 | 2024-08-03T04:05:31.643Z | [ recovery-image] Aug 03 04:05:29.822 INFO O| Aug 03 04:05:29.822 INFO STEP 945 (remove_files) COMPLETE |
6704 | 2024-08-03T04:05:31.647Z | [ recovery-image] Aug 03 04:05:29.822 INFO O| Aug 03 04:05:29.822 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6705 | 2024-08-03T04:05:31.652Z | [ recovery-image] Aug 03 04:05:29.831 INFO O| Aug 03 04:05:29.831 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_list.so.1" |
6706 | 2024-08-03T04:05:31.652Z | [ recovery-image] Aug 03 04:05:29.831 INFO O| Aug 03 04:05:29.831 INFO STEP 946 (remove_files) COMPLETE |
6707 | 2024-08-03T04:05:31.652Z | [ recovery-image] Aug 03 04:05:29.831 INFO O| Aug 03 04:05:29.831 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6708 | 2024-08-03T04:05:31.662Z | [ recovery-image] Aug 03 04:05:29.841 INFO O| Aug 03 04:05:29.841 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
6709 | 2024-08-03T04:05:31.662Z | [ recovery-image] Aug 03 04:05:29.841 INFO O| Aug 03 04:05:29.841 INFO STEP 947 (remove_files) COMPLETE |
6710 | 2024-08-03T04:05:31.662Z | [ recovery-image] Aug 03 04:05:29.841 INFO O| Aug 03 04:05:29.841 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6711 | 2024-08-03T04:05:31.671Z | [ recovery-image] Aug 03 04:05:29.850 INFO O| Aug 03 04:05:29.850 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
6712 | 2024-08-03T04:05:31.671Z | [ recovery-image] Aug 03 04:05:29.850 INFO O| Aug 03 04:05:29.850 INFO STEP 948 (remove_files) COMPLETE |
6713 | 2024-08-03T04:05:31.674Z | [ recovery-image] Aug 03 04:05:29.850 INFO O| Aug 03 04:05:29.850 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6714 | 2024-08-03T04:05:31.680Z | [ recovery-image] Aug 03 04:05:29.859 INFO O| Aug 03 04:05:29.859 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_sample.so.1" |
6715 | 2024-08-03T04:05:31.681Z | [ recovery-image] Aug 03 04:05:29.859 INFO O| Aug 03 04:05:29.859 INFO STEP 949 (remove_files) COMPLETE |
6716 | 2024-08-03T04:05:31.681Z | [ recovery-image] Aug 03 04:05:29.859 INFO O| Aug 03 04:05:29.859 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6717 | 2024-08-03T04:05:31.690Z | [ recovery-image] Aug 03 04:05:29.869 INFO O| Aug 03 04:05:29.869 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
6718 | 2024-08-03T04:05:31.690Z | [ recovery-image] Aug 03 04:05:29.869 INFO O| Aug 03 04:05:29.869 INFO STEP 950 (remove_files) COMPLETE |
6719 | 2024-08-03T04:05:31.693Z | [ recovery-image] Aug 03 04:05:29.869 INFO O| Aug 03 04:05:29.869 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6720 | 2024-08-03T04:05:31.699Z | [ recovery-image] Aug 03 04:05:29.878 INFO O| Aug 03 04:05:29.878 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
6721 | 2024-08-03T04:05:31.699Z | [ recovery-image] Aug 03 04:05:29.878 INFO O| Aug 03 04:05:29.878 INFO STEP 951 (remove_files) COMPLETE |
6722 | 2024-08-03T04:05:31.699Z | [ recovery-image] Aug 03 04:05:29.878 INFO O| Aug 03 04:05:29.878 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6723 | 2024-08-03T04:05:31.709Z | [ recovery-image] Aug 03 04:05:29.887 INFO O| Aug 03 04:05:29.887 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_timestamp.so.1" |
6724 | 2024-08-03T04:05:31.709Z | [ recovery-image] Aug 03 04:05:29.887 INFO O| Aug 03 04:05:29.887 INFO STEP 952 (remove_files) COMPLETE |
6725 | 2024-08-03T04:05:31.711Z | [ recovery-image] Aug 03 04:05:29.887 INFO O| Aug 03 04:05:29.887 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6726 | 2024-08-03T04:05:31.718Z | [ recovery-image] Aug 03 04:05:29.897 INFO O| Aug 03 04:05:29.897 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
6727 | 2024-08-03T04:05:31.718Z | [ recovery-image] Aug 03 04:05:29.897 INFO O| Aug 03 04:05:29.897 INFO STEP 953 (remove_files) COMPLETE |
6728 | 2024-08-03T04:05:31.721Z | [ recovery-image] Aug 03 04:05:29.897 INFO O| Aug 03 04:05:29.897 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6729 | 2024-08-03T04:05:31.727Z | [ recovery-image] Aug 03 04:05:29.906 INFO O| Aug 03 04:05:29.906 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
6730 | 2024-08-03T04:05:31.727Z | [ recovery-image] Aug 03 04:05:29.906 INFO O| Aug 03 04:05:29.906 INFO STEP 954 (remove_files) COMPLETE |
6731 | 2024-08-03T04:05:31.730Z | [ recovery-image] Aug 03 04:05:29.906 INFO O| Aug 03 04:05:29.906 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6732 | 2024-08-03T04:05:31.737Z | [ recovery-image] Aug 03 04:05:29.916 INFO O| Aug 03 04:05:29.916 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
6733 | 2024-08-03T04:05:31.737Z | [ recovery-image] Aug 03 04:05:29.916 INFO O| Aug 03 04:05:29.916 INFO STEP 955 (remove_files) COMPLETE |
6734 | 2024-08-03T04:05:31.740Z | [ recovery-image] Aug 03 04:05:29.916 INFO O| Aug 03 04:05:29.916 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6735 | 2024-08-03T04:05:31.746Z | [ recovery-image] Aug 03 04:05:29.925 INFO O| Aug 03 04:05:29.925 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
6736 | 2024-08-03T04:05:31.746Z | [ recovery-image] Aug 03 04:05:29.925 INFO O| Aug 03 04:05:29.925 INFO STEP 956 (remove_files) COMPLETE |
6737 | 2024-08-03T04:05:31.749Z | [ recovery-image] Aug 03 04:05:29.925 INFO O| Aug 03 04:05:29.925 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6738 | 2024-08-03T04:05:31.756Z | [ recovery-image] Aug 03 04:05:29.934 INFO O| Aug 03 04:05:29.934 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/compress" |
6739 | 2024-08-03T04:05:31.756Z | [ recovery-image] Aug 03 04:05:29.935 INFO O| Aug 03 04:05:29.934 INFO STEP 957 (remove_files) COMPLETE |
6740 | 2024-08-03T04:05:31.756Z | [ recovery-image] Aug 03 04:05:29.935 INFO O| Aug 03 04:05:29.935 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6741 | 2024-08-03T04:05:31.765Z | [ recovery-image] Aug 03 04:05:29.944 INFO O| Aug 03 04:05:29.943 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashcheck" |
6742 | 2024-08-03T04:05:31.765Z | [ recovery-image] Aug 03 04:05:29.944 INFO O| Aug 03 04:05:29.944 INFO STEP 958 (remove_files) COMPLETE |
6743 | 2024-08-03T04:05:31.765Z | [ recovery-image] Aug 03 04:05:29.944 INFO O| Aug 03 04:05:29.944 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6744 | 2024-08-03T04:05:31.774Z | [ recovery-image] Aug 03 04:05:29.953 INFO O| Aug 03 04:05:29.953 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hashmake" |
6745 | 2024-08-03T04:05:31.774Z | [ recovery-image] Aug 03 04:05:29.953 INFO O| Aug 03 04:05:29.953 INFO STEP 959 (remove_files) COMPLETE |
6746 | 2024-08-03T04:05:31.777Z | [ recovery-image] Aug 03 04:05:29.953 INFO O| Aug 03 04:05:29.953 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6747 | 2024-08-03T04:05:31.783Z | [ recovery-image] Aug 03 04:05:29.962 INFO O| Aug 03 04:05:29.962 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlista" |
6748 | 2024-08-03T04:05:31.783Z | [ recovery-image] Aug 03 04:05:29.962 INFO O| Aug 03 04:05:29.962 INFO STEP 960 (remove_files) COMPLETE |
6749 | 2024-08-03T04:05:31.786Z | [ recovery-image] Aug 03 04:05:29.962 INFO O| Aug 03 04:05:29.962 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6750 | 2024-08-03T04:05:31.794Z | [ recovery-image] Aug 03 04:05:29.971 INFO O| Aug 03 04:05:29.971 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hlistb" |
6751 | 2024-08-03T04:05:31.794Z | [ recovery-image] Aug 03 04:05:29.972 INFO O| Aug 03 04:05:29.971 INFO STEP 961 (remove_files) COMPLETE |
6752 | 2024-08-03T04:05:31.794Z | [ recovery-image] Aug 03 04:05:29.972 INFO O| Aug 03 04:05:29.971 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6753 | 2024-08-03T04:05:31.803Z | [ recovery-image] Aug 03 04:05:29.981 INFO O| Aug 03 04:05:29.981 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/hstop" |
6754 | 2024-08-03T04:05:31.803Z | [ recovery-image] Aug 03 04:05:29.981 INFO O| Aug 03 04:05:29.981 INFO STEP 962 (remove_files) COMPLETE |
6755 | 2024-08-03T04:05:31.803Z | [ recovery-image] Aug 03 04:05:29.981 INFO O| Aug 03 04:05:29.981 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6756 | 2024-08-03T04:05:31.816Z | [ recovery-image] Aug 03 04:05:29.990 INFO O| Aug 03 04:05:29.990 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellin" |
6757 | 2024-08-03T04:05:31.816Z | [ recovery-image] Aug 03 04:05:29.990 INFO O| Aug 03 04:05:29.990 INFO STEP 963 (remove_files) COMPLETE |
6758 | 2024-08-03T04:05:31.827Z | [ recovery-image] Aug 03 04:05:29.990 INFO O| Aug 03 04:05:29.990 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6759 | 2024-08-03T04:05:31.827Z | [ recovery-image] Aug 03 04:05:30.000 INFO O| Aug 03 04:05:30.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/spell/spellprog" |
6760 | 2024-08-03T04:05:31.828Z | [ recovery-image] Aug 03 04:05:30.000 INFO O| Aug 03 04:05:30.000 INFO STEP 964 (remove_files) COMPLETE |
6761 | 2024-08-03T04:05:31.828Z | [ recovery-image] Aug 03 04:05:30.000 INFO O| Aug 03 04:05:30.000 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6762 | 2024-08-03T04:05:31.839Z | [ recovery-image] Aug 03 04:05:30.010 INFO O| Aug 03 04:05:30.010 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/sysevent/syseventconfd" |
6763 | 2024-08-03T04:05:31.839Z | [ recovery-image] Aug 03 04:05:30.010 INFO O| Aug 03 04:05:30.010 INFO STEP 965 (remove_files) COMPLETE |
6764 | 2024-08-03T04:05:31.840Z | [ recovery-image] Aug 03 04:05:30.010 INFO O| Aug 03 04:05:30.010 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6765 | 2024-08-03T04:05:31.847Z | [ recovery-image] Aug 03 04:05:30.019 INFO O| Aug 03 04:05:30.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
6766 | 2024-08-03T04:05:31.847Z | [ recovery-image] Aug 03 04:05:30.020 INFO O| Aug 03 04:05:30.020 INFO STEP 966 (remove_files) COMPLETE |
6767 | 2024-08-03T04:05:31.848Z | [ recovery-image] Aug 03 04:05:30.020 INFO O| Aug 03 04:05:30.020 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6768 | 2024-08-03T04:05:31.852Z | [ recovery-image] Aug 03 04:05:30.029 INFO O| Aug 03 04:05:30.029 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
6769 | 2024-08-03T04:05:31.852Z | [ recovery-image] Aug 03 04:05:30.029 INFO O| Aug 03 04:05:30.029 INFO STEP 967 (remove_files) COMPLETE |
6770 | 2024-08-03T04:05:31.852Z | [ recovery-image] Aug 03 04:05:30.029 INFO O| Aug 03 04:05:30.029 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6771 | 2024-08-03T04:05:31.860Z | [ recovery-image] Aug 03 04:05:30.038 INFO O| Aug 03 04:05:30.038 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
6772 | 2024-08-03T04:05:31.862Z | [ recovery-image] Aug 03 04:05:30.038 INFO O| Aug 03 04:05:30.038 INFO STEP 968 (remove_files) COMPLETE |
6773 | 2024-08-03T04:05:31.863Z | [ recovery-image] Aug 03 04:05:30.038 INFO O| Aug 03 04:05:30.038 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6774 | 2024-08-03T04:05:31.869Z | [ recovery-image] Aug 03 04:05:30.048 INFO O| Aug 03 04:05:30.048 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
6775 | 2024-08-03T04:05:31.872Z | [ recovery-image] Aug 03 04:05:30.048 INFO O| Aug 03 04:05:30.048 INFO STEP 969 (remove_files) COMPLETE |
6776 | 2024-08-03T04:05:31.872Z | [ recovery-image] Aug 03 04:05:30.048 INFO O| Aug 03 04:05:30.048 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6777 | 2024-08-03T04:05:31.879Z | [ recovery-image] Aug 03 04:05:30.057 INFO O| Aug 03 04:05:30.057 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/varpd/varpd" |
6778 | 2024-08-03T04:05:31.879Z | [ recovery-image] Aug 03 04:05:30.057 INFO O| Aug 03 04:05:30.057 INFO STEP 970 (remove_files) COMPLETE |
6779 | 2024-08-03T04:05:31.879Z | [ recovery-image] Aug 03 04:05:30.057 INFO O| Aug 03 04:05:30.057 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6780 | 2024-08-03T04:05:31.888Z | [ recovery-image] Aug 03 04:05:30.067 INFO O| Aug 03 04:05:30.067 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/xhci/xhci_portsc" |
6781 | 2024-08-03T04:05:31.888Z | [ recovery-image] Aug 03 04:05:30.067 INFO O| Aug 03 04:05:30.067 INFO STEP 971 (remove_files) COMPLETE |
6782 | 2024-08-03T04:05:31.893Z | [ recovery-image] Aug 03 04:05:30.067 INFO O| Aug 03 04:05:30.067 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6783 | 2024-08-03T04:05:31.897Z | [ recovery-image] Aug 03 04:05:30.076 INFO O| Aug 03 04:05:30.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zfs/availdevs" |
6784 | 2024-08-03T04:05:31.901Z | [ recovery-image] Aug 03 04:05:30.076 INFO O| Aug 03 04:05:30.076 INFO STEP 972 (remove_files) COMPLETE |
6785 | 2024-08-03T04:05:31.901Z | [ recovery-image] Aug 03 04:05:30.076 INFO O| Aug 03 04:05:30.076 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6786 | 2024-08-03T04:05:31.907Z | [ recovery-image] Aug 03 04:05:30.085 INFO O| Aug 03 04:05:30.085 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/lib/zones/zoneadmd" |
6787 | 2024-08-03T04:05:31.907Z | [ recovery-image] Aug 03 04:05:30.086 INFO O| Aug 03 04:05:30.086 INFO STEP 973 (remove_files) COMPLETE |
6788 | 2024-08-03T04:05:31.909Z | [ recovery-image] Aug 03 04:05:30.086 INFO O| Aug 03 04:05:30.086 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6789 | 2024-08-03T04:05:31.916Z | [ recovery-image] Aug 03 04:05:30.095 INFO O| Aug 03 04:05:30.095 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/sftp-server" |
6790 | 2024-08-03T04:05:31.919Z | [ recovery-image] Aug 03 04:05:30.095 INFO O| Aug 03 04:05:30.095 INFO STEP 974 (remove_files) COMPLETE |
6791 | 2024-08-03T04:05:31.919Z | [ recovery-image] Aug 03 04:05:30.095 INFO O| Aug 03 04:05:30.095 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6792 | 2024-08-03T04:05:31.926Z | [ recovery-image] Aug 03 04:05:30.104 INFO O| Aug 03 04:05:30.104 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-keysign" |
6793 | 2024-08-03T04:05:31.926Z | [ recovery-image] Aug 03 04:05:30.104 INFO O| Aug 03 04:05:30.104 INFO STEP 975 (remove_files) COMPLETE |
6794 | 2024-08-03T04:05:31.928Z | [ recovery-image] Aug 03 04:05:30.105 INFO O| Aug 03 04:05:30.104 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6795 | 2024-08-03T04:05:31.935Z | [ recovery-image] Aug 03 04:05:30.114 INFO O| Aug 03 04:05:30.114 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
6796 | 2024-08-03T04:05:31.935Z | [ recovery-image] Aug 03 04:05:30.114 INFO O| Aug 03 04:05:30.114 INFO STEP 976 (remove_files) COMPLETE |
6797 | 2024-08-03T04:05:31.938Z | [ recovery-image] Aug 03 04:05:30.114 INFO O| Aug 03 04:05:30.114 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6798 | 2024-08-03T04:05:31.944Z | [ recovery-image] Aug 03 04:05:30.123 INFO O| Aug 03 04:05:30.123 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
6799 | 2024-08-03T04:05:31.947Z | [ recovery-image] Aug 03 04:05:30.123 INFO O| Aug 03 04:05:30.123 INFO STEP 977 (remove_files) COMPLETE |
6800 | 2024-08-03T04:05:31.947Z | [ recovery-image] Aug 03 04:05:30.123 INFO O| Aug 03 04:05:30.123 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6801 | 2024-08-03T04:05:31.954Z | [ recovery-image] Aug 03 04:05:30.132 INFO O| Aug 03 04:05:30.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/bin/ipcc" |
6802 | 2024-08-03T04:05:31.956Z | [ recovery-image] Aug 03 04:05:30.133 INFO O| Aug 03 04:05:30.133 INFO STEP 978 (remove_files) COMPLETE |
6803 | 2024-08-03T04:05:31.956Z | [ recovery-image] Aug 03 04:05:30.133 INFO O| Aug 03 04:05:30.133 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6804 | 2024-08-03T04:05:31.963Z | [ recovery-image] Aug 03 04:05:30.142 INFO O| Aug 03 04:05:30.142 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/apix.so" |
6805 | 2024-08-03T04:05:31.966Z | [ recovery-image] Aug 03 04:05:30.142 INFO O| Aug 03 04:05:30.142 INFO STEP 979 (remove_files) COMPLETE |
6806 | 2024-08-03T04:05:31.966Z | [ recovery-image] Aug 03 04:05:30.142 INFO O| Aug 03 04:05:30.142 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6807 | 2024-08-03T04:05:31.972Z | [ recovery-image] Aug 03 04:05:30.151 INFO O| Aug 03 04:05:30.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/ipcc.so" |
6808 | 2024-08-03T04:05:31.973Z | [ recovery-image] Aug 03 04:05:30.151 INFO O| Aug 03 04:05:30.151 INFO STEP 980 (remove_files) COMPLETE |
6809 | 2024-08-03T04:05:31.975Z | [ recovery-image] Aug 03 04:05:30.151 INFO O| Aug 03 04:05:30.151 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6810 | 2024-08-03T04:05:31.982Z | [ recovery-image] Aug 03 04:05:30.161 INFO O| Aug 03 04:05:30.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/platform/oxide/lib/mdb/kvm/amd64/unix.so" |
6811 | 2024-08-03T04:05:31.985Z | [ recovery-image] Aug 03 04:05:30.161 INFO O| Aug 03 04:05:30.161 INFO STEP 981 (remove_files) COMPLETE |
6812 | 2024-08-03T04:05:31.985Z | [ recovery-image] Aug 03 04:05:30.161 INFO O| Aug 03 04:05:30.161 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6813 | 2024-08-03T04:05:31.991Z | [ recovery-image] Aug 03 04:05:30.170 INFO O| Aug 03 04:05:30.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispgid" |
6814 | 2024-08-03T04:05:31.994Z | [ recovery-image] Aug 03 04:05:30.170 INFO O| Aug 03 04:05:30.170 INFO STEP 982 (remove_files) COMPLETE |
6815 | 2024-08-03T04:05:31.994Z | [ recovery-image] Aug 03 04:05:30.170 INFO O| Aug 03 04:05:30.170 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6816 | 2024-08-03T04:05:32.002Z | [ recovery-image] Aug 03 04:05:30.180 INFO O| Aug 03 04:05:30.180 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/dispuid" |
6817 | 2024-08-03T04:05:32.002Z | [ recovery-image] Aug 03 04:05:30.180 INFO O| Aug 03 04:05:30.180 INFO STEP 983 (remove_files) COMPLETE |
6818 | 2024-08-03T04:05:32.005Z | [ recovery-image] Aug 03 04:05:30.180 INFO O| Aug 03 04:05:30.180 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6819 | 2024-08-03T04:05:32.013Z | [ recovery-image] Aug 03 04:05:30.191 INFO O| Aug 03 04:05:30.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errange" |
6820 | 2024-08-03T04:05:32.016Z | [ recovery-image] Aug 03 04:05:30.191 INFO O| Aug 03 04:05:30.191 INFO STEP 984 (remove_files) COMPLETE |
6821 | 2024-08-03T04:05:32.016Z | [ recovery-image] Aug 03 04:05:30.192 INFO O| Aug 03 04:05:30.191 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6822 | 2024-08-03T04:05:32.023Z | [ recovery-image] Aug 03 04:05:30.202 INFO O| Aug 03 04:05:30.202 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errdate" |
6823 | 2024-08-03T04:05:32.024Z | [ recovery-image] Aug 03 04:05:30.202 INFO O| Aug 03 04:05:30.202 INFO STEP 985 (remove_files) COMPLETE |
6824 | 2024-08-03T04:05:32.026Z | [ recovery-image] Aug 03 04:05:30.202 INFO O| Aug 03 04:05:30.202 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6825 | 2024-08-03T04:05:32.034Z | [ recovery-image] Aug 03 04:05:30.213 INFO O| Aug 03 04:05:30.212 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errgid" |
6826 | 2024-08-03T04:05:32.034Z | [ recovery-image] Aug 03 04:05:30.213 INFO O| Aug 03 04:05:30.213 INFO STEP 986 (remove_files) COMPLETE |
6827 | 2024-08-03T04:05:32.037Z | [ recovery-image] Aug 03 04:05:30.213 INFO O| Aug 03 04:05:30.213 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6828 | 2024-08-03T04:05:32.044Z | [ recovery-image] Aug 03 04:05:30.223 INFO O| Aug 03 04:05:30.222 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errint" |
6829 | 2024-08-03T04:05:32.044Z | [ recovery-image] Aug 03 04:05:30.223 INFO O| Aug 03 04:05:30.223 INFO STEP 987 (remove_files) COMPLETE |
6830 | 2024-08-03T04:05:32.047Z | [ recovery-image] Aug 03 04:05:30.223 INFO O| Aug 03 04:05:30.223 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6831 | 2024-08-03T04:05:32.054Z | [ recovery-image] Aug 03 04:05:30.232 INFO O| Aug 03 04:05:30.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erritem" |
6832 | 2024-08-03T04:05:32.054Z | [ recovery-image] Aug 03 04:05:30.233 INFO O| Aug 03 04:05:30.232 INFO STEP 988 (remove_files) COMPLETE |
6833 | 2024-08-03T04:05:32.054Z | [ recovery-image] Aug 03 04:05:30.233 INFO O| Aug 03 04:05:30.232 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6834 | 2024-08-03T04:05:32.063Z | [ recovery-image] Aug 03 04:05:30.242 INFO O| Aug 03 04:05:30.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errpath" |
6835 | 2024-08-03T04:05:32.063Z | [ recovery-image] Aug 03 04:05:30.242 INFO O| Aug 03 04:05:30.242 INFO STEP 989 (remove_files) COMPLETE |
6836 | 2024-08-03T04:05:32.066Z | [ recovery-image] Aug 03 04:05:30.242 INFO O| Aug 03 04:05:30.242 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6837 | 2024-08-03T04:05:32.088Z | [ recovery-image] Aug 03 04:05:30.252 INFO O| Aug 03 04:05:30.252 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errstr" |
6838 | 2024-08-03T04:05:32.088Z | [ recovery-image] Aug 03 04:05:30.252 INFO O| Aug 03 04:05:30.252 INFO STEP 990 (remove_files) COMPLETE |
6839 | 2024-08-03T04:05:32.088Z | [ recovery-image] Aug 03 04:05:30.252 INFO O| Aug 03 04:05:30.252 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6840 | 2024-08-03T04:05:32.097Z | [ recovery-image] Aug 03 04:05:30.261 INFO O| Aug 03 04:05:30.261 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/errtime" |
6841 | 2024-08-03T04:05:32.097Z | [ recovery-image] Aug 03 04:05:30.261 INFO O| Aug 03 04:05:30.261 INFO STEP 991 (remove_files) COMPLETE |
6842 | 2024-08-03T04:05:32.097Z | [ recovery-image] Aug 03 04:05:30.261 INFO O| Aug 03 04:05:30.261 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6843 | 2024-08-03T04:05:32.097Z | [ recovery-image] Aug 03 04:05:30.271 INFO O| Aug 03 04:05:30.271 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erruid" |
6844 | 2024-08-03T04:05:32.097Z | [ recovery-image] Aug 03 04:05:30.271 INFO O| Aug 03 04:05:30.271 INFO STEP 992 (remove_files) COMPLETE |
6845 | 2024-08-03T04:05:32.097Z | [ recovery-image] Aug 03 04:05:30.271 INFO O| Aug 03 04:05:30.271 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6846 | 2024-08-03T04:05:32.107Z | [ host-image] Aug 03 04:05:30.275 INFO O| Aug 03 04:05:30.274 INFO O| Done |
6847 | 2024-08-03T04:05:32.117Z | [ recovery-image] Aug 03 04:05:30.281 INFO O| Aug 03 04:05:30.281 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/erryorn" |
6848 | 2024-08-03T04:05:32.117Z | [ recovery-image] Aug 03 04:05:30.281 INFO O| Aug 03 04:05:30.281 INFO STEP 993 (remove_files) COMPLETE |
6849 | 2024-08-03T04:05:32.117Z | [ recovery-image] Aug 03 04:05:30.281 INFO O| Aug 03 04:05:30.281 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6850 | 2024-08-03T04:05:32.117Z | [ recovery-image] Aug 03 04:05:30.291 INFO O| Aug 03 04:05:30.291 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpdate" |
6851 | 2024-08-03T04:05:32.117Z | [ recovery-image] Aug 03 04:05:30.291 INFO O| Aug 03 04:05:30.291 INFO STEP 994 (remove_files) COMPLETE |
6852 | 2024-08-03T04:05:32.117Z | [ recovery-image] Aug 03 04:05:30.291 INFO O| Aug 03 04:05:30.291 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6853 | 2024-08-03T04:05:32.128Z | [ host-image] Aug 03 04:05:30.297 INFO O| Aug 03 04:05:30.297 INFO O| Done |
6854 | 2024-08-03T04:05:32.129Z | [ host-image] Aug 03 04:05:30.298 INFO O| Aug 03 04:05:30.298 INFO O| Done |
6855 | 2024-08-03T04:05:32.129Z | [ recovery-image] Aug 03 04:05:30.301 INFO O| Aug 03 04:05:30.300 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpgid" |
6856 | 2024-08-03T04:05:32.129Z | [ recovery-image] Aug 03 04:05:30.301 INFO O| Aug 03 04:05:30.301 INFO STEP 995 (remove_files) COMPLETE |
6857 | 2024-08-03T04:05:32.129Z | [ recovery-image] Aug 03 04:05:30.301 INFO O| Aug 03 04:05:30.301 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6858 | 2024-08-03T04:05:32.136Z | [ recovery-image] Aug 03 04:05:30.310 INFO O| Aug 03 04:05:30.310 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpint" |
6859 | 2024-08-03T04:05:32.137Z | [ recovery-image] Aug 03 04:05:30.310 INFO O| Aug 03 04:05:30.310 INFO STEP 996 (remove_files) COMPLETE |
6860 | 2024-08-03T04:05:32.137Z | [ recovery-image] Aug 03 04:05:30.310 INFO O| Aug 03 04:05:30.310 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6861 | 2024-08-03T04:05:32.142Z | [ recovery-image] Aug 03 04:05:30.320 INFO O| Aug 03 04:05:30.320 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpitem" |
6862 | 2024-08-03T04:05:32.142Z | [ recovery-image] Aug 03 04:05:30.320 INFO O| Aug 03 04:05:30.320 INFO STEP 997 (remove_files) COMPLETE |
6863 | 2024-08-03T04:05:32.142Z | [ recovery-image] Aug 03 04:05:30.320 INFO O| Aug 03 04:05:30.320 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6864 | 2024-08-03T04:05:32.150Z | [ recovery-image] Aug 03 04:05:30.329 INFO O| Aug 03 04:05:30.329 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helppath" |
6865 | 2024-08-03T04:05:32.151Z | [ recovery-image] Aug 03 04:05:30.329 INFO O| Aug 03 04:05:30.329 INFO STEP 998 (remove_files) COMPLETE |
6866 | 2024-08-03T04:05:32.151Z | [ recovery-image] Aug 03 04:05:30.329 INFO O| Aug 03 04:05:30.329 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6867 | 2024-08-03T04:05:32.154Z | [ host-image] Aug 03 04:05:30.333 INFO O| Aug 03 04:05:30.333 INFO O| Done |
6868 | 2024-08-03T04:05:32.160Z | [ recovery-image] Aug 03 04:05:30.339 INFO O| Aug 03 04:05:30.339 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helprange" |
6869 | 2024-08-03T04:05:32.160Z | [ recovery-image] Aug 03 04:05:30.339 INFO O| Aug 03 04:05:30.339 INFO STEP 999 (remove_files) COMPLETE |
6870 | 2024-08-03T04:05:32.160Z | [ recovery-image] Aug 03 04:05:30.339 INFO O| Aug 03 04:05:30.339 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6871 | 2024-08-03T04:05:32.170Z | [ recovery-image] Aug 03 04:05:30.349 INFO O| Aug 03 04:05:30.349 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpstr" |
6872 | 2024-08-03T04:05:32.170Z | [ recovery-image] Aug 03 04:05:30.349 INFO O| Aug 03 04:05:30.349 INFO STEP 1000 (remove_files) COMPLETE |
6873 | 2024-08-03T04:05:32.170Z | [ recovery-image] Aug 03 04:05:30.349 INFO O| Aug 03 04:05:30.349 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6874 | 2024-08-03T04:05:32.184Z | [ recovery-image] Aug 03 04:05:30.360 INFO O| Aug 03 04:05:30.360 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helptime" |
6875 | 2024-08-03T04:05:32.184Z | [ recovery-image] Aug 03 04:05:30.360 INFO O| Aug 03 04:05:30.360 INFO STEP 1001 (remove_files) COMPLETE |
6876 | 2024-08-03T04:05:32.184Z | [ recovery-image] Aug 03 04:05:30.360 INFO O| Aug 03 04:05:30.360 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6877 | 2024-08-03T04:05:32.191Z | [ recovery-image] Aug 03 04:05:30.370 INFO O| Aug 03 04:05:30.370 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpuid" |
6878 | 2024-08-03T04:05:32.191Z | [ recovery-image] Aug 03 04:05:30.370 INFO O| Aug 03 04:05:30.370 INFO STEP 1002 (remove_files) COMPLETE |
6879 | 2024-08-03T04:05:32.201Z | [ recovery-image] Aug 03 04:05:30.370 INFO O| Aug 03 04:05:30.370 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6880 | 2024-08-03T04:05:32.204Z | [ recovery-image] Aug 03 04:05:30.380 INFO O| Aug 03 04:05:30.380 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/helpyorn" |
6881 | 2024-08-03T04:05:32.204Z | [ recovery-image] Aug 03 04:05:30.380 INFO O| Aug 03 04:05:30.380 INFO STEP 1003 (remove_files) COMPLETE |
6882 | 2024-08-03T04:05:32.204Z | [ recovery-image] Aug 03 04:05:30.380 INFO O| Aug 03 04:05:30.380 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6883 | 2024-08-03T04:05:32.211Z | [ recovery-image] Aug 03 04:05:30.390 INFO O| Aug 03 04:05:30.390 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/puttext" |
6884 | 2024-08-03T04:05:32.211Z | [ recovery-image] Aug 03 04:05:30.390 INFO O| Aug 03 04:05:30.390 INFO STEP 1004 (remove_files) COMPLETE |
6885 | 2024-08-03T04:05:32.212Z | [ recovery-image] Aug 03 04:05:30.390 INFO O| Aug 03 04:05:30.390 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6886 | 2024-08-03T04:05:32.222Z | [ recovery-image] Aug 03 04:05:30.400 INFO O| Aug 03 04:05:30.400 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valdate" |
6887 | 2024-08-03T04:05:32.225Z | [ recovery-image] Aug 03 04:05:30.400 INFO O| Aug 03 04:05:30.400 INFO STEP 1005 (remove_files) COMPLETE |
6888 | 2024-08-03T04:05:32.225Z | [ recovery-image] Aug 03 04:05:30.400 INFO O| Aug 03 04:05:30.400 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6889 | 2024-08-03T04:05:32.231Z | [ recovery-image] Aug 03 04:05:30.410 INFO O| Aug 03 04:05:30.410 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valgid" |
6890 | 2024-08-03T04:05:32.233Z | [ recovery-image] Aug 03 04:05:30.410 INFO O| Aug 03 04:05:30.410 INFO STEP 1006 (remove_files) COMPLETE |
6891 | 2024-08-03T04:05:32.234Z | [ recovery-image] Aug 03 04:05:30.410 INFO O| Aug 03 04:05:30.410 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6892 | 2024-08-03T04:05:32.241Z | [ recovery-image] Aug 03 04:05:30.419 INFO O| Aug 03 04:05:30.419 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valint" |
6893 | 2024-08-03T04:05:32.241Z | [ recovery-image] Aug 03 04:05:30.420 INFO O| Aug 03 04:05:30.419 INFO STEP 1007 (remove_files) COMPLETE |
6894 | 2024-08-03T04:05:32.243Z | [ recovery-image] Aug 03 04:05:30.420 INFO O| Aug 03 04:05:30.420 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6895 | 2024-08-03T04:05:32.248Z | [ host-image] Aug 03 04:05:30.427 INFO O| Aug 03 04:05:30.427 INFO STEP 13 (pkg_install) COMPLETE |
6896 | 2024-08-03T04:05:32.248Z | [ host-image] Aug 03 04:05:30.427 INFO O| Aug 03 04:05:30.427 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
6897 | 2024-08-03T04:05:32.251Z | [ recovery-image] Aug 03 04:05:30.429 INFO O| Aug 03 04:05:30.429 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valpath" |
6898 | 2024-08-03T04:05:32.251Z | [ recovery-image] Aug 03 04:05:30.429 INFO O| Aug 03 04:05:30.429 INFO STEP 1008 (remove_files) COMPLETE |
6899 | 2024-08-03T04:05:32.251Z | [ recovery-image] Aug 03 04:05:30.429 INFO O| Aug 03 04:05:30.429 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6900 | 2024-08-03T04:05:32.258Z | [ host-image] Aug 03 04:05:30.437 INFO O| Aug 03 04:05:30.437 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "install", "/driver/network/opte@0.33.277"] |
6901 | 2024-08-03T04:05:32.261Z | [ recovery-image] Aug 03 04:05:30.439 INFO O| Aug 03 04:05:30.439 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valrange" |
6902 | 2024-08-03T04:05:32.261Z | [ recovery-image] Aug 03 04:05:30.439 INFO O| Aug 03 04:05:30.439 INFO STEP 1009 (remove_files) COMPLETE |
6903 | 2024-08-03T04:05:32.261Z | [ recovery-image] Aug 03 04:05:30.439 INFO O| Aug 03 04:05:30.439 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6904 | 2024-08-03T04:05:32.270Z | [ recovery-image] Aug 03 04:05:30.448 INFO O| Aug 03 04:05:30.448 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valstr" |
6905 | 2024-08-03T04:05:32.270Z | [ recovery-image] Aug 03 04:05:30.448 INFO O| Aug 03 04:05:30.448 INFO STEP 1010 (remove_files) COMPLETE |
6906 | 2024-08-03T04:05:32.270Z | [ recovery-image] Aug 03 04:05:30.448 INFO O| Aug 03 04:05:30.448 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6907 | 2024-08-03T04:05:32.283Z | [ recovery-image] Aug 03 04:05:30.457 INFO O| Aug 03 04:05:30.457 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valtime" |
6908 | 2024-08-03T04:05:32.283Z | [ recovery-image] Aug 03 04:05:30.457 INFO O| Aug 03 04:05:30.457 INFO STEP 1011 (remove_files) COMPLETE |
6909 | 2024-08-03T04:05:32.283Z | [ recovery-image] Aug 03 04:05:30.458 INFO O| Aug 03 04:05:30.457 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6910 | 2024-08-03T04:05:32.298Z | [ recovery-image] Aug 03 04:05:30.475 INFO O| Aug 03 04:05:30.473 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valuid" |
6911 | 2024-08-03T04:05:32.298Z | [ recovery-image] Aug 03 04:05:30.475 INFO O| Aug 03 04:05:30.473 INFO STEP 1012 (remove_files) COMPLETE |
6912 | 2024-08-03T04:05:32.298Z | [ recovery-image] Aug 03 04:05:30.475 INFO O| Aug 03 04:05:30.473 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6913 | 2024-08-03T04:05:32.322Z | [ recovery-image] Aug 03 04:05:30.496 INFO O| Aug 03 04:05:30.496 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/bin/valyorn" |
6914 | 2024-08-03T04:05:32.323Z | [ recovery-image] Aug 03 04:05:30.496 INFO O| Aug 03 04:05:30.496 INFO STEP 1013 (remove_files) COMPLETE |
6915 | 2024-08-03T04:05:32.323Z | [ recovery-image] Aug 03 04:05:30.496 INFO O| Aug 03 04:05:30.496 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6916 | 2024-08-03T04:05:32.331Z | [ recovery-image] Aug 03 04:05:30.509 INFO O| Aug 03 04:05:30.509 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkginstall" |
6917 | 2024-08-03T04:05:32.331Z | [ recovery-image] Aug 03 04:05:30.509 INFO O| Aug 03 04:05:30.509 INFO STEP 1014 (remove_files) COMPLETE |
6918 | 2024-08-03T04:05:32.335Z | [ recovery-image] Aug 03 04:05:30.509 INFO O| Aug 03 04:05:30.509 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6919 | 2024-08-03T04:05:32.344Z | [ recovery-image] Aug 03 04:05:30.521 INFO O| Aug 03 04:05:30.521 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgname" |
6920 | 2024-08-03T04:05:32.347Z | [ recovery-image] Aug 03 04:05:30.521 INFO O| Aug 03 04:05:30.521 INFO STEP 1015 (remove_files) COMPLETE |
6921 | 2024-08-03T04:05:32.347Z | [ recovery-image] Aug 03 04:05:30.521 INFO O| Aug 03 04:05:30.521 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6922 | 2024-08-03T04:05:32.354Z | [ recovery-image] Aug 03 04:05:30.531 INFO O| Aug 03 04:05:30.531 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgremove" |
6923 | 2024-08-03T04:05:32.354Z | [ recovery-image] Aug 03 04:05:30.531 INFO O| Aug 03 04:05:30.531 INFO STEP 1016 (remove_files) COMPLETE |
6924 | 2024-08-03T04:05:32.354Z | [ recovery-image] Aug 03 04:05:30.531 INFO O| Aug 03 04:05:30.531 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6925 | 2024-08-03T04:05:32.363Z | [ recovery-image] Aug 03 04:05:30.541 INFO O| Aug 03 04:05:30.541 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/bin/pkgserv" |
6926 | 2024-08-03T04:05:32.363Z | [ recovery-image] Aug 03 04:05:30.541 INFO O| Aug 03 04:05:30.541 INFO STEP 1017 (remove_files) COMPLETE |
6927 | 2024-08-03T04:05:32.365Z | [ recovery-image] Aug 03 04:05:30.541 INFO O| Aug 03 04:05:30.541 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6928 | 2024-08-03T04:05:32.372Z | [ recovery-image] Aug 03 04:05:30.550 INFO O| Aug 03 04:05:30.550 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/miniroot.db" |
6929 | 2024-08-03T04:05:32.372Z | [ recovery-image] Aug 03 04:05:30.551 INFO O| Aug 03 04:05:30.551 INFO STEP 1018 (remove_files) COMPLETE |
6930 | 2024-08-03T04:05:32.374Z | [ recovery-image] Aug 03 04:05:30.551 INFO O| Aug 03 04:05:30.551 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6931 | 2024-08-03T04:05:32.381Z | [ recovery-image] Aug 03 04:05:30.560 INFO O| Aug 03 04:05:30.560 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/install/scripts/i.preserve" |
6932 | 2024-08-03T04:05:32.381Z | [ recovery-image] Aug 03 04:05:30.560 INFO O| Aug 03 04:05:30.560 INFO STEP 1019 (remove_files) COMPLETE |
6933 | 2024-08-03T04:05:32.381Z | [ recovery-image] Aug 03 04:05:30.560 INFO O| Aug 03 04:05:30.560 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6934 | 2024-08-03T04:05:32.391Z | [ recovery-image] Aug 03 04:05:30.570 INFO O| Aug 03 04:05:30.570 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sadm/ugdates" |
6935 | 2024-08-03T04:05:32.391Z | [ recovery-image] Aug 03 04:05:30.570 INFO O| Aug 03 04:05:30.570 INFO STEP 1020 (remove_files) COMPLETE |
6936 | 2024-08-03T04:05:32.394Z | [ recovery-image] Aug 03 04:05:30.570 INFO O| Aug 03 04:05:30.570 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6937 | 2024-08-03T04:05:32.400Z | [ recovery-image] Aug 03 04:05:30.579 INFO O| Aug 03 04:05:30.579 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/6to4relay" |
6938 | 2024-08-03T04:05:32.403Z | [ recovery-image] Aug 03 04:05:30.579 INFO O| Aug 03 04:05:30.579 INFO STEP 1021 (remove_files) COMPLETE |
6939 | 2024-08-03T04:05:32.403Z | [ recovery-image] Aug 03 04:05:30.579 INFO O| Aug 03 04:05:30.579 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6940 | 2024-08-03T04:05:32.411Z | [ recovery-image] Aug 03 04:05:30.589 INFO O| Aug 03 04:05:30.589 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acctadm" |
6941 | 2024-08-03T04:05:32.413Z | [ recovery-image] Aug 03 04:05:30.589 INFO O| Aug 03 04:05:30.589 INFO STEP 1022 (remove_files) COMPLETE |
6942 | 2024-08-03T04:05:32.413Z | [ recovery-image] Aug 03 04:05:30.589 INFO O| Aug 03 04:05:30.589 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6943 | 2024-08-03T04:05:32.420Z | [ recovery-image] Aug 03 04:05:30.599 INFO O| Aug 03 04:05:30.599 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpidump" |
6944 | 2024-08-03T04:05:32.423Z | [ recovery-image] Aug 03 04:05:30.599 INFO O| Aug 03 04:05:30.599 INFO STEP 1023 (remove_files) COMPLETE |
6945 | 2024-08-03T04:05:32.423Z | [ recovery-image] Aug 03 04:05:30.599 INFO O| Aug 03 04:05:30.599 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6946 | 2024-08-03T04:05:32.430Z | [ recovery-image] Aug 03 04:05:30.608 INFO O| Aug 03 04:05:30.608 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/acpixtract" |
6947 | 2024-08-03T04:05:32.430Z | [ recovery-image] Aug 03 04:05:30.608 INFO O| Aug 03 04:05:30.608 INFO STEP 1024 (remove_files) COMPLETE |
6948 | 2024-08-03T04:05:32.430Z | [ recovery-image] Aug 03 04:05:30.608 INFO O| Aug 03 04:05:30.608 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6949 | 2024-08-03T04:05:32.440Z | [ recovery-image] Aug 03 04:05:30.618 INFO O| Aug 03 04:05:30.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/add_drv" |
6950 | 2024-08-03T04:05:32.440Z | [ recovery-image] Aug 03 04:05:30.618 INFO O| Aug 03 04:05:30.618 INFO STEP 1025 (remove_files) COMPLETE |
6951 | 2024-08-03T04:05:32.442Z | [ recovery-image] Aug 03 04:05:30.618 INFO O| Aug 03 04:05:30.618 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6952 | 2024-08-03T04:05:32.449Z | [ recovery-image] Aug 03 04:05:30.628 INFO O| Aug 03 04:05:30.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/allocate" |
6953 | 2024-08-03T04:05:32.449Z | [ recovery-image] Aug 03 04:05:30.628 INFO O| Aug 03 04:05:30.628 INFO STEP 1026 (remove_files) COMPLETE |
6954 | 2024-08-03T04:05:32.449Z | [ recovery-image] Aug 03 04:05:30.628 INFO O| Aug 03 04:05:30.628 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6955 | 2024-08-03T04:05:32.458Z | [ recovery-image] Aug 03 04:05:30.637 INFO O| Aug 03 04:05:30.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/intrstat" |
6956 | 2024-08-03T04:05:32.461Z | [ recovery-image] Aug 03 04:05:30.638 INFO O| Aug 03 04:05:30.638 INFO STEP 1027 (remove_files) COMPLETE |
6957 | 2024-08-03T04:05:32.461Z | [ recovery-image] Aug 03 04:05:30.638 INFO O| Aug 03 04:05:30.638 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6958 | 2024-08-03T04:05:32.468Z | [ recovery-image] Aug 03 04:05:30.647 INFO O| Aug 03 04:05:30.647 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/lockstat" |
6959 | 2024-08-03T04:05:32.471Z | [ recovery-image] Aug 03 04:05:30.647 INFO O| Aug 03 04:05:30.647 INFO STEP 1028 (remove_files) COMPLETE |
6960 | 2024-08-03T04:05:32.471Z | [ recovery-image] Aug 03 04:05:30.647 INFO O| Aug 03 04:05:30.647 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6961 | 2024-08-03T04:05:32.478Z | [ recovery-image] Aug 03 04:05:30.656 INFO O| Aug 03 04:05:30.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/amd64/plockstat" |
6962 | 2024-08-03T04:05:32.480Z | [ recovery-image] Aug 03 04:05:30.657 INFO O| Aug 03 04:05:30.657 INFO STEP 1029 (remove_files) COMPLETE |
6963 | 2024-08-03T04:05:32.480Z | [ recovery-image] Aug 03 04:05:30.657 INFO O| Aug 03 04:05:30.657 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6964 | 2024-08-03T04:05:32.488Z | [ recovery-image] Aug 03 04:05:30.667 INFO O| Aug 03 04:05:30.667 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/arp" |
6965 | 2024-08-03T04:05:32.488Z | [ recovery-image] Aug 03 04:05:30.667 INFO O| Aug 03 04:05:30.667 INFO STEP 1030 (remove_files) COMPLETE |
6966 | 2024-08-03T04:05:32.488Z | [ recovery-image] Aug 03 04:05:30.667 INFO O| Aug 03 04:05:30.667 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6967 | 2024-08-03T04:05:32.498Z | [ recovery-image] Aug 03 04:05:30.676 INFO O| Aug 03 04:05:30.676 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audit" |
6968 | 2024-08-03T04:05:32.498Z | [ recovery-image] Aug 03 04:05:30.676 INFO O| Aug 03 04:05:30.676 INFO STEP 1031 (remove_files) COMPLETE |
6969 | 2024-08-03T04:05:32.500Z | [ recovery-image] Aug 03 04:05:30.676 INFO O| Aug 03 04:05:30.676 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6970 | 2024-08-03T04:05:32.508Z | [ recovery-image] Aug 03 04:05:30.686 INFO O| Aug 03 04:05:30.686 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditconfig" |
6971 | 2024-08-03T04:05:32.508Z | [ recovery-image] Aug 03 04:05:30.686 INFO O| Aug 03 04:05:30.686 INFO STEP 1032 (remove_files) COMPLETE |
6972 | 2024-08-03T04:05:32.509Z | [ recovery-image] Aug 03 04:05:30.686 INFO O| Aug 03 04:05:30.686 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6973 | 2024-08-03T04:05:32.517Z | [ recovery-image] Aug 03 04:05:30.695 INFO O| Aug 03 04:05:30.695 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditd" |
6974 | 2024-08-03T04:05:32.517Z | [ recovery-image] Aug 03 04:05:30.695 INFO O| Aug 03 04:05:30.695 INFO STEP 1033 (remove_files) COMPLETE |
6975 | 2024-08-03T04:05:32.517Z | [ recovery-image] Aug 03 04:05:30.695 INFO O| Aug 03 04:05:30.695 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6976 | 2024-08-03T04:05:32.526Z | [ recovery-image] Aug 03 04:05:30.705 INFO O| Aug 03 04:05:30.705 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditrecord" |
6977 | 2024-08-03T04:05:32.529Z | [ recovery-image] Aug 03 04:05:30.705 INFO O| Aug 03 04:05:30.705 INFO STEP 1034 (remove_files) COMPLETE |
6978 | 2024-08-03T04:05:32.529Z | [ recovery-image] Aug 03 04:05:30.705 INFO O| Aug 03 04:05:30.705 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6979 | 2024-08-03T04:05:32.536Z | [ recovery-image] Aug 03 04:05:30.714 INFO O| Aug 03 04:05:30.714 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditreduce" |
6980 | 2024-08-03T04:05:32.536Z | [ recovery-image] Aug 03 04:05:30.714 INFO O| Aug 03 04:05:30.714 INFO STEP 1035 (remove_files) COMPLETE |
6981 | 2024-08-03T04:05:32.539Z | [ recovery-image] Aug 03 04:05:30.715 INFO O| Aug 03 04:05:30.714 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6982 | 2024-08-03T04:05:32.545Z | [ recovery-image] Aug 03 04:05:30.724 INFO O| Aug 03 04:05:30.724 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/auditstat" |
6983 | 2024-08-03T04:05:32.545Z | [ recovery-image] Aug 03 04:05:30.724 INFO O| Aug 03 04:05:30.724 INFO STEP 1036 (remove_files) COMPLETE |
6984 | 2024-08-03T04:05:32.545Z | [ recovery-image] Aug 03 04:05:30.724 INFO O| Aug 03 04:05:30.724 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6985 | 2024-08-03T04:05:32.555Z | [ recovery-image] Aug 03 04:05:30.733 INFO O| Aug 03 04:05:30.733 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/audlinks" |
6986 | 2024-08-03T04:05:32.557Z | [ recovery-image] Aug 03 04:05:30.733 INFO O| Aug 03 04:05:30.733 INFO STEP 1037 (remove_files) COMPLETE |
6987 | 2024-08-03T04:05:32.557Z | [ recovery-image] Aug 03 04:05:30.734 INFO O| Aug 03 04:05:30.733 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6988 | 2024-08-03T04:05:32.564Z | [ recovery-image] Aug 03 04:05:30.743 INFO O| Aug 03 04:05:30.743 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyve" |
6989 | 2024-08-03T04:05:32.567Z | [ recovery-image] Aug 03 04:05:30.743 INFO O| Aug 03 04:05:30.743 INFO STEP 1038 (remove_files) COMPLETE |
6990 | 2024-08-03T04:05:32.567Z | [ recovery-image] Aug 03 04:05:30.743 INFO O| Aug 03 04:05:30.743 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6991 | 2024-08-03T04:05:32.575Z | [ recovery-image] Aug 03 04:05:30.753 INFO O| Aug 03 04:05:30.753 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/bhyvectl" |
6992 | 2024-08-03T04:05:32.575Z | [ recovery-image] Aug 03 04:05:30.753 INFO O| Aug 03 04:05:30.753 INFO STEP 1039 (remove_files) COMPLETE |
6993 | 2024-08-03T04:05:32.578Z | [ recovery-image] Aug 03 04:05:30.753 INFO O| Aug 03 04:05:30.753 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6994 | 2024-08-03T04:05:32.584Z | [ recovery-image] Aug 03 04:05:30.763 INFO O| Aug 03 04:05:30.763 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cfgadm" |
6995 | 2024-08-03T04:05:32.584Z | [ recovery-image] Aug 03 04:05:30.763 INFO O| Aug 03 04:05:30.763 INFO STEP 1040 (remove_files) COMPLETE |
6996 | 2024-08-03T04:05:32.587Z | [ recovery-image] Aug 03 04:05:30.763 INFO O| Aug 03 04:05:30.763 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
6997 | 2024-08-03T04:05:32.594Z | [ recovery-image] Aug 03 04:05:30.773 INFO O| Aug 03 04:05:30.773 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chronyd" |
6998 | 2024-08-03T04:05:32.597Z | [ recovery-image] Aug 03 04:05:30.773 INFO O| Aug 03 04:05:30.773 INFO STEP 1041 (remove_files) COMPLETE |
6999 | 2024-08-03T04:05:32.597Z | [ recovery-image] Aug 03 04:05:30.773 INFO O| Aug 03 04:05:30.773 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7000 | 2024-08-03T04:05:32.604Z | [ recovery-image] Aug 03 04:05:30.783 INFO O| Aug 03 04:05:30.783 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/chroot" |
7001 | 2024-08-03T04:05:32.604Z | [ recovery-image] Aug 03 04:05:30.783 INFO O| Aug 03 04:05:30.783 INFO STEP 1042 (remove_files) COMPLETE |
7002 | 2024-08-03T04:05:32.604Z | [ recovery-image] Aug 03 04:05:30.783 INFO O| Aug 03 04:05:30.783 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7003 | 2024-08-03T04:05:32.618Z | [ recovery-image] Aug 03 04:05:30.793 INFO O| Aug 03 04:05:30.793 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clear_locks" |
7004 | 2024-08-03T04:05:32.618Z | [ recovery-image] Aug 03 04:05:30.793 INFO O| Aug 03 04:05:30.793 INFO STEP 1043 (remove_files) COMPLETE |
7005 | 2024-08-03T04:05:32.618Z | [ recovery-image] Aug 03 04:05:30.793 INFO O| Aug 03 04:05:30.793 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7006 | 2024-08-03T04:05:32.633Z | [ recovery-image] Aug 03 04:05:30.802 INFO O| Aug 03 04:05:30.802 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clinfo" |
7007 | 2024-08-03T04:05:32.634Z | [ recovery-image] Aug 03 04:05:30.802 INFO O| Aug 03 04:05:30.802 INFO STEP 1044 (remove_files) COMPLETE |
7008 | 2024-08-03T04:05:32.635Z | [ recovery-image] Aug 03 04:05:30.803 INFO O| Aug 03 04:05:30.802 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7009 | 2024-08-03T04:05:32.644Z | [ recovery-image] Aug 03 04:05:30.812 INFO O| Aug 03 04:05:30.812 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/clri" |
7010 | 2024-08-03T04:05:32.644Z | [ recovery-image] Aug 03 04:05:30.812 INFO O| Aug 03 04:05:30.812 INFO STEP 1045 (remove_files) COMPLETE |
7011 | 2024-08-03T04:05:32.644Z | [ recovery-image] Aug 03 04:05:30.812 INFO O| Aug 03 04:05:30.812 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7012 | 2024-08-03T04:05:32.649Z | [ recovery-image] Aug 03 04:05:30.822 INFO O| Aug 03 04:05:30.822 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadm" |
7013 | 2024-08-03T04:05:32.649Z | [ recovery-image] Aug 03 04:05:30.822 INFO O| Aug 03 04:05:30.822 INFO STEP 1046 (remove_files) COMPLETE |
7014 | 2024-08-03T04:05:32.649Z | [ recovery-image] Aug 03 04:05:30.822 INFO O| Aug 03 04:05:30.822 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7015 | 2024-08-03T04:05:32.654Z | [ recovery-image] Aug 03 04:05:30.832 INFO O| Aug 03 04:05:30.832 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/consadmd" |
7016 | 2024-08-03T04:05:32.657Z | [ recovery-image] Aug 03 04:05:30.832 INFO O| Aug 03 04:05:30.832 INFO STEP 1047 (remove_files) COMPLETE |
7017 | 2024-08-03T04:05:32.657Z | [ recovery-image] Aug 03 04:05:30.832 INFO O| Aug 03 04:05:30.832 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7018 | 2024-08-03T04:05:32.663Z | [ recovery-image] Aug 03 04:05:30.842 INFO O| Aug 03 04:05:30.842 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/cpustat" |
7019 | 2024-08-03T04:05:32.663Z | [ recovery-image] Aug 03 04:05:30.842 INFO O| Aug 03 04:05:30.842 INFO STEP 1048 (remove_files) COMPLETE |
7020 | 2024-08-03T04:05:32.666Z | [ recovery-image] Aug 03 04:05:30.842 INFO O| Aug 03 04:05:30.842 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7021 | 2024-08-03T04:05:32.673Z | [ recovery-image] Aug 03 04:05:30.852 INFO O| Aug 03 04:05:30.852 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/deallocate" |
7022 | 2024-08-03T04:05:32.673Z | [ recovery-image] Aug 03 04:05:30.852 INFO O| Aug 03 04:05:30.852 INFO STEP 1049 (remove_files) COMPLETE |
7023 | 2024-08-03T04:05:32.676Z | [ recovery-image] Aug 03 04:05:30.852 INFO O| Aug 03 04:05:30.852 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7024 | 2024-08-03T04:05:32.684Z | [ recovery-image] Aug 03 04:05:30.862 INFO O| Aug 03 04:05:30.862 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devinfo" |
7025 | 2024-08-03T04:05:32.687Z | [ recovery-image] Aug 03 04:05:30.863 INFO O| Aug 03 04:05:30.862 INFO STEP 1050 (remove_files) COMPLETE |
7026 | 2024-08-03T04:05:32.687Z | [ recovery-image] Aug 03 04:05:30.863 INFO O| Aug 03 04:05:30.862 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7027 | 2024-08-03T04:05:32.694Z | [ recovery-image] Aug 03 04:05:30.872 INFO O| Aug 03 04:05:30.872 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/devlinks" |
7028 | 2024-08-03T04:05:32.694Z | [ recovery-image] Aug 03 04:05:30.872 INFO O| Aug 03 04:05:30.872 INFO STEP 1051 (remove_files) COMPLETE |
7029 | 2024-08-03T04:05:32.697Z | [ recovery-image] Aug 03 04:05:30.872 INFO O| Aug 03 04:05:30.872 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7030 | 2024-08-03T04:05:32.703Z | [ recovery-image] Aug 03 04:05:30.882 INFO O| Aug 03 04:05:30.882 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/df" |
7031 | 2024-08-03T04:05:32.706Z | [ recovery-image] Aug 03 04:05:30.882 INFO O| Aug 03 04:05:30.882 INFO STEP 1052 (remove_files) COMPLETE |
7032 | 2024-08-03T04:05:32.706Z | [ recovery-image] Aug 03 04:05:30.882 INFO O| Aug 03 04:05:30.882 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7033 | 2024-08-03T04:05:32.706Z | [ host-image] Aug 03 04:05:30.885 INFO O| Aug 03 04:05:30.885 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
7034 | 2024-08-03T04:05:32.714Z | [ recovery-image] Aug 03 04:05:30.891 INFO O| Aug 03 04:05:30.891 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfmounts" |
7035 | 2024-08-03T04:05:32.714Z | [ recovery-image] Aug 03 04:05:30.891 INFO O| Aug 03 04:05:30.891 INFO STEP 1053 (remove_files) COMPLETE |
7036 | 2024-08-03T04:05:32.717Z | [ recovery-image] Aug 03 04:05:30.891 INFO O| Aug 03 04:05:30.891 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7037 | 2024-08-03T04:05:32.722Z | [ recovery-image] Aug 03 04:05:30.901 INFO O| Aug 03 04:05:30.901 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dfshares" |
7038 | 2024-08-03T04:05:32.722Z | [ recovery-image] Aug 03 04:05:30.901 INFO O| Aug 03 04:05:30.901 INFO STEP 1054 (remove_files) COMPLETE |
7039 | 2024-08-03T04:05:32.726Z | [ recovery-image] Aug 03 04:05:30.901 INFO O| Aug 03 04:05:30.901 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7040 | 2024-08-03T04:05:32.732Z | [ recovery-image] Aug 03 04:05:30.910 INFO O| Aug 03 04:05:30.910 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/disks" |
7041 | 2024-08-03T04:05:32.738Z | [ recovery-image] Aug 03 04:05:30.910 INFO O| Aug 03 04:05:30.910 INFO STEP 1055 (remove_files) COMPLETE |
7042 | 2024-08-03T04:05:32.738Z | [ recovery-image] Aug 03 04:05:30.910 INFO O| Aug 03 04:05:30.910 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7043 | 2024-08-03T04:05:32.745Z | [ recovery-image] Aug 03 04:05:30.920 INFO O| Aug 03 04:05:30.920 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dispadmin" |
7044 | 2024-08-03T04:05:32.745Z | [ recovery-image] Aug 03 04:05:30.920 INFO O| Aug 03 04:05:30.920 INFO STEP 1056 (remove_files) COMPLETE |
7045 | 2024-08-03T04:05:32.745Z | [ recovery-image] Aug 03 04:05:30.920 INFO O| Aug 03 04:05:30.920 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7046 | 2024-08-03T04:05:32.752Z | [ recovery-image] Aug 03 04:05:30.930 INFO O| Aug 03 04:05:30.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dminfo" |
7047 | 2024-08-03T04:05:32.752Z | [ recovery-image] Aug 03 04:05:30.930 INFO O| Aug 03 04:05:30.930 INFO STEP 1057 (remove_files) COMPLETE |
7048 | 2024-08-03T04:05:32.763Z | [ recovery-image] Aug 03 04:05:30.930 INFO O| Aug 03 04:05:30.930 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7049 | 2024-08-03T04:05:32.770Z | [ recovery-image] Aug 03 04:05:30.940 INFO O| Aug 03 04:05:30.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/drvconfig" |
7050 | 2024-08-03T04:05:32.770Z | [ recovery-image] Aug 03 04:05:30.940 INFO O| Aug 03 04:05:30.940 INFO STEP 1058 (remove_files) COMPLETE |
7051 | 2024-08-03T04:05:32.770Z | [ recovery-image] Aug 03 04:05:30.940 INFO O| Aug 03 04:05:30.940 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7052 | 2024-08-03T04:05:32.773Z | [ recovery-image] Aug 03 04:05:30.949 INFO O| Aug 03 04:05:30.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/dtrace" |
7053 | 2024-08-03T04:05:32.773Z | [ recovery-image] Aug 03 04:05:30.949 INFO O| Aug 03 04:05:30.949 INFO STEP 1059 (remove_files) COMPLETE |
7054 | 2024-08-03T04:05:32.773Z | [ recovery-image] Aug 03 04:05:30.949 INFO O| Aug 03 04:05:30.949 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7055 | 2024-08-03T04:05:32.780Z | [ recovery-image] Aug 03 04:05:30.959 INFO O| Aug 03 04:05:30.959 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/eeprom" |
7056 | 2024-08-03T04:05:32.780Z | [ recovery-image] Aug 03 04:05:30.959 INFO O| Aug 03 04:05:30.959 INFO STEP 1060 (remove_files) COMPLETE |
7057 | 2024-08-03T04:05:32.783Z | [ recovery-image] Aug 03 04:05:30.959 INFO O| Aug 03 04:05:30.959 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7058 | 2024-08-03T04:05:32.790Z | [ recovery-image] Aug 03 04:05:30.968 INFO O| Aug 03 04:05:30.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ff" |
7059 | 2024-08-03T04:05:32.792Z | [ recovery-image] Aug 03 04:05:30.968 INFO O| Aug 03 04:05:30.968 INFO STEP 1061 (remove_files) COMPLETE |
7060 | 2024-08-03T04:05:32.793Z | [ recovery-image] Aug 03 04:05:30.968 INFO O| Aug 03 04:05:30.968 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7061 | 2024-08-03T04:05:32.799Z | [ recovery-image] Aug 03 04:05:30.978 INFO O| Aug 03 04:05:30.978 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmadm" |
7062 | 2024-08-03T04:05:32.799Z | [ recovery-image] Aug 03 04:05:30.978 INFO O| Aug 03 04:05:30.978 INFO STEP 1062 (remove_files) COMPLETE |
7063 | 2024-08-03T04:05:32.802Z | [ recovery-image] Aug 03 04:05:30.978 INFO O| Aug 03 04:05:30.978 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7064 | 2024-08-03T04:05:32.810Z | [ recovery-image] Aug 03 04:05:30.989 INFO O| Aug 03 04:05:30.989 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmdump" |
7065 | 2024-08-03T04:05:32.810Z | [ recovery-image] Aug 03 04:05:30.989 INFO O| Aug 03 04:05:30.989 INFO STEP 1063 (remove_files) COMPLETE |
7066 | 2024-08-03T04:05:32.813Z | [ recovery-image] Aug 03 04:05:30.989 INFO O| Aug 03 04:05:30.989 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7067 | 2024-08-03T04:05:32.822Z | [ recovery-image] Aug 03 04:05:31.001 INFO O| Aug 03 04:05:31.000 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmstat" |
7068 | 2024-08-03T04:05:32.822Z | [ recovery-image] Aug 03 04:05:31.001 INFO O| Aug 03 04:05:31.001 INFO STEP 1064 (remove_files) COMPLETE |
7069 | 2024-08-03T04:05:32.825Z | [ recovery-image] Aug 03 04:05:31.001 INFO O| Aug 03 04:05:31.001 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7070 | 2024-08-03T04:05:32.834Z | [ recovery-image] Aug 03 04:05:31.012 INFO O| Aug 03 04:05:31.012 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fmthard" |
7071 | 2024-08-03T04:05:32.836Z | [ recovery-image] Aug 03 04:05:31.012 INFO O| Aug 03 04:05:31.012 INFO STEP 1065 (remove_files) COMPLETE |
7072 | 2024-08-03T04:05:32.837Z | [ recovery-image] Aug 03 04:05:31.012 INFO O| Aug 03 04:05:31.012 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7073 | 2024-08-03T04:05:32.844Z | [ recovery-image] Aug 03 04:05:31.023 INFO O| Aug 03 04:05:31.023 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/format" |
7074 | 2024-08-03T04:05:32.847Z | [ recovery-image] Aug 03 04:05:31.023 INFO O| Aug 03 04:05:31.023 INFO STEP 1066 (remove_files) COMPLETE |
7075 | 2024-08-03T04:05:32.847Z | [ recovery-image] Aug 03 04:05:31.023 INFO O| Aug 03 04:05:31.023 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7076 | 2024-08-03T04:05:32.855Z | [ recovery-image] Aug 03 04:05:31.033 INFO O| Aug 03 04:05:31.033 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fsck" |
7077 | 2024-08-03T04:05:32.855Z | [ recovery-image] Aug 03 04:05:31.033 INFO O| Aug 03 04:05:31.033 INFO STEP 1067 (remove_files) COMPLETE |
7078 | 2024-08-03T04:05:32.858Z | [ recovery-image] Aug 03 04:05:31.034 INFO O| Aug 03 04:05:31.033 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7079 | 2024-08-03T04:05:32.866Z | [ recovery-image] Aug 03 04:05:31.044 INFO O| Aug 03 04:05:31.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/fuser" |
7080 | 2024-08-03T04:05:32.866Z | [ recovery-image] Aug 03 04:05:31.045 INFO O| Aug 03 04:05:31.045 INFO STEP 1068 (remove_files) COMPLETE |
7081 | 2024-08-03T04:05:32.873Z | [ recovery-image] Aug 03 04:05:31.045 INFO O| Aug 03 04:05:31.045 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7082 | 2024-08-03T04:05:32.886Z | [ recovery-image] Aug 03 04:05:31.055 INFO O| Aug 03 04:05:31.055 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getdevpolicy" |
7083 | 2024-08-03T04:05:32.886Z | [ recovery-image] Aug 03 04:05:31.056 INFO O| Aug 03 04:05:31.055 INFO STEP 1069 (remove_files) COMPLETE |
7084 | 2024-08-03T04:05:32.886Z | [ recovery-image] Aug 03 04:05:31.056 INFO O| Aug 03 04:05:31.056 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7085 | 2024-08-03T04:05:32.898Z | [ recovery-image] Aug 03 04:05:31.066 INFO O| Aug 03 04:05:31.066 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/getmajor" |
7086 | 2024-08-03T04:05:32.898Z | [ recovery-image] Aug 03 04:05:31.066 INFO O| Aug 03 04:05:31.066 INFO STEP 1070 (remove_files) COMPLETE |
7087 | 2024-08-03T04:05:32.898Z | [ recovery-image] Aug 03 04:05:31.066 INFO O| Aug 03 04:05:31.066 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7088 | 2024-08-03T04:05:32.907Z | [ recovery-image] Aug 03 04:05:31.076 INFO O| Aug 03 04:05:31.076 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupadd" |
7089 | 2024-08-03T04:05:32.907Z | [ recovery-image] Aug 03 04:05:31.076 INFO O| Aug 03 04:05:31.076 INFO STEP 1071 (remove_files) COMPLETE |
7090 | 2024-08-03T04:05:32.907Z | [ recovery-image] Aug 03 04:05:31.076 INFO O| Aug 03 04:05:31.076 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7091 | 2024-08-03T04:05:32.911Z | [ recovery-image] Aug 03 04:05:31.086 INFO O| Aug 03 04:05:31.086 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupdel" |
7092 | 2024-08-03T04:05:32.911Z | [ recovery-image] Aug 03 04:05:31.086 INFO O| Aug 03 04:05:31.086 INFO STEP 1072 (remove_files) COMPLETE |
7093 | 2024-08-03T04:05:32.911Z | [ recovery-image] Aug 03 04:05:31.086 INFO O| Aug 03 04:05:31.086 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7094 | 2024-08-03T04:05:32.921Z | [ recovery-image] Aug 03 04:05:31.096 INFO O| Aug 03 04:05:31.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/groupmod" |
7095 | 2024-08-03T04:05:32.921Z | [ recovery-image] Aug 03 04:05:31.096 INFO O| Aug 03 04:05:31.096 INFO STEP 1073 (remove_files) COMPLETE |
7096 | 2024-08-03T04:05:32.933Z | [ recovery-image] Aug 03 04:05:31.096 INFO O| Aug 03 04:05:31.096 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7097 | 2024-08-03T04:05:32.933Z | [ recovery-image] Aug 03 04:05:31.106 INFO O| Aug 03 04:05:31.106 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/growfs" |
7098 | 2024-08-03T04:05:32.933Z | [ recovery-image] Aug 03 04:05:31.106 INFO O| Aug 03 04:05:31.106 INFO STEP 1074 (remove_files) COMPLETE |
7099 | 2024-08-03T04:05:32.933Z | [ recovery-image] Aug 03 04:05:31.106 INFO O| Aug 03 04:05:31.106 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7100 | 2024-08-03T04:05:32.940Z | [ recovery-image] Aug 03 04:05:31.116 INFO O| Aug 03 04:05:31.116 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/grpck" |
7101 | 2024-08-03T04:05:32.940Z | [ recovery-image] Aug 03 04:05:31.116 INFO O| Aug 03 04:05:31.116 INFO STEP 1075 (remove_files) COMPLETE |
7102 | 2024-08-03T04:05:32.940Z | [ recovery-image] Aug 03 04:05:31.116 INFO O| Aug 03 04:05:31.116 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7103 | 2024-08-03T04:05:32.947Z | [ recovery-image] Aug 03 04:05:31.126 INFO O| Aug 03 04:05:31.126 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/gsscred" |
7104 | 2024-08-03T04:05:32.948Z | [ recovery-image] Aug 03 04:05:31.126 INFO O| Aug 03 04:05:31.126 INFO STEP 1076 (remove_files) COMPLETE |
7105 | 2024-08-03T04:05:32.950Z | [ recovery-image] Aug 03 04:05:31.126 INFO O| Aug 03 04:05:31.126 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7106 | 2024-08-03T04:05:32.963Z | [ recovery-image] Aug 03 04:05:31.136 INFO O| Aug 03 04:05:31.136 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/halt" |
7107 | 2024-08-03T04:05:32.963Z | [ recovery-image] Aug 03 04:05:31.136 INFO O| Aug 03 04:05:31.136 INFO STEP 1077 (remove_files) COMPLETE |
7108 | 2024-08-03T04:05:32.963Z | [ recovery-image] Aug 03 04:05:31.136 INFO O| Aug 03 04:05:31.136 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7109 | 2024-08-03T04:05:32.971Z | [ recovery-image] Aug 03 04:05:31.148 INFO O| Aug 03 04:05:31.147 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/hotplug" |
7110 | 2024-08-03T04:05:32.971Z | [ recovery-image] Aug 03 04:05:31.148 INFO O| Aug 03 04:05:31.148 INFO STEP 1078 (remove_files) COMPLETE |
7111 | 2024-08-03T04:05:32.971Z | [ recovery-image] Aug 03 04:05:31.148 INFO O| Aug 03 04:05:31.148 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7112 | 2024-08-03T04:05:32.982Z | [ recovery-image] Aug 03 04:05:31.160 INFO O| Aug 03 04:05:31.160 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/iasl" |
7113 | 2024-08-03T04:05:32.985Z | [ recovery-image] Aug 03 04:05:31.160 INFO O| Aug 03 04:05:31.160 INFO STEP 1079 (remove_files) COMPLETE |
7114 | 2024-08-03T04:05:32.985Z | [ recovery-image] Aug 03 04:05:31.160 INFO O| Aug 03 04:05:31.160 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7115 | 2024-08-03T04:05:32.992Z | [ recovery-image] Aug 03 04:05:31.171 INFO O| Aug 03 04:05:31.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/idmap" |
7116 | 2024-08-03T04:05:32.992Z | [ recovery-image] Aug 03 04:05:31.171 INFO O| Aug 03 04:05:31.171 INFO STEP 1080 (remove_files) COMPLETE |
7117 | 2024-08-03T04:05:32.995Z | [ recovery-image] Aug 03 04:05:31.171 INFO O| Aug 03 04:05:31.171 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7118 | 2024-08-03T04:05:33.004Z | [ recovery-image] Aug 03 04:05:31.181 INFO O| Aug 03 04:05:31.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/if_mpadm" |
7119 | 2024-08-03T04:05:33.004Z | [ recovery-image] Aug 03 04:05:31.181 INFO O| Aug 03 04:05:31.181 INFO STEP 1081 (remove_files) COMPLETE |
7120 | 2024-08-03T04:05:33.007Z | [ recovery-image] Aug 03 04:05:31.181 INFO O| Aug 03 04:05:31.181 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7121 | 2024-08-03T04:05:33.013Z | [ recovery-image] Aug 03 04:05:31.191 INFO O| Aug 03 04:05:31.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikeadm" |
7122 | 2024-08-03T04:05:33.013Z | [ recovery-image] Aug 03 04:05:31.192 INFO O| Aug 03 04:05:31.192 INFO STEP 1082 (remove_files) COMPLETE |
7123 | 2024-08-03T04:05:33.016Z | [ recovery-image] Aug 03 04:05:31.192 INFO O| Aug 03 04:05:31.192 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7124 | 2024-08-03T04:05:33.023Z | [ recovery-image] Aug 03 04:05:31.201 INFO O| Aug 03 04:05:31.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ikecert" |
7125 | 2024-08-03T04:05:33.023Z | [ recovery-image] Aug 03 04:05:31.201 INFO O| Aug 03 04:05:31.201 INFO STEP 1083 (remove_files) COMPLETE |
7126 | 2024-08-03T04:05:33.023Z | [ recovery-image] Aug 03 04:05:31.201 INFO O| Aug 03 04:05:31.201 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7127 | 2024-08-03T04:05:33.033Z | [ recovery-image] Aug 03 04:05:31.211 INFO O| Aug 03 04:05:31.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.rdisc" |
7128 | 2024-08-03T04:05:33.033Z | [ recovery-image] Aug 03 04:05:31.211 INFO O| Aug 03 04:05:31.211 INFO STEP 1084 (remove_files) COMPLETE |
7129 | 2024-08-03T04:05:33.033Z | [ recovery-image] Aug 03 04:05:31.211 INFO O| Aug 03 04:05:31.211 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7130 | 2024-08-03T04:05:33.043Z | [ recovery-image] Aug 03 04:05:31.221 INFO O| Aug 03 04:05:31.221 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/in.routed" |
7131 | 2024-08-03T04:05:33.043Z | [ recovery-image] Aug 03 04:05:31.221 INFO O| Aug 03 04:05:31.221 INFO STEP 1085 (remove_files) COMPLETE |
7132 | 2024-08-03T04:05:33.046Z | [ recovery-image] Aug 03 04:05:31.221 INFO O| Aug 03 04:05:31.221 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7133 | 2024-08-03T04:05:33.052Z | [ recovery-image] Aug 03 04:05:31.231 INFO O| Aug 03 04:05:31.231 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetadm" |
7134 | 2024-08-03T04:05:33.052Z | [ recovery-image] Aug 03 04:05:31.231 INFO O| Aug 03 04:05:31.231 INFO STEP 1086 (remove_files) COMPLETE |
7135 | 2024-08-03T04:05:33.055Z | [ recovery-image] Aug 03 04:05:31.231 INFO O| Aug 03 04:05:31.231 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7136 | 2024-08-03T04:05:33.062Z | [ recovery-image] Aug 03 04:05:31.241 INFO O| Aug 03 04:05:31.241 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/inetconv" |
7137 | 2024-08-03T04:05:33.065Z | [ recovery-image] Aug 03 04:05:31.241 INFO O| Aug 03 04:05:31.241 INFO STEP 1087 (remove_files) COMPLETE |
7138 | 2024-08-03T04:05:33.065Z | [ recovery-image] Aug 03 04:05:31.241 INFO O| Aug 03 04:05:31.241 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7139 | 2024-08-03T04:05:33.072Z | [ recovery-image] Aug 03 04:05:31.250 INFO O| Aug 03 04:05:31.250 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/install" |
7140 | 2024-08-03T04:05:33.075Z | [ recovery-image] Aug 03 04:05:31.251 INFO O| Aug 03 04:05:31.251 INFO STEP 1088 (remove_files) COMPLETE |
7141 | 2024-08-03T04:05:33.075Z | [ recovery-image] Aug 03 04:05:31.251 INFO O| Aug 03 04:05:31.251 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7142 | 2024-08-03T04:05:33.082Z | [ recovery-image] Aug 03 04:05:31.260 INFO O| Aug 03 04:05:31.260 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installboot" |
7143 | 2024-08-03T04:05:33.082Z | [ recovery-image] Aug 03 04:05:31.260 INFO O| Aug 03 04:05:31.260 INFO STEP 1089 (remove_files) COMPLETE |
7144 | 2024-08-03T04:05:33.084Z | [ recovery-image] Aug 03 04:05:31.260 INFO O| Aug 03 04:05:31.260 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7145 | 2024-08-03T04:05:33.092Z | [ recovery-image] Aug 03 04:05:31.270 INFO O| Aug 03 04:05:31.270 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/installf" |
7146 | 2024-08-03T04:05:33.092Z | [ recovery-image] Aug 03 04:05:31.270 INFO O| Aug 03 04:05:31.270 INFO STEP 1090 (remove_files) COMPLETE |
7147 | 2024-08-03T04:05:33.095Z | [ recovery-image] Aug 03 04:05:31.270 INFO O| Aug 03 04:05:31.270 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7148 | 2024-08-03T04:05:33.103Z | [ recovery-image] Aug 03 04:05:31.282 INFO O| Aug 03 04:05:31.282 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/intrstat" |
7149 | 2024-08-03T04:05:33.103Z | [ recovery-image] Aug 03 04:05:31.282 INFO O| Aug 03 04:05:31.282 INFO STEP 1091 (remove_files) COMPLETE |
7150 | 2024-08-03T04:05:33.103Z | [ recovery-image] Aug 03 04:05:31.282 INFO O| Aug 03 04:05:31.282 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7151 | 2024-08-03T04:05:33.114Z | [ recovery-image] Aug 03 04:05:31.293 INFO O| Aug 03 04:05:31.293 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecalgs" |
7152 | 2024-08-03T04:05:33.114Z | [ recovery-image] Aug 03 04:05:31.293 INFO O| Aug 03 04:05:31.293 INFO STEP 1092 (remove_files) COMPLETE |
7153 | 2024-08-03T04:05:33.114Z | [ recovery-image] Aug 03 04:05:31.293 INFO O| Aug 03 04:05:31.293 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7154 | 2024-08-03T04:05:33.125Z | [ recovery-image] Aug 03 04:05:31.304 INFO O| Aug 03 04:05:31.304 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipsecconf" |
7155 | 2024-08-03T04:05:33.125Z | [ recovery-image] Aug 03 04:05:31.304 INFO O| Aug 03 04:05:31.304 INFO STEP 1093 (remove_files) COMPLETE |
7156 | 2024-08-03T04:05:33.131Z | [ recovery-image] Aug 03 04:05:31.304 INFO O| Aug 03 04:05:31.304 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7157 | 2024-08-03T04:05:33.136Z | [ recovery-image] Aug 03 04:05:31.314 INFO O| Aug 03 04:05:31.314 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ipseckey" |
7158 | 2024-08-03T04:05:33.138Z | [ recovery-image] Aug 03 04:05:31.314 INFO O| Aug 03 04:05:31.314 INFO STEP 1094 (remove_files) COMPLETE |
7159 | 2024-08-03T04:05:33.138Z | [ recovery-image] Aug 03 04:05:31.314 INFO O| Aug 03 04:05:31.314 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7160 | 2024-08-03T04:05:33.146Z | [ recovery-image] Aug 03 04:05:31.325 INFO O| Aug 03 04:05:31.325 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/keyserv" |
7161 | 2024-08-03T04:05:33.146Z | [ recovery-image] Aug 03 04:05:31.325 INFO O| Aug 03 04:05:31.325 INFO STEP 1095 (remove_files) COMPLETE |
7162 | 2024-08-03T04:05:33.149Z | [ recovery-image] Aug 03 04:05:31.325 INFO O| Aug 03 04:05:31.325 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7163 | 2024-08-03T04:05:33.156Z | [ recovery-image] Aug 03 04:05:31.335 INFO O| Aug 03 04:05:31.335 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/killall" |
7164 | 2024-08-03T04:05:33.159Z | [ recovery-image] Aug 03 04:05:31.335 INFO O| Aug 03 04:05:31.335 INFO STEP 1096 (remove_files) COMPLETE |
7165 | 2024-08-03T04:05:33.159Z | [ recovery-image] Aug 03 04:05:31.335 INFO O| Aug 03 04:05:31.335 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7166 | 2024-08-03T04:05:33.166Z | [ recovery-image] Aug 03 04:05:31.345 INFO O| Aug 03 04:05:31.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/link" |
7167 | 2024-08-03T04:05:33.166Z | [ recovery-image] Aug 03 04:05:31.345 INFO O| Aug 03 04:05:31.345 INFO STEP 1097 (remove_files) COMPLETE |
7168 | 2024-08-03T04:05:33.169Z | [ recovery-image] Aug 03 04:05:31.345 INFO O| Aug 03 04:05:31.345 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7169 | 2024-08-03T04:05:33.176Z | [ recovery-image] Aug 03 04:05:31.355 INFO O| Aug 03 04:05:31.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/list_devices" |
7170 | 2024-08-03T04:05:33.176Z | [ recovery-image] Aug 03 04:05:31.355 INFO O| Aug 03 04:05:31.355 INFO STEP 1098 (remove_files) COMPLETE |
7171 | 2024-08-03T04:05:33.179Z | [ recovery-image] Aug 03 04:05:31.355 INFO O| Aug 03 04:05:31.355 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7172 | 2024-08-03T04:05:33.186Z | [ recovery-image] Aug 03 04:05:31.365 INFO O| Aug 03 04:05:31.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/locator" |
7173 | 2024-08-03T04:05:33.188Z | [ recovery-image] Aug 03 04:05:31.365 INFO O| Aug 03 04:05:31.365 INFO STEP 1099 (remove_files) COMPLETE |
7174 | 2024-08-03T04:05:33.188Z | [ recovery-image] Aug 03 04:05:31.365 INFO O| Aug 03 04:05:31.365 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7175 | 2024-08-03T04:05:33.195Z | [ recovery-image] Aug 03 04:05:31.374 INFO O| Aug 03 04:05:31.374 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lockstat" |
7176 | 2024-08-03T04:05:33.195Z | [ recovery-image] Aug 03 04:05:31.374 INFO O| Aug 03 04:05:31.374 INFO STEP 1100 (remove_files) COMPLETE |
7177 | 2024-08-03T04:05:33.198Z | [ recovery-image] Aug 03 04:05:31.374 INFO O| Aug 03 04:05:31.374 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7178 | 2024-08-03T04:05:33.205Z | [ recovery-image] Aug 03 04:05:31.383 INFO O| Aug 03 04:05:31.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/lofiadm" |
7179 | 2024-08-03T04:05:33.205Z | [ recovery-image] Aug 03 04:05:31.383 INFO O| Aug 03 04:05:31.383 INFO STEP 1101 (remove_files) COMPLETE |
7180 | 2024-08-03T04:05:33.207Z | [ recovery-image] Aug 03 04:05:31.383 INFO O| Aug 03 04:05:31.383 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7181 | 2024-08-03T04:05:33.215Z | [ recovery-image] Aug 03 04:05:31.393 INFO O| Aug 03 04:05:31.393 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/logadm" |
7182 | 2024-08-03T04:05:33.215Z | [ recovery-image] Aug 03 04:05:31.393 INFO O| Aug 03 04:05:31.393 INFO STEP 1102 (remove_files) COMPLETE |
7183 | 2024-08-03T04:05:33.215Z | [ recovery-image] Aug 03 04:05:31.393 INFO O| Aug 03 04:05:31.393 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7184 | 2024-08-03T04:05:33.223Z | [ recovery-image] Aug 03 04:05:31.402 INFO O| Aug 03 04:05:31.402 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/makedbm" |
7185 | 2024-08-03T04:05:33.223Z | [ recovery-image] Aug 03 04:05:31.402 INFO O| Aug 03 04:05:31.402 INFO STEP 1103 (remove_files) COMPLETE |
7186 | 2024-08-03T04:05:33.227Z | [ recovery-image] Aug 03 04:05:31.402 INFO O| Aug 03 04:05:31.402 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7187 | 2024-08-03T04:05:33.233Z | [ recovery-image] Aug 03 04:05:31.412 INFO O| Aug 03 04:05:31.412 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevalloc" |
7188 | 2024-08-03T04:05:33.236Z | [ recovery-image] Aug 03 04:05:31.412 INFO O| Aug 03 04:05:31.412 INFO STEP 1104 (remove_files) COMPLETE |
7189 | 2024-08-03T04:05:33.236Z | [ recovery-image] Aug 03 04:05:31.412 INFO O| Aug 03 04:05:31.412 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7190 | 2024-08-03T04:05:33.242Z | [ recovery-image] Aug 03 04:05:31.421 INFO O| Aug 03 04:05:31.421 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkdevmaps" |
7191 | 2024-08-03T04:05:33.242Z | [ recovery-image] Aug 03 04:05:31.421 INFO O| Aug 03 04:05:31.421 INFO STEP 1105 (remove_files) COMPLETE |
7192 | 2024-08-03T04:05:33.246Z | [ recovery-image] Aug 03 04:05:31.421 INFO O| Aug 03 04:05:31.421 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7193 | 2024-08-03T04:05:33.252Z | [ recovery-image] Aug 03 04:05:31.431 INFO O| Aug 03 04:05:31.430 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mkfile" |
7194 | 2024-08-03T04:05:33.252Z | [ recovery-image] Aug 03 04:05:31.431 INFO O| Aug 03 04:05:31.431 INFO STEP 1106 (remove_files) COMPLETE |
7195 | 2024-08-03T04:05:33.254Z | [ recovery-image] Aug 03 04:05:31.431 INFO O| Aug 03 04:05:31.431 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7196 | 2024-08-03T04:05:33.261Z | [ recovery-image] Aug 03 04:05:31.440 INFO O| Aug 03 04:05:31.440 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mknod" |
7197 | 2024-08-03T04:05:33.261Z | [ recovery-image] Aug 03 04:05:31.440 INFO O| Aug 03 04:05:31.440 INFO STEP 1107 (remove_files) COMPLETE |
7198 | 2024-08-03T04:05:33.264Z | [ recovery-image] Aug 03 04:05:31.440 INFO O| Aug 03 04:05:31.440 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7199 | 2024-08-03T04:05:33.270Z | [ recovery-image] Aug 03 04:05:31.449 INFO O| Aug 03 04:05:31.449 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modinfo" |
7200 | 2024-08-03T04:05:33.270Z | [ recovery-image] Aug 03 04:05:31.449 INFO O| Aug 03 04:05:31.449 INFO STEP 1108 (remove_files) COMPLETE |
7201 | 2024-08-03T04:05:33.270Z | [ recovery-image] Aug 03 04:05:31.449 INFO O| Aug 03 04:05:31.449 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7202 | 2024-08-03T04:05:33.280Z | [ recovery-image] Aug 03 04:05:31.458 INFO O| Aug 03 04:05:31.458 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/modload" |
7203 | 2024-08-03T04:05:33.281Z | [ recovery-image] Aug 03 04:05:31.458 INFO O| Aug 03 04:05:31.458 INFO STEP 1109 (remove_files) COMPLETE |
7204 | 2024-08-03T04:05:33.281Z | [ recovery-image] Aug 03 04:05:31.458 INFO O| Aug 03 04:05:31.458 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7205 | 2024-08-03T04:05:33.290Z | [ recovery-image] Aug 03 04:05:31.467 INFO O| Aug 03 04:05:31.467 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mountall" |
7206 | 2024-08-03T04:05:33.290Z | [ recovery-image] Aug 03 04:05:31.467 INFO O| Aug 03 04:05:31.467 INFO STEP 1110 (remove_files) COMPLETE |
7207 | 2024-08-03T04:05:33.297Z | [ recovery-image] Aug 03 04:05:31.467 INFO O| Aug 03 04:05:31.467 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7208 | 2024-08-03T04:05:33.305Z | [ recovery-image] Aug 03 04:05:31.476 INFO O| Aug 03 04:05:31.476 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/msgid" |
7209 | 2024-08-03T04:05:33.305Z | [ recovery-image] Aug 03 04:05:31.476 INFO O| Aug 03 04:05:31.476 INFO STEP 1111 (remove_files) COMPLETE |
7210 | 2024-08-03T04:05:33.305Z | [ recovery-image] Aug 03 04:05:31.476 INFO O| Aug 03 04:05:31.476 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7211 | 2024-08-03T04:05:33.309Z | [ recovery-image] Aug 03 04:05:31.485 INFO O| Aug 03 04:05:31.485 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/mvdir" |
7212 | 2024-08-03T04:05:33.309Z | [ recovery-image] Aug 03 04:05:31.486 INFO O| Aug 03 04:05:31.486 INFO STEP 1112 (remove_files) COMPLETE |
7213 | 2024-08-03T04:05:33.309Z | [ recovery-image] Aug 03 04:05:31.486 INFO O| Aug 03 04:05:31.486 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7214 | 2024-08-03T04:05:33.320Z | [ recovery-image] Aug 03 04:05:31.495 INFO O| Aug 03 04:05:31.495 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ndp" |
7215 | 2024-08-03T04:05:33.320Z | [ recovery-image] Aug 03 04:05:31.495 INFO O| Aug 03 04:05:31.495 INFO STEP 1113 (remove_files) COMPLETE |
7216 | 2024-08-03T04:05:33.328Z | [ recovery-image] Aug 03 04:05:31.495 INFO O| Aug 03 04:05:31.495 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7217 | 2024-08-03T04:05:33.328Z | [ recovery-image] Aug 03 04:05:31.505 INFO O| Aug 03 04:05:31.504 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nlsadmin" |
7218 | 2024-08-03T04:05:33.328Z | [ recovery-image] Aug 03 04:05:31.505 INFO O| Aug 03 04:05:31.505 INFO STEP 1114 (remove_files) COMPLETE |
7219 | 2024-08-03T04:05:33.329Z | [ recovery-image] Aug 03 04:05:31.505 INFO O| Aug 03 04:05:31.505 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7220 | 2024-08-03T04:05:33.338Z | [ recovery-image] Aug 03 04:05:31.516 INFO O| Aug 03 04:05:31.516 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nltest" |
7221 | 2024-08-03T04:05:33.345Z | [ recovery-image] Aug 03 04:05:31.516 INFO O| Aug 03 04:05:31.516 INFO STEP 1115 (remove_files) COMPLETE |
7222 | 2024-08-03T04:05:33.345Z | [ recovery-image] Aug 03 04:05:31.516 INFO O| Aug 03 04:05:31.516 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7223 | 2024-08-03T04:05:33.349Z | [ recovery-image] Aug 03 04:05:31.527 INFO O| Aug 03 04:05:31.527 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nvmeadm" |
7224 | 2024-08-03T04:05:33.351Z | [ recovery-image] Aug 03 04:05:31.527 INFO O| Aug 03 04:05:31.527 INFO STEP 1116 (remove_files) COMPLETE |
7225 | 2024-08-03T04:05:33.351Z | [ recovery-image] Aug 03 04:05:31.527 INFO O| Aug 03 04:05:31.527 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7226 | 2024-08-03T04:05:33.360Z | [ recovery-image] Aug 03 04:05:31.538 INFO O| Aug 03 04:05:31.538 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamadm" |
7227 | 2024-08-03T04:05:33.362Z | [ recovery-image] Aug 03 04:05:31.538 INFO O| Aug 03 04:05:31.538 INFO STEP 1117 (remove_files) COMPLETE |
7228 | 2024-08-03T04:05:33.363Z | [ recovery-image] Aug 03 04:05:31.538 INFO O| Aug 03 04:05:31.538 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7229 | 2024-08-03T04:05:33.370Z | [ recovery-image] Aug 03 04:05:31.549 INFO O| Aug 03 04:05:31.549 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/nwamcfg" |
7230 | 2024-08-03T04:05:33.373Z | [ recovery-image] Aug 03 04:05:31.549 INFO O| Aug 03 04:05:31.549 INFO STEP 1118 (remove_files) COMPLETE |
7231 | 2024-08-03T04:05:33.373Z | [ recovery-image] Aug 03 04:05:31.549 INFO O| Aug 03 04:05:31.549 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7232 | 2024-08-03T04:05:33.381Z | [ recovery-image] Aug 03 04:05:31.560 INFO O| Aug 03 04:05:31.559 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pbind" |
7233 | 2024-08-03T04:05:33.383Z | [ recovery-image] Aug 03 04:05:31.560 INFO O| Aug 03 04:05:31.560 INFO STEP 1119 (remove_files) COMPLETE |
7234 | 2024-08-03T04:05:33.383Z | [ recovery-image] Aug 03 04:05:31.560 INFO O| Aug 03 04:05:31.560 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7235 | 2024-08-03T04:05:33.392Z | [ recovery-image] Aug 03 04:05:31.571 INFO O| Aug 03 04:05:31.571 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ping" |
7236 | 2024-08-03T04:05:33.392Z | [ recovery-image] Aug 03 04:05:31.571 INFO O| Aug 03 04:05:31.571 INFO STEP 1120 (remove_files) COMPLETE |
7237 | 2024-08-03T04:05:33.392Z | [ recovery-image] Aug 03 04:05:31.571 INFO O| Aug 03 04:05:31.571 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7238 | 2024-08-03T04:05:33.402Z | [ recovery-image] Aug 03 04:05:31.581 INFO O| Aug 03 04:05:31.581 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgadd" |
7239 | 2024-08-03T04:05:33.402Z | [ recovery-image] Aug 03 04:05:31.581 INFO O| Aug 03 04:05:31.581 INFO STEP 1121 (remove_files) COMPLETE |
7240 | 2024-08-03T04:05:33.405Z | [ recovery-image] Aug 03 04:05:31.581 INFO O| Aug 03 04:05:31.581 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7241 | 2024-08-03T04:05:33.412Z | [ recovery-image] Aug 03 04:05:31.590 INFO O| Aug 03 04:05:31.590 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgask" |
7242 | 2024-08-03T04:05:33.412Z | [ recovery-image] Aug 03 04:05:31.590 INFO O| Aug 03 04:05:31.590 INFO STEP 1122 (remove_files) COMPLETE |
7243 | 2024-08-03T04:05:33.415Z | [ recovery-image] Aug 03 04:05:31.590 INFO O| Aug 03 04:05:31.590 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7244 | 2024-08-03T04:05:33.421Z | [ recovery-image] Aug 03 04:05:31.600 INFO O| Aug 03 04:05:31.600 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgchk" |
7245 | 2024-08-03T04:05:33.421Z | [ recovery-image] Aug 03 04:05:31.600 INFO O| Aug 03 04:05:31.600 INFO STEP 1123 (remove_files) COMPLETE |
7246 | 2024-08-03T04:05:33.424Z | [ recovery-image] Aug 03 04:05:31.600 INFO O| Aug 03 04:05:31.600 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7247 | 2024-08-03T04:05:33.430Z | [ recovery-image] Aug 03 04:05:31.609 INFO O| Aug 03 04:05:31.609 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pkgrm" |
7248 | 2024-08-03T04:05:33.431Z | [ recovery-image] Aug 03 04:05:31.609 INFO O| Aug 03 04:05:31.609 INFO STEP 1124 (remove_files) COMPLETE |
7249 | 2024-08-03T04:05:33.433Z | [ recovery-image] Aug 03 04:05:31.609 INFO O| Aug 03 04:05:31.609 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7250 | 2024-08-03T04:05:33.440Z | [ recovery-image] Aug 03 04:05:31.619 INFO O| Aug 03 04:05:31.618 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/plockstat" |
7251 | 2024-08-03T04:05:33.444Z | [ recovery-image] Aug 03 04:05:31.619 INFO O| Aug 03 04:05:31.619 INFO STEP 1125 (remove_files) COMPLETE |
7252 | 2024-08-03T04:05:33.444Z | [ recovery-image] Aug 03 04:05:31.619 INFO O| Aug 03 04:05:31.619 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7253 | 2024-08-03T04:05:33.449Z | [ recovery-image] Aug 03 04:05:31.628 INFO O| Aug 03 04:05:31.628 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pooladm" |
7254 | 2024-08-03T04:05:33.449Z | [ recovery-image] Aug 03 04:05:31.628 INFO O| Aug 03 04:05:31.628 INFO STEP 1126 (remove_files) COMPLETE |
7255 | 2024-08-03T04:05:33.452Z | [ recovery-image] Aug 03 04:05:31.628 INFO O| Aug 03 04:05:31.628 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7256 | 2024-08-03T04:05:33.458Z | [ recovery-image] Aug 03 04:05:31.637 INFO O| Aug 03 04:05:31.637 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolbind" |
7257 | 2024-08-03T04:05:33.461Z | [ recovery-image] Aug 03 04:05:31.637 INFO O| Aug 03 04:05:31.637 INFO STEP 1127 (remove_files) COMPLETE |
7258 | 2024-08-03T04:05:33.461Z | [ recovery-image] Aug 03 04:05:31.637 INFO O| Aug 03 04:05:31.637 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7259 | 2024-08-03T04:05:33.468Z | [ recovery-image] Aug 03 04:05:31.646 INFO O| Aug 03 04:05:31.646 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poolcfg" |
7260 | 2024-08-03T04:05:33.468Z | [ recovery-image] Aug 03 04:05:31.646 INFO O| Aug 03 04:05:31.646 INFO STEP 1128 (remove_files) COMPLETE |
7261 | 2024-08-03T04:05:33.470Z | [ recovery-image] Aug 03 04:05:31.647 INFO O| Aug 03 04:05:31.646 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7262 | 2024-08-03T04:05:33.477Z | [ recovery-image] Aug 03 04:05:31.656 INFO O| Aug 03 04:05:31.656 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ports" |
7263 | 2024-08-03T04:05:33.477Z | [ recovery-image] Aug 03 04:05:31.656 INFO O| Aug 03 04:05:31.656 INFO STEP 1129 (remove_files) COMPLETE |
7264 | 2024-08-03T04:05:33.480Z | [ recovery-image] Aug 03 04:05:31.656 INFO O| Aug 03 04:05:31.656 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7265 | 2024-08-03T04:05:33.486Z | [ recovery-image] Aug 03 04:05:31.665 INFO O| Aug 03 04:05:31.665 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/poweroff" |
7266 | 2024-08-03T04:05:33.486Z | [ recovery-image] Aug 03 04:05:31.665 INFO O| Aug 03 04:05:31.665 INFO STEP 1130 (remove_files) COMPLETE |
7267 | 2024-08-03T04:05:33.489Z | [ recovery-image] Aug 03 04:05:31.665 INFO O| Aug 03 04:05:31.665 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7268 | 2024-08-03T04:05:33.495Z | [ recovery-image] Aug 03 04:05:31.674 INFO O| Aug 03 04:05:31.674 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pptadm" |
7269 | 2024-08-03T04:05:33.495Z | [ recovery-image] Aug 03 04:05:31.674 INFO O| Aug 03 04:05:31.674 INFO STEP 1131 (remove_files) COMPLETE |
7270 | 2024-08-03T04:05:33.498Z | [ recovery-image] Aug 03 04:05:31.674 INFO O| Aug 03 04:05:31.674 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7271 | 2024-08-03T04:05:33.505Z | [ recovery-image] Aug 03 04:05:31.683 INFO O| Aug 03 04:05:31.683 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/praudit" |
7272 | 2024-08-03T04:05:33.505Z | [ recovery-image] Aug 03 04:05:31.683 INFO O| Aug 03 04:05:31.683 INFO STEP 1132 (remove_files) COMPLETE |
7273 | 2024-08-03T04:05:33.505Z | [ recovery-image] Aug 03 04:05:31.683 INFO O| Aug 03 04:05:31.683 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7274 | 2024-08-03T04:05:33.514Z | [ recovery-image] Aug 03 04:05:31.692 INFO O| Aug 03 04:05:31.692 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projadd" |
7275 | 2024-08-03T04:05:33.514Z | [ recovery-image] Aug 03 04:05:31.693 INFO O| Aug 03 04:05:31.693 INFO STEP 1133 (remove_files) COMPLETE |
7276 | 2024-08-03T04:05:33.516Z | [ recovery-image] Aug 03 04:05:31.693 INFO O| Aug 03 04:05:31.693 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7277 | 2024-08-03T04:05:33.523Z | [ recovery-image] Aug 03 04:05:31.702 INFO O| Aug 03 04:05:31.702 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projdel" |
7278 | 2024-08-03T04:05:33.523Z | [ recovery-image] Aug 03 04:05:31.702 INFO O| Aug 03 04:05:31.702 INFO STEP 1134 (remove_files) COMPLETE |
7279 | 2024-08-03T04:05:33.523Z | [ recovery-image] Aug 03 04:05:31.702 INFO O| Aug 03 04:05:31.702 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7280 | 2024-08-03T04:05:33.532Z | [ recovery-image] Aug 03 04:05:31.711 INFO O| Aug 03 04:05:31.711 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/projmod" |
7281 | 2024-08-03T04:05:33.535Z | [ recovery-image] Aug 03 04:05:31.711 INFO O| Aug 03 04:05:31.711 INFO STEP 1135 (remove_files) COMPLETE |
7282 | 2024-08-03T04:05:33.535Z | [ recovery-image] Aug 03 04:05:31.711 INFO O| Aug 03 04:05:31.711 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7283 | 2024-08-03T04:05:33.542Z | [ recovery-image] Aug 03 04:05:31.720 INFO O| Aug 03 04:05:31.720 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtdiag" |
7284 | 2024-08-03T04:05:33.544Z | [ recovery-image] Aug 03 04:05:31.721 INFO O| Aug 03 04:05:31.721 INFO STEP 1136 (remove_files) COMPLETE |
7285 | 2024-08-03T04:05:33.544Z | [ recovery-image] Aug 03 04:05:31.721 INFO O| Aug 03 04:05:31.721 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7286 | 2024-08-03T04:05:33.551Z | [ recovery-image] Aug 03 04:05:31.730 INFO O| Aug 03 04:05:31.730 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtpicl" |
7287 | 2024-08-03T04:05:33.551Z | [ recovery-image] Aug 03 04:05:31.730 INFO O| Aug 03 04:05:31.730 INFO STEP 1137 (remove_files) COMPLETE |
7288 | 2024-08-03T04:05:33.553Z | [ recovery-image] Aug 03 04:05:31.730 INFO O| Aug 03 04:05:31.730 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7289 | 2024-08-03T04:05:33.560Z | [ recovery-image] Aug 03 04:05:31.739 INFO O| Aug 03 04:05:31.739 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/prtvtoc" |
7290 | 2024-08-03T04:05:33.563Z | [ recovery-image] Aug 03 04:05:31.740 INFO O| Aug 03 04:05:31.740 INFO STEP 1138 (remove_files) COMPLETE |
7291 | 2024-08-03T04:05:33.563Z | [ recovery-image] Aug 03 04:05:31.740 INFO O| Aug 03 04:05:31.740 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7292 | 2024-08-03T04:05:33.571Z | [ recovery-image] Aug 03 04:05:31.749 INFO O| Aug 03 04:05:31.749 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psradm" |
7293 | 2024-08-03T04:05:33.571Z | [ recovery-image] Aug 03 04:05:31.749 INFO O| Aug 03 04:05:31.749 INFO STEP 1139 (remove_files) COMPLETE |
7294 | 2024-08-03T04:05:33.574Z | [ recovery-image] Aug 03 04:05:31.749 INFO O| Aug 03 04:05:31.749 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7295 | 2024-08-03T04:05:33.579Z | [ recovery-image] Aug 03 04:05:31.758 INFO O| Aug 03 04:05:31.758 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrinfo" |
7296 | 2024-08-03T04:05:33.579Z | [ recovery-image] Aug 03 04:05:31.758 INFO O| Aug 03 04:05:31.758 INFO STEP 1140 (remove_files) COMPLETE |
7297 | 2024-08-03T04:05:33.582Z | [ recovery-image] Aug 03 04:05:31.758 INFO O| Aug 03 04:05:31.758 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7298 | 2024-08-03T04:05:33.589Z | [ recovery-image] Aug 03 04:05:31.767 INFO O| Aug 03 04:05:31.767 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/psrset" |
7299 | 2024-08-03T04:05:33.589Z | [ recovery-image] Aug 03 04:05:31.767 INFO O| Aug 03 04:05:31.767 INFO STEP 1141 (remove_files) COMPLETE |
7300 | 2024-08-03T04:05:33.592Z | [ recovery-image] Aug 03 04:05:31.767 INFO O| Aug 03 04:05:31.767 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7301 | 2024-08-03T04:05:33.599Z | [ recovery-image] Aug 03 04:05:31.777 INFO O| Aug 03 04:05:31.777 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwck" |
7302 | 2024-08-03T04:05:33.599Z | [ recovery-image] Aug 03 04:05:31.777 INFO O| Aug 03 04:05:31.777 INFO STEP 1142 (remove_files) COMPLETE |
7303 | 2024-08-03T04:05:33.602Z | [ recovery-image] Aug 03 04:05:31.777 INFO O| Aug 03 04:05:31.777 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7304 | 2024-08-03T04:05:33.610Z | [ recovery-image] Aug 03 04:05:31.789 INFO O| Aug 03 04:05:31.789 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/pwconv" |
7305 | 2024-08-03T04:05:33.610Z | [ recovery-image] Aug 03 04:05:31.789 INFO O| Aug 03 04:05:31.789 INFO STEP 1143 (remove_files) COMPLETE |
7306 | 2024-08-03T04:05:33.613Z | [ recovery-image] Aug 03 04:05:31.789 INFO O| Aug 03 04:05:31.789 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7307 | 2024-08-03T04:05:33.622Z | [ recovery-image] Aug 03 04:05:31.800 INFO O| Aug 03 04:05:31.800 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/raidctl" |
7308 | 2024-08-03T04:05:33.622Z | [ recovery-image] Aug 03 04:05:31.801 INFO O| Aug 03 04:05:31.800 INFO STEP 1144 (remove_files) COMPLETE |
7309 | 2024-08-03T04:05:33.622Z | [ recovery-image] Aug 03 04:05:31.801 INFO O| Aug 03 04:05:31.801 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7310 | 2024-08-03T04:05:33.633Z | [ recovery-image] Aug 03 04:05:31.811 INFO O| Aug 03 04:05:31.811 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ramdiskadm" |
7311 | 2024-08-03T04:05:33.633Z | [ recovery-image] Aug 03 04:05:31.811 INFO O| Aug 03 04:05:31.811 INFO STEP 1145 (remove_files) COMPLETE |
7312 | 2024-08-03T04:05:33.633Z | [ recovery-image] Aug 03 04:05:31.811 INFO O| Aug 03 04:05:31.811 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7313 | 2024-08-03T04:05:33.644Z | [ recovery-image] Aug 03 04:05:31.823 INFO O| Aug 03 04:05:31.823 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rctladm" |
7314 | 2024-08-03T04:05:33.644Z | [ recovery-image] Aug 03 04:05:31.823 INFO O| Aug 03 04:05:31.823 INFO STEP 1146 (remove_files) COMPLETE |
7315 | 2024-08-03T04:05:33.644Z | [ recovery-image] Aug 03 04:05:31.823 INFO O| Aug 03 04:05:31.823 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7316 | 2024-08-03T04:05:33.655Z | [ recovery-image] Aug 03 04:05:31.834 INFO O| Aug 03 04:05:31.834 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rdmsr" |
7317 | 2024-08-03T04:05:33.655Z | [ recovery-image] Aug 03 04:05:31.834 INFO O| Aug 03 04:05:31.834 INFO STEP 1147 (remove_files) COMPLETE |
7318 | 2024-08-03T04:05:33.658Z | [ recovery-image] Aug 03 04:05:31.834 INFO O| Aug 03 04:05:31.834 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7319 | 2024-08-03T04:05:33.666Z | [ recovery-image] Aug 03 04:05:31.845 INFO O| Aug 03 04:05:31.844 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/reboot" |
7320 | 2024-08-03T04:05:33.666Z | [ recovery-image] Aug 03 04:05:31.845 INFO O| Aug 03 04:05:31.845 INFO STEP 1148 (remove_files) COMPLETE |
7321 | 2024-08-03T04:05:33.668Z | [ recovery-image] Aug 03 04:05:31.845 INFO O| Aug 03 04:05:31.845 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7322 | 2024-08-03T04:05:33.676Z | [ recovery-image] Aug 03 04:05:31.855 INFO O| Aug 03 04:05:31.855 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rem_drv" |
7323 | 2024-08-03T04:05:33.679Z | [ recovery-image] Aug 03 04:05:31.855 INFO O| Aug 03 04:05:31.855 INFO STEP 1149 (remove_files) COMPLETE |
7324 | 2024-08-03T04:05:33.679Z | [ recovery-image] Aug 03 04:05:31.855 INFO O| Aug 03 04:05:31.855 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7325 | 2024-08-03T04:05:33.686Z | [ recovery-image] Aug 03 04:05:31.865 INFO O| Aug 03 04:05:31.865 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/removef" |
7326 | 2024-08-03T04:05:33.689Z | [ recovery-image] Aug 03 04:05:31.865 INFO O| Aug 03 04:05:31.865 INFO STEP 1150 (remove_files) COMPLETE |
7327 | 2024-08-03T04:05:33.689Z | [ recovery-image] Aug 03 04:05:31.865 INFO O| Aug 03 04:05:31.865 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7328 | 2024-08-03T04:05:33.696Z | [ recovery-image] Aug 03 04:05:31.874 INFO O| Aug 03 04:05:31.874 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roleadd" |
7329 | 2024-08-03T04:05:33.696Z | [ recovery-image] Aug 03 04:05:31.874 INFO O| Aug 03 04:05:31.874 INFO STEP 1151 (remove_files) COMPLETE |
7330 | 2024-08-03T04:05:33.698Z | [ recovery-image] Aug 03 04:05:31.874 INFO O| Aug 03 04:05:31.874 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7331 | 2024-08-03T04:05:33.706Z | [ recovery-image] Aug 03 04:05:31.884 INFO O| Aug 03 04:05:31.884 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/roledel" |
7332 | 2024-08-03T04:05:33.706Z | [ recovery-image] Aug 03 04:05:31.884 INFO O| Aug 03 04:05:31.884 INFO STEP 1152 (remove_files) COMPLETE |
7333 | 2024-08-03T04:05:33.708Z | [ recovery-image] Aug 03 04:05:31.884 INFO O| Aug 03 04:05:31.884 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7334 | 2024-08-03T04:05:33.714Z | [ recovery-image] Aug 03 04:05:31.893 INFO O| Aug 03 04:05:31.893 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rolemod" |
7335 | 2024-08-03T04:05:33.714Z | [ recovery-image] Aug 03 04:05:31.893 INFO O| Aug 03 04:05:31.893 INFO STEP 1153 (remove_files) COMPLETE |
7336 | 2024-08-03T04:05:33.714Z | [ recovery-image] Aug 03 04:05:31.893 INFO O| Aug 03 04:05:31.893 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7337 | 2024-08-03T04:05:33.724Z | [ recovery-image] Aug 03 04:05:31.902 INFO O| Aug 03 04:05:31.902 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/root_archive" |
7338 | 2024-08-03T04:05:33.724Z | [ recovery-image] Aug 03 04:05:31.902 INFO O| Aug 03 04:05:31.902 INFO STEP 1154 (remove_files) COMPLETE |
7339 | 2024-08-03T04:05:33.724Z | [ recovery-image] Aug 03 04:05:31.902 INFO O| Aug 03 04:05:31.902 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7340 | 2024-08-03T04:05:33.733Z | [ recovery-image] Aug 03 04:05:31.911 INFO O| Aug 03 04:05:31.911 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rpcbind" |
7341 | 2024-08-03T04:05:33.733Z | [ recovery-image] Aug 03 04:05:31.912 INFO O| Aug 03 04:05:31.912 INFO STEP 1155 (remove_files) COMPLETE |
7342 | 2024-08-03T04:05:33.733Z | [ recovery-image] Aug 03 04:05:31.912 INFO O| Aug 03 04:05:31.912 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7343 | 2024-08-03T04:05:33.742Z | [ recovery-image] Aug 03 04:05:31.921 INFO O| Aug 03 04:05:31.921 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtc" |
7344 | 2024-08-03T04:05:33.742Z | [ recovery-image] Aug 03 04:05:31.921 INFO O| Aug 03 04:05:31.921 INFO STEP 1156 (remove_files) COMPLETE |
7345 | 2024-08-03T04:05:33.742Z | [ recovery-image] Aug 03 04:05:31.921 INFO O| Aug 03 04:05:31.921 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7346 | 2024-08-03T04:05:33.752Z | [ recovery-image] Aug 03 04:05:31.930 INFO O| Aug 03 04:05:31.930 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/rtquery" |
7347 | 2024-08-03T04:05:33.752Z | [ recovery-image] Aug 03 04:05:31.931 INFO O| Aug 03 04:05:31.931 INFO STEP 1157 (remove_files) COMPLETE |
7348 | 2024-08-03T04:05:33.752Z | [ recovery-image] Aug 03 04:05:31.931 INFO O| Aug 03 04:05:31.931 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7349 | 2024-08-03T04:05:33.761Z | [ recovery-image] Aug 03 04:05:31.940 INFO O| Aug 03 04:05:31.940 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/setmnt" |
7350 | 2024-08-03T04:05:33.761Z | [ recovery-image] Aug 03 04:05:31.940 INFO O| Aug 03 04:05:31.940 INFO STEP 1158 (remove_files) COMPLETE |
7351 | 2024-08-03T04:05:33.766Z | [ recovery-image] Aug 03 04:05:31.940 INFO O| Aug 03 04:05:31.940 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7352 | 2024-08-03T04:05:33.771Z | [ recovery-image] Aug 03 04:05:31.949 INFO O| Aug 03 04:05:31.949 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/share" |
7353 | 2024-08-03T04:05:33.771Z | [ recovery-image] Aug 03 04:05:31.949 INFO O| Aug 03 04:05:31.949 INFO STEP 1159 (remove_files) COMPLETE |
7354 | 2024-08-03T04:05:33.774Z | [ recovery-image] Aug 03 04:05:31.949 INFO O| Aug 03 04:05:31.949 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7355 | 2024-08-03T04:05:33.780Z | [ recovery-image] Aug 03 04:05:31.959 INFO O| Aug 03 04:05:31.958 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shareall" |
7356 | 2024-08-03T04:05:33.780Z | [ recovery-image] Aug 03 04:05:31.959 INFO O| Aug 03 04:05:31.959 INFO STEP 1160 (remove_files) COMPLETE |
7357 | 2024-08-03T04:05:33.783Z | [ recovery-image] Aug 03 04:05:31.959 INFO O| Aug 03 04:05:31.959 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7358 | 2024-08-03T04:05:33.789Z | [ recovery-image] Aug 03 04:05:31.968 INFO O| Aug 03 04:05:31.968 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharectl" |
7359 | 2024-08-03T04:05:33.789Z | [ recovery-image] Aug 03 04:05:31.968 INFO O| Aug 03 04:05:31.968 INFO STEP 1161 (remove_files) COMPLETE |
7360 | 2024-08-03T04:05:33.792Z | [ recovery-image] Aug 03 04:05:31.968 INFO O| Aug 03 04:05:31.968 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7361 | 2024-08-03T04:05:33.799Z | [ recovery-image] Aug 03 04:05:31.977 INFO O| Aug 03 04:05:31.977 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sharemgr" |
7362 | 2024-08-03T04:05:33.799Z | [ recovery-image] Aug 03 04:05:31.977 INFO O| Aug 03 04:05:31.977 INFO STEP 1162 (remove_files) COMPLETE |
7363 | 2024-08-03T04:05:33.803Z | [ recovery-image] Aug 03 04:05:31.977 INFO O| Aug 03 04:05:31.977 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7364 | 2024-08-03T04:05:33.812Z | [ recovery-image] Aug 03 04:05:31.987 INFO O| Aug 03 04:05:31.987 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/shutdown" |
7365 | 2024-08-03T04:05:33.812Z | [ recovery-image] Aug 03 04:05:31.987 INFO O| Aug 03 04:05:31.987 INFO STEP 1163 (remove_files) COMPLETE |
7366 | 2024-08-03T04:05:33.812Z | [ recovery-image] Aug 03 04:05:31.987 INFO O| Aug 03 04:05:31.987 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7367 | 2024-08-03T04:05:33.823Z | [ recovery-image] Aug 03 04:05:31.996 INFO O| Aug 03 04:05:31.996 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbadm" |
7368 | 2024-08-03T04:05:33.824Z | [ recovery-image] Aug 03 04:05:31.996 INFO O| Aug 03 04:05:31.996 INFO STEP 1164 (remove_files) COMPLETE |
7369 | 2024-08-03T04:05:33.824Z | [ recovery-image] Aug 03 04:05:31.996 INFO O| Aug 03 04:05:31.996 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7370 | 2024-08-03T04:05:33.831Z | [ recovery-image] Aug 03 04:05:32.007 INFO O| Aug 03 04:05:32.007 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbios" |
7371 | 2024-08-03T04:05:33.831Z | [ recovery-image] Aug 03 04:05:32.008 INFO O| Aug 03 04:05:32.008 INFO STEP 1165 (remove_files) COMPLETE |
7372 | 2024-08-03T04:05:33.831Z | [ recovery-image] Aug 03 04:05:32.008 INFO O| Aug 03 04:05:32.008 INFO STEP 1166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7373 | 2024-08-03T04:05:33.844Z | [ recovery-image] Aug 03 04:05:32.019 INFO O| Aug 03 04:05:32.019 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/smbstat" |
7374 | 2024-08-03T04:05:33.845Z | [ recovery-image] Aug 03 04:05:32.019 INFO O| Aug 03 04:05:32.019 INFO STEP 1166 (remove_files) COMPLETE |
7375 | 2024-08-03T04:05:33.855Z | [ recovery-image] Aug 03 04:05:32.019 INFO O| Aug 03 04:05:32.019 INFO STEP 1167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7376 | 2024-08-03T04:05:33.855Z | [ recovery-image] Aug 03 04:05:32.030 INFO O| Aug 03 04:05:32.030 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmpd" |
7377 | 2024-08-03T04:05:33.867Z | [ recovery-image] Aug 03 04:05:32.030 INFO O| Aug 03 04:05:32.030 INFO STEP 1167 (remove_files) COMPLETE |
7378 | 2024-08-03T04:05:33.867Z | [ recovery-image] Aug 03 04:05:32.030 INFO O| Aug 03 04:05:32.030 INFO STEP 1168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7379 | 2024-08-03T04:05:33.867Z | [ recovery-image] Aug 03 04:05:32.039 INFO O| Aug 03 04:05:32.039 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snmptrapd" |
7380 | 2024-08-03T04:05:33.867Z | [ recovery-image] Aug 03 04:05:32.039 INFO O| Aug 03 04:05:32.039 INFO STEP 1168 (remove_files) COMPLETE |
7381 | 2024-08-03T04:05:33.867Z | [ recovery-image] Aug 03 04:05:32.039 INFO O| Aug 03 04:05:32.039 INFO STEP 1169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7382 | 2024-08-03T04:05:33.870Z | [ recovery-image] Aug 03 04:05:32.049 INFO O| Aug 03 04:05:32.049 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/snoop" |
7383 | 2024-08-03T04:05:33.870Z | [ recovery-image] Aug 03 04:05:32.049 INFO O| Aug 03 04:05:32.049 INFO STEP 1169 (remove_files) COMPLETE |
7384 | 2024-08-03T04:05:33.874Z | [ recovery-image] Aug 03 04:05:32.049 INFO O| Aug 03 04:05:32.049 INFO STEP 1170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7385 | 2024-08-03T04:05:33.880Z | [ recovery-image] Aug 03 04:05:32.058 INFO O| Aug 03 04:05:32.058 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sshd" |
7386 | 2024-08-03T04:05:33.883Z | [ recovery-image] Aug 03 04:05:32.058 INFO O| Aug 03 04:05:32.058 INFO STEP 1170 (remove_files) COMPLETE |
7387 | 2024-08-03T04:05:33.883Z | [ recovery-image] Aug 03 04:05:32.058 INFO O| Aug 03 04:05:32.058 INFO STEP 1171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7388 | 2024-08-03T04:05:33.889Z | [ recovery-image] Aug 03 04:05:32.068 INFO O| Aug 03 04:05:32.068 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/stmsboot" |
7389 | 2024-08-03T04:05:33.889Z | [ recovery-image] Aug 03 04:05:32.068 INFO O| Aug 03 04:05:32.068 INFO STEP 1171 (remove_files) COMPLETE |
7390 | 2024-08-03T04:05:33.892Z | [ recovery-image] Aug 03 04:05:32.068 INFO O| Aug 03 04:05:32.068 INFO STEP 1172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7391 | 2024-08-03T04:05:33.899Z | [ recovery-image] Aug 03 04:05:32.077 INFO O| Aug 03 04:05:32.077 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strace" |
7392 | 2024-08-03T04:05:33.902Z | [ recovery-image] Aug 03 04:05:32.077 INFO O| Aug 03 04:05:32.077 INFO STEP 1172 (remove_files) COMPLETE |
7393 | 2024-08-03T04:05:33.902Z | [ recovery-image] Aug 03 04:05:32.077 INFO O| Aug 03 04:05:32.077 INFO STEP 1173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7394 | 2024-08-03T04:05:33.908Z | [ recovery-image] Aug 03 04:05:32.087 INFO O| Aug 03 04:05:32.087 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strclean" |
7395 | 2024-08-03T04:05:33.910Z | [ recovery-image] Aug 03 04:05:32.087 INFO O| Aug 03 04:05:32.087 INFO STEP 1173 (remove_files) COMPLETE |
7396 | 2024-08-03T04:05:33.910Z | [ recovery-image] Aug 03 04:05:32.087 INFO O| Aug 03 04:05:32.087 INFO STEP 1174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7397 | 2024-08-03T04:05:33.917Z | [ recovery-image] Aug 03 04:05:32.096 INFO O| Aug 03 04:05:32.096 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/strerr" |
7398 | 2024-08-03T04:05:33.920Z | [ recovery-image] Aug 03 04:05:32.096 INFO O| Aug 03 04:05:32.096 INFO STEP 1174 (remove_files) COMPLETE |
7399 | 2024-08-03T04:05:33.920Z | [ recovery-image] Aug 03 04:05:32.096 INFO O| Aug 03 04:05:32.096 INFO STEP 1175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7400 | 2024-08-03T04:05:33.930Z | [ recovery-image] Aug 03 04:05:32.105 INFO O| Aug 03 04:05:32.105 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sttydefs" |
7401 | 2024-08-03T04:05:33.933Z | [ recovery-image] Aug 03 04:05:32.105 INFO O| Aug 03 04:05:32.105 INFO STEP 1175 (remove_files) COMPLETE |
7402 | 2024-08-03T04:05:33.933Z | [ recovery-image] Aug 03 04:05:32.105 INFO O| Aug 03 04:05:32.105 INFO STEP 1176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7403 | 2024-08-03T04:05:33.936Z | [ recovery-image] Aug 03 04:05:32.115 INFO O| Aug 03 04:05:32.115 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncinit" |
7404 | 2024-08-03T04:05:33.936Z | [ recovery-image] Aug 03 04:05:32.115 INFO O| Aug 03 04:05:32.115 INFO STEP 1176 (remove_files) COMPLETE |
7405 | 2024-08-03T04:05:33.940Z | [ recovery-image] Aug 03 04:05:32.115 INFO O| Aug 03 04:05:32.115 INFO STEP 1177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7406 | 2024-08-03T04:05:33.946Z | [ recovery-image] Aug 03 04:05:32.124 INFO O| Aug 03 04:05:32.124 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncloop" |
7407 | 2024-08-03T04:05:33.946Z | [ recovery-image] Aug 03 04:05:32.124 INFO O| Aug 03 04:05:32.124 INFO STEP 1177 (remove_files) COMPLETE |
7408 | 2024-08-03T04:05:33.949Z | [ recovery-image] Aug 03 04:05:32.125 INFO O| Aug 03 04:05:32.124 INFO STEP 1178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7409 | 2024-08-03T04:05:33.955Z | [ recovery-image] Aug 03 04:05:32.134 INFO O| Aug 03 04:05:32.134 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syncstat" |
7410 | 2024-08-03T04:05:33.955Z | [ recovery-image] Aug 03 04:05:32.134 INFO O| Aug 03 04:05:32.134 INFO STEP 1178 (remove_files) COMPLETE |
7411 | 2024-08-03T04:05:33.958Z | [ recovery-image] Aug 03 04:05:32.134 INFO O| Aug 03 04:05:32.134 INFO STEP 1179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7412 | 2024-08-03T04:05:33.965Z | [ recovery-image] Aug 03 04:05:32.143 INFO O| Aug 03 04:05:32.143 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/sysdef" |
7413 | 2024-08-03T04:05:33.965Z | [ recovery-image] Aug 03 04:05:32.143 INFO O| Aug 03 04:05:32.143 INFO STEP 1179 (remove_files) COMPLETE |
7414 | 2024-08-03T04:05:33.967Z | [ recovery-image] Aug 03 04:05:32.143 INFO O| Aug 03 04:05:32.143 INFO STEP 1180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7415 | 2024-08-03T04:05:33.974Z | [ recovery-image] Aug 03 04:05:32.153 INFO O| Aug 03 04:05:32.153 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/syseventadm" |
7416 | 2024-08-03T04:05:33.974Z | [ recovery-image] Aug 03 04:05:32.153 INFO O| Aug 03 04:05:32.153 INFO STEP 1180 (remove_files) COMPLETE |
7417 | 2024-08-03T04:05:33.974Z | [ recovery-image] Aug 03 04:05:32.153 INFO O| Aug 03 04:05:32.153 INFO STEP 1181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7418 | 2024-08-03T04:05:33.984Z | [ recovery-image] Aug 03 04:05:32.162 INFO O| Aug 03 04:05:32.162 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/t6mfgadm" |
7419 | 2024-08-03T04:05:33.984Z | [ recovery-image] Aug 03 04:05:32.162 INFO O| Aug 03 04:05:32.162 INFO STEP 1181 (remove_files) COMPLETE |
7420 | 2024-08-03T04:05:33.984Z | [ recovery-image] Aug 03 04:05:32.162 INFO O| Aug 03 04:05:32.162 INFO STEP 1182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7421 | 2024-08-03T04:05:33.993Z | [ recovery-image] Aug 03 04:05:32.171 INFO O| Aug 03 04:05:32.171 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tapes" |
7422 | 2024-08-03T04:05:33.993Z | [ recovery-image] Aug 03 04:05:32.172 INFO O| Aug 03 04:05:32.172 INFO STEP 1182 (remove_files) COMPLETE |
7423 | 2024-08-03T04:05:33.995Z | [ recovery-image] Aug 03 04:05:32.172 INFO O| Aug 03 04:05:32.172 INFO STEP 1183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7424 | 2024-08-03T04:05:33.999Z | [ host-image] Aug 03 04:05:32.178 INFO O| Aug 03 04:05:32.178 INFO O| Planning: Solver setup ... Done |
7425 | 2024-08-03T04:05:34.002Z | [ recovery-image] Aug 03 04:05:32.181 INFO O| Aug 03 04:05:32.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tar" |
7426 | 2024-08-03T04:05:34.005Z | [ recovery-image] Aug 03 04:05:32.181 INFO O| Aug 03 04:05:32.181 INFO STEP 1183 (remove_files) COMPLETE |
7427 | 2024-08-03T04:05:34.005Z | [ recovery-image] Aug 03 04:05:32.181 INFO O| Aug 03 04:05:32.181 INFO STEP 1184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7428 | 2024-08-03T04:05:34.005Z | [ host-image] Aug 03 04:05:32.182 INFO O| Aug 03 04:05:32.182 INFO O| Planning: Running solver ... Done |
7429 | 2024-08-03T04:05:34.012Z | [ recovery-image] Aug 03 04:05:32.191 INFO O| Aug 03 04:05:32.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/tcsd" |
7430 | 2024-08-03T04:05:34.016Z | [ recovery-image] Aug 03 04:05:32.191 INFO O| Aug 03 04:05:32.191 INFO STEP 1184 (remove_files) COMPLETE |
7431 | 2024-08-03T04:05:34.016Z | [ recovery-image] Aug 03 04:05:32.191 INFO O| Aug 03 04:05:32.191 INFO STEP 1185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7432 | 2024-08-03T04:05:34.022Z | [ recovery-image] Aug 03 04:05:32.201 INFO O| Aug 03 04:05:32.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/traceroute" |
7433 | 2024-08-03T04:05:34.022Z | [ recovery-image] Aug 03 04:05:32.201 INFO O| Aug 03 04:05:32.201 INFO STEP 1185 (remove_files) COMPLETE |
7434 | 2024-08-03T04:05:34.022Z | [ recovery-image] Aug 03 04:05:32.201 INFO O| Aug 03 04:05:32.201 INFO STEP 1186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7435 | 2024-08-03T04:05:34.032Z | [ recovery-image] Aug 03 04:05:32.211 INFO O| Aug 03 04:05:32.211 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/trapstat" |
7436 | 2024-08-03T04:05:34.035Z | [ recovery-image] Aug 03 04:05:32.211 INFO O| Aug 03 04:05:32.211 INFO STEP 1186 (remove_files) COMPLETE |
7437 | 2024-08-03T04:05:34.035Z | [ recovery-image] Aug 03 04:05:32.211 INFO O| Aug 03 04:05:32.211 INFO STEP 1187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7438 | 2024-08-03T04:05:34.038Z | [ host-image] Aug 03 04:05:32.217 INFO O| Aug 03 04:05:32.217 INFO O| Planning: Finding local manifests ... Done |
7439 | 2024-08-03T04:05:34.041Z | [ host-image] Aug 03 04:05:32.218 INFO O| Aug 03 04:05:32.218 INFO O| Planning: Fetching manifests: 0/1 0% complete |
7440 | 2024-08-03T04:05:34.044Z | [ recovery-image] Aug 03 04:05:32.220 INFO O| Aug 03 04:05:32.220 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ttyadm" |
7441 | 2024-08-03T04:05:34.044Z | [ recovery-image] Aug 03 04:05:32.221 INFO O| Aug 03 04:05:32.221 INFO STEP 1187 (remove_files) COMPLETE |
7442 | 2024-08-03T04:05:34.044Z | [ recovery-image] Aug 03 04:05:32.221 INFO O| Aug 03 04:05:32.221 INFO STEP 1188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7443 | 2024-08-03T04:05:34.051Z | [ recovery-image] Aug 03 04:05:32.230 INFO O| Aug 03 04:05:32.230 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/ucodeadm" |
7444 | 2024-08-03T04:05:34.051Z | [ recovery-image] Aug 03 04:05:32.230 INFO O| Aug 03 04:05:32.230 INFO STEP 1188 (remove_files) COMPLETE |
7445 | 2024-08-03T04:05:34.051Z | [ recovery-image] Aug 03 04:05:32.230 INFO O| Aug 03 04:05:32.230 INFO STEP 1189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7446 | 2024-08-03T04:05:34.061Z | [ recovery-image] Aug 03 04:05:32.239 INFO O| Aug 03 04:05:32.239 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/umountall" |
7447 | 2024-08-03T04:05:34.064Z | [ recovery-image] Aug 03 04:05:32.240 INFO O| Aug 03 04:05:32.239 INFO STEP 1189 (remove_files) COMPLETE |
7448 | 2024-08-03T04:05:34.064Z | [ recovery-image] Aug 03 04:05:32.240 INFO O| Aug 03 04:05:32.240 INFO STEP 1190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7449 | 2024-08-03T04:05:34.070Z | [ recovery-image] Aug 03 04:05:32.249 INFO O| Aug 03 04:05:32.249 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unlink" |
7450 | 2024-08-03T04:05:34.070Z | [ recovery-image] Aug 03 04:05:32.249 INFO O| Aug 03 04:05:32.249 INFO STEP 1190 (remove_files) COMPLETE |
7451 | 2024-08-03T04:05:34.070Z | [ recovery-image] Aug 03 04:05:32.249 INFO O| Aug 03 04:05:32.249 INFO STEP 1191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7452 | 2024-08-03T04:05:34.080Z | [ recovery-image] Aug 03 04:05:32.259 INFO O| Aug 03 04:05:32.259 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshare" |
7453 | 2024-08-03T04:05:34.085Z | [ recovery-image] Aug 03 04:05:32.259 INFO O| Aug 03 04:05:32.259 INFO STEP 1191 (remove_files) COMPLETE |
7454 | 2024-08-03T04:05:34.085Z | [ recovery-image] Aug 03 04:05:32.259 INFO O| Aug 03 04:05:32.259 INFO STEP 1192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7455 | 2024-08-03T04:05:34.090Z | [ recovery-image] Aug 03 04:05:32.268 INFO O| Aug 03 04:05:32.268 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/unshareall" |
7456 | 2024-08-03T04:05:34.093Z | [ recovery-image] Aug 03 04:05:32.269 INFO O| Aug 03 04:05:32.269 INFO STEP 1192 (remove_files) COMPLETE |
7457 | 2024-08-03T04:05:34.093Z | [ recovery-image] Aug 03 04:05:32.269 INFO O| Aug 03 04:05:32.269 INFO STEP 1193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7458 | 2024-08-03T04:05:34.097Z | [ host-image] Aug 03 04:05:32.276 INFO O| Aug 03 04:05:32.276 INFO O| Planning: Fetching manifests: 1/1 100% complete |
7459 | 2024-08-03T04:05:34.100Z | [ recovery-image] Aug 03 04:05:32.278 INFO O| Aug 03 04:05:32.278 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/update_drv" |
7460 | 2024-08-03T04:05:34.100Z | [ recovery-image] Aug 03 04:05:32.278 INFO O| Aug 03 04:05:32.278 INFO STEP 1193 (remove_files) COMPLETE |
7461 | 2024-08-03T04:05:34.101Z | [ recovery-image] Aug 03 04:05:32.278 INFO O| Aug 03 04:05:32.278 INFO STEP 1194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7462 | 2024-08-03T04:05:34.109Z | [ recovery-image] Aug 03 04:05:32.288 INFO O| Aug 03 04:05:32.287 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/useradd" |
7463 | 2024-08-03T04:05:34.109Z | [ recovery-image] Aug 03 04:05:32.288 INFO O| Aug 03 04:05:32.288 INFO STEP 1194 (remove_files) COMPLETE |
7464 | 2024-08-03T04:05:34.112Z | [ recovery-image] Aug 03 04:05:32.288 INFO O| Aug 03 04:05:32.288 INFO STEP 1195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7465 | 2024-08-03T04:05:34.124Z | [ host-image] Aug 03 04:05:32.294 INFO O| Aug 03 04:05:32.294 INFO O| Planning: Package planning ... Done |
7466 | 2024-08-03T04:05:34.124Z | [ host-image] Aug 03 04:05:32.294 INFO O| Aug 03 04:05:32.294 INFO O| Planning: Merging actions ... Done |
7467 | 2024-08-03T04:05:34.124Z | [ recovery-image] Aug 03 04:05:32.298 INFO O| Aug 03 04:05:32.298 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/userdel" |
7468 | 2024-08-03T04:05:34.124Z | [ recovery-image] Aug 03 04:05:32.298 INFO O| Aug 03 04:05:32.298 INFO STEP 1195 (remove_files) COMPLETE |
7469 | 2024-08-03T04:05:34.124Z | [ recovery-image] Aug 03 04:05:32.298 INFO O| Aug 03 04:05:32.298 INFO STEP 1196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7470 | 2024-08-03T04:05:34.129Z | [ recovery-image] Aug 03 04:05:32.307 INFO O| Aug 03 04:05:32.307 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/usermod" |
7471 | 2024-08-03T04:05:34.131Z | [ recovery-image] Aug 03 04:05:32.307 INFO O| Aug 03 04:05:32.307 INFO STEP 1196 (remove_files) COMPLETE |
7472 | 2024-08-03T04:05:34.131Z | [ recovery-image] Aug 03 04:05:32.307 INFO O| Aug 03 04:05:32.307 INFO STEP 1197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7473 | 2024-08-03T04:05:34.138Z | [ recovery-image] Aug 03 04:05:32.317 INFO O| Aug 03 04:05:32.317 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/volcopy" |
7474 | 2024-08-03T04:05:34.138Z | [ recovery-image] Aug 03 04:05:32.317 INFO O| Aug 03 04:05:32.317 INFO STEP 1197 (remove_files) COMPLETE |
7475 | 2024-08-03T04:05:34.141Z | [ recovery-image] Aug 03 04:05:32.317 INFO O| Aug 03 04:05:32.317 INFO STEP 1198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7476 | 2024-08-03T04:05:34.147Z | [ recovery-image] Aug 03 04:05:32.326 INFO O| Aug 03 04:05:32.326 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/wall" |
7477 | 2024-08-03T04:05:34.148Z | [ recovery-image] Aug 03 04:05:32.326 INFO O| Aug 03 04:05:32.326 INFO STEP 1198 (remove_files) COMPLETE |
7478 | 2024-08-03T04:05:34.150Z | [ recovery-image] Aug 03 04:05:32.326 INFO O| Aug 03 04:05:32.326 INFO STEP 1199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7479 | 2024-08-03T04:05:34.157Z | [ recovery-image] Aug 03 04:05:32.336 INFO O| Aug 03 04:05:32.336 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/whodo" |
7480 | 2024-08-03T04:05:34.157Z | [ recovery-image] Aug 03 04:05:32.336 INFO O| Aug 03 04:05:32.336 INFO STEP 1199 (remove_files) COMPLETE |
7481 | 2024-08-03T04:05:34.160Z | [ recovery-image] Aug 03 04:05:32.336 INFO O| Aug 03 04:05:32.336 INFO STEP 1200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7482 | 2024-08-03T04:05:34.167Z | [ recovery-image] Aug 03 04:05:32.345 INFO O| Aug 03 04:05:32.345 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdb" |
7483 | 2024-08-03T04:05:34.167Z | [ recovery-image] Aug 03 04:05:32.345 INFO O| Aug 03 04:05:32.345 INFO STEP 1200 (remove_files) COMPLETE |
7484 | 2024-08-03T04:05:34.170Z | [ recovery-image] Aug 03 04:05:32.345 INFO O| Aug 03 04:05:32.345 INFO STEP 1201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7485 | 2024-08-03T04:05:34.175Z | [ host-image] Aug 03 04:05:32.353 INFO O| Aug 03 04:05:32.353 INFO O| Planning: Checking for conflicting actions ... Done |
7486 | 2024-08-03T04:05:34.178Z | [ host-image] Aug 03 04:05:32.354 INFO O| Aug 03 04:05:32.354 INFO O| Planning: Consolidating action changes ... Done |
7487 | 2024-08-03T04:05:34.178Z | [ recovery-image] Aug 03 04:05:32.355 INFO O| Aug 03 04:05:32.355 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zdump" |
7488 | 2024-08-03T04:05:34.178Z | [ recovery-image] Aug 03 04:05:32.355 INFO O| Aug 03 04:05:32.355 INFO STEP 1201 (remove_files) COMPLETE |
7489 | 2024-08-03T04:05:34.178Z | [ recovery-image] Aug 03 04:05:32.355 INFO O| Aug 03 04:05:32.355 INFO STEP 1202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7490 | 2024-08-03T04:05:34.185Z | [ recovery-image] Aug 03 04:05:32.364 INFO O| Aug 03 04:05:32.364 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zic" |
7491 | 2024-08-03T04:05:34.188Z | [ recovery-image] Aug 03 04:05:32.364 INFO O| Aug 03 04:05:32.364 INFO STEP 1202 (remove_files) COMPLETE |
7492 | 2024-08-03T04:05:34.189Z | [ recovery-image] Aug 03 04:05:32.364 INFO O| Aug 03 04:05:32.364 INFO STEP 1203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7493 | 2024-08-03T04:05:34.195Z | [ recovery-image] Aug 03 04:05:32.373 INFO O| Aug 03 04:05:32.373 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zlogin" |
7494 | 2024-08-03T04:05:34.197Z | [ recovery-image] Aug 03 04:05:32.373 INFO O| Aug 03 04:05:32.373 INFO STEP 1203 (remove_files) COMPLETE |
7495 | 2024-08-03T04:05:34.198Z | [ recovery-image] Aug 03 04:05:32.373 INFO O| Aug 03 04:05:32.373 INFO STEP 1204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7496 | 2024-08-03T04:05:34.204Z | [ recovery-image] Aug 03 04:05:32.383 INFO O| Aug 03 04:05:32.383 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zoneadm" |
7497 | 2024-08-03T04:05:34.204Z | [ recovery-image] Aug 03 04:05:32.383 INFO O| Aug 03 04:05:32.383 INFO STEP 1204 (remove_files) COMPLETE |
7498 | 2024-08-03T04:05:34.206Z | [ recovery-image] Aug 03 04:05:32.383 INFO O| Aug 03 04:05:32.383 INFO STEP 1205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7499 | 2024-08-03T04:05:34.215Z | [ recovery-image] Aug 03 04:05:32.394 INFO O| Aug 03 04:05:32.394 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zonecfg" |
7500 | 2024-08-03T04:05:34.215Z | [ recovery-image] Aug 03 04:05:32.394 INFO O| Aug 03 04:05:32.394 INFO STEP 1205 (remove_files) COMPLETE |
7501 | 2024-08-03T04:05:34.218Z | [ recovery-image] Aug 03 04:05:32.394 INFO O| Aug 03 04:05:32.394 INFO STEP 1206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
7502 | 2024-08-03T04:05:34.226Z | [ recovery-image] Aug 03 04:05:32.405 INFO O| Aug 03 04:05:32.405 INFO remove file: "/rpool/images/build/recovery/work/gimlet/ramdisk/usr/sbin/zstreamdump" |
7503 | 2024-08-03T04:05:34.229Z | [ recovery-image] Aug 03 04:05:32.405 INFO O| Aug 03 04:05:32.405 INFO STEP 1206 (remove_files) COMPLETE |
7504 | 2024-08-03T04:05:34.229Z | [ recovery-image] Aug 03 04:05:32.405 INFO O| Aug 03 04:05:32.405 INFO STEP 1207: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-03-recovery-trim.json |
7505 | 2024-08-03T04:05:34.241Z | [ recovery-image] Aug 03 04:05:32.419 INFO O| Aug 03 04:05:32.419 INFO file /rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar does not already exist, skipping removal |
7506 | 2024-08-03T04:05:34.241Z | [ recovery-image] Aug 03 04:05:32.419 INFO O| Aug 03 04:05:32.419 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/gimlet-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/gimlet/ramdisk", "."] |
7507 | 2024-08-03T04:05:34.424Z | [ host-image] Aug 03 04:05:32.601 INFO O| Aug 03 04:05:32.601 INFO O| Planning: Evaluating mediators ... Done |
7508 | 2024-08-03T04:05:34.428Z | [ host-image] Aug 03 04:05:32.601 INFO O| Aug 03 04:05:32.601 INFO O| Planning: Planning completed in 1.72 seconds |
7509 | 2024-08-03T04:05:34.429Z | [ host-image] Aug 03 04:05:32.603 INFO O| Aug 03 04:05:32.603 INFO O| Packages to install: 1 |
7510 | 2024-08-03T04:05:34.434Z | [ host-image] Aug 03 04:05:32.613 INFO O| Aug 03 04:05:32.613 INFO O| Download: 0/4 items 0.0/20.9MB 0% complete |
7511 | 2024-08-03T04:05:34.935Z | [ recovery-image] Aug 03 04:05:33.113 INFO O| Aug 03 04:05:33.113 INFO STEP 1207 (pack_tar) COMPLETE |
7512 | 2024-08-03T04:05:34.935Z | [ recovery-image] Aug 03 04:05:33.113 INFO O| Aug 03 04:05:33.113 INFO creating output snapshot rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7513 | 2024-08-03T04:05:34.938Z | [ recovery-image] Aug 03 04:05:33.113 INFO O| Aug 03 04:05:33.113 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/gimlet/ramdisk@recovery-trim |
7514 | 2024-08-03T04:05:35.219Z | [ recovery-image] Aug 03 04:05:33.397 INFO O| Aug 03 04:05:33.397 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/ramdisk-03-recovery-trim |
7515 | 2024-08-03T04:05:35.238Z | [ host-image] Aug 03 04:05:33.415 INFO O| Aug 03 04:05:33.415 INFO O| Download: Completed 20.86 MB in 0.80 seconds (26.0M/s) |
7516 | 2024-08-03T04:05:35.306Z | [ recovery-image] Aug 03 04:05:33.484 INFO O| Aug 03 04:05:33.484 INFO completed processing gimlet/ramdisk-03-recovery-trim |
7517 | 2024-08-03T04:05:35.312Z | [ host-image] Aug 03 04:05:33.490 INFO O| Aug 03 04:05:33.490 INFO O| Actions: 1/22 actions (Installing new actions) |
7518 | 2024-08-03T04:05:35.317Z | [ recovery-image] Aug 03 04:05:33.491 INFO image builder template: zfs-recovery... |
7519 | 2024-08-03T04:05:35.317Z | [ recovery-image] Aug 03 04:05:33.491 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/.tmpozcuMR/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.277", "-n", "zfs-recovery"], pwd: None |
7520 | 2024-08-03T04:05:35.346Z | [ recovery-image] Aug 03 04:05:33.524 INFO O| Aug 03 04:05:33.524 INFO temporary dataset: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7521 | 2024-08-03T04:05:35.351Z | [ recovery-image] Aug 03 04:05:33.528 INFO O| Aug 03 04:05:33.528 INFO CREATE DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7522 | 2024-08-03T04:05:35.422Z | [ recovery-image] Aug 03 04:05:33.600 INFO O| Aug 03 04:05:33.600 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/gimlet/zfs-recovery: sync = disabled |
7523 | 2024-08-03T04:05:35.470Z | [ recovery-image] Aug 03 04:05:33.648 INFO O| Aug 03 04:05:33.648 INFO temporary directory: /rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
7524 | 2024-08-03T04:05:35.470Z | [ recovery-image] Aug 03 04:05:33.648 INFO O| Aug 03 04:05:33.648 INFO work dataset: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7525 | 2024-08-03T04:05:35.474Z | [ recovery-image] Aug 03 04:05:33.652 INFO O| Aug 03 04:05:33.652 INFO CREATE DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
7526 | 2024-08-03T04:05:35.574Z | [ recovery-image] Aug 03 04:05:33.752 INFO O| Aug 03 04:05:33.752 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/gimlet/zfs-recovery: sync = disabled |
7527 | 2024-08-03T04:05:35.617Z | [ recovery-image] Aug 03 04:05:33.795 INFO O| Aug 03 04:05:33.795 INFO DESTROY POOL: TEMPORARY-gimlet-zfs-recovery |
7528 | 2024-08-03T04:05:35.628Z | [ recovery-image] Aug 03 04:05:33.807 INFO O| Aug 03 04:05:33.807 INFO image file: /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7529 | 2024-08-03T04:05:35.634Z | [ recovery-image] Aug 03 04:05:33.812 INFO O| Aug 03 04:05:33.812 INFO pool altroot: /rpool/images/build/recovery/work/gimlet/zfs-recovery/altroot |
7530 | 2024-08-03T04:05:35.636Z | [ recovery-image] Aug 03 04:05:33.813 INFO O| Aug 03 04:05:33.813 INFO no lofi found |
7531 | 2024-08-03T04:05:35.636Z | [ recovery-image] Aug 03 04:05:33.813 INFO O| Aug 03 04:05:33.813 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw does not already exist, skipping removal |
7532 | 2024-08-03T04:05:35.636Z | [ recovery-image] Aug 03 04:05:33.813 INFO O| Aug 03 04:05:33.813 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/gimlet/zfs-recovery/lofi.raw |
7533 | 2024-08-03T04:05:35.805Z | [ host-image] Aug 03 04:05:33.983 INFO O| Aug 03 04:05:33.983 INFO O| Actions: Completed 22 actions in 0.49 seconds. |
7534 | 2024-08-03T04:05:36.068Z | [ host-image] Aug 03 04:05:34.243 INFO O| Aug 03 04:05:34.243 INFO O| Done |
7535 | 2024-08-03T04:05:36.069Z | [ host-image] Aug 03 04:05:34.243 INFO O| Aug 03 04:05:34.243 INFO O| Done |
7536 | 2024-08-03T04:05:36.388Z | [ host-image] Aug 03 04:05:34.566 INFO O| Aug 03 04:05:34.566 INFO O| Done |
7537 | 2024-08-03T04:05:37.492Z | [ host-image] Aug 03 04:05:35.670 INFO O| Aug 03 04:05:35.670 INFO O| Done |
7538 | 2024-08-03T04:05:37.514Z | [ host-image] Aug 03 04:05:35.691 INFO O| Aug 03 04:05:35.691 INFO O| Done |
7539 | 2024-08-03T04:05:37.514Z | [ host-image] Aug 03 04:05:35.692 INFO O| Aug 03 04:05:35.692 INFO O| Done |
7540 | 2024-08-03T04:05:37.523Z | [ host-image] Aug 03 04:05:35.701 INFO O| Aug 03 04:05:35.701 INFO O| Done |
7541 | 2024-08-03T04:05:37.610Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO STEP 14 (pkg_install) COMPLETE |
7542 | 2024-08-03T04:05:37.610Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7543 | 2024-08-03T04:05:37.610Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO skip step because feature "mfg" is not enabled |
7544 | 2024-08-03T04:05:37.613Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7545 | 2024-08-03T04:05:37.613Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO skip step because feature "compliance" is not enabled |
7546 | 2024-08-03T04:05:37.613Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7547 | 2024-08-03T04:05:37.613Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO skip step because feature "stress" is not enabled |
7548 | 2024-08-03T04:05:37.613Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-01-os.json |
7549 | 2024-08-03T04:05:37.613Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO skip step because feature "nfs" is not enabled |
7550 | 2024-08-03T04:05:37.613Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
7551 | 2024-08-03T04:05:37.613Z | [ host-image] Aug 03 04:05:35.788 INFO O| Aug 03 04:05:35.788 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
7552 | 2024-08-03T04:05:37.666Z | [ host-image] Aug 03 04:05:35.844 INFO O| Aug 03 04:05:35.844 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-01-os |
7553 | 2024-08-03T04:05:37.712Z | [ host-image] Aug 03 04:05:35.890 INFO O| Aug 03 04:05:35.890 INFO completed processing gimlet/ramdisk-01-os |
7554 | 2024-08-03T04:05:37.715Z | [ host-image] Aug 03 04:05:35.892 INFO omicron1 baseline generation... |
7555 | 2024-08-03T04:05:37.715Z | [ host-image] Aug 03 04:05:35.892 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/gimlet/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
7556 | 2024-08-03T04:05:37.834Z | [ recovery-image] Aug 03 04:05:36.008 INFO O| Aug 03 04:05:36.008 INFO lofi device = /dev/dsk/c2t1d0p0 |
7557 | 2024-08-03T04:05:37.835Z | [ recovery-image] Aug 03 04:05:36.008 INFO O| Aug 03 04:05:36.008 INFO pool device = /dev/dsk/c2t1d0p0 |
7558 | 2024-08-03T04:05:37.841Z | [ recovery-image] Aug 03 04:05:36.008 INFO O| Aug 03 04:05:36.008 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"] |
7559 | 2024-08-03T04:05:37.903Z | [ recovery-image] Aug 03 04:05:36.078 INFO O| Aug 03 04:05:36.078 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7560 | 2024-08-03T04:05:37.904Z | [ recovery-image] Aug 03 04:05:36.078 INFO O| Aug 03 04:05:36.078 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT |
7561 | 2024-08-03T04:05:37.920Z | [ recovery-image] Aug 03 04:05:36.098 INFO O| Aug 03 04:05:36.098 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: canmount = off |
7562 | 2024-08-03T04:05:37.980Z | [ recovery-image] Aug 03 04:05:36.158 INFO O| Aug 03 04:05:36.158 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT: mountpoint = legacy |
7563 | 2024-08-03T04:05:38.017Z | [ recovery-image] Aug 03 04:05:36.195 INFO O| Aug 03 04:05:36.195 INFO CREATE DATASET: TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk |
7564 | 2024-08-03T04:05:38.032Z | [ recovery-image] Aug 03 04:05:36.210 INFO O| Aug 03 04:05:36.210 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: canmount = noauto |
7565 | 2024-08-03T04:05:38.043Z | [ recovery-image] Aug 03 04:05:36.221 INFO O| Aug 03 04:05:36.221 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
7566 | 2024-08-03T04:05:38.091Z | [ recovery-image] Aug 03 04:05:36.269 INFO O| Aug 03 04:05:36.269 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7567 | 2024-08-03T04:05:38.091Z | [ recovery-image] Aug 03 04:05:36.269 INFO O| Aug 03 04:05:36.269 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a |
7568 | 2024-08-03T04:05:38.091Z | [ recovery-image] Aug 03 04:05:36.269 INFO O| Aug 03 04:05:36.269 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7569 | 2024-08-03T04:05:38.101Z | [ recovery-image] Aug 03 04:05:36.279 INFO O| Aug 03 04:05:36.279 INFO boot environment UUID: 7537a2fb-5706-47f7-ac3c-b224d5506d2f |
7570 | 2024-08-03T04:05:38.101Z | [ recovery-image] Aug 03 04:05:36.279 INFO O| Aug 03 04:05:36.279 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 7537a2fb-5706-47f7-ac3c-b224d5506d2f |
7571 | 2024-08-03T04:05:38.112Z | [ recovery-image] Aug 03 04:05:36.290 INFO O| Aug 03 04:05:36.290 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
7572 | 2024-08-03T04:05:38.123Z | [ recovery-image] Aug 03 04:05:36.301 INFO O| Aug 03 04:05:36.301 INFO STEP 0 (create_be) COMPLETE |
7573 | 2024-08-03T04:05:38.123Z | [ recovery-image] Aug 03 04:05:36.301 INFO O| Aug 03 04:05:36.301 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7574 | 2024-08-03T04:05:38.144Z | [ recovery-image] Aug 03 04:05:36.318 INFO O| Aug 03 04:05:36.318 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"] |
7575 | 2024-08-03T04:05:38.155Z | [ host-image] Aug 03 04:05:36.322 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.22799:20240802T172233Z |
7576 | 2024-08-03T04:05:40.184Z | [ recovery-image] Aug 03 04:05:38.362 INFO O| Aug 03 04:05:38.362 INFO STEP 1 (unpack_tar) COMPLETE |
7577 | 2024-08-03T04:05:40.184Z | [ recovery-image] Aug 03 04:05:38.363 INFO O| Aug 03 04:05:38.362 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7578 | 2024-08-03T04:05:40.196Z | [ recovery-image] Aug 03 04:05:38.374 INFO O| Aug 03 04:05:38.374 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a"] |
7579 | 2024-08-03T04:05:40.578Z | [ recovery-image] Aug 03 04:05:38.754 INFO O| Aug 03 04:05:38.754 INFO STEP 2 (devfsadm) COMPLETE |
7580 | 2024-08-03T04:05:40.578Z | [ recovery-image] Aug 03 04:05:38.754 INFO O| Aug 03 04:05:38.754 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7581 | 2024-08-03T04:05:40.592Z | [ recovery-image] Aug 03 04:05:38.766 INFO O| Aug 03 04:05:38.766 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7582 | 2024-08-03T04:05:40.592Z | [ recovery-image] Aug 03 04:05:38.766 INFO O| Aug 03 04:05:38.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7583 | 2024-08-03T04:05:40.592Z | [ recovery-image] Aug 03 04:05:38.766 INFO O| Aug 03 04:05:38.766 INFO STEP 3 (ensure_dir) COMPLETE |
7584 | 2024-08-03T04:05:40.592Z | [ recovery-image] Aug 03 04:05:38.766 INFO O| Aug 03 04:05:38.766 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7585 | 2024-08-03T04:05:40.598Z | [ recovery-image] Aug 03 04:05:38.776 INFO O| Aug 03 04:05:38.776 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7586 | 2024-08-03T04:05:40.598Z | [ recovery-image] Aug 03 04:05:38.776 INFO O| Aug 03 04:05:38.776 INFO STEP 4 (ensure_dir) COMPLETE |
7587 | 2024-08-03T04:05:40.602Z | [ recovery-image] Aug 03 04:05:38.776 INFO O| Aug 03 04:05:38.776 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7588 | 2024-08-03T04:05:40.608Z | [ recovery-image] Aug 03 04:05:38.786 INFO O| Aug 03 04:05:38.786 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7589 | 2024-08-03T04:05:40.608Z | [ recovery-image] Aug 03 04:05:38.786 INFO O| Aug 03 04:05:38.786 INFO STEP 5 (ensure_dir) COMPLETE |
7590 | 2024-08-03T04:05:40.608Z | [ recovery-image] Aug 03 04:05:38.786 INFO O| Aug 03 04:05:38.786 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7591 | 2024-08-03T04:05:40.618Z | [ recovery-image] Aug 03 04:05:38.796 INFO O| Aug 03 04:05:38.796 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7592 | 2024-08-03T04:05:40.621Z | [ recovery-image] Aug 03 04:05:38.796 INFO O| Aug 03 04:05:38.796 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7593 | 2024-08-03T04:05:40.621Z | [ recovery-image] Aug 03 04:05:38.796 INFO O| Aug 03 04:05:38.796 INFO STEP 6 (ensure_dir) COMPLETE |
7594 | 2024-08-03T04:05:40.621Z | [ recovery-image] Aug 03 04:05:38.796 INFO O| Aug 03 04:05:38.796 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7595 | 2024-08-03T04:05:40.628Z | [ recovery-image] Aug 03 04:05:38.806 INFO O| Aug 03 04:05:38.806 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7596 | 2024-08-03T04:05:40.628Z | [ recovery-image] Aug 03 04:05:38.806 INFO O| Aug 03 04:05:38.806 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7597 | 2024-08-03T04:05:40.628Z | [ recovery-image] Aug 03 04:05:38.806 INFO O| Aug 03 04:05:38.806 INFO STEP 7 (ensure_dir) COMPLETE |
7598 | 2024-08-03T04:05:40.631Z | [ recovery-image] Aug 03 04:05:38.806 INFO O| Aug 03 04:05:38.806 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7599 | 2024-08-03T04:05:40.638Z | [ recovery-image] Aug 03 04:05:38.816 INFO O| Aug 03 04:05:38.816 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg" |
7600 | 2024-08-03T04:05:40.641Z | [ recovery-image] Aug 03 04:05:38.816 INFO O| Aug 03 04:05:38.816 INFO STEP 8 (remove_files) COMPLETE |
7601 | 2024-08-03T04:05:40.641Z | [ recovery-image] Aug 03 04:05:38.816 INFO O| Aug 03 04:05:38.816 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7602 | 2024-08-03T04:05:40.647Z | [ recovery-image] Aug 03 04:05:38.826 INFO O| Aug 03 04:05:38.826 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk" |
7603 | 2024-08-03T04:05:40.650Z | [ recovery-image] Aug 03 04:05:38.826 INFO O| Aug 03 04:05:38.826 INFO STEP 9 (remove_files) COMPLETE |
7604 | 2024-08-03T04:05:40.650Z | [ recovery-image] Aug 03 04:05:38.826 INFO O| Aug 03 04:05:38.826 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7605 | 2024-08-03T04:05:40.658Z | [ recovery-image] Aug 03 04:05:38.836 INFO O| Aug 03 04:05:38.836 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk" |
7606 | 2024-08-03T04:05:40.661Z | [ recovery-image] Aug 03 04:05:38.837 INFO O| Aug 03 04:05:38.837 INFO STEP 10 (remove_files) COMPLETE |
7607 | 2024-08-03T04:05:40.661Z | [ recovery-image] Aug 03 04:05:38.837 INFO O| Aug 03 04:05:38.837 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7608 | 2024-08-03T04:05:40.669Z | [ recovery-image] Aug 03 04:05:38.847 INFO O| Aug 03 04:05:38.847 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors" |
7609 | 2024-08-03T04:05:40.672Z | [ recovery-image] Aug 03 04:05:38.847 INFO O| Aug 03 04:05:38.847 INFO STEP 11 (remove_files) COMPLETE |
7610 | 2024-08-03T04:05:40.672Z | [ recovery-image] Aug 03 04:05:38.847 INFO O| Aug 03 04:05:38.847 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7611 | 2024-08-03T04:05:40.679Z | [ recovery-image] Aug 03 04:05:38.857 INFO O| Aug 03 04:05:38.857 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb" |
7612 | 2024-08-03T04:05:40.681Z | [ recovery-image] Aug 03 04:05:38.857 INFO O| Aug 03 04:05:38.857 INFO STEP 12 (remove_files) COMPLETE |
7613 | 2024-08-03T04:05:40.681Z | [ recovery-image] Aug 03 04:05:38.857 INFO O| Aug 03 04:05:38.857 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7614 | 2024-08-03T04:05:40.689Z | [ recovery-image] Aug 03 04:05:38.867 INFO O| Aug 03 04:05:38.867 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7615 | 2024-08-03T04:05:40.692Z | [ recovery-image] Aug 03 04:05:38.867 INFO O| Aug 03 04:05:38.867 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/cfg |
7616 | 2024-08-03T04:05:40.692Z | [ recovery-image] Aug 03 04:05:38.867 INFO O| Aug 03 04:05:38.867 INFO STEP 13 (ensure_dir) COMPLETE |
7617 | 2024-08-03T04:05:40.692Z | [ recovery-image] Aug 03 04:05:38.867 INFO O| Aug 03 04:05:38.867 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7618 | 2024-08-03T04:05:40.699Z | [ recovery-image] Aug 03 04:05:38.877 INFO O| Aug 03 04:05:38.877 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7619 | 2024-08-03T04:05:40.702Z | [ recovery-image] Aug 03 04:05:38.877 INFO O| Aug 03 04:05:38.877 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7620 | 2024-08-03T04:05:40.702Z | [ recovery-image] Aug 03 04:05:38.877 INFO O| Aug 03 04:05:38.877 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/dsk |
7621 | 2024-08-03T04:05:40.702Z | [ recovery-image] Aug 03 04:05:38.877 INFO O| Aug 03 04:05:38.877 INFO STEP 14 (ensure_dir) COMPLETE |
7622 | 2024-08-03T04:05:40.702Z | [ recovery-image] Aug 03 04:05:38.877 INFO O| Aug 03 04:05:38.877 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7623 | 2024-08-03T04:05:40.709Z | [ recovery-image] Aug 03 04:05:38.887 INFO O| Aug 03 04:05:38.887 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7624 | 2024-08-03T04:05:40.709Z | [ recovery-image] Aug 03 04:05:38.887 INFO O| Aug 03 04:05:38.887 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7625 | 2024-08-03T04:05:40.712Z | [ recovery-image] Aug 03 04:05:38.887 INFO O| Aug 03 04:05:38.887 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/rdsk |
7626 | 2024-08-03T04:05:40.712Z | [ recovery-image] Aug 03 04:05:38.887 INFO O| Aug 03 04:05:38.887 INFO STEP 15 (ensure_dir) COMPLETE |
7627 | 2024-08-03T04:05:40.712Z | [ recovery-image] Aug 03 04:05:38.887 INFO O| Aug 03 04:05:38.887 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7628 | 2024-08-03T04:05:40.718Z | [ recovery-image] Aug 03 04:05:38.897 INFO O| Aug 03 04:05:38.897 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7629 | 2024-08-03T04:05:40.719Z | [ recovery-image] Aug 03 04:05:38.897 INFO O| Aug 03 04:05:38.897 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sensors |
7630 | 2024-08-03T04:05:40.721Z | [ recovery-image] Aug 03 04:05:38.897 INFO O| Aug 03 04:05:38.897 INFO STEP 16 (ensure_dir) COMPLETE |
7631 | 2024-08-03T04:05:40.721Z | [ recovery-image] Aug 03 04:05:38.897 INFO O| Aug 03 04:05:38.897 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7632 | 2024-08-03T04:05:40.729Z | [ recovery-image] Aug 03 04:05:38.907 INFO O| Aug 03 04:05:38.907 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7633 | 2024-08-03T04:05:40.732Z | [ recovery-image] Aug 03 04:05:38.907 INFO O| Aug 03 04:05:38.907 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/usb |
7634 | 2024-08-03T04:05:40.732Z | [ recovery-image] Aug 03 04:05:38.907 INFO O| Aug 03 04:05:38.907 INFO STEP 17 (ensure_dir) COMPLETE |
7635 | 2024-08-03T04:05:40.732Z | [ recovery-image] Aug 03 04:05:38.907 INFO O| Aug 03 04:05:38.907 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7636 | 2024-08-03T04:05:40.738Z | [ recovery-image] Aug 03 04:05:38.917 INFO O| Aug 03 04:05:38.917 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
7637 | 2024-08-03T04:05:40.743Z | [ recovery-image] Aug 03 04:05:38.917 INFO O| Aug 03 04:05:38.917 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/msglog |
7638 | 2024-08-03T04:05:40.743Z | [ recovery-image] Aug 03 04:05:38.917 INFO O| Aug 03 04:05:38.917 INFO ok! |
7639 | 2024-08-03T04:05:40.743Z | [ recovery-image] Aug 03 04:05:38.917 INFO O| Aug 03 04:05:38.917 INFO STEP 18 (ensure_symlink) COMPLETE |
7640 | 2024-08-03T04:05:40.743Z | [ recovery-image] Aug 03 04:05:38.917 INFO O| Aug 03 04:05:38.917 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
7641 | 2024-08-03T04:05:40.748Z | [ recovery-image] Aug 03 04:05:38.926 INFO O| Aug 03 04:05:38.926 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure exists, with correct contents |
7642 | 2024-08-03T04:05:40.748Z | [ recovery-image] Aug 03 04:05:38.926 INFO O| Aug 03 04:05:38.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/reconfigure |
7643 | 2024-08-03T04:05:40.751Z | [ recovery-image] Aug 03 04:05:38.926 INFO O| Aug 03 04:05:38.926 INFO ok! |
7644 | 2024-08-03T04:05:40.751Z | [ recovery-image] Aug 03 04:05:38.926 INFO O| Aug 03 04:05:38.926 INFO STEP 19 (ensure_file) COMPLETE |
7645 | 2024-08-03T04:05:40.751Z | [ recovery-image] Aug 03 04:05:38.926 INFO O| Aug 03 04:05:38.926 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7646 | 2024-08-03T04:05:40.758Z | [ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
7647 | 2024-08-03T04:05:40.758Z | [ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
7648 | 2024-08-03T04:05:40.758Z | [ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/generic.xml |
7649 | 2024-08-03T04:05:40.761Z | [ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO ok! |
7650 | 2024-08-03T04:05:40.761Z | [ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO STEP 20 (ensure_symlink) COMPLETE |
7651 | 2024-08-03T04:05:40.761Z | [ recovery-image] Aug 03 04:05:38.936 INFO O| Aug 03 04:05:38.936 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7652 | 2024-08-03T04:05:40.768Z | [ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
7653 | 2024-08-03T04:05:40.768Z | [ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
7654 | 2024-08-03T04:05:40.771Z | [ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
7655 | 2024-08-03T04:05:40.771Z | [ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO ok! |
7656 | 2024-08-03T04:05:40.771Z | [ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO STEP 21 (ensure_symlink) COMPLETE |
7657 | 2024-08-03T04:05:40.771Z | [ recovery-image] Aug 03 04:05:38.946 INFO O| Aug 03 04:05:38.946 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7658 | 2024-08-03T04:05:40.778Z | [ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
7659 | 2024-08-03T04:05:40.780Z | [ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
7660 | 2024-08-03T04:05:40.780Z | [ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/platform.xml |
7661 | 2024-08-03T04:05:40.780Z | [ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO ok! |
7662 | 2024-08-03T04:05:40.780Z | [ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO STEP 22 (ensure_symlink) COMPLETE |
7663 | 2024-08-03T04:05:40.780Z | [ recovery-image] Aug 03 04:05:38.956 INFO O| Aug 03 04:05:38.956 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7664 | 2024-08-03T04:05:40.788Z | [ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
7665 | 2024-08-03T04:05:40.788Z | [ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO linking /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
7666 | 2024-08-03T04:05:40.791Z | [ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/profile/name_service.xml |
7667 | 2024-08-03T04:05:40.791Z | [ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO ok! |
7668 | 2024-08-03T04:05:40.791Z | [ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO STEP 23 (ensure_symlink) COMPLETE |
7669 | 2024-08-03T04:05:40.791Z | [ recovery-image] Aug 03 04:05:38.966 INFO O| Aug 03 04:05:38.966 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7670 | 2024-08-03T04:05:40.801Z | [ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
7671 | 2024-08-03T04:05:40.801Z | [ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 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 ... |
7672 | 2024-08-03T04:05:40.804Z | [ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nsswitch.conf |
7673 | 2024-08-03T04:05:40.804Z | [ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 INFO ok! |
7674 | 2024-08-03T04:05:40.805Z | [ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 INFO STEP 24 (ensure_file) COMPLETE |
7675 | 2024-08-03T04:05:40.805Z | [ recovery-image] Aug 03 04:05:38.976 INFO O| Aug 03 04:05:38.976 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7676 | 2024-08-03T04:05:40.808Z | [ recovery-image] Aug 03 04:05:38.986 INFO O| Aug 03 04:05:38.986 INFO updating shadow file |
7677 | 2024-08-03T04:05:40.811Z | [ recovery-image] Aug 03 04:05:38.986 INFO O| Aug 03 04:05:38.986 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7678 | 2024-08-03T04:05:40.811Z | [ recovery-image] Aug 03 04:05:38.986 INFO O| Aug 03 04:05:38.986 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7679 | 2024-08-03T04:05:40.811Z | [ recovery-image] Aug 03 04:05:38.986 INFO O| Aug 03 04:05:38.986 INFO STEP 25 (shadow) COMPLETE |
7680 | 2024-08-03T04:05:40.811Z | [ recovery-image] Aug 03 04:05:38.986 INFO O| Aug 03 04:05:38.986 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7681 | 2024-08-03T04:05:40.818Z | [ recovery-image] Aug 03 04:05:38.996 INFO O| Aug 03 04:05:38.996 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
7682 | 2024-08-03T04:05:40.818Z | [ recovery-image] Aug 03 04:05:38.996 INFO O| Aug 03 04:05:38.996 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts ... |
7683 | 2024-08-03T04:05:40.821Z | [ recovery-image] Aug 03 04:05:38.996 INFO O| Aug 03 04:05:38.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/inet/hosts |
7684 | 2024-08-03T04:05:40.821Z | [ recovery-image] Aug 03 04:05:38.996 INFO O| Aug 03 04:05:38.996 INFO ok! |
7685 | 2024-08-03T04:05:40.821Z | [ recovery-image] Aug 03 04:05:38.997 INFO O| Aug 03 04:05:38.996 INFO STEP 26 (ensure_file) COMPLETE |
7686 | 2024-08-03T04:05:40.821Z | [ recovery-image] Aug 03 04:05:38.997 INFO O| Aug 03 04:05:38.996 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7687 | 2024-08-03T04:05:40.833Z | [ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename does not exist |
7688 | 2024-08-03T04:05:40.839Z | [ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename ... |
7689 | 2024-08-03T04:05:40.839Z | [ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/nodename |
7690 | 2024-08-03T04:05:40.840Z | [ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO ok! |
7691 | 2024-08-03T04:05:40.840Z | [ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO STEP 27 (ensure_file) COMPLETE |
7692 | 2024-08-03T04:05:40.840Z | [ recovery-image] Aug 03 04:05:39.007 INFO O| Aug 03 04:05:39.007 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7693 | 2024-08-03T04:05:40.840Z | [ recovery-image] Aug 03 04:05:39.017 INFO O| Aug 03 04:05:39.017 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
7694 | 2024-08-03T04:05:40.847Z | [ recovery-image] Aug 03 04:05:39.017 INFO O| Aug 03 04:05:39.017 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent ... |
7695 | 2024-08-03T04:05:40.847Z | [ recovery-image] Aug 03 04:05:39.018 INFO O| Aug 03 04:05:39.017 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7696 | 2024-08-03T04:05:40.847Z | [ recovery-image] Aug 03 04:05:39.018 INFO O| Aug 03 04:05:39.018 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/dhcpagent |
7697 | 2024-08-03T04:05:40.847Z | [ recovery-image] Aug 03 04:05:39.018 INFO O| Aug 03 04:05:39.018 INFO ok! |
7698 | 2024-08-03T04:05:40.847Z | [ recovery-image] Aug 03 04:05:39.018 INFO O| Aug 03 04:05:39.018 INFO STEP 28 (ensure_file) COMPLETE |
7699 | 2024-08-03T04:05:40.848Z | [ recovery-image] Aug 03 04:05:39.018 INFO O| Aug 03 04:05:39.018 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
7700 | 2024-08-03T04:05:40.859Z | [ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf does not exist |
7701 | 2024-08-03T04:05:40.859Z | [ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO writing /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf ... |
7702 | 2024-08-03T04:05:40.859Z | [ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/resolv.conf |
7703 | 2024-08-03T04:05:40.859Z | [ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO ok! |
7704 | 2024-08-03T04:05:40.859Z | [ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO STEP 29 (ensure_file) COMPLETE |
7705 | 2024-08-03T04:05:40.859Z | [ recovery-image] Aug 03 04:05:39.028 INFO O| Aug 03 04:05:39.028 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7706 | 2024-08-03T04:05:40.871Z | [ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master does not exist |
7707 | 2024-08-03T04:05:40.871Z | [ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master ... |
7708 | 2024-08-03T04:05:40.871Z | [ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/auto_master |
7709 | 2024-08-03T04:05:40.871Z | [ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO ok! |
7710 | 2024-08-03T04:05:40.871Z | [ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO STEP 30 (ensure_file) COMPLETE |
7711 | 2024-08-03T04:05:40.871Z | [ recovery-image] Aug 03 04:05:39.038 INFO O| Aug 03 04:05:39.038 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7712 | 2024-08-03T04:05:40.879Z | [ recovery-image] Aug 03 04:05:39.049 INFO O| Aug 03 04:05:39.049 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
7713 | 2024-08-03T04:05:40.879Z | [ recovery-image] Aug 03 04:05:39.049 INFO O| Aug 03 04:05:39.049 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs ... |
7714 | 2024-08-03T04:05:40.879Z | [ recovery-image] Aug 03 04:05:39.050 INFO O| Aug 03 04:05:39.049 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7715 | 2024-08-03T04:05:40.879Z | [ recovery-image] Aug 03 04:05:39.050 INFO O| Aug 03 04:05:39.050 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ttydefs |
7716 | 2024-08-03T04:05:40.879Z | [ recovery-image] Aug 03 04:05:39.050 INFO O| Aug 03 04:05:39.050 INFO ok! |
7717 | 2024-08-03T04:05:40.879Z | [ recovery-image] Aug 03 04:05:39.050 INFO O| Aug 03 04:05:39.050 INFO STEP 31 (ensure_file) COMPLETE |
7718 | 2024-08-03T04:05:40.879Z | [ recovery-image] Aug 03 04:05:39.050 INFO O| Aug 03 04:05:39.050 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7719 | 2024-08-03T04:05:40.883Z | [ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
7720 | 2024-08-03T04:05:40.883Z | [ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init ... |
7721 | 2024-08-03T04:05:40.883Z | [ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/init |
7722 | 2024-08-03T04:05:40.883Z | [ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 INFO ok! |
7723 | 2024-08-03T04:05:40.883Z | [ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 INFO STEP 32 (ensure_file) COMPLETE |
7724 | 2024-08-03T04:05:40.883Z | [ recovery-image] Aug 03 04:05:39.060 INFO O| Aug 03 04:05:39.060 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7725 | 2024-08-03T04:05:40.893Z | [ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.070 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
7726 | 2024-08-03T04:05:40.896Z | [ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.071 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config ... |
7727 | 2024-08-03T04:05:40.896Z | [ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/ssh/sshd_config |
7728 | 2024-08-03T04:05:40.896Z | [ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.071 INFO ok! |
7729 | 2024-08-03T04:05:40.896Z | [ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.071 INFO STEP 33 (ensure_file) COMPLETE |
7730 | 2024-08-03T04:05:40.896Z | [ recovery-image] Aug 03 04:05:39.071 INFO O| Aug 03 04:05:39.071 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7731 | 2024-08-03T04:05:40.903Z | [ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams does not exist |
7732 | 2024-08-03T04:05:40.907Z | [ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams ... |
7733 | 2024-08-03T04:05:40.907Z | [ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7734 | 2024-08-03T04:05:40.907Z | [ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7735 | 2024-08-03T04:05:40.907Z | [ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7736 | 2024-08-03T04:05:40.907Z | [ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/bootparams |
7737 | 2024-08-03T04:05:40.907Z | [ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO ok! |
7738 | 2024-08-03T04:05:40.907Z | [ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO STEP 34 (ensure_file) COMPLETE |
7739 | 2024-08-03T04:05:40.907Z | [ recovery-image] Aug 03 04:05:39.082 INFO O| Aug 03 04:05:39.082 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7740 | 2024-08-03T04:05:40.914Z | [ recovery-image] Aug 03 04:05:39.092 INFO O| Aug 03 04:05:39.092 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7741 | 2024-08-03T04:05:40.914Z | [ recovery-image] Aug 03 04:05:39.092 INFO O| Aug 03 04:05:39.092 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7742 | 2024-08-03T04:05:40.914Z | [ recovery-image] Aug 03 04:05:39.092 INFO O| Aug 03 04:05:39.092 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
7743 | 2024-08-03T04:05:40.917Z | [ recovery-image] Aug 03 04:05:39.092 INFO O| Aug 03 04:05:39.092 INFO STEP 35 (ensure_dir) COMPLETE |
7744 | 2024-08-03T04:05:40.917Z | [ recovery-image] Aug 03 04:05:39.092 INFO O| Aug 03 04:05:39.092 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7745 | 2024-08-03T04:05:40.924Z | [ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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 |
7746 | 2024-08-03T04:05:40.924Z | [ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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 ... |
7747 | 2024-08-03T04:05:40.927Z | [ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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 |
7748 | 2024-08-03T04:05:40.927Z | [ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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 |
7749 | 2024-08-03T04:05:40.927Z | [ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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 |
7750 | 2024-08-03T04:05:40.927Z | [ recovery-image] Aug 03 04:05:39.102 INFO O| Aug 03 04:05:39.102 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 |
7751 | 2024-08-03T04:05:40.927Z | [ recovery-image] Aug 03 04:05:39.103 INFO O| Aug 03 04:05:39.102 INFO ok! |
7752 | 2024-08-03T04:05:40.927Z | [ recovery-image] Aug 03 04:05:39.103 INFO O| Aug 03 04:05:39.102 INFO STEP 36 (ensure_file) COMPLETE |
7753 | 2024-08-03T04:05:40.927Z | [ recovery-image] Aug 03 04:05:39.103 INFO O| Aug 03 04:05:39.103 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
7754 | 2024-08-03T04:05:40.934Z | [ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 INFO link /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
7755 | 2024-08-03T04:05:40.934Z | [ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 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 ... |
7756 | 2024-08-03T04:05:40.934Z | [ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
7757 | 2024-08-03T04:05:40.937Z | [ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 INFO ok! |
7758 | 2024-08-03T04:05:40.937Z | [ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 INFO STEP 37 (ensure_symlink) COMPLETE |
7759 | 2024-08-03T04:05:40.937Z | [ recovery-image] Aug 03 04:05:39.112 INFO O| Aug 03 04:05:39.112 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7760 | 2024-08-03T04:05:40.944Z | [ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
7761 | 2024-08-03T04:05:40.947Z | [ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname ... |
7762 | 2024-08-03T04:05:40.947Z | [ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7763 | 2024-08-03T04:05:40.947Z | [ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO chmod ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7764 | 2024-08-03T04:05:40.947Z | [ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7765 | 2024-08-03T04:05:40.947Z | [ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/recovery-hostname |
7766 | 2024-08-03T04:05:40.947Z | [ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO ok! |
7767 | 2024-08-03T04:05:40.947Z | [ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO STEP 38 (ensure_file) COMPLETE |
7768 | 2024-08-03T04:05:40.947Z | [ recovery-image] Aug 03 04:05:39.122 INFO O| Aug 03 04:05:39.122 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7769 | 2024-08-03T04:05:40.954Z | [ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
7770 | 2024-08-03T04:05:40.957Z | [ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 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 ... |
7771 | 2024-08-03T04:05:40.957Z | [ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 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 |
7772 | 2024-08-03T04:05:40.957Z | [ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
7773 | 2024-08-03T04:05:40.957Z | [ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 INFO ok! |
7774 | 2024-08-03T04:05:40.957Z | [ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 INFO STEP 39 (ensure_file) COMPLETE |
7775 | 2024-08-03T04:05:40.957Z | [ recovery-image] Aug 03 04:05:39.132 INFO O| Aug 03 04:05:39.132 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7776 | 2024-08-03T04:05:40.964Z | [ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml does not exist |
7777 | 2024-08-03T04:05:40.964Z | [ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml ... |
7778 | 2024-08-03T04:05:40.967Z | [ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml |
7779 | 2024-08-03T04:05:40.967Z | [ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO ok! |
7780 | 2024-08-03T04:05:40.967Z | [ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO STEP 40 (ensure_file) COMPLETE |
7781 | 2024-08-03T04:05:40.967Z | [ recovery-image] Aug 03 04:05:39.142 INFO O| Aug 03 04:05:39.142 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7782 | 2024-08-03T04:05:40.974Z | [ recovery-image] Aug 03 04:05:39.152 INFO O| Aug 03 04:05:39.152 INFO updating shadow file |
7783 | 2024-08-03T04:05:40.977Z | [ recovery-image] Aug 03 04:05:39.152 INFO O| Aug 03 04:05:39.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/shadow |
7784 | 2024-08-03T04:05:40.977Z | [ recovery-image] Aug 03 04:05:39.152 INFO O| Aug 03 04:05:39.152 INFO STEP 41 (shadow) COMPLETE |
7785 | 2024-08-03T04:05:40.977Z | [ recovery-image] Aug 03 04:05:39.152 INFO O| Aug 03 04:05:39.152 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
7786 | 2024-08-03T04:05:40.984Z | [ recovery-image] Aug 03 04:05:39.162 INFO O| Aug 03 04:05:39.162 WARN file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
7787 | 2024-08-03T04:05:40.984Z | [ recovery-image] Aug 03 04:05:39.162 INFO O| Aug 03 04:05:39.162 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login ... |
7788 | 2024-08-03T04:05:40.987Z | [ recovery-image] Aug 03 04:05:39.162 INFO O| Aug 03 04:05:39.162 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7789 | 2024-08-03T04:05:40.987Z | [ recovery-image] Aug 03 04:05:39.163 INFO O| Aug 03 04:05:39.162 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/default/login |
7790 | 2024-08-03T04:05:40.987Z | [ recovery-image] Aug 03 04:05:39.163 INFO O| Aug 03 04:05:39.163 INFO ok! |
7791 | 2024-08-03T04:05:40.987Z | [ recovery-image] Aug 03 04:05:39.163 INFO O| Aug 03 04:05:39.163 INFO STEP 42 (ensure_file) COMPLETE |
7792 | 2024-08-03T04:05:40.987Z | [ recovery-image] Aug 03 04:05:39.163 INFO O| Aug 03 04:05:39.163 INFO STEP 43: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7793 | 2024-08-03T04:05:40.994Z | [ recovery-image] Aug 03 04:05:39.172 INFO O| Aug 03 04:05:39.172 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt |
7794 | 2024-08-03T04:05:40.994Z | [ recovery-image] Aug 03 04:05:39.172 INFO O| Aug 03 04:05:39.172 INFO STEP 43 (ensure_dir) COMPLETE |
7795 | 2024-08-03T04:05:40.998Z | [ recovery-image] Aug 03 04:05:39.172 INFO O| Aug 03 04:05:39.172 INFO STEP 44: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7796 | 2024-08-03T04:05:41.006Z | [ recovery-image] Aug 03 04:05:39.182 INFO O| Aug 03 04:05:39.182 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7797 | 2024-08-03T04:05:41.008Z | [ recovery-image] Aug 03 04:05:39.182 INFO O| Aug 03 04:05:39.182 INFO chown ok, path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide |
7798 | 2024-08-03T04:05:41.008Z | [ recovery-image] Aug 03 04:05:39.182 INFO O| Aug 03 04:05:39.182 INFO STEP 44 (ensure_dir) COMPLETE |
7799 | 2024-08-03T04:05:41.008Z | [ recovery-image] Aug 03 04:05:39.182 INFO O| Aug 03 04:05:39.182 INFO STEP 45: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7800 | 2024-08-03T04:05:41.014Z | [ recovery-image] Aug 03 04:05:39.192 INFO O| Aug 03 04:05:39.192 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7801 | 2024-08-03T04:05:41.017Z | [ recovery-image] Aug 03 04:05:39.193 INFO O| Aug 03 04:05:39.192 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator |
7802 | 2024-08-03T04:05:41.017Z | [ recovery-image] Aug 03 04:05:39.193 INFO O| Aug 03 04:05:39.193 INFO STEP 45 (ensure_dir) COMPLETE |
7803 | 2024-08-03T04:05:41.017Z | [ recovery-image] Aug 03 04:05:39.193 INFO O| Aug 03 04:05:39.193 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7804 | 2024-08-03T04:05:41.026Z | [ recovery-image] Aug 03 04:05:39.205 INFO O| Aug 03 04:05:39.204 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
7805 | 2024-08-03T04:05:41.026Z | [ recovery-image] Aug 03 04:05:39.205 INFO O| Aug 03 04:05:39.204 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator ... |
7806 | 2024-08-03T04:05:41.056Z | [ recovery-image] Aug 03 04:05:39.234 INFO O| Aug 03 04:05:39.234 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/installinator |
7807 | 2024-08-03T04:05:41.056Z | [ recovery-image] Aug 03 04:05:39.234 INFO O| Aug 03 04:05:39.234 INFO ok! |
7808 | 2024-08-03T04:05:41.056Z | [ recovery-image] Aug 03 04:05:39.234 INFO O| Aug 03 04:05:39.234 INFO STEP 46 (ensure_file) COMPLETE |
7809 | 2024-08-03T04:05:41.059Z | [ recovery-image] Aug 03 04:05:39.234 INFO O| Aug 03 04:05:39.234 INFO STEP 47: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7810 | 2024-08-03T04:05:41.067Z | [ recovery-image] Aug 03 04:05:39.245 INFO O| Aug 03 04:05:39.245 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7811 | 2024-08-03T04:05:41.070Z | [ recovery-image] Aug 03 04:05:39.245 INFO O| Aug 03 04:05:39.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/pkg |
7812 | 2024-08-03T04:05:41.070Z | [ recovery-image] Aug 03 04:05:39.245 INFO O| Aug 03 04:05:39.245 INFO STEP 47 (ensure_dir) COMPLETE |
7813 | 2024-08-03T04:05:41.070Z | [ recovery-image] Aug 03 04:05:39.245 INFO O| Aug 03 04:05:39.245 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7814 | 2024-08-03T04:05:41.077Z | [ recovery-image] Aug 03 04:05:39.255 INFO O| Aug 03 04:05:39.255 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
7815 | 2024-08-03T04:05:41.077Z | [ recovery-image] Aug 03 04:05:39.255 INFO O| Aug 03 04:05:39.255 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
7816 | 2024-08-03T04:05:41.077Z | [ recovery-image] Aug 03 04:05:39.255 INFO O| Aug 03 04:05:39.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/installinator/VERSION |
7817 | 2024-08-03T04:05:41.077Z | [ recovery-image] Aug 03 04:05:39.255 INFO O| Aug 03 04:05:39.255 INFO ok! |
7818 | 2024-08-03T04:05:41.077Z | [ recovery-image] Aug 03 04:05:39.256 INFO O| Aug 03 04:05:39.255 INFO STEP 48 (ensure_file) COMPLETE |
7819 | 2024-08-03T04:05:41.077Z | [ recovery-image] Aug 03 04:05:39.256 INFO O| Aug 03 04:05:39.255 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7820 | 2024-08-03T04:05:41.088Z | [ recovery-image] Aug 03 04:05:39.266 INFO O| Aug 03 04:05:39.266 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7821 | 2024-08-03T04:05:41.088Z | [ recovery-image] Aug 03 04:05:39.266 INFO O| Aug 03 04:05:39.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm |
7822 | 2024-08-03T04:05:41.091Z | [ recovery-image] Aug 03 04:05:39.266 INFO O| Aug 03 04:05:39.266 INFO STEP 49 (ensure_dir) COMPLETE |
7823 | 2024-08-03T04:05:41.091Z | [ recovery-image] Aug 03 04:05:39.266 INFO O| Aug 03 04:05:39.266 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7824 | 2024-08-03T04:05:41.100Z | [ recovery-image] Aug 03 04:05:39.278 INFO O| Aug 03 04:05:39.277 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
7825 | 2024-08-03T04:05:41.100Z | [ recovery-image] Aug 03 04:05:39.278 INFO O| Aug 03 04:05:39.278 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
7826 | 2024-08-03T04:05:41.113Z | [ recovery-image] Aug 03 04:05:39.291 INFO O| Aug 03 04:05:39.291 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
7827 | 2024-08-03T04:05:41.113Z | [ recovery-image] Aug 03 04:05:39.291 INFO O| Aug 03 04:05:39.291 INFO ok! |
7828 | 2024-08-03T04:05:41.113Z | [ recovery-image] Aug 03 04:05:39.291 INFO O| Aug 03 04:05:39.291 INFO STEP 50 (ensure_file) COMPLETE |
7829 | 2024-08-03T04:05:41.117Z | [ recovery-image] Aug 03 04:05:39.291 INFO O| Aug 03 04:05:39.291 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7830 | 2024-08-03T04:05:41.125Z | [ recovery-image] Aug 03 04:05:39.303 INFO O| Aug 03 04:05:39.303 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
7831 | 2024-08-03T04:05:41.125Z | [ recovery-image] Aug 03 04:05:39.303 INFO O| Aug 03 04:05:39.303 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
7832 | 2024-08-03T04:05:41.627Z | [ recovery-image] Aug 03 04:05:39.804 INFO O| Aug 03 04:05:39.804 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
7833 | 2024-08-03T04:05:41.627Z | [ recovery-image] Aug 03 04:05:39.804 INFO O| Aug 03 04:05:39.804 INFO ok! |
7834 | 2024-08-03T04:05:41.634Z | [ recovery-image] Aug 03 04:05:39.804 INFO O| Aug 03 04:05:39.804 INFO STEP 51 (ensure_file) COMPLETE |
7835 | 2024-08-03T04:05:41.634Z | [ recovery-image] Aug 03 04:05:39.804 INFO O| Aug 03 04:05:39.804 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7836 | 2024-08-03T04:05:41.638Z | [ recovery-image] Aug 03 04:05:39.816 INFO O| Aug 03 04:05:39.816 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7837 | 2024-08-03T04:05:41.641Z | [ recovery-image] Aug 03 04:05:39.816 INFO O| Aug 03 04:05:39.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
7838 | 2024-08-03T04:05:41.641Z | [ recovery-image] Aug 03 04:05:39.816 INFO O| Aug 03 04:05:39.816 INFO STEP 52 (ensure_dir) COMPLETE |
7839 | 2024-08-03T04:05:41.641Z | [ recovery-image] Aug 03 04:05:39.816 INFO O| Aug 03 04:05:39.816 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7840 | 2024-08-03T04:05:41.651Z | [ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
7841 | 2024-08-03T04:05:41.651Z | [ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 INFO copying /tmp/.tmpozcuMR/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 ... |
7842 | 2024-08-03T04:05:41.654Z | [ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 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 |
7843 | 2024-08-03T04:05:41.654Z | [ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 INFO ok! |
7844 | 2024-08-03T04:05:41.654Z | [ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 INFO STEP 53 (ensure_file) COMPLETE |
7845 | 2024-08-03T04:05:41.654Z | [ recovery-image] Aug 03 04:05:39.829 INFO O| Aug 03 04:05:39.829 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7846 | 2024-08-03T04:05:41.661Z | [ recovery-image] Aug 03 04:05:39.839 INFO O| Aug 03 04:05:39.839 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
7847 | 2024-08-03T04:05:41.661Z | [ recovery-image] Aug 03 04:05:39.839 INFO O| Aug 03 04:05:39.839 INFO copying /tmp/.tmpozcuMR/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 ... |
7848 | 2024-08-03T04:05:41.664Z | [ recovery-image] Aug 03 04:05:39.839 INFO O| Aug 03 04:05:39.839 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 |
7849 | 2024-08-03T04:05:41.664Z | [ recovery-image] Aug 03 04:05:39.839 INFO O| Aug 03 04:05:39.839 INFO ok! |
7850 | 2024-08-03T04:05:41.664Z | [ recovery-image] Aug 03 04:05:39.840 INFO O| Aug 03 04:05:39.839 INFO STEP 54 (ensure_file) COMPLETE |
7851 | 2024-08-03T04:05:41.664Z | [ recovery-image] Aug 03 04:05:39.840 INFO O| Aug 03 04:05:39.839 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7852 | 2024-08-03T04:05:41.671Z | [ recovery-image] Aug 03 04:05:39.849 INFO O| Aug 03 04:05:39.849 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7853 | 2024-08-03T04:05:41.674Z | [ recovery-image] Aug 03 04:05:39.849 INFO O| Aug 03 04:05:39.849 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
7854 | 2024-08-03T04:05:41.674Z | [ recovery-image] Aug 03 04:05:39.849 INFO O| Aug 03 04:05:39.849 INFO STEP 55 (ensure_dir) COMPLETE |
7855 | 2024-08-03T04:05:41.674Z | [ recovery-image] Aug 03 04:05:39.849 INFO O| Aug 03 04:05:39.849 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7856 | 2024-08-03T04:05:41.681Z | [ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.859 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
7857 | 2024-08-03T04:05:41.684Z | [ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.860 INFO copying /tmp/.tmpozcuMR/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 ... |
7858 | 2024-08-03T04:05:41.684Z | [ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.860 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
7859 | 2024-08-03T04:05:41.684Z | [ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.860 INFO ok! |
7860 | 2024-08-03T04:05:41.684Z | [ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.860 INFO STEP 56 (ensure_file) COMPLETE |
7861 | 2024-08-03T04:05:41.684Z | [ recovery-image] Aug 03 04:05:39.860 INFO O| Aug 03 04:05:39.860 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7862 | 2024-08-03T04:05:41.692Z | [ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
7863 | 2024-08-03T04:05:41.696Z | [ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 INFO copying /tmp/.tmpozcuMR/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 ... |
7864 | 2024-08-03T04:05:41.696Z | [ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 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 |
7865 | 2024-08-03T04:05:41.696Z | [ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 INFO ok! |
7866 | 2024-08-03T04:05:41.696Z | [ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 INFO STEP 57 (ensure_file) COMPLETE |
7867 | 2024-08-03T04:05:41.696Z | [ recovery-image] Aug 03 04:05:39.870 INFO O| Aug 03 04:05:39.870 INFO STEP 58: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7868 | 2024-08-03T04:05:41.702Z | [ recovery-image] Aug 03 04:05:39.880 INFO O| Aug 03 04:05:39.880 INFO creating directory: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7869 | 2024-08-03T04:05:41.702Z | [ recovery-image] Aug 03 04:05:39.880 INFO O| Aug 03 04:05:39.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
7870 | 2024-08-03T04:05:41.705Z | [ recovery-image] Aug 03 04:05:39.880 INFO O| Aug 03 04:05:39.880 INFO STEP 58 (ensure_dir) COMPLETE |
7871 | 2024-08-03T04:05:41.705Z | [ recovery-image] Aug 03 04:05:39.880 INFO O| Aug 03 04:05:39.880 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7872 | 2024-08-03T04:05:41.713Z | [ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
7873 | 2024-08-03T04:05:41.713Z | [ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO copying /tmp/.tmpozcuMR/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 ... |
7874 | 2024-08-03T04:05:41.718Z | [ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
7875 | 2024-08-03T04:05:41.718Z | [ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO ok! |
7876 | 2024-08-03T04:05:41.718Z | [ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO STEP 59 (ensure_file) COMPLETE |
7877 | 2024-08-03T04:05:41.718Z | [ recovery-image] Aug 03 04:05:39.891 INFO O| Aug 03 04:05:39.891 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7878 | 2024-08-03T04:05:41.725Z | [ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
7879 | 2024-08-03T04:05:41.726Z | [ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
7880 | 2024-08-03T04:05:41.726Z | [ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
7881 | 2024-08-03T04:05:41.726Z | [ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO ok! |
7882 | 2024-08-03T04:05:41.726Z | [ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO STEP 60 (ensure_file) COMPLETE |
7883 | 2024-08-03T04:05:41.726Z | [ recovery-image] Aug 03 04:05:39.901 INFO O| Aug 03 04:05:39.901 INFO STEP 61: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7884 | 2024-08-03T04:05:41.733Z | [ recovery-image] Aug 03 04:05:39.911 INFO O| Aug 03 04:05:39.911 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib |
7885 | 2024-08-03T04:05:41.736Z | [ recovery-image] Aug 03 04:05:39.911 INFO O| Aug 03 04:05:39.911 INFO STEP 61 (ensure_dir) COMPLETE |
7886 | 2024-08-03T04:05:41.736Z | [ recovery-image] Aug 03 04:05:39.911 INFO O| Aug 03 04:05:39.911 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7887 | 2024-08-03T04:05:41.743Z | [ recovery-image] Aug 03 04:05:39.921 INFO O| Aug 03 04:05:39.921 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc |
7888 | 2024-08-03T04:05:41.743Z | [ recovery-image] Aug 03 04:05:39.922 INFO O| Aug 03 04:05:39.921 INFO STEP 62 (ensure_dir) COMPLETE |
7889 | 2024-08-03T04:05:41.746Z | [ recovery-image] Aug 03 04:05:39.922 INFO O| Aug 03 04:05:39.921 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7890 | 2024-08-03T04:05:41.753Z | [ recovery-image] Aug 03 04:05:39.931 INFO O| Aug 03 04:05:39.931 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest |
7891 | 2024-08-03T04:05:41.753Z | [ recovery-image] Aug 03 04:05:39.931 INFO O| Aug 03 04:05:39.931 INFO STEP 63 (ensure_dir) COMPLETE |
7892 | 2024-08-03T04:05:41.753Z | [ recovery-image] Aug 03 04:05:39.931 INFO O| Aug 03 04:05:39.931 INFO STEP 64: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7893 | 2024-08-03T04:05:41.763Z | [ recovery-image] Aug 03 04:05:39.941 INFO O| Aug 03 04:05:39.941 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site |
7894 | 2024-08-03T04:05:41.763Z | [ recovery-image] Aug 03 04:05:39.941 INFO O| Aug 03 04:05:39.941 INFO STEP 64 (ensure_dir) COMPLETE |
7895 | 2024-08-03T04:05:41.763Z | [ recovery-image] Aug 03 04:05:39.941 INFO O| Aug 03 04:05:39.941 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
7896 | 2024-08-03T04:05:41.773Z | [ recovery-image] Aug 03 04:05:39.950 INFO O| Aug 03 04:05:39.950 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
7897 | 2024-08-03T04:05:41.773Z | [ recovery-image] Aug 03 04:05:39.951 INFO O| Aug 03 04:05:39.950 INFO copying /tmp/.tmpozcuMR/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
7898 | 2024-08-03T04:05:41.776Z | [ recovery-image] Aug 03 04:05:39.951 INFO O| Aug 03 04:05:39.951 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
7899 | 2024-08-03T04:05:41.776Z | [ recovery-image] Aug 03 04:05:39.951 INFO O| Aug 03 04:05:39.951 INFO ok! |
7900 | 2024-08-03T04:05:41.776Z | [ recovery-image] Aug 03 04:05:39.951 INFO O| Aug 03 04:05:39.951 INFO STEP 65 (ensure_file) COMPLETE |
7901 | 2024-08-03T04:05:41.776Z | [ recovery-image] Aug 03 04:05:39.951 INFO O| Aug 03 04:05:39.951 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7902 | 2024-08-03T04:05:41.783Z | [ recovery-image] Aug 03 04:05:39.961 INFO O| Aug 03 04:05:39.961 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
7903 | 2024-08-03T04:05:41.789Z | [ recovery-image] Aug 03 04:05:39.961 INFO O| Aug 03 04:05:39.961 INFO STEP 66 (remove_files) COMPLETE |
7904 | 2024-08-03T04:05:41.789Z | [ recovery-image] Aug 03 04:05:39.961 INFO O| Aug 03 04:05:39.961 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7905 | 2024-08-03T04:05:41.794Z | [ recovery-image] Aug 03 04:05:39.972 INFO O| Aug 03 04:05:39.972 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/ldap" |
7906 | 2024-08-03T04:05:41.797Z | [ recovery-image] Aug 03 04:05:39.972 INFO O| Aug 03 04:05:39.972 INFO STEP 67 (remove_files) COMPLETE |
7907 | 2024-08-03T04:05:41.797Z | [ recovery-image] Aug 03 04:05:39.972 INFO O| Aug 03 04:05:39.972 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7908 | 2024-08-03T04:05:41.804Z | [ recovery-image] Aug 03 04:05:39.982 INFO O| Aug 03 04:05:39.982 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/rpc" |
7909 | 2024-08-03T04:05:41.807Z | [ recovery-image] Aug 03 04:05:39.983 INFO O| Aug 03 04:05:39.983 INFO STEP 68 (remove_files) COMPLETE |
7910 | 2024-08-03T04:05:41.807Z | [ recovery-image] Aug 03 04:05:39.983 INFO O| Aug 03 04:05:39.983 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7911 | 2024-08-03T04:05:41.815Z | [ recovery-image] Aug 03 04:05:39.993 INFO O| Aug 03 04:05:39.993 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/security" |
7912 | 2024-08-03T04:05:41.818Z | [ recovery-image] Aug 03 04:05:39.993 INFO O| Aug 03 04:05:39.993 INFO STEP 69 (remove_files) COMPLETE |
7913 | 2024-08-03T04:05:41.818Z | [ recovery-image] Aug 03 04:05:39.993 INFO O| Aug 03 04:05:39.993 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7914 | 2024-08-03T04:05:41.825Z | [ recovery-image] Aug 03 04:05:40.003 INFO O| Aug 03 04:05:40.003 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/shares" |
7915 | 2024-08-03T04:05:41.828Z | [ recovery-image] Aug 03 04:05:40.004 INFO O| Aug 03 04:05:40.004 INFO STEP 70 (remove_files) COMPLETE |
7916 | 2024-08-03T04:05:41.828Z | [ recovery-image] Aug 03 04:05:40.004 INFO O| Aug 03 04:05:40.004 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7917 | 2024-08-03T04:05:41.836Z | [ recovery-image] Aug 03 04:05:40.014 INFO O| Aug 03 04:05:40.014 INFO remove tree: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/smb" |
7918 | 2024-08-03T04:05:41.839Z | [ recovery-image] Aug 03 04:05:40.014 INFO O| Aug 03 04:05:40.014 INFO STEP 71 (remove_files) COMPLETE |
7919 | 2024-08-03T04:05:41.839Z | [ recovery-image] Aug 03 04:05:40.014 INFO O| Aug 03 04:05:40.014 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7920 | 2024-08-03T04:05:41.846Z | [ recovery-image] Aug 03 04:05:40.024 INFO O| Aug 03 04:05:40.024 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
7921 | 2024-08-03T04:05:41.846Z | [ recovery-image] Aug 03 04:05:40.024 INFO O| Aug 03 04:05:40.024 INFO STEP 72 (remove_files) COMPLETE |
7922 | 2024-08-03T04:05:41.849Z | [ recovery-image] Aug 03 04:05:40.024 INFO O| Aug 03 04:05:40.024 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7923 | 2024-08-03T04:05:41.856Z | [ recovery-image] Aug 03 04:05:40.034 INFO O| Aug 03 04:05:40.034 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
7924 | 2024-08-03T04:05:41.857Z | [ recovery-image] Aug 03 04:05:40.034 INFO O| Aug 03 04:05:40.034 INFO STEP 73 (remove_files) COMPLETE |
7925 | 2024-08-03T04:05:41.860Z | [ recovery-image] Aug 03 04:05:40.034 INFO O| Aug 03 04:05:40.034 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7926 | 2024-08-03T04:05:41.867Z | [ recovery-image] Aug 03 04:05:40.044 INFO O| Aug 03 04:05:40.044 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
7927 | 2024-08-03T04:05:41.867Z | [ recovery-image] Aug 03 04:05:40.044 INFO O| Aug 03 04:05:40.044 INFO STEP 74 (remove_files) COMPLETE |
7928 | 2024-08-03T04:05:41.867Z | [ recovery-image] Aug 03 04:05:40.044 INFO O| Aug 03 04:05:40.044 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7929 | 2024-08-03T04:05:41.881Z | [ recovery-image] Aug 03 04:05:40.054 INFO O| Aug 03 04:05:40.054 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
7930 | 2024-08-03T04:05:41.893Z | [ recovery-image] Aug 03 04:05:40.054 INFO O| Aug 03 04:05:40.054 INFO STEP 75 (remove_files) COMPLETE |
7931 | 2024-08-03T04:05:41.893Z | [ recovery-image] Aug 03 04:05:40.054 INFO O| Aug 03 04:05:40.054 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7932 | 2024-08-03T04:05:41.893Z | [ recovery-image] Aug 03 04:05:40.064 INFO O| Aug 03 04:05:40.064 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
7933 | 2024-08-03T04:05:41.893Z | [ recovery-image] Aug 03 04:05:40.064 INFO O| Aug 03 04:05:40.064 INFO STEP 76 (remove_files) COMPLETE |
7934 | 2024-08-03T04:05:41.893Z | [ recovery-image] Aug 03 04:05:40.064 INFO O| Aug 03 04:05:40.064 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7935 | 2024-08-03T04:05:41.904Z | [ recovery-image] Aug 03 04:05:40.074 INFO O| Aug 03 04:05:40.074 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
7936 | 2024-08-03T04:05:41.904Z | [ recovery-image] Aug 03 04:05:40.074 INFO O| Aug 03 04:05:40.074 INFO STEP 77 (remove_files) COMPLETE |
7937 | 2024-08-03T04:05:41.904Z | [ recovery-image] Aug 03 04:05:40.074 INFO O| Aug 03 04:05:40.074 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7938 | 2024-08-03T04:05:41.907Z | [ recovery-image] Aug 03 04:05:40.083 INFO O| Aug 03 04:05:40.083 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
7939 | 2024-08-03T04:05:41.907Z | [ recovery-image] Aug 03 04:05:40.083 INFO O| Aug 03 04:05:40.083 INFO STEP 78 (remove_files) COMPLETE |
7940 | 2024-08-03T04:05:41.907Z | [ recovery-image] Aug 03 04:05:40.083 INFO O| Aug 03 04:05:40.083 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7941 | 2024-08-03T04:05:41.920Z | [ recovery-image] Aug 03 04:05:40.093 INFO O| Aug 03 04:05:40.093 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
7942 | 2024-08-03T04:05:41.920Z | [ recovery-image] Aug 03 04:05:40.093 INFO O| Aug 03 04:05:40.093 INFO STEP 79 (remove_files) COMPLETE |
7943 | 2024-08-03T04:05:41.920Z | [ recovery-image] Aug 03 04:05:40.093 INFO O| Aug 03 04:05:40.093 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7944 | 2024-08-03T04:05:41.925Z | [ recovery-image] Aug 03 04:05:40.103 INFO O| Aug 03 04:05:40.103 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
7945 | 2024-08-03T04:05:41.928Z | [ recovery-image] Aug 03 04:05:40.103 INFO O| Aug 03 04:05:40.103 INFO STEP 80 (remove_files) COMPLETE |
7946 | 2024-08-03T04:05:41.928Z | [ recovery-image] Aug 03 04:05:40.103 INFO O| Aug 03 04:05:40.103 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7947 | 2024-08-03T04:05:41.935Z | [ recovery-image] Aug 03 04:05:40.113 INFO O| Aug 03 04:05:40.113 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
7948 | 2024-08-03T04:05:41.935Z | [ recovery-image] Aug 03 04:05:40.113 INFO O| Aug 03 04:05:40.113 INFO STEP 81 (remove_files) COMPLETE |
7949 | 2024-08-03T04:05:41.935Z | [ recovery-image] Aug 03 04:05:40.113 INFO O| Aug 03 04:05:40.113 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7950 | 2024-08-03T04:05:41.944Z | [ recovery-image] Aug 03 04:05:40.122 INFO O| Aug 03 04:05:40.122 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
7951 | 2024-08-03T04:05:41.944Z | [ recovery-image] Aug 03 04:05:40.122 INFO O| Aug 03 04:05:40.122 INFO STEP 82 (remove_files) COMPLETE |
7952 | 2024-08-03T04:05:41.944Z | [ recovery-image] Aug 03 04:05:40.122 INFO O| Aug 03 04:05:40.122 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7953 | 2024-08-03T04:05:41.954Z | [ recovery-image] Aug 03 04:05:40.132 INFO O| Aug 03 04:05:40.132 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
7954 | 2024-08-03T04:05:41.954Z | [ recovery-image] Aug 03 04:05:40.132 INFO O| Aug 03 04:05:40.132 INFO STEP 83 (remove_files) COMPLETE |
7955 | 2024-08-03T04:05:41.954Z | [ recovery-image] Aug 03 04:05:40.132 INFO O| Aug 03 04:05:40.132 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7956 | 2024-08-03T04:05:41.963Z | [ recovery-image] Aug 03 04:05:40.141 INFO O| Aug 03 04:05:40.141 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
7957 | 2024-08-03T04:05:41.963Z | [ recovery-image] Aug 03 04:05:40.141 INFO O| Aug 03 04:05:40.141 INFO STEP 84 (remove_files) COMPLETE |
7958 | 2024-08-03T04:05:41.963Z | [ recovery-image] Aug 03 04:05:40.141 INFO O| Aug 03 04:05:40.141 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7959 | 2024-08-03T04:05:41.973Z | [ recovery-image] Aug 03 04:05:40.151 INFO O| Aug 03 04:05:40.151 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
7960 | 2024-08-03T04:05:41.973Z | [ recovery-image] Aug 03 04:05:40.151 INFO O| Aug 03 04:05:40.151 INFO STEP 85 (remove_files) COMPLETE |
7961 | 2024-08-03T04:05:41.973Z | [ recovery-image] Aug 03 04:05:40.151 INFO O| Aug 03 04:05:40.151 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7962 | 2024-08-03T04:05:41.982Z | [ recovery-image] Aug 03 04:05:40.161 INFO O| Aug 03 04:05:40.161 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
7963 | 2024-08-03T04:05:41.983Z | [ recovery-image] Aug 03 04:05:40.161 INFO O| Aug 03 04:05:40.161 INFO STEP 86 (remove_files) COMPLETE |
7964 | 2024-08-03T04:05:41.983Z | [ recovery-image] Aug 03 04:05:40.161 INFO O| Aug 03 04:05:40.161 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7965 | 2024-08-03T04:05:41.992Z | [ recovery-image] Aug 03 04:05:40.170 INFO O| Aug 03 04:05:40.170 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/dev/sndstat" |
7966 | 2024-08-03T04:05:41.995Z | [ recovery-image] Aug 03 04:05:40.170 INFO O| Aug 03 04:05:40.170 INFO STEP 87 (remove_files) COMPLETE |
7967 | 2024-08-03T04:05:41.995Z | [ recovery-image] Aug 03 04:05:40.170 INFO O| Aug 03 04:05:40.170 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7968 | 2024-08-03T04:05:42.003Z | [ recovery-image] Aug 03 04:05:40.181 INFO O| Aug 03 04:05:40.181 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
7969 | 2024-08-03T04:05:42.003Z | [ recovery-image] Aug 03 04:05:40.181 INFO O| Aug 03 04:05:40.181 INFO STEP 88 (remove_files) COMPLETE |
7970 | 2024-08-03T04:05:42.006Z | [ recovery-image] Aug 03 04:05:40.181 INFO O| Aug 03 04:05:40.181 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7971 | 2024-08-03T04:05:42.012Z | [ recovery-image] Aug 03 04:05:40.191 INFO O| Aug 03 04:05:40.191 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
7972 | 2024-08-03T04:05:42.016Z | [ recovery-image] Aug 03 04:05:40.191 INFO O| Aug 03 04:05:40.191 INFO STEP 89 (remove_files) COMPLETE |
7973 | 2024-08-03T04:05:42.016Z | [ recovery-image] Aug 03 04:05:40.191 INFO O| Aug 03 04:05:40.191 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7974 | 2024-08-03T04:05:42.022Z | [ recovery-image] Aug 03 04:05:40.201 INFO O| Aug 03 04:05:40.201 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
7975 | 2024-08-03T04:05:42.022Z | [ recovery-image] Aug 03 04:05:40.201 INFO O| Aug 03 04:05:40.201 INFO STEP 90 (remove_files) COMPLETE |
7976 | 2024-08-03T04:05:42.025Z | [ recovery-image] Aug 03 04:05:40.201 INFO O| Aug 03 04:05:40.201 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7977 | 2024-08-03T04:05:42.034Z | [ recovery-image] Aug 03 04:05:40.213 INFO O| Aug 03 04:05:40.213 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
7978 | 2024-08-03T04:05:42.037Z | [ recovery-image] Aug 03 04:05:40.213 INFO O| Aug 03 04:05:40.213 INFO STEP 91 (remove_files) COMPLETE |
7979 | 2024-08-03T04:05:42.037Z | [ recovery-image] Aug 03 04:05:40.213 INFO O| Aug 03 04:05:40.213 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7980 | 2024-08-03T04:05:42.045Z | [ recovery-image] Aug 03 04:05:40.223 INFO O| Aug 03 04:05:40.223 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
7981 | 2024-08-03T04:05:42.045Z | [ recovery-image] Aug 03 04:05:40.223 INFO O| Aug 03 04:05:40.223 INFO STEP 92 (remove_files) COMPLETE |
7982 | 2024-08-03T04:05:42.045Z | [ recovery-image] Aug 03 04:05:40.223 INFO O| Aug 03 04:05:40.223 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7983 | 2024-08-03T04:05:42.054Z | [ recovery-image] Aug 03 04:05:40.233 INFO O| Aug 03 04:05:40.232 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
7984 | 2024-08-03T04:05:42.054Z | [ recovery-image] Aug 03 04:05:40.233 INFO O| Aug 03 04:05:40.233 INFO STEP 93 (remove_files) COMPLETE |
7985 | 2024-08-03T04:05:42.057Z | [ recovery-image] Aug 03 04:05:40.233 INFO O| Aug 03 04:05:40.233 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
7986 | 2024-08-03T04:05:42.064Z | [ recovery-image] Aug 03 04:05:40.242 INFO O| Aug 03 04:05:40.242 INFO remove file: "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
7987 | 2024-08-03T04:05:42.068Z | [ recovery-image] Aug 03 04:05:40.242 INFO O| Aug 03 04:05:40.242 INFO STEP 94 (remove_files) COMPLETE |
7988 | 2024-08-03T04:05:42.068Z | [ recovery-image] Aug 03 04:05:40.242 INFO O| Aug 03 04:05:40.242 INFO STEP 95: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs-recovery.json |
7989 | 2024-08-03T04:05:42.079Z | [ recovery-image] Aug 03 04:05:40.257 INFO O| Aug 03 04:05:40.256 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db does not already exist, skipping removal |
7990 | 2024-08-03T04:05:42.082Z | [ recovery-image] Aug 03 04:05:40.257 INFO O| Aug 03 04:05:40.257 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_REPOSITORY": "/rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
7991 | 2024-08-03T04:05:46.126Z | [ recovery-image] Aug 03 04:05:44.303 INFO O| Aug 03 04:05:44.303 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 |
7992 | 2024-08-03T04:05:46.126Z | [ recovery-image] Aug 03 04:05:44.303 INFO O| Aug 03 04:05:44.303 INFO E| svccfg: Loaded 67 smf(7) service descriptions |
7993 | 2024-08-03T04:05:46.144Z | [ recovery-image] Aug 03 04:05:44.322 INFO O| Aug 03 04:05:44.322 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/gimlet/zfs-recovery/a", "SVCCFG_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", "SVCCFG_CHECKHASH": "1"} |
7994 | 2024-08-03T04:05:46.262Z | [ recovery-image] Aug 03 04:05:44.440 INFO O| Aug 03 04:05:44.439 INFO file /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db does not exist |
7995 | 2024-08-03T04:05:46.262Z | [ recovery-image] Aug 03 04:05:44.440 INFO O| Aug 03 04:05:44.440 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 ... |
7996 | 2024-08-03T04:05:46.265Z | [ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/gimlet/zfs-recovery/a/etc/svc/repository.db |
7997 | 2024-08-03T04:05:46.265Z | [ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO ok! |
7998 | 2024-08-03T04:05:46.265Z | [ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO file /rpool/images/build/recovery/tmp/gimlet/zfs-recovery/repo.db exists (as File), removing |
7999 | 2024-08-03T04:05:46.265Z | [ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO STEP 95 (seed_smf) COMPLETE |
8000 | 2024-08-03T04:05:46.266Z | [ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO steps complete; finalising image! |
8001 | 2024-08-03T04:05:46.266Z | [ recovery-image] Aug 03 04:05:44.442 INFO O| Aug 03 04:05:44.442 INFO TRIM POOL: TEMPORARY-gimlet-zfs-recovery |
8002 | 2024-08-03T04:05:46.406Z | [ recovery-image] Aug 03 04:05:44.579 INFO O| Aug 03 04:05:44.579 INFO trim TEMPORARY-gimlet-zfs-recovery: (13% trimmed, started at Sat Aug 3 04:05:44 2024) |
8003 | 2024-08-03T04:05:46.608Z | [ recovery-image] Aug 03 04:05:44.786 INFO O| Aug 03 04:05:44.786 INFO trim TEMPORARY-gimlet-zfs-recovery: (69% trimmed, started at Sat Aug 3 04:05:44 2024) |
8004 | 2024-08-03T04:05:46.830Z | [ recovery-image] Aug 03 04:05:45.008 INFO O| Aug 03 04:05:45.008 INFO temporary pool has 399M used, 1.36G avail, 1.00x compressratio |
8005 | 2024-08-03T04:05:46.830Z | [ recovery-image] Aug 03 04:05:45.008 INFO O| Aug 03 04:05:45.008 INFO EXPORT POOL: TEMPORARY-gimlet-zfs-recovery |
8006 | 2024-08-03T04:05:47.032Z | [ recovery-image] Aug 03 04:05:45.209 INFO O| Aug 03 04:05:45.209 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 |
8007 | 2024-08-03T04:05:47.032Z | [ recovery-image] Aug 03 04:05:45.209 INFO O| Aug 03 04:05:45.209 INFO file /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw does not already exist, skipping removal |
8008 | 2024-08-03T04:05:50.042Z | [ recovery-image] Aug 03 04:05:48.219 INFO O| Aug 03 04:05:48.219 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8009 | 2024-08-03T04:05:50.042Z | [ recovery-image] Aug 03 04:05:48.219 INFO O| Aug 03 04:05:48.219 INFO chmod ok, path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8010 | 2024-08-03T04:05:50.045Z | [ recovery-image] Aug 03 04:05:48.219 INFO O| Aug 03 04:05:48.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/gimlet-zfs-recovery.raw |
8011 | 2024-08-03T04:05:50.045Z | [ recovery-image] Aug 03 04:05:48.219 INFO O| Aug 03 04:05:48.219 INFO completed processing gimlet/zfs-recovery |
8012 | 2024-08-03T04:05:50.045Z | [ recovery-image] Aug 03 04:05:48.219 INFO O| Aug 03 04:05:48.219 INFO DESTROY DATASET: rpool/images/build/recovery/work/gimlet/zfs-recovery |
8013 | 2024-08-03T04:05:50.401Z | [ recovery-image] Aug 03 04:05:48.578 INFO O| Aug 03 04:05:48.578 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/gimlet/zfs-recovery |
8014 | 2024-08-03T04:05:50.476Z | [ recovery-image] Aug 03 04:05:48.653 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n" |
8015 | 2024-08-03T04:05:50.476Z | [ recovery-image] Aug 03 04:05:48.653 INFO expanded image name: "recovery 602f194/${os_short_commit} 2024-08-03 03:41" -> "recovery 602f194/795571e 2024-08-03 03:41" |
8016 | 2024-08-03T04:05:50.479Z | [ recovery-image] Aug 03 04:05:48.653 INFO output artefacts stored in: "/work/os-recovery" |
8017 | 2024-08-03T04:05:50.479Z | [ recovery-image] Aug 03 04:05:48.654 INFO collecting git info from project "image-builder"... |
8018 | 2024-08-03T04:05:50.484Z | [ recovery-image] Aug 03 04:05:48.661 INFO collecting git info from project "pinprick"... |
8019 | 2024-08-03T04:05:50.489Z | [ recovery-image] Aug 03 04:05:48.667 INFO collecting git info from project "phbl"... |
8020 | 2024-08-03T04:05:50.497Z | [ recovery-image] Aug 03 04:05:48.675 INFO collecting git info from project "chelsio-t6-roms"... |
8021 | 2024-08-03T04:05:50.518Z | [ recovery-image] Aug 03 04:05:48.696 INFO collecting git info from project "bootserver"... |
8022 | 2024-08-03T04:05:50.524Z | [ recovery-image] Aug 03 04:05:48.701 INFO collecting git info from project "amd-host-image-builder"... |
8023 | 2024-08-03T04:05:50.759Z | [ recovery-image] Aug 03 04:05:48.937 INFO collecting git info from project "amd-firmware"... |
8024 | 2024-08-03T04:05:50.981Z | [ recovery-image] Aug 03 04:05:49.158 INFO collecting git info from project "pilot"... |
8025 | 2024-08-03T04:05:50.992Z | [ recovery-image] Aug 03 04:05:49.170 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
8026 | 2024-08-03T04:05:51.343Z | [ recovery-image] Aug 03 04:05:49.521 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
8027 | 2024-08-03T04:05:51.689Z | [ recovery-image] Aug 03 04:05:49.866 INFO creating Oxide boot image... |
8028 | 2024-08-03T04:05:51.689Z | [ recovery-image] Aug 03 04:05:49.866 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/gimlet-zfs-recovery.raw", "-N", "recovery 602f194/795571e 2024-08-03 03:41", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
8029 | 2024-08-03T04:06:25.774Z | [ host-image] Aug 03 04:06:23.949 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.22799:20240802T172305Z |
8030 | 2024-08-03T04:06:25.774Z | [ host-image] Aug 03 04:06:23.949 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.22799:20240802T172305Z |
8031 | 2024-08-03T04:06:25.777Z | [ host-image] Aug 03 04:06:23.950 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
8032 | 2024-08-03T04:06:25.777Z | [ host-image] Aug 03 04:06:23.950 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
8033 | 2024-08-03T04:06:25.777Z | [ host-image] Aug 03 04:06:23.950 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
8034 | 2024-08-03T04:06:25.777Z | [ host-image] Aug 03 04:06:23.950 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
8035 | 2024-08-03T04:06:25.777Z | [ host-image] Aug 03 04:06:23.951 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
8036 | 2024-08-03T04:06:25.777Z | [ host-image] Aug 03 04:06:23.951 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
8037 | 2024-08-03T04:06:25.777Z | [ host-image] Aug 03 04:06:23.951 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.22:20240315T231141Z |
8038 | 2024-08-03T04:06:25.777Z | [ host-image] Aug 03 04:06:23.951 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
8039 | 2024-08-03T04:06:25.778Z | [ host-image] Aug 03 04:06:23.951 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.22799:20240802T172305Z |
8040 | 2024-08-03T04:06:25.780Z | [ host-image] Aug 03 04:06:23.953 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.22799:20240802T172306Z |
8041 | 2024-08-03T04:06:25.780Z | [ host-image] Aug 03 04:06:23.954 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.22799:20240802T172306Z |
8042 | 2024-08-03T04:06:25.780Z | [ host-image] Aug 03 04:06:23.954 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.22799:20240802T172306Z |
8043 | 2024-08-03T04:06:25.780Z | [ host-image] Aug 03 04:06:23.954 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
8044 | 2024-08-03T04:06:25.780Z | [ host-image] Aug 03 04:06:23.955 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.22799:20240802T172306Z |
8045 | 2024-08-03T04:06:25.780Z | [ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.22799:20240802T172306Z |
8046 | 2024-08-03T04:06:25.780Z | [ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.22799:20240802T172306Z |
8047 | 2024-08-03T04:06:25.781Z | [ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.22799:20240802T172307Z |
8048 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.22799:20240802T172307Z |
8049 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.22799:20240802T172308Z |
8050 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.956 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.22799:20240802T172308Z |
8051 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.22799:20240802T172308Z |
8052 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.22799:20240802T172309Z |
8053 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.22799:20240802T172310Z |
8054 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.22799:20240802T172310Z |
8055 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.22799:20240802T172311Z |
8056 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.22799:20240802T172312Z |
8057 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/opte@0.33.277:20240715T222928Z |
8058 | 2024-08-03T04:06:25.783Z | [ host-image] Aug 03 04:06:23.957 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.22799:20240802T172313Z |
8059 | 2024-08-03T04:06:25.784Z | [ host-image] Aug 03 04:06:23.958 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.22799:20240802T172315Z |
8060 | 2024-08-03T04:06:25.784Z | [ host-image] Aug 03 04:06:23.958 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.22799:20240802T172316Z |
8061 | 2024-08-03T04:06:25.784Z | [ host-image] Aug 03 04:06:23.958 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.22799:20240802T172317Z |
8062 | 2024-08-03T04:06:25.784Z | [ host-image] Aug 03 04:06:23.959 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.22799:20240802T172318Z |
8063 | 2024-08-03T04:06:25.787Z | [ host-image] Aug 03 04:06:23.959 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.22799:20240802T172318Z |
8064 | 2024-08-03T04:06:25.792Z | [ host-image] Aug 03 04:06:23.968 INFO O| install = pkg://helios-dev/editor/vim@9.0.1443-2.0:20230621T192540Z |
8065 | 2024-08-03T04:06:25.795Z | [ host-image] Aug 03 04:06:23.968 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.22799:20240802T172318Z |
8066 | 2024-08-03T04:06:25.795Z | [ host-image] Aug 03 04:06:23.968 INFO O| install = pkg://helios-dev/library/expat@2.5.0-2.0:20230621T192934Z |
8067 | 2024-08-03T04:06:25.795Z | [ host-image] Aug 03 04:06:23.968 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
8068 | 2024-08-03T04:06:25.796Z | [ host-image] Aug 03 04:06:23.969 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
8069 | 2024-08-03T04:06:25.796Z | [ host-image] Aug 03 04:06:23.969 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.22799:20240802T172318Z |
8070 | 2024-08-03T04:06:25.796Z | [ host-image] Aug 03 04:06:23.969 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
8071 | 2024-08-03T04:06:25.796Z | [ host-image] Aug 03 04:06:23.970 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
8072 | 2024-08-03T04:06:25.796Z | [ host-image] Aug 03 04:06:23.971 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
8073 | 2024-08-03T04:06:25.798Z | [ host-image] Aug 03 04:06:23.971 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
8074 | 2024-08-03T04:06:25.807Z | [ host-image] Aug 03 04:06:23.983 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
8075 | 2024-08-03T04:06:25.808Z | [ host-image] Aug 03 04:06:23.983 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
8076 | 2024-08-03T04:06:25.810Z | [ host-image] Aug 03 04:06:23.983 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
8077 | 2024-08-03T04:06:25.810Z | [ host-image] Aug 03 04:06:23.984 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
8078 | 2024-08-03T04:06:25.810Z | [ host-image] Aug 03 04:06:23.985 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
8079 | 2024-08-03T04:06:25.810Z | [ host-image] Aug 03 04:06:23.985 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
8080 | 2024-08-03T04:06:25.844Z | [ host-image] Aug 03 04:06:24.020 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.14-2.0:20240604T174838Z |
8081 | 2024-08-03T04:06:25.847Z | [ host-image] Aug 03 04:06:24.021 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
8082 | 2024-08-03T04:06:25.847Z | [ host-image] Aug 03 04:06:24.021 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
8083 | 2024-08-03T04:06:25.847Z | [ host-image] Aug 03 04:06:24.021 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.22799:20240802T172320Z |
8084 | 2024-08-03T04:06:25.847Z | [ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.22799:20240802T172326Z |
8085 | 2024-08-03T04:06:25.847Z | [ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
8086 | 2024-08-03T04:06:25.847Z | [ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.22799:20240802T172326Z |
8087 | 2024-08-03T04:06:25.847Z | [ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.1:20240701T171301Z |
8088 | 2024-08-03T04:06:25.847Z | [ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.1:20240701T171311Z |
8089 | 2024-08-03T04:06:25.847Z | [ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/rsync@3.2.7-2.1:20240627T120527Z |
8090 | 2024-08-03T04:06:25.848Z | [ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.22799:20240802T172326Z |
8091 | 2024-08-03T04:06:25.848Z | [ host-image] Aug 03 04:06:24.022 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
8092 | 2024-08-03T04:06:25.851Z | [ host-image] Aug 03 04:06:24.027 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
8093 | 2024-08-03T04:06:25.854Z | [ host-image] Aug 03 04:06:24.027 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
8094 | 2024-08-03T04:06:25.854Z | [ host-image] Aug 03 04:06:24.027 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
8095 | 2024-08-03T04:06:25.854Z | [ host-image] Aug 03 04:06:24.028 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.22799:20240802T172327Z |
8096 | 2024-08-03T04:06:25.854Z | [ host-image] Aug 03 04:06:24.028 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
8097 | 2024-08-03T04:06:25.867Z | [ host-image] Aug 03 04:06:24.042 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
8098 | 2024-08-03T04:06:25.869Z | [ host-image] Aug 03 04:06:24.042 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.22799:20240802T172327Z |
8099 | 2024-08-03T04:06:25.869Z | [ host-image] Aug 03 04:06:24.044 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.22799:20240802T172327Z |
8100 | 2024-08-03T04:06:25.872Z | [ host-image] Aug 03 04:06:24.045 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.22799:20240802T172327Z |
8101 | 2024-08-03T04:06:25.872Z | [ host-image] Aug 03 04:06:24.045 INFO O| install = pkg://helios-dev/service/network/chrony@4.5-2.0:20240418T211951Z |
8102 | 2024-08-03T04:06:25.872Z | [ host-image] Aug 03 04:06:24.046 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.22799:20240802T172329Z |
8103 | 2024-08-03T04:06:25.872Z | [ host-image] Aug 03 04:06:24.046 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.22799:20240802T172329Z |
8104 | 2024-08-03T04:06:25.872Z | [ host-image] Aug 03 04:06:24.046 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.22799:20240802T172329Z |
8105 | 2024-08-03T04:06:25.872Z | [ host-image] Aug 03 04:06:24.047 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.22799:20240802T172329Z |
8106 | 2024-08-03T04:06:25.875Z | [ host-image] Aug 03 04:06:24.050 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
8107 | 2024-08-03T04:06:25.875Z | [ host-image] Aug 03 04:06:24.051 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.22799:20240802T172330Z |
8108 | 2024-08-03T04:06:25.878Z | [ host-image] Aug 03 04:06:24.051 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.22799:20240802T172331Z |
8109 | 2024-08-03T04:06:25.878Z | [ host-image] Aug 03 04:06:24.051 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
8110 | 2024-08-03T04:06:25.878Z | [ host-image] Aug 03 04:06:24.052 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.22799:20240802T172331Z |
8111 | 2024-08-03T04:06:25.878Z | [ host-image] Aug 03 04:06:24.052 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.22799:20240802T172331Z |
8112 | 2024-08-03T04:06:25.878Z | [ host-image] Aug 03 04:06:24.052 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2024.3.31-2.0.22799:20240802T172331Z |
8113 | 2024-08-03T04:06:25.878Z | [ host-image] Aug 03 04:06:24.052 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.22799:20240802T172331Z |
8114 | 2024-08-03T04:06:25.886Z | [ host-image] Aug 03 04:06:24.061 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.22799:20240802T172331Z |
8115 | 2024-08-03T04:06:25.889Z | [ host-image] Aug 03 04:06:24.061 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
8116 | 2024-08-03T04:06:25.889Z | [ host-image] Aug 03 04:06:24.064 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2024.1-2.0.22799:20240802T172332Z |
8117 | 2024-08-03T04:06:25.891Z | [ host-image] Aug 03 04:06:24.066 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.22799:20240802T172332Z |
8118 | 2024-08-03T04:06:25.891Z | [ host-image] Aug 03 04:06:24.066 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.22799:20240802T172332Z |
8119 | 2024-08-03T04:06:25.891Z | [ host-image] Aug 03 04:06:24.066 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.22799:20240802T172332Z |
8120 | 2024-08-03T04:06:25.891Z | [ host-image] Aug 03 04:06:24.067 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.22799:20240802T172332Z |
8121 | 2024-08-03T04:06:25.891Z | [ host-image] Aug 03 04:06:24.067 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.22799:20240802T172333Z |
8122 | 2024-08-03T04:06:25.901Z | [ host-image] Aug 03 04:06:24.077 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.22799:20240802T172334Z |
8123 | 2024-08-03T04:06:25.904Z | [ host-image] Aug 03 04:06:24.077 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.22799:20240802T172333Z |
8124 | 2024-08-03T04:06:25.904Z | [ host-image] Aug 03 04:06:24.077 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.22799:20240802T172333Z |
8125 | 2024-08-03T04:06:25.904Z | [ host-image] Aug 03 04:06:24.079 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.22799:20240802T172333Z |
8126 | 2024-08-03T04:06:25.904Z | [ host-image] Aug 03 04:06:24.079 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.22799:20240802T172334Z |
8127 | 2024-08-03T04:06:25.925Z | [ host-image] Aug 03 04:06:24.100 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.22799:20240802T172337Z |
8128 | 2024-08-03T04:06:25.925Z | [ host-image] Aug 03 04:06:24.100 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.22799:20240802T172334Z |
8129 | 2024-08-03T04:06:25.928Z | [ host-image] Aug 03 04:06:24.100 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.22799:20240802T172334Z |
8130 | 2024-08-03T04:06:25.928Z | [ host-image] Aug 03 04:06:24.101 INFO O| install = pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z |
8131 | 2024-08-03T04:06:25.928Z | [ host-image] Aug 03 04:06:24.101 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z |
8132 | 2024-08-03T04:06:25.954Z | [ host-image] Aug 03 04:06:24.130 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.22799:20240802T172334Z |
8133 | 2024-08-03T04:06:25.957Z | [ host-image] Aug 03 04:06:24.130 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
8134 | 2024-08-03T04:06:25.957Z | [ host-image] Aug 03 04:06:24.130 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.22799:20240802T172335Z |
8135 | 2024-08-03T04:06:25.957Z | [ host-image] Aug 03 04:06:24.130 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.22799:20240802T172335Z |
8136 | 2024-08-03T04:06:25.957Z | [ host-image] Aug 03 04:06:24.131 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.22799:20240802T172335Z |
8137 | 2024-08-03T04:06:25.957Z | [ host-image] Aug 03 04:06:24.132 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
8138 | 2024-08-03T04:06:25.957Z | [ host-image] Aug 03 04:06:24.132 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
8139 | 2024-08-03T04:06:25.957Z | [ host-image] Aug 03 04:06:24.133 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.22799:20240802T172336Z |
8140 | 2024-08-03T04:06:25.960Z | [ host-image] Aug 03 04:06:24.133 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.22799:20240802T172336Z |
8141 | 2024-08-03T04:06:25.960Z | [ host-image] Aug 03 04:06:24.133 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.22799:20240802T172336Z |
8142 | 2024-08-03T04:06:25.960Z | [ host-image] Aug 03 04:06:24.133 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.22799:20240802T172336Z |
8143 | 2024-08-03T04:06:25.960Z | [ host-image] Aug 03 04:06:24.134 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.22799:20240802T172337Z |
8144 | 2024-08-03T04:06:25.960Z | [ host-image] Aug 03 04:06:24.134 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.22799:20240802T172337Z |
8145 | 2024-08-03T04:06:25.965Z | [ host-image] Aug 03 04:06:24.137 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
8146 | 2024-08-03T04:06:25.965Z | [ host-image] Aug 03 04:06:24.137 INFO O| install = pkg://helios-dev/system/microcode/amd@20240710-2.0.22799:20240802T172337Z |
8147 | 2024-08-03T04:06:25.965Z | [ host-image] Aug 03 04:06:24.138 INFO O| install = pkg://helios-dev/system/microcode/intel@20240312-2.0.22799:20240802T172337Z |
8148 | 2024-08-03T04:06:25.965Z | [ host-image] Aug 03 04:06:24.138 INFO O| install = pkg://helios-dev/system/microcode/oxide@20240710-2.0.22799:20240802T172337Z |
8149 | 2024-08-03T04:06:25.968Z | [ host-image] Aug 03 04:06:24.139 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.22799:20240802T172339Z |
8150 | 2024-08-03T04:06:25.968Z | [ host-image] Aug 03 04:06:24.139 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.22799:20240802T172338Z |
8151 | 2024-08-03T04:06:25.968Z | [ host-image] Aug 03 04:06:24.139 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.22799:20240802T172338Z |
8152 | 2024-08-03T04:06:25.968Z | [ host-image] Aug 03 04:06:24.139 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
8153 | 2024-08-03T04:06:25.968Z | [ host-image] Aug 03 04:06:24.139 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
8154 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.140 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.22799:20240802T172340Z |
8155 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.140 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.22799:20240802T172341Z |
8156 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.140 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.22:20240315T231124Z |
8157 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.140 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
8158 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.140 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
8159 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.141 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
8160 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.141 INFO O| install = pkg://helios-dev/text/looker@0.1.0.12-2.0:20230624T124603Z |
8161 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.141 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
8162 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.143 INFO O| install = pkg://helios-dev/web/curl@8.7.1-2.0:20240418T211240Z |
8163 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.143 INFO O| tempdir @ "/tmp/.tmpoT6Yxh/tmp" |
8164 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.143 INFO O| image root @ "/tmp/.tmpoT6Yxh/tmp/root" |
8165 | 2024-08-03T04:06:25.969Z | [ host-image] Aug 03 04:06:24.143 INFO O| creating image... |
8166 | 2024-08-03T04:06:26.441Z | [ host-image] Aug 03 04:06:24.616 INFO O| copying publishers... |
8167 | 2024-08-03T04:06:31.949Z | [ host-image] Aug 03 04:06:30.124 INFO O| adding properties... |
8168 | 2024-08-03T04:06:32.926Z | [ host-image] Aug 03 04:06:31.101 INFO O| installing packages... |
8169 | 2024-08-03T04:06:44.985Z | [ recovery-image] Aug 03 04:06:43.159 INFO O| ok, image written! |
8170 | 2024-08-03T04:06:44.985Z | [ recovery-image] Aug 03 04:06:43.159 INFO O| ok, boot_image_csum file written! |
8171 | 2024-08-03T04:06:44.988Z | [ recovery-image] Aug 03 04:06:43.162 INFO creating boot archive (CPIO)... |
8172 | 2024-08-03T04:06:44.988Z | [ recovery-image] Aug 03 04:06:43.162 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 |
8173 | 2024-08-03T04:06:44.995Z | [ recovery-image] Aug 03 04:06:43.170 INFO E| + root=/rpool/images/build/recovery/work/gimlet/ramdisk |
8174 | 2024-08-03T04:06:44.995Z | [ recovery-image] Aug 03 04:06:43.170 INFO E| + outfile=/work/os-recovery/cpio |
8175 | 2024-08-03T04:06:44.995Z | [ recovery-image] Aug 03 04:06:43.170 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
8176 | 2024-08-03T04:06:44.998Z | [ recovery-image] Aug 03 04:06:43.172 INFO E| + cd /rpool/images/build/recovery/work/gimlet/ramdisk |
8177 | 2024-08-03T04:06:44.998Z | [ recovery-image] Aug 03 04:06:43.172 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
8178 | 2024-08-03T04:06:45.029Z | [ recovery-image] Aug 03 04:06:43.203 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
8179 | 2024-08-03T04:06:45.029Z | [ recovery-image] Aug 03 04:06:43.203 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
8180 | 2024-08-03T04:06:45.035Z | [ recovery-image] Aug 03 04:06:43.210 INFO creating compressed cpio/unix for nanobl-rs... |
8181 | 2024-08-03T04:06:45.038Z | [ recovery-image] Aug 03 04:06:43.210 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 |
8182 | 2024-08-03T04:06:45.316Z | [ recovery-image] Aug 03 04:06:43.490 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
8183 | 2024-08-03T04:06:48.828Z | [ host-image] Aug 03 04:06:47.002 INFO O| seeding SMF database... |
8184 | 2024-08-03T04:06:49.700Z | [ recovery-image] Aug 03 04:06:47.873 INFO creating reset image... |
8185 | 2024-08-03T04:06:49.700Z | [ recovery-image] Aug 03 04:06:47.874 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-recovery/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
8186 | 2024-08-03T04:06:49.915Z | [ recovery-image] Aug 03 04:06:48.089 INFO E| Updating crates.io index |
8187 | 2024-08-03T04:06:50.033Z | [ recovery-image] Aug 03 04:06:48.206 INFO E| Downloading crates ... |
8188 | 2024-08-03T04:06:50.096Z | [ recovery-image] Aug 03 04:06:48.270 INFO E| Downloaded anstyle v1.0.6 |
8189 | 2024-08-03T04:06:50.102Z | [ recovery-image] Aug 03 04:06:48.276 INFO E| Downloaded clap_derive v4.5.3 |
8190 | 2024-08-03T04:06:50.106Z | [ recovery-image] Aug 03 04:06:48.278 INFO E| Downloaded clap v4.5.3 |
8191 | 2024-08-03T04:06:50.112Z | [ recovery-image] Aug 03 04:06:48.286 INFO E| Downloaded duct v0.13.7 |
8192 | 2024-08-03T04:06:50.115Z | [ recovery-image] Aug 03 04:06:48.288 INFO E| Downloaded colorchoice v1.0.0 |
8193 | 2024-08-03T04:06:50.115Z | [ recovery-image] Aug 03 04:06:48.289 INFO E| Downloaded shared_child v1.0.0 |
8194 | 2024-08-03T04:06:50.118Z | [ recovery-image] Aug 03 04:06:48.290 INFO E| Downloaded anstyle-query v1.0.2 |
8195 | 2024-08-03T04:06:50.118Z | [ recovery-image] Aug 03 04:06:48.291 INFO E| Downloaded strsim v0.11.0 |
8196 | 2024-08-03T04:06:50.118Z | [ recovery-image] Aug 03 04:06:48.292 INFO E| Downloaded anstyle-parse v0.2.3 |
8197 | 2024-08-03T04:06:50.121Z | [ recovery-image] Aug 03 04:06:48.294 INFO E| Downloaded os_pipe v1.1.5 |
8198 | 2024-08-03T04:06:50.124Z | [ recovery-image] Aug 03 04:06:48.297 INFO E| Downloaded proc-macro2 v1.0.79 |
8199 | 2024-08-03T04:06:50.128Z | [ recovery-image] Aug 03 04:06:48.302 INFO E| Downloaded anstream v0.6.13 |
8200 | 2024-08-03T04:06:50.143Z | [ recovery-image] Aug 03 04:06:48.317 INFO E| Downloaded clap_builder v4.5.2 |
8201 | 2024-08-03T04:06:50.150Z | [ recovery-image] Aug 03 04:06:48.324 INFO E| Downloaded syn v2.0.53 |
8202 | 2024-08-03T04:06:50.182Z | [ recovery-image] Aug 03 04:06:48.356 INFO E| Downloaded libc v0.2.153 |
8203 | 2024-08-03T04:06:50.252Z | [ recovery-image] Aug 03 04:06:48.425 INFO E| Compiling proc-macro2 v1.0.79 |
8204 | 2024-08-03T04:06:50.252Z | [ recovery-image] Aug 03 04:06:48.425 INFO E| Compiling unicode-ident v1.0.12 |
8205 | 2024-08-03T04:06:50.252Z | [ recovery-image] Aug 03 04:06:48.425 INFO E| Compiling libc v0.2.153 |
8206 | 2024-08-03T04:06:50.255Z | [ recovery-image] Aug 03 04:06:48.426 INFO E| Compiling utf8parse v0.2.1 |
8207 | 2024-08-03T04:06:50.255Z | [ recovery-image] Aug 03 04:06:48.426 INFO E| Compiling anstyle-query v1.0.2 |
8208 | 2024-08-03T04:06:50.255Z | [ recovery-image] Aug 03 04:06:48.426 INFO E| Compiling colorchoice v1.0.0 |
8209 | 2024-08-03T04:06:50.255Z | [ recovery-image] Aug 03 04:06:48.426 INFO E| Compiling anstyle v1.0.6 |
8210 | 2024-08-03T04:06:50.255Z | [ recovery-image] Aug 03 04:06:48.426 INFO E| Compiling strsim v0.11.0 |
8211 | 2024-08-03T04:06:50.515Z | [ recovery-image] Aug 03 04:06:48.689 INFO E| Compiling anstyle-parse v0.2.3 |
8212 | 2024-08-03T04:06:50.515Z | [ recovery-image] Aug 03 04:06:48.689 INFO E| Compiling clap_lex v0.7.0 |
8213 | 2024-08-03T04:06:50.532Z | [ recovery-image] Aug 03 04:06:48.706 INFO E| Compiling heck v0.5.0 |
8214 | 2024-08-03T04:06:50.621Z | [ recovery-image] Aug 03 04:06:48.795 INFO E| Compiling once_cell v1.19.0 |
8215 | 2024-08-03T04:06:50.879Z | [ recovery-image] Aug 03 04:06:49.053 INFO E| Compiling anstream v0.6.13 |
8216 | 2024-08-03T04:06:51.291Z | [ recovery-image] Aug 03 04:06:49.465 INFO E| Compiling clap_builder v4.5.2 |
8217 | 2024-08-03T04:06:51.961Z | [ recovery-image] Aug 03 04:06:50.135 INFO E| Compiling quote v1.0.35 |
8218 | 2024-08-03T04:06:52.034Z | [ recovery-image] Aug 03 04:06:50.208 INFO E| Compiling os_pipe v1.1.5 |
8219 | 2024-08-03T04:06:52.034Z | [ recovery-image] Aug 03 04:06:50.208 INFO E| Compiling shared_child v1.0.0 |
8220 | 2024-08-03T04:06:52.310Z | [ recovery-image] Aug 03 04:06:50.484 INFO E| Compiling duct v0.13.7 |
8221 | 2024-08-03T04:06:52.380Z | [ recovery-image] Aug 03 04:06:50.553 INFO E| Compiling syn v2.0.53 |
8222 | 2024-08-03T04:06:57.375Z | [ recovery-image] Aug 03 04:06:55.548 INFO E| Compiling clap_derive v4.5.3 |
8223 | 2024-08-03T04:06:58.182Z | [ host-image] Aug 03 04:06:56.355 INFO O| configuring SMF profile... |
8224 | 2024-08-03T04:06:58.182Z | [ host-image] Aug 03 04:06:56.355 INFO O| modifying shadow(5)... |
8225 | 2024-08-03T04:06:58.185Z | [ host-image] Aug 03 04:06:56.355 INFO O| loading user and group database... |
8226 | 2024-08-03T04:06:58.185Z | [ host-image] Aug 03 04:06:56.355 INFO O| assessing packaged files... |
8227 | 2024-08-03T04:06:59.371Z | [ recovery-image] Aug 03 04:06:57.544 INFO E| Compiling clap v4.5.3 |
8228 | 2024-08-03T04:06:59.423Z | [ recovery-image] Aug 03 04:06:57.596 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
8229 | 2024-08-03T04:07:00.527Z | [ host-image] Aug 03 04:06:58.700 INFO O| creating archive... |
8230 | 2024-08-03T04:07:00.545Z | [ recovery-image] Aug 03 04:06:58.718 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.79s |
8231 | 2024-08-03T04:07:00.553Z | [ recovery-image] Aug 03 04:06:58.727 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z` |
8232 | 2024-08-03T04:07:00.561Z | [ host-image] Aug 03 04:06:58.734 INFO O| missing from packaging: |
8233 | 2024-08-03T04:07:00.561Z | [ host-image] Aug 03 04:06:58.734 INFO O| "etc/.pwd.lock" |
8234 | 2024-08-03T04:07:00.564Z | [ host-image] Aug 03 04:06:58.734 INFO O| "etc/bash" |
8235 | 2024-08-03T04:07:00.567Z | [ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/profile/generic.xml" |
8236 | 2024-08-03T04:07:00.567Z | [ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/profile/inetd_services.xml" |
8237 | 2024-08-03T04:07:00.567Z | [ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/profile/name_service.xml" |
8238 | 2024-08-03T04:07:00.567Z | [ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/profile/platform.xml" |
8239 | 2024-08-03T04:07:00.567Z | [ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/profile/platform_omicron1.xml" |
8240 | 2024-08-03T04:07:00.567Z | [ host-image] Aug 03 04:06:58.740 INFO O| "etc/svc/repository.db" |
8241 | 2024-08-03T04:07:00.575Z | [ host-image] Aug 03 04:06:58.749 INFO O| "opt/ooce/share" |
8242 | 2024-08-03T04:07:00.575Z | [ host-image] Aug 03 04:06:58.749 INFO O| "opt/ooce/share/man" |
8243 | 2024-08-03T04:07:00.578Z | [ host-image] Aug 03 04:06:58.749 INFO O| "opt/ooce/share/man/man1" |
8244 | 2024-08-03T04:07:00.585Z | [ host-image] Aug 03 04:06:58.758 INFO O| finishing archive... |
8245 | 2024-08-03T04:07:00.675Z | [ recovery-image] Aug 03 04:06:58.848 INFO E| Updating crates.io index |
8246 | 2024-08-03T04:07:00.839Z | [ recovery-image] Aug 03 04:06:59.012 INFO E| Downloading crates ... |
8247 | 2024-08-03T04:07:00.882Z | [ recovery-image] Aug 03 04:06:59.055 INFO E| Downloaded cpio_reader v0.1.1 |
8248 | 2024-08-03T04:07:00.896Z | [ recovery-image] Aug 03 04:06:59.069 INFO E| Downloaded seq-macro v0.3.5 |
8249 | 2024-08-03T04:07:00.899Z | [ recovery-image] Aug 03 04:06:59.071 INFO E| Downloaded bit_field v0.10.2 |
8250 | 2024-08-03T04:07:00.912Z | [ recovery-image] Aug 03 04:06:59.085 INFO E| Downloaded raw-cpuid v10.7.0 |
8251 | 2024-08-03T04:07:00.919Z | [ recovery-image] Aug 03 04:06:59.092 INFO E| Downloaded goblin v0.8.0 |
8252 | 2024-08-03T04:07:01.013Z | [ recovery-image] Aug 03 04:06:59.186 INFO E| Downloaded x86 v0.52.0 |
8253 | 2024-08-03T04:07:01.083Z | [ recovery-image] Aug 03 04:06:59.255 INFO E| Updating crates.io index |
8254 | 2024-08-03T04:07:01.137Z | [ recovery-image] Aug 03 04:06:59.311 INFO E| Downloading crates ... |
8255 | 2024-08-03T04:07:01.199Z | [ recovery-image] Aug 03 04:06:59.372 INFO E| Downloaded compiler_builtins v0.1.108 |
8256 | 2024-08-03T04:07:01.210Z | [ recovery-image] Aug 03 04:06:59.383 INFO E| Downloaded rustc-demangle v0.1.23 |
8257 | 2024-08-03T04:07:01.212Z | [ recovery-image] Aug 03 04:06:59.384 INFO E| Downloaded allocator-api2 v0.2.16 |
8258 | 2024-08-03T04:07:01.269Z | [ recovery-image] Aug 03 04:06:59.442 INFO E| Compiling compiler_builtins v0.1.108 |
8259 | 2024-08-03T04:07:01.269Z | [ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
8260 | 2024-08-03T04:07:01.272Z | [ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling proc-macro2 v1.0.79 |
8261 | 2024-08-03T04:07:01.272Z | [ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling unicode-ident v1.0.12 |
8262 | 2024-08-03T04:07:01.272Z | [ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling syn v1.0.109 |
8263 | 2024-08-03T04:07:01.272Z | [ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling x86 v0.52.0 |
8264 | 2024-08-03T04:07:01.272Z | [ recovery-image] Aug 03 04:06:59.443 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
8265 | 2024-08-03T04:07:01.275Z | [ recovery-image] Aug 03 04:06:59.448 INFO E| Compiling seq-macro v0.3.5 |
8266 | 2024-08-03T04:07:02.363Z | [ recovery-image] Aug 03 04:07:00.536 INFO E| Compiling quote v1.0.35 |
8267 | 2024-08-03T04:07:02.670Z | [ recovery-image] Aug 03 04:07:00.843 INFO E| Compiling syn v2.0.53 |
8268 | 2024-08-03T04:07:03.572Z | [ host-image] Aug 03 04:07:01.745 INFO O| creating gzonly manifest... |
8269 | 2024-08-03T04:07:03.585Z | [ host-image] Aug 03 04:07:01.758 INFO O| ok |
8270 | 2024-08-03T04:07:03.686Z | [ host-image] Aug 03 04:07:01.859 INFO image builder template: ramdisk-02-trim... |
8271 | 2024-08-03T04:07:03.686Z | [ host-image] Aug 03 04:07:01.860 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/.tmpozcuMR/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.277", "-n", "ramdisk-02-trim"], pwd: None |
8272 | 2024-08-03T04:07:03.718Z | [ host-image] Aug 03 04:07:01.891 INFO O| Aug 03 04:07:01.891 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8273 | 2024-08-03T04:07:03.724Z | [ host-image] Aug 03 04:07:01.897 INFO O| Aug 03 04:07:01.897 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8274 | 2024-08-03T04:07:03.878Z | [ host-image] Aug 03 04:07:02.051 INFO O| Aug 03 04:07:02.051 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/ramdisk-02-trim: sync = disabled |
8275 | 2024-08-03T04:07:03.985Z | [ host-image] Aug 03 04:07:02.158 INFO O| Aug 03 04:07:02.158 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8276 | 2024-08-03T04:07:03.988Z | [ host-image] Aug 03 04:07:02.158 INFO O| Aug 03 04:07:02.158 INFO work dataset: rpool/images/build/host/work/gimlet/ramdisk |
8277 | 2024-08-03T04:07:03.992Z | [ host-image] Aug 03 04:07:02.165 INFO O| Aug 03 04:07:02.165 INFO looking for output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8278 | 2024-08-03T04:07:03.997Z | [ host-image] Aug 03 04:07:02.170 INFO O| Aug 03 04:07:02.170 INFO looking for input snapshot rpool/images/build/host/work/gimlet/ramdisk@os |
8279 | 2024-08-03T04:07:04.003Z | [ host-image] Aug 03 04:07:02.176 INFO O| Aug 03 04:07:02.176 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@os |
8280 | 2024-08-03T04:07:04.262Z | [ host-image] Aug 03 04:07:02.435 INFO O| Aug 03 04:07:02.435 INFO rolled back to input snapshot; work may begin |
8281 | 2024-08-03T04:07:04.262Z | [ host-image] Aug 03 04:07:02.435 INFO O| Aug 03 04:07:02.435 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/ramdisk |
8282 | 2024-08-03T04:07:04.268Z | [ host-image] Aug 03 04:07:02.441 INFO O| Aug 03 04:07:02.441 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8283 | 2024-08-03T04:07:04.280Z | [ host-image] Aug 03 04:07:02.453 INFO O| Aug 03 04:07:02.453 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/var/pkg" |
8284 | 2024-08-03T04:07:04.331Z | [ host-image] Aug 03 04:07:02.504 INFO O| Aug 03 04:07:02.504 INFO STEP 0 (remove_files) COMPLETE |
8285 | 2024-08-03T04:07:04.331Z | [ host-image] Aug 03 04:07:02.504 INFO O| Aug 03 04:07:02.504 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8286 | 2024-08-03T04:07:04.345Z | [ host-image] Aug 03 04:07:02.518 INFO O| Aug 03 04:07:02.518 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/xpg4" |
8287 | 2024-08-03T04:07:04.348Z | [ host-image] Aug 03 04:07:02.520 INFO O| Aug 03 04:07:02.520 INFO STEP 1 (remove_files) COMPLETE |
8288 | 2024-08-03T04:07:04.348Z | [ host-image] Aug 03 04:07:02.520 INFO O| Aug 03 04:07:02.520 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8289 | 2024-08-03T04:07:04.360Z | [ host-image] Aug 03 04:07:02.533 INFO O| Aug 03 04:07:02.533 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/include" |
8290 | 2024-08-03T04:07:04.373Z | [ host-image] Aug 03 04:07:02.546 INFO O| Aug 03 04:07:02.546 INFO STEP 2 (remove_files) COMPLETE |
8291 | 2024-08-03T04:07:04.373Z | [ host-image] Aug 03 04:07:02.546 INFO O| Aug 03 04:07:02.546 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8292 | 2024-08-03T04:07:04.387Z | [ host-image] Aug 03 04:07:02.560 INFO O| Aug 03 04:07:02.560 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/demo" |
8293 | 2024-08-03T04:07:04.390Z | [ host-image] Aug 03 04:07:02.562 INFO O| Aug 03 04:07:02.562 INFO STEP 3 (remove_files) COMPLETE |
8294 | 2024-08-03T04:07:04.390Z | [ host-image] Aug 03 04:07:02.562 INFO O| Aug 03 04:07:02.562 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8295 | 2024-08-03T04:07:04.402Z | [ host-image] Aug 03 04:07:02.575 INFO O| Aug 03 04:07:02.575 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/help" |
8296 | 2024-08-03T04:07:04.407Z | [ host-image] Aug 03 04:07:02.579 INFO O| Aug 03 04:07:02.579 INFO STEP 4 (remove_files) COMPLETE |
8297 | 2024-08-03T04:07:04.407Z | [ host-image] Aug 03 04:07:02.579 INFO O| Aug 03 04:07:02.579 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8298 | 2024-08-03T04:07:04.420Z | [ host-image] Aug 03 04:07:02.593 INFO O| Aug 03 04:07:02.593 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/doc" |
8299 | 2024-08-03T04:07:04.423Z | [ host-image] Aug 03 04:07:02.596 INFO O| Aug 03 04:07:02.596 INFO STEP 5 (remove_files) COMPLETE |
8300 | 2024-08-03T04:07:04.424Z | [ host-image] Aug 03 04:07:02.596 INFO O| Aug 03 04:07:02.596 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8301 | 2024-08-03T04:07:04.436Z | [ host-image] Aug 03 04:07:02.609 INFO O| Aug 03 04:07:02.609 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/bash-completion" |
8302 | 2024-08-03T04:07:04.448Z | [ host-image] Aug 03 04:07:02.621 INFO O| Aug 03 04:07:02.621 INFO STEP 6 (remove_files) COMPLETE |
8303 | 2024-08-03T04:07:04.448Z | [ host-image] Aug 03 04:07:02.621 INFO O| Aug 03 04:07:02.621 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8304 | 2024-08-03T04:07:04.463Z | [ host-image] Aug 03 04:07:02.636 INFO O| Aug 03 04:07:02.636 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/perl5/5.36/man" |
8305 | 2024-08-03T04:07:04.476Z | [ host-image] Aug 03 04:07:02.649 INFO O| Aug 03 04:07:02.649 INFO STEP 7 (remove_files) COMPLETE |
8306 | 2024-08-03T04:07:04.480Z | [ host-image] Aug 03 04:07:02.649 INFO O| Aug 03 04:07:02.649 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8307 | 2024-08-03T04:07:04.493Z | [ host-image] Aug 03 04:07:02.665 INFO O| Aug 03 04:07:02.665 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/share/man/man3ssl" |
8308 | 2024-08-03T04:07:04.576Z | [ host-image] Aug 03 04:07:02.749 INFO O| Aug 03 04:07:02.749 INFO STEP 8 (remove_files) COMPLETE |
8309 | 2024-08-03T04:07:04.576Z | [ host-image] Aug 03 04:07:02.749 INFO O| Aug 03 04:07:02.749 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8310 | 2024-08-03T04:07:04.592Z | [ host-image] Aug 03 04:07:02.765 INFO O| Aug 03 04:07:02.765 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/ssl-3/man" |
8311 | 2024-08-03T04:07:04.680Z | [ host-image] Aug 03 04:07:02.853 INFO O| Aug 03 04:07:02.853 INFO STEP 9 (remove_files) COMPLETE |
8312 | 2024-08-03T04:07:04.680Z | [ host-image] Aug 03 04:07:02.853 INFO O| Aug 03 04:07:02.853 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8313 | 2024-08-03T04:07:04.696Z | [ host-image] Aug 03 04:07:02.869 INFO O| Aug 03 04:07:02.869 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/etc/net-snmp" |
8314 | 2024-08-03T04:07:04.702Z | [ host-image] Aug 03 04:07:02.875 INFO O| Aug 03 04:07:02.875 INFO STEP 10 (remove_files) COMPLETE |
8315 | 2024-08-03T04:07:04.702Z | [ host-image] Aug 03 04:07:02.875 INFO O| Aug 03 04:07:02.875 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8316 | 2024-08-03T04:07:04.717Z | [ host-image] Aug 03 04:07:02.890 INFO O| Aug 03 04:07:02.890 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/bin/i386" |
8317 | 2024-08-03T04:07:04.721Z | [ host-image] Aug 03 04:07:02.892 INFO O| Aug 03 04:07:02.892 INFO STEP 11 (remove_files) COMPLETE |
8318 | 2024-08-03T04:07:04.721Z | [ host-image] Aug 03 04:07:02.892 INFO O| Aug 03 04:07:02.892 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8319 | 2024-08-03T04:07:04.735Z | [ host-image] Aug 03 04:07:02.907 INFO O| Aug 03 04:07:02.907 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86xpv" |
8320 | 2024-08-03T04:07:04.738Z | [ host-image] Aug 03 04:07:02.910 INFO O| Aug 03 04:07:02.910 INFO STEP 12 (remove_files) COMPLETE |
8321 | 2024-08-03T04:07:04.738Z | [ host-image] Aug 03 04:07:02.910 INFO O| Aug 03 04:07:02.910 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8322 | 2024-08-03T04:07:04.779Z | [ host-image] Aug 03 04:07:02.952 INFO O| Aug 03 04:07:02.952 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
8323 | 2024-08-03T04:07:04.782Z | [ host-image] Aug 03 04:07:02.953 INFO O| Aug 03 04:07:02.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
8324 | 2024-08-03T04:07:04.782Z | [ host-image] Aug 03 04:07:02.953 INFO O| Aug 03 04:07:02.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
8325 | 2024-08-03T04:07:04.782Z | [ host-image] Aug 03 04:07:02.954 INFO O| Aug 03 04:07:02.953 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
8326 | 2024-08-03T04:07:04.782Z | [ host-image] Aug 03 04:07:02.954 INFO O| Aug 03 04:07:02.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
8327 | 2024-08-03T04:07:04.782Z | [ host-image] Aug 03 04:07:02.954 INFO O| Aug 03 04:07:02.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
8328 | 2024-08-03T04:07:04.782Z | [ host-image] Aug 03 04:07:02.954 INFO O| Aug 03 04:07:02.954 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
8329 | 2024-08-03T04:07:04.782Z | [ host-image] Aug 03 04:07:02.955 INFO O| Aug 03 04:07:02.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
8330 | 2024-08-03T04:07:04.782Z | [ host-image] Aug 03 04:07:02.955 INFO O| Aug 03 04:07:02.955 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
8331 | 2024-08-03T04:07:04.792Z | [ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
8332 | 2024-08-03T04:07:04.792Z | [ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
8333 | 2024-08-03T04:07:04.792Z | [ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
8334 | 2024-08-03T04:07:04.792Z | [ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
8335 | 2024-08-03T04:07:04.792Z | [ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
8336 | 2024-08-03T04:07:04.792Z | [ host-image] Aug 03 04:07:02.956 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
8337 | 2024-08-03T04:07:04.792Z | [ host-image] Aug 03 04:07:02.957 INFO O| Aug 03 04:07:02.956 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
8338 | 2024-08-03T04:07:04.792Z | [ host-image] Aug 03 04:07:02.957 INFO O| Aug 03 04:07:02.957 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
8339 | 2024-08-03T04:07:05.114Z | [ host-image] Aug 03 04:07:03.287 INFO O| Aug 03 04:07:03.287 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libtddl.a" |
8340 | 2024-08-03T04:07:05.163Z | [ host-image] Aug 03 04:07:03.336 INFO O| Aug 03 04:07:03.336 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/libncurses++.a" |
8341 | 2024-08-03T04:07:05.176Z | [ host-image] Aug 03 04:07:03.349 INFO O| Aug 03 04:07:03.349 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libncurses++.a" |
8342 | 2024-08-03T04:07:05.179Z | [ host-image] Aug 03 04:07:03.351 INFO O| Aug 03 04:07:03.351 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/amd64/libtddl.a" |
8343 | 2024-08-03T04:07:05.232Z | [ host-image] Aug 03 04:07:03.405 INFO O| Aug 03 04:07:03.405 INFO STEP 13 (remove_files) COMPLETE |
8344 | 2024-08-03T04:07:05.232Z | [ host-image] Aug 03 04:07:03.405 INFO O| Aug 03 04:07:03.405 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8345 | 2024-08-03T04:07:05.246Z | [ host-image] Aug 03 04:07:03.419 INFO O| Aug 03 04:07:03.419 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/boot" |
8346 | 2024-08-03T04:07:05.249Z | [ host-image] Aug 03 04:07:03.421 INFO O| Aug 03 04:07:03.421 INFO STEP 14 (remove_files) COMPLETE |
8347 | 2024-08-03T04:07:05.249Z | [ host-image] Aug 03 04:07:03.421 INFO O| Aug 03 04:07:03.421 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8348 | 2024-08-03T04:07:05.260Z | [ host-image] Aug 03 04:07:03.433 INFO O| Aug 03 04:07:03.433 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/platform/i86pc" |
8349 | 2024-08-03T04:07:05.270Z | [ host-image] Aug 03 04:07:03.443 INFO O| Aug 03 04:07:03.443 INFO STEP 15 (remove_files) COMPLETE |
8350 | 2024-08-03T04:07:05.273Z | [ host-image] Aug 03 04:07:03.443 INFO O| Aug 03 04:07:03.443 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8351 | 2024-08-03T04:07:05.282Z | [ host-image] Aug 03 04:07:03.455 INFO O| Aug 03 04:07:03.455 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86xpv" |
8352 | 2024-08-03T04:07:05.285Z | [ host-image] Aug 03 04:07:03.456 INFO O| Aug 03 04:07:03.456 INFO STEP 16 (remove_files) COMPLETE |
8353 | 2024-08-03T04:07:05.285Z | [ host-image] Aug 03 04:07:03.456 INFO O| Aug 03 04:07:03.456 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8354 | 2024-08-03T04:07:05.300Z | [ host-image] Aug 03 04:07:03.472 INFO O| Aug 03 04:07:03.472 INFO remove tree: "/rpool/images/build/host/work/gimlet/ramdisk/usr/platform/i86pc" |
8355 | 2024-08-03T04:07:05.302Z | [ host-image] Aug 03 04:07:03.474 INFO O| Aug 03 04:07:03.474 INFO STEP 17 (remove_files) COMPLETE |
8356 | 2024-08-03T04:07:05.303Z | [ host-image] Aug 03 04:07:03.474 INFO O| Aug 03 04:07:03.474 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8357 | 2024-08-03T04:07:05.317Z | [ host-image] Aug 03 04:07:03.490 INFO O| Aug 03 04:07:03.490 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/acpica" |
8358 | 2024-08-03T04:07:05.317Z | [ host-image] Aug 03 04:07:03.490 INFO O| Aug 03 04:07:03.490 INFO STEP 18 (remove_files) COMPLETE |
8359 | 2024-08-03T04:07:05.320Z | [ host-image] Aug 03 04:07:03.491 INFO O| Aug 03 04:07:03.490 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8360 | 2024-08-03T04:07:05.332Z | [ host-image] Aug 03 04:07:03.505 INFO O| Aug 03 04:07:03.505 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/tem" |
8361 | 2024-08-03T04:07:05.332Z | [ host-image] Aug 03 04:07:03.505 INFO O| Aug 03 04:07:03.505 INFO STEP 19 (remove_files) COMPLETE |
8362 | 2024-08-03T04:07:05.336Z | [ host-image] Aug 03 04:07:03.505 INFO O| Aug 03 04:07:03.505 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8363 | 2024-08-03T04:07:05.348Z | [ host-image] Aug 03 04:07:03.521 INFO O| Aug 03 04:07:03.521 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/misc/amd64/kbtrans" |
8364 | 2024-08-03T04:07:05.348Z | [ host-image] Aug 03 04:07:03.521 INFO O| Aug 03 04:07:03.521 INFO STEP 20 (remove_files) COMPLETE |
8365 | 2024-08-03T04:07:05.351Z | [ host-image] Aug 03 04:07:03.521 INFO O| Aug 03 04:07:03.521 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8366 | 2024-08-03T04:07:05.363Z | [ host-image] Aug 03 04:07:03.536 INFO O| Aug 03 04:07:03.536 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/wc" |
8367 | 2024-08-03T04:07:05.367Z | [ host-image] Aug 03 04:07:03.537 INFO O| Aug 03 04:07:03.537 INFO STEP 21 (remove_files) COMPLETE |
8368 | 2024-08-03T04:07:05.367Z | [ host-image] Aug 03 04:07:03.537 INFO O| Aug 03 04:07:03.537 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8369 | 2024-08-03T04:07:05.381Z | [ host-image] Aug 03 04:07:03.553 INFO O| Aug 03 04:07:03.553 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_drv" |
8370 | 2024-08-03T04:07:05.381Z | [ host-image] Aug 03 04:07:03.553 INFO O| Aug 03 04:07:03.553 INFO STEP 22 (remove_files) COMPLETE |
8371 | 2024-08-03T04:07:05.381Z | [ host-image] Aug 03 04:07:03.553 INFO O| Aug 03 04:07:03.553 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8372 | 2024-08-03T04:07:05.395Z | [ host-image] Aug 03 04:07:03.568 INFO O| Aug 03 04:07:03.568 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/conskbd" |
8373 | 2024-08-03T04:07:05.395Z | [ host-image] Aug 03 04:07:03.568 INFO O| Aug 03 04:07:03.568 INFO STEP 23 (remove_files) COMPLETE |
8374 | 2024-08-03T04:07:05.398Z | [ host-image] Aug 03 04:07:03.568 INFO O| Aug 03 04:07:03.568 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8375 | 2024-08-03T04:07:05.411Z | [ host-image] Aug 03 04:07:03.584 INFO O| Aug 03 04:07:03.584 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/tzmon" |
8376 | 2024-08-03T04:07:05.411Z | [ host-image] Aug 03 04:07:03.584 INFO O| Aug 03 04:07:03.584 INFO STEP 24 (remove_files) COMPLETE |
8377 | 2024-08-03T04:07:05.414Z | [ host-image] Aug 03 04:07:03.584 INFO O| Aug 03 04:07:03.584 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8378 | 2024-08-03T04:07:05.423Z | [ host-image] Aug 03 04:07:03.596 INFO O| Aug 03 04:07:03.596 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/power" |
8379 | 2024-08-03T04:07:05.423Z | [ host-image] Aug 03 04:07:03.596 INFO O| Aug 03 04:07:03.596 INFO STEP 25 (remove_files) COMPLETE |
8380 | 2024-08-03T04:07:05.423Z | [ host-image] Aug 03 04:07:03.596 INFO O| Aug 03 04:07:03.596 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8381 | 2024-08-03T04:07:05.439Z | [ host-image] Aug 03 04:07:03.612 INFO O| Aug 03 04:07:03.612 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio" |
8382 | 2024-08-03T04:07:05.439Z | [ host-image] Aug 03 04:07:03.612 INFO O| Aug 03 04:07:03.612 INFO STEP 26 (remove_files) COMPLETE |
8383 | 2024-08-03T04:07:05.439Z | [ host-image] Aug 03 04:07:03.612 INFO O| Aug 03 04:07:03.612 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8384 | 2024-08-03T04:07:05.454Z | [ host-image] Aug 03 04:07:03.627 INFO O| Aug 03 04:07:03.627 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audio1575" |
8385 | 2024-08-03T04:07:05.454Z | [ host-image] Aug 03 04:07:03.628 INFO O| Aug 03 04:07:03.627 INFO STEP 27 (remove_files) COMPLETE |
8386 | 2024-08-03T04:07:05.457Z | [ host-image] Aug 03 04:07:03.628 INFO O| Aug 03 04:07:03.627 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8387 | 2024-08-03T04:07:05.473Z | [ host-image] Aug 03 04:07:03.645 INFO O| Aug 03 04:07:03.645 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audioens" |
8388 | 2024-08-03T04:07:05.473Z | [ host-image] Aug 03 04:07:03.645 INFO O| Aug 03 04:07:03.645 INFO STEP 28 (remove_files) COMPLETE |
8389 | 2024-08-03T04:07:05.478Z | [ host-image] Aug 03 04:07:03.645 INFO O| Aug 03 04:07:03.645 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8390 | 2024-08-03T04:07:05.485Z | [ host-image] Aug 03 04:07:03.658 INFO O| Aug 03 04:07:03.658 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiopci" |
8391 | 2024-08-03T04:07:05.485Z | [ host-image] Aug 03 04:07:03.659 INFO O| Aug 03 04:07:03.658 INFO STEP 29 (remove_files) COMPLETE |
8392 | 2024-08-03T04:07:05.485Z | [ host-image] Aug 03 04:07:03.659 INFO O| Aug 03 04:07:03.658 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8393 | 2024-08-03T04:07:05.499Z | [ host-image] Aug 03 04:07:03.672 INFO O| Aug 03 04:07:03.672 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/audiots" |
8394 | 2024-08-03T04:07:05.499Z | [ host-image] Aug 03 04:07:03.672 INFO O| Aug 03 04:07:03.672 INFO STEP 30 (remove_files) COMPLETE |
8395 | 2024-08-03T04:07:05.499Z | [ host-image] Aug 03 04:07:03.672 INFO O| Aug 03 04:07:03.672 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8396 | 2024-08-03T04:07:05.511Z | [ host-image] Aug 03 04:07:03.684 INFO O| Aug 03 04:07:03.684 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ehci" |
8397 | 2024-08-03T04:07:05.514Z | [ host-image] Aug 03 04:07:03.684 INFO O| Aug 03 04:07:03.684 INFO STEP 31 (remove_files) COMPLETE |
8398 | 2024-08-03T04:07:05.514Z | [ host-image] Aug 03 04:07:03.684 INFO O| Aug 03 04:07:03.684 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8399 | 2024-08-03T04:07:05.523Z | [ host-image] Aug 03 04:07:03.696 INFO O| Aug 03 04:07:03.696 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hid" |
8400 | 2024-08-03T04:07:05.523Z | [ host-image] Aug 03 04:07:03.696 INFO O| Aug 03 04:07:03.696 INFO STEP 32 (remove_files) COMPLETE |
8401 | 2024-08-03T04:07:05.526Z | [ host-image] Aug 03 04:07:03.696 INFO O| Aug 03 04:07:03.696 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8402 | 2024-08-03T04:07:05.539Z | [ host-image] Aug 03 04:07:03.712 INFO O| Aug 03 04:07:03.712 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/hubd" |
8403 | 2024-08-03T04:07:05.539Z | [ host-image] Aug 03 04:07:03.712 INFO O| Aug 03 04:07:03.712 INFO STEP 33 (remove_files) COMPLETE |
8404 | 2024-08-03T04:07:05.542Z | [ host-image] Aug 03 04:07:03.712 INFO O| Aug 03 04:07:03.712 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8405 | 2024-08-03T04:07:05.551Z | [ host-image] Aug 03 04:07:03.724 INFO O| Aug 03 04:07:03.724 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/ohci" |
8406 | 2024-08-03T04:07:05.551Z | [ host-image] Aug 03 04:07:03.724 INFO O| Aug 03 04:07:03.724 INFO STEP 34 (remove_files) COMPLETE |
8407 | 2024-08-03T04:07:05.554Z | [ host-image] Aug 03 04:07:03.724 INFO O| Aug 03 04:07:03.724 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8408 | 2024-08-03T04:07:05.563Z | [ host-image] Aug 03 04:07:03.736 INFO O| Aug 03 04:07:03.735 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/scsa2usb" |
8409 | 2024-08-03T04:07:05.563Z | [ host-image] Aug 03 04:07:03.736 INFO O| Aug 03 04:07:03.736 INFO STEP 35 (remove_files) COMPLETE |
8410 | 2024-08-03T04:07:05.567Z | [ host-image] Aug 03 04:07:03.736 INFO O| Aug 03 04:07:03.736 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8411 | 2024-08-03T04:07:05.579Z | [ host-image] Aug 03 04:07:03.753 INFO O| Aug 03 04:07:03.752 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/uhci" |
8412 | 2024-08-03T04:07:05.579Z | [ host-image] Aug 03 04:07:03.753 INFO O| Aug 03 04:07:03.753 INFO STEP 36 (remove_files) COMPLETE |
8413 | 2024-08-03T04:07:05.579Z | [ host-image] Aug 03 04:07:03.753 INFO O| Aug 03 04:07:03.753 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8414 | 2024-08-03T04:07:05.596Z | [ host-image] Aug 03 04:07:03.769 INFO O| Aug 03 04:07:03.769 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ac" |
8415 | 2024-08-03T04:07:05.596Z | [ host-image] Aug 03 04:07:03.769 INFO O| Aug 03 04:07:03.769 INFO STEP 37 (remove_files) COMPLETE |
8416 | 2024-08-03T04:07:05.596Z | [ host-image] Aug 03 04:07:03.769 INFO O| Aug 03 04:07:03.769 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8417 | 2024-08-03T04:07:05.612Z | [ host-image] Aug 03 04:07:03.785 INFO O| Aug 03 04:07:03.785 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_as" |
8418 | 2024-08-03T04:07:05.612Z | [ host-image] Aug 03 04:07:03.785 INFO O| Aug 03 04:07:03.785 INFO STEP 38 (remove_files) COMPLETE |
8419 | 2024-08-03T04:07:05.612Z | [ host-image] Aug 03 04:07:03.785 INFO O| Aug 03 04:07:03.785 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8420 | 2024-08-03T04:07:05.628Z | [ host-image] Aug 03 04:07:03.801 INFO O| Aug 03 04:07:03.801 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_ia" |
8421 | 2024-08-03T04:07:05.628Z | [ host-image] Aug 03 04:07:03.801 INFO O| Aug 03 04:07:03.801 INFO STEP 39 (remove_files) COMPLETE |
8422 | 2024-08-03T04:07:05.628Z | [ host-image] Aug 03 04:07:03.801 INFO O| Aug 03 04:07:03.801 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8423 | 2024-08-03T04:07:05.646Z | [ host-image] Aug 03 04:07:03.819 INFO O| Aug 03 04:07:03.819 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usb_mid" |
8424 | 2024-08-03T04:07:05.646Z | [ host-image] Aug 03 04:07:03.819 INFO O| Aug 03 04:07:03.819 INFO STEP 40 (remove_files) COMPLETE |
8425 | 2024-08-03T04:07:05.646Z | [ host-image] Aug 03 04:07:03.819 INFO O| Aug 03 04:07:03.819 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8426 | 2024-08-03T04:07:05.663Z | [ host-image] Aug 03 04:07:03.836 INFO O| Aug 03 04:07:03.836 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/usbprn" |
8427 | 2024-08-03T04:07:05.663Z | [ host-image] Aug 03 04:07:03.836 INFO O| Aug 03 04:07:03.836 INFO STEP 41 (remove_files) COMPLETE |
8428 | 2024-08-03T04:07:05.666Z | [ host-image] Aug 03 04:07:03.836 INFO O| Aug 03 04:07:03.836 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8429 | 2024-08-03T04:07:05.681Z | [ host-image] Aug 03 04:07:03.853 INFO O| Aug 03 04:07:03.853 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/xhci" |
8430 | 2024-08-03T04:07:05.681Z | [ host-image] Aug 03 04:07:03.853 INFO O| Aug 03 04:07:03.853 INFO STEP 42 (remove_files) COMPLETE |
8431 | 2024-08-03T04:07:05.685Z | [ host-image] Aug 03 04:07:03.853 INFO O| Aug 03 04:07:03.853 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8432 | 2024-08-03T04:07:05.699Z | [ host-image] Aug 03 04:07:03.870 INFO O| Aug 03 04:07:03.870 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhm" |
8433 | 2024-08-03T04:07:05.699Z | [ host-image] Aug 03 04:07:03.870 INFO O| Aug 03 04:07:03.870 INFO STEP 43 (remove_files) COMPLETE |
8434 | 2024-08-03T04:07:05.699Z | [ host-image] Aug 03 04:07:03.870 INFO O| Aug 03 04:07:03.870 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8435 | 2024-08-03T04:07:05.714Z | [ host-image] Aug 03 04:07:03.887 INFO O| Aug 03 04:07:03.886 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nb5000" |
8436 | 2024-08-03T04:07:05.717Z | [ host-image] Aug 03 04:07:03.887 INFO O| Aug 03 04:07:03.887 INFO STEP 44 (remove_files) COMPLETE |
8437 | 2024-08-03T04:07:05.718Z | [ host-image] Aug 03 04:07:03.887 INFO O| Aug 03 04:07:03.887 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8438 | 2024-08-03T04:07:05.727Z | [ host-image] Aug 03 04:07:03.898 INFO O| Aug 03 04:07:03.898 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mc-amd" |
8439 | 2024-08-03T04:07:05.727Z | [ host-image] Aug 03 04:07:03.898 INFO O| Aug 03 04:07:03.898 INFO STEP 45 (remove_files) COMPLETE |
8440 | 2024-08-03T04:07:05.730Z | [ host-image] Aug 03 04:07:03.898 INFO O| Aug 03 04:07:03.898 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8441 | 2024-08-03T04:07:05.736Z | [ host-image] Aug 03 04:07:03.909 INFO O| Aug 03 04:07:03.909 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/acpi_toshiba" |
8442 | 2024-08-03T04:07:05.736Z | [ host-image] Aug 03 04:07:03.909 INFO O| Aug 03 04:07:03.909 INFO STEP 46 (remove_files) COMPLETE |
8443 | 2024-08-03T04:07:05.741Z | [ host-image] Aug 03 04:07:03.909 INFO O| Aug 03 04:07:03.909 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8444 | 2024-08-03T04:07:05.751Z | [ host-image] Aug 03 04:07:03.921 INFO O| Aug 03 04:07:03.921 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/intel_nhmex" |
8445 | 2024-08-03T04:07:05.751Z | [ host-image] Aug 03 04:07:03.921 INFO O| Aug 03 04:07:03.921 INFO STEP 47 (remove_files) COMPLETE |
8446 | 2024-08-03T04:07:05.751Z | [ host-image] Aug 03 04:07:03.921 INFO O| Aug 03 04:07:03.921 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8447 | 2024-08-03T04:07:05.762Z | [ host-image] Aug 03 04:07:03.933 INFO O| Aug 03 04:07:03.933 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/intel_nhmex.conf" |
8448 | 2024-08-03T04:07:05.762Z | [ host-image] Aug 03 04:07:03.934 INFO O| Aug 03 04:07:03.934 INFO STEP 48 (remove_files) COMPLETE |
8449 | 2024-08-03T04:07:05.762Z | [ host-image] Aug 03 04:07:03.934 INFO O| Aug 03 04:07:03.934 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8450 | 2024-08-03T04:07:05.776Z | [ host-image] Aug 03 04:07:03.948 INFO O| Aug 03 04:07:03.948 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/amd64/mpt" |
8451 | 2024-08-03T04:07:05.776Z | [ host-image] Aug 03 04:07:03.949 INFO O| Aug 03 04:07:03.948 INFO STEP 49 (remove_files) COMPLETE |
8452 | 2024-08-03T04:07:05.776Z | [ host-image] Aug 03 04:07:03.949 INFO O| Aug 03 04:07:03.949 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8453 | 2024-08-03T04:07:05.789Z | [ host-image] Aug 03 04:07:03.962 INFO O| Aug 03 04:07:03.962 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/kernel/drv/mpt.conf" |
8454 | 2024-08-03T04:07:05.789Z | [ host-image] Aug 03 04:07:03.962 INFO O| Aug 03 04:07:03.962 INFO STEP 50 (remove_files) COMPLETE |
8455 | 2024-08-03T04:07:05.792Z | [ host-image] Aug 03 04:07:03.962 INFO O| Aug 03 04:07:03.962 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8456 | 2024-08-03T04:07:05.802Z | [ host-image] Aug 03 04:07:03.975 INFO O| Aug 03 04:07:03.975 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
8457 | 2024-08-03T04:07:05.802Z | [ host-image] Aug 03 04:07:03.975 INFO O| Aug 03 04:07:03.975 INFO STEP 51 (remove_files) COMPLETE |
8458 | 2024-08-03T04:07:05.802Z | [ host-image] Aug 03 04:07:03.975 INFO O| Aug 03 04:07:03.975 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8459 | 2024-08-03T04:07:05.808Z | [ recovery-image] Aug 03 04:07:03.981 INFO E| Compiling scroll_derive v0.12.0 |
8460 | 2024-08-03T04:07:05.815Z | [ host-image] Aug 03 04:07:03.988 INFO O| Aug 03 04:07:03.988 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
8461 | 2024-08-03T04:07:05.815Z | [ host-image] Aug 03 04:07:03.988 INFO O| Aug 03 04:07:03.988 INFO STEP 52 (remove_files) COMPLETE |
8462 | 2024-08-03T04:07:05.818Z | [ host-image] Aug 03 04:07:03.988 INFO O| Aug 03 04:07:03.988 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8463 | 2024-08-03T04:07:05.827Z | [ host-image] Aug 03 04:07:04.000 INFO O| Aug 03 04:07:04.000 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/bootadm" |
8464 | 2024-08-03T04:07:05.827Z | [ host-image] Aug 03 04:07:04.000 INFO O| Aug 03 04:07:04.000 INFO STEP 53 (remove_files) COMPLETE |
8465 | 2024-08-03T04:07:05.827Z | [ host-image] Aug 03 04:07:04.000 INFO O| Aug 03 04:07:04.000 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8466 | 2024-08-03T04:07:05.840Z | [ host-image] Aug 03 04:07:04.013 INFO O| Aug 03 04:07:04.013 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/bootadm" |
8467 | 2024-08-03T04:07:05.840Z | [ host-image] Aug 03 04:07:04.013 INFO O| Aug 03 04:07:04.013 INFO STEP 54 (remove_files) COMPLETE |
8468 | 2024-08-03T04:07:05.840Z | [ host-image] Aug 03 04:07:04.013 INFO O| Aug 03 04:07:04.013 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8469 | 2024-08-03T04:07:05.853Z | [ host-image] Aug 03 04:07:04.026 INFO O| Aug 03 04:07:04.026 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/sbin/beadm" |
8470 | 2024-08-03T04:07:05.853Z | [ host-image] Aug 03 04:07:04.026 INFO O| Aug 03 04:07:04.026 INFO STEP 55 (remove_files) COMPLETE |
8471 | 2024-08-03T04:07:05.854Z | [ host-image] Aug 03 04:07:04.026 INFO O| Aug 03 04:07:04.026 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8472 | 2024-08-03T04:07:05.868Z | [ host-image] Aug 03 04:07:04.041 INFO O| Aug 03 04:07:04.041 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/usr/sbin/beadm" |
8473 | 2024-08-03T04:07:05.871Z | [ host-image] Aug 03 04:07:04.041 INFO O| Aug 03 04:07:04.041 INFO STEP 56 (remove_files) COMPLETE |
8474 | 2024-08-03T04:07:05.871Z | [ host-image] Aug 03 04:07:04.041 INFO O| Aug 03 04:07:04.041 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8475 | 2024-08-03T04:07:05.878Z | [ host-image] Aug 03 04:07:04.051 INFO O| Aug 03 04:07:04.051 INFO remove file: "/rpool/images/build/host/work/gimlet/ramdisk/etc/default/tar" |
8476 | 2024-08-03T04:07:05.878Z | [ host-image] Aug 03 04:07:04.052 INFO O| Aug 03 04:07:04.051 INFO STEP 57 (remove_files) COMPLETE |
8477 | 2024-08-03T04:07:05.881Z | [ host-image] Aug 03 04:07:04.052 INFO O| Aug 03 04:07:04.052 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8478 | 2024-08-03T04:07:05.889Z | [ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
8479 | 2024-08-03T04:07:05.892Z | [ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap ... |
8480 | 2024-08-03T04:07:05.892Z | [ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8481 | 2024-08-03T04:07:05.892Z | [ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8482 | 2024-08-03T04:07:05.892Z | [ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8483 | 2024-08-03T04:07:05.892Z | [ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/method/keymap |
8484 | 2024-08-03T04:07:05.892Z | [ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO ok! |
8485 | 2024-08-03T04:07:05.892Z | [ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO STEP 58 (ensure_file) COMPLETE |
8486 | 2024-08-03T04:07:05.892Z | [ host-image] Aug 03 04:07:04.062 INFO O| Aug 03 04:07:04.062 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8487 | 2024-08-03T04:07:05.903Z | [ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 WARN file /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
8488 | 2024-08-03T04:07:05.903Z | [ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk ... |
8489 | 2024-08-03T04:07:05.906Z | [ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8490 | 2024-08-03T04:07:05.906Z | [ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8491 | 2024-08-03T04:07:05.906Z | [ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8492 | 2024-08-03T04:07:05.906Z | [ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/lib/svc/bin/rootisramdisk |
8493 | 2024-08-03T04:07:05.906Z | [ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO ok! |
8494 | 2024-08-03T04:07:05.906Z | [ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO STEP 59 (ensure_file) COMPLETE |
8495 | 2024-08-03T04:07:05.906Z | [ host-image] Aug 03 04:07:04.076 INFO O| Aug 03 04:07:04.076 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8496 | 2024-08-03T04:07:05.914Z | [ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO file /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile does not exist |
8497 | 2024-08-03T04:07:05.915Z | [ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile ... |
8498 | 2024-08-03T04:07:05.918Z | [ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bash_profile |
8499 | 2024-08-03T04:07:05.918Z | [ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO ok! |
8500 | 2024-08-03T04:07:05.918Z | [ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO STEP 60 (ensure_file) COMPLETE |
8501 | 2024-08-03T04:07:05.918Z | [ host-image] Aug 03 04:07:04.088 INFO O| Aug 03 04:07:04.088 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8502 | 2024-08-03T04:07:05.925Z | [ host-image] Aug 03 04:07:04.098 INFO O| Aug 03 04:07:04.098 WARN file /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
8503 | 2024-08-03T04:07:05.925Z | [ host-image] Aug 03 04:07:04.098 INFO O| Aug 03 04:07:04.098 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc ... |
8504 | 2024-08-03T04:07:05.928Z | [ host-image] Aug 03 04:07:04.099 INFO O| Aug 03 04:07:04.099 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/root/.bashrc |
8505 | 2024-08-03T04:07:05.928Z | [ host-image] Aug 03 04:07:04.099 INFO O| Aug 03 04:07:04.099 INFO ok! |
8506 | 2024-08-03T04:07:05.928Z | [ host-image] Aug 03 04:07:04.099 INFO O| Aug 03 04:07:04.099 INFO STEP 61 (ensure_file) COMPLETE |
8507 | 2024-08-03T04:07:05.929Z | [ host-image] Aug 03 04:07:04.099 INFO O| Aug 03 04:07:04.099 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8508 | 2024-08-03T04:07:05.936Z | [ host-image] Aug 03 04:07:04.109 INFO O| Aug 03 04:07:04.109 WARN file /rpool/images/build/host/work/gimlet/ramdisk/etc/motd exists, with wrong contents, unlinking |
8509 | 2024-08-03T04:07:05.936Z | [ host-image] Aug 03 04:07:04.109 INFO O| Aug 03 04:07:04.109 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/gimlet/ramdisk/etc/motd ... |
8510 | 2024-08-03T04:07:05.940Z | [ host-image] Aug 03 04:07:04.109 INFO O| Aug 03 04:07:04.109 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8511 | 2024-08-03T04:07:05.940Z | [ host-image] Aug 03 04:07:04.109 INFO O| Aug 03 04:07:04.109 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/motd |
8512 | 2024-08-03T04:07:05.940Z | [ host-image] Aug 03 04:07:04.109 INFO O| Aug 03 04:07:04.109 INFO ok! |
8513 | 2024-08-03T04:07:05.940Z | [ host-image] Aug 03 04:07:04.110 INFO O| Aug 03 04:07:04.109 INFO STEP 62 (ensure_file) COMPLETE |
8514 | 2024-08-03T04:07:05.940Z | [ host-image] Aug 03 04:07:04.110 INFO O| Aug 03 04:07:04.109 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8515 | 2024-08-03T04:07:05.949Z | [ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf does not exist |
8516 | 2024-08-03T04:07:05.949Z | [ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-zfs:dbuf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf ... |
8517 | 2024-08-03T04:07:05.952Z | [ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8518 | 2024-08-03T04:07:05.952Z | [ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/zfs:dbuf |
8519 | 2024-08-03T04:07:05.952Z | [ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO ok! |
8520 | 2024-08-03T04:07:05.952Z | [ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO STEP 63 (ensure_file) COMPLETE |
8521 | 2024-08-03T04:07:05.952Z | [ host-image] Aug 03 04:07:04.122 INFO O| Aug 03 04:07:04.122 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8522 | 2024-08-03T04:07:05.960Z | [ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme does not exist |
8523 | 2024-08-03T04:07:05.962Z | [ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-system-nvme -> /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme ... |
8524 | 2024-08-03T04:07:05.962Z | [ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme |
8525 | 2024-08-03T04:07:05.962Z | [ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/nvme |
8526 | 2024-08-03T04:07:05.963Z | [ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO ok! |
8527 | 2024-08-03T04:07:05.963Z | [ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO STEP 64 (ensure_file) COMPLETE |
8528 | 2024-08-03T04:07:05.963Z | [ host-image] Aug 03 04:07:04.133 INFO O| Aug 03 04:07:04.133 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8529 | 2024-08-03T04:07:05.974Z | [ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly does not exist |
8530 | 2024-08-03T04:07:05.974Z | [ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO writing /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly ... |
8531 | 2024-08-03T04:07:05.977Z | [ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/system.d/.self-assembly |
8532 | 2024-08-03T04:07:05.977Z | [ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO ok! |
8533 | 2024-08-03T04:07:05.977Z | [ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO STEP 65 (assemble_files) COMPLETE |
8534 | 2024-08-03T04:07:05.977Z | [ host-image] Aug 03 04:07:04.147 INFO O| Aug 03 04:07:04.147 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8535 | 2024-08-03T04:07:05.987Z | [ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.160 INFO file /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf does not exist |
8536 | 2024-08-03T04:07:05.988Z | [ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.160 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf ... |
8537 | 2024-08-03T04:07:05.988Z | [ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.161 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8538 | 2024-08-03T04:07:05.991Z | [ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.161 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/etc/dumpadm.conf |
8539 | 2024-08-03T04:07:05.991Z | [ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.161 INFO ok! |
8540 | 2024-08-03T04:07:05.991Z | [ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.161 INFO STEP 66 (ensure_file) COMPLETE |
8541 | 2024-08-03T04:07:05.991Z | [ host-image] Aug 03 04:07:04.161 INFO O| Aug 03 04:07:04.161 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8542 | 2024-08-03T04:07:05.999Z | [ host-image] Aug 03 04:07:04.172 INFO O| Aug 03 04:07:04.172 INFO creating directory: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8543 | 2024-08-03T04:07:05.999Z | [ host-image] Aug 03 04:07:04.172 INFO O| Aug 03 04:07:04.172 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8544 | 2024-08-03T04:07:06.002Z | [ host-image] Aug 03 04:07:04.172 INFO O| Aug 03 04:07:04.172 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline |
8545 | 2024-08-03T04:07:06.002Z | [ host-image] Aug 03 04:07:04.172 INFO O| Aug 03 04:07:04.172 INFO STEP 67 (ensure_dir) COMPLETE |
8546 | 2024-08-03T04:07:06.002Z | [ host-image] Aug 03 04:07:04.172 INFO O| Aug 03 04:07:04.172 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8547 | 2024-08-03T04:07:06.016Z | [ host-image] Aug 03 04:07:04.189 INFO O| Aug 03 04:07:04.189 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
8548 | 2024-08-03T04:07:06.016Z | [ host-image] Aug 03 04:07:04.189 INFO O| Aug 03 04:07:04.189 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 ... |
8549 | 2024-08-03T04:07:06.026Z | [ host-image] Aug 03 04:07:04.200 INFO O| Aug 03 04:07:04.199 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 |
8550 | 2024-08-03T04:07:06.027Z | [ host-image] Aug 03 04:07:04.200 INFO O| Aug 03 04:07:04.200 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
8551 | 2024-08-03T04:07:06.030Z | [ host-image] Aug 03 04:07:04.200 INFO O| Aug 03 04:07:04.200 INFO ok! |
8552 | 2024-08-03T04:07:06.030Z | [ host-image] Aug 03 04:07:04.200 INFO O| Aug 03 04:07:04.200 INFO STEP 68 (ensure_file) COMPLETE |
8553 | 2024-08-03T04:07:06.030Z | [ host-image] Aug 03 04:07:04.200 INFO O| Aug 03 04:07:04.200 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8554 | 2024-08-03T04:07:06.041Z | [ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 INFO file /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
8555 | 2024-08-03T04:07:06.044Z | [ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 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 ... |
8556 | 2024-08-03T04:07:06.044Z | [ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 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 |
8557 | 2024-08-03T04:07:06.044Z | [ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 INFO chown ok, path: /rpool/images/build/host/work/gimlet/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
8558 | 2024-08-03T04:07:06.044Z | [ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 INFO ok! |
8559 | 2024-08-03T04:07:06.044Z | [ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 INFO STEP 69 (ensure_file) COMPLETE |
8560 | 2024-08-03T04:07:06.044Z | [ host-image] Aug 03 04:07:04.214 INFO O| Aug 03 04:07:04.214 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/ramdisk-02-trim.json |
8561 | 2024-08-03T04:07:06.063Z | [ host-image] Aug 03 04:07:04.235 INFO O| Aug 03 04:07:04.235 INFO file /rpool/images/build/host/output/gimlet-ramdisk.tar does not already exist, skipping removal |
8562 | 2024-08-03T04:07:06.063Z | [ host-image] Aug 03 04:07:04.235 INFO O| Aug 03 04:07:04.235 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/ramdisk", "."] |
8563 | 2024-08-03T04:07:08.433Z | [ host-image] Aug 03 04:07:06.606 INFO O| Aug 03 04:07:06.606 INFO STEP 70 (pack_tar) COMPLETE |
8564 | 2024-08-03T04:07:08.440Z | [ host-image] Aug 03 04:07:06.606 INFO O| Aug 03 04:07:06.606 INFO creating output snapshot rpool/images/build/host/work/gimlet/ramdisk@trim |
8565 | 2024-08-03T04:07:08.440Z | [ host-image] Aug 03 04:07:06.606 INFO O| Aug 03 04:07:06.606 INFO CREATE SNAPSHOT: rpool/images/build/host/work/gimlet/ramdisk@trim |
8566 | 2024-08-03T04:07:08.713Z | [ host-image] Aug 03 04:07:06.885 INFO O| Aug 03 04:07:06.885 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/ramdisk-02-trim |
8567 | 2024-08-03T04:07:08.784Z | [ host-image] Aug 03 04:07:06.956 INFO O| Aug 03 04:07:06.956 INFO completed processing gimlet/ramdisk-02-trim |
8568 | 2024-08-03T04:07:08.787Z | [ host-image] Aug 03 04:07:06.959 INFO image builder template: zfs... |
8569 | 2024-08-03T04:07:08.787Z | [ host-image] Aug 03 04:07:06.959 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/.tmpozcuMR/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.277", "-n", "zfs"], pwd: None |
8570 | 2024-08-03T04:07:08.800Z | [ host-image] Aug 03 04:07:06.973 INFO O| Aug 03 04:07:06.973 INFO skip include "stress" because feature "stress" is not enabled |
8571 | 2024-08-03T04:07:08.839Z | [ host-image] Aug 03 04:07:07.012 INFO O| Aug 03 04:07:07.012 INFO temporary dataset: rpool/images/build/host/tmp/gimlet/zfs |
8572 | 2024-08-03T04:07:08.846Z | [ host-image] Aug 03 04:07:07.019 INFO O| Aug 03 04:07:07.019 INFO CREATE DATASET: rpool/images/build/host/tmp/gimlet/zfs |
8573 | 2024-08-03T04:07:08.915Z | [ host-image] Aug 03 04:07:07.088 INFO O| Aug 03 04:07:07.088 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/gimlet/zfs: sync = disabled |
8574 | 2024-08-03T04:07:08.968Z | [ host-image] Aug 03 04:07:07.141 INFO O| Aug 03 04:07:07.141 INFO temporary directory: /rpool/images/build/host/tmp/gimlet/zfs |
8575 | 2024-08-03T04:07:08.968Z | [ host-image] Aug 03 04:07:07.141 INFO O| Aug 03 04:07:07.141 INFO work dataset: rpool/images/build/host/work/gimlet/zfs |
8576 | 2024-08-03T04:07:08.973Z | [ host-image] Aug 03 04:07:07.146 INFO O| Aug 03 04:07:07.146 INFO CREATE DATASET: rpool/images/build/host/work/gimlet/zfs |
8577 | 2024-08-03T04:07:08.993Z | [ recovery-image] Aug 03 04:07:07.166 INFO E| Compiling bitstruct_derive v0.1.0 |
8578 | 2024-08-03T04:07:09.037Z | [ host-image] Aug 03 04:07:07.210 INFO O| Aug 03 04:07:07.210 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/gimlet/zfs: sync = disabled |
8579 | 2024-08-03T04:07:09.083Z | [ host-image] Aug 03 04:07:07.256 INFO O| Aug 03 04:07:07.256 INFO DESTROY POOL: TEMPORARY-gimlet-zfs |
8580 | 2024-08-03T04:07:09.097Z | [ host-image] Aug 03 04:07:07.269 INFO O| Aug 03 04:07:07.269 INFO image file: /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8581 | 2024-08-03T04:07:09.102Z | [ host-image] Aug 03 04:07:07.275 INFO O| Aug 03 04:07:07.275 INFO pool altroot: /rpool/images/build/host/work/gimlet/zfs/altroot |
8582 | 2024-08-03T04:07:09.102Z | [ host-image] Aug 03 04:07:07.275 INFO O| Aug 03 04:07:07.275 INFO no lofi found |
8583 | 2024-08-03T04:07:09.105Z | [ host-image] Aug 03 04:07:07.275 INFO O| Aug 03 04:07:07.275 INFO file /rpool/images/build/host/work/gimlet/zfs/lofi.raw does not already exist, skipping removal |
8584 | 2024-08-03T04:07:09.105Z | [ host-image] Aug 03 04:07:07.275 INFO O| Aug 03 04:07:07.275 INFO CREATE IMAGE (1000MB): /rpool/images/build/host/work/gimlet/zfs/lofi.raw |
8585 | 2024-08-03T04:07:10.836Z | [ host-image] Aug 03 04:07:09.008 INFO O| Aug 03 04:07:09.008 INFO lofi device = /dev/dsk/c2t1d0p0 |
8586 | 2024-08-03T04:07:10.839Z | [ host-image] Aug 03 04:07:09.008 INFO O| Aug 03 04:07:09.008 INFO pool device = /dev/dsk/c2t1d0p0 |
8587 | 2024-08-03T04:07:10.839Z | [ host-image] Aug 03 04:07:09.009 INFO O| Aug 03 04:07:09.008 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"] |
8588 | 2024-08-03T04:07:10.904Z | [ host-image] Aug 03 04:07:09.077 INFO O| Aug 03 04:07:09.077 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8589 | 2024-08-03T04:07:10.904Z | [ host-image] Aug 03 04:07:09.077 INFO O| Aug 03 04:07:09.077 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT |
8590 | 2024-08-03T04:07:10.923Z | [ host-image] Aug 03 04:07:09.095 INFO O| Aug 03 04:07:09.095 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: canmount = off |
8591 | 2024-08-03T04:07:10.981Z | [ host-image] Aug 03 04:07:09.153 INFO O| Aug 03 04:07:09.153 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT: mountpoint = legacy |
8592 | 2024-08-03T04:07:11.018Z | [ host-image] Aug 03 04:07:09.190 INFO O| Aug 03 04:07:09.190 INFO CREATE DATASET: TEMPORARY-gimlet-zfs/ROOT/ramdisk |
8593 | 2024-08-03T04:07:11.032Z | [ host-image] Aug 03 04:07:09.205 INFO O| Aug 03 04:07:09.205 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: canmount = noauto |
8594 | 2024-08-03T04:07:11.042Z | [ host-image] Aug 03 04:07:09.215 INFO O| Aug 03 04:07:09.215 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: mountpoint = legacy |
8595 | 2024-08-03T04:07:11.088Z | [ host-image] Aug 03 04:07:09.261 INFO O| Aug 03 04:07:09.261 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a |
8596 | 2024-08-03T04:07:11.088Z | [ host-image] Aug 03 04:07:09.261 INFO O| Aug 03 04:07:09.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a |
8597 | 2024-08-03T04:07:11.091Z | [ host-image] Aug 03 04:07:09.261 INFO O| Aug 03 04:07:09.261 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-gimlet-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8598 | 2024-08-03T04:07:11.097Z | [ host-image] Aug 03 04:07:09.269 INFO O| Aug 03 04:07:09.269 INFO boot environment UUID: 42012f93-a6bc-4c3a-a58f-24470c29e893 |
8599 | 2024-08-03T04:07:11.097Z | [ host-image] Aug 03 04:07:09.270 INFO O| Aug 03 04:07:09.269 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 42012f93-a6bc-4c3a-a58f-24470c29e893 |
8600 | 2024-08-03T04:07:11.108Z | [ host-image] Aug 03 04:07:09.281 INFO O| Aug 03 04:07:09.281 INFO SET DATASET PROPERTY ON TEMPORARY-gimlet-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
8601 | 2024-08-03T04:07:11.120Z | [ host-image] Aug 03 04:07:09.292 INFO O| Aug 03 04:07:09.292 INFO STEP 0 (create_be) COMPLETE |
8602 | 2024-08-03T04:07:11.120Z | [ host-image] Aug 03 04:07:09.292 INFO O| Aug 03 04:07:09.292 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8603 | 2024-08-03T04:07:11.135Z | [ host-image] Aug 03 04:07:09.307 INFO O| Aug 03 04:07:09.307 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/gimlet-ramdisk.tar", "-C", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8604 | 2024-08-03T04:07:25.920Z | [ recovery-image] Aug 03 04:07:24.087 INFO E| Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core) |
8605 | 2024-08-03T04:07:28.895Z | [ recovery-image] Aug 03 04:07:27.066 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2024-03-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
8606 | 2024-08-03T04:07:31.725Z | [ host-image] Aug 03 04:07:29.896 INFO O| Aug 03 04:07:29.896 INFO STEP 1 (unpack_tar) COMPLETE |
8607 | 2024-08-03T04:07:31.728Z | [ host-image] Aug 03 04:07:29.896 INFO O| Aug 03 04:07:29.896 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8608 | 2024-08-03T04:07:31.736Z | [ host-image] Aug 03 04:07:29.908 INFO O| Aug 03 04:07:29.908 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/gimlet/zfs/a"] |
8609 | 2024-08-03T04:07:31.851Z | [ host-image] Aug 03 04:07:30.023 INFO O| Aug 03 04:07:30.023 INFO STEP 2 (devfsadm) COMPLETE |
8610 | 2024-08-03T04:07:31.851Z | [ host-image] Aug 03 04:07:30.023 INFO O| Aug 03 04:07:30.023 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8611 | 2024-08-03T04:07:31.863Z | [ host-image] Aug 03 04:07:30.035 INFO O| Aug 03 04:07:30.035 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8612 | 2024-08-03T04:07:31.863Z | [ host-image] Aug 03 04:07:30.035 INFO O| Aug 03 04:07:30.035 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8613 | 2024-08-03T04:07:31.867Z | [ host-image] Aug 03 04:07:30.035 INFO O| Aug 03 04:07:30.035 INFO STEP 3 (ensure_dir) COMPLETE |
8614 | 2024-08-03T04:07:31.867Z | [ host-image] Aug 03 04:07:30.035 INFO O| Aug 03 04:07:30.035 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8615 | 2024-08-03T04:07:31.873Z | [ host-image] Aug 03 04:07:30.044 INFO O| Aug 03 04:07:30.044 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8616 | 2024-08-03T04:07:31.873Z | [ host-image] Aug 03 04:07:30.045 INFO O| Aug 03 04:07:30.044 INFO STEP 4 (ensure_dir) COMPLETE |
8617 | 2024-08-03T04:07:31.876Z | [ host-image] Aug 03 04:07:30.045 INFO O| Aug 03 04:07:30.044 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8618 | 2024-08-03T04:07:31.883Z | [ host-image] Aug 03 04:07:30.054 INFO O| Aug 03 04:07:30.054 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8619 | 2024-08-03T04:07:31.883Z | [ host-image] Aug 03 04:07:30.054 INFO O| Aug 03 04:07:30.054 INFO STEP 5 (ensure_dir) COMPLETE |
8620 | 2024-08-03T04:07:31.883Z | [ host-image] Aug 03 04:07:30.054 INFO O| Aug 03 04:07:30.054 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8621 | 2024-08-03T04:07:31.892Z | [ host-image] Aug 03 04:07:30.063 INFO O| Aug 03 04:07:30.063 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8622 | 2024-08-03T04:07:31.892Z | [ host-image] Aug 03 04:07:30.063 INFO O| Aug 03 04:07:30.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8623 | 2024-08-03T04:07:31.895Z | [ host-image] Aug 03 04:07:30.063 INFO O| Aug 03 04:07:30.063 INFO STEP 6 (ensure_dir) COMPLETE |
8624 | 2024-08-03T04:07:31.895Z | [ host-image] Aug 03 04:07:30.064 INFO O| Aug 03 04:07:30.063 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8625 | 2024-08-03T04:07:31.901Z | [ host-image] Aug 03 04:07:30.073 INFO O| Aug 03 04:07:30.073 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8626 | 2024-08-03T04:07:31.901Z | [ host-image] Aug 03 04:07:30.073 INFO O| Aug 03 04:07:30.073 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8627 | 2024-08-03T04:07:31.904Z | [ host-image] Aug 03 04:07:30.073 INFO O| Aug 03 04:07:30.073 INFO STEP 7 (ensure_dir) COMPLETE |
8628 | 2024-08-03T04:07:31.904Z | [ host-image] Aug 03 04:07:30.073 INFO O| Aug 03 04:07:30.073 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8629 | 2024-08-03T04:07:31.911Z | [ host-image] Aug 03 04:07:30.082 INFO O| Aug 03 04:07:30.082 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/cfg" |
8630 | 2024-08-03T04:07:31.913Z | [ host-image] Aug 03 04:07:30.083 INFO O| Aug 03 04:07:30.083 INFO STEP 8 (remove_files) COMPLETE |
8631 | 2024-08-03T04:07:31.914Z | [ host-image] Aug 03 04:07:30.083 INFO O| Aug 03 04:07:30.083 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8632 | 2024-08-03T04:07:31.920Z | [ host-image] Aug 03 04:07:30.092 INFO O| Aug 03 04:07:30.092 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/dsk" |
8633 | 2024-08-03T04:07:31.923Z | [ host-image] Aug 03 04:07:30.093 INFO O| Aug 03 04:07:30.093 INFO STEP 9 (remove_files) COMPLETE |
8634 | 2024-08-03T04:07:31.923Z | [ host-image] Aug 03 04:07:30.093 INFO O| Aug 03 04:07:30.093 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8635 | 2024-08-03T04:07:31.930Z | [ host-image] Aug 03 04:07:30.102 INFO O| Aug 03 04:07:30.102 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk" |
8636 | 2024-08-03T04:07:31.933Z | [ host-image] Aug 03 04:07:30.103 INFO O| Aug 03 04:07:30.103 INFO STEP 10 (remove_files) COMPLETE |
8637 | 2024-08-03T04:07:31.934Z | [ host-image] Aug 03 04:07:30.103 INFO O| Aug 03 04:07:30.103 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8638 | 2024-08-03T04:07:31.940Z | [ host-image] Aug 03 04:07:30.112 INFO O| Aug 03 04:07:30.112 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sensors" |
8639 | 2024-08-03T04:07:31.940Z | [ host-image] Aug 03 04:07:30.112 INFO O| Aug 03 04:07:30.112 INFO STEP 11 (remove_files) COMPLETE |
8640 | 2024-08-03T04:07:31.940Z | [ host-image] Aug 03 04:07:30.112 INFO O| Aug 03 04:07:30.112 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8641 | 2024-08-03T04:07:31.950Z | [ host-image] Aug 03 04:07:30.121 INFO O| Aug 03 04:07:30.121 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/dev/usb" |
8642 | 2024-08-03T04:07:31.950Z | [ host-image] Aug 03 04:07:30.121 INFO O| Aug 03 04:07:30.121 INFO STEP 12 (remove_files) COMPLETE |
8643 | 2024-08-03T04:07:31.954Z | [ host-image] Aug 03 04:07:30.121 INFO O| Aug 03 04:07:30.121 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8644 | 2024-08-03T04:07:31.959Z | [ host-image] Aug 03 04:07:30.131 INFO O| Aug 03 04:07:30.131 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8645 | 2024-08-03T04:07:31.959Z | [ host-image] Aug 03 04:07:30.131 INFO O| Aug 03 04:07:30.131 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/cfg |
8646 | 2024-08-03T04:07:31.962Z | [ host-image] Aug 03 04:07:30.131 INFO O| Aug 03 04:07:30.131 INFO STEP 13 (ensure_dir) COMPLETE |
8647 | 2024-08-03T04:07:31.962Z | [ host-image] Aug 03 04:07:30.131 INFO O| Aug 03 04:07:30.131 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8648 | 2024-08-03T04:07:31.969Z | [ host-image] Aug 03 04:07:30.140 INFO O| Aug 03 04:07:30.140 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8649 | 2024-08-03T04:07:31.971Z | [ host-image] Aug 03 04:07:30.140 INFO O| Aug 03 04:07:30.140 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8650 | 2024-08-03T04:07:31.971Z | [ host-image] Aug 03 04:07:30.141 INFO O| Aug 03 04:07:30.141 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/dsk |
8651 | 2024-08-03T04:07:31.971Z | [ host-image] Aug 03 04:07:30.141 INFO O| Aug 03 04:07:30.141 INFO STEP 14 (ensure_dir) COMPLETE |
8652 | 2024-08-03T04:07:31.971Z | [ host-image] Aug 03 04:07:30.141 INFO O| Aug 03 04:07:30.141 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8653 | 2024-08-03T04:07:31.978Z | [ host-image] Aug 03 04:07:30.150 INFO O| Aug 03 04:07:30.150 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8654 | 2024-08-03T04:07:31.978Z | [ host-image] Aug 03 04:07:30.150 INFO O| Aug 03 04:07:30.150 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8655 | 2024-08-03T04:07:31.981Z | [ host-image] Aug 03 04:07:30.150 INFO O| Aug 03 04:07:30.150 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/dev/rdsk |
8656 | 2024-08-03T04:07:31.981Z | [ host-image] Aug 03 04:07:30.150 INFO O| Aug 03 04:07:30.150 INFO STEP 15 (ensure_dir) COMPLETE |
8657 | 2024-08-03T04:07:31.981Z | [ host-image] Aug 03 04:07:30.150 INFO O| Aug 03 04:07:30.150 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8658 | 2024-08-03T04:07:31.988Z | [ host-image] Aug 03 04:07:30.160 INFO O| Aug 03 04:07:30.159 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8659 | 2024-08-03T04:07:31.988Z | [ host-image] Aug 03 04:07:30.160 INFO O| Aug 03 04:07:30.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/sensors |
8660 | 2024-08-03T04:07:31.988Z | [ host-image] Aug 03 04:07:30.160 INFO O| Aug 03 04:07:30.160 INFO STEP 16 (ensure_dir) COMPLETE |
8661 | 2024-08-03T04:07:31.988Z | [ host-image] Aug 03 04:07:30.160 INFO O| Aug 03 04:07:30.160 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8662 | 2024-08-03T04:07:31.997Z | [ host-image] Aug 03 04:07:30.169 INFO O| Aug 03 04:07:30.169 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8663 | 2024-08-03T04:07:31.997Z | [ host-image] Aug 03 04:07:30.169 INFO O| Aug 03 04:07:30.169 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/usb |
8664 | 2024-08-03T04:07:32.001Z | [ host-image] Aug 03 04:07:30.169 INFO O| Aug 03 04:07:30.169 INFO STEP 17 (ensure_dir) COMPLETE |
8665 | 2024-08-03T04:07:32.001Z | [ host-image] Aug 03 04:07:30.169 INFO O| Aug 03 04:07:30.169 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8666 | 2024-08-03T04:07:32.007Z | [ host-image] Aug 03 04:07:30.179 INFO O| Aug 03 04:07:30.179 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
8667 | 2024-08-03T04:07:32.007Z | [ host-image] Aug 03 04:07:30.179 INFO O| Aug 03 04:07:30.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/dev/msglog |
8668 | 2024-08-03T04:07:32.010Z | [ host-image] Aug 03 04:07:30.179 INFO O| Aug 03 04:07:30.179 INFO ok! |
8669 | 2024-08-03T04:07:32.010Z | [ host-image] Aug 03 04:07:30.179 INFO O| Aug 03 04:07:30.179 INFO STEP 18 (ensure_symlink) COMPLETE |
8670 | 2024-08-03T04:07:32.010Z | [ host-image] Aug 03 04:07:30.179 INFO O| Aug 03 04:07:30.179 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
8671 | 2024-08-03T04:07:32.017Z | [ host-image] Aug 03 04:07:30.188 INFO O| Aug 03 04:07:30.188 INFO file /rpool/images/build/host/work/gimlet/zfs/a/reconfigure exists, with correct contents |
8672 | 2024-08-03T04:07:32.017Z | [ host-image] Aug 03 04:07:30.188 INFO O| Aug 03 04:07:30.188 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/reconfigure |
8673 | 2024-08-03T04:07:32.020Z | [ host-image] Aug 03 04:07:30.188 INFO O| Aug 03 04:07:30.188 INFO ok! |
8674 | 2024-08-03T04:07:32.020Z | [ host-image] Aug 03 04:07:30.188 INFO O| Aug 03 04:07:30.188 INFO STEP 19 (ensure_file) COMPLETE |
8675 | 2024-08-03T04:07:32.020Z | [ host-image] Aug 03 04:07:30.188 INFO O| Aug 03 04:07:30.188 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8676 | 2024-08-03T04:07:32.026Z | [ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml does not exist |
8677 | 2024-08-03T04:07:32.026Z | [ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
8678 | 2024-08-03T04:07:32.029Z | [ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/generic.xml |
8679 | 2024-08-03T04:07:32.029Z | [ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO ok! |
8680 | 2024-08-03T04:07:32.029Z | [ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO STEP 20 (ensure_symlink) COMPLETE |
8681 | 2024-08-03T04:07:32.029Z | [ host-image] Aug 03 04:07:30.198 INFO O| Aug 03 04:07:30.198 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8682 | 2024-08-03T04:07:32.036Z | [ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
8683 | 2024-08-03T04:07:32.036Z | [ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
8684 | 2024-08-03T04:07:32.039Z | [ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/inetd_services.xml |
8685 | 2024-08-03T04:07:32.039Z | [ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO ok! |
8686 | 2024-08-03T04:07:32.040Z | [ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO STEP 21 (ensure_symlink) COMPLETE |
8687 | 2024-08-03T04:07:32.040Z | [ host-image] Aug 03 04:07:30.208 INFO O| Aug 03 04:07:30.208 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8688 | 2024-08-03T04:07:32.047Z | [ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml does not exist |
8689 | 2024-08-03T04:07:32.047Z | [ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
8690 | 2024-08-03T04:07:32.050Z | [ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/platform.xml |
8691 | 2024-08-03T04:07:32.050Z | [ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO ok! |
8692 | 2024-08-03T04:07:32.050Z | [ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO STEP 22 (ensure_symlink) COMPLETE |
8693 | 2024-08-03T04:07:32.050Z | [ host-image] Aug 03 04:07:30.217 INFO O| Aug 03 04:07:30.217 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8694 | 2024-08-03T04:07:32.055Z | [ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO link /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml does not exist |
8695 | 2024-08-03T04:07:32.058Z | [ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO linking /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
8696 | 2024-08-03T04:07:32.058Z | [ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/profile/name_service.xml |
8697 | 2024-08-03T04:07:32.058Z | [ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO ok! |
8698 | 2024-08-03T04:07:32.058Z | [ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO STEP 23 (ensure_symlink) COMPLETE |
8699 | 2024-08-03T04:07:32.058Z | [ host-image] Aug 03 04:07:30.227 INFO O| Aug 03 04:07:30.227 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8700 | 2024-08-03T04:07:32.065Z | [ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
8701 | 2024-08-03T04:07:32.068Z | [ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 INFO copying /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf ... |
8702 | 2024-08-03T04:07:32.068Z | [ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nsswitch.conf |
8703 | 2024-08-03T04:07:32.068Z | [ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 INFO ok! |
8704 | 2024-08-03T04:07:32.068Z | [ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 INFO STEP 24 (ensure_file) COMPLETE |
8705 | 2024-08-03T04:07:32.068Z | [ host-image] Aug 03 04:07:30.237 INFO O| Aug 03 04:07:30.237 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8706 | 2024-08-03T04:07:32.075Z | [ host-image] Aug 03 04:07:30.247 INFO O| Aug 03 04:07:30.247 INFO updating shadow file |
8707 | 2024-08-03T04:07:32.078Z | [ host-image] Aug 03 04:07:30.247 INFO O| Aug 03 04:07:30.247 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8708 | 2024-08-03T04:07:32.078Z | [ host-image] Aug 03 04:07:30.247 INFO O| Aug 03 04:07:30.247 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8709 | 2024-08-03T04:07:32.078Z | [ host-image] Aug 03 04:07:30.247 INFO O| Aug 03 04:07:30.247 INFO STEP 25 (shadow) COMPLETE |
8710 | 2024-08-03T04:07:32.078Z | [ host-image] Aug 03 04:07:30.247 INFO O| Aug 03 04:07:30.247 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8711 | 2024-08-03T04:07:32.086Z | [ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
8712 | 2024-08-03T04:07:32.086Z | [ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts ... |
8713 | 2024-08-03T04:07:32.089Z | [ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/inet/hosts |
8714 | 2024-08-03T04:07:32.089Z | [ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 INFO ok! |
8715 | 2024-08-03T04:07:32.090Z | [ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 INFO STEP 26 (ensure_file) COMPLETE |
8716 | 2024-08-03T04:07:32.090Z | [ host-image] Aug 03 04:07:30.256 INFO O| Aug 03 04:07:30.256 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8717 | 2024-08-03T04:07:32.094Z | [ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename does not exist |
8718 | 2024-08-03T04:07:32.095Z | [ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename ... |
8719 | 2024-08-03T04:07:32.098Z | [ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/nodename |
8720 | 2024-08-03T04:07:32.098Z | [ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO ok! |
8721 | 2024-08-03T04:07:32.098Z | [ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO STEP 27 (ensure_file) COMPLETE |
8722 | 2024-08-03T04:07:32.098Z | [ host-image] Aug 03 04:07:30.266 INFO O| Aug 03 04:07:30.266 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8723 | 2024-08-03T04:07:32.109Z | [ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
8724 | 2024-08-03T04:07:32.109Z | [ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent ... |
8725 | 2024-08-03T04:07:32.112Z | [ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8726 | 2024-08-03T04:07:32.112Z | [ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/dhcpagent |
8727 | 2024-08-03T04:07:32.112Z | [ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO ok! |
8728 | 2024-08-03T04:07:32.112Z | [ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO STEP 28 (ensure_file) COMPLETE |
8729 | 2024-08-03T04:07:32.112Z | [ host-image] Aug 03 04:07:30.279 INFO O| Aug 03 04:07:30.279 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
8730 | 2024-08-03T04:07:32.117Z | [ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf does not exist |
8731 | 2024-08-03T04:07:32.117Z | [ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO writing /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf ... |
8732 | 2024-08-03T04:07:32.121Z | [ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/resolv.conf |
8733 | 2024-08-03T04:07:32.121Z | [ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO ok! |
8734 | 2024-08-03T04:07:32.121Z | [ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO STEP 29 (ensure_file) COMPLETE |
8735 | 2024-08-03T04:07:32.121Z | [ host-image] Aug 03 04:07:30.289 INFO O| Aug 03 04:07:30.289 INFO STEP 30: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8736 | 2024-08-03T04:07:32.129Z | [ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master does not exist |
8737 | 2024-08-03T04:07:32.133Z | [ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master ... |
8738 | 2024-08-03T04:07:32.133Z | [ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/auto_master |
8739 | 2024-08-03T04:07:32.133Z | [ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO ok! |
8740 | 2024-08-03T04:07:32.133Z | [ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO STEP 30 (ensure_file) COMPLETE |
8741 | 2024-08-03T04:07:32.133Z | [ host-image] Aug 03 04:07:30.300 INFO O| Aug 03 04:07:30.300 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8742 | 2024-08-03T04:07:32.139Z | [ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
8743 | 2024-08-03T04:07:32.139Z | [ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs ... |
8744 | 2024-08-03T04:07:32.142Z | [ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8745 | 2024-08-03T04:07:32.142Z | [ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ttydefs |
8746 | 2024-08-03T04:07:32.142Z | [ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO ok! |
8747 | 2024-08-03T04:07:32.142Z | [ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO STEP 31 (ensure_file) COMPLETE |
8748 | 2024-08-03T04:07:32.142Z | [ host-image] Aug 03 04:07:30.311 INFO O| Aug 03 04:07:30.311 INFO STEP 32: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8749 | 2024-08-03T04:07:32.149Z | [ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init exists, with wrong contents, unlinking |
8750 | 2024-08-03T04:07:32.149Z | [ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init ... |
8751 | 2024-08-03T04:07:32.152Z | [ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/init |
8752 | 2024-08-03T04:07:32.152Z | [ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 INFO ok! |
8753 | 2024-08-03T04:07:32.152Z | [ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 INFO STEP 32 (ensure_file) COMPLETE |
8754 | 2024-08-03T04:07:32.152Z | [ host-image] Aug 03 04:07:30.321 INFO O| Aug 03 04:07:30.321 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8755 | 2024-08-03T04:07:32.159Z | [ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
8756 | 2024-08-03T04:07:32.165Z | [ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config ... |
8757 | 2024-08-03T04:07:32.165Z | [ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/ssh/sshd_config |
8758 | 2024-08-03T04:07:32.165Z | [ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 INFO ok! |
8759 | 2024-08-03T04:07:32.165Z | [ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 INFO STEP 33 (ensure_file) COMPLETE |
8760 | 2024-08-03T04:07:32.165Z | [ host-image] Aug 03 04:07:30.331 INFO O| Aug 03 04:07:30.331 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8761 | 2024-08-03T04:07:32.169Z | [ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.340 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams does not exist |
8762 | 2024-08-03T04:07:32.172Z | [ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.340 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams ... |
8763 | 2024-08-03T04:07:32.172Z | [ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8764 | 2024-08-03T04:07:32.172Z | [ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8765 | 2024-08-03T04:07:32.172Z | [ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8766 | 2024-08-03T04:07:32.172Z | [ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/bootparams |
8767 | 2024-08-03T04:07:32.172Z | [ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO ok! |
8768 | 2024-08-03T04:07:32.172Z | [ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO STEP 34 (ensure_file) COMPLETE |
8769 | 2024-08-03T04:07:32.172Z | [ host-image] Aug 03 04:07:30.341 INFO O| Aug 03 04:07:30.341 INFO STEP 35: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8770 | 2024-08-03T04:07:32.181Z | [ host-image] Aug 03 04:07:30.353 INFO O| Aug 03 04:07:30.353 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8771 | 2024-08-03T04:07:32.185Z | [ host-image] Aug 03 04:07:30.353 INFO O| Aug 03 04:07:30.353 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8772 | 2024-08-03T04:07:32.185Z | [ host-image] Aug 03 04:07:30.353 INFO O| Aug 03 04:07:30.353 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware |
8773 | 2024-08-03T04:07:32.185Z | [ host-image] Aug 03 04:07:30.353 INFO O| Aug 03 04:07:30.353 INFO STEP 35 (ensure_dir) COMPLETE |
8774 | 2024-08-03T04:07:32.185Z | [ host-image] Aug 03 04:07:30.353 INFO O| Aug 03 04:07:30.353 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8775 | 2024-08-03T04:07:32.193Z | [ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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 |
8776 | 2024-08-03T04:07:32.193Z | [ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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 ... |
8777 | 2024-08-03T04:07:32.195Z | [ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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 |
8778 | 2024-08-03T04:07:32.195Z | [ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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 |
8779 | 2024-08-03T04:07:32.196Z | [ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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 |
8780 | 2024-08-03T04:07:32.196Z | [ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 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 |
8781 | 2024-08-03T04:07:32.196Z | [ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 INFO ok! |
8782 | 2024-08-03T04:07:32.196Z | [ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 INFO STEP 36 (ensure_file) COMPLETE |
8783 | 2024-08-03T04:07:32.196Z | [ host-image] Aug 03 04:07:30.363 INFO O| Aug 03 04:07:30.363 INFO STEP 37: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
8784 | 2024-08-03T04:07:32.202Z | [ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 INFO link /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
8785 | 2024-08-03T04:07:32.202Z | [ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 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 ... |
8786 | 2024-08-03T04:07:32.205Z | [ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
8787 | 2024-08-03T04:07:32.205Z | [ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 INFO ok! |
8788 | 2024-08-03T04:07:32.205Z | [ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 INFO STEP 37 (ensure_symlink) COMPLETE |
8789 | 2024-08-03T04:07:32.205Z | [ host-image] Aug 03 04:07:30.373 INFO O| Aug 03 04:07:30.373 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8790 | 2024-08-03T04:07:32.211Z | [ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot does not exist |
8791 | 2024-08-03T04:07:32.211Z | [ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO copying /work/oxidecomputer/helios/image/templates/files/gimlet-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8792 | 2024-08-03T04:07:32.214Z | [ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8793 | 2024-08-03T04:07:32.215Z | [ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8794 | 2024-08-03T04:07:32.215Z | [ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8795 | 2024-08-03T04:07:32.215Z | [ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8796 | 2024-08-03T04:07:32.215Z | [ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO ok! |
8797 | 2024-08-03T04:07:32.215Z | [ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO STEP 38 (ensure_file) COMPLETE |
8798 | 2024-08-03T04:07:32.215Z | [ host-image] Aug 03 04:07:30.383 INFO O| Aug 03 04:07:30.383 INFO STEP 39: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8799 | 2024-08-03T04:07:32.221Z | [ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
8800 | 2024-08-03T04:07:32.221Z | [ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 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 ... |
8801 | 2024-08-03T04:07:32.224Z | [ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 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 |
8802 | 2024-08-03T04:07:32.224Z | [ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8803 | 2024-08-03T04:07:32.224Z | [ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 INFO ok! |
8804 | 2024-08-03T04:07:32.224Z | [ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 INFO STEP 39 (ensure_file) COMPLETE |
8805 | 2024-08-03T04:07:32.224Z | [ host-image] Aug 03 04:07:30.393 INFO O| Aug 03 04:07:30.393 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8806 | 2024-08-03T04:07:32.231Z | [ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO file /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml does not exist |
8807 | 2024-08-03T04:07:32.231Z | [ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml ... |
8808 | 2024-08-03T04:07:32.234Z | [ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml |
8809 | 2024-08-03T04:07:32.234Z | [ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO ok! |
8810 | 2024-08-03T04:07:32.234Z | [ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO STEP 40 (ensure_file) COMPLETE |
8811 | 2024-08-03T04:07:32.234Z | [ host-image] Aug 03 04:07:30.403 INFO O| Aug 03 04:07:30.403 INFO STEP 41: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8812 | 2024-08-03T04:07:32.240Z | [ host-image] Aug 03 04:07:30.412 INFO O| Aug 03 04:07:30.412 INFO updating shadow file |
8813 | 2024-08-03T04:07:32.244Z | [ host-image] Aug 03 04:07:30.412 INFO O| Aug 03 04:07:30.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/shadow |
8814 | 2024-08-03T04:07:32.244Z | [ host-image] Aug 03 04:07:30.412 INFO O| Aug 03 04:07:30.412 INFO STEP 41 (shadow) COMPLETE |
8815 | 2024-08-03T04:07:32.244Z | [ host-image] Aug 03 04:07:30.412 INFO O| Aug 03 04:07:30.412 INFO STEP 42: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
8816 | 2024-08-03T04:07:32.250Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 WARN file /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login exists, with wrong contents, unlinking |
8817 | 2024-08-03T04:07:32.250Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login ... |
8818 | 2024-08-03T04:07:32.253Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8819 | 2024-08-03T04:07:32.253Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/etc/default/login |
8820 | 2024-08-03T04:07:32.253Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO ok! |
8821 | 2024-08-03T04:07:32.253Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO STEP 42 (ensure_file) COMPLETE |
8822 | 2024-08-03T04:07:32.253Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8823 | 2024-08-03T04:07:32.253Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO skip step because feature "mfg" is not enabled |
8824 | 2024-08-03T04:07:32.253Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8825 | 2024-08-03T04:07:32.253Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO skip step because feature "mfg" is not enabled |
8826 | 2024-08-03T04:07:32.253Z | [ host-image] Aug 03 04:07:30.422 INFO O| Aug 03 04:07:30.422 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
8827 | 2024-08-03T04:07:32.261Z | [ host-image] Aug 03 04:07:30.432 INFO O| Aug 03 04:07:30.432 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot does not exist |
8828 | 2024-08-03T04:07:32.261Z | [ host-image] Aug 03 04:07:30.432 INFO O| Aug 03 04:07:30.432 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot ... |
8829 | 2024-08-03T04:07:32.909Z | [ host-image] Aug 03 04:07:31.080 INFO O| Aug 03 04:07:31.080 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8830 | 2024-08-03T04:07:32.909Z | [ host-image] Aug 03 04:07:31.080 INFO O| Aug 03 04:07:31.080 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/bin/pilot |
8831 | 2024-08-03T04:07:32.909Z | [ host-image] Aug 03 04:07:31.080 INFO O| Aug 03 04:07:31.080 INFO ok! |
8832 | 2024-08-03T04:07:32.909Z | [ host-image] Aug 03 04:07:31.080 INFO O| Aug 03 04:07:31.080 INFO STEP 45 (ensure_file) COMPLETE |
8833 | 2024-08-03T04:07:32.912Z | [ host-image] Aug 03 04:07:31.080 INFO O| Aug 03 04:07:31.080 INFO STEP 46: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8834 | 2024-08-03T04:07:32.921Z | [ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 WARN file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot exists, with wrong contents, unlinking |
8835 | 2024-08-03T04:07:32.924Z | [ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-postboot.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot ... |
8836 | 2024-08-03T04:07:32.924Z | [ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8837 | 2024-08-03T04:07:32.924Z | [ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8838 | 2024-08-03T04:07:32.924Z | [ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8839 | 2024-08-03T04:07:32.924Z | [ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/postboot |
8840 | 2024-08-03T04:07:32.924Z | [ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO ok! |
8841 | 2024-08-03T04:07:32.924Z | [ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO STEP 46 (ensure_file) COMPLETE |
8842 | 2024-08-03T04:07:32.924Z | [ host-image] Aug 03 04:07:31.093 INFO O| Aug 03 04:07:31.093 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8843 | 2024-08-03T04:07:32.932Z | [ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 WARN file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml exists, with wrong contents, unlinking |
8844 | 2024-08-03T04:07:32.936Z | [ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 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 ... |
8845 | 2024-08-03T04:07:32.936Z | [ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 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 |
8846 | 2024-08-03T04:07:32.936Z | [ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/postboot.xml |
8847 | 2024-08-03T04:07:32.936Z | [ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 INFO ok! |
8848 | 2024-08-03T04:07:32.936Z | [ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 INFO STEP 47 (ensure_file) COMPLETE |
8849 | 2024-08-03T04:07:32.936Z | [ host-image] Aug 03 04:07:31.104 INFO O| Aug 03 04:07:31.104 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8850 | 2024-08-03T04:07:32.942Z | [ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname does not exist |
8851 | 2024-08-03T04:07:32.942Z | [ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname ... |
8852 | 2024-08-03T04:07:32.945Z | [ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8853 | 2024-08-03T04:07:32.945Z | [ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8854 | 2024-08-03T04:07:32.945Z | [ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8855 | 2024-08-03T04:07:32.945Z | [ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-hostname |
8856 | 2024-08-03T04:07:32.945Z | [ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO ok! |
8857 | 2024-08-03T04:07:32.945Z | [ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO STEP 48 (ensure_file) COMPLETE |
8858 | 2024-08-03T04:07:32.946Z | [ host-image] Aug 03 04:07:31.114 INFO O| Aug 03 04:07:31.114 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8859 | 2024-08-03T04:07:32.952Z | [ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
8860 | 2024-08-03T04:07:32.955Z | [ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 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 ... |
8861 | 2024-08-03T04:07:32.955Z | [ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 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 |
8862 | 2024-08-03T04:07:32.955Z | [ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
8863 | 2024-08-03T04:07:32.955Z | [ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 INFO ok! |
8864 | 2024-08-03T04:07:32.955Z | [ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 INFO STEP 49 (ensure_file) COMPLETE |
8865 | 2024-08-03T04:07:32.955Z | [ host-image] Aug 03 04:07:31.124 INFO O| Aug 03 04:07:31.124 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8866 | 2024-08-03T04:07:32.962Z | [ host-image] Aug 03 04:07:31.133 INFO O| Aug 03 04:07:31.133 INFO file /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon does not exist |
8867 | 2024-08-03T04:07:32.962Z | [ host-image] Aug 03 04:07:31.133 INFO O| Aug 03 04:07:31.133 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon ... |
8868 | 2024-08-03T04:07:32.965Z | [ host-image] Aug 03 04:07:31.133 INFO O| Aug 03 04:07:31.133 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8869 | 2024-08-03T04:07:32.965Z | [ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.133 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8870 | 2024-08-03T04:07:32.965Z | [ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.134 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8871 | 2024-08-03T04:07:32.965Z | [ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.134 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/usr/lib/compliance-beacon |
8872 | 2024-08-03T04:07:32.965Z | [ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.134 INFO ok! |
8873 | 2024-08-03T04:07:32.965Z | [ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.134 INFO STEP 50 (ensure_file) COMPLETE |
8874 | 2024-08-03T04:07:32.965Z | [ host-image] Aug 03 04:07:31.134 INFO O| Aug 03 04:07:31.134 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8875 | 2024-08-03T04:07:32.972Z | [ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
8876 | 2024-08-03T04:07:32.972Z | [ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 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 ... |
8877 | 2024-08-03T04:07:32.975Z | [ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 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 |
8878 | 2024-08-03T04:07:32.975Z | [ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
8879 | 2024-08-03T04:07:32.975Z | [ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 INFO ok! |
8880 | 2024-08-03T04:07:32.975Z | [ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 INFO STEP 51 (ensure_file) COMPLETE |
8881 | 2024-08-03T04:07:32.975Z | [ host-image] Aug 03 04:07:31.143 INFO O| Aug 03 04:07:31.143 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8882 | 2024-08-03T04:07:32.981Z | [ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
8883 | 2024-08-03T04:07:32.984Z | [ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 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 ... |
8884 | 2024-08-03T04:07:32.984Z | [ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 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 |
8885 | 2024-08-03T04:07:32.984Z | [ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-time.xml |
8886 | 2024-08-03T04:07:32.984Z | [ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 INFO ok! |
8887 | 2024-08-03T04:07:32.984Z | [ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 INFO STEP 52 (ensure_file) COMPLETE |
8888 | 2024-08-03T04:07:32.984Z | [ host-image] Aug 03 04:07:31.153 INFO O| Aug 03 04:07:31.153 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
8889 | 2024-08-03T04:07:32.991Z | [ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
8890 | 2024-08-03T04:07:32.991Z | [ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 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 ... |
8891 | 2024-08-03T04:07:32.994Z | [ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 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 |
8892 | 2024-08-03T04:07:32.994Z | [ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
8893 | 2024-08-03T04:07:32.994Z | [ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 INFO ok! |
8894 | 2024-08-03T04:07:32.994Z | [ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 INFO STEP 53 (ensure_file) COMPLETE |
8895 | 2024-08-03T04:07:32.994Z | [ host-image] Aug 03 04:07:31.163 INFO O| Aug 03 04:07:31.163 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8896 | 2024-08-03T04:07:33.002Z | [ host-image] Aug 03 04:07:31.173 INFO O| Aug 03 04:07:31.173 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/opt |
8897 | 2024-08-03T04:07:33.005Z | [ host-image] Aug 03 04:07:31.173 INFO O| Aug 03 04:07:31.173 INFO STEP 54 (ensure_dir) COMPLETE |
8898 | 2024-08-03T04:07:33.005Z | [ host-image] Aug 03 04:07:31.173 INFO O| Aug 03 04:07:31.173 INFO STEP 55: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8899 | 2024-08-03T04:07:33.011Z | [ host-image] Aug 03 04:07:31.183 INFO O| Aug 03 04:07:31.183 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8900 | 2024-08-03T04:07:33.011Z | [ host-image] Aug 03 04:07:31.183 INFO O| Aug 03 04:07:31.183 INFO chown ok, path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide |
8901 | 2024-08-03T04:07:33.011Z | [ host-image] Aug 03 04:07:31.183 INFO O| Aug 03 04:07:31.183 INFO STEP 55 (ensure_dir) COMPLETE |
8902 | 2024-08-03T04:07:33.014Z | [ host-image] Aug 03 04:07:31.183 INFO O| Aug 03 04:07:31.183 INFO STEP 56: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8903 | 2024-08-03T04:07:33.021Z | [ host-image] Aug 03 04:07:31.192 INFO O| Aug 03 04:07:31.192 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8904 | 2024-08-03T04:07:33.024Z | [ host-image] Aug 03 04:07:31.192 INFO O| Aug 03 04:07:31.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm |
8905 | 2024-08-03T04:07:33.024Z | [ host-image] Aug 03 04:07:31.192 INFO O| Aug 03 04:07:31.192 INFO STEP 56 (ensure_dir) COMPLETE |
8906 | 2024-08-03T04:07:33.024Z | [ host-image] Aug 03 04:07:31.192 INFO O| Aug 03 04:07:31.192 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8907 | 2024-08-03T04:07:33.030Z | [ host-image] Aug 03 04:07:31.202 INFO O| Aug 03 04:07:31.202 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
8908 | 2024-08-03T04:07:33.030Z | [ host-image] Aug 03 04:07:31.202 INFO O| Aug 03 04:07:31.202 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
8909 | 2024-08-03T04:07:33.045Z | [ host-image] Aug 03 04:07:31.216 INFO O| Aug 03 04:07:31.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmadm |
8910 | 2024-08-03T04:07:33.045Z | [ host-image] Aug 03 04:07:31.216 INFO O| Aug 03 04:07:31.216 INFO ok! |
8911 | 2024-08-03T04:07:33.048Z | [ host-image] Aug 03 04:07:31.216 INFO O| Aug 03 04:07:31.216 INFO STEP 57 (ensure_file) COMPLETE |
8912 | 2024-08-03T04:07:33.048Z | [ host-image] Aug 03 04:07:31.216 INFO O| Aug 03 04:07:31.216 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8913 | 2024-08-03T04:07:33.054Z | [ host-image] Aug 03 04:07:31.226 INFO O| Aug 03 04:07:31.226 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
8914 | 2024-08-03T04:07:33.054Z | [ host-image] Aug 03 04:07:31.226 INFO O| Aug 03 04:07:31.226 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd ... |
8915 | 2024-08-03T04:07:33.236Z | [ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling bitflags v1.3.2 |
8916 | 2024-08-03T04:07:33.240Z | [ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling bit_field v0.10.2 |
8917 | 2024-08-03T04:07:33.244Z | [ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling adler v1.0.2 |
8918 | 2024-08-03T04:07:33.244Z | [ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling log v0.4.21 |
8919 | 2024-08-03T04:07:33.248Z | [ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling scroll v0.12.0 |
8920 | 2024-08-03T04:07:33.248Z | [ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling plain v0.2.3 |
8921 | 2024-08-03T04:07:33.248Z | [ recovery-image] Aug 03 04:07:31.400 INFO E| Compiling static_assertions v1.1.0 |
8922 | 2024-08-03T04:07:33.399Z | [ recovery-image] Aug 03 04:07:31.570 INFO E| Compiling raw-cpuid v10.7.0 |
8923 | 2024-08-03T04:07:33.450Z | [ recovery-image] Aug 03 04:07:31.619 INFO E| Compiling cpio_reader v0.1.1 |
8924 | 2024-08-03T04:07:33.472Z | [ recovery-image] Aug 03 04:07:31.640 INFO E| Compiling bitstruct v0.1.1 |
8925 | 2024-08-03T04:07:33.594Z | [ recovery-image] Aug 03 04:07:31.766 INFO E| Compiling miniz_oxide v0.7.2 |
8926 | 2024-08-03T04:07:34.460Z | [ host-image] Aug 03 04:07:32.632 INFO O| Aug 03 04:07:32.631 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/ddmd |
8927 | 2024-08-03T04:07:34.461Z | [ host-image] Aug 03 04:07:32.632 INFO O| Aug 03 04:07:32.632 INFO ok! |
8928 | 2024-08-03T04:07:34.461Z | [ host-image] Aug 03 04:07:32.632 INFO O| Aug 03 04:07:32.632 INFO STEP 58 (ensure_file) COMPLETE |
8929 | 2024-08-03T04:07:34.464Z | [ host-image] Aug 03 04:07:32.632 INFO O| Aug 03 04:07:32.632 INFO STEP 59: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8930 | 2024-08-03T04:07:34.480Z | [ host-image] Aug 03 04:07:32.651 INFO O| Aug 03 04:07:32.651 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8931 | 2024-08-03T04:07:34.480Z | [ host-image] Aug 03 04:07:32.651 INFO O| Aug 03 04:07:32.651 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg |
8932 | 2024-08-03T04:07:34.483Z | [ host-image] Aug 03 04:07:32.651 INFO O| Aug 03 04:07:32.651 INFO STEP 59 (ensure_dir) COMPLETE |
8933 | 2024-08-03T04:07:34.483Z | [ host-image] Aug 03 04:07:32.651 INFO O| Aug 03 04:07:32.651 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8934 | 2024-08-03T04:07:34.489Z | [ recovery-image] Aug 03 04:07:32.660 INFO E| Compiling goblin v0.8.0 |
8935 | 2024-08-03T04:07:34.505Z | [ host-image] Aug 03 04:07:32.676 INFO O| Aug 03 04:07:32.676 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
8936 | 2024-08-03T04:07:34.505Z | [ host-image] Aug 03 04:07:32.676 INFO O| Aug 03 04:07:32.676 INFO copying /tmp/.tmpozcuMR/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 ... |
8937 | 2024-08-03T04:07:34.508Z | [ host-image] Aug 03 04:07:32.677 INFO O| Aug 03 04:07:32.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
8938 | 2024-08-03T04:07:34.508Z | [ host-image] Aug 03 04:07:32.677 INFO O| Aug 03 04:07:32.677 INFO ok! |
8939 | 2024-08-03T04:07:34.508Z | [ host-image] Aug 03 04:07:32.677 INFO O| Aug 03 04:07:32.677 INFO STEP 60 (ensure_file) COMPLETE |
8940 | 2024-08-03T04:07:34.508Z | [ host-image] Aug 03 04:07:32.677 INFO O| Aug 03 04:07:32.677 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8941 | 2024-08-03T04:07:34.534Z | [ host-image] Aug 03 04:07:32.705 INFO O| Aug 03 04:07:32.705 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
8942 | 2024-08-03T04:07:34.534Z | [ host-image] Aug 03 04:07:32.705 INFO O| Aug 03 04:07:32.705 INFO copying /tmp/.tmpozcuMR/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 ... |
8943 | 2024-08-03T04:07:34.537Z | [ host-image] Aug 03 04:07:32.706 INFO O| Aug 03 04:07:32.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
8944 | 2024-08-03T04:07:34.537Z | [ host-image] Aug 03 04:07:32.706 INFO O| Aug 03 04:07:32.706 INFO ok! |
8945 | 2024-08-03T04:07:34.537Z | [ host-image] Aug 03 04:07:32.706 INFO O| Aug 03 04:07:32.706 INFO STEP 61 (ensure_file) COMPLETE |
8946 | 2024-08-03T04:07:34.537Z | [ host-image] Aug 03 04:07:32.706 INFO O| Aug 03 04:07:32.706 INFO STEP 62: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8947 | 2024-08-03T04:07:34.555Z | [ host-image] Aug 03 04:07:32.727 INFO O| Aug 03 04:07:32.726 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8948 | 2024-08-03T04:07:34.558Z | [ host-image] Aug 03 04:07:32.727 INFO O| Aug 03 04:07:32.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
8949 | 2024-08-03T04:07:34.558Z | [ host-image] Aug 03 04:07:32.727 INFO O| Aug 03 04:07:32.727 INFO STEP 62 (ensure_dir) COMPLETE |
8950 | 2024-08-03T04:07:34.558Z | [ host-image] Aug 03 04:07:32.727 INFO O| Aug 03 04:07:32.727 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8951 | 2024-08-03T04:07:34.576Z | [ host-image] Aug 03 04:07:32.746 INFO O| Aug 03 04:07:32.746 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
8952 | 2024-08-03T04:07:34.576Z | [ host-image] Aug 03 04:07:32.746 INFO O| Aug 03 04:07:32.746 INFO copying /tmp/.tmpozcuMR/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 ... |
8953 | 2024-08-03T04:07:34.579Z | [ host-image] Aug 03 04:07:32.747 INFO O| Aug 03 04:07:32.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
8954 | 2024-08-03T04:07:34.579Z | [ host-image] Aug 03 04:07:32.747 INFO O| Aug 03 04:07:32.747 INFO ok! |
8955 | 2024-08-03T04:07:34.579Z | [ host-image] Aug 03 04:07:32.747 INFO O| Aug 03 04:07:32.747 INFO STEP 63 (ensure_file) COMPLETE |
8956 | 2024-08-03T04:07:34.579Z | [ host-image] Aug 03 04:07:32.747 INFO O| Aug 03 04:07:32.747 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8957 | 2024-08-03T04:07:34.597Z | [ host-image] Aug 03 04:07:32.768 INFO O| Aug 03 04:07:32.768 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
8958 | 2024-08-03T04:07:34.597Z | [ host-image] Aug 03 04:07:32.768 INFO O| Aug 03 04:07:32.768 INFO copying /tmp/.tmpozcuMR/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 ... |
8959 | 2024-08-03T04:07:34.600Z | [ host-image] Aug 03 04:07:32.769 INFO O| Aug 03 04:07:32.769 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
8960 | 2024-08-03T04:07:34.600Z | [ host-image] Aug 03 04:07:32.769 INFO O| Aug 03 04:07:32.769 INFO ok! |
8961 | 2024-08-03T04:07:34.600Z | [ host-image] Aug 03 04:07:32.769 INFO O| Aug 03 04:07:32.769 INFO STEP 64 (ensure_file) COMPLETE |
8962 | 2024-08-03T04:07:34.600Z | [ host-image] Aug 03 04:07:32.769 INFO O| Aug 03 04:07:32.769 INFO STEP 65: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8963 | 2024-08-03T04:07:34.619Z | [ host-image] Aug 03 04:07:32.790 INFO O| Aug 03 04:07:32.790 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8964 | 2024-08-03T04:07:34.626Z | [ host-image] Aug 03 04:07:32.790 INFO O| Aug 03 04:07:32.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
8965 | 2024-08-03T04:07:34.626Z | [ host-image] Aug 03 04:07:32.790 INFO O| Aug 03 04:07:32.790 INFO STEP 65 (ensure_dir) COMPLETE |
8966 | 2024-08-03T04:07:34.626Z | [ host-image] Aug 03 04:07:32.790 INFO O| Aug 03 04:07:32.790 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8967 | 2024-08-03T04:07:34.655Z | [ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
8968 | 2024-08-03T04:07:34.655Z | [ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO copying /tmp/.tmpozcuMR/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 ... |
8969 | 2024-08-03T04:07:34.658Z | [ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
8970 | 2024-08-03T04:07:34.658Z | [ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO ok! |
8971 | 2024-08-03T04:07:34.658Z | [ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO STEP 66 (ensure_file) COMPLETE |
8972 | 2024-08-03T04:07:34.658Z | [ host-image] Aug 03 04:07:32.826 INFO O| Aug 03 04:07:32.826 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8973 | 2024-08-03T04:07:34.701Z | [ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.872 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
8974 | 2024-08-03T04:07:34.701Z | [ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.872 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION ... |
8975 | 2024-08-03T04:07:34.701Z | [ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.873 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/mg-ddm/VERSION |
8976 | 2024-08-03T04:07:34.705Z | [ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.873 INFO ok! |
8977 | 2024-08-03T04:07:34.705Z | [ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.873 INFO STEP 67 (ensure_file) COMPLETE |
8978 | 2024-08-03T04:07:34.705Z | [ host-image] Aug 03 04:07:32.873 INFO O| Aug 03 04:07:32.873 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8979 | 2024-08-03T04:07:34.721Z | [ host-image] Aug 03 04:07:32.892 INFO O| Aug 03 04:07:32.892 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
8980 | 2024-08-03T04:07:34.724Z | [ host-image] Aug 03 04:07:32.892 INFO O| Aug 03 04:07:32.892 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent |
8981 | 2024-08-03T04:07:34.724Z | [ host-image] Aug 03 04:07:32.892 INFO O| Aug 03 04:07:32.892 INFO STEP 68 (ensure_dir) COMPLETE |
8982 | 2024-08-03T04:07:34.724Z | [ host-image] Aug 03 04:07:32.893 INFO O| Aug 03 04:07:32.892 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8983 | 2024-08-03T04:07:34.738Z | [ host-image] Aug 03 04:07:32.909 INFO O| Aug 03 04:07:32.909 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
8984 | 2024-08-03T04:07:34.738Z | [ host-image] Aug 03 04:07:32.909 INFO O| Aug 03 04:07:32.909 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
8985 | 2024-08-03T04:07:35.402Z | [ host-image] Aug 03 04:07:33.572 INFO O| Aug 03 04:07:33.572 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/zone-bundle |
8986 | 2024-08-03T04:07:35.402Z | [ host-image] Aug 03 04:07:33.572 INFO O| Aug 03 04:07:33.572 INFO ok! |
8987 | 2024-08-03T04:07:35.402Z | [ host-image] Aug 03 04:07:33.572 INFO O| Aug 03 04:07:33.572 INFO STEP 69 (ensure_file) COMPLETE |
8988 | 2024-08-03T04:07:35.405Z | [ host-image] Aug 03 04:07:33.572 INFO O| Aug 03 04:07:33.572 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8989 | 2024-08-03T04:07:35.417Z | [ host-image] Aug 03 04:07:33.588 INFO O| Aug 03 04:07:33.588 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
8990 | 2024-08-03T04:07:35.417Z | [ host-image] Aug 03 04:07:33.588 INFO O| Aug 03 04:07:33.588 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent ... |
8991 | 2024-08-03T04:07:37.179Z | [ host-image] Aug 03 04:07:35.350 INFO O| Aug 03 04:07:35.350 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/sled-agent |
8992 | 2024-08-03T04:07:37.179Z | [ host-image] Aug 03 04:07:35.350 INFO O| Aug 03 04:07:35.350 INFO ok! |
8993 | 2024-08-03T04:07:37.179Z | [ host-image] Aug 03 04:07:35.350 INFO O| Aug 03 04:07:35.350 INFO STEP 70 (ensure_file) COMPLETE |
8994 | 2024-08-03T04:07:37.183Z | [ host-image] Aug 03 04:07:35.350 INFO O| Aug 03 04:07:35.350 INFO STEP 71: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8995 | 2024-08-03T04:07:37.195Z | [ host-image] Aug 03 04:07:35.366 INFO O| Aug 03 04:07:35.366 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
8996 | 2024-08-03T04:07:37.195Z | [ host-image] Aug 03 04:07:35.366 INFO O| Aug 03 04:07:35.366 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg |
8997 | 2024-08-03T04:07:37.195Z | [ host-image] Aug 03 04:07:35.366 INFO O| Aug 03 04:07:35.366 INFO STEP 71 (ensure_dir) COMPLETE |
8998 | 2024-08-03T04:07:37.198Z | [ host-image] Aug 03 04:07:35.366 INFO O| Aug 03 04:07:35.366 INFO STEP 72: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
8999 | 2024-08-03T04:07:37.212Z | [ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
9000 | 2024-08-03T04:07:37.212Z | [ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO copying /tmp/.tmpozcuMR/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 ... |
9001 | 2024-08-03T04:07:37.212Z | [ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
9002 | 2024-08-03T04:07:37.215Z | [ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO ok! |
9003 | 2024-08-03T04:07:37.215Z | [ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO STEP 72 (ensure_file) COMPLETE |
9004 | 2024-08-03T04:07:37.215Z | [ host-image] Aug 03 04:07:35.383 INFO O| Aug 03 04:07:35.383 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9005 | 2024-08-03T04:07:37.237Z | [ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
9006 | 2024-08-03T04:07:37.237Z | [ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO copying /tmp/.tmpozcuMR/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 ... |
9007 | 2024-08-03T04:07:37.237Z | [ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/pkg/README.md |
9008 | 2024-08-03T04:07:37.237Z | [ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO ok! |
9009 | 2024-08-03T04:07:37.241Z | [ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO STEP 73 (ensure_file) COMPLETE |
9010 | 2024-08-03T04:07:37.241Z | [ host-image] Aug 03 04:07:35.408 INFO O| Aug 03 04:07:35.408 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9011 | 2024-08-03T04:07:37.255Z | [ host-image] Aug 03 04:07:35.426 INFO O| Aug 03 04:07:35.426 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
9012 | 2024-08-03T04:07:37.255Z | [ host-image] Aug 03 04:07:35.426 INFO O| Aug 03 04:07:35.426 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION ... |
9013 | 2024-08-03T04:07:37.258Z | [ host-image] Aug 03 04:07:35.426 INFO O| Aug 03 04:07:35.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/sled-agent/VERSION |
9014 | 2024-08-03T04:07:37.258Z | [ host-image] Aug 03 04:07:35.427 INFO O| Aug 03 04:07:35.426 INFO ok! |
9015 | 2024-08-03T04:07:37.258Z | [ host-image] Aug 03 04:07:35.427 INFO O| Aug 03 04:07:35.427 INFO STEP 74 (ensure_file) COMPLETE |
9016 | 2024-08-03T04:07:37.258Z | [ host-image] Aug 03 04:07:35.427 INFO O| Aug 03 04:07:35.427 INFO STEP 75: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9017 | 2024-08-03T04:07:37.274Z | [ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz does not exist |
9018 | 2024-08-03T04:07:37.274Z | [ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz ... |
9019 | 2024-08-03T04:07:37.277Z | [ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/overlay.tar.gz |
9020 | 2024-08-03T04:07:37.277Z | [ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO ok! |
9021 | 2024-08-03T04:07:37.277Z | [ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO STEP 75 (ensure_file) COMPLETE |
9022 | 2024-08-03T04:07:37.277Z | [ host-image] Aug 03 04:07:35.445 INFO O| Aug 03 04:07:35.445 INFO STEP 76: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9023 | 2024-08-03T04:07:37.291Z | [ host-image] Aug 03 04:07:35.462 INFO O| Aug 03 04:07:35.462 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9024 | 2024-08-03T04:07:37.291Z | [ host-image] Aug 03 04:07:35.462 INFO O| Aug 03 04:07:35.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog |
9025 | 2024-08-03T04:07:37.291Z | [ host-image] Aug 03 04:07:35.462 INFO O| Aug 03 04:07:35.462 INFO STEP 76 (ensure_dir) COMPLETE |
9026 | 2024-08-03T04:07:37.294Z | [ host-image] Aug 03 04:07:35.462 INFO O| Aug 03 04:07:35.462 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9027 | 2024-08-03T04:07:37.307Z | [ host-image] Aug 03 04:07:35.478 INFO O| Aug 03 04:07:35.478 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog does not exist |
9028 | 2024-08-03T04:07:37.307Z | [ host-image] Aug 03 04:07:35.478 INFO O| Aug 03 04:07:35.478 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog ... |
9029 | 2024-08-03T04:07:37.312Z | [ host-image] Aug 03 04:07:35.483 INFO O| Aug 03 04:07:35.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/oxlog |
9030 | 2024-08-03T04:07:37.312Z | [ host-image] Aug 03 04:07:35.483 INFO O| Aug 03 04:07:35.483 INFO ok! |
9031 | 2024-08-03T04:07:37.315Z | [ host-image] Aug 03 04:07:35.483 INFO O| Aug 03 04:07:35.483 INFO STEP 77 (ensure_file) COMPLETE |
9032 | 2024-08-03T04:07:37.315Z | [ host-image] Aug 03 04:07:35.483 INFO O| Aug 03 04:07:35.483 INFO STEP 78: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9033 | 2024-08-03T04:07:37.331Z | [ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION does not exist |
9034 | 2024-08-03T04:07:37.331Z | [ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION ... |
9035 | 2024-08-03T04:07:37.331Z | [ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/oxlog/VERSION |
9036 | 2024-08-03T04:07:37.331Z | [ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO ok! |
9037 | 2024-08-03T04:07:37.334Z | [ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO STEP 78 (ensure_file) COMPLETE |
9038 | 2024-08-03T04:07:37.334Z | [ host-image] Aug 03 04:07:35.502 INFO O| Aug 03 04:07:35.502 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9039 | 2024-08-03T04:07:37.346Z | [ host-image] Aug 03 04:07:35.518 INFO O| Aug 03 04:07:35.517 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
9040 | 2024-08-03T04:07:37.346Z | [ host-image] Aug 03 04:07:35.518 INFO O| Aug 03 04:07:35.518 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz ... |
9041 | 2024-08-03T04:07:39.156Z | [ host-image] Aug 03 04:07:37.327 INFO O| Aug 03 04:07:37.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/propolis-server.tar.gz |
9042 | 2024-08-03T04:07:39.156Z | [ host-image] Aug 03 04:07:37.327 INFO O| Aug 03 04:07:37.327 INFO ok! |
9043 | 2024-08-03T04:07:39.159Z | [ host-image] Aug 03 04:07:37.327 INFO O| Aug 03 04:07:37.327 INFO STEP 79 (ensure_file) COMPLETE |
9044 | 2024-08-03T04:07:39.159Z | [ host-image] Aug 03 04:07:37.327 INFO O| Aug 03 04:07:37.327 INFO STEP 80: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9045 | 2024-08-03T04:07:39.171Z | [ host-image] Aug 03 04:07:37.342 INFO O| Aug 03 04:07:37.342 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9046 | 2024-08-03T04:07:39.173Z | [ host-image] Aug 03 04:07:37.342 INFO O| Aug 03 04:07:37.342 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind |
9047 | 2024-08-03T04:07:39.173Z | [ host-image] Aug 03 04:07:37.342 INFO O| Aug 03 04:07:37.342 INFO STEP 80 (ensure_dir) COMPLETE |
9048 | 2024-08-03T04:07:39.173Z | [ host-image] Aug 03 04:07:37.342 INFO O| Aug 03 04:07:37.342 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9049 | 2024-08-03T04:07:39.183Z | [ host-image] Aug 03 04:07:37.354 INFO O| Aug 03 04:07:37.354 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9050 | 2024-08-03T04:07:39.186Z | [ host-image] Aug 03 04:07:37.354 INFO O| Aug 03 04:07:37.354 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib |
9051 | 2024-08-03T04:07:39.186Z | [ host-image] Aug 03 04:07:37.354 INFO O| Aug 03 04:07:37.354 INFO STEP 81 (ensure_dir) COMPLETE |
9052 | 2024-08-03T04:07:39.186Z | [ host-image] Aug 03 04:07:37.354 INFO O| Aug 03 04:07:37.354 INFO STEP 82: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9053 | 2024-08-03T04:07:39.193Z | [ host-image] Aug 03 04:07:37.364 INFO O| Aug 03 04:07:37.364 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9054 | 2024-08-03T04:07:39.193Z | [ host-image] Aug 03 04:07:37.364 INFO O| Aug 03 04:07:37.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc |
9055 | 2024-08-03T04:07:39.193Z | [ host-image] Aug 03 04:07:37.364 INFO O| Aug 03 04:07:37.364 INFO STEP 82 (ensure_dir) COMPLETE |
9056 | 2024-08-03T04:07:39.195Z | [ host-image] Aug 03 04:07:37.364 INFO O| Aug 03 04:07:37.364 INFO STEP 83: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9057 | 2024-08-03T04:07:39.203Z | [ host-image] Aug 03 04:07:37.374 INFO O| Aug 03 04:07:37.374 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9058 | 2024-08-03T04:07:39.203Z | [ host-image] Aug 03 04:07:37.374 INFO O| Aug 03 04:07:37.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
9059 | 2024-08-03T04:07:39.206Z | [ host-image] Aug 03 04:07:37.374 INFO O| Aug 03 04:07:37.374 INFO STEP 83 (ensure_dir) COMPLETE |
9060 | 2024-08-03T04:07:39.206Z | [ host-image] Aug 03 04:07:37.374 INFO O| Aug 03 04:07:37.374 INFO STEP 84: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9061 | 2024-08-03T04:07:39.217Z | [ host-image] Aug 03 04:07:37.386 INFO O| Aug 03 04:07:37.386 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9062 | 2024-08-03T04:07:39.217Z | [ host-image] Aug 03 04:07:37.386 INFO O| Aug 03 04:07:37.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
9063 | 2024-08-03T04:07:39.220Z | [ host-image] Aug 03 04:07:37.386 INFO O| Aug 03 04:07:37.386 INFO STEP 84 (ensure_dir) COMPLETE |
9064 | 2024-08-03T04:07:39.220Z | [ host-image] Aug 03 04:07:37.386 INFO O| Aug 03 04:07:37.386 INFO STEP 85: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9065 | 2024-08-03T04:07:39.227Z | [ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
9066 | 2024-08-03T04:07:39.227Z | [ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO copying /tmp/.tmpozcuMR/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 ... |
9067 | 2024-08-03T04:07:39.230Z | [ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
9068 | 2024-08-03T04:07:39.230Z | [ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO ok! |
9069 | 2024-08-03T04:07:39.230Z | [ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO STEP 85 (ensure_file) COMPLETE |
9070 | 2024-08-03T04:07:39.230Z | [ host-image] Aug 03 04:07:37.398 INFO O| Aug 03 04:07:37.398 INFO STEP 86: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9071 | 2024-08-03T04:07:39.237Z | [ host-image] Aug 03 04:07:37.408 INFO O| Aug 03 04:07:37.408 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9072 | 2024-08-03T04:07:39.240Z | [ host-image] Aug 03 04:07:37.408 INFO O| Aug 03 04:07:37.408 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin |
9073 | 2024-08-03T04:07:39.240Z | [ host-image] Aug 03 04:07:37.408 INFO O| Aug 03 04:07:37.408 INFO STEP 86 (ensure_dir) COMPLETE |
9074 | 2024-08-03T04:07:39.240Z | [ host-image] Aug 03 04:07:37.408 INFO O| Aug 03 04:07:37.408 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9075 | 2024-08-03T04:07:39.247Z | [ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
9076 | 2024-08-03T04:07:39.247Z | [ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
9077 | 2024-08-03T04:07:39.250Z | [ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
9078 | 2024-08-03T04:07:39.250Z | [ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO ok! |
9079 | 2024-08-03T04:07:39.250Z | [ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO STEP 87 (ensure_file) COMPLETE |
9080 | 2024-08-03T04:07:39.250Z | [ host-image] Aug 03 04:07:37.418 INFO O| Aug 03 04:07:37.418 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9081 | 2024-08-03T04:07:39.258Z | [ host-image] Aug 03 04:07:37.429 INFO O| Aug 03 04:07:37.429 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
9082 | 2024-08-03T04:07:39.258Z | [ host-image] Aug 03 04:07:37.429 INFO O| Aug 03 04:07:37.429 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
9083 | 2024-08-03T04:07:39.516Z | [ host-image] Aug 03 04:07:37.686 INFO O| Aug 03 04:07:37.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
9084 | 2024-08-03T04:07:39.516Z | [ host-image] Aug 03 04:07:37.686 INFO O| Aug 03 04:07:37.686 INFO ok! |
9085 | 2024-08-03T04:07:39.519Z | [ host-image] Aug 03 04:07:37.686 INFO O| Aug 03 04:07:37.686 INFO STEP 88 (ensure_file) COMPLETE |
9086 | 2024-08-03T04:07:39.519Z | [ host-image] Aug 03 04:07:37.686 INFO O| Aug 03 04:07:37.686 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9087 | 2024-08-03T04:07:39.528Z | [ host-image] Aug 03 04:07:37.699 INFO O| Aug 03 04:07:37.699 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
9088 | 2024-08-03T04:07:39.528Z | [ host-image] Aug 03 04:07:37.699 INFO O| Aug 03 04:07:37.699 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
9089 | 2024-08-03T04:07:40.038Z | [ host-image] Aug 03 04:07:38.209 INFO O| Aug 03 04:07:38.209 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
9090 | 2024-08-03T04:07:40.038Z | [ host-image] Aug 03 04:07:38.209 INFO O| Aug 03 04:07:38.209 INFO ok! |
9091 | 2024-08-03T04:07:40.038Z | [ host-image] Aug 03 04:07:38.209 INFO O| Aug 03 04:07:38.209 INFO STEP 89 (ensure_file) COMPLETE |
9092 | 2024-08-03T04:07:40.041Z | [ host-image] Aug 03 04:07:38.209 INFO O| Aug 03 04:07:38.209 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9093 | 2024-08-03T04:07:40.053Z | [ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
9094 | 2024-08-03T04:07:40.053Z | [ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION ... |
9095 | 2024-08-03T04:07:40.056Z | [ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/pumpkind/VERSION |
9096 | 2024-08-03T04:07:40.056Z | [ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO ok! |
9097 | 2024-08-03T04:07:40.056Z | [ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO STEP 90 (ensure_file) COMPLETE |
9098 | 2024-08-03T04:07:40.056Z | [ host-image] Aug 03 04:07:38.224 INFO O| Aug 03 04:07:38.224 INFO STEP 91: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9099 | 2024-08-03T04:07:40.064Z | [ host-image] Aug 03 04:07:38.235 INFO O| Aug 03 04:07:38.235 INFO creating directory: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9100 | 2024-08-03T04:07:40.067Z | [ host-image] Aug 03 04:07:38.235 INFO O| Aug 03 04:07:38.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace |
9101 | 2024-08-03T04:07:40.067Z | [ host-image] Aug 03 04:07:38.235 INFO O| Aug 03 04:07:38.235 INFO STEP 91 (ensure_dir) COMPLETE |
9102 | 2024-08-03T04:07:40.067Z | [ host-image] Aug 03 04:07:38.235 INFO O| Aug 03 04:07:38.235 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9103 | 2024-08-03T04:07:40.075Z | [ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d does not exist |
9104 | 2024-08-03T04:07:40.075Z | [ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO copying /tmp/.tmpozcuMR/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 ... |
9105 | 2024-08-03T04:07:40.078Z | [ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_repair.d |
9106 | 2024-08-03T04:07:40.078Z | [ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO ok! |
9107 | 2024-08-03T04:07:40.078Z | [ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO STEP 92 (ensure_file) COMPLETE |
9108 | 2024-08-03T04:07:40.078Z | [ host-image] Aug 03 04:07:38.246 INFO O| Aug 03 04:07:38.246 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9109 | 2024-08-03T04:07:40.085Z | [ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d does not exist |
9110 | 2024-08-03T04:07:40.085Z | [ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO copying /tmp/.tmpozcuMR/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 ... |
9111 | 2024-08-03T04:07:40.088Z | [ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_raw.d |
9112 | 2024-08-03T04:07:40.088Z | [ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO ok! |
9113 | 2024-08-03T04:07:40.088Z | [ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO STEP 93 (ensure_file) COMPLETE |
9114 | 2024-08-03T04:07:40.088Z | [ host-image] Aug 03 04:07:38.256 INFO O| Aug 03 04:07:38.256 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9115 | 2024-08-03T04:07:40.095Z | [ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d does not exist |
9116 | 2024-08-03T04:07:40.095Z | [ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO copying /tmp/.tmpozcuMR/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 ... |
9117 | 2024-08-03T04:07:40.098Z | [ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_info.d |
9118 | 2024-08-03T04:07:40.098Z | [ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO ok! |
9119 | 2024-08-03T04:07:40.098Z | [ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO STEP 94 (ensure_file) COMPLETE |
9120 | 2024-08-03T04:07:40.098Z | [ host-image] Aug 03 04:07:38.266 INFO O| Aug 03 04:07:38.266 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9121 | 2024-08-03T04:07:40.105Z | [ host-image] Aug 03 04:07:38.276 INFO O| Aug 03 04:07:38.276 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d does not exist |
9122 | 2024-08-03T04:07:40.108Z | [ host-image] Aug 03 04:07:38.276 INFO O| Aug 03 04:07:38.276 INFO copying /tmp/.tmpozcuMR/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 ... |
9123 | 2024-08-03T04:07:40.109Z | [ host-image] Aug 03 04:07:38.277 INFO O| Aug 03 04:07:38.276 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_count.d |
9124 | 2024-08-03T04:07:40.109Z | [ host-image] Aug 03 04:07:38.277 INFO O| Aug 03 04:07:38.276 INFO ok! |
9125 | 2024-08-03T04:07:40.109Z | [ host-image] Aug 03 04:07:38.277 INFO O| Aug 03 04:07:38.277 INFO STEP 95 (ensure_file) COMPLETE |
9126 | 2024-08-03T04:07:40.109Z | [ host-image] Aug 03 04:07:38.277 INFO O| Aug 03 04:07:38.277 INFO STEP 96: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9127 | 2024-08-03T04:07:40.115Z | [ host-image] Aug 03 04:07:38.286 INFO O| Aug 03 04:07:38.286 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d does not exist |
9128 | 2024-08-03T04:07:40.115Z | [ host-image] Aug 03 04:07:38.287 INFO O| Aug 03 04:07:38.286 INFO copying /tmp/.tmpozcuMR/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 ... |
9129 | 2024-08-03T04:07:40.118Z | [ host-image] Aug 03 04:07:38.287 INFO O| Aug 03 04:07:38.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/upstairs_action.d |
9130 | 2024-08-03T04:07:40.118Z | [ host-image] Aug 03 04:07:38.287 INFO O| Aug 03 04:07:38.287 INFO ok! |
9131 | 2024-08-03T04:07:40.118Z | [ host-image] Aug 03 04:07:38.287 INFO O| Aug 03 04:07:38.287 INFO STEP 96 (ensure_file) COMPLETE |
9132 | 2024-08-03T04:07:40.118Z | [ host-image] Aug 03 04:07:38.287 INFO O| Aug 03 04:07:38.287 INFO STEP 97: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9133 | 2024-08-03T04:07:40.126Z | [ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d does not exist |
9134 | 2024-08-03T04:07:40.126Z | [ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/crucible_dtrace/tracegw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d ... |
9135 | 2024-08-03T04:07:40.126Z | [ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/tracegw.d |
9136 | 2024-08-03T04:07:40.126Z | [ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO ok! |
9137 | 2024-08-03T04:07:40.129Z | [ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO STEP 97 (ensure_file) COMPLETE |
9138 | 2024-08-03T04:07:40.129Z | [ host-image] Aug 03 04:07:38.297 INFO O| Aug 03 04:07:38.297 INFO STEP 98: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9139 | 2024-08-03T04:07:40.136Z | [ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d does not exist |
9140 | 2024-08-03T04:07:40.136Z | [ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO copying /tmp/.tmpozcuMR/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 ... |
9141 | 2024-08-03T04:07:40.139Z | [ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/trace-vol.d |
9142 | 2024-08-03T04:07:40.139Z | [ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO ok! |
9143 | 2024-08-03T04:07:40.139Z | [ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO STEP 98 (ensure_file) COMPLETE |
9144 | 2024-08-03T04:07:40.139Z | [ host-image] Aug 03 04:07:38.307 INFO O| Aug 03 04:07:38.307 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9145 | 2024-08-03T04:07:40.147Z | [ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d does not exist |
9146 | 2024-08-03T04:07:40.149Z | [ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO copying /tmp/.tmpozcuMR/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 ... |
9147 | 2024-08-03T04:07:40.149Z | [ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/sled_upstairs_info.d |
9148 | 2024-08-03T04:07:40.149Z | [ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO ok! |
9149 | 2024-08-03T04:07:40.150Z | [ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO STEP 99 (ensure_file) COMPLETE |
9150 | 2024-08-03T04:07:40.150Z | [ host-image] Aug 03 04:07:38.318 INFO O| Aug 03 04:07:38.318 INFO STEP 100: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9151 | 2024-08-03T04:07:40.157Z | [ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d does not exist |
9152 | 2024-08-03T04:07:40.157Z | [ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO copying /tmp/.tmpozcuMR/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 ... |
9153 | 2024-08-03T04:07:40.160Z | [ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/single_up_info.d |
9154 | 2024-08-03T04:07:40.160Z | [ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO ok! |
9155 | 2024-08-03T04:07:40.160Z | [ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO STEP 100 (ensure_file) COMPLETE |
9156 | 2024-08-03T04:07:40.160Z | [ host-image] Aug 03 04:07:38.328 INFO O| Aug 03 04:07:38.328 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9157 | 2024-08-03T04:07:40.167Z | [ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d does not exist |
9158 | 2024-08-03T04:07:40.167Z | [ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/crucible_dtrace/perfgw.d -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d ... |
9159 | 2024-08-03T04:07:40.167Z | [ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perfgw.d |
9160 | 2024-08-03T04:07:40.170Z | [ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO ok! |
9161 | 2024-08-03T04:07:40.170Z | [ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO STEP 101 (ensure_file) COMPLETE |
9162 | 2024-08-03T04:07:40.170Z | [ host-image] Aug 03 04:07:38.338 INFO O| Aug 03 04:07:38.338 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9163 | 2024-08-03T04:07:40.176Z | [ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d does not exist |
9164 | 2024-08-03T04:07:40.176Z | [ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO copying /tmp/.tmpozcuMR/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 ... |
9165 | 2024-08-03T04:07:40.179Z | [ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-vol.d |
9166 | 2024-08-03T04:07:40.179Z | [ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO ok! |
9167 | 2024-08-03T04:07:40.179Z | [ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO STEP 102 (ensure_file) COMPLETE |
9168 | 2024-08-03T04:07:40.179Z | [ host-image] Aug 03 04:07:38.348 INFO O| Aug 03 04:07:38.348 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9169 | 2024-08-03T04:07:40.186Z | [ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d does not exist |
9170 | 2024-08-03T04:07:40.186Z | [ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO copying /tmp/.tmpozcuMR/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 ... |
9171 | 2024-08-03T04:07:40.189Z | [ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-upstairs-wf.d |
9172 | 2024-08-03T04:07:40.189Z | [ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO ok! |
9173 | 2024-08-03T04:07:40.189Z | [ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO STEP 103 (ensure_file) COMPLETE |
9174 | 2024-08-03T04:07:40.189Z | [ host-image] Aug 03 04:07:38.358 INFO O| Aug 03 04:07:38.358 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9175 | 2024-08-03T04:07:40.197Z | [ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d does not exist |
9176 | 2024-08-03T04:07:40.197Z | [ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO copying /tmp/.tmpozcuMR/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 ... |
9177 | 2024-08-03T04:07:40.200Z | [ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-reqwest.d |
9178 | 2024-08-03T04:07:40.200Z | [ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO ok! |
9179 | 2024-08-03T04:07:40.200Z | [ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO STEP 104 (ensure_file) COMPLETE |
9180 | 2024-08-03T04:07:40.200Z | [ host-image] Aug 03 04:07:38.368 INFO O| Aug 03 04:07:38.368 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9181 | 2024-08-03T04:07:40.209Z | [ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d does not exist |
9182 | 2024-08-03T04:07:40.209Z | [ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO copying /tmp/.tmpozcuMR/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 ... |
9183 | 2024-08-03T04:07:40.209Z | [ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-online-repair.d |
9184 | 2024-08-03T04:07:40.212Z | [ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO ok! |
9185 | 2024-08-03T04:07:40.212Z | [ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO STEP 105 (ensure_file) COMPLETE |
9186 | 2024-08-03T04:07:40.212Z | [ host-image] Aug 03 04:07:38.380 INFO O| Aug 03 04:07:38.380 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9187 | 2024-08-03T04:07:40.220Z | [ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d does not exist |
9188 | 2024-08-03T04:07:40.220Z | [ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO copying /tmp/.tmpozcuMR/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 ... |
9189 | 2024-08-03T04:07:40.223Z | [ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-net.d |
9190 | 2024-08-03T04:07:40.223Z | [ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO ok! |
9191 | 2024-08-03T04:07:40.223Z | [ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO STEP 106 (ensure_file) COMPLETE |
9192 | 2024-08-03T04:07:40.223Z | [ host-image] Aug 03 04:07:38.390 INFO O| Aug 03 04:07:38.390 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9193 | 2024-08-03T04:07:40.229Z | [ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d does not exist |
9194 | 2024-08-03T04:07:40.229Z | [ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO copying /tmp/.tmpozcuMR/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 ... |
9195 | 2024-08-03T04:07:40.232Z | [ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-ds-client.d |
9196 | 2024-08-03T04:07:40.232Z | [ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO ok! |
9197 | 2024-08-03T04:07:40.232Z | [ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO STEP 107 (ensure_file) COMPLETE |
9198 | 2024-08-03T04:07:40.232Z | [ host-image] Aug 03 04:07:38.400 INFO O| Aug 03 04:07:38.400 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9199 | 2024-08-03T04:07:40.239Z | [ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d does not exist |
9200 | 2024-08-03T04:07:40.239Z | [ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO copying /tmp/.tmpozcuMR/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 ... |
9201 | 2024-08-03T04:07:40.242Z | [ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs.d |
9202 | 2024-08-03T04:07:40.242Z | [ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO ok! |
9203 | 2024-08-03T04:07:40.242Z | [ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO STEP 108 (ensure_file) COMPLETE |
9204 | 2024-08-03T04:07:40.242Z | [ host-image] Aug 03 04:07:38.410 INFO O| Aug 03 04:07:38.410 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9205 | 2024-08-03T04:07:40.249Z | [ host-image] Aug 03 04:07:38.420 INFO O| Aug 03 04:07:38.420 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d does not exist |
9206 | 2024-08-03T04:07:40.249Z | [ host-image] Aug 03 04:07:38.420 INFO O| Aug 03 04:07:38.420 INFO copying /tmp/.tmpozcuMR/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 ... |
9207 | 2024-08-03T04:07:40.252Z | [ host-image] Aug 03 04:07:38.420 INFO O| Aug 03 04:07:38.420 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-tick.d |
9208 | 2024-08-03T04:07:40.252Z | [ host-image] Aug 03 04:07:38.421 INFO O| Aug 03 04:07:38.420 INFO ok! |
9209 | 2024-08-03T04:07:40.252Z | [ host-image] Aug 03 04:07:38.421 INFO O| Aug 03 04:07:38.420 INFO STEP 109 (ensure_file) COMPLETE |
9210 | 2024-08-03T04:07:40.252Z | [ host-image] Aug 03 04:07:38.421 INFO O| Aug 03 04:07:38.420 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9211 | 2024-08-03T04:07:40.259Z | [ host-image] Aug 03 04:07:38.430 INFO O| Aug 03 04:07:38.430 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d does not exist |
9212 | 2024-08-03T04:07:40.259Z | [ host-image] Aug 03 04:07:38.430 INFO O| Aug 03 04:07:38.430 INFO copying /tmp/.tmpozcuMR/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 ... |
9213 | 2024-08-03T04:07:40.262Z | [ host-image] Aug 03 04:07:38.431 INFO O| Aug 03 04:07:38.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-three.d |
9214 | 2024-08-03T04:07:40.262Z | [ host-image] Aug 03 04:07:38.431 INFO O| Aug 03 04:07:38.430 INFO ok! |
9215 | 2024-08-03T04:07:40.262Z | [ host-image] Aug 03 04:07:38.431 INFO O| Aug 03 04:07:38.430 INFO STEP 110 (ensure_file) COMPLETE |
9216 | 2024-08-03T04:07:40.262Z | [ host-image] Aug 03 04:07:38.431 INFO O| Aug 03 04:07:38.430 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9217 | 2024-08-03T04:07:40.272Z | [ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d does not exist |
9218 | 2024-08-03T04:07:40.272Z | [ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO copying /tmp/.tmpozcuMR/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 ... |
9219 | 2024-08-03T04:07:40.272Z | [ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/perf-downstairs-os.d |
9220 | 2024-08-03T04:07:40.272Z | [ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO ok! |
9221 | 2024-08-03T04:07:40.275Z | [ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO STEP 111 (ensure_file) COMPLETE |
9222 | 2024-08-03T04:07:40.275Z | [ host-image] Aug 03 04:07:38.443 INFO O| Aug 03 04:07:38.443 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9223 | 2024-08-03T04:07:40.286Z | [ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh does not exist |
9224 | 2024-08-03T04:07:40.286Z | [ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO copying /tmp/.tmpozcuMR/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 ... |
9225 | 2024-08-03T04:07:40.289Z | [ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-lr-state.sh |
9226 | 2024-08-03T04:07:40.289Z | [ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO ok! |
9227 | 2024-08-03T04:07:40.289Z | [ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO STEP 112 (ensure_file) COMPLETE |
9228 | 2024-08-03T04:07:40.289Z | [ host-image] Aug 03 04:07:38.457 INFO O| Aug 03 04:07:38.457 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9229 | 2024-08-03T04:07:40.299Z | [ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.470 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh does not exist |
9230 | 2024-08-03T04:07:40.303Z | [ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.471 INFO copying /tmp/.tmpozcuMR/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 ... |
9231 | 2024-08-03T04:07:40.303Z | [ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/get-ds-state.sh |
9232 | 2024-08-03T04:07:40.303Z | [ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.471 INFO ok! |
9233 | 2024-08-03T04:07:40.303Z | [ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.471 INFO STEP 113 (ensure_file) COMPLETE |
9234 | 2024-08-03T04:07:40.303Z | [ host-image] Aug 03 04:07:38.471 INFO O| Aug 03 04:07:38.471 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9235 | 2024-08-03T04:07:40.315Z | [ host-image] Aug 03 04:07:38.486 INFO O| Aug 03 04:07:38.486 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d does not exist |
9236 | 2024-08-03T04:07:40.315Z | [ host-image] Aug 03 04:07:38.486 INFO O| Aug 03 04:07:38.486 INFO copying /tmp/.tmpozcuMR/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 ... |
9237 | 2024-08-03T04:07:40.318Z | [ host-image] Aug 03 04:07:38.486 INFO O| Aug 03 04:07:38.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/downstairs_count.d |
9238 | 2024-08-03T04:07:40.318Z | [ host-image] Aug 03 04:07:38.487 INFO O| Aug 03 04:07:38.486 INFO ok! |
9239 | 2024-08-03T04:07:40.318Z | [ host-image] Aug 03 04:07:38.487 INFO O| Aug 03 04:07:38.486 INFO STEP 114 (ensure_file) COMPLETE |
9240 | 2024-08-03T04:07:40.318Z | [ host-image] Aug 03 04:07:38.487 INFO O| Aug 03 04:07:38.486 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9241 | 2024-08-03T04:07:40.330Z | [ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d does not exist |
9242 | 2024-08-03T04:07:40.333Z | [ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO copying /tmp/.tmpozcuMR/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 ... |
9243 | 2024-08-03T04:07:40.333Z | [ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/all_downstairs.d |
9244 | 2024-08-03T04:07:40.333Z | [ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO ok! |
9245 | 2024-08-03T04:07:40.333Z | [ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO STEP 115 (ensure_file) COMPLETE |
9246 | 2024-08-03T04:07:40.333Z | [ host-image] Aug 03 04:07:38.501 INFO O| Aug 03 04:07:38.501 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9247 | 2024-08-03T04:07:40.341Z | [ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md does not exist |
9248 | 2024-08-03T04:07:40.341Z | [ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/crucible_dtrace/README.md -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md ... |
9249 | 2024-08-03T04:07:40.344Z | [ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/README.md |
9250 | 2024-08-03T04:07:40.344Z | [ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO ok! |
9251 | 2024-08-03T04:07:40.344Z | [ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO STEP 116 (ensure_file) COMPLETE |
9252 | 2024-08-03T04:07:40.344Z | [ host-image] Aug 03 04:07:38.512 INFO O| Aug 03 04:07:38.512 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9253 | 2024-08-03T04:07:40.353Z | [ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt does not exist |
9254 | 2024-08-03T04:07:40.353Z | [ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO copying /tmp/.tmpozcuMR/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 ... |
9255 | 2024-08-03T04:07:40.356Z | [ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/dtrace-info.txt |
9256 | 2024-08-03T04:07:40.356Z | [ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO ok! |
9257 | 2024-08-03T04:07:40.356Z | [ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO STEP 117 (ensure_file) COMPLETE |
9258 | 2024-08-03T04:07:40.356Z | [ host-image] Aug 03 04:07:38.524 INFO O| Aug 03 04:07:38.524 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9259 | 2024-08-03T04:07:40.369Z | [ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION does not exist |
9260 | 2024-08-03T04:07:40.369Z | [ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/crucible_dtrace/VERSION -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION ... |
9261 | 2024-08-03T04:07:40.372Z | [ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/crucible_dtrace/VERSION |
9262 | 2024-08-03T04:07:40.372Z | [ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO ok! |
9263 | 2024-08-03T04:07:40.372Z | [ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO STEP 118 (ensure_file) COMPLETE |
9264 | 2024-08-03T04:07:40.372Z | [ host-image] Aug 03 04:07:38.540 INFO O| Aug 03 04:07:38.540 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9265 | 2024-08-03T04:07:40.383Z | [ host-image] Aug 03 04:07:38.554 INFO O| Aug 03 04:07:38.554 INFO file /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz does not exist |
9266 | 2024-08-03T04:07:40.383Z | [ host-image] Aug 03 04:07:38.554 INFO O| Aug 03 04:07:38.554 INFO copying /tmp/.tmpozcuMR/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz ... |
9267 | 2024-08-03T04:07:44.141Z | [ recovery-image] Aug 03 04:07:42.312 INFO E| Finished `release` profile [optimized] target(s) in 43.57s |
9268 | 2024-08-03T04:07:44.170Z | [ recovery-image] Aug 03 04:07:42.340 INFO building host image... |
9269 | 2024-08-03T04:07:44.170Z | [ recovery-image] Aug 03 04:07:42.340 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") |
9270 | 2024-08-03T04:07:44.926Z | [ recovery-image] Aug 03 04:07:43.092 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
9271 | 2024-08-03T04:07:44.995Z | [ host-image] Aug 03 04:07:43.166 INFO O| Aug 03 04:07:43.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/opt/oxide/switch.tar.gz |
9272 | 2024-08-03T04:07:44.995Z | [ host-image] Aug 03 04:07:43.166 INFO O| Aug 03 04:07:43.165 INFO ok! |
9273 | 2024-08-03T04:07:44.995Z | [ host-image] Aug 03 04:07:43.166 INFO O| Aug 03 04:07:43.166 INFO STEP 119 (ensure_file) COMPLETE |
9274 | 2024-08-03T04:07:44.998Z | [ host-image] Aug 03 04:07:43.166 INFO O| Aug 03 04:07:43.166 INFO STEP 120: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9275 | 2024-08-03T04:07:45.006Z | [ host-image] Aug 03 04:07:43.177 INFO O| Aug 03 04:07:43.177 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib |
9276 | 2024-08-03T04:07:45.006Z | [ host-image] Aug 03 04:07:43.177 INFO O| Aug 03 04:07:43.177 INFO STEP 120 (ensure_dir) COMPLETE |
9277 | 2024-08-03T04:07:45.009Z | [ host-image] Aug 03 04:07:43.177 INFO O| Aug 03 04:07:43.177 INFO STEP 121: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9278 | 2024-08-03T04:07:45.016Z | [ host-image] Aug 03 04:07:43.187 INFO O| Aug 03 04:07:43.187 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc |
9279 | 2024-08-03T04:07:45.016Z | [ host-image] Aug 03 04:07:43.187 INFO O| Aug 03 04:07:43.187 INFO STEP 121 (ensure_dir) COMPLETE |
9280 | 2024-08-03T04:07:45.019Z | [ host-image] Aug 03 04:07:43.187 INFO O| Aug 03 04:07:43.187 INFO STEP 122: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9281 | 2024-08-03T04:07:45.025Z | [ host-image] Aug 03 04:07:43.196 INFO O| Aug 03 04:07:43.196 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest |
9282 | 2024-08-03T04:07:45.025Z | [ host-image] Aug 03 04:07:43.196 INFO O| Aug 03 04:07:43.196 INFO STEP 122 (ensure_dir) COMPLETE |
9283 | 2024-08-03T04:07:45.025Z | [ host-image] Aug 03 04:07:43.196 INFO O| Aug 03 04:07:43.196 INFO STEP 123: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9284 | 2024-08-03T04:07:45.035Z | [ host-image] Aug 03 04:07:43.205 INFO O| Aug 03 04:07:43.205 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site |
9285 | 2024-08-03T04:07:45.035Z | [ host-image] Aug 03 04:07:43.206 INFO O| Aug 03 04:07:43.205 INFO STEP 123 (ensure_dir) COMPLETE |
9286 | 2024-08-03T04:07:45.037Z | [ host-image] Aug 03 04:07:43.206 INFO O| Aug 03 04:07:43.205 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9287 | 2024-08-03T04:07:45.044Z | [ host-image] Aug 03 04:07:43.215 INFO O| Aug 03 04:07:43.215 INFO file /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
9288 | 2024-08-03T04:07:45.044Z | [ host-image] Aug 03 04:07:43.215 INFO O| Aug 03 04:07:43.215 INFO copying /tmp/.tmpozcuMR/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 ... |
9289 | 2024-08-03T04:07:45.048Z | [ host-image] Aug 03 04:07:43.216 INFO O| Aug 03 04:07:43.215 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/site/sled-agent.xml |
9290 | 2024-08-03T04:07:45.048Z | [ host-image] Aug 03 04:07:43.216 INFO O| Aug 03 04:07:43.216 INFO ok! |
9291 | 2024-08-03T04:07:45.048Z | [ host-image] Aug 03 04:07:43.216 INFO O| Aug 03 04:07:43.216 INFO STEP 124 (ensure_file) COMPLETE |
9292 | 2024-08-03T04:07:45.048Z | [ host-image] Aug 03 04:07:43.216 INFO O| Aug 03 04:07:43.216 INFO STEP 125: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9293 | 2024-08-03T04:07:45.054Z | [ host-image] Aug 03 04:07:43.225 INFO O| Aug 03 04:07:43.225 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9294 | 2024-08-03T04:07:45.054Z | [ host-image] Aug 03 04:07:43.225 INFO O| Aug 03 04:07:43.225 INFO chmod ok, path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9295 | 2024-08-03T04:07:45.057Z | [ host-image] Aug 03 04:07:43.225 INFO O| Aug 03 04:07:43.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root |
9296 | 2024-08-03T04:07:45.057Z | [ host-image] Aug 03 04:07:43.225 INFO O| Aug 03 04:07:43.225 INFO STEP 125 (ensure_dir) COMPLETE |
9297 | 2024-08-03T04:07:45.057Z | [ host-image] Aug 03 04:07:43.225 INFO O| Aug 03 04:07:43.225 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
9298 | 2024-08-03T04:07:45.064Z | [ host-image] Aug 03 04:07:43.235 INFO O| Aug 03 04:07:43.235 WARN file /rpool/images/build/host/work/gimlet/zfs/a/root/.profile exists, with wrong contents, unlinking |
9299 | 2024-08-03T04:07:45.064Z | [ host-image] Aug 03 04:07:43.235 INFO O| Aug 03 04:07:43.235 INFO copying /tmp/.tmpozcuMR/proto/host/root/root/.profile -> /rpool/images/build/host/work/gimlet/zfs/a/root/.profile ... |
9300 | 2024-08-03T04:07:45.067Z | [ host-image] Aug 03 04:07:43.236 INFO O| Aug 03 04:07:43.235 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/root/.profile |
9301 | 2024-08-03T04:07:45.067Z | [ host-image] Aug 03 04:07:43.236 INFO O| Aug 03 04:07:43.236 INFO ok! |
9302 | 2024-08-03T04:07:45.067Z | [ host-image] Aug 03 04:07:43.236 INFO O| Aug 03 04:07:43.236 INFO STEP 126 (ensure_file) COMPLETE |
9303 | 2024-08-03T04:07:45.067Z | [ host-image] Aug 03 04:07:43.236 INFO O| Aug 03 04:07:43.236 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9304 | 2024-08-03T04:07:45.074Z | [ host-image] Aug 03 04:07:43.245 INFO O| Aug 03 04:07:43.245 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ipsec" |
9305 | 2024-08-03T04:07:45.077Z | [ host-image] Aug 03 04:07:43.245 INFO O| Aug 03 04:07:43.245 INFO STEP 127 (remove_files) COMPLETE |
9306 | 2024-08-03T04:07:45.077Z | [ host-image] Aug 03 04:07:43.245 INFO O| Aug 03 04:07:43.245 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9307 | 2024-08-03T04:07:45.084Z | [ host-image] Aug 03 04:07:43.255 INFO O| Aug 03 04:07:43.255 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/ldap" |
9308 | 2024-08-03T04:07:45.087Z | [ host-image] Aug 03 04:07:43.255 INFO O| Aug 03 04:07:43.255 INFO STEP 128 (remove_files) COMPLETE |
9309 | 2024-08-03T04:07:45.087Z | [ host-image] Aug 03 04:07:43.255 INFO O| Aug 03 04:07:43.255 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9310 | 2024-08-03T04:07:45.094Z | [ host-image] Aug 03 04:07:43.265 INFO O| Aug 03 04:07:43.265 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/rpc" |
9311 | 2024-08-03T04:07:45.097Z | [ host-image] Aug 03 04:07:43.265 INFO O| Aug 03 04:07:43.265 INFO STEP 129 (remove_files) COMPLETE |
9312 | 2024-08-03T04:07:45.097Z | [ host-image] Aug 03 04:07:43.265 INFO O| Aug 03 04:07:43.265 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9313 | 2024-08-03T04:07:45.103Z | [ host-image] Aug 03 04:07:43.274 INFO O| Aug 03 04:07:43.274 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/security" |
9314 | 2024-08-03T04:07:45.106Z | [ host-image] Aug 03 04:07:43.275 INFO O| Aug 03 04:07:43.275 INFO STEP 130 (remove_files) COMPLETE |
9315 | 2024-08-03T04:07:45.106Z | [ host-image] Aug 03 04:07:43.275 INFO O| Aug 03 04:07:43.275 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9316 | 2024-08-03T04:07:45.113Z | [ host-image] Aug 03 04:07:43.284 INFO O| Aug 03 04:07:43.284 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/shares" |
9317 | 2024-08-03T04:07:45.116Z | [ host-image] Aug 03 04:07:43.284 INFO O| Aug 03 04:07:43.284 INFO STEP 131 (remove_files) COMPLETE |
9318 | 2024-08-03T04:07:45.116Z | [ host-image] Aug 03 04:07:43.284 INFO O| Aug 03 04:07:43.284 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9319 | 2024-08-03T04:07:45.123Z | [ host-image] Aug 03 04:07:43.294 INFO O| Aug 03 04:07:43.294 INFO remove tree: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/smb" |
9320 | 2024-08-03T04:07:45.126Z | [ host-image] Aug 03 04:07:43.294 INFO O| Aug 03 04:07:43.294 INFO STEP 132 (remove_files) COMPLETE |
9321 | 2024-08-03T04:07:45.126Z | [ host-image] Aug 03 04:07:43.294 INFO O| Aug 03 04:07:43.294 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9322 | 2024-08-03T04:07:45.132Z | [ host-image] Aug 03 04:07:43.303 INFO O| Aug 03 04:07:43.303 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
9323 | 2024-08-03T04:07:45.136Z | [ host-image] Aug 03 04:07:43.304 INFO O| Aug 03 04:07:43.303 INFO STEP 133 (remove_files) COMPLETE |
9324 | 2024-08-03T04:07:45.136Z | [ host-image] Aug 03 04:07:43.304 INFO O| Aug 03 04:07:43.303 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9325 | 2024-08-03T04:07:45.142Z | [ host-image] Aug 03 04:07:43.313 INFO O| Aug 03 04:07:43.313 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
9326 | 2024-08-03T04:07:45.145Z | [ host-image] Aug 03 04:07:43.313 INFO O| Aug 03 04:07:43.313 INFO STEP 134 (remove_files) COMPLETE |
9327 | 2024-08-03T04:07:45.145Z | [ host-image] Aug 03 04:07:43.313 INFO O| Aug 03 04:07:43.313 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9328 | 2024-08-03T04:07:45.151Z | [ host-image] Aug 03 04:07:43.322 INFO O| Aug 03 04:07:43.322 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/dns/install.xml" |
9329 | 2024-08-03T04:07:45.155Z | [ host-image] Aug 03 04:07:43.322 INFO O| Aug 03 04:07:43.322 INFO STEP 135 (remove_files) COMPLETE |
9330 | 2024-08-03T04:07:45.155Z | [ host-image] Aug 03 04:07:43.322 INFO O| Aug 03 04:07:43.322 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9331 | 2024-08-03T04:07:45.160Z | [ host-image] Aug 03 04:07:43.331 INFO O| Aug 03 04:07:43.331 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
9332 | 2024-08-03T04:07:45.160Z | [ host-image] Aug 03 04:07:43.331 INFO O| Aug 03 04:07:43.331 INFO STEP 136 (remove_files) COMPLETE |
9333 | 2024-08-03T04:07:45.160Z | [ host-image] Aug 03 04:07:43.331 INFO O| Aug 03 04:07:43.331 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9334 | 2024-08-03T04:07:45.170Z | [ host-image] Aug 03 04:07:43.341 INFO O| Aug 03 04:07:43.341 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/inetd.xml" |
9335 | 2024-08-03T04:07:45.173Z | [ host-image] Aug 03 04:07:43.341 INFO O| Aug 03 04:07:43.341 INFO STEP 137 (remove_files) COMPLETE |
9336 | 2024-08-03T04:07:45.173Z | [ host-image] Aug 03 04:07:43.341 INFO O| Aug 03 04:07:43.341 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9337 | 2024-08-03T04:07:45.180Z | [ host-image] Aug 03 04:07:43.351 INFO O| Aug 03 04:07:43.351 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-install.xml" |
9338 | 2024-08-03T04:07:45.180Z | [ host-image] Aug 03 04:07:43.351 INFO O| Aug 03 04:07:43.351 INFO STEP 138 (remove_files) COMPLETE |
9339 | 2024-08-03T04:07:45.183Z | [ host-image] Aug 03 04:07:43.351 INFO O| Aug 03 04:07:43.351 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9340 | 2024-08-03T04:07:45.190Z | [ host-image] Aug 03 04:07:43.361 INFO O| Aug 03 04:07:43.361 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
9341 | 2024-08-03T04:07:45.190Z | [ host-image] Aug 03 04:07:43.361 INFO O| Aug 03 04:07:43.361 INFO STEP 139 (remove_files) COMPLETE |
9342 | 2024-08-03T04:07:45.193Z | [ host-image] Aug 03 04:07:43.361 INFO O| Aug 03 04:07:43.361 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9343 | 2024-08-03T04:07:45.199Z | [ host-image] Aug 03 04:07:43.370 INFO O| Aug 03 04:07:43.370 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
9344 | 2024-08-03T04:07:45.202Z | [ host-image] Aug 03 04:07:43.370 INFO O| Aug 03 04:07:43.370 INFO STEP 140 (remove_files) COMPLETE |
9345 | 2024-08-03T04:07:45.202Z | [ host-image] Aug 03 04:07:43.370 INFO O| Aug 03 04:07:43.370 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9346 | 2024-08-03T04:07:45.210Z | [ host-image] Aug 03 04:07:43.381 INFO O| Aug 03 04:07:43.381 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-location.xml" |
9347 | 2024-08-03T04:07:45.212Z | [ host-image] Aug 03 04:07:43.381 INFO O| Aug 03 04:07:43.381 INFO STEP 141 (remove_files) COMPLETE |
9348 | 2024-08-03T04:07:45.213Z | [ host-image] Aug 03 04:07:43.381 INFO O| Aug 03 04:07:43.381 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9349 | 2024-08-03T04:07:45.220Z | [ host-image] Aug 03 04:07:43.391 INFO O| Aug 03 04:07:43.391 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
9350 | 2024-08-03T04:07:45.223Z | [ host-image] Aug 03 04:07:43.391 INFO O| Aug 03 04:07:43.391 INFO STEP 142 (remove_files) COMPLETE |
9351 | 2024-08-03T04:07:45.223Z | [ host-image] Aug 03 04:07:43.391 INFO O| Aug 03 04:07:43.391 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9352 | 2024-08-03T04:07:45.229Z | [ host-image] Aug 03 04:07:43.400 INFO O| Aug 03 04:07:43.400 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
9353 | 2024-08-03T04:07:45.229Z | [ host-image] Aug 03 04:07:43.400 INFO O| Aug 03 04:07:43.400 INFO STEP 143 (remove_files) COMPLETE |
9354 | 2024-08-03T04:07:45.232Z | [ host-image] Aug 03 04:07:43.400 INFO O| Aug 03 04:07:43.400 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9355 | 2024-08-03T04:07:45.239Z | [ host-image] Aug 03 04:07:43.410 INFO O| Aug 03 04:07:43.410 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/varpd.xml" |
9356 | 2024-08-03T04:07:45.239Z | [ host-image] Aug 03 04:07:43.410 INFO O| Aug 03 04:07:43.410 INFO STEP 144 (remove_files) COMPLETE |
9357 | 2024-08-03T04:07:45.239Z | [ host-image] Aug 03 04:07:43.410 INFO O| Aug 03 04:07:43.410 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9358 | 2024-08-03T04:07:45.248Z | [ host-image] Aug 03 04:07:43.419 INFO O| Aug 03 04:07:43.419 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
9359 | 2024-08-03T04:07:45.251Z | [ host-image] Aug 03 04:07:43.419 INFO O| Aug 03 04:07:43.419 INFO STEP 145 (remove_files) COMPLETE |
9360 | 2024-08-03T04:07:45.251Z | [ host-image] Aug 03 04:07:43.419 INFO O| Aug 03 04:07:43.419 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9361 | 2024-08-03T04:07:45.258Z | [ host-image] Aug 03 04:07:43.429 INFO O| Aug 03 04:07:43.429 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
9362 | 2024-08-03T04:07:45.258Z | [ host-image] Aug 03 04:07:43.429 INFO O| Aug 03 04:07:43.429 INFO STEP 146 (remove_files) COMPLETE |
9363 | 2024-08-03T04:07:45.258Z | [ host-image] Aug 03 04:07:43.429 INFO O| Aug 03 04:07:43.429 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9364 | 2024-08-03T04:07:45.267Z | [ host-image] Aug 03 04:07:43.438 INFO O| Aug 03 04:07:43.438 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
9365 | 2024-08-03T04:07:45.267Z | [ host-image] Aug 03 04:07:43.438 INFO O| Aug 03 04:07:43.438 INFO STEP 147 (remove_files) COMPLETE |
9366 | 2024-08-03T04:07:45.270Z | [ host-image] Aug 03 04:07:43.438 INFO O| Aug 03 04:07:43.438 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9367 | 2024-08-03T04:07:45.277Z | [ host-image] Aug 03 04:07:43.447 INFO O| Aug 03 04:07:43.447 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/dev/sndstat" |
9368 | 2024-08-03T04:07:45.279Z | [ host-image] Aug 03 04:07:43.448 INFO O| Aug 03 04:07:43.448 INFO STEP 148 (remove_files) COMPLETE |
9369 | 2024-08-03T04:07:45.279Z | [ host-image] Aug 03 04:07:43.448 INFO O| Aug 03 04:07:43.448 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9370 | 2024-08-03T04:07:45.286Z | [ host-image] Aug 03 04:07:43.457 INFO O| Aug 03 04:07:43.457 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
9371 | 2024-08-03T04:07:45.289Z | [ host-image] Aug 03 04:07:43.457 INFO O| Aug 03 04:07:43.457 INFO STEP 149 (remove_files) COMPLETE |
9372 | 2024-08-03T04:07:45.289Z | [ host-image] Aug 03 04:07:43.457 INFO O| Aug 03 04:07:43.457 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9373 | 2024-08-03T04:07:45.296Z | [ host-image] Aug 03 04:07:43.467 INFO O| Aug 03 04:07:43.467 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/hostid.xml" |
9374 | 2024-08-03T04:07:45.299Z | [ host-image] Aug 03 04:07:43.467 INFO O| Aug 03 04:07:43.467 INFO STEP 150 (remove_files) COMPLETE |
9375 | 2024-08-03T04:07:45.299Z | [ host-image] Aug 03 04:07:43.467 INFO O| Aug 03 04:07:43.467 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9376 | 2024-08-03T04:07:45.306Z | [ host-image] Aug 03 04:07:43.476 INFO O| Aug 03 04:07:43.476 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/idmap.xml" |
9377 | 2024-08-03T04:07:45.306Z | [ host-image] Aug 03 04:07:43.477 INFO O| Aug 03 04:07:43.476 INFO STEP 151 (remove_files) COMPLETE |
9378 | 2024-08-03T04:07:45.306Z | [ host-image] Aug 03 04:07:43.477 INFO O| Aug 03 04:07:43.477 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9379 | 2024-08-03T04:07:45.315Z | [ host-image] Aug 03 04:07:43.486 INFO O| Aug 03 04:07:43.486 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
9380 | 2024-08-03T04:07:45.315Z | [ host-image] Aug 03 04:07:43.486 INFO O| Aug 03 04:07:43.486 INFO STEP 152 (remove_files) COMPLETE |
9381 | 2024-08-03T04:07:45.315Z | [ host-image] Aug 03 04:07:43.486 INFO O| Aug 03 04:07:43.486 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9382 | 2024-08-03T04:07:45.326Z | [ host-image] Aug 03 04:07:43.497 INFO O| Aug 03 04:07:43.497 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/zones.xml" |
9383 | 2024-08-03T04:07:45.326Z | [ host-image] Aug 03 04:07:43.497 INFO O| Aug 03 04:07:43.497 INFO STEP 153 (remove_files) COMPLETE |
9384 | 2024-08-03T04:07:45.330Z | [ host-image] Aug 03 04:07:43.497 INFO O| Aug 03 04:07:43.497 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9385 | 2024-08-03T04:07:45.336Z | [ host-image] Aug 03 04:07:43.506 INFO O| Aug 03 04:07:43.506 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/system/intrd.xml" |
9386 | 2024-08-03T04:07:45.336Z | [ host-image] Aug 03 04:07:43.506 INFO O| Aug 03 04:07:43.506 INFO STEP 154 (remove_files) COMPLETE |
9387 | 2024-08-03T04:07:45.336Z | [ host-image] Aug 03 04:07:43.506 INFO O| Aug 03 04:07:43.506 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
9388 | 2024-08-03T04:07:45.345Z | [ host-image] Aug 03 04:07:43.516 INFO O| Aug 03 04:07:43.516 INFO remove file: "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest/network/chrony.xml" |
9389 | 2024-08-03T04:07:45.348Z | [ host-image] Aug 03 04:07:43.516 INFO O| Aug 03 04:07:43.516 INFO STEP 155 (remove_files) COMPLETE |
9390 | 2024-08-03T04:07:45.348Z | [ host-image] Aug 03 04:07:43.516 INFO O| Aug 03 04:07:43.516 INFO STEP 156: seed_smf, from: /work/oxidecomputer/helios/image/templates/gimlet/zfs.json |
9391 | 2024-08-03T04:07:45.360Z | [ host-image] Aug 03 04:07:43.531 INFO O| Aug 03 04:07:43.531 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db does not already exist, skipping removal |
9392 | 2024-08-03T04:07:45.360Z | [ host-image] Aug 03 04:07:43.531 INFO O| Aug 03 04:07:43.531 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/gimlet/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a"} |
9393 | 2024-08-03T04:07:46.376Z | [ recovery-image] Aug 03 04:07:44.546 INFO image complete! materials are in "/work/os-recovery" |
9394 | 2024-08-03T04:07:46.379Z | [ recovery-image] |
9395 | 2024-08-03T04:07:46.379Z | [ recovery-image] real 6:45.727131629 |
9396 | 2024-08-03T04:07:46.379Z | [ recovery-image] user 4:34.002991226 |
9397 | 2024-08-03T04:07:46.379Z | [ recovery-image] sys 57.040520939 |
9398 | 2024-08-03T04:07:46.379Z | [ recovery-image] trap 0.213389183 |
9399 | 2024-08-03T04:07:46.379Z | [ recovery-image] tflt 0.325792580 |
9400 | 2024-08-03T04:07:46.379Z | [ recovery-image] dflt 1.149151676 |
9401 | 2024-08-03T04:07:46.379Z | [ recovery-image] kflt 0.000017640 |
9402 | 2024-08-03T04:07:46.379Z | [ recovery-image] lock 15:36.485724105 |
9403 | 2024-08-03T04:07:46.379Z | [ recovery-image] slp 40:12.736698137 |
9404 | 2024-08-03T04:07:46.379Z | [ recovery-image] lat 1:27.166961718 |
9405 | 2024-08-03T04:07:46.379Z | [ recovery-image] stop 4.559679375 |
9406 | 2024-08-03T04:07:46.379Z | Aug 03 04:07:44.550 INFO [recovery-image] process exited with exit status: 0 (405.75780086s) |
9407 | 2024-08-03T04:07:53.496Z | [ host-image] Aug 03 04:07:51.666 INFO O| Aug 03 04:07:51.665 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 |
9408 | 2024-08-03T04:07:53.496Z | [ host-image] Aug 03 04:07:51.666 INFO O| Aug 03 04:07:51.666 INFO E| svccfg: Loaded 74 smf(7) service descriptions |
9409 | 2024-08-03T04:07:53.509Z | [ host-image] Aug 03 04:07:51.679 INFO O| Aug 03 04:07:51.679 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/gimlet/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/gimlet/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/gimlet/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/gimlet/zfs/repo.db"} |
9410 | 2024-08-03T04:07:53.583Z | [ host-image] Aug 03 04:07:51.754 INFO O| Aug 03 04:07:51.754 INFO file /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db does not exist |
9411 | 2024-08-03T04:07:53.584Z | [ host-image] Aug 03 04:07:51.754 INFO O| Aug 03 04:07:51.754 INFO copying /rpool/images/build/host/tmp/gimlet/zfs/repo.db -> /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db ... |
9412 | 2024-08-03T04:07:53.587Z | [ host-image] Aug 03 04:07:51.755 INFO O| Aug 03 04:07:51.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/gimlet/zfs/a/etc/svc/repository.db |
9413 | 2024-08-03T04:07:53.587Z | [ host-image] Aug 03 04:07:51.756 INFO O| Aug 03 04:07:51.755 INFO ok! |
9414 | 2024-08-03T04:07:53.587Z | [ host-image] Aug 03 04:07:51.756 INFO O| Aug 03 04:07:51.756 INFO file /rpool/images/build/host/tmp/gimlet/zfs/repo.db exists (as File), removing |
9415 | 2024-08-03T04:07:53.587Z | [ host-image] Aug 03 04:07:51.756 INFO O| Aug 03 04:07:51.756 INFO STEP 156 (seed_smf) COMPLETE |
9416 | 2024-08-03T04:07:53.587Z | [ host-image] Aug 03 04:07:51.756 INFO O| Aug 03 04:07:51.756 INFO steps complete; finalising image! |
9417 | 2024-08-03T04:07:53.587Z | [ host-image] Aug 03 04:07:51.756 INFO O| Aug 03 04:07:51.756 INFO TRIM POOL: TEMPORARY-gimlet-zfs |
9418 | 2024-08-03T04:07:53.720Z | [ host-image] Aug 03 04:07:51.891 INFO O| Aug 03 04:07:51.891 INFO trim TEMPORARY-gimlet-zfs: (24% trimmed, started at Sat Aug 3 04:07:51 2024) |
9419 | 2024-08-03T04:07:53.941Z | [ host-image] Aug 03 04:07:52.111 INFO O| Aug 03 04:07:52.111 INFO temporary pool has 658M used, 174M avail, 1.88x compressratio |
9420 | 2024-08-03T04:07:53.941Z | [ host-image] Aug 03 04:07:52.111 INFO O| Aug 03 04:07:52.111 INFO EXPORT POOL: TEMPORARY-gimlet-zfs |
9421 | 2024-08-03T04:07:54.215Z | [ host-image] Aug 03 04:07:52.385 INFO O| Aug 03 04:07:52.385 INFO copying image /rpool/images/build/host/work/gimlet/zfs/lofi.raw to output file /rpool/images/build/host/output/gimlet-zfs.raw |
9422 | 2024-08-03T04:07:54.215Z | [ host-image] Aug 03 04:07:52.385 INFO O| Aug 03 04:07:52.385 INFO file /rpool/images/build/host/output/gimlet-zfs.raw does not already exist, skipping removal |
9423 | 2024-08-03T04:07:55.245Z | [ host-image] Aug 03 04:07:53.415 INFO O| Aug 03 04:07:53.415 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9424 | 2024-08-03T04:07:55.245Z | [ host-image] Aug 03 04:07:53.415 INFO O| Aug 03 04:07:53.415 INFO chmod ok, path: /rpool/images/build/host/output/gimlet-zfs.raw |
9425 | 2024-08-03T04:07:55.248Z | [ host-image] Aug 03 04:07:53.415 INFO O| Aug 03 04:07:53.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/gimlet-zfs.raw |
9426 | 2024-08-03T04:07:55.248Z | [ host-image] Aug 03 04:07:53.415 INFO O| Aug 03 04:07:53.415 INFO completed processing gimlet/zfs |
9427 | 2024-08-03T04:07:55.248Z | [ host-image] Aug 03 04:07:53.415 INFO O| Aug 03 04:07:53.415 INFO DESTROY DATASET: rpool/images/build/host/work/gimlet/zfs |
9428 | 2024-08-03T04:08:01.006Z | [ host-image] Aug 03 04:07:59.175 INFO O| Aug 03 04:07:59.175 INFO DESTROY DATASET: rpool/images/build/host/tmp/gimlet/zfs |
9429 | 2024-08-03T04:08:01.079Z | [ host-image] Aug 03 04:07:59.248 INFO BUILD STRING "heads/stlouis-0-g795571e95f\n" |
9430 | 2024-08-03T04:08:01.079Z | [ host-image] Aug 03 04:07:59.248 INFO expanded image name: "ci 602f194/${os_short_commit} 2024-08-03 03:41" -> "ci 602f194/795571e 2024-08-03 03:41" |
9431 | 2024-08-03T04:08:01.082Z | [ host-image] Aug 03 04:07:59.249 INFO output artefacts stored in: "/work/os-host" |
9432 | 2024-08-03T04:08:01.082Z | [ host-image] Aug 03 04:07:59.249 INFO collecting git info from project "image-builder"... |
9433 | 2024-08-03T04:08:01.084Z | [ host-image] Aug 03 04:07:59.254 INFO collecting git info from project "pinprick"... |
9434 | 2024-08-03T04:08:01.088Z | [ host-image] Aug 03 04:07:59.258 INFO collecting git info from project "phbl"... |
9435 | 2024-08-03T04:08:01.093Z | [ host-image] Aug 03 04:07:59.263 INFO collecting git info from project "chelsio-t6-roms"... |
9436 | 2024-08-03T04:08:01.097Z | [ host-image] Aug 03 04:07:59.267 INFO collecting git info from project "bootserver"... |
9437 | 2024-08-03T04:08:01.101Z | [ host-image] Aug 03 04:07:59.272 INFO collecting git info from project "amd-host-image-builder"... |
9438 | 2024-08-03T04:08:01.114Z | [ host-image] Aug 03 04:07:59.284 INFO collecting git info from project "amd-firmware"... |
9439 | 2024-08-03T04:08:01.122Z | [ host-image] Aug 03 04:07:59.292 INFO collecting git info from project "pilot"... |
9440 | 2024-08-03T04:08:01.128Z | [ host-image] Aug 03 04:07:59.296 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
9441 | 2024-08-03T04:08:01.467Z | [ host-image] Aug 03 04:07:59.636 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
9442 | 2024-08-03T04:08:01.798Z | [ host-image] Aug 03 04:07:59.968 INFO creating Oxide boot image... |
9443 | 2024-08-03T04:08:01.798Z | [ host-image] Aug 03 04:07:59.968 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/gimlet-zfs.raw", "-N", "ci 602f194/795571e 2024-08-03 03:41", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
9444 | 2024-08-03T04:08:02.736Z | [ host-image] Aug 03 04:08:00.906 INFO O| ok, image written! |
9445 | 2024-08-03T04:08:02.736Z | [ host-image] Aug 03 04:08:00.906 INFO O| ok, boot_image_csum file written! |
9446 | 2024-08-03T04:08:02.739Z | [ host-image] Aug 03 04:08:00.909 INFO creating boot archive (CPIO)... |
9447 | 2024-08-03T04:08:02.739Z | [ host-image] Aug 03 04:08:00.909 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 |
9448 | 2024-08-03T04:08:02.748Z | [ host-image] Aug 03 04:08:00.918 INFO E| + root=/rpool/images/build/host/work/gimlet/ramdisk |
9449 | 2024-08-03T04:08:02.748Z | [ host-image] Aug 03 04:08:00.918 INFO E| + outfile=/work/os-host/cpio |
9450 | 2024-08-03T04:08:02.751Z | [ host-image] Aug 03 04:08:00.918 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
9451 | 2024-08-03T04:08:02.751Z | [ host-image] Aug 03 04:08:00.920 INFO E| + cd /rpool/images/build/host/work/gimlet/ramdisk |
9452 | 2024-08-03T04:08:02.751Z | [ host-image] Aug 03 04:08:00.920 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
9453 | 2024-08-03T04:08:02.784Z | [ host-image] Aug 03 04:08:00.954 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
9454 | 2024-08-03T04:08:02.784Z | [ host-image] Aug 03 04:08:00.954 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
9455 | 2024-08-03T04:08:02.792Z | [ host-image] Aug 03 04:08:00.961 INFO creating compressed cpio/unix for nanobl-rs... |
9456 | 2024-08-03T04:08:02.792Z | [ host-image] Aug 03 04:08:00.961 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 |
9457 | 2024-08-03T04:08:03.077Z | [ host-image] Aug 03 04:08:01.247 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
9458 | 2024-08-03T04:08:07.416Z | [ host-image] Aug 03 04:08:05.585 INFO creating reset image... |
9459 | 2024-08-03T04:08:07.418Z | [ host-image] Aug 03 04:08:05.585 INFO exec: ["cargo", "xtask", "build", "--release", "--cpioz", "/work/os-host/cpio.z"], pwd: Some("/work/oxidecomputer/helios/projects/phbl") |
9460 | 2024-08-03T04:08:07.499Z | [ host-image] Aug 03 04:08:05.668 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
9461 | 2024-08-03T04:08:07.501Z | [ host-image] Aug 03 04:08:05.669 INFO E| Running `xtask/target/debug/xtask build --release --cpioz /work/os-host/cpio.z` |
9462 | 2024-08-03T04:08:07.567Z | [ host-image] Aug 03 04:08:05.736 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
9463 | 2024-08-03T04:08:09.753Z | [ host-image] Aug 03 04:08:07.923 INFO E| Finished `release` profile [optimized] target(s) in 2.24s |
9464 | 2024-08-03T04:08:09.765Z | [ host-image] Aug 03 04:08:07.934 INFO building host image... |
9465 | 2024-08-03T04:08:09.768Z | [ host-image] Aug 03 04:08:07.934 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") |
9466 | 2024-08-03T04:08:10.198Z | [ host-image] Aug 03 04:08:08.367 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
9467 | 2024-08-03T04:08:55.982Z | [ host-image] Aug 03 04:08:54.149 INFO image complete! materials are in "/work/os-host" |
9468 | 2024-08-03T04:08:55.986Z | [ host-image] |
9469 | 2024-08-03T04:08:55.986Z | [ host-image] real 8:08.794073947 |
9470 | 2024-08-03T04:08:55.986Z | [ host-image] user 3:52.157223471 |
9471 | 2024-08-03T04:08:55.986Z | [ host-image] sys 49.396496630 |
9472 | 2024-08-03T04:08:55.986Z | [ host-image] trap 0.121433905 |
9473 | 2024-08-03T04:08:55.986Z | [ host-image] tflt 0.016829148 |
9474 | 2024-08-03T04:08:55.986Z | [ host-image] dflt 0.027365193 |
9475 | 2024-08-03T04:08:55.986Z | [ host-image] kflt 0.000000000 |
9476 | 2024-08-03T04:08:55.986Z | [ host-image] lock 5:11.602985901 |
9477 | 2024-08-03T04:08:55.986Z | [ host-image] slp 44:20.301293048 |
9478 | 2024-08-03T04:08:55.986Z | [ host-image] lat 1:04.385825360 |
9479 | 2024-08-03T04:08:55.986Z | [ host-image] stop 0.746067041 |
9480 | 2024-08-03T04:08:55.989Z | Aug 03 04:08:54.153 INFO [host-image] process exited with exit status: 0 (488.807827418s) |
9481 | 2024-08-03T04:08:55.989Z | Aug 03 04:08:54.153 INFO [tuf-repo] running task |
9482 | 2024-08-03T04:09:02.909Z | Aug 03 04:09:01.075 INFO assembling repository in `/tmp/tufaceousYIAiu4`, component: OmicronRepoAssembler |
9483 | 2024-08-03T04:09:07.392Z | Aug 03 04:09:05.558 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
9484 | 2024-08-03T04:09:07.602Z | Aug 03 04:09:05.767 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
9485 | 2024-08-03T04:09:18.560Z | Aug 03 04:09:16.725 INFO [tuf-repo] task succeeded (22.572418367s) |
9486 | 2024-08-03T04:09:18.560Z | Aug 03 04:09:16.725 INFO all jobs completed in 1677.543889522s |
9487 | 2024-08-03T04:09:19.065Z | process exited: duration 2224876 ms, exit code 0 |
|
9488 | 2024-08-03T04:09:19.077Z | found 33 output files |
9489 | 2024-08-03T04:09:19.077Z | uploading: /work/manifest.toml (8404 bytes) |
9490 | 2024-08-03T04:09:20.088Z | uploaded: /work/manifest.toml |
9491 | 2024-08-03T04:09:20.088Z | uploading: /work/repo.zip (1759776559 bytes) |
9492 | 2024-08-03T04:09:59.730Z | uploaded: /work/repo.zip |
9493 | 2024-08-03T04:09:59.730Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
9494 | 2024-08-03T04:10:00.750Z | uploaded: /work/repo.zip.sha256.txt |
9495 | 2024-08-03T04:10:00.750Z | uploading: /work/helios-setup.log (51506 bytes) |
9496 | 2024-08-03T04:10:01.764Z | uploaded: /work/helios-setup.log |
9497 | 2024-08-03T04:10:01.764Z | uploading: /work/host-image.log (195548 bytes) |
9498 | 2024-08-03T04:10:02.783Z | uploaded: /work/host-image.log |
9499 | 2024-08-03T04:10:02.783Z | uploading: /work/host-package.log (17696 bytes) |
9500 | 2024-08-03T04:10:03.795Z | uploaded: /work/host-package.log |
9501 | 2024-08-03T04:10:03.795Z | uploading: /work/host-target.log (101 bytes) |
9502 | 2024-08-03T04:10:04.805Z | uploaded: /work/host-target.log |
9503 | 2024-08-03T04:10:04.805Z | uploading: /work/omicron-package.log (4572 bytes) |
9504 | 2024-08-03T04:10:05.815Z | uploaded: /work/omicron-package.log |
9505 | 2024-08-03T04:10:05.815Z | uploading: /work/phbl-toolchain.log (881 bytes) |
9506 | 2024-08-03T04:10:06.825Z | uploaded: /work/phbl-toolchain.log |
9507 | 2024-08-03T04:10:06.825Z | uploading: /work/recovery-image.log (592545 bytes) |
9508 | 2024-08-03T04:10:07.849Z | uploaded: /work/recovery-image.log |
9509 | 2024-08-03T04:10:07.849Z | uploading: /work/recovery-package.log (282 bytes) |
9510 | 2024-08-03T04:10:08.859Z | uploaded: /work/recovery-package.log |
9511 | 2024-08-03T04:10:08.859Z | uploading: /work/recovery-target.log (98 bytes) |
9512 | 2024-08-03T04:10:09.869Z | uploaded: /work/recovery-target.log |
9513 | 2024-08-03T04:10:09.869Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
9514 | 2024-08-03T04:10:10.879Z | uploaded: /work/stamp-clickhouse.log |
9515 | 2024-08-03T04:10:10.879Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
9516 | 2024-08-03T04:10:11.889Z | uploaded: /work/stamp-clickhouse_keeper.log |
9517 | 2024-08-03T04:10:11.890Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
9518 | 2024-08-03T04:10:12.899Z | uploaded: /work/stamp-cockroachdb.log |
9519 | 2024-08-03T04:10:12.900Z | uploading: /work/stamp-crucible-dtrace.log (119 bytes) |
9520 | 2024-08-03T04:10:13.909Z | uploaded: /work/stamp-crucible-dtrace.log |
9521 | 2024-08-03T04:10:13.909Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
9522 | 2024-08-03T04:10:14.919Z | uploaded: /work/stamp-crucible-pantry-zone.log |
9523 | 2024-08-03T04:10:14.919Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
9524 | 2024-08-03T04:10:15.927Z | uploaded: /work/stamp-crucible-zone.log |
9525 | 2024-08-03T04:10:15.927Z | uploading: /work/stamp-external-dns.log (119 bytes) |
9526 | 2024-08-03T04:10:16.937Z | uploaded: /work/stamp-external-dns.log |
9527 | 2024-08-03T04:10:16.937Z | uploading: /work/stamp-installinator.log (103 bytes) |
9528 | 2024-08-03T04:10:17.947Z | uploaded: /work/stamp-installinator.log |
9529 | 2024-08-03T04:10:17.947Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
9530 | 2024-08-03T04:10:18.957Z | uploaded: /work/stamp-internal-dns.log |
9531 | 2024-08-03T04:10:18.957Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
9532 | 2024-08-03T04:10:19.967Z | uploaded: /work/stamp-mg-ddm-gz.log |
9533 | 2024-08-03T04:10:19.967Z | uploading: /work/stamp-nexus.log (112 bytes) |
9534 | 2024-08-03T04:10:20.976Z | uploaded: /work/stamp-nexus.log |
9535 | 2024-08-03T04:10:20.976Z | uploading: /work/stamp-ntp.log (110 bytes) |
9536 | 2024-08-03T04:10:21.985Z | uploaded: /work/stamp-ntp.log |
9537 | 2024-08-03T04:10:21.985Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
9538 | 2024-08-03T04:10:22.995Z | uploaded: /work/stamp-omicron-sled-agent.log |
9539 | 2024-08-03T04:10:22.995Z | uploading: /work/stamp-overlay.log (66 bytes) |
9540 | 2024-08-03T04:10:24.006Z | uploaded: /work/stamp-overlay.log |
9541 | 2024-08-03T04:10:24.006Z | uploading: /work/stamp-oximeter.log (115 bytes) |
9542 | 2024-08-03T04:10:25.016Z | uploaded: /work/stamp-oximeter.log |
9543 | 2024-08-03T04:10:25.016Z | uploading: /work/stamp-oxlog.log (109 bytes) |
9544 | 2024-08-03T04:10:26.030Z | uploaded: /work/stamp-oxlog.log |
9545 | 2024-08-03T04:10:26.030Z | uploading: /work/stamp-probe.log (112 bytes) |
9546 | 2024-08-03T04:10:27.040Z | uploaded: /work/stamp-probe.log |
9547 | 2024-08-03T04:10:27.040Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
9548 | 2024-08-03T04:10:28.050Z | uploaded: /work/stamp-propolis-server.log |
9549 | 2024-08-03T04:10:28.050Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
9550 | 2024-08-03T04:10:29.060Z | uploaded: /work/stamp-pumpkind-gz.log |
9551 | 2024-08-03T04:10:29.060Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
9552 | 2024-08-03T04:10:30.071Z | uploaded: /work/stamp-switch-asic.log |
9553 | 2024-08-03T04:10:30.071Z | uploading: /work/verify-libraries.log (1581 bytes) |
9554 | 2024-08-03T04:10:31.081Z | uploaded: /work/verify-libraries.log |